/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

#header {
	width: 100%;
	padding: 25px 0px 20px 0px;
	position: fixed;
	top: 0;
	height: 153px;
	background: #ffffff;
	z-index: 800;
}

#navigation{
    z-index: 3000;
	width: 100%;
	background: #ed248b;
}

#toprow {
	width: 100%;
    background: #27318b;
    color: #ffffff;
    height: 50px;
    z-index: 200;
    display: block;
    position: relative;
    padding: 15px 0px 0px;
}

#home_toprow {
	width: 100%;
	background: #27318b;
    color: #ffffff;
    height: 50px;
	z-index: 200;
	display: block;
	position: relative;
	padding: 15px 0px 0px;
	margin-top:-5px;
	margin-bottom: 40px;
}

#toprow p, #home_toprow p {
	color: #ffffff;
}

.slicknav_menu {
	display:none;
}

.nav {
	margin:0px auto;
	height: 38px;
	text-align: center;
}

.menu_txt_center, .menu_txt_right {
	text-align: left;
}

.menu_txt_right a, .menu_txt_right a:hover {
	 letter-spacing: 0px !important;
	font-weight: 400 !important;
}

.logo {
	height: 60px;
}

.search {
	text-align: right;
}

#header a {
	font-size: 14px;
	color: #27318b;
	text-decoration: none;
}

.header_right {
	padding-top: 15px;
}

.reg_btn {
	margin-right: 30px;
    font-size: 18px;
    margin-bottom: 0;
    vertical-align: middle;
    background: #b03f6c;
    color: #fff !important;
    padding: 8px 20px;
}

.reg_btn:after, .reg_btn:hover:after  {
	content: none;
}

.reg_btn:hover {
    background: #b03f6c;
	color: #fff !important;
}

#dnn_dnnSearch_txtSearch {
	border-top:#a3a1a4 solid 1px;
	border-bottom:#a3a1a4 solid 1px;
	border-left:#a3a1a4 solid 1px;
	border-right:#1e9cd0 solid 1px;
	border-radius: 0px;
	padding: 5px;
}

.header_btn, .do_search {
	z-index: 1000;
	display: inline-block;
    padding: 5px 15px 2px;
    margin-left: -2px;
  	color: #ffffff !important;
  	text-align: center;
  	font-size: 12px;
  	font-weight: 600;
  	text-transform: uppercase;
  	text-decoration: none;
  	white-space: nowrap;
  	background-color: #1e9cd0;
  	border-top:#a3a1a4 solid 1px;
	border-bottom:#a3a1a4 solid 1px;
	border-left:#1e9cd0 solid 1px;
	border-right:#a3a1a4 solid 1px;
  	cursor: pointer;
  	box-sizing: border-box;
}

.header_btn:hover, .do_search:hover {
  	text-decoration: none;
}


a.login_link, a.login_link:link, a.login_link:visited, a.login_link:active, a.login_link:hover {
	font-size: 12px;
	color: #000000;
	font-weight: 400;
}

#body_content {
	width:100%;
	margin-top: 40px;
}

#home_body_content {
	width:100%;
}

#home_body_bottom {
	padding-top: 60px;
}

#footer {
	width:100%;
}

.address_info {
	font-size: 0.85em;
	color:#252525;
	line-height: 16px;
	padding-bottom: 25px;
	font-weight: 500;
}

a.footer_link, a.footer_link:link, a.footer_link:visited, a.footer_link:active {
	color:#2c3d53;
	font-size: 0.93em;
	font-weight: 600;
	display: block;
	text-decoration: none;
	letter-spacing: 0px;
}

a.footer_link:hover {
	color:#2c3d53;
	font-size: 0.93em;
	font-weight: 700;
	display: block;
	text-decoration: none;
	letter-spacing: 0px;
}


a.social_media, a.social_media:link, a.social_media:visited, a.social_media:active {
	color:#ffffff !important;
	font-weight: normal;
	text-decoration:none !important;
	border-radius: 50%;
	padding: 3px 5px;
	font-size: 13px;
	display: inline-block;
	background: #a4958b;
	margin-right: 8px;
}

a.social_media:hover {
	font-weight: normal;
	text-decoration: none;
	background: #27318b;
	color:#ffffff;
}

#footer a.social_media, #footer a.social_media:link, #footer a.social_media:visited, #footer a.social_media:active, #footer a.social_media:hover {
	font-size: 13px !important;
	padding: 5px 6px !important;
}


.footer_bar {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    text-align: right;
    padding: 10px;
    background: #27318b;
}

.hidden_link, a.hidden_link:link, a.hidden_link:hover, a.hidden_link:visited {
	color:#ffffff !important;	
}

#page_title {
	width: 100%;
	background: url("../images/pagetitle_graphic.png") no-repeat top center;
	background-size: cover;
	min-height: 150px;
	/*margin-bottom: 60px;*/
	margin-top: 150px;
}

.callout {
	font-size: 20px;
	color: #ffffff;
}

#body_content ul {list-style: none}

#body_content li::before {
	content: "\f061"; 
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	color:  #4ec6e2;
	display: inline-block; width: 1em;
	margin-left: -1em;
	margin-right: 8px;	
}

