/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

/*! Generated by Fontspring (https://www.fontspring.com) on February 3, 2021 
* 
* Fully installable fonts can be purchased at http://www.fontspring.com
*
* The fonts included in this stylesheet are subject to the End User License you purchased
* from Fontspring. The fonts are protected under domestic and international trademark and 
* copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
* distributing this font software.
*
* (c) 2010-2021 Fontspring
*
*
*/

@font-face {
    font-family: 'kg_broken_vessels_sketchRg';
    src: url(fonts/KGBrokenVesselsSketch-webfont.ttf);
    font-weight: lighter;
    font-style: normal;
	font-display: swap;

}
@font-face {
	font-family: 'ProximaNovaRegular';
	src: url('fonts/ProximaNovaRegular.ttf') format('truetype');
	font-display: swap;
	/*src: local('ProximaNovaRegular'), url('fonts/ProximaNovaRegular.woff') format('woff'), url('fonts/ProximaNovaRegular.ttf') format('truetype');*/
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*, *:after, *:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
html {
	background-color: #000;;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	box-sizing: border-box;
	position: relative;
}
body {
	font-family: "ProximaNovaRegular", sans-serif;
	font-size: 18px;
	line-height: 1.75;
	color: #231F20;
	height: 100%;
	width: 100%;
	background-color:white;
}
.clear:before, .clear:after {
	content: ' ';
	display: table;
}
.clear:after {
	clear: both;
}
.clear {
*zoom:1;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
a {
	/*color: #54eeb7;*/
	color: #173b86;
	text-decoration: none;
}
.txtor a{color:#2d97cb;}
a:hover {
	text-decoration: underline;
}
a:focus {
	outline: 0;
}
a:hover, a:active {
	outline: 0;
}
input:focus {
	outline: 0;
	border: 1px solid #04A4CC;
}
h1, h2, h3, h4, h5 {
	font-family: "kg_broken_vessels_sketchRg", sans-serif;
	margin: 0 0 20px 0;
	font-weight: lighter !important;
}
p {
	margin: 0 0 15px 0;
}
hr {
	border: 0;
	height: 1px;
	background: #d8d8d8;
}
.white{background-color:white;}
#mc_embed_signup {
    background: #fff;
    clear: left;
    font: inherit !important;
    top: 30px;
    display: block;
    position: relative;
    font-family: "Graphik", sans-serif !important;
	padding-bottom: 20px;
}
#mc_embed_signup .button {
    clear: both;
    background-color: #ffffff !important;
    border: solid 1px #ffffff;
    transition: all 0.23s ease-in-out 0s;
    color: #173b86;
    cursor: pointer;
    display: inline-block;
    font-size: 20px !important;
    font-weight: 700;
    line-height: 33px;
    margin: 15px 5px 50px 0;
    padding: 10px 40px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
	height: 45px !important;
    font-family: "kg_broken_vessels_sketchRg", sans-serif !important;
	font-weight: lighter !important;
    text-transform: uppercase;
	margin-bottom:40px;
}
#mc_embed_signup .button:hover {
    background-color: #173b86;
    border: solid 1px #173b86;
    color: #ffffff;
}

	
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.wrapper {
	width: 1170px;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
}
.header {
	background-color: #fff;
	height: 90px;
	padding:0 20px;
}
.header.is-active {
	height: 55px;
}
.fixed-header {
	background-color: #fff;
	position: fixed;
	z-index: 1500;
	top: 0;
	left: 0;
	right: 0;
	height: 55px;
	/*-webkit-box-shadow: 0 1px 5px 3px rgba(0,0,0,0.1);
	box-shadow: 0 1px 5px 3px rgba(0,0,0,0.1);*/
	display: none;
	opacity: 0;
}
.fixed-header.is-active {
	display: block;
	opacity: 1;
}
.logo-fixed-img {
	max-height: 40px;
	margin-top: 7px;
}
.header-fixed-btn {
	top: 7px;
	position: absolute;
	right: 0;
}
.header-fixed-btn .btn {
	font-size: 16px;
	padding: 5px 10px;
}
.logo-img {
	max-height: 60px;
	position: absolute;
	top: 15px;
	left: 0;
	height:60px;
}
.fixed-navbar {
	/*background-color: #033B8C;*/
	background-color: #fff;
	height: 41px;
	position: fixed;
	width: 100%;
	top: 55px;
	z-index: 999;
	display: none;
	-webkit-box-shadow: 0 1px 5px 3px rgba(0,0,0,0.1);
	box-shadow: 0 5px 10px 0 rgba(0,0,0,.3);
}
.navbar {
	/*background-color: #033B8C;*/
	background-color: #fff;
	height: 41px;
	border-bottom: solid 1px #033B8C;
	/*box-shadow: 0 5px 10px 0 rgba(0,0,0,.3);*/
}
.nav>ul:before, .nav>ul:after {
	content: ' ';
	display: table;
}
.nav>ul:after {
	clear: both;
}
.nav>ul {
	font-family: 'kg_broken_vessels_sketchRg', sans-serif;
	font-size: 14px;
	line-height:1.43;
	font-weight: lighter !important;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing:2.5px;
	transition: all .2s ease;
 *zoom:1;
}
.nav>ul>li {
	float: left;
	padding: 0;
}
.nav>ul>li>a:hover {
	/*background-color: #0a2868;*/
	color: #00BBE9;
	border-bottom:solid 4px #00BBE9;
	text-decoration:none;
}
.nav.txtor>ul>li>a:hover {
	/*background-color: #0a2868;*/
	color: #2d97cb;
	border-bottom:solid 5px #2d97cb;
	text-decoration:none;
}
.nav>ul>li.city-tag>a {
	font-size: 20px;
	padding: 6px 20px;
}
.nav>ul>li>a {
	color:#033B8C;
	display: block;
	padding: 8px 20px;
	/*border-bottom:solid 2px #033B8C;*/
}
.nav ul ul {
background-color:#033B8C;
	color:#fff;
	border: 1px solid #033B8C;
	display: none;
	position: absolute;
	top: 41px;
	opacity: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	transition: opacity 500ms;
	z-index: 100;
	box-shadow: 0px 2px 6px #ccc;
}
.nav ul li:hover ul {
	display: block;
	opacity: 1;
}
.nav ul ul>li {
	margin: 0;
	padding: 0;
	/*border-top: 1px solid #0a2868;*/
	border-bottom: 1px solid #fff;
	text-align: center;
}
.nav ul ul>li:hover {
	background-color: #fff;color:#033B8C;
	/*border-top: 1px solid #011237;*/
	text-decoration:none;
}
.nav.txtor ul ul>li:hover {
	background-color: #2d97cb;
	/*border-top: 1px solid #011237;*/
	text-decoration:none;
}
.nav ul ul>li.current_page_item>a {
	color: #00BBE9;
}
.nav.txtor ul ul>li.current_page_item>a {
	color: #00BBE9;
}
.nav ul ul>li.current_page_item>a:hover {
	color: #fff;
	background-color:#00BBE9;
}
.nav ul ul>li>a {
	background-color:white;
	color: #033B8C;
	display: block;
	padding: 10px 23px 10px 20px;
}
.nav ul ul>li>a:hover{
	text-decoration:none;
	color: #fff;
	background-color: #00BBE9;
}
.header-btn {
	position: absolute;
	right: 0;
	top: 20px;
}
/* Nav toggles */
/* -- Base code from https://codepen.io/designcouch/pen/Atyop -- */
#nav-toggle {
	width: 30px;
	height: 30px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #033B8C;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 2px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
