/*
Global styles for Computation Meets Data Science: London Technology Conference 2017

----------------------------------*/
/* Page
----------------------------------*/
.page * {
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
}
.page, .subpage {
	min-width: 1380px;
} 
.black {
    background: #000;
}
.blue {
    background: #72c1e1;
}
.redbg {
    background: #e24234;
}
.dark {
    background: #222;
}
.light {
    position: relative;
}
.bright {
    background: #d23000;
}

.big-image { 
	background-repeat: no-repeat;
	background-position: center center; 
	height:456px;
}
	
.inner {
    width: 1002px;
    padding: 60px 15px;
    margin: 0 auto;
}
.footer .inner{ 
	padding: 20px 15px 55px 15px;
}
/* Text
----------------------------------*/
.light h2, .dark h2, .footer .inner h2, .subpage .light h1 {
    font-size: 55px;
    margin: 0;
    line-height: 1;
    font-weight: 300;
}
#faq h1 {
	margin: 0 0 30px;
}
.light h2, .subpage .light h1, .footer.dark .inner h2 {
    color: #5fab9c;
}
.reg h2 {
    margin: 30px 0 0 350px;
}
.dark h2 {
    color: #fff;
}
.inner a {
    color: #ee3032;
    text-decoration: none;
}
.inner a:hover {
    color: #7cccbd;
}

.inner .big-text {
    font-size: 25px;
    font-weight: 300;
    color: #222;
    line-height: 36px;
}

section#data-science-content p.above-heading {
    margin: 0;
    text-transform: uppercase;
}

.subpage .inner h2 {
	font-weight: 300;
}
.inner small {
	font-size: 14px;
	line-height: 20px;
}
.inner p.small, .inner .small {
	margin: 0 0 25px;
	font-size: 16px;
	line-height: 20px;
}
.inner small.smallest {
	font-size: 10px;
	line-height: 14px;
    display: block;
}

.inner strong.heading {
	font-size: 16px;
}

h2 + .row .half p {
	margin-top: 0;
}

.inner h3 {
	font-size: 25px; 
} 

#badge { 
	background: #7cccbd;
    float: right;
    left: 100px;
    padding-left: 15px;
    position: relative;
    top: 518px;
    width: 550px; 
} 

#badge p { 
	color: #fff;
}

/* Header
----------------------------------*/
.header {
	height: 280px;
}
.header h1 {
	font-family: 'roboto', Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #7cccbd;
	font-weight: 300;
	letter-spacing: 1.5px;
	padding: 60px 0 0 0;
	margin: 0;
	line-height: 1.25;
	position: relative;
}
.header h1 .red {
	color: #dd1100;
	font-size: 55px;
	font-weight: 500;
}
.header h1 .year {
	font-family: 'roboto', Arial, Helvetica, sans-serif;
	color: #7cccbd;
	font-size: 45px;
	letter-spacing: 2px;
	font-weight: 400;
}
.header .inner {
	margin:0 auto;
	padding: 0 50px;
	height: 214px;
}

.header .inner .slogan{
	width: 25%;
	display: inline-block;
	position: relative;
	left: 85.5%;
	bottom:2.7rem;
	font-weight: 600;
	letter-spacing: 0.01rem;
}

.slogan span.small-text{
    display: inline-block;
    font-size: 0.85rem;
    color: #7acdb9;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    font-weight: 600;
    width:9.0rem;
    padding-top:20px;
}
.slogan div.second-line{ padding-top: 10px;}
.slogan div.combine-small-medium-text{ 
	font-size: 0.9rem;
	color:#a3a3a3;
	font-weight:400;
}
.slogan span.medium-text{
	font-size: 1.0rem;
	color:#a0a0a0;
	font-weight:400;
}
.slogan div.second-line span.medium-text,.slogan div.combine-small-medium-text{
	width: 14.0rem;
} 
/* Save the Date
----------------------------------*/
#registration #save-the-date {
    display: none;
}
#save-the-date {
	width: 1000px;
	z-index: 10;
	height: 0;
}
.save-the-date {
	background: #ee3032;
	width: 144px;
	top: 0;
	right: 0;
	float: right;
	position: relative;
	z-index: 10;
	padding-bottom: 20px;
}
.save-the-date:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 72px solid #ee3032;
	border-right: 72px solid #ee3032;
	border-bottom: 15px solid transparent;
	-moz-transform: scale(.99999);
	-webkit-transform: scale(.99999);
	-o-transform: scale(.99999);
	-ms-transform: scale(.99999);
	position: absolute;
	bottom: -14px;
}
.header .inner .save-the-date p {
	font-size: 14px;
	color: #fff;
	line-height: 15px;
	margin: 0;
}
.save-the-date-heading {
	padding: 20px 0 0 20px;
	margin: 0;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	font-weight: 400 !important;
}
.save-the-date-setting {
	padding: 25px 0 10px 8px;
	margin: 0;
	font-weight: 400;
	letter-spacing: 0;
}
.header .inner .save-the-date p.save-the-date-button {
	text-align: center;
	margin: 0;
}


