/*
Theme Name: Meetup Child theme of meetup
Theme URI: 
Description: Child theme of meetup theme for the Meetup theme
Author: <a href="http://www.tommusrhodus.com">Tom Rhodes</a>
Author URI: 
Template: meetup
Version: 1.0.16
*/

/* Generated by Orbisius Child Theme Creator (http://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Tue, 02 Jan 2018 19:05:37 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

@font-face {
  font-family: 'AvenirNext-Bold';
  src: url('AvenirNext-Bold.eot?#iefix') format('embedded-opentype'),  url('/wp-content/themes/meetup-child-theme/fonts/AvenirNext-Bold.woff') format('woff'), url('/wp-content/themes/meetup-child-theme/fonts/AvenirNext-Bold.ttf')  format('truetype'), url('AvenirNext-Bold.svg#AvenirNext-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirNext';
  src: url('AvenirNext-Bold.eot?#iefix') format('embedded-opentype'),  url('/wp-content/themes/meetup-child-theme/fonts/AvenirNext-Medium.woff') format('woff'), url('/wp-content/themes/meetup-child-theme/fonts/AvenirNext-Medium.ttf')  format('truetype'), url('AvenirNext-Bold.svg#AvenirNext-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
.recongitioninitiative p {
    font-weight: bold;
	font-size: 20px;
       text-align: left;
    letter-spacing: 1px;
} 
.vertical-align {
    -ms-transform: translateY(-50%);
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.vertical-align-cancel {
    -ms-transform: translateY(0px);
    top: 0px;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.preserve-3d {
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

.transition-100 {
    -moz-transition: all .1s ease-out;
    transition: all .1s ease-out;
    -webkit-transition: all .1s ease-out;
}

.transition-300 {
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}

.transition-700 {
    -moz-transition: all .7s ease-out;
    transition: all .7s ease-out;
    -webkit-transition: all .7s ease-out;
}
.tz_modal_speakers_content iframe {
    width: 100% !important;
}
.overlay:before {
    background-color: #243c96;
    content: '';
    height: 100%;
    opacity: 0.5;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1;
}

.overlay .container {
    position: relative;
    z-index: 2;
}

.go-right {
    right: 0px;
}

.go-left {
    left: 0px;
}

img {
    max-width: 100%;
}

.main-container {
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}

.main-container,.footer-container,.nav-container,nav {
    margin: 0px auto;
}

.boxed-layout .main-container,.boxed-layout .nav-container,.boxed-layout nav,.boxed-layout .footer-container {
    left: 0;
    margin: 0 auto;
    max-width: 1366px;
    right: 0;
}

.no-loader .loader {
    display: none !important;
}

.loader {
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    background: #fff;
    height: 100%;
    left: 0px;
    opacity: 1;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 99;
}

.strip-holder {
    -ms-transform: translateY(-50%);
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 50%;
    margin-left: -50px;
}

.strip-1,.strip-2,.strip-3 {
    animation: stripMove 2s ease infinite alternate;
    background: #092340;
    height: 20px;
    -moz-animation: stripMove 2s ease infinite alternate;
    position: relative;
    -webkit-animation: stripMove 2s ease infinite alternate;
    width: 20px;
}

.strip-2 {
    animation-duration: 2.1s;
    background-color: #165499;
    -webkit-animation-duration: 2.1s;
}

.strip-3 {
    animation-duration: 2.2s;
    background-color: #3386e2;
    -webkit-animation-duration: 2.2s;
}

@-webkit-keyframes stripMove {
    0% {
        -moz-transform: translate3d(0px,0px,0px);
        transform: translate3d(0px,0px,0px);
        -webkit-transform: translate3d(0px,0px,0px);
    }

    50% {
        -moz-transform: scale(4,1);
        transform: scale(4,1);
        -webkit-transform: scale(4,1);
        -moz-transform: translate3d(0px,0px,0px);
        transform: translate3d(0px,0px,0px);
        -webkit-transform: translate3d(0px,0px,0px);
    }

    100% {
        -moz-transform: translate3d(-50px,0px,0px);
        transform: translate3d(-50px,0px,0px);
        -webkit-transform: translate3d(-50px,0px,0px);
    }
}

@-moz-keyframes stripMove {
    0% {
        -moz-transform: translate3d(-50px,0px,0px);
        transform: translate3d(-50px,0px,0px);
        -webkit-transform: translate3d(-50px,0px,0px);
    }

    50% {
        -moz-transform: scale(4,1);
        transform: scale(4,1);
        -webkit-transform: scale(4,1);
        -moz-transform: translate3d(0px,0px,0px);
        transform: translate3d(0px,0px,0px);
        -webkit-transform: translate3d(0px,0px,0px);
    }

    100% {
        -moz-transform: translate3d(50px,0px,0px);
        transform: translate3d(50px,0px,0px);
        -webkit-transform: translate3d(50px,0px,0px);
    }
}

@keyframes stripMove {
    0% {
        -moz-transform: translate3d(-50px,0px,0px);
        transform: translate3d(-50px,0px,0px);
        -webkit-transform: translate3d(-50px,0px,0px);
    }

    50% {
        -moz-transform: scale(4,1);
        transform: scale(4,1);
        -webkit-transform: scale(4,1);
        -moz-transform: translate3d(0px,0px,0px);
        transform: translate3d(0px,0px,0px);
        -webkit-transform: translate3d(0px,0px,0px);
    }

    100% {
        -moz-transform: translate3d(50px,0px,0px);
        transform: translate3d(50px,0px,0px);
        -webkit-transform: translate3d(50px,0px,0px);
    }
}

.main-container {
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}

nav {
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}

.show-content {
    opacity: 1 !important;
}

.hide-loader {
    opacity: 0 !important;
}

.background-dark {
    background-color: #243c96 !important;
}

.color-heading {
    color: #243c96;
}

.text-white {
    color: #fff;
}

.dark-wrapper {
    background: #f5f5f5;
}

body {
    background: #eee;
    font-family: "AvenirNext", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-smoothing: antialiased;
    line-height: 24px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

p { font-family: "AvenirNext", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold; color: #09233d;
    line-height: 32px;
}

h1,h2,h3,h4,h5,h6 {
    color: #243c96;
    font-family: "AvenirNext-Bold", Helvetica, Arial, sans-serif;
    font-weight: 300;
    margin: 0px;
}

h1 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 42px;
}

h3 {
    font-size: 20px;
    line-height: 28px;
}

.large-h1,.hero-slide h1,.call-to-action h1 {
    font-size: 42px;
    font-weight: 300;
    line-height: 48px;
}


p:last-child {
    margin-bottom: 0px;
}

p.lead {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

span.lead,.hero-slide .lead {
    font-weight: 400;
}

.uppercase {
    display: inline-block;
    letter-spacing: 1px;
    margin-right: -1px;
    text-transform: uppercase;
}

strong {
    font-weight: 600;
}

ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.sponsor-column a:hover {
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    opacity: 0.6;
}

@media all and (max-width: 767px) {
    h1 {
        font-size:24px;
        line-height: 28px;
        margin-bottom: 36px;
    }

    h2 {
        font-size: 20px;
        line-height: 26px;
    }

    .large-h1 {
        font-size: 24px;
        line-height: 28px;
    }


    p.lead {
        font-size: 15px;
        line-height: 26px;
    }
}

section {
    background: #fff;
    padding: 72px 0px;
}

.duplicatable-content {
    padding-bottom: 36px;
}

a {
    color: #092340;
}

.ebor-sidebar .widget a,.ebor-sidebar .widget .menu li a {
    color: #092340 !important;
}

a:focus,a:hover {
    color: #000;
}

.ebor-sidebar .widget a:focus,.ebor-sidebar .widget a:hover {
    color: #000 !important;
}

a:hover {
    text-decoration: none;
}

h1 a,span a,p a,.text-link a,.text-link {
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    border-bottom: 4px solid #fff;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding-bottom: 6px;
}

span a,p a,.text-link a,.text-link,.comment-reply-link {
    border-bottom: 3px solid #fff;
    padding-bottom: 4px;
}

span a:hover {
    color: #fff;
}

p a,.text-link a,.text-link,.comment-reply-link,.tc_in_cart a {
    border-color: #092340;
    color: #092340 !important;
    padding-bottom: 2px;
}

p a,.text-link a:hover,.text-link:hover,.comment-reply-link:hover {
    color: #243c96;
}

.btn,input[type="submit"],button {
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    background: #092340;
    border-radius: 25px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    min-width: 180px;
    padding: 13px 0px 14px 0px;
    text-align: center;
}

.btn.btn-meetup {
    border-color: #092340 !important;
    color: #fff !important;
}

.btn.btn-meetup:hover {
    border-color: #06172a !important;
}

.btn:hover,input[type="submit"]:hover,button:hover {
    background: #06172a;
    color: #fff;
}

.btn-hollow {
    background: none;
    border: 2px solid #092340;
    color: #092340;
}

.btn-hollow:hover {
    background: #092340;
    color: #fff !important;
}

.btn-white {
    background: #fff;
    color: #092340;
}

.btn-white:hover {
    background: #fff;
    color: #030b13;
}

.btn-hollow.btn-white {
    background: none;
    border-color: #fff;
    color: #fff;
}

.btn-hollow.btn-white:hover {
    background: #fff;
    color: #092340;
}

.btn-lg {
    border-radius: 35px;
    min-width: 230px;
    padding: 20px 0px 21px 0px;
    text-transform: uppercase;
}

.background-image-holder {
    background-position: 50% 50% !important;
    background-size: cover !important;
    height: 130%;
    position: absolute;
    top: -10%;
    width: 100%;
}

.background-image-holder img {
    display: none;
}

.image-holder {
    overflow: hidden;
    position: relative;
}

nav .logo {
    max-height: 45px;
    max-width: 110px;
    opacity: 1;
    position: absolute;
    top: -6px;
}

nav .text-right {
    position: relative;
}

nav .container {
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}

.overlay-nav {
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    background: none;
    line-height: 1;
    padding-top: 24px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 10;
}

.overlay-nav .logo-dark {
    opacity: 0;
}

.overlay-nav.sticky-nav .logo-light {
    opacity: 0;
}

.overlay-nav.sticky-nav .logo-dark {
    opacity: 1;
}

.bottom-border {
    background: rgba(255,255,255,0.3);
    bottom: 2px;
    height: 2px;
    position: absolute;
    width: 100%;
}

.sidebar-menu .bottom-border {
    background: rgba(255,255,255,0.2);
    bottom: 0px;
    display: block !important;
    position: relative;
}

.menu {
    display: inline-block;
    line-height: 1;
    text-align: left;
}

.menu li {
    float: left;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-right: 32px;
    position: relative;
    text-transform: uppercase;
    top: 4px;
}

.menu li:last-child {
    margin-right: 0px;
}

.menu li:nth-las-child(2) {
    margin-right: 12px;
}

.menu li a {
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    border-bottom: 2px solid rgba(0,0,0,0);
    color: #fff;
    display: inline-block;
    padding-bottom: 24px;
}

.menu li a:hover {
    border-bottom: 2px solid #fff;
}

.nav-dropdown {
    background: rgba(255,255,255,0.9);
    display: none;
    margin-top: -2px;
    min-width: 200px;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.nav-dropdown li:first-child {
    margin-top: 12px;
}

.nav-dropdown li {
    float: none;
    margin-bottom: 18px;
    margin-right: 0px;
    opacity: 0;
}

.nav-dropdown li a {
    color: #243c96;
    padding-bottom: 0px;
    padding-left: 24px;
}

.nav-dropdown li a:hover {
    border-color: rgba(0,0,0,0);
}

.has-dropdown:hover > .nav-dropdown {
    display: block;
    max-height: 300px;
    z-index: 10;
}

.has-dropdown:hover .nav-dropdown li {
    opacity: 1;
}

.has-dropdown a {
    padding-left: 18px;
}

.has-dropdown:before {
    color: #fff;
    content: "\e688";
    display: inline-block;
    font-family: 'Pe-icon-7-stroke';
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    speak: none;
    text-transform: none;
    top: -6px;
    -webkit-font-smoothing: antialiased;
}

.menu .social-link {
    font-size: 14px;
    margin-right: 18px !important;
    top: 0px !important;
}

.menu .social-link:nth-last-child(2) {
    margin-right: 18px;
}

.sticky-nav {
    background: rgba(255,255,255,0.9);
}

.sticky-nav .menu li a {
    color: #243c96;
}

.sticky-nav .bottom-border {
    display: none;
}

.sticky-nav .menu li a:hover {
    border-color: rgba(0,0,0,0);
}

.sticky-nav .sidebar-menu-toggle,.sticky-nav .mobile-menu-toggle {
    color: #243c96;
}

.sticky-nav .nav-dropdown {
    background: rgba(255,255,255,0.9);
}

.sticky-nav .has-dropdown:before {
    color: #243c96;
}

.sidebar-menu-toggle,.mobile-menu-toggle {
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    color: #fff;
    cursor: pointer;
    font-size: 32px;
    position: absolute;
    right: 0px;
    top: -7px;
}

.mobile-menu-toggle {
    display: none;
}

.sidebar-menu,.instagram-sidebar {
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transform: translate3d(300px,0px,0px);
    transform: translate3d(300px,0px,0px);
    -webkit-transform: translate3d(300px,0px,0px);
    background: #243c96;
    height: 100%;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 300px;
}

.show-sidebar {
    -moz-transform: translate3d(0px,0px,0px);
    transform: translate3d(0px,0px,0px);
    -webkit-transform: translate3d(0px,0px,0px);
}

.reveal-sidebar {
    -moz-transform: translate3d(-300px,0px,0px);
    transform: translate3d(-300px,0px,0px);
    -webkit-transform: translate3d(-300px,0px,0px);
}

.sidebar-content {
    margin-top: 24px;
    padding: 0px 24px;
}

.widget {
    margin-bottom: 24px;
}

.widget .title {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}

.widget .menu li {
    float: none;
    margin-bottom: 12px;
}

.widget .menu li a {
    color: #fff !important;
    font-size: 12px;
    padding-bottom: 0px;
}

.widget .menu li a:hover {
    border-color: rgba(0,0,0,0);
}

.widget .menu .social-link {
    display: none;
}

.widget .social-profiles li {
    margin-right: 24px;
}

.widget .social-profiles li a {
    color: #fff;
}

.instagram-toggle {
    cursor: pointer;
}

.instagram-toggle-init {
    pointer-events: none;
}

.instagram-sidebar li {
    height: 250px;
    width: 100%;
}

.instagram-sidebar {
    overflow-y: auto;
}

.sidebar-content .copy-text {
    bottom: 32px;
    color: rgba(255,255,255,0.5);
    font-size: 12px;
    position: absolute;
}

.text-panel {
    background: #2c49b7;
    padding: 18px;
}

.relative-nav {
    background: #fff;
    padding-top: 28px;
    position: relative;
}

.relative-nav .menu li a {
    color: #243c96;
}

.relative-nav .has-dropdown:before {
    color: #243c96;
}

.relative-nav .nav-dropdown {
    background: rgba(53,53,53,0.8);
}

.relative-nav .has-dropdown li a {
    color: #fff;
}

.relative-nav .sidebar-menu-toggle {
    color: #243c96;
}

.relative-nav .logo-light {
    opacity: 0 !important;
}

.relative-nav .logo-dark {
    opacity: 1 !important;
}

.relative-nav .logo {
    top: -4px !important;
}

.sidebar-menu .logo {
    left: 24px;
    margin-bottom: 32px;
    max-width: 110px;
    position: relative;
    top: 21px !important;
    opacity: 1 !important;
}

@media all and (max-width: 959px) {
    nav {
        background:rgba(255,255,255,0.9) !important;
        max-height: 67px;
        overflow: hidden;
    }

    nav .menu li {
        float: none;
        margin-bottom: 24px;
    }

    nav .menu li a {
        color: #243c96 !important;
        padding-bottom: 0px;
    }

    nav .logo {
        max-width: 90px;
        top: -2px;
    }

    nav .logo-dark {
        opacity: 1 !important;
    }

    nav .logo-light {
        opacity: 0 !important;
    }

    nav .menu {
        display: block;
        margin-right: 0px;
        margin-top: 67px;
        width: 100%;
    }

    nav .social-link {
        float: left !important;
    }

    .sidebar-menu-toggle {
        display: none;
    }

    .mobile-menu-toggle {
        color: #243c96 !important;
        display: block;
        position: fixed;
        right: 24px;
        top: 17px;
    }

    .open-menu {
        max-height: 800px !important;
    }

    .nav-dropdown {
        display: none;
        position: relative;
    }

    .has-dropdown:hover .nav-dropdown {
        display: block;
    }

    .has-dropdown:before {
        color: #243c96;
    }

    .menu ul {
        display: block !important;
        position: static !important;
        margin: 0 !important;
        background: none !important;
        opacity: 1 !important;
    }

    .menu ul li {
        opacity: 1;
    }

    nav .menu {
        max-height: 400px;
        overflow-y: scroll;
    }
}

.hero-slider {
    background: #2b2b2b;
    overflow: hidden;
    padding: 0px;
    position: relative;
}

.hero-slider .slides li {
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    height: 780px;
    overflow: hidden;
    position: relative;
}

.hero-slider .slides li:before {
    background-color: #243c96;
    content: '';
    height: 100%;
    opacity: 0.4;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1;
}

.hero-slider .container {
    -ms-transform: translateY(-50%);
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 2;
}

.hero-slider h1 {
    margin-bottom: 42px;
}

.hero-slider .btn-hollow {
    border-color: #fff;
    color: #fff;
    margin-left: 16px;
}

.hero-slider .btn-hollow:hover {
    background: #fff;
    color: #092340 !important;
}

@media all and (max-width: 767px) {
    .hero-slider .btn-hollow {
        display:none;
    }
}

.register-header .register {
    background: rgba(0,0,0,0.4);
    padding: 24px;
    padding-top: 0px;
}

.register-header form input {
    width: 100% !important;
}

.register-header .register span {
    color: #fff;
}

.register-header .logo,.hero-slide .logo {
    display: block;
    margin-bottom: 12px;
    max-width: 150px;
}

.register-header h1 {
    margin-bottom: 24px !important;
}

@media all and (max-width: 768px) {
    .register-header .register .form-name,.register-header .register .form-email {
        max-width:100%;
        width: 100%;
    }
}

@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) {
    .register-header .register .form-name,.register-header .register .form-email {
        width:50%;
    }
}

@media all and (max-width: 767px) {
    .hero-slide .logo {
        max-width:100px;
    }

    .register-header .logo {
        display: none;
    }

    .register-header h1 {
        display: none;
    }

    .register-header form h1 {
        display: block;
    }

    .register-header span.lead {
        display: none;
    }

    .register-header input,.register-header .select-holder {
        max-width: 100% !important;
    }

    .hero-slider h1 {
        margin-bottom: 18px;
    }
}

.testimonials-slider {
    margin-bottom: 48px;
    position: relative;
}

.testimonials-slider .flex-control-nav a {
    background: rgba(0,0,0,0.3);
}

.testimonials-slider .flex-control-nav a.flex-active {
    background: rgba(0,0,0,0.8);
}

.testimonials-slider .flex-control-nav a:hover {
    background: rgba(0,0,0,0.8);
}

.testimonials-slider .flex-control-nav {
    bottom: -48px;
    text-align: left;
}

.primary-overlay:before {
    background-color: #092340;
    content: '';
    height: 100%;
    opacity: 0.8;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1;
    background-color: #092340 !important;
}

.strip-divider {
    overflow: hidden;
    padding: 216px 0px;
    position: relative;
}

.strip-divider .container {
    position: relative;
    z-index: 2;
}

.strip-divider h1 {
    font-size: 36px;
    line-height: 48px;
    margin: 0px;
}

.strip-divider a:hover {
    color: #fff !important;
}

@media all and (max-width: 767px) {
    .strip-divider {
        padding:72px 0px;
    }
}

.countdown-divider {
    padding: 144px 0px;
}

.countdown-divider img,.countdown-header img,.video-header img {
    display: inline-block;
    margin-bottom: 12px;
    max-width: 300px;
}

.countdown-header h1 {
    margin-bottom: 0px;
}

.countdown-header:before {
    opacity: 0.8 !important;
}

.video-header:before {
    background: #000 !important;
    opacity: 0.5 !important;
}

.video-header .uppercase,.countdown-header .uppercase {
    display: block;
    font-weight: 600;
    margin-bottom: 24px;
}

@media all and (max-width: 768px) {
    .countdown-header img,.countdown-divider img,.video-header img {
        max-width:150px;
    }
}

.countdown {
    margin-top: 72px;
    text-align: center;
}

.countdown-row {
    color: #fff;
    font-size: 80px;
    font-weight: 300;
}

.countdown-section {
    display: inline-block;
    width: 20%;
}

.countdown-amount {
    display: inline-block;
    margin-bottom: 48px;
}

.countdown-period {
    display: block;
    font-size: 24px;
}

.section-header {
    height: 450px;
    overflow: hidden;
    position: relative;
}

.section-header h1 {
    font-size: 32px;
}

.section-header.overlay:before {
    opacity: 0.2;
}

.section-header i {
    color: #fff;
    font-size: 40px;
    margin: 0px 24px 12px 0px;
}

.section-header i:last-of-type {
    margin-right: 0px;
}

@media all and (max-width: 767px) {
    .countdown {
        margin-top:48px;
    }

    .countdown-row {
        font-size: 36px;
    }

    .countdown-period {
        font-size: 16px;
    }
}

.video-wrapper {
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 0;
}

.video-wrapper video {
    width: 100%;
}

@media all and (max-width: 1390px) {
    .video-wrapper video {
        width:110%;
    }
}

@media all and (max-width: 1260px) {
    .video-wrapper video {
        width:120%;
    }
}

@media all and (max-width: 1160px) {
    .video-wrapper video {
        width:130%;
    }
}

@media all and (max-width: 1024px) {
    .video-wrapper {
        display:none;
    }
}

.call-to-action {
    padding: 60px 0px;
}

.call-to-action .uppercase {
    display: block;
    margin-bottom: 32px;
    text-align: center;
    width: 100%;
}

.call-to-action h1 {
    margin-bottom: 32px;
}

.call-to-action .btn {
    margin-bottom: 40px;
}

.call-to-action a i {
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    margin-right: 12px;
    width: 60px;
}

.call-to-action .social_facebook {
    background-color: #3b5998;
}

.call-to-action .social_twitter {
    background-color: #00aced;
}

.call-to-action a:last-of-type i {
    margin-right: 0px;
}

@media all and (max-width: 768px) {
    .call-to-action {
        padding:72px 0px;
    }
}

.image-with-text {
    height: 600px;
    overflow: hidden;
    position: relative;
}

.image-with-text h1 {
    margin-bottom: 24px;
}

.side-image {
    height: 100%;
    padding: 0px;
    position: absolute;
    top: 0px;
}

@media all and (max-width: 767px) {
    .image-with-text {
        height:auto !important;
        padding: 72px 0px;
    }

    .image-with-text .vertical-align {
        -ms-transform: translateY(0px);
        top: 0px;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
}

.color-blocks {
    color: #fff;
    overflow: hidden;
    position: relative;
}

.color-block {
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    color: #fff;
    height: 100%;
    padding: 0px;
    position: absolute;
    top: 0px;
}

.color-blocks h1,.color-blocks h2,.color-blocks h3,.color-blocks h4,.color-blocks h5,.color-blocks h6 {
    color: #fff;
}

.color-blocks h1 {
    margin-bottom: 12px;
}

.color-blocks a {
    color: #fff;
    pointer-events: auto;
}

.color-blocks a:hover i {
    transform: rotateZ(-10deg);
}

.color-blocks i.icon,.contained-promo i.icon {
    -moz-transition: all .1s ease-out;
    transition: all .1s ease-out;
    -webkit-transition: all .1s ease-out;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #092340;
    display: inline-block;
    font-size: 70px;
    height: 120px;
    line-height: 117px;
    text-align: center;
    width: 120px;
}

.block-left {
    background-color: #092340;
}

.block-right {
    background-color: #040f1c;
    right: 0px;
}

@media all and (max-width: 768px) {
    .block-content {
        display:block;
        margin-bottom: 144px;
        overflow: hidden;
    }

    .block-content:last-of-type {
        margin-bottom: 0px;
    }

    .color-block {
        height: 50%;
        width: 100%;
    }

    .block-right {
        top: 50%;
    }
}

@media all and (max-width: 767px) {
    .block-content i {
        margin-bottom:30px;
    }
}

.speakers-row {
    padding: 0px 15px;
}

.speaker-column {
    padding: 0px;
}

.speaker {
    overflow: hidden;
    position: relative;
}

.speaker,.topic {
    margin-bottom: 2px;
}

.speaker .hover-state {
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    background: rgba(0,0,0,0.5);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.speaker .image-holder {
    margin-bottom: 0px;
}

.speaker span { margin-top: 15px;
    display: block;
    font-size: 16px;
}

.speaker-name {
    color: #243c96;
}

.speaker .social-links {
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transform: translate3d(0px,-200px,0px);
    transform: translate3d(0px,-200px,0px);
    -webkit-transform: translate3d(0px,-200px,0px);
    width: 100%;
}

.speaker .social-links a {
    color: #fff;
    display: inline-block;
    font-size: 24px;
        margin-left: 0px;
    width: 100%;
}
span.moreinfo {
    display: block;
    padding: 3px 6px;
    background-color: #09233d !important;
    width: 100%;
    font-size: 12px;
    letter-spacing: 2px;
}
.speaker .social-links a:last-child {
    margin-right: 0px;
}

.speaker .image-holder:hover .hover-state {
    opacity: 1;
}

.speaker .image-holder:hover .hover-state .social-links {
    -moz-transform: translate3d(0px,0px,0px);
    transform: translate3d(0px,0px,0px);
    -webkit-transform: translate3d(0px,0px,0px);
}

.speaker-with-bio {
    margin-bottom: 36px;
    overflow: hidden;
}

.speaker-with-bio .speaker {
    float: left;
    margin-bottom: 0px;
    width: 50%;
}

.speaker-with-bio .speaker-description {
    float: left;
    padding-left: 30px;
    width: 50%;
}

.speaker-description span {
    display: inline-block;
    font-weight: 600;
    margin-bottom: 18px;
}

@media all and (max-width: 767px) {
    .speaker-with-bio .speaker {
        width:100%;
    }

    .speaker-with-bio .speaker-description {
        padding-left: 0px;
        width: 100%;
    }
}

.topics {
    overflow: hidden;
    position: relative;
}

.topics .container {
    position: relative;
    z-index: 2;
}

.topics.overlay .ruled-list li {
    border-color: rgba(255,255,255,0.5);
}

.topics.overlay .topic i {
    color: #fff;
}

.topic h3 {
    margin-bottom: 18px;
}

.topic p.lead {
    margin-bottom: 32px;
}

.topic i {
    color: #092340;
    display: inline-block;
    font-size: 60px;
    margin-bottom: 32px;
}

@media all and (max-width: 767px) {
    .topic h3 {
        bottom:18px;
        display: inline-block;
        left: 12px;
        position: relative;
    }

    .topic i {
        margin-bottom: 12px;
    }
}

.ruled-list li {
    border-top: 1px dotted rgba(0,0,0,0.3);
    font-size: 16px;
    padding: 12px 0px;
}

@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) {
    .speakers-row .col-sm-6 {
        float:left !important;
        width: 50%;
    }
}

.inline-video {
    background: #f5f5f5;
}

.inline-video iframe {
    border: none;
    height: 300px;
    width: 100%;
}

.inline-video .btn {
    margin-right: 16px;
    margin-top: 32px;
    min-width: 150px;
}

@media all and (max-width: 768px) {
    .inline-video iframe {
        height:350px;
        margin-top: 42px;
    }
}

@media all and (max-width: 767px) {
    .inline-video iframe {
        height:200px;
        margin-top: 30px;
    }

    .inline-video .btn {
        margin-top: 18px;
    }
}

@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) {
    .inline-video iframe {
        height:250px;
    }
}

.embedded-video-holder p {
    display: none;
}

.schedule-overview {
    border: 2px solid rgba(0,0,0,0.2);
    margin-bottom: 36px;
}

.schedule-overview li {
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    cursor: pointer;
    padding: 24px;
    position: relative;
}

.schedule-overview li:first-child .top {
    display: none;
}

.schedule-overview li:last-child .bottom {
    display: none;
}

.schedule-title span {
    display: block;
    font-size: 16px;
}

.schedule-title .title {
    color: #243c96;
}

.schedule-text {
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    max-height: 0px;
    opacity: 0;
}

.schedule-overview li:hover {
    background-color: #f5f5f5;
}

.schedule-overview li:hover .schedule-text {
    max-height: none;
    opacity: 1;
    padding-top: 18px;
}

.schedule-overview li:hover .top,.schedule-overview li:hover .bottom,.schedule-overview li:hover .middle {
    border-color: rgba(0,0,0,0.4);
}

.schedule-overview li:hover .middle {
    background: #243c96;
}

.schedule-with-text .btn,.contained-gallery .btn {
    margin-right: 12px;
    margin-top: 24px;
}

.schedule-with-text .schedule-overview li {
    padding-right: 48px;
}

@media all and (max-width: 1024px) {
    .schedule-overview li {
        padding-right:48px;
    }
}

@media all and (max-width: 767px) {
    .schedule-with-text .btn,.contained-gallery .btn {
        margin-bottom:32px;
    }
}

.marker-pin {
    height: 100%;
    position: absolute;
    right: 32px;
    top: 0px;
}

.marker-pin .top,.marker-pin .bottom {
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    border-left: 2px solid rgba(0,0,0,0.2);
    height: 50%;
    position: absolute;
    width: 2px;
    z-index: 1;
}

.marker-pin .top {
    top: 0px;
}

.marker-pin .bottom {
    bottom: 0px;
}

.marker-pin .middle {
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    background: #fff;
    border: 2px solid rgba(0,0,0,0.2);
    border-radius: 50%;
    height: 18px;
    margin-top: -9px;
    position: absolute;
    right: -10px;
    top: 50%;
    width: 18px;
    z-index: 2;
}

.instagram,.lightbox-gallery {
    padding: 216px 0px;
    position: relative;
}

.gallery-header .logo {
    display: block;
    margin: 0px auto;
    margin-bottom: 12px;
    max-width: 400px;
}

@media screen and (max-width: 768px) {
    .gallery-header .logo {
        max-width:200px;
    }

    .gallery-header h1 {
        font-size: 24px !important;
        line-height: 32px !important;
    }
}

.instagram,.lightbox-gallery {
    background: #000 !important;
    overflow: hidden;
}

.instagram ul,.lightbox-gallery ul {
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0px;
    width: 100%;
    background: #000;
}

.instagram li,.lightbox-gallery li {
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    background-size: cover !important;
    cursor: pointer;
    float: left;
    height: 50%;
    opacity: 0.5;
    overflow: hidden;
    position: relative;
    width: 20%;
}

.instagram li:hover,.lightbox-gallery li:hover {
    opacity: 1 !important;
}

.instagram .container,.lightbox-gallery .container {
    position: relative;
    z-index: 3;
}

.instagram i,.lightbox-gallery i {
    display: inline-block;
    font-size: 48px;
    margin-bottom: 16px;
}

.instagram h1,.lightbox-gallery h1 {
    font-size: 42px;
    font-weight: 300;
    line-height: 48px;
    margin-bottom: 16px;
}

@media all and (max-width: 1200px) {
    .instagram li:nth-child(n+9),.lightbox-gallery li:nth-child(n+9) {
        display:none;
    }

    .instagram li,.lightbox-gallery li {
        width: 25%;
    }
}

@media all and (max-width: 900px) {
    .instagram li:nth-child(n+7),.lightbox-gallery li:nth-child(n+7) {
        display:none;
    }

    .instagram li,.lightbox-gallery li {
        width: 33.333333%;
    }
}

@media all and (max-width: 767px) {
    .instagram,.lightbox-gallery {
        padding:144px 0px;
    }

    .instagram li:nth-child(n+5),.lightbox-gallery li:nth-child(n+5) {
        display: none;
    }

    .instagram li,.lightbox-gallery li {
        width: 50%;
    }
}

.testimonials {
    background: #f5f5f5;
}

.contained-gallery .instagram,.contained-gallery .lightbox-gallery {
    padding: 185px 0px;
}

.contained-gallery .instagram li:nth-child(n+9),.contained-gallery .lightbox-gallery li:nth-child(n+9) {
    display: none;
}

.contained-gallery .instagram li,.contained-gallery .lightbox-gallery li {
    opacity: 0.7;
    width: 25%;
}

@media all and (max-width: 1024px) {
    .contained-gallery .instagram li:nth-child(n+7) {
        display:none;
    }

    .contained-gallery .lightbox-gallery li:nth-child(n+7) {
        display: none;
    }

    .contained-gallery .instagram li,.contained-gallery .lightbox-gallery li {
        width: 33.33333%;
    }

    .contained-gallery .instagram,.contained-gallery .lightbox-gallery {
        padding: 200px 0px;
    }
}

@media all and (max-width: 768px) {
    .contained-gallery .instagram,.contained-gallery .lightbox-gallery {
        margin-bottom:32px;
    }

    .contained-gallery .btn {
        margin-bottom: 0px;
    }

    .contained-gallery .instagram li:nth-child(n+5),.contained-gallery .lightbox-gallery li:nth-child(n+5) {
        display: block !important;
    }

    .contained-gallery .instagram li:nth-child(n+7),.contained-gallery .lightbox-gallery li:nth-child(n+7) {
        display: none !important;
    }

    .contained-gallery .instagram li,.contained-gallery .lightbox-gallery li {
        width: 33.33333% !important;
    }
}

.pricing-option {
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    background: #f5f5f5;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 72px 0px;
    position: relative;
}

.pricing-option .dot {
    background: #fff;
    border-radius: 50%;
    height: 24px;
    position: absolute;
    right: 24px;
    top: 24px;
    width: 24px;
}

.pricing-option:hover {
    background: #ededed;
}

@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) {
    .pricing-options .col-sm-6 {
        float:left;
        width: 50%;
    }
}

.dollar,.price,.type {
    color: #243c96;
    font-size: 72px;
    font-weight: 600;
}

.dollar {
    bottom: 22px;
    font-size: 36px;
    position: relative;
}

.price {
    line-height: 1;
}

.type {
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 12px;
    text-transform: uppercase;
}

.plan-title {
    color: #243c96;
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}


@media all and (max-width: 991px) {
    .type {
        margin-bottom:12px;
    }

    .pricing-option {
        text-align: center !important;
    }
}

.faq-item {
    margin-bottom: 36px;
}

p.question {
    color: #243c96;
    font-size: 16px;
    font-weight: 600;
}

.info-box {
    margin-bottom: 36px;
    overflow: hidden;
    position: relative;
}

.info-box img {
    display: block;
    margin-bottom: 12px;
}

.info-box h3 {
    margin-bottom: 12px;
}

.info-box .text-link {
    bottom: 12px;
    position: absolute;
    right: 0px;
}

.text-link a {
    display: inline-block;
    margin-left: 12px;
}

@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) {
    .visitor-info .col-sm-4 {
        float:left;
        width: 50%;
    }
}

.subscribe-1 {
    overflow: hidden;
    padding-bottom: 36px;
    padding-top: 144px;
    position: relative;
}

.subscribe-1:before {
    background-color: #243c96;
    content: '';
    height: 100%;
    opacity: 0.4;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1;
}

.subscribe-1 .container {
    position: relative;
    z-index: 2;
}

.subscribe-1 .email-subscribe {
    margin-bottom: 216px;
}

.subscribe-1 footer {
    border-top: 2px solid rgba(255,255,255,0.3);
    padding-top: 36px;
}

.subscribe-1 .twitter-feed {
    margin-bottom: 72px;
}

.subscribe-1 h1 {
    margin-bottom: 30px;
}

.email-subscribe span {
    display: block;
    margin-top: 12px;
}

.twitter-feed i {
    display: inline-block;
    font-size: 48px;
    margin-bottom: 32px;
}

.twitter-feed span a {
    border-bottom: none;
}

.tweets-feed .user {
    display: none;
}

.tweets-feed .interact {
    display: none;
}

.tweets-feed .tweet {
    color: #fff;
    font-family: adobe-garamond-pro, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
}

.tweets-feed .tweet a {
    border-color: #fff !important;
    color: #fff !important;
}

.tweets-feed .timePosted {
    display: none;
}

@media all and (max-width: 767px) {
    .tweets-feed .tweet {
        font-size:20px;
        line-height: 26px;
    }

    .subscribe-2 .form-email {
        margin-bottom: 24px;
    }
}

.primary-bg {
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    background: #092340;
    color: #fff;
    height: 600px;
    overflow: hidden;
    position: relative;
}

.primary-bg .social_twitter {
    display: inline-block;
    font-size: 42px;
    margin-bottom: 32px;
}

.primary-bg .map-holder {
    height: 100%;
    padding: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.primary-bg .timePosted {
    display: block !important;
}

.map-holder:before {
    content: '';
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.map-holder iframe {
    border: 0px;
    height: 100%;
    position: absolute;
    width: 100%;
}

.primary-bg span a {
    border-bottom: 2px solid #fff;
    padding-bottom: 1px;
}

.primary-bg form {
    padding-top: 0px !important;
}

.primary-bg form .btn {
    background: #fff;
    color: #092340;
}

.primary-bg form::-webkit-input-placeholder {
    color: rgba(255,255,255,0.9);
}

.primary-bg form:-moz-placeholder {
    color: rgba(255,255,255,0.9);
}

.primary-bg form::-moz-placeholder {
    color: rgba(255,255,255,0.9);
}

.primary-bg form:-ms-input-placeholder {
    color: rgba(255,255,255,0.9);
}

.primary-bg .icon {
    font-size: 60px;
    margin-bottom: 12px;
}

.primary-bg .form-message {
    max-width: 95.5%;
    width: 95.5%;
}

.fullwidth-map {
    overflow: hidden;
    padding: 0px;
    position: relative;
}

.fullwidth-map .map-holder {
    height: 400px;
    overflow: hidden;
    width: 100%;
}

.fullwidth-map.screen:before {
    content: '';
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.sponsors {
    background: #f5f5f5;
}

.sponsor {
    height: 80px;
    line-height: 80px;
    margin-bottom: 36px;
}

.sponsor img {
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    max-height: 80px;
    max-width: 150px;
}

.sponsors span {
    display: inline-block;
    margin-top: 24px;
}

.sponsors span a {
    border-color: #092340;
    color: #092340;
}

@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) {
    .sponsors .col-sm-6 {
        float:left;
        width: 50%;
    }
}

.register {
    display: block;
    overflow: hidden;
    padding-top: 24px;
}

.register div {
    padding: 0px;
}

input[type="text"],input[type="email"],input[type="tel"],.register .select-holder {
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    background: rgba(200,200,200,0.3);
    border: none;
    border-radius: 25px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 32px;
    max-width: 90%;
    padding: 12px;
    padding-left: 24px;
}

input[type="text"]:focus,.register .select-holder:focus,input[type="text"]:hover,.register .select-holder:hover,input[type="email"]:focus,input[type="tel"]:focus,input[type="email"]:hover,input[type="tel"]:hover {
    background: rgba(200,200,200,0.5);
    outline: none;
}

.blog-comments.dark-wrapper input {
    width: 30%;
    margin-right: 3%;
}

.dark-wrapper input[type="text"],.dark-wrapper input[type="email"],.dark-wrapper input[type="tel"],.dark-wrapper textarea {
    background: #fff !important;
    color: #777;
}

.register select {
    background: none;
    border: none;
    cursor: pointer;
    margin: 0px;
    width: 90%;
}

.register select:focus {
    outline: none;
}

.register input[type="submit"] {
    margin-bottom: 12px;
    padding-bottom: 12px;
    width: 90%;
}

input[type="submit"] {
    font-weight: normal;
}

.email-subscribe {
    overflow: hidden;
}

.email-subscribe input {
    margin: 0px auto;
    max-width: 100%;
    min-width: 100%;
}

.email-subscribe input[type="text"] {
    background: rgba(255,255,255,0.3);
}

.email-subscribe input[type="text"]:hover,.email-subscribe input[type="text"]:focus {
    background: rgba(255,255,255,0.4);
}

.email-subscribe::-webkit-input-placeholder {
    color: rgba(255,255,255,0.9);
}

.email-subscribe:-moz-placeholder {
    color: rgba(255,255,255,0.9);
}

.email-subscribe::-moz-placeholder {
    color: rgba(255,255,255,0.9);
}

.email-subscribe:-ms-input-placeholder {
    color: rgba(255,255,255,0.9);
}

.email-subscribe input[type="submit"] {
    min-height: 48px;
}

.subscribe-2 .email-subscribe input[type="text"] {
    background: rgba(0,0,0,0.2);
}

.subscribe-2 i {
    color: #092340;
    display: inline-block;
    font-size: 70px;
    margin-bottom: 18px;
    margin-right: 24px;
}

.subscribe-2 i:last-of-type {
    margin-right: 0px;
}

input.error {
    color: #ff4532;
}

.mail-list-form {
    height: 0px;
    opacity: 0;
    overflow: hidden;
    width: 0px;
}

.form-success,.form-error {
    background-color: #55c950;
    border-radius: 20px;
    color: #fff;
    display: none;
    margin-top: 12px;
    padding: 6px 18px 8px 18px !important;
    width: 100%;
}

.form-error {
    background-color: #d74b4b;
}

form .field-error {
    background: #d74b4b !important;
}

@media all and (max-width: 767px) {
    .register input,.register .select-holder {
        max-width:100%;
        width: 100% !important;
    }

    .subscribe-1 .email-subscribe input[type="text"] {
        margin-bottom: 24px;
    }
}

@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) {
    .register .col-sm-6 {
        float:left;
        width: 50%;
    }

    .register input,.register .select-holder {
        max-width: 95% !important;
    }

    .register input[type="submit"] {
        max-width: 100% !important;
    }
}

.error-page {
    background: #092340;
    padding: 0px;
}

.error-page h1 {
    font-size: 84px;
    line-height: 96px;
    margin-bottom: 0px;
    margin-bottom: 12px;
}

.error-page p {
    font-size: 24px;
    line-height: 32px;
}

.error-page i {
    color: #fff;
    display: inline-block;
    font-size: 84px;
    margin-right: 24px;
}

.error-page i:last-of-type {
    margin-right: 0px;
}

.error-page .btn {
    margin-right: 24px;
    margin-top: 12px;
}

@media all and (max-width: 767px) {
    .error-page i {
        display:none;
    }
}

.footer .top-border {
    background: rgba(255,255,255,0.3);
    height: 2px;
    margin-bottom: 32px;
    width: 100%;
}

.footer .menu {
    overflow: visible;
}

.footer .menu li {
    top: 0px;
}

.footer .menu li a {
    padding-bottom: 0px;
}

.footer .menu li .btn {
    font-size: 14px;
    min-width: 0px;
    padding: 10px 18px;
}

.footer .menu li a {
    border: none;
    diplay: inline-block;
    position: relative;
}

.footer .menu li a:hover {
    border: none;
}

.footer .back-to-top {
    padding-right: 42px;
}

.footer .menu li a i {
    font-size: 36px;
    position: absolute;
    right: 0px;
    top: -12px;
}

@media all and (max-width: 767px) {
    .footer .text-right {
        text-align:left !important;
    }

    .footer .menu {
        margin-top: 24px;
    }

    .footer .menu li {
        float: none;
        margin-bottom: 12px;
    }
}

footer.classic {
    background: #f5f5f5;
    padding: 72px 0px 36px 0px;
}

footer.classic .menu li {
    float: none;
    margin-bottom: 12px;
}

footer.classic .menu li a {
    color: #243c96;
    font-weight: 600;
    padding-bottom: 0px;
}

footer.classic span.lead {
    display: inline-block;
    margin-bottom: 12px;
}

footer.short {
    background: #243c96;
    color: #fff;
    padding: 72px 0px;
}

footer.short .top-border {
    height: 1px !important;
}

@media all and (max-width: 767px) {
    footer.classic div {
        margin-bottom:18px;
    }
}

.contact-methods li {
    margin-bottom: 12px;
}

.contact-methods li:last-child {
    margin-bottom: 0px;
}

.contact-methods i {
    color: #243c96;
    font-size: 36px;
}

.contact-methods span {
    bottom: 10px;
    display: inline-block;
    font-size: 16px;
    left: 8px;
    position: relative;
}

footer.classic .social-profiles {
    margin-top: 36px;
}

.social-profiles {
    display: inline-block;
    overflow: hidden;
}

.social-profiles li {
    float: left;
    margin-right: 36px;
}

.social-profiles li:last-child {
    margin-right: 0px;
}

.social-profiles li a {
    color: #243c96;
    font-size: 20px;
}

.article-snippet {
    margin-bottom: 80px;
}

.article-snippet a {
    color: #092340;
}

.article-snippet h2 {
    margin: 12px 0 36px 0;
}

.article-snippet img {
    display: inline-block;
    margin-bottom: 24px;
}

.pagination {
    display: inline-block;
    margin: 0 auto;
}

.widget {
    margin-bottom: 64px;
}

.widget h4 {
    margin-bottom: 24px;
}

.widget ul li {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.widget ul li:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.widget .sub {
    display: block;
    font-size: 12px;
    margin-top: 8px;
}

.widget.search input {
    border: 1px solid #ccc;
    color: #243c96;
    margin: 0;
}

.tags {
    overflow: hidden;
}

.tags li {
    float: left;
    margin-bottom: 8px !important;
    margin-right: 8px;
    padding-bottom: 0 !important;
}

.tags li a {
    border: 1px solid #092340;
    display: inline-block;
    padding: 4px;
}

.tags li:hover {
    background: #092340;
}

.tags li:hover a {
    color: #fff;
}

.article-body img {
    display: inline-block;
    margin: 16px 0 32px 0;
}

blockquote,blockquote p {
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
    margin: 24px 0;
}

.blog-comments {
    background: #f7f7f7;
}

.comments-list ol {
    list-style: none;
    margin-bottom: 64px;
    padding: 0;
}

.comments-list h5 {
    margin-bottom: 32px;
}

.comments-list li {
    border-bottom: 1px solid #ccc;
    margin-bottom: 32px;
    padding-bottom: 32px;
}

.blog-comment {
    overflow: hidden;
}

.blog-comment .user,.blog-comment .info {
    display: inline-block;
    float: left;
}

.blog-comment .user {
    width: 20%;
}

.blog-comment .info {
    width: 80%;
}

.blog-comment .title {
    display: block;
}

.blog-comment .date {
    color: #092340;
    display: inline-block;
    margin-right: 12px;
}

.blog-comment p:first-of-type {
    margin-top: 16px;
}

.blog-comment img {
    max-height: 100px;
}

@media all and (max-width: 767px) {
    .blog-comment .user {
        display:none;
    }

    .blog-comment .info {
        width: 100%;
    }

    .hero-slider .slides li {
        height: auto !important;
        min-height: 780px;
        padding: 80px 0;
    }

    .hero-slider .container {
        -ms-transform: translateY(0%);
        position: relative;
        top: 0;
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        z-index: 2;
    }

    .register-header .register {
        margin-left: 0;
        margin-right: 0;
    }
}

.comments-list .children {
    padding-left: 50px;
}

.comment-form .btn {
    background: #092340;
}

.comment-form input[type="text"] {
    background: #f7f7f7;
    display: block;
    float: left;
    margin-bottom: 16px;
    margin-right: 16px;
}

.comment-form textarea {
    background: #f7f7f7;
    border: none;
    margin-bottom: 12px;
    padding: 12px;
    width: 100%;
}

.blog-comments:nth-of-type(odd) .input-standard,.blog-comments:nth-of-type(odd) textarea {
    background: #fff;
}



.primary-overlay:before {
    background-color: transparent !important;
}.primary-overlay:first-of-type {
    padding-top: 56px;
    padding-bottom: 88px;
}

.vc_row.wpb_row.homepagefeature, .ebor-parallax * {
    color: #0A233F !important;
}

div#nd-blogs-bar {
    height: 54px;
    position: relative;
    background: #dcb439;
top: 0px;
}
.nd-blogs-bar ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}section.team, .page-id-250 .light-wrapper {
    padding-top: 148px;
}

.admin-bar .overlay-nav {
    background-color: #0A233F !important;
    top: 81px;
    border-bottom: solid;
    border-color: #06038d;
}
.nd-blogs-bar a {
    font-weight: normal;
    text-decoration: none;
    color: #012b5c;
}.schedule-overview li {
	padding: 24px 47px 24px 24px; }
.overlay-nav {top: 49px;} .ebor-pad-body { padding-top: 0px;}
.admin-bar nav.overlay-nav.show-content.sticky-nav {
    top: 32px;
}.bottom-border {
    display: none !important;
}

.page .logo-light {
    opacity: 0 !important;
}

.page .overlay-nav .logo-dark {
    opacity: 1 !important;
}

.page .menu li a {
    color: #fff;
}

.page .menu li a:hover {
    background-color: #FFCD00;
}
.schedule-overview li:hover {
    border-bottom: solid 1px #ccc;
    background-color: transparent;
}
.home .overlay-nav .logo-dark {
    opacity: 0 !important;
}
.home .overlay-nav.sticky-nav .logo-dark {
    opacity: 1 !important;
}
.alumniassociationheader {
    color: #fff;
    letter-spacing: 3px;
    margin-top: 11px;
    float: right;
    font-weight: bold;
    font-family: 'Garamond';
    font-size: 16px;
}.alumniassociationheader a {
    color: #fff;
}.nd-blogs-bar img {
    margin-top: 0px;
}.overlay-nav {padding-top:0px !important }
nav.overlay-nav.show-content.sticky-nav {
    top: 0px;
}.sidebar-menu-toggle, .mobile-menu-toggle {top: 3px;}
h3 {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 17px;
}
.schedule-title span {
    font-size: 18px;
}
nav .text-right {
    top: 0px;
    float: right;
  
}.menu { float: right;
    display: block;
}
.sticky-nav .sidebar-menu-toggle, .sticky-nav .mobile-menu-toggle {
    color: #ffffff !important;
}.open-menu .text-right {
    float: none;
}
.home .menu li a{     color: #1b344e;}
.menu li a {
    padding: 25px 21px;
    color: #1b344e; border-bottom: none !important;
}
.menu li a:hover { 
    color: #fff;
    background-color: #FFCD00;
    border-bottom: none;
}
div#nd-blogs-bar {
	height: 49px; }
 nav .logo {
    top: 17px;
    height: auto;
    max-width: 420px;
} .menu li {  top: 0px;
    font-size: 14px;
    margin-right: 0px !important;
    float: left;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
    list-style: none;}
.vc_custom_1536285684158 p a {
    border-color: #fff;
}
.strip-divider h1 { color: #152f49 !important;}
.schedule-title .title {
    color: #333;
}
.schedule-overview {
    border: 2px solid #f2d89c;
}
.homepagefeature {
	top: auto !important;
    position: relative;
}
footer.short {
	background: #fff; }.footer-container a {
    color: #fff !important;
    text-decoration: none;
    font-weight: normal;
}
footer * {font-weight: normal;
    color: #0d233f !important;
}.home.admin-bar .overlay-nav {
 background: none !important;
    top: 112px;
    border-bottom: solid;
    border: none;
}.home .overlay-nav {top: 100px;} 
.home .logo-light {
    opacity: 1 !important;
}
div#nd-blogs-bar {
    background: #E4A81C;
}.home.admin-bar nav.overlay-nav.show-content.sticky-nav {
   top: 0px !important; background-color: #0A233F !important; border-color: #0A233F;
}
.home .sticky-nav, .sticky-nav { background-color: #0A233F !important; }
.sticky-nav .menu li a {
    color: #ffffff !important;
}
.single .overlay-nav .logo-dark {
    opacity: 1;
}
.single .menu li a {
    color: #fff;
}

#packageone {
    background-color: #e9e4d9;
}

#packagetwo {
    background-color: #d8cfbb;
}

#packagethree {
    background-color: #bab39b;
}
#packageone a, #packagetwo a, #packagethree a {
  border-radius: 10px;
    padding: 10px 27px;
    border: none;
    background-color: #05038d;
}
.open-menu .menu-item li {
    width: 100% !important;
}

.open-menu li.menu-item {     margin-bottom: 5px;
    float: left;
    width: 100%;
}

.open-menu .menu-item a {
    width: 100%;
}

.open-menu .menu-item a {
    padding: 6px 9px;
}
.topic .regprice {
    font-weight: bold;
    color: #0b223e !important;
    font-size: 37px; line-height: 37px;
    font-style: italic;
    margin-bottom: 20px;
}.pastconf p a {
    border-color: #fbfdff;
} h1, h2, h3, h4, h5, h6 {
	color: #08233f; }
h3 {
    font-size: 37px;
}



.primary-overlay:first-of-type::before {
    background-color: none !important;
}
#packageone, #packagetwo, #packagethree { color: #0b223e !important;
    padding-top: 28px; padding-bottom: 25px; display: table-cell; /* Make elements inside the container behave like table cells */
} .topic * {
    color: #ffffff !important;
}.e-height {
    display: flex;
    flex-wrap: nowrap;
}div#faqrow {
    padding-top: 52px;
    margin-bottom: 80px;
}
.vc_row.wpb_row.registerhome {
    display: table;
    width: 100%;
}
.regtitle {
    float: right;
    color: #0b223e !important;
    font-size: 18px;
}.topic li {
    border-bottom: solid 1px;
    padding: 3px 0px;
    font-size: 18px;
}.call-to-action a {
    padding: 12px 35px;
    background-color: #0b223e;
    border: none;
}.strip-divider { padding: 0px; }.registernow {
    margin-top: 25px;
}
.registernow a {
    border: none;
    background-color: #0b223e;
    padding: 16px 25px;
    font-weight: normal;
}.ebor-parallax h3 {
    color: #0b223e !important;
}
.speaker-name {
    text-transform: unset !important; font-size: 21px;} .speaker span {
		text-transform: uppercase; }.footer-container a {
    border-bottom: none;
    padding-bottom: 0px;
    color: #0d233f !important;
    text-decoration: underline;
    font-weight: normal;
}.footer-container {
	font-family: Helvetica, Arial, sans-serif; }
