@charset "UTF-8";
/* CSS Document */

html, body {
	font-family: "Source Sans Pro", Arial, sans-serif !important;
}

body {
    height: 100%;
    font-size: 15px;
    line-height: 1.715;
    background-color: #fff;
    color: #666;
    overflow-x: hidden;
    max-width: 100%;
}
	.header-section {
		position: fixed;
		z-index: 100;
		width:100%;
		min-height: 80px;
		margin: 0;
		padding: 0;
		transition: all ease 0.25s;
		overflow: visible;
		border: none;
	}
	.navbar-logo{
		box-sizing: border-box;
		display:block;
		    float: left;
		line-height:50px;
	}
	.navbar-nav{
		list-style:none;
	}
	.navbar-nav a {
		font-weight: 600;
		font-size: 14px;
		text-transform: uppercase;
	}
	.navbar-left{
		float:left;
	}
	.navbar-right{
		float:right;
	}
	.navigationPanelToggle {
    z-index: 2001 !important;
    cursor: pointer;
    right: 25px;
    top: 25px;
    position: fixed;
    display: block;
    outline: 0;
    width: 25px !important;
    height: 25px;
    line-height: 100px !important;
    overflow: hidden;
    border: 0;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAmCAYAAACCjRgBAAAAAXNSR…DgCPADgfApDQEIQAACEOgE8APBNwE/EDwAEfxA4Ag+P/ACZyw4/kBuC8YAAAAASUVORK5CYII=);
}
	.navigationPanelToggle--off {
    opacity: 1;
}

@media screen and (min-width: 991px){
	.navigationPanelToggle {
		display: none;
	}
}
@media (min-width: 992px){
	.header-section.floating .navbar-nav > li {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.topnav {
	color: #FFFFFF;
}
.topnav a {
	text-decoration: none;
}
.topnav a:link, .topnav a:visited {
	color: #FFFFFF;
}
.topnav a:hover {
	color: #00AE41;
}
.topnav a:active {
	color: #FFFFFF;
}
.topnav a.current {
	color: #00AE41;
}
.deckLink {
	display: block;
	margin: 0 0 60px 0;
	font-size: 16px;
	font-weight: normal;
}
.outerGray {
	background-color: #ececeb;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 40px;
	margin-bottom: 40px;
}
.outerGrayFade{
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 40px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e9e9e7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#e9e9e7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#e9e9e7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e7',GradientType=0 ); /* IE6-9 */	
}
h2 {
	line-height: 1.25;
}
h3.section-heading {
 font-size: 28px;
}
.section-heading:after {
	display: none;
}
.header-section {
	background-color: #000;
	color:#CCCCCC;
	box-shadow:none;
	background: -moz-linear-gradient(top,  rgba(0,0,0,.5) 0%, rgba(0,0,0,0.25) 50%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,.5) 0%,rgba(0,0,0,0.25) 50%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,.5) 0%,rgba(0,0,0,0.25) 50%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}



.header-section--bizarro{
	background-color: #FFF;
	color:#333333;
	background: -moz-linear-gradient(top,  rgba(255,255,255, .9) 0%, rgba(255,255,255, 0.75) 50%, rgba(255,255,255, 0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255, .9) 0%,rgba(255,255,255, 0.75) 50%,rgba(0255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,.9) 0%,rgba(255,255,255,0.75) 50%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#FFFFFFFF',GradientType=0 ); /* IE6-9 */
}


.header-section--bizarro .topnav {
	color: #333333;
}

.header-section--bizarro .topnav a:link, .header-section--bizarro .topnav a:visited {
	color: #333333;
}
.header-section--bizarro .topnav a:active {
	color: #333333;
}




.navbar-header{
	margin:auto !important;	
}
.navbar-logo {
   height:inherit;
   padding: 25px 0 15px 0;
}
.navbar-logo img{
	height:auto;
	max-height:inherit;
	width:100%;
	max-width:146px;
}
.header-section.floating {
	background:#000;
 	color:#CCCCCC;
	min-height: 60px;
	-webkit-box-shadow: 0px 10px 20px -6px rgba(0,0,0,0.54);
	-moz-box-shadow: 0px 10px 20px -6px rgba(0,0,0,0.54);
	box-shadow: 0px 10px 20px -6px rgba(0,0,0,0.54);
}

.header-section.floating .topnav {
	color: #FFF !important;
}

.header-section.floating .topnav a:link, .header-section.floating .topnav a:visited {
	color: #FFF !important;
}
.header-section.floating .topnav a:active {
	color: #FFF !important;
}
.header-section.floating .navbar-logo {
    display:block;
    line-height: 48px;
	height:inherit;
    padding: 8px 15px 12px 0;
}
.header-section.floating .navbar-nav {
    margin-bottom:0;
}
.header-section.floating .navbar-logo img {
	max-height: inherit;
}
/*
.mktoButtonRow {
	width: 100% !important;
	text-align: right !important;
}
*/
.navOuter, .hero-section--outer {
	max-width:1600px;
	margin:auto;
	padding:0 15px;
}
.hero-section {
	padding: 150px 0 0 0 !important;
	height:100%;
	max-height: 1000px;
}
.masthead-section {
	padding: 150px 0 60px 0 !important;
	min-height:730px;
}
.masthead-section--short {
	min-height:550px;
}
#headerLogo {
	display: inline-block;
	vertical-align: middle;
	min-height: 40px;
	min-width: 60px;
	transition: all ease 1.75s;
}
.headerBGLogo {
	display: inline-block;
	vertical-align: middle;
	height: 65px;
	width: 146px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	background-image:url('https://cdn.smartrecruiters.com/wp-content/themes/smartrecruiters/new-template/img/en_us/landing-pages/hs18/hs18-logo-small.png');
}
.header-section--bizarro .headerBGLogo{
	background-image:url('https://cdn.smartrecruiters.com/wp-content/themes/smartrecruiters/new-template/img/en_us/landing-pages/hs18/hs18-logo-small-inverse.png');
}
.header-section.floating .navbar-logo{
    padding-top:4px;	
}
.header-section.floating .navbar-logo #headerLogo{
    line-height: 48px;
	height:auto;
	width:120px;
	min-width:inherit;	
}
.header-section.floating .navbar-logo .headerBGLogo{
    line-height: 48px;
	height:48px;
	width:120px;
	min-width:inherit;
	background-image:url('https://cdn.smartrecruiters.com/wp-content/themes/smartrecruiters/new-template/img/en_us/landing-pages/hs18/hs18-logo-small.png') !important;
}
.header-section.floating .navbar-logo #headerLogo img{
	height:auto;
	width:100%;
	min-width:inherit;
}
.section-dark {
	color: #FFFFFF;
}
.contentOuterContainer {
	padding: 0 0 0 0;
}
.anchorOffset:before {
	display: block;
	content: " ";
	margin-top: -90px;
	height: 90px;
	visibility: hidden;
}
.sponsorsContainer {
	margin: 0 0 60px 0;
}
.row--logos img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	max-width: 210px;
	width: 100%;
}
.btnLink {
    display:inline-block;
	margin-top:20px;
	padding: 20px 45px;
	background-color:#00AE41;
   	font:300 15px 'Source Sans Pro', Arial, sans-serif;
	color:#FFFFFF !important;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
	border:1px solid #009a39;
	border-radius:3px;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
}
.btnLink:hover {
	background-color:#009a39;
	color:#FFFFFF;
}

.certLogos{
	text-align:center;
	padding:10px 0 30px 0;
	background-color:#FFF;
}
.certLogos img{
	display: inline-block;
    vertical-align: middle;
    height: 80px;
	width: auto;
    margin-bottom: 25px;
    margin-left: 25px;
    margin-right: 25px;
}