/* Navigation
----------------------------------*/
.nav {
	background: #eaeaea;
	position: relative;
	text-align: center;
	width: 100%;
    min-width: 1380px;
	z-index: 3;
}
.nav ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
	width: 1005px;
	position: relative;
}
.nav li {
	display: inline-block;
	font-size: 0;
	float: left;
}
.nav a {
	display: block;
	padding: 20px 18px;
	color: #222;
	font-size: 14px;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1;
}
.nav a:hover {
	background: #ee3032;
	color: #fff;
}
.nav.sticky {
	background: #eaeaea;
	text-decoration: none;
	color: #222;
}
.nav.sticky a:hover {
	color: #fff;
}
.sticky, .sticky-date {
	position: fixed;
	top: 0;
}
#overview a#overview-nav, #registration a#register-nav{
	color: #fff;
	background: #7cccbd;
}

/* Lists
----------------------------------*/
.inline-list {
    font-size: 25px;
    font-weight: 300;
    color: #222;
    text-transform: uppercase;
    margin: 0;
	padding: 0;
	letter-spacing: 1px;
}
.list {
	list-style: none;
	margin: 5px 0 25px 10px;
	padding: 0;
	font-size: 14px;
	line-height: 24px;
}
a.greylink {
	color: #656565;
}
.bullet:before, .list li:before {
	content: '\2022';
	color: #ee3032;
}
.list li:before {
	margin: 0 4px 0 -10px;
}

/* Grid
----------------------------------*/
.row {
    width: 104%;
}

.half {
    width: 44%;
    margin: 0 0 0 4%;
    display: inline-block;
    vertical-align: top;
}


/* footer
----------------------------------*/
.footer .row {
	margin-top: 0;
}
.page .footer .inner h2,.subpage .footer .inner h2 {
	font-size: 25px;
	color: #7cccbd;
	margin: 10px 0 30px;
	font-weight: 300;
	line-height:36px;
}

.footer a {
	font-size: 25px;
	font-weight: 300;
	margin-bottom: 40px;
}
.footer .inner p {
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	margin: 5px 0;
}
.footer .inner small {
	font-size: 14px;
	color: #fff;
}
.footer .inner small a {
	font-size: 14px;
}

/* Sidebar
----------------------------------*/

/* Miscellaneous
----------------------------------*/
.divider {
	border-top: 1px solid #c0c0c0;
}
.footer + .divider {
	border-top: 1px solid #4a4a4a;
}
.red-button, a.red-button {
	padding: 8px 18px;
	color: #fff;
	border-radius: 2px;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
    text-transform: uppercase;
}
.save-the-date-button a {
	border: 1px solid #972015;
	background: #b30f00;
    padding: 8px 10px;
	color: #fff;
	border-radius: 2px;
	display: inline-block;
	font-size: 13px;
	line-height: 1;
    text-transform: uppercase;
}
.red-button, a.red-button {
	border: 1px solid #b00f00;
	background: #dd1100;
}
.save-the-date-button a:hover {
	background: #972016;
	color: #fff;
}
.red-button:hover, a.red-button:hover {
	background: #fe0000;
	color: #fff;
}

.button {
	display: inline-block;
	padding: 13px 25px;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	outline: none;
	border: 0;
}
.button.red-rectangle {
	background: #ee3032;
}

.button.red-rectangle:hover {
	background: #7cccbd;
}
.button.green-rectangle {
	background: #7cccbd;
}

.button.green-rectangle:hover {
	background: #ee3032;
}

a.big-button {
    padding: 20px 30px;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 20px 0 0 0;
}
a.big-button:hover {
    color: #fff;
}

.red {
	color: #ee3032;
}

.hide {
    display: none;
}

.footer.dark .inner .row .sponsors {
    display: inline-block;
}

.footer.dark .inner .row .sponsors .column{
	display: inline-block;
	width: 164px;
	vertical-align: top;
}
.footer.dark .inner .row .sponsors .column.two{
	vertical-align:top;
}
.footer.dark .inner .row .sponsors .column.three{
	width: 214px;
}
.footer.dark .inner .row .sponsors .column.four{
	width: 240px;
}



/* Reg iframe
----------------------------------*/
.responsive-contact-us{
  position:relative;
  overflow:visible;
  height: 960px;
}
iframe#register-now{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:960px;
  border:0;
}

iframe{
    overflow:hidden;
}