#nav-toggle span:nth-child(2) {
	top: 12px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
#nav-toggle.open span:nth-child(1) {
	-webkit-transform: rotate(44deg);
	-moz-transform: rotate(44deg);
	-o-transform: rotate(44deg);
	transform: rotate(44deg);
	top: 2px;
	left: 4px;
}
#nav-toggle.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}
#nav-toggle.open span:nth-child(3) {
	-webkit-transform: rotate(-44deg);
	-moz-transform: rotate(-44deg);
	-o-transform: rotate(-44deg);
	transform: rotate(-44deg);
	top: 24px;
	left: 4px;
}
.page-title {
	color: #033B8C;
	font-size: 35px;
	line-height:1.14;
	letter-spacing: 3px;
	font-weight: 600;
	padding: 15px 15px 15px 15px;
	text-transform: uppercase;
	text-align: center;
}
.page-subtitle {
	/*color: #fff;*/
	/*color: #0173e6;*/
	font-size: 32px;
	font-weight: 900;
	margin-bottom: 5px;
	text-align: center;
	letter-spacing:2px;

}
h2 {
	/*color: #0173e6;*/
	font-size: 32px;
	/*margin-bottom: 0;*/
	text-align: center;
	line-height:40px;

}
.section-title {
	color: #033B8C;
	font-size: 18px;
	letter-spacing: 2.5px;
	font-weight: bold;
	text-transform: uppercase;
}
.section-title.txtor {
	color: #2d97cb;
}
h2.pagetitle{margin:20px auto 30px;}
.footer {
	background-color: #000;
	border-top: 1px solid #fff;
}
.footer a {
	color: #ffffff;
}
.footer-body {
	padding: 15px 0;
	min-height: 150px;
}
.footer-link {
	padding-right: 8px;
}
.footer-social {
	position: absolute;
	left: 15px;
	top: 15px;
}
.footer-links {
	position: absolute;
	top: 15px;
	left: 110px;
}
.footer-cube {
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
}
.footer-cube img {
	max-width: 280px;
}
.footer-base {
	background: #000;
	height: 48px;
	border-top:solid 1px #fff;
	padding:0 30px;
}
.footer-copyright {
	color: #fff;
	position: absolute;
	top: 13px;
	font-size:14px;
	opacity: .7;
}
.footer-menu {
	position: absolute;
	right: 0;
	top: 0;
}
.footer-menu ul {
	list-style-type: none;
	margin-top:13px;
}
.footer-menu ul li {
	font-size: 14px;
	float: left;
	margin-left: 30px;
}
.footer-menu ul li a {
	color: #fff;
}
.footer-cal {
	position: absolute;
	right: 15px;
	top: 15px;
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	max-width: 300px;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

input[type=text], input[type=email] {
	background: #ffffff;
	border: 1px solid #cdcdcd;
}
/*------------------------------------*\
    WIDGETS
\*------------------------------------*/

/* Back to Top */
.back-to-top {
	display: none;
	opacity: 0;
	position: fixed;
	bottom: 15px;
	left: 15px;
	z-index: 1000;
}
.pagetop {
	opacity: 0;
	height: 0;
	width: 0;
}
/* What it Costs */
.pricing-full {
	box-shadow: 0 0 5px 3px #dddddd;
	background-color: #ffffff;
	text-align: center;
	color: #000000;
	position: relative;
}
.pricing-title {
	background-color: #004194;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	padding: 15px;
	position: relative;
	width: 100%;
	z-index: 2;
}
.pricing-header {
	background-color: #0173e6;
	color: #ffffff;
	padding: 10px;
	position: relative;
	z-index: 2;
}
.pricing-row {
	padding: 10px;
	position: relative;
	z-index: 2;
}
.pricing-label {
	font-size: 20px;
	font-weight: bold;
}
.pricing-cost {
	font-size: 30px;
	font-weight: bold;
}
.active-pricing {
	position: absolute;
	background-color: #fff;
	/*background-color: #f1f3f6;*/
	height: 100%;
	top: 0;
	width: 33%;
	left: 33%;
	z-index: 1;
}
.active-pricing.threecols {
	left: 34.333333%;
	width: 30.333333%;
}
.why-attend {
    background: url(images/techexit-1@2x.png) no-repeat 0 0;
    background-size: auto;
    background-size: 506px;
    padding-bottom: 0;
    position: relative;
	background-color:white;
}
.offset {
    padding-left: 500px;
    text-align: left;
}
.offset h2 {color: #454f61;text-align:left !important;}
/* Articles */
.article-single {
	margin-bottom: 30px;
	min-height: 380px;
	text-align: center;
}
.article-icon {
	margin: 0 auto 15px auto;
	position: relative;
	width: 200px;
	max-width: 100%;
}
.article-icon>img {
	border: 1px solid #333333;
	max-width: 100%;
}
.article-icon--badge {
	position: absolute;
	top: 0;
	right: 0;
}
.article-title {
	color: #0173e6;
	font-weight: bold;
}
.article-number {
	color: #728490;
	font-size: 12px;
	font-weight: bold;
}
/* Advisor Individual 
.advisor-single {
	min-height: 275px;
	padding: 20px !important;
	text-align: center;
}
.advisor-single a {
	display: block;
	height: 100%;
	width: 100%;
}
.advisor-icon {
	margin: 0 auto 15px auto;
}
.advisor-icon img {
	max-width: 100px;
}
.advisor-name {
	color: #728490;
	font-size: 18px;
	font-weight: 700;
}
.advisor-title {
	color: #728490;
	font-size: 14px;
	font-weight: 400;
}*/
.advisor-single {
	border: 3px solid #231F20;
	padding: 30px 20px 20px;
	text-align: center;
	display: inline-block;
	height: auto;
	width: 100%;
	text-decoration: none;
	transition: all .2s ease;
	margin-bottom: 38px;
	/*height:375px;*/
}
.advisor-single:hover {
    border: 3px solid #033B8C;
	cursor:pointer;
}
.advisor-single.txtor:hover {
    border: 3px solid #2d97cb;
	cursor:pointer;
}
.advisor-single a {
	display: block;
	height: 100%;
	width: 100%;
}
.advisor-icon {
	margin: 0 auto 15px auto;
}
.advisor-icon img {
	max-width: 150px;
	max-height:150px;
	border-radius: 100%;
		width:100%;
	height:auto;
}
.advisor-icon span{
	width: 150px;
	height: 150px;
	position: absolute;
	border-radius: 100%;
	left: 50%;
	transform: translate(-50%);
	font-size: 25px;
	font-weight: 600;
	line-height: 1.08;
	color: #fff;
	background-color: rgba(255,0,151,.4);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
}
.advisor-name {
	font-size: 20px;
	font-weight: 700;
	
	text-align: center;
	color: #033B8C;
	margin-top: 0;
	margin-bottom: 0;
	text-transform: lowercase;
	line-height: .9;
	font-family: "kg_broken_vessels_sketchRg", sans-serif;
	font-weight: lighter !important;
}
.advisor-name.txtor {
	color: #2d97cb;
}
.advisor-title {
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 2px;
	text-align: center;
	color: #454f61;
	text-transform: uppercase;
}
h1.advisor-heading{
	font-size: 35px;
    line-height: 1.14;
    letter-spacing: 3px;
    text-align: left;
    color: #454f61;
    text-transform: none;
    margin-bottom: 28px;
    margin-top: 0;
}
/* Speaker Individual */
.speaker-single {
	border: 3px solid #231F20;
	padding: 30px 20px 20px;
	text-align: center;
	display: inline-block;
	height: auto;
	width: 100%;
	text-decoration: none;
	transition: all .2s ease;
	margin-bottom: 38px;
	height:400px;
}
.speaker-single:hover {
    border: 3px solid #033B8C;
	cursor:pointer;
}
.speaker-single.txtor:hover {
    border: 3px solid #2d97cb;
	cursor:pointer;
}
.speaker-single a {
	display: block;
	height: 100%;
	width: 100%;
}
.speaker-icon {
	margin: 0 auto 15px auto;
}
.speaker-icon img {
	max-width: 150px;
	max-height:150px;
	border-radius: 100%;
		width:100%;
	height:auto;
}
.speaker-icon span{
	width: 150px;
	height: 150px;
	position: absolute;
	border-radius: 100%;
	left: 50%;
	transform: translate(-50%);
	font-size: 25px;
	font-weight: 600;
	line-height: 1.08;
	color: #fff;
	background-color: rgba(255,0,151,.4);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
}
.speaker-name {
	font-size: 26px;
	font-weight: lighter !important;
	
	text-align: center;
	color: #033B8C;
	font-family: "kg_broken_vessels_sketchRg", sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	text-transform: lowercase;
	line-height: 1;
}
.speaker-name.txtor {
	color: #2d97cb;
}
.speaker-title {
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 2px;
	text-align: center;
	color: #454f61;
	text-transform: uppercase;
}
h1.speaker-heading{
	font-size: 35px;
    line-height: 1.14;
    letter-spacing: 3px;
    text-align: left;
    color: #454f61;
    text-transform: none;
    margin-bottom: 28px;
    margin-top: 0;
}
.padtop{margin-top: 40px;}
/*
.advisor-single.chairman-bkg {
top: -28px;
}*/
.quotebar{padding:30px 60px;min-height:380px;}
#testimonials {
    display: block;
    /*padding: 30px 0 60px;*/
    overflow: hidden;
	color:white;
}
.testimonial-icon {
	margin: 0 auto 15px auto;
}
.testimonial-icon img {
	max-width: 150px;
	max-height:150px;
	border-radius: 100%;
	display:block;
	margin:10px auto;
	float:none !important;
}
.testimonial-icon span{
	width: 150px;
	height: 150px;
	position: absolute;
	border-radius: 100%;
	left: 50%;
	transform: translate(-50%);
	font-size: 25px;
	font-weight: 600;
	line-height: 1.08;
	color: #fff;
	background-color: rgba(255,0,151,.4);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
}
.item{margin:0 75px;}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #ff0097;
    border-radius: 10px;
}
.carousel-indicators .active {
    background-color: #ff0097;
}
/* Program */
p.highlighted {

    border: 3px solid #ff0097;
    padding: 18px 30px 26px 34px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    color: #ff0097;
    margin-top: 18px;

}
.program-single {
	padding: 20px 0;
}
.program-time {
	font-weight: 600;
	letter-spacing:1.5px;
}
.program-title {
	color: #033B8C;
	font-family: "kg_broken_vessels_sketchRg", sans-serif;
	font-size: 24px;
	text-transform: inherit;
	margin-bottom: 10px;
	line-height: 26px;
	font-weight: lighter !important;
	letter-spacing:1.5px;
}
.program-title.txtor {
	color: #2d97cb;

}
.program-sponsor {
	float: right;
	margin: 0 0 10px 15px;
}
.program-content {
	font-size: 18px;
	width: 700px;
	max-width: 100%;
}
.program-speaker, .program-chair {
	display: block;
	letter-spacing:1.5px;
}
.program-single a{color:#ff0097;}
.program-single.txtor a{color:#2d97cb;}
.program-moderator {
	padding-bottom: 10px;
}
/* Sponsor Page */

.sponsor-level {
	border-top: 1px solid #d8d8d8;
	padding: 25px 0;
	text-align: center;
}
.sponsor-single {
	/*min-height: 180px;*/
	margin-top: 30px;
	/*min-height: 90px;*/
}
.sponsor-title {
color:#000000;
font-size: 12px;
font-weight: 400;
margin-bottom: 15px;
text-transform: uppercase;
line-height: 14px;
}
/* Why */
.why-single {
	min-height: 200px;
	padding: 15px 0;
}
/* Packages */
.main-package-single {
	min-height: 210px;
}
.package-single {
	min-height: 220px;
	padding: 30px 15px 15px;
	border-bottom: 1px solid #ededed;
}
.package-img {
	min-height: 60px;
}
.package-name {
	color: #0173e6;
	font-size: 18px;
}
.package-subtext {
	font-size: 14px;
	font-style: italic;
}
/* Modals */
.modal-overlay {
	background: rgba(0,0,0,0.5);
	height: 100%;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999;
}
.modal-wrapper {
	position: fixed;
	left: 0;
	right: 0;
	top: 60px;
	z-index: 1000000;
}
.modal {
	background: #033B8C;
	color: #fff;
	margin: 0 auto;
	padding: 30px;
	width: 700px;
	margin-top: 50px;
}
/* Subscribe Modal */
.subscribe-widget {
	display: none;
}
.subscribe-widget.active {
	display: block;
}
.jotform-form input[type="checkbox"] {
	margin-right: 10px !important;
	margin-top: 4px !important;
}
/* engage */
.engage-wrap {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    border: 3px solid #ff0097;
    text-align: center;
    padding: 25px;
	margin-bottom: 40px
}
h2.notwhite{display: block;

margin: 10px 0;

color: #454f61;
}
/* Misc */
.floating-quote {
	padding: 30px 15px;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
}
.testimonial{font-style:italic;font-size:22px;padding-top:20px;}
.author{font-size:16px;text-transform:uppercase;}
/* Banners */
.banner-title {
	/*color: #0173e6;*/
	color: #033B8C;
	font-size: 30px;
	font-family: "kg_broken_vessels_sketchRg", sans-serif;
	font-weight: lighter !important;
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ededed;
}
/* Slides */
.slideshow-wrapper {
	position: relative;
}
ul.rslides {
	overflow: visible;
}
.rslides_nav.prev {
	position: absolute;
	top: 160px;
	left: 0;
	background: rgba(0,0,0,0.8);
	color: #ffffff;
	z-index: 1200;
	font-size: 50px;
	font-weight: bold;
	padding: 0 17px 15px 15px;
}
.rslides_nav.next {
	position: absolute;
	top: 160px;
	right: 0;
	background: rgba(0,0,0,0.8);
	color: #ffffff;
	z-index: 1200;
	font-size: 50px;
	font-weight: bold;
	padding: 0 17px 15px 15px;
}
/* Presentations */
.pres-single {
	min-height: 340px;
	padding-bottom: 15px;
	text-align: center;
}
.pres-icon {
	margin-bottom: 15px;
}
.pres-name {
	color: #0173e6;
	font-size: 16px;
	font-weight: bold;
	max-width: 250px;
	margin: 0 auto;
}
.pres-pages {
	font-size: 14px;
	font-style: italic;
}
.highlight{
	font-weight:bold;background-color:#ffbe1f;padding:10px;position:relative;bottom:12px;color:white;

}
.highlight-van{background-color:#4681c3;}
.highlight-cal{background-color:#d92027;}
.highlight-edm{background-color:#2db673;}
.highlight-tor{background-color:#ffbe1f;}
.formWrap p {

    font-size: 22px;
    color: #454f61;
    line-height: 28px;

}
/*------------------------------------*\
    REUSABLE
\*------------------------------------*/

.btn {
	background: #00BBE9;
	outline: none;
	border: 1px solid #00BBE9;
	color: #fff;
	font-family: "kg_broken_vessels_sketchRg", sans-serif;
	font-size: 16px;
	font-weight: lighter !important;
	letter-spacing:2.5px;
	margin: 0;
	padding: 10px 30px;
	-webkit-appearance: none !important;
	text-transform: uppercase;
	width: auto !important;
	display: inline-block;
	float: none;
}
.btn.txtor {
	background: #2d97cb;
	border: 1px solid #2d97cb;
}

/*
.btn-3d {
	border-bottom: 3px solid #e58700;
	margin: 0;
}
.btn-3d:active {
	border-bottom: 0 !important;
	margin-top: 3px;
}
*/
.btn.disabled{
	background: none;
	border: 1px solid #ffffff;
	color: #ffffff;
	cursor: default;
	text-shadow: none;
}

.btn a{color:#404040;}

.btn:hover a, a.btn:hover, .btn.disabled:hover {
	color: #fff;
	background:#033B8C;
	border: solid 1px #033B8C;
	text-decoration:none;
	
}
.btn.txtor:hover a, a.btn.txtor:hover, .btn.txtor.disabled:hover {
	color: #2d97cb;
	background:none;
	border: solid 1px #2d97cb;
	text-decoration:none;
	
}
a.btn-rev:hover {background-color:#057DD6;}
.header-btn > a.btn {
	background: #ffffff;
	outline: none;
	border: 1px solid #ffffff;
	color: #033B8C;
	font-size: 16px;
	letter-spacing:2.5px;
	font-weight: 500;
	margin: 0;
	padding: 7px 12px;
	-webkit-appearance: none !important;
	text-transform: uppercase;
	width: auto !important;
	display: inline-block;
	float: none;
}
.header-btn a.btn:hover a {
	color: #54eeb7;
	background:none;
	
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10 {
	float: left;
	padding: 0 1%;
}
.col-md-10 {
	width: 84%
}
.col-md-9 {
	width: 75%;
}
.col-md-8 {
	width: 66%;
}
.col-md-7 {
	width: 58%;
}
.col-md-6 {
	width: 50%;
}
.col-md-5 {
	width: 42%;
}
.col-md-4 {
	width: 33%;
}
.col-md-3 {
	width: 25%;
}
.col-md-2 {
	width: 16%;
}
.col-md-1 {
	width: 12%;
}
.form-col-1 {
	padding: 0 1% 0 0;
}
.form-col-2 {
	padding: 0 0 0 1%;
}
.white-container {
	background-color: #ffffff;
	color: #454f61;
	font-size: 18px;
	padding: 30px 0;
}
.white-container h3{
	/*text-align: center;*/
	font-size: 30px;
	/*letter-spacing: 1.5px;*/
}
.font-bold {
	font-weight: 700;
}
.margin-0 {
	margin: 0;
}
.margin-15 {
	margin: 15px;
}
.margin-30 {
	margin: 30px;
}
.margin-45 {
	margin: 45px;
}
.margin-b0 {
	margin-bottom: 0;
}
.margin-b5 {
	margin-bottom: 5px;
}
.margin-b15 {
	margin-bottom: 15px;
}
.margin-b30 {
	margin-bottom: 30px;
}
.margin-b45 {
	margin-bottom: 45px;
}
.margin-t0 {
	margin-top: 0;
}
.margin-t5 {
	margin-top: 5px;
}
.margin-t15 {
	margin-top: 15px;
}
.margin-t30 {
	margin-top: 30px;
}
.margin-t45 {
	margin-top: 45px;
}
.margin-l0 {
	margin-left: 0;
}
.margin-l5 {
	margin-left: 5px;
}
.margin-l15 {
	margin-left: 15px;
}
.margin-l30 {
	margin-left: 30px;
}
.margin-l45 {
	margin-left: 45px;
}
.margin-r0 {
	margin-right: 0;
}
.margin-r5 {
	margin-right: 5px;
}
.margin-r15 {
	margin-right: 15px;
}
.margin-r30 {
	margin-right: 30px;
}
.margin-r45 {
	margin-right: 45px;
}
.padding-0 {
	padding: 0;
}
.padding-5 {
	padding: 5px;
}
.padding-15 {
	padding: 15px;
}
.padding-30 {
	padding: 30px;
}
.padding-45 {
	padding: 45px;
}
.padding-120{padding:0 240px;}
.pointer {
	cursor: pointer;
}
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
.relative {
	position: relative;
}
.text-14 {
	font-size: 14px;
}
.text-20 {
	font-size: 20px;
}
.text-30 {
	font-size: 30px;
}
.text-blue {
	color: #0173e6;
}
.text-white {
	color: #ffffff;
}
.text-mont {
	font-family: "kg_broken_vessels_sketchRg", sans-serif;
	font-weight: lighter !important;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-uppercase {
	text-transform: uppercase;
}
.hidden-lg {
	display: none !important;
}
.hidden-md {
	display: none !important;
}
.hidden-sm {
	display: block !important;
}
.hidden-xs {
	display: block !important;
}
.visible-lg {
	display: block !important;
}
.visible-md {
	display: block !important;
}
.visible-sm {
	display: none !important;
}
.visible-xs {
	display: none !important;
}
.hidden-xs {
	display: block !important;
}
.show-full{display:block !important;}
.show-tablet{display:none !important;}
.show-mobile{display:none !important;}
.required {
	color: red;
}
.strike {
	position: relative;
}
.strike::after {
	border-bottom: 3px solid red;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 45%;
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.site-footer ul.text-right {
    margin-top: 12px;
    display: inline-block
}
.site-footer ul.text-right li.calendar {
    position: relative
}
.site-footer ul.text-right  li.calendar a:before {
	display:inline-block;
	width:40px;
	height:40px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.79;
    letter-spacing: 2px;
    text-align: center;
    color: #fff;
    vertical-align: top;
    margin-right: 2px;
    padding-left: 25px;
    cursor: pointer;
    background: url(images/calendar.png) no-repeat left top 4px
}
.site-footer ul.text-right  li.calendar a:hover:before {
    background-image: url(images/calendar-pink.png)
}
h4.text-left {
    padding-left: 10px;
    line-height: 20px;
}
/*
.site-footer li.calendar .drop {
    display: none;
    position: absolute;
    top: 110%;
    left: 0;
    right: 0;
    padding: 13px 4% 10px;
    z-index: 10;
    text-align: center;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.5);
    max-width: 210px;
    margin: 0 auto
}
.site-footer li.calendar .drop a {
    color: #1c1d30;
    text-align: center;
    font-family: Graphik, Georgia, sans-serif;
    font-size: 14px;
    line-height: 14px;
    padding: 0 6px;
    letter-spacing: normal;
    font-weight: 400;
    text-transform: none
}
.site-footer li.calendar .drop a:hover {
    color: #ff0097
}
.site-footer li.calendar.open .drop {
    display: block
}
.site-footer li.calendar .drop li {
    margin: 0;
    float: left;
    display: block
}*/
.site-footer span {

    opacity: .6;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}
.site-footer ul li.social-icon a {
    display: inline-block;
   /* text-indent: 9999px;*/
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 50%;
    opacity: .4;
    transition: all .2s ease
}
.site-footer ul li.social-icon:hover a {
    opacity: 1
}
.site-footer ul li.facebook a {
    background-image: url(images/facebook@2x.png)
}
.site-footer ul li.twitter a {
    background-image: url(images/twitter@2x.png)
}
.site-footer ul li.linkedin a {
    background-image: url(images/linkedin@2x.png)
}
.site-footer ul li {
    display: inline-block;
    margin-right: 10px
}
.site-footer ul li a {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
    opacity: .7;
    text-transform: uppercase;
    transition: all .2s ease
}
.site-footer ul li:hover a {
    opacity: .9;
    text-decoration: none
}
ul.social-menu{margin-top:0 !important}
.footer-base a {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
    opacity: .7;
    text-transform: uppercase;
    transition: all .2s ease
}
.footer-base a:hover {
    opacity: .9;
    text-decoration: none
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
/* Wide Desktop */
@media only screen and (max-width:1170px) {
.why-attend{
	background:none;
	background-color:white;
}
.offset {
    padding-left: 0;
}
.header {
	padding: 0 15px;
}
.header-fixed-btn {
	right: 10px;
}
.logo-fixed-img {
	margin-left: 10px;
}
.padding-120{padding:0 120px;}
}

/* Narrow Desktop */
@media only screen and (max-width:1024px) {
/* Nav adjustments */
.nav>ul {
	font-size: 12px;
}
.nav>ul>li.city-tag>a {
	font-size: 16px;
	padding: 9px 12px;
}
.nav>ul>li>a {
	padding: 12px;
}
.rslides_nav.prev {
	top: 100px;
}
.rslides_nav.next {
	top: 100px;
}
.header-btn .btn {
    font-size: 16px;
    padding: 5px 10px;
}
.logo-img {
    max-height: 55px;
}
 .visible-lg {
	display: none !important;
}
.visible-md {
	display: inherit;
}
.visible-sm {
	display: none !important;
}
.visible-xs {
	display: none !important;
}

}

/* Tablet */
@media only screen and (max-width:768px) {
	.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.quotebar{padding:30px 20px;min-height:400px;}
.modal-wrapper {
	/*position: absolute;*/
	top: 0;
}
.logo-img {
	margin: 0 auto;
	max-width: 100%;
	max-height: 39px;
	position: relative;
}
.header {
	height: 110px;
	text-align: center;
}
.header-btn {
	/*position: absolute;
	right: 0;
	left: 0;
	top: 64px;*/
	position:relative;
	display:table;
	text-align:center;
	margin: 0 auto;
	top:30px;
}
.header-btn .btn {
	font-size: 14px;
	border: 0;
}
.header-btn .btn:active {
	margin: 0;
}
/* Nav Adjustments */
.nav-toggle-menu {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	color: #033B8C;
	text-transform: uppercase;
	padding: 6px 8px;
}
.nav {
	display: none;
}
.nav.active {
	display: block;
}
.nav>ul {
	background-color: #0a2868;
	position: absolute;
	width: 100%;
	z-index: 100;
}
.nav>ul li {
	color: #ffffff;
	float: none;
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: left;
	font-size: 16px;
}
.nav>ul ul {
	display: block;
	opacity: 1;
	position: relative;
	top: auto;
	border:none;
}
.nav > ul > li > a {color:#033B8C;
		background-color: #fff;
    border-bottom: thin solid #ccc;
	}
.nav > ul > li > a:hover {
	background-color: #00BBE9;
	color: #fff;
	border-bottom:none;
}
.modal {
	padding: 20px;
	width: 98%;
}
/* Plugins */
.rslides_nav.prev {
	top: 100px;
	font-size: 20px;
	padding: 3px 5px 8px 6px;
}
.rslides_nav.next {
	top: 100px;
	font-size: 20px;
	padding: 3px 5px 8px 6px;
}
.hidden-sm {
	display: none !important;
}
.visible-lg {
	display: none !important;
}
.visible-md {
	display: none !important;
}
.visible-sm {
	display: block !important;
}
.visible-xs {
	display: none !important;
}
.show-full{display:none !important;}
.show-tablet{display:block !important;}
.show-mobile{display:none !important;}

.col-sm-4, .col-sm-6, .col-sm-8 {
	float: left;
	padding: 0 1%;
}
.col-sm-4 {
	width: 33%;
}
.col-sm-6 {
	width: 50%;
}
.col-sm-8 {
	width: 66%;
}
.col-sm-12 {
	width: 100%;
}
.sm-mb30 {
	margin-bottom: 30px;
}
	.padding-120{padding:0;}
}

@media only screen and (max-width:560px) {
	.quotebar{min-height:550px;}
/*.header-fixed-btn {
		display: none;
	}
	.header{height:70px;}*/
}

/* Mobile */
@media only screen and (max-width:480px) {
/*.header-fixed-btn {
	display: none;
}
	.header-btn {display:none;}
.header {
	height: 70px;
}*/
/* Articles */
.article-single {
	min-height: 330px;
}
.article-title {
	font-size: 14px;
}
/* Advisor Individual */
.advisor-single {
	min-height: 275px;
}
.advisor-name {
	font-size: 26px;
}
.advisor-title {
	font-size: 12px;
}
/* Banners */
.vancouver-banner {
	min-height: 320px;
}
.calgary-banner {
	min-height: 320px;
}
.toronto-banner {
	min-height: 320px;
}
.footer-copyright {
	font-size: 12px;
	left: 10px;
}
.visible-lg {
	display: none !important;
}
.visible-md {
	display: none !important;
}
.visible-sm {
	display: block !important;
}
.hidden-xs {
	display: none !important;
}
.visible-xs {
	display: block !important;
}
.show-full{display:none !important;}
.show-tablet{display:none !important;}
.show-mobile{display:block !important;}
.xs-p0 {
	padding: 0;
}
.xs-p15 {
	padding: 15px;
}
.xs-mb15 {
	margin-bottom: 15px;
}
.xs-mb30 {
	margin-bottom: 30px;
}
.col-xs-4, .col-xs-6 {
	float: left;
	padding: 0 1%;
}
.col-xs-4 {
	width: 33%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-12 {
	width: 100%;
}
.portal-sponsors{min-height:380px;}
}
/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}
::-webkit-selection {
 background:#04A4CC;
 color:#FFF;
 text-shadow:none;
}
::-moz-selection {
 background:#04A4CC;
 color:#FFF;
 text-shadow:none;
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #FFF;
	border: 1px solid #F0F0F0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption .wp-caption-text, .gallery-caption {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
* {
	background: transparent !important;
	color: #000 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
a,  a:visited {
	text-decoration: underline;
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
}
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
@page {
	margin: 0.5cm;
}
.navbar {
	display: none !important;
}
p,  h2,  h3 {
	orphans: 3;
	widows: 3;
}
h2,  h3 {
	page-break-after: avoid;
}
}