#body_content li ul li::before {
	content: "â€¢"; 
	color:  #4ec6e2;
	display: inline-block; 
	width: 1em;
	margin-left: -1em;
	margin-right: 0;
}

#body_content ol {list-style: none; counter-reset: li}

#body_content ol li::before {
	content: counter(li)"."; 
	color: #1D0798;
	font-weight: 700;
  	display: inline-block; 
	width: 1em;
  	margin-left: -1em;
	font-family: 'Open Sans', sans-serif;
}

#body_content ol li {
	counter-increment: li;
}

.quote {
    color: #ed248b;
    font-size: 30px;
    font-style: italic;
    text-align: center;
    width: 80%;
    text-indent: 60px;
    padding: 30px 0 0;
    margin: 60px auto;
/*    background: url(../images/quote.png) no-repeat;*/
}

.quote p {
	color: #ed248b;
	font-size: 30px;
	font-style: italic;
	line-height: 40px;
}

.quote_name {
	font-size: 17px;
	font-weight: 700;
	color: #ed248b;
	display: block;
	font-style: normal;
}

.quote_company {
	font-size: 15px;
    color: #ed248b;
    font-style: normal;
    display: block;
    padding-top: 3px;
}

.menu_txt_center p {
	color: #ffffff;
	font-size: 24px;
	line-height: 30px;
	font-style: italic;
	margin-top: 25px;
}

.menu_txt_right {
	color: #ffffff;
	font-size: 15px;
	margin-top: 25px;
}

.menu_title {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 13px;
}


/* Homepage Styles
---------------------------------------------------------*/

#home_hero {
	margin-bottom: 60px;
}

#video_area {
	width: 100%;
	z-index: 1;
	margin-top: 153px;
}

video {
  /* override other styles to make responsive */
  width: 100%    !important;
  height: auto   !important;
}

.stat_graphic {
	padding-right: 10px;
}

#home_body_middle {
	background: #f8efac;
	padding-top: 50px;
}

.btn_program {	
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 482px;
	height: 225px;
	background: url("../images/homepage/btn_program.png") no-repeat;
}

.btn_program span {
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url(../images/homepage/btn_program.png) no-repeat;
	background-position: 0 -225px;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition:    opacity 0.5s;
	-o-transition:      opacity 0.5s;
}

.btn_faqs {	
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 482px;
	height: 225px;
	background: url("../images/homepage/btn_faqs.png") no-repeat;
}

.btn_faqs span {
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url(../images/homepage/btn_faqs.png) no-repeat;
	background-position: 0 -225px;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition:    opacity 0.5s;
	-o-transition:      opacity 0.5s;
}

.btn_speakers {	
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 482px;
	height: 225px;
	background: url("../images/homepage/btn_speakers.png") no-repeat;
}

.btn_speakers span {
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url(../images/homepage/btn_speakers.png) no-repeat;
	background-position: 0 -225px;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition:    opacity 0.5s;
	-o-transition:      opacity 0.5s;
}

.btn_location {	
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 482px;
	height: 225px;
	background: url("../images/homepage/btn_location.png") no-repeat;
}

.btn_location span {
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url(../images/homepage/btn_location.png) no-repeat;
	background-position: 0 -225px;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition:    opacity 0.5s;
	-o-transition:      opacity 0.5s;
}

.btn_networking {	
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 482px;
	height: 225px;
	background: url("../images/homepage/btn_networking.png") no-repeat;
}

.btn_networking span {
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url(../images/homepage/btn_networking.png) no-repeat;
	background-position: 0 -225px;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition:    opacity 0.5s;
	-o-transition:      opacity 0.5s;
}

.btn_making_the_case {	
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 482px;
	height: 225px;
	background: url("../images/homepage/btn_making_the_case.png") no-repeat;
}

.btn_making_the_case span {
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url(../images/homepage/btn_making_the_case.png) no-repeat;
	background-position: 0 -225px;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition:    opacity 0.5s;
	-o-transition:      opacity 0.5s;
}

.btn_program:hover span, .btn_faqs:hover span, .btn_speakers:hover span, .btn_location:hover span, .btn_networking:hover span , .btn_making_the_case:hover span {
	opacity: 1;
}

#speakers {
	width: 100%;
	background: url("../images/homepage/speakers_bg.jpg") no-repeat center;
	background-size: cover;
	min-height: 460px;
	padding: 60px 0px 0px;
}

.speaker_container {
    background-color: transparent;
    width: 185px;
    height: 158px;
    position: relative;
    margin: 15px auto;
    border-radius: 50%;
}

.speaker_image {
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    backface-visibility: hidden;
	z-index: 30;
	position: relative;
	width: 141px;
	height: 140px;}

 .speaker_container:hover .speaker_image {
    opacity: 0;
}

.speaker_info {
    opacity: 0;
    text-align: center;
    position: absolute;
    padding: 50px 8px 0px;
    top: 0;
    left: 22px;
	width: 141px;
    height: 140px;
    border-radius: 50%;
    background-color: #fdfae6;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
	z-index: 30;
}