#footerImage {
	min-height: 60px;
	min-width: 60px;
}
#descriptionImage {
	min-height: 300px;
}
a {
	color: #00AE41;
}
a:focus, a:hover {
	color: #00AE41;
}
.text-primary {
	color: #00AE41;
}
a.text-primary:hover {
 color: #00AE41;
}
.bg-primary {
	background-color: #00AE41;
}
a.bg-primary:hover {
	background-color: #00AE41;
}
.btn {
	background-color: #00AE41;
	border-color: #00AE41;
	border-radius:3px;
	line-height:1.819;
	text-transform:uppercase;
} 
.btn-primary:hover,  .btn-primary:focus,  .btn-primary.focus,  .btn-primary:active,  .btn-primary.active,  .open > .dropdown-toggle.btn-primary {
	background-color: #00AE41;
	border-color: #00AE41;
}
.btn-primary .badge {
	color: #00AE41;
}
.btn-link {
	color: #00AE41;
}
.btn-link:hover,  .btn-link:focus {
	color: #00AE41;
}
.dropdown-menu > .active > a,  .dropdown-menu > .active > a:hover,  .dropdown-menu > .active > a:focus {
	background-color: #00AE41; 
}
.nav .open > a,  .nav .open > a:hover,  .nav .open > a:focus {
	border-color: #00AE41; 
}
.progress-bar {
	background-color: #00AE41; 
}
.list-group-item.active,  .list-group-item.active:hover,  .list-group-item.active:focus {
	background-color: #00AE41;
	border-color: #00AE41; 
}
.navbar-nav > li.header-action-button > a.btn-primary:hover, .navbar-nav > li.header-action-button > a.btn-primary:focus {
	border:1px solid #00AE41;
	background-color: #00AE41;
	background-color:rgba(0, 174, 65, 0.5);
}
.navbar-nav {
	font-size: 14px;
	font-family: "Source Sans Pro", Arial, sans-serif;
	letter-spacing:0.5px;
	line-height:1.5;
	-webkit-font-smoothing: antialiased;
}
.navbar-nav > li{
	padding: 30px 0 30px 0;
}
.navbar-nav a {
	color: #FFFFFF;
	display:inline-block;
	padding-left:30px;
	font-weight:600;
}
.benefit-icon {
	color: #00AE41;
}
#jpreBar {
	background-color: #00AE41; 
}
#header {
	display:block; 
}
#footer {
	display:block;
	border-top:0;
}
li.header-action-button {
 	padding: 17px 24px 0 40px !important;
}
.floating li.header-action-button {
	padding: 10px 24px 10px 40px !important;
}
.header-action-button .btn {
	font-size: 14px;
	font-weight:600;
	font-family: "Source Sans Pro", Arial, sans-serif;
	letter-spacing: 0.5px;
	padding: 10px 36px !important;
	-webkit-font-smoothing: antialiased;
}
.hero-bg {
	background-image: url('https://cdn.smartrecruiters.com/wp-content/themes/smartrecruiters/new-template/img/en_us/landing-pages/hs18/home-main.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.hero-bg--speakers {
	background-image: url('https://cdn.smartrecruiters.com/wp-content/themes/smartrecruiters/new-template/img/en_us/landing-pages/hs18/hs18-masthead-speakers.jpg');
	background-position: center bottom;
}
.hero-bg--general {
	background-image: url('https://cdn.smartrecruiters.com/wp-content/themes/smartrecruiters/new-template/img/en_us/landing-pages/hs18/hs18-masthead-certification.jpg');
	background-position: center bottom;
}

.hero-subhead {
	font-style: normal !important;
	font-size: 40px;
	line-height:1.2;
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
	text-align:center;
	-webkit-font-smoothing: antialiased;
}
.hero-subhead:after {
	display: none;
}
.heroModule-left{
	color:#FFF;
}
.heroModule-left h2{
	color:#FFF;
	font-size:45px;
	font-weight:300;
	line-height:48px;
	margin-bottom:14px;
	-webkit-font-smoothing: antialiased;
}
.heroModule-left p{
	color:#FFF;
	font-size:20px;
	line-height:26px;
	font-weight:300;
	margin-bottom:25px;
}
.heroModule-left .btnLink{
	margin-top:15px;
	text-shadow:none;
}

.heroModule-date{
	display:block;
	margin-top:50px;
	margin-bottom:10px;
	color:#FFF;
	font-size:45px;
	font-weight:300;
	line-height:1;
}




.heroModule-center{
	color:#FFF;
	text-align:center;
	-webkit-font-smoothing: antialiased;
}
.heroModule-center h2{
	color:#FFF;
	font-size:56px;
	font-weight:400;
	line-height:1;
	margin-top:60px;
	margin-bottom:0;
}
.heroModule-center  .heroModule-date{
	display:block;
	margin-top:10px;
	margin-bottom:30px;
	color:#FFF;
	font-size:45px;
	font-weight:300;
	line-height:1;
}
.heroModule-center .btn-primary{
	font-size: 16px;
    font-weight: 600;
    font-family: "Source Sans Pro", Arial, sans-serif;
    letter-spacing: 0.5px;
    padding: 10px 36px !important;
}

.hero-year{
	display:block;
	line-height:.8;
	font-size:116px;
}
.heroModule-hotel{
	font-size:19px;
	font-weight:300;
}
.heroModule-right{
	color:#FFF;
	text-align:right;
}
.heroModule-right ul{
	list-style:none;
	padding:0;
	margin:35px 0 0 auto;
	max-width:297px;
}
.heroModule-right ul li{
	display:inline-block;
	vertical-align:top;
	width:138px;
	height:138px;
	margin:0 16px 16px 0;	
	text-align:center;
	font-size:24px;
	font-weight: 600;
    line-height: 1.5;
	color:#333;	
	background-color: rgba(255,255,255,0.8) !important;
}
.heroModule-right ul li:nth-child(2), .heroModule-right ul li:nth-child(4) {
    margin-right:0;
}
.heroModule-video{
	display:block;
	width:100%;
	max-width:361px;
	margin:38% 0 0 auto;
	border:4px solid #FFF;
}
#hero-bg {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#hero-bg video {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	background-size: cover;
}
.homeModuleBGimage{
	background-position:left center;
	background-size:cover;
	background-image:url('https://cdn.smartrecruiters.com/wp-content/themes/smartrecruiters/new-template/img/en_us/landing-pages/hs18/home-audience-3.jpg');
	display:table;
}
.homeModuleBGimage-inner{
	position:relative;
	width:100%;
	height:100%;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.homeModuleBGimage .textLink{
	display:block;
	position:absolute;
	right:0;
	bottom:0;
	color:#FFF;
	font-size:34px;
	font-weight:400;
	-webkit-font-smoothing: antialiased;
	padding-right:50px;
	background-image:url('https://cdn.smartrecruiters.com/wp-content/themes/smartrecruiters/new-template/img/en_us/landing-pages/hs18/white-right-arrow.png');
	background-position:right center;
	background-repeat:no-repeat;
}

.homeModuleVideoContainer .textLink{
	display:block;
	position: absolute;
	padding-right: 50px;
	color: #FFF;
	font-size:24px;
	line-height: 1.25;
	text-transform:uppercase;
	font-weight:600;
	right:auto;
	left:70px;
	top:45px;
	bottom:auto;
	background-image:none;
	cursor:pointer;
}

.arrowButton{
	display:inline-block;
	width:112px;
	cursor:pointer;
}


.homeModule-padded{
	padding:50px 85px;
}
.homeModule h2{
	color:#FFF;
	font-weight:300;
	font-size:34px;
	margin:0 0 30px 0;
	letter-spacing:1px;
	-webkit-font-smoothing: antialiased;
}
.homeModule h3{
	color:#FFF;
	font-weight:300;
	font-size:22px;
	letter-spacing:.2px;
	padding:0;
	line-height:1.2;
	margin:0 0 5px 0;
}
.homeModule p{
	color:#FFF;
	font-weight:300;
	font-size:14px;
	line-height:1.4;
	max-width:550px;
}
.homeModule ul{
	list-style:none;
	display:block;
	padding:0;
	margin:0;
	max-width:550px;
}
.homeModule ul li{
	list-style:none;
	display:block;
	width:100%;
	padding:0 0 45px 0;
	margin:0;
	font-weight:300;
	font-size:14px;
	line-height:1.5;
}
.homeModule--stats{
	background-color:#FFF;
	padding-top:20px;
	padding-bottom:20px;
}
.homeModule--stats ul{
	display:block;
	list-style:none;
	margin:0 auto;
	padding:0;
	max-width:860px;
}
.homeModule--stats ul li{
	display:inline-block;
	width:33%;
	font-size:22px;
	font-weight:400;
	line-height:50px;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#000;
	text-align:center;
	margin:0;
	padding:0 0 0 60px;
	background-size:50px 50px;
	background-repeat:no-repeat;
	-webkit-font-smoothing: antialiased;
}
.stats-attendees{
	background-position:15px 0;
	background-image:url('https://cdn.smartrecruiters.com/wp-content/themes/smartrecruiters/new-template/img/en_us/landing-pages/hs18/hs18-icon-attendees.png');
}
.stats-speakers{
	background-position:45px 0;
	background-image:url('https://cdn.smartrecruiters.com/wp-content/themes/smartrecruiters/new-template/img/en_us/landing-pages/hs18/hs18-icon-speakers.png');
}
.stats-sessions{
	background-position:45px 0;
	background-image:url('https://cdn.smartrecruiters.com/wp-content/themes/smartrecruiters/new-template/img/en_us/landing-pages/hs18/hs18-icon-sessions.png');
}
.listicon{
	padding-left:75px !important;
	background-position:0 5px;
	background-repeat:no-repeat;
	background-size:45px 45px;
}
.listicon--thought{background-image:url('https://cdn.smartrecruiters.com/wp-content/themes/smartrecruiters/new-template/img/en_us/landing-pages/hs18/icon_thought.png');}
.listicon--plans{background-image:url('https://cdn.smartrecruiters.com/wp-content/themes/smartrecruiters/new-template/img/en_us/landing-pages/hs18/icon_plans.png');}
.listicon--education{background-image:url('https://cdn.smartrecruiters.com/wp-content/themes/smartrecruiters/new-template/img/en_us/landing-pages/hs18/icon_education.png');}
.listicon--trip{background-image:url('https://cdn.smartrecruiters.com/wp-content/themes/smartrecruiters/new-template/img/en_us/landing-pages/hs18/icon_airplane.png');}
.listicon--certification{background-image:url('https://cdn.smartrecruiters.com/wp-content/themes/smartrecruiters/new-template/img/en_us/landing-pages/hs18/icon_bulb.png');}

.homeModule-cta{
	display:inline-block;
	color:#FFF !important;
	font-size:16px;
	letter-spacing:1px;
	line-height:1;
	font-weight:600;
	text-transform:uppercase;
	border:1px solid #FFF;
	border-radius:3px;
	padding:22px 45px;
	margin:25px 0 20px 0 ;
	cursor:pointer;
}
.homeModule-cta:hover{
	color:#FFF !important;
	background-color:rgba(255, 255, 255, 0.25);
}
.homeModule-quad .homeModule-cta {
	margin:25px 0 20px 75px ;
}
.homeSignupForm{
	background-color:#FFF;
	width:860px;
	max-width:100%;
	position:relative;
	margin: -180px auto 75px auto;
	background-image: url('https://cdn.smartrecruiters.com/wp-content/themes/smartrecruiters/new-template/img/en_us/landing-pages/hs18/hs18-formimage.jpg');
	background-size:contain;
	background-repeat:no-repeat;
	background-position:right top;
	-webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,.25);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,.25);
    box-shadow: 2px 2px 10px 0px rgba(0,0,0,.25);
}
.homeSignupForm--inplace{
	margin: 0 auto 0 auto;
}
.homeModule--signup, .homeModule--signup{
	text-align:center;
	padding-top:40px;
	padding-bottom:40px;
	background-color:#00436d;
}
.homeSignupForm-text{
	padding:30px 20px;
	width:400px;
	max-width:100%;
}
.homeSignupForm h2{
	margin:0;
	font-size:16px;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:1px;
}
.homeSignupForm .mktoForm{
	margin: 0 auto !important;
	padding:0 !important;
	width:100% !important;
}
.homeSignupForm .mktoForm .mktoOffset, .homeSignupForm .mktoForm .mktoGutter{
	display:none !important;
}
.homeSignupForm .mktoForm label{
	display:none !important;
}
.homeSignupForm .mktoForm .mktoFormRow {
    margin: 0;
}
.homeSignupForm .mktoForm .mktoFormCol {
    float: left;
    position: relative;
    min-height: 2em;
	width: 100%!important;
}
.homeSignupForm  .mktoForm .mktoFieldWrap {
    float: none;
}
.homeSignupForm .mktoForm input[type=hidden] {
   display:none;
}
.homeSignupForm .mktoForm input[type=text], .homeSignupForm .mktoForm textarea, .homeSignupForm .mktoForm #Email, .homeSignupForm .mktoForm input[type=tel] {
    width: 100% !important;
	height: auto;
	padding:20px;
	margin-bottom:10px;
    border: 2px solid #c6c6c6 !important;
	border-radius: 3px !important;
    background-color: #fff; 
    font-size: 1.6rem;
    color: #000;
	line-height:42px;
	box-shadow: none !important;
}
.homeSignupForm .mktoForm .mktoButtonRow {
    display: block;
    vertical-align: top;
    width: 100% !important;
}
.homeSignupForm .mktoForm .mktoButtonWrap{
	margin:0 !important;
}
.homeSignupForm .mktoForm button{
	display:block;
	width:100%;
	margin:0;
	color:#FFF;
	font-size:16px;
	line-height:1;
	font-weight:600;
	letter-spacing:.2px;
	border:1px solid #FFF;
	border-radius:3px;
	padding:16px 45px;
	margin:10px 0 10px 0 ;
	background-color:#00AE41;
	cursor:pointer;
	-webkit-font-smoothing: antialiased;
}
.homeModule--sponsor{
	text-align:center;
	padding-top:40px;
	padding-bottom:35px;
	background-color:#8e44ad;
}
.homeModule--sponsor h3{
	font-size:20px;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:1px;
}
.homeModule--signup h3{
	text-align:center;
	font-size:32px;
	font-weight:300;
	letter-spacing:1px;
	-webkit-font-smoothing: antialiased;
}
.homeModule--sponsor .homeModule-cta, .homeModule--signup .homeModule-cta{
	margin: 25px 0 0 0;
}
.homeModule--bigQuote{
	background-color:#00436D;
	text-align:center;
	padding-top:50px;
	padding-bottom:220px;
	min-height:100px;
	-webkit-font-smoothing: antialiased;
}
.homeQuote{
	display:block;
	padding:0 20px 0 20px;
	color:#FFF;
	font-size:34px;
	font-weight:200;
	line-height:1.3;
}
.homeQuoteSource{
	display:block;
	padding:40px 0 20px 0;
	font-size:28px;
	color:#FFF;
	font-weight:200;
	line-height:1.3;
}
.randomQuote{
	display:none;
}
.container--constrained{
	max-width:1250px;	
}
.agendaOuter{
	background-color:#f7f7f7;
}
ul.tabs li{
	cursor: pointer;
}
.tab-content{
	display: none;
}
.tab-content.current{
	display: inherit;
}
.agendaNav{
	background-color:#00436d;
}
.agendaNav ul{
	display:block;
	list-style:none;
	margin:0;
	padding:0;
}
.agendaNav ul li{
	display:inline-block;
	list-style:none;
	margin:0;
	padding:20px 25px 15px 25px;
	color:#FFF;
	text-transform:uppercase;
	font-weight:300;
	font-size:16px;
	letter-spacing:.2px;
}
.agendaNav ul li.current{
	border-bottom:6px solid #b2c6d3;
}
.agendaOuter h2{
	text-align:left;
	font-size:32px;
	font-weight:300;
	margin-bottom:30px;
	margin-top:50px;
}
.agendaModule{
	margin-bottom:50px;
	max-width:358px;
	-webkit-box-shadow: 2px 4px 15px 2px rgba(0,0,0,.12);
    -moz-box-shadow: 2px 4px 15px 2px rgba(0,0,0,.12);
    box-shadow: 2px 4px 15px 2px rgba(0,0,0,.12);
}
.agendaModule-head{
	background-color:#b2c6d3;
	padding:15px 20px 15px 20px;
	color:#333;
}
.agendaModule-day{
	display:block;
	text-transform:uppercase;
	text-decoration:underline;
	font-size:14px;
	font-weight:600;
}
.agendaModule-date{
	font-size:20px;
	font-weight:400;
}
.agendaModule-body{
	padding:25px 20px 25px 20px;
}
.agendaModule-body p{
	font-size:16px;
	line-height:1.4;
	margin-bottom:25px;
}
.agendaModule-session{
	margin-bottom:20px;
}
.agendaModule-time{
	display:block;
	font-size:13px;
}
.agendaModule-title{
	display:block;
	font-size:15px;
	font-weight:600;
	color:#333;
	line-height:1.4;
}
.mainContent {
	font-size: 18px;
}
.mainContent h4, .mainContent h4 a {
	font-size: 24px;
	font-weight:600 !important;
	line-height: 1.25;
	color:#000000;
	letter-spacing:1px;
	text-align:center;
	margin-bottom:40px;
	-webkit-font-smoothing: antialiased;
}
.homeOuter h4{
	text-align:center;
}
.pageOuter{
	text-align:center;
	font-size:16px;
	font-weight:300;
	color:#242424;
	-webkit-font-smoothing: antialiased;
}
.pageOuter h1{
	font-size:45px;
	font-weight:300;
	line-height:1.3;
	max-width:756px;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
}
h1.maintitle--offset{
	display:block;
	margin:-145px auto 95px auto;
	color:#FFF;
	font-weight:300;
}
.pageOuter p{
	display:block;
	font-size:18px;
	line-height:30px;
	max-width:960px;
	margin:0 auto 20px auto;
}
.pageOuter ul{
	display:block;
	font-size:18px;
	line-height:30px;
	max-width:100%;
	width:470px;
	margin:0 auto 70px auto;
}
.pageOuter ul li{
	text-align:left;
	padding-left:15px;
}