.schedule-text a {
    font-size: 21px;
    text-decoration: underline;
}
.testimonials {
    height: 415px;
}nav .logo {
	max-width: 420px;
	
}
@media (max-width: 780px) {
	.youngND {
    padding-bottom: 81px;
}
	.bottomright_white img {
		width: 48%; }
	.overlay-nav { top: 52px!important;}
	.home .overlay-nav .logo-dark {
    opacity: 1 !important;
	}.sticky-nav {top: 0px !important}
	nav .menu li a { color: #fff!important}
	.mobile-menu-toggle {
		color: #fff !important; }
	
	
	nav .logo-light {
    opacity: 1 !important;
} .testimonials {
   background-size: contain !important;
    height: auto !important;
 min-height: 212px;
} h3:before, h3:after {display: none;}
.alumniassociationheader {
    float: none;
    text-align: center;
    margin-top: 10px;
}.nd-blogs-bar ul {
    text-align: center;
    float: none;
}
	.sticky-nav .sidebar-menu-toggle, .sticky-nav .mobile-menu-toggle {
	top: 26px !important; }
	.admin-bar .mobile-menu-toggle {
    top: 62px !important;
}div#nd-blogs-bar {
	height: 53px; }
	.admin-bar .sticky-nav .mobile-menu-toggle {
    top: 28px !important;
}
	.admin-bar .overlay-nav {
    top: 111px;
}  .mobile-menu-toggle {
    top: 91px;
}.overlay-nav {
    top: 80px;
}
	nav .logo { max-width: 284px;}
}
@media (max-width: 680px) { 
	.e-height {
	display: block; }
	.home .overlay-nav {top: 64px; }
}
@media (max-width: 390px) { 
	.footer-container .alignright {
    float: none !important;
    margin: 0px !important;
}
	footer.short.footer {
    text-align: center;
}
.bottomright_white img {
    width: 57% !important;
}
	.home .overlay-nav.sticky-nav {top: 0px!important; }
	.admin-bar .mobile-menu-toggle {
    top: 152px;
}
	.admin-bar .overlay-nav {
    top: 127px;
}
.home .overlay-nav { max-height: 47px;
    background-color: #09233d !important;
    top: 47px !important; 
}
	.mobile-menu-toggle {
    top: 63px;
}
.alumniassociationheader {
    float: none;
    text-align: center;
    margin-top: 3px;
}
}
.the12 .modal p {
    font-size: 16px;
    line-height: 27px !important;
}
.tz_modal_title.col-md-7 {
    margin-bottom: 44px;
}
span.tz_modal_employment {
    font-size: 18px;
}
.modal h2 {
    color: #fff;
     font-size: 18px;
	margin-bottom: 15px;
}
span.moreinfo {
    font-size: 13px;
    letter-spacing: 2px;
    display: block;
    background-color: #09233d !important;
    padding: 3px 6px;
}
.tz_modal_image {
    margin-bottom: 45px;
}i.fa.fa-close {
    cursor: pointer;
}
.modal-dialog.md-content.container {-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;}
button.btn.btn-secondary {
    font-size: 29px;
    min-width: 55px;
    background: #E4A81C;
}
span.md-close {
  position: relative;
    display: block;
    text-align: right;
    padding: 10px 0;
    color: #ffffff;
    margin-bottom: 0px;
    top: -28px;
}
.tz-md-modal-speakers span.md-close i.fa {
    font-size: 30px;
    cursor: pointer;
    transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
}

.md-content {
    color: #fff;
    background: #09233d;
    position: relative;
    border-radius: 3px;
    margin: 125px auto 50px;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 3px 10px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 3px 10px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: 0 3px 10px 0 rgba(0,0,0,.2)
}

h4.tz_modal_name {
    font-size: 26px;
    color: #fff;
    margin-bottom: 10px;
}
.tz_modal_speakers_content p {
    text-align: left;
}