.speaker_container:hover .speaker_info {
    opacity: 1;
}

.speaker_container .speaker_ring {
    opacity: 1;
    width: 242px;
    position: absolute;
	z-index: 40;
    left: -28px;
    top: -63px;
    height: 252px;
    background: url(/Portals/_default/Skins/SiteSkin23/images/homepage/speaker_ring.png) no-repeat center center;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.speaker_name {
    font-size: 14px;
    color: #225f73;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0px;
}

.speaker_company {
    font-size: 13px;
    color: #225f73;
    line-height: normal;
    margin-top: 0px;
} 


#register_section {
	width: 100%;
	background: url("../images/homepage/register_bg.png") no-repeat top center;
	background-size: cover;
	min-height: 237px;
	padding: 50px 0px 0px;
}

#video_section {
	width: 100%;
	background: url("../images/homepage/video_bg.png") no-repeat bottom center;
	background-size: cover;
	min-height: 450px;
	padding: 50px 0px 0px;
}

.youtube_wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.youtube_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#video_section .quote {
    color: #fbda00;
    font-size: 30px;
    font-style: italic;
    text-align: center;
    width: 90%;
    text-indent: 0;
    padding: 30px 0 0;
    margin: 0px auto;
}

#video_section .quote p {
	color: #fbda00;
	font-size: 30px;
	font-style: italic;
	line-height: 42px;
}

#video_section .quote_name {
	font-size: 17px;
	font-weight: 700;
	display: block;
	color: #fff;
}

#video_section .quote_company {
	font-size: 15px;
	color: #ffffff;
	display: block;
	margin-bottom: 25px;
}


.sub_title {
    font-size: 32px;
    font-style: italic;
    display: block;
    text-align: center;
    color: #27318b;
    line-height: 40px;
	margin-top: 25px;
    margin-bottom: 25px;
    padding-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid #8c91c1;
}


/* Default Over-rides
-------------------------------------------------*/

.row {
	margin-bottom: 25px;
}

.no-margin {
	margin: 0;
}

h1 {
	color: #225F73;
}


h2 {
	color: #4EC6E2;
}

h3 {
	color: #1D0798;
}

h4 {
	
}


#main_container {
	padding:0;
	margin:0;	
}

td #dnn_ContentPane {
	margin:0;
	padding:0;	
}

#ControlBar_ControlPanel {
	position:absolute !important;
	z-index:9000;	
	top:0;
}

#ControlPanelWrapper #dnnCPWrap{filter:none !important;}

/* Modules */

/* Panes - In Layout Mode */
.paneOutline{border:0;}
.paneOutline span.SubHead center{border:1px #ccc dotted;border-left:0;border-right:0;line-height:2.5em;}

.dnnEditState .DnnModule { 
opacity: 1.0; 
} 

.dnnSearchBox {
	width:80%;
}

.desktop {
	display: block;
}

.mobile {
	display: none;
}

.left{
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.hdn {
	display: none;
}


/* #Media Queries
================================================== */

@media only screen and (min-width: 1550px) {
	#page_title {
		min-height: 185px;
	}
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 1335px) {
	
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 768px) {

	.dnnFormItem > label.dnnFormLabel {
    	width: auto;
	}	
	
	.dnnLabel {
    	width: auto;
	}	
	
	#navigation, .top, .desktop {
		display:none;	
	}
	
	.slicknav_menu, .mobile {
		display:block;
	}
	
	.slicknav_menu {
		display: none;
	}
	
	.nav {
		width: 100%;
	}
	
	.left, .center, .right {
		text-align: center;
	}
	
	#header {
		position: relative;
	}
	
	#home_toprow {
    	height: auto;
	}
	
	.menu_txt_right, .menu_img_right, .menu_txt_center {
		display: none;
	}

	#register_section .six.columns img {
		margin-bottom: -10px;
	}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	#page_title {
		background: url(../images/mobile_pagetitle_graphic.png) no-repeat top center;
    	background-size: cover;
		min-height: 38px;
    	margin-top: 10px;
	}
	
	#home_toprow, #toprow {
		height: 100px;
	}
	
	.callout {
		line-height: 25px;
	}
	
	#home_body_content img:nth-of-type(2) {
		margin-left: 25px;
	}
	
	#home_body_content img:nth-of-type(6) {
		margin-right: 30px;
	}
	
	#home_body_middle .row .row:nth-of-type(2), #home_body_middle .row .row:nth-of-type(3) {
		margin-bottom: 0;
	}
	
	.btn_program, .btn_faqs, .btn_speakers, .btn_location, .btn_networking, .btn_making_the_case {
		width: 100%;
		height: 163px;
		background-size: cover;
		margin-bottom: 20px;
	}
	
	#speakers .row:nth-of-type(2) {
		margin-bottom: 0;
	}
	
	.speaker_container {
		height: 255px;
	}
	
	#register_section .shape_button {
		margin-bottom: 15px;
	}
	
	.button.pink_button {
		white-space: break-spaces;
	}
	
	.quote {
		width: 100%;
		text-indent: 0;
	}

}


/* iPad in landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { }

/* iPad in portrait */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {  }