.quoteModule{
	background-position:center;
	background-size:cover;
	padding:50px 85px;
	text-align:left;
	color:#FFF;
	min-height:440px;
	-webkit-font-smoothing: antialiased;
}
.displayQuote{
	display:block;
	font-size:140px;
	font-weight:300;
	line-height:20px;
	margin-top:50px;
}
.quoteModule p{
	font-size:24px;
	font-weight:300;
	line-height:1.3;
	margin-bottom:50px;
	margin-left:0;
	max-width:500px;
}

.quoteModule-Name{
	font-size:18px;
	font-weight:600;
	display:block;
	margin-bottom:5px;
}
.quoteModule-Title{
	font-size:18px;
	font-weight:400;
	line-height:1.2;
}

.row--twoCol{
	font-size:16px;
	color:#242424;
	text-align: left;
	padding-top: 50px;
	padding-bottom:60px;
}
.row--twoCol h3{
	text-transform:uppercase;
	font-size: 16px;
    margin: 0 auto 5px 0;
    font-weight: 600;
}
.row--twoCol h4{
	font-size:18px;
	text-align: left;
    margin-bottom: 14px;
}
.row--twoCol p{
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 30px;
}
.row--twoCol .icon--block {
    margin: 0 auto 5px 0;
}


.speakersOuter{
	background-color:#f7f7f7;
	padding-top:50px;
	padding-bottom:30px;
}
.speakerspageOuter{
	background-color:#FFFFFF;
	padding-top:80px;
	padding-bottom:30px;
	-webkit-font-smoothing: antialiased;
}
.speakerspageOuter h2{
	font-size:34px;
	font-weight:300;
	margin-bottom:50px;
}
.container--speakers{
	padding-bottom:40px;	
	margin:auto;
	max-width:1100px;
	text-align:center;
}
.speakerModule{
	margin-bottom:30px;
	line-height: 1.4;
    font-size: 16px;
}
.speakerModule img{
	width:222px;
	max-width:100%;
	display:block;
	margin:0 auto 20px auto;
	border-radius:50%;
}
.speakerModule p{
	padding: 0 10px;
	font-size: 16px;
	font-weight:600;
	line-height:1.5;
}
.speakerModule-name{
	display:block;
	margin-bottom:10px;
	font-size: 22px;
    font-weight: 400;
	color:#00AE41;
}
.speakerModule--home{
    font-size: 14px;
	max-width:250px;
}
.speakerModule--home p{
	padding: 5px 10px 30px 15px;
	margin:0;
	display:block;
	font-size:16px;
	font-weight:400;
	line-height:1.2;
	color:#333;
	text-align:center;
}
.speakerModule-session{
	display:block;
	font-weight:bold;
	font-style:italic;
	margin-top:20px;	
}
.attendeesOuter{
	padding-top:50px;
	padding-bottom:50px;
	max-width:1600px;
	margin:0 auto;
}
.squareList {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0 0 30px 0;
}
.squareList li {
	font-size: 19px;
	line-height: 1.4;
	color: #666666;
	font-family: "Source Sans Pro", Arial, sans-serif;
	padding-left: 20px;
	margin-bottom: 17px;
	text-indent: -20px;
}
.squareList li:before {
	content: "■ ";
	color: #00AE41;
	margin-right: 5px;
	vertical-align: top;
	line-height: 1.2;
}
.navigationPanelToggle {
    z-index: 2001 !important;
	cursor: pointer;
    right: 25px;
    top: 25px;
    position: fixed;
    display: block;
    outline: 0;
    width: 25px !important;
    height: 25px;
    line-height: 100px !important;
    overflow: hidden;
    border: 0;
    background-color: transparent;
	background-size: contain;
	background-repeat: no-repeat;
    background-position: center top;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAmCAYAAACCjRgBAAAAAXNSR0IArs4c6QAAAJpJREFUWAntl8ENgCAMRYsXF3E8E484iOM5iJxqKxfCAk3Na9IEuPT3FRJ+UdVDRHbLzTJT3Cb2KtbAY4s1k/JBa/MGdDhIt1zSKZ4EewNtOsu0bd7AaekPIlu45ppNNHohAAEIQAAC/yLgv1H8QOBM8QOB8Htp/EDgCPADgfApDQEIQAACEOgE8APBNwE/EDwAEfxA4Ag+P/ACZyw4/kBuC8YAAAAASUVORK5CYII=);
}
.navigationPanelToggle--off {
    opacity: 1;
}
.navigationPanel--on {
  right: 0;
}



.icon--block{
	display:block;
	height:41px;
	width:auto;
	margin:40px auto 5px auto;
}


.footer-section {
	background-color:#FFF;
	text-align: center;
	padding-top: 25px;
	padding-bottom:60px;
	color:#333;
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
}
.footer-section--solid {
	background:#F7F7F7;
}
.footer-connect{
	display:block;
	margin:0 0 25px 0;
	text-transform:uppercase;
	font-size:19px;
	letter-spacing:1px;
}
.twitterhash {
	display: block;
	margin-bottom:30px;
	font-size: 45px;
	font-weight:400;
	color:#000;
	text-transform:uppercase;
	line-height:1;
	letter-spacing:2.5px;
}
.twitterhash:hover{
	text-decoration:none;
}
ul.hs-socialLinks {
	display: inline-block;
	width:auto;
	margin: 0;
	margin-bottom: 50px;
	padding: 0;
}
ul.hs-socialLinks li {
	display: inline-block;
	height: 43px;
	margin-left: 20px;
	margin-right: 20px;
	overflow: hidden;
	text-align: center
}
ul.hs-socialLinks li a {
	display: block;
	height: 43px;
	color:#333;
	font-size:14px;
	letter-spacing:0.5px;
	text-transform:uppercase;
	line-height:43px;
	padding-left:55px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size:contain;
	border: 0 !important
}
ul.hs-socialLinks li a:hover {
	text-decoration: none
}
.hsfooter-icon--linkedin {
	background-image: url('https://cdn.smartrecruiters.com/wp-content/themes/smartrecruiters/new-template/img/en_us/landing-pages/hs18/hs18-social-linkedin.png')
}
.hsfooter-icon--twitter {
	background-image: url('https://cdn.smartrecruiters.com/wp-content/themes/smartrecruiters/new-template/img/en_us/landing-pages/hs18/hs18-social-twitter.png')
}
.hsfooter-icon--facebook {
	background-image: url('https://cdn.smartrecruiters.com/wp-content/themes/smartrecruiters/new-template/img/en_us/landing-pages/hs18/hs18-social-facebook.png')
}
.mktoModal .mktoModalContent{
	background-color: rgba(255,255,255,0.75) !important;
}
/*
.mktoForm{
	width:95%;
	max-width:550px;
}
.mktoButtonRow {
	width:100%;
	text-align:right !important;
}
.mktoForm .mktoButtonWrap.mktoCupidGreen button.mktoButton {
	display:inline-block;
	font-size:1.6rem;
	text-transform:uppercase;
	padding-top:10px;
	padding-bottom:10px;
}
.mktoForm .mktoFormCol {
	width:98% !important;
	margin-right:2%;
}
.mktoForm .mktoOffset, .mktoForm .mktoGutter{
	display:none !important;
}
.mktoForm .mktoLabel {
	font-size:1.3rem;
	font-weight:400 !important;
	width:auto !important;
	margin-top:0;
	margin-bottom:6px !important;
}
.mktoForm input[type=radio] {
	width:1em;
	height:1em;
	opacity:0;
}
.mktoForm input[type=text],.mktoForm textarea,.mktoForm input[type=email],.mktoForm input[type=tel] {
	width:100% !important;
	border:1px solid #bcbec0;
	background-color:#bcbec0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	height:auto;
	font-size:1.6rem;
	color:#000;
	padding:3px 10px !important;
}
.mktoForm select.mktoField {
	width:100% !important;
	height:auto;
	border:1px solid #bcbec0;
	font-size:1.6rem;
	padding:3px 10px!important;
}
*/

.speakerForm{
	margin-top:30px;
}

.speakerForm .formTitle{
	display:inline-block;
	text-align:center;
	color:#00AE41;
	text-transform:uppercase;
	font-size:16px;
	font-weight:600;
	margin-bottom:60px;
	padding-right:20px;
	background-image: url('https://cdn.smartrecruiters.com/wp-content/themes/smartrecruiters/new-template/img/en_us/landing-pages/hs18/hs18-icon-downgreenarrow.png');
	background-position:right 7px;
	background-size:11px auto;
	background-repeat:no-repeat;
}
.speakerForm .mktoForm{
	margin: 0 auto !important;
	width:780px !important;
	max-width:100% !important;
}
.speakerForm .mktoForm label, .inlineFormContainer .mktoForm label{
	display:none !important;
}
.speakerForm .mktoForm .mktoFormRow {
    margin: 0;
}
.speakerForm .mktoForm .mktoFormCol {
    float: left;
    position: relative;
    min-height: 2em;
	width: 44%!important;
	margin-right: 3%;
	margin-left: 3%;
    clear: none !important;
}

.speakerForm  .mktoForm .mktoFieldWrap {
    float: none;
}
.speakerForm .mktoForm input[type=hidden], .inlineFormContainer .mktoForm input[type=hidden] {
   display:none;
}
.speakerForm .mktoForm input[type=text], .speakerForm .mktoForm textarea, .speakerForm .mktoForm #Email, .speakerForm .mktoForm input[type=tel] {
    width: 100% !important;
	height: auto;
	margin-bottom:10px;
    border: 2px solid #c6c6c6 !important;
	border-radius: 3px !important;
    background-color: #fff; 
    font-size: 1.6rem;
    color: #000;
	line-height:42px;
	box-shadow: none !important;
}
.speakerForm .mktoForm textarea {
	/*padding: 20px !important;*/
	padding: 15px 10px 15px 10px !important;
}
.speakerForm .mktoForm textarea {
    /*width: 214% !important;*/
}
.speakerForm .mktoForm .mktoButtonRow {
    display: block;
    vertical-align: top;
    width: 100% !important;
}
.speakerForm .mktoForm .mktoButtonWrap{
	margin:0 !important;
}
.speakerForm .mktoForm button.mktoButton, .inlineFormContainer .mktoForm button.mktoButton{
	display:block;
	min-width:245px;
	color:#FFF;
	font-size:16px;
	line-height:1;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:.2px;
	border:1px solid #FFF;
	border-radius:3px;
	padding:16px 45px;
	margin:25px auto 20px auto;
	background-color:#00AE41;
	cursor:pointer;
	-webkit-font-smoothing: antialiased;
}

.inlineFormContainer{
	margin-bottom:60px;
}

.inlineFormContainer .mktoForm button.mktoButton{
	margin: 0 auto 0 auto;
	padding: 22px 45px;
}

.inlineFormContainer .mktoForm{
	margin:0 auto;
	width:380px;
	max-width:100%;
}

.inlineFormContainer .mktoForm {
    float: none;
}

.inlineFormContainer .mktoForm .mktoFormCol {
    width: 100% !important;
    margin-right: 0;
}

.inlineFormContainer .mktoForm .mktoFieldWrap {
    float: none;
}


.greenButton{
	display:block;
	min-width:245px;
	color:#FFF !important;
	font-size:16px;
	line-height:1;
	font-weight:600;
	text-transform:uppercase;
	text-align:center;
	letter-spacing:.2px;
	border:none;
	border-radius:2px;
	padding:20px 45px;
	margin:50px auto 20px auto;
	background-color:#00AE41;
	cursor:pointer;
	-webkit-font-smoothing: antialiased;
}
.greenButton:hover{
	opacity:.9;
}

.regOuter{
	padding-bottom:55px;
}

.regOuter ul{
	width:inherit;
	margin:0 auto 40px 0;
	padding-left:15px;
	list-style:none;
}

.regOuter ul li {
	 padding-left:25px;
}

.regOuter ul li::before {
	content: "•";
	color: #00AE41;
	display: inline-block;
	width: 25px;
	margin-left: -25px;
}

.regOuter ul.blue li::before {
	color: #3498DB;
}

.regOuter ul.red li::before {
	color: #A31A7E;

}

.regModule{
	border:1px solid #c9c9c9;
	border-radius:5px;
	font-size:22px;
	padding:33px 20px 25px 20px;
	color:#242424;
	margin-bottom:30px;
	-webkit-font-smoothing: antialiased;
}
.regModule h2{
	font-size:18px;
	font-weight:600;
	text-transform:uppercase;
	margin-top:0;
	margin-bottom:25px;
}
.regModule ul{
	font-size:20px;
	margin:0 auto;
	width:100%;
	padding-left:20px;
}
.regModule ul li{
	margin-bottom:10px;
	padding-left:10px;
	color:#242424;
}
.reg_icon{
	margin-bottom:10px;
}

.sponsorsTitle{
	display:inline-block;
	text-align:center;
	padding:0 25px;
	border-bottom:1px solid #00AE41;
	margin:0 0 30px 0;
}
.sponsorsTitle-inner{
	display:block;
	font-size:22px;
	font-weight:300;
	line-height:1.1;
	color:#FFF;
	padding:15px 30px 12px 30px;
	background-color:#00AE41;
	border-radius:4px 4px 0 0;
}

.sponsorsTitle-title{border-bottom:1px solid #00AE41;}
.sponsorsTitle-title .sponsorsTitle-inner{background-color:#00AE41;}

.sponsorsTitle-platinum{border-bottom:1px solid #3498DB;}
.sponsorsTitle-platinum .sponsorsTitle-inner{background-color:#3498DB;}

.sponsorsTitle-gold{border-bottom:1px solid #A31A7E;}
.sponsorsTitle-gold .sponsorsTitle-inner{background-color:#A31A7E;}


.row--titlesponsors, .row--goldsponsors{
	text-align:center;
	padding-bottom:70px;
}

.row--titlesponsors img{
	width:300px;
	display:block;
	margin:0 auto 25px auto;
}
.row--goldsponsors img{
	width:200px;
	display:inline-block;
	margin-bottom:20px;
}


.awardsOuter{
	max-width:1200px;
	margin:0 auto 80px auto;
	-webkit-box-shadow: -10px 6px 30px 10px rgba(0,0,0,.1);
    -moz-box-shadow: -10px 6px 30px 10px rgba(0,0,0,.1);
    box-shadow: -10px 6px 30px 10px rgba(0,0,0,.1);
}
.awardsModule--bg{
	background-size:cover;
	background-position:center top;
	min-height:300px;
}
.awardsModule-inner{
	text-align:left;
	padding:25px;
}
.awardsModule-inner img{
	display:block;
	width:220px;
	margin:0 auto 25px auto;
}
.awardsModule p{
	font-size:15px;
	font-weight:300;
	line-height:1.5;
}
.awardwinner{
	display:block;
	font-size:16px;
	line-height:1.4;
	font-weight:400;
	margin-top:25px;
}

.awardsOverviewOuter{
	max-width:1200px;
	margin:50px auto 60px auto;
	font-family: "Source Sans Pro", Arial, sans-serif;
}
.awardsOverview-Title{
	font-size:22px;
	line-height:1.1;
	font-weight:600;
}

.awardsOverview-text p{
	padding:0 20px;
}

.awardsOverview-text p{
	font-size:15px;
	line-height:1.5;
	font-weight:400;
	color:#242424;
}

.awardsOverviewOuter .greenButton--standalone{
	min-width:190px;
	margin-top:70px;
}



.thintitle{
	font-size:34px;
	font-weight:200;
	margin:70px 0;
}

.greenButton--standalone{
	width:auto;
	margin-top:40px;
	margin-bottom:60px;
	display: inline-block;
}

@media screen and (min-width: 1550px) {
	.masthead-section {
		min-height: 980px;
	}
	.masthead-section--short {
		min-height: 656px;
	}
	h1.maintitle--offset{
		margin:-180px auto 80px auto;
	}
}

@media screen and (min-width: 1140px) {
	.navOuter, .hero-section--outer {
		padding:0 50px 0 50px;
	}
}
@media screen and (max-width: 768px) {
	.hero-section{
		min-height:inherit;
		height:auto;
		padding: 65px 0 60px 0 !important;
	}
	.heroBG-Outer {
		display: none !important;
	}
	.pageOuter h1{
		font-size:32px;
	}
	.pageOuter p{
		font-size:15px;
		line-height:24px;
	}
	.masthead-section{
		min-height:400px;
		padding: 65px 0 60px 0 !important;
	}
	h1.maintitle--offset{
		margin:0 auto 20px auto;
		color:#333;
	}
	.heroModule-center h2{
		font-size:30px;
		margin-top:30px;
		max-width: 265px;
    	margin-left: auto;
    	margin-right: auto;
	}
	.heroModule-center  .heroModule-date{
		font-size:18px;
		max-width: 265px;
    	margin-left: auto;
    	margin-right: auto;
		margin-top: 15px;
	}
	.heroBull{
		/*display: block;
		height: 4px;
		line-height: 4px;
		opacity: 0;*/
	}
	.heroModule-left h2 {
		font-size: 26px;
		line-height: 28px;
	}
	.heroModule-left p, .heroModule-hotel {
		display:none;
	}
	.heroModule-left p br{
		display:none;
	}
	.heroModule-date {
		margin-top: 30px;
		font-size: 32px;
	}
	.hero-year {
		font-size: 82px;
	}
	.heroModule-right{
		text-align:left;
	}
	.heroModule-right ul{
		margin-bottom:30px;
		max-width:inherit;
	}
	.heroModule-video{
		margin:40px auto 0 auto;
	}
	.homeModule--stats ul li {
		display: block;
    	width: 400px;
		max-width:100%;
		margin: 0 auto 10px auto;
		padding-left:10px;
	}
	.stats-attendees{
		background-position:0 0 !important;
		background-size:40px 40px !important;
		
	}
	.stats-speakers{
		background-position:0 0 !important;
		background-size:40px 40px !important;
	}
	.stats-sessions{
		background-position:0 0 !important;
		background-size:40px 40px !important;
	}
	.homeModule h2 {
		font-size: 20px;
		text-align:center;
		margin: 0 0 20px 0;
	}
	.homeSignupForm{
		margin: 0 auto 50px auto;
		background:none;
	}
	.homeSignupForm-text {
		width:100%;
	}
	.homeModule--signup {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.homeModule--signup .mktoForm .mktoFormRow {
		display: block;
	}
	.homeModule--signup .mktoForm #Email {
		width: 100% !important;
		padding:20px !important;
		margin-bottom:20px !important;
	}
	.homeModule--signup .mktoForm .mktoButtonWrap {
		margin: 0 !important;
	}
	.homeModule--signup .mktoForm .mktoButtonRow {
		display: block;
		width: 100% !important;
	}
	.homeModule--signup .mktoForm button {
		display: block;
		margin: 0 auto 0 auto !important;
	}
	.homeModule-padded {
		padding: 40px 20px;
		display:block;
	}
	.homeModuleBGimage-inner{
		display:block;
	}
	.arrowButton {
		width: 66px;
	}
	.homeModuleBGimage a.textLink{
		position:relative;
		font-size:22px;
		text-align:center;
		max-width:350px;
		margin:20px auto 0 auto;
		padding:0 30px;
		background-size:20px auto;
	}
	.homeModule p {
		margin-left:auto;
		margin-right:auto;
	}
	.homeModule ul {
		max-width:none;
	}
	.homeModule ul li {
		text-align:center;
	}
	.listicon {
		padding-left: 0 !important;
    	padding-top: 60px !important;
    	background-position: center top;
	}
	.homeModule h3 {
		font-size: 18px;
		font-weight:400;
	}
	.homeModule--signup .homeModule-cta {
		margin: 30px auto 20px auto !important;
		max-width:300px;
	}
	.homeModule-cta {
		display: block;
		margin: 0 auto 20px auto;
	}
	.homeModule-quad .homeModule-cta {
		display: block;
		margin: 0 auto 20px auto;
		text-align:center;
		max-width:300px;
	}
	.speakersOuter, .attendeesOuter {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.mainContent h4, .mainContent h4 a {
		font-size: 20px;
		margin-bottom:20px;
	}
	.agendaModule{
		height:auto !important;
	}
	.agendaNav ul li {
		padding: 15px 10px 15px 10px;
		font-size: 12px;
		letter-spacing: 0;
	}
	.agendaOuter h2 {
		text-align: center;
		font-size: 28px;
		margin-top: 30px;
	}
	.homeModule--bigQuote {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.homeQuote{
		padding:0;
		font-size: 24px;
	}
	.homeQuoteSource{
		padding:20px 0 0 0;
		font-size:18px;
	}
	.speakerModule img {
		width: 150px;
		margin: 0 auto 10px auto;
	}
	.speakerModule-name {
		margin-bottom: 5px;
		font-size: 18px;
	}
	.row--logos img {
		margin-bottom: 10px;
		max-width: 100px;
	}
	.container--speakers{
		text-align:center;
	}
	.footer-section{
		text-align:center;	
	}
	.footer-copyright{
		font-size:12px;
		text-align:center;
		margin-bottom:30px;	
	}
	.hs-socialLinks{
		text-align:center;	
	}
	.twitterhash{
		display:block;
		text-align:center;
		margin-top:30px;
	}
	
	.speakerForm .mktoForm .mktoFormCol {
		float: none;
		width: 100%!important;
		margin-right: 0 !important;
	}
	
	.speakerForm .mktoForm input[type=text], .speakerForm .mktoForm textarea, .speakerForm .mktoForm #Email {
		width: 95% !important;
	}
	.speakerForm .mktoForm textarea {
		padding: 10px !important;
		height:auto !important;
	}
	.regModule{
		font-size:18px;
		padding:20px;
		margin-top:0;
		margin-bottom:30px;
		height:inherit !important;
	}
	.regModule h2{
		font-weight:400;
		margin-top:5px;
		margin-bottom:20px;
	}
	.regModule ul{
		font-size:18px;
	}
	.regModule ul li{
		line-height:1.2;
		margin-bottom:10px;
		padding-left:5px;
	}
	.greenButton--standalone{
		width:200px;
		margin-top:20px;
		margin-bottom:40px;
	}
	
	
	.quoteModule{
		padding:25px;
		text-align:left;
		min-height:200px;
	}
	.displayQuote{
		display:block;
		font-size:140px;
		font-weight:200;
		line-height:20px;
		margin-top:50px;
	}
	.quoteModule p{
		font-size:24px;
		line-height:1.2;
		max-width:inherit;
		margin-bottom:20px;
	}

	.quoteModule-Name{
		margin-bottom:0;
	}
	.quoteModule-Title{
		font-size:16px;
	}
	.thintitle {
		font-size: 24px;
		margin: 30px 0;
	}
	.row--titlesponsors, .row--goldsponsors {
		padding-bottom: 30px;
	}
	
	.row--goldsponsors img {
		margin-bottom: 0;
	}
	
	.awardsModule--bg{
		min-height:200px;
		height:200px !important;
	}
	.awardsModule-inner {
		padding: 15px;
	}
	.awardsOuter {
		margin: 0 auto 40px auto;
		-webkit-box-shadow: -5px 3px 15px 5px rgba(0,0,0,.1);
		-moz-box-shadow: -5px 3px 15px 5px rgba(0,0,0,.1);
		box-shadow: -5px 3px 15px 5px rgba(0,0,0,.1);
	}
	.inlineFormContainer .mktoForm button.mktoButton{
		min-width:inherit;
	}
	.certLogos img{
		display: block;
		margin:0 auto 25px auto !important;
	}

}

@media screen and (min-width: 991px) {
	.navigationPanelToggle {
		display: none;
	}
}

@media screen and (max-width: 991px) {
	.homeModule--stats ul li {
		background-size:40px 40px;
		background-position:15px 0;
	}
	
	.header-section, .header-section--bizarro {
		background: #000;
		color:#CCCCCC;
		min-height: 70px;
	}
	.headerBGLogo{
		background-image:url('https://cdn.smartrecruiters.com/wp-content/themes/smartrecruiters/new-template/img/en_us/landing-pages/hs18/hs18-logo-small.png') !important;
		width:100px !important;
		height:50px!important;
	}

	.header-section--bizarro .topnav {
		color: #FFF;
	}

	.header-section--bizarro .topnav a:link, .header-section--bizarro .topnav a:visited {
		color: #FFF;
	}
	.header-section--bizarro .topnav a:active {
		color: #FFF;
	}
	
	.navbar-logo{
		display:block;
		padding: 5px 0 0 0;
	}
	.navbar-logo img {
		max-width: 100px;
	}
	.header-section.floating .navbar-logo{
		opacity:1;
	}
	#headerLogo, .headerBGLogo {
		max-width: 200px;
	}
	.navigation {
		position: inherit;
		bottom: 100%;
		left: 0;
		width: auto;
		margin-right: -15px !important;
		margin-left: -15px !important;
		display: block !important;
		opacity: 1;
		padding-top: 20px;
		text-align: center;
		-webkit-transition: all ease 0.25s !important;
		transition: all ease 0.25s !important;
	}
	.navbar-header, .navbar-nav, .navbar-right, .navbar-nav>li {
		float: none !important;
	}
	.navbar-nav a {
		display: block;
		padding:10px 10px 10px 10px;
	}
	.navbar-nav > li.header-action-button, .header-section.floating .navbar-nav > li.header-action-button{
    	margin-top: 15px;
	}
	.navigationPanel{
		overflow: visible !important;
		height: auto !important;
		padding-bottom: 0;
	}
	.navigationPanel--on {
		z-index: 2000 !important;
	}
	.navigationPanel--off{
		opacity:0;
		display:none !important;
	}
	.navigationPanel--on {
		z-index: 2000 !important;
	}
	.speakerModule--home{
		margin:0 auto 20px auto;
	}
}

/* override for Wistia css on certain screens */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), not all, not all{
	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-size:auto;
	}
}





.hero-section {
    position:relative;
	min-height:700px;
	-webkit-font-smoothing: antialiased;
}
.home-promoBar{
	position:absolute;
	bottom:0;
	width:100%;
	padding:15px 20px;
	color:#FFF;
	background-color:#00436D;
	text-align:center;
	font-size:20px;
	font-weight:600;
	text-transform:uppercase;
}
.home-promoBar a{
	color:#FFF;
	text-decoration:underline;
}
.heroModule-center--new{
	position:relative;
	max-width:960px;
	margin:auto;
	color:#FFF;
	text-align:center;
	-webkit-font-smoothing: antialiased;
}

.heroModule-center--new:before, .heroModule-center--new:after{
	content:'';
	display:block;
	position:absolute;
	top:30px;
	width:334px;
	height:264px;
	background-size:contain;
	background-repeat:no-repeat;
}

.heroModule-center--new:before{
	left:0;
	background-image:url('https://cdn.smartrecruiters.com/wp-content/themes/smartrecruiters/new-template/img/en_us/landing-pages/hs18/hs18-masthead-arrow-left.png');
	background-position:left top;
}
.heroModule-center--new:after{
	right:0;
	background-image:url('https://cdn.smartrecruiters.com/wp-content/themes/smartrecruiters/new-template/img/en_us/landing-pages/hs18/hs18-masthead-arrow-right.png');
	background-position:right top;
}

.heroModule-center--new h2{
	max-width:700px;
	color:#FFF;
	font-size:64px;
	font-weight:400;
	line-height:1;
	text-transform:uppercase;
	margin:60px auto 30px auto;
}
.heroModule-center--new .heroModule-date{
	display:block;
	color:#FFF;
	font-size:34px;
	font-weight:400;
	line-height:1.2;
	margin-top:10px;
	margin-bottom:60px;
}
.heroModule-center--new .btn-primary{
	font-size: 16px;
    font-weight: 600;
    font-family: "Source Sans Pro", Arial, sans-serif;
    letter-spacing: 0.5px;
    padding: 13px 36px !important;
	color:#FFF;
	text-transform:uppercase;
	text-decoration:none;
	display:inline-block;
	vertical-align:middle;
}
.homeModule{
	-webkit-font-smoothing: antialiased;
}
.homeModule h2 {
    font-weight: 600;
	font-size: 32px;
    text-transform:uppercase;
    margin: 0 0 40px 0;
	letter-spacing:normal;
}
.homeModule-gradient--green h3 {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: normal;
    margin: -20px 0 50px 0;
}
.homeModule p {
    font-weight: 400;
    font-size: 16px;
	line-height:1.7;
}
.homeModule--condensed h2 {
    font-size:24px;
	margin-bottom:20px;
}
.homeModule--condensed h3 {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: normal;
    padding: 0;
}
.homeModule--condensed ul {
    padding-top:40px;
}

.homeModule-padded {
    padding: 50px 60px;
}


.homeModule--condensed .homeModule-padded {
    padding: 45px 55px;
}



.homeModuleBGimage--fixed{
	background-color:#001e29;
	background-image:url('https://cdn.smartrecruiters.com/wp-content/themes/smartrecruiters/new-template/img/en_us/landing-pages/hs18/hs18-home-fixed-image.jpg');
	background-size: 50% auto;
    background-attachment: fixed;
	background-repeat: no-repeat;
}

.homeModuleBGimage--fixed--hire18{
	background-color:#011321;
	background-image:url('https://cdn.smartrecruiters.com/wp-content/themes/smartrecruiters/new-template/img/en_us/landing-pages/hs18/hs18-hire18-fixed-bg.jpg');
	background-position: right center;
}

.homeModuleVideoContainer{
	width:100%;
	height:350px;
	background-image:url('https://cdn.smartrecruiters.com/wp-content/themes/smartrecruiters/new-template/img/en_us/landing-pages/hs18/home-video-matt-charney.jpg');
	background-position:center top;
}


.homeModule-gradient--green{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00ae41+0,005f97+100 */
background: #00ae41; /* Old browsers */
background: -moz-linear-gradient(top, #00ae41 0%, #005f97 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #00ae41 0%,#005f97 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #00ae41 0%,#005f97 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ae41', endColorstr='#005f97',GradientType=0 ); /* IE6-9 */
}
.homeModule-gradient--blue{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#025198+0,01111e+100 */
background: #025198; /* Old browsers */
background: -moz-linear-gradient(top, #025198 0%, #01111e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #025198 0%,#01111e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #025198 0%,#01111e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#025198', endColorstr='#01111e',GradientType=0 ); /* IE6-9 */
}

.homeModule-quad .homeModule-cta {
     margin: 25px 0 10px 0;
}

.home-rsoyContainer{
	max-width:650px;
	margin:auto;
	text-align:center;
	padding-top:15px;
}
.home-rsoyContainer img{
	display:inline-block;
	opacity:.2;
	margin:0 8px 15px 8px;
	width:180px;
	transition:all 1s ease-out;
}
.home-rsoyContainer img.reveal{
	opacity:1;
}

.homeModule-quad{
	display:table;
}
.homeModule-quad .homeModule-padded{
	display:table-cell;
	vertical-align:middle;
}
.homeModule-FeaturedSessionThumb{
	margin-bottom:15px;
}
.homeModule-FeaturedSession{
	color:#FFF;
	margin-left:20px;
	margin-bottom:40px;
	-webkit-font-smoothing: antialiased;
}
.homeSession-category{
	display:block;
	font-size:14px;
	margin-top: -6px;
	margin-bottom:10px;
	font-style:italic;
}
.homeSession-title{
	display:block;
	font-size:18px;
	font-weight:600;
	line-height:1.1;
	margin-bottom:8px;
}
.homeSession-speaker{
	display:block;
	font-size:14px;
	font-weight:600;
	line-height:1.1;
	margin-bottom:15px;
}
.homeModule-FeaturedSession p{
	display:block;
	font-size:14px;
	font-weight:400;
	line-height:1.3;
	margin-bottom:15px;
	width:320px;
	max-width:100%;
}
.homeSession-session{
	display:block;
}


.row--logos img{
	opacity:.2;
	transition:all 1s ease-out;
}
.row--logos img.reveal{
	opacity:1;
}


.socialFeedOuter{
	background-color:#00436D;
	background-image: url('https://cdn.smartrecruiters.com/wp-content/themes/smartrecruiters/new-template/img/en_us/landing-pages/hs18/hs18-twitter-background.jpg');
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	padding-top:70px;
	padding-bottom:70px;
}

.twitterFeedIcon{
	text-align:center;
	color:#FFF;
	font-size:34px;
	font-weight:600;
	text-transform:uppercase;
	-webkit-font-smoothing: antialiased;
	margin-bottom:60px;
	background:url('https://cdn.smartrecruiters.com/wp-content/themes/smartrecruiters/new-template/img/en_us/landing-pages/hs18/hs18-twitter-logo.png') no-repeat center top;
	background-size:57px auto;
	padding-top:60px;
}

.twitterFeedModule{
	background-color:#FFF;
	-webkit-font-smoothing: antialiased;
	margin-bottom:25px;
}
.twitterFeedModule img{
	background-color:#FFF;
}
.twitterFeedModule p{
	font-size:14px;
	line-height:1.3;
	color:#242424;
	padding:20px 20px 30px 20px;
}

.anim-slideLeft{
	position:relative;
	left:-25px;
	opacity:.25;
	transition:all .75s ease-out;
}
.anim-slideLeft--fast{
	left:-30px;
	opacity:.1;
	transition:all .5s ease;
}
.anim-slideLeft--active{
	left:0;
	opacity:1;
}
.anim-FadeIn{
	opacity:.1;
	transition:all .5s;
}
.anim-FadeIn--active{
	opacity:1;
}

.anim-slideUp{
	position:relative;
	bottom:-50px;
	opacity:0;
	transition:all .75s ease;
}
.anim-slideUp--active{
	bottom:0;
	opacity:1;
}

.container--speakers--fx .speakerModule img{
	filter: grayscale(95%);
	transition:all 1s ease-out;
	max-width:80%;
}
.container--speakers--fx .speakerModule img.technicolor{
	filter: grayscale(0%);
	max-width:100%;
}

.countDownClock{
	width:480px;
	margin:auto;
	text-align: center;
	color:#FFF;
	-webkit-font-smoothing: antialiased;
}
.clockTitle{
	display:block;
	margin:60px auto 30px auto;
	font-size:24px;
	font-weight:600;
	color:#FFF;
	text-align:center;
	text-transform:uppercase;
	-webkit-font-smoothing: antialiased;
}


/** Carousel **/
.heroQuoteCarouselOuter{
	background-color:#0e66b0;
	padding:50px 20px 10px 20px;
}
.wrapper {
    max-width: 960px;
    padding: 0;
    margin: auto;
}
.jcarousel-wrapper, .heroQuoteCarousel-wrapper {
    margin: auto;
    position: relative;
}
.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.jcarousel ul {
    width: 10000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.jcarousel li {
    width: 100%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.heroQuoteCarousel-controls{
	text-align:center;
}
.heroQuoteCarousel-controls a, .heroQuoteCarousel-headshot{
	display:inline-block;
	width:90px;
	height:90px;
	margin:10px 25px 10px 25px;
	background-color:#f0f0f0;
	border:4px solid #FFF;
	border-radius:50%;
	overflow:hidden;
	transition:all .3s;
}
.heroQuoteCarousel-controls a.active, .heroQuoteCarousel-controls .slick-current .heroQuoteCarousel-headshot{
	border:4px solid #00AE41;
	transform: scale(1.1);
}
.heroQuoteCarousel-controls .slick-slide:not(.slick-active) {
	opacity:.25;
}
.heroQuoteCarousel-controls a img{
	width:100%;
}
.heroQuoteContainer{
	text-align:center;
	color:#FFF;
	padding:20px 10px;
	-webkit-font-smoothing: antialiased;
}
.heroQuote{
	display:block;
	font-size:16px;
	line-height:1.3;
	margin:0 auto 20px auto;
	max-width:760px;
}
.heroQuote-source{
	display:block;
	font-size:15px;
	line-height:1.4;
}
.slick-slide{
	outline:none;
	
}
@media screen and (max-width: 1550px) {
	
	
}



@media screen and (max-width: 1140px) {
	.heroModule-center--new:before, .heroModule-center--new:after{
		display:none;
	}
}

@media screen and (max-width: 768px) {
	.home-rsoyContainer img{
		display:block;
		margin:0 auto 15px auto;
	}
	.heroModule-center--new h2 {
		font-size: 30px;
		margin: 60px auto 20px auto;
	}
	.heroModule-center--new .heroModule-date{
		font-size: 20px;
	}
	.hero-section {
		min-height: inherit;
		padding: 65px 0 0 0 !important;
	}
	.home-promoBar {
		position:relative;
		padding: 15px;
		margin-top:30px;
		font-size: 14px;
	}
	.homeModule-padded, .homeModule--condensed .homeModule-padded {
		padding: 40px 20px;
		display: block;
	}
	.homeModule-FeaturedSessionThumb {
		max-width:150px;
	}
	.homeModule-FeaturedSession {
		margin-left: 0;
	}
	.homeModule-gradient--green h3 {
		font-size: 22px;
		margin: -20px 0 20px 0;
	}
	.homeModule-quad{
		display:block;
	}
	.homeModule-quad .homeModule-cta {
		margin: 25px auto 10px auto;
	}
	.homeModuleVideoContainer .homeModuleBGimage-inner{
		display: table-cell;
	}
	.homeModuleVideoContainer a.textLink {
		font-size:18px;
		right: auto;
		left: auto;
		top: 0;
		bottom: auto;
	}
	.home-rsoyContainer {
		display:none;
	}
	.homeModule h2 {
		font-size: 20px;
	}
	.homeModule-cta {
		font-size: 14px;
	}
	.homeModule--condensed h2 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.homeModule p {
		text-align:center;
	}
	.socialFeedOuter {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.twitterFeedIcon {
		font-size: 24px;
		margin-bottom: 30px;
		background-size: 40px auto;
		padding-top: 40px;
	}
	.twitterFeedModule{
		height:inherit;
	}
	.twitterFeedModule img {
		display:block;
		margin:0 auto 20px auto;
		width:100%;
	}
	.clockTitle {
		margin: 30px auto 20px auto;
		font-size: 20px;
	}
	.heroQuoteCarousel-controls a{
		display:inline-block;
		width:70px;
		height:70px;
		margin:0 15px 10px 15px;
	}
	
	
	/* override these for mobile since scroll deterctor is not reliable */
	.anim-slideLeft{
		left:0;
		opacity:1;
	}
	.anim-slideLeft--fast{
		left:0;
		opacity:1;
	}
	.anim-FadeIn{
		opacity:1;
	}
	.anim-slideUp{
		bottom:0;
		opacity:1;
	}
	.row--logos img{
		opacity:1;
	}
	/* end override these for mobile since scroll deterctor is not reliable */
	
}


@media screen and (max-width: 480px) {
	.heroQuoteCarousel-controls a{
		width:60px;
		height:60px;
		margin: 0 10px 10px 10px;
	}
}





@media screen and (max-width: 991px) {
	.homeModuleBGimage--fixed{
		display:none;
	}
	.homeModule-gradient--green{
		text-align:center;
	}
	.homeModule-gradient--green p{
		margin-left:auto;
		margin-right:auto;
	}
	.homeQuote{
		font-size:20px;
	}
	.homeQuoteSource{
		font-size:18px;
		padding: 25px 0 20px 0;
	}
}



.footer .mktoForm input[type=email]{
	line-height:1.5;
}