@charset "UTF-8";

/*
 |------------------------------------------------------------------------
 | If your changes from this file are not reflected;
 | - Go to /theme/directory/lib/setup.php.
 | - Look for the function "assets()", ideally on line 123.
 | - Make sure $compile_css is false
 | - Clear your browser cache if the changes don't still take effect
 |------------------------------------------------------------------------
 |*/


/*
 |------------------------------------------
 | 1. COMPONENTS
 |------------------------------------------
 |*/

/*
 |------------------------------------------
 | 1.1. Notification styles
 |------------------------------------------
 |*/

#dm-notification,
.notification {
    background: #fff;
    color: #76736a;
    display: none;
    margin: 10px 0;
    border: none!important;
    border-left: 10px solid #a00!important;
    padding: 10px 20px;
    box-shadow: 2px 0 4px -1px #999
}

#dm-notification.warning,
.notification.warning {
    background: #fff;
    border-color: #d9aa00!important
}

#dm-notification.info,
.notification.info {
    background: #fff;
    border-color: #3789dd!important
}

/*
 |------------------------------------------
 | 1.2. Button styles
 |------------------------------------------
 |*/

.conference-registration-link,
.round-button,
input[type=submit] {
    border-radius: 5px;
    background-color: #ae9a64;
    color: #fff;
    padding: 10px 25px;
    border: none;
    text-decoration: none!important
}

.round-button:hover {
    color: #fff;
    cursor: pointer
}

.conference-registration-link {
    display: inline-block;
    padding: 15px 35px!important;
    font-weight: 400!important;
    text-transform: none!important;
    text-decoration: none!important
}

.conference-registration-link:hover {
    color: #fff!important
}

.stripe-button-el {
    background: transparent!important;
    margin-bottom: -10px!important;
    text-decoration: none!important
}

.stripe-button-el,
.stripe-button-el>span {
    border: none!important;
    box-shadow: none!important
}

.stripe-button-el>span {
    border-radius: 5px!important;
    background: #ae9a64!important;
    color: #fff!important;
    min-height: 0!important;
    height: auto!important;
    line-height: normal!important;
    padding: 10px 25px!important;
    font-weight: 400!important;
    font-family: sans-serif!important;
    text-shadow: none!important
}

/*
 |------------------------------------------
 | 1.3. Comment styles
 |------------------------------------------
 |*/

.comment-list ol {
    list-style: none
}

/*
 |------------------------------------------
 | 1.4. Form styles
 |------------------------------------------
 |*/

.search-form label {
    font-weight: 400
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .7!important
}

:-moz-placeholder,
::-moz-placeholder {
    color: inherit;
    opacity: .7!important
}

:-ms-input-placeholder {
    color: inherit;
    opacity: .7!important
}

/*
 |------------------------------------------
 | 1.5. Grid styles
 |------------------------------------------
 |*/

.main {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:576px) {
    .main {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .sidebar-primary .main {
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
}

.sidebar {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:576px) {
    .sidebar {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

/*
 |------------------------------------------
 | 1.6. Load spinner styles
 |------------------------------------------
 |*/

.spin span {
    border: 1px solid #ae9a64!important
}

.spin .two {
    border: 10px solid #687ca6!important;
    border-color: #003a78!important
}

/*
 |------------------------------------------
 | 1.7. Newsletter styles
 |------------------------------------------
 |*/

.newsletter-content {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5);
    z-index: 10
}

.newsletter-content .newsletter-content-inner {
    background: #fff;
    border-radius: 5px;
    width: 50%;
    min-width: 300px;
    margin: 7% auto auto;
    padding: 15px
}

.mc4wp-response {
    position: absolute;
    top: 6%;
    width: 100%
}

.mc4wp-response>div {
    width: 50%;
    min-width: 300px;
    margin: auto;
    padding: 10px 15px 1px;
    background: #003a78;
    color: #fff
}

.alignnone {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    height: auto
}

/*
 |------------------------------------------
 | 1.8. Wp classes styles
 |------------------------------------------
 |*/

.aligncenter {
    display: block;
    margin: .5rem auto;
    height: auto
}

.alignleft,
.alignright {
    margin-bottom: .5rem;
    height: auto
}

@media (min-width:576px) {
    .alignleft {
        float: left;
        margin-right: .5rem
    }
    .alignright {
        float: right;
        margin-left: .5rem
    }
}

/*
 |------------------------------------------
 | 1.9. Owl Carousel styles
 |------------------------------------------
 |*/

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0)
}

.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
    display: none
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: scale .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-controls .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

#dm-slider .owl-item img {
    height: auto
}


/*
 |------------------------------------------
 | 2. Layout styles
 |------------------------------------------
 |*/

/*
 |------------------------------------------
 | 2.1. Header styles
 |------------------------------------------
 |*/

.navbar-toggler,
.sidebar-toggler {
    border: none!important;
    color: #ae9a64!important;
    float: right
}

.navbar-toggler {
    padding-top: 29px
}

.sidebar-toggler {
    background: transparent;
    margin-bottom: 8px;
    margin-right: 5px
}

.header-section {
    display: inline-block;
    float: left
}

#logo-wrapper.header-section {
    width: 18.5%
}

#menu-button-wrapper.header-section {
    width: 81.5%
}

#navigation-wrapper.header-section {
    margin-left: 0;
    width: 100%;
    overflow: auto;
    max-height: calc(100vh - 145px)
}

.banner {
    background-color: #003a78!important;
    padding-bottom: 10px;
    padding-top: 10px
}

.banner .header-content-wrapper {
    position: relative
}

.banner .close-navigation {
    display: inline-block;
    float: right;
    padding-right: 24px;
    padding-top: 10px
}

.banner .navbar {
    background-color: #003a78!important;
    display: inline-block;
    width: 100%!important
}

.banner .navbar-nav li {
    padding: 10px 0!important;
    width: 200px!important;
    margin-top: 30px!important;
    border-bottom: 1px solid #003a78
}

.banner .navbar-nav li:hover {
    border-color: #ae9a64!important
}

.banner .navbar-nav li:hover>ul {
    display: block
}

.banner .navbar-nav li.active a {
    color: #003a78!important
}

.banner .navbar-nav li a {
    color: #003a78!important;
    font-size: 14px;
    min-width: 8px!important
}

.banner .navbar-nav li a:hover {
    text-decoration: none;
    color: #003a78!important;
    font-weight: 700;
    border-color: #003a78!important
}

.banner .navbar-nav li>.dropdown-menu {
    margin-top: 0
}

.banner .navbar-nav li ul {
    border-radius: 0;
    width: 100%;
    border: none!important;
    margin-left: 15px;
    background: transparent
}

.banner .navbar-nav li ul li {
    margin-top: 0!important;
    border-bottom: 1px solid #fff
}

.banner .navbar-nav li ul li ul {
    left: 100%;
    top: 0
}

.banner .navbar-nav li .dropdown-toggle:after {
    display: none
}

.km-site-title {
    display: inline-block;
    position: relative;
    color: #fff;
    float: left;
    padding: 29px 0
}

.km-site-title .fa {
    color: #ae9a64;
    font-size: 3em;
    vertical-align: bottom
}

.km-site-title .km-current-page {
    display: inline-block;
    float: left
}

.km-site-title #km-previous-page {
    float: left
}

.km-site-title:after {
    content: "";
    clear: both
}

#wpadminbar,
header {
    position: fixed
}

header {
    border-bottom: 1px solid #bababa;
    width: 100%;
    z-index: 10
}

.banner.km-inverse-nav {
    color: #003a78!important
}

.banner.km-inverse-nav,
.banner.km-inverse-nav .menu-main-menu-container .navbar-nav,
.banner.km-inverse-nav .navbar {
    background-color: #fff!important
}

.banner.km-inverse-nav .menu-main-menu-container .navbar-nav a {
    color: #003a78!important;
    min-width: 8px!important
}

.nav-btn {
    color: #003a78!important;
    cursor: pointer
}

#km-site-logo {
    width: 100px;
    height: 70px
}

#km-next-page,
#km-previous-page {
    display: inline-block;
    width: 25px;
    height: 25px;
    transform: rotate(45deg)
}

#km-previous-page {
    border-left: 3px solid #ae9a64;
    border-bottom: 3px solid #ae9a64
}

#km-next-page {
    border-right: 3px solid #ae9a64;
    border-top: 3px solid #ae9a64
}

.navbar-brand span {
    color: #ae9a64;
    font-size: 3em;
    vertical-align: bottom
}

.mobile-header {
    display: block
}

.desktop-header {
    display: none
}

@media only screen and (min-width:768px) {
    .sidebar-toggler {
        padding-top: 25px
    }
}

@media only screen and (min-width:992px) {
    .navbar-toggler,
    .sidebar-toggler {
        display: none
    }
    #logo-wrapper.header-section {
        width: 18.5%
    }
    #navigation-wrapper.header-section {
        margin-left: 20px;
        width: calc(81.5% - 20px);
        overflow: inherit;
        max-height: inherit
    }
    .banner {
        background-color: #003a78!important
    }
    .banner .navbar {
        background-color: #003a78!important;
        display: inline-block;
        margin-top: 5px;
        width: calc(100% - 115px)
    }
    .banner .navbar,
    .banner .navbar .container-fluid {
        padding-left: 0;
        padding-right: 0
    }
    .banner .navbar-brand {
        padding-top: 0
    }
    .banner .navbar-nav li {
        margin-top: 0!important;
        padding: 10px!important;
        width: auto!important;
        border-bottom: none!important
    }
    .banner .navbar-nav li ul.dropdown-menu {
        margin-left: 0;
        border: 1px solid #ddd!important
    }
    .banner .navbar-nav>li:last-child {
        padding-right: 0!important
    }
    #wpadminbar {
        position: fixed
    }
    header {
        border-bottom: none;
        position: static;
        z-index: 0
    }
    .banner.km-inverse-nav li ul {
        background: #fff!important
    }
    .banner.km-inverse-nav .menu-main-menu-container .navbar-nav li.active>a {
        font-weight: 700
    }
    .km-site-title {
        font-size: 1.3em
    }
    .mobile-header {
        display: none
    }
    .desktop-header {
        display: block
    }
}

/*
 |------------------------------------------
 | 2.2. Footer styles
 |------------------------------------------
 |*/

.content-info {
    background: #003a78;
    border-top: 5px solid #ae9a64
}

.content-info .top-section {
    color: #fff;
    float: left;
    padding: 20px 0 10px;
    width: 100%;
    margin-left: -15px;
    margin-right: -15px
}

.content-info .top-section section {
    display: inline-block;
    float: left;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

.content-info .top-section section h3 {
    color: #fff
}

.content-info .top-section section li a {
    display: block;
    padding-bottom: 15px;
    padding-top: 15px
}

.content-info .top-section section .social-icon {
    display: inline-block;
    float: left
}

.content-info .top-section section .social-icon a {
    padding: 15px
}

.content-info .top-section section .social-icon a:first-child {
    padding-left: 0
}

.content-info .top-section section:first-child ul li:first-child a {
    line-height: 14px;
    padding-top: 0
}

.content-info .bottom-section {
    color: #fff;
    float: right;
    padding: 10px 0 20px
}

.content-info ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0
}

.content-info ul li a {
    color: #ae9a64
}

@media only screen and (min-width:992px) {
    .content-info .top-section section {
        width: 25%
    }
}

/*
 |------------------------------------------
 | 2.3. Page styles
 |------------------------------------------
 |*/

body {
    font-size: 14px;
    color: #76736a
}

h1 {
    color: #003a78;
    font-size: 30px;
    font-weight: 900;
    padding: 0 0 30px;
    position: relative;
    margin-bottom: 30px
}

h1.center {
    text-align: center
}

h1.center:after {
    right: 0;
    margin: auto
}

h1:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 4px;
    background: #ae9a64;
    left: 0;
    bottom: 10px
}

h1.contact {
    color: #fff;
    padding: inherit inherit inherit 0
}

h1.contact:after {
    content: "";
    width: 0;
    height: 0
}

.link-style-1,
a {
    color: #003a78;
    text-decoration: none
}

.link-style-1 h1:after,
a h1:after {
    display: none
}

.link-style-2 {
    color: #ae9a64
}

.hyper-link,
.link-style-1,
.link-style-2 {
    text-decoration: none!important
}

a:hover {
    text-decoration: none;
    color: #ae9a64
}

.hyper-link {
    border-bottom: 1px solid #003a78;
    display: block;
    padding: 15px 0;
    position: relative;
    width: 100%
}

.hyper-link:after,
.hyper-link:before {
    color: #003a78;
    content: "\003e";
    font-family: serif;
    font-weight: 900;
    position: absolute;
    display: block;
    bottom: 15px
}

.hyper-link:after {
    right: 0
}

.hyper-link:before {
    right: 7px
}

.hyper-link.speaker-hyper-link {
    border: none;
    padding-bottom: 0;
    padding-top: 35px
}

.hyper-link.speaker-hyper-link:after,
.hyper-link.speaker-hyper-link:before {
    bottom: 0
}

.hyper-link.sponsor-hyper-link {
    padding-top: 5px
}

input[type=email],
input[type=password],
input[type=tel],
input[type=text],
select {
    border-radius: 5px;
    padding: 15px 30px;
    border: none;
    width: 100%
}

input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus,
select:focus {
    outline: none
}

select::-ms-expand {
    display: none
}

.full-mage-wrapper img {
    max-width: 100%;
    height: auto
}

.page-wrapper {
    padding-bottom: 40px;
    padding-top: 40px;
    width: 100%
}

.page-section {
    padding: 40px 0
}

.page-section img {
    width: 100%;
    height: auto
}

.page-section .page-section-title {
    margin-bottom: 10px
}

.page-section .page-section-sub-title {
    color: #003a78;
    font-style: italic
}

.page-section .page-section-content {
    font-size: 14px
}

.page-section.contact {
    color: #fff
}

.dm-content-wrapper {
    background: #fff;
    box-shadow: 3px 0 25px -10px #999;
    padding: 20px 15px
}

.dm-content-wrapper a {
    text-decoration: underline;
    font-weight: 700
}

.dm-content-wrapper h2 {
    font-size: 18px!important;
    line-height: 25px
}

.dm-content-wrapper h2 a {
    color: #ae9a64
}

.items-title {
    color: #003a78
}

.dm-sidebar {
    margin-bottom: 10px;
    margin-top: -25px
}

.dm-sidebar .dm-sidebar-inner {
    box-shadow: 3px 0 25px -10px #999
}

.dm-sidebar section {
    background: #fff
}

.dm-sidebar section:last-child ul {
    border-bottom: none
}

.dm-sidebar section>div>ul>li>ul,
.dm-sidebar section>ul>li>ul {
    background: #eee!important
}

.dm-sidebar section>div>ul>li>ul>li>ul,
.dm-sidebar section>ul>li>ul>li>ul {
    background: #ddd!important
}

.dm-sidebar section>div>ul>li>ul>li>ul>li>ul,
.dm-sidebar section>ul>li>ul>li>ul>li>ul {
    background: #ccc!important
}

.dm-sidebar section>div>ul>li>ul>li>ul>li>ul>li>ul,
.dm-sidebar section>ul>li>ul>li>ul>li>ul>li>ul {
    background: #bbb!important
}

.dm-sidebar section>div>ul>li>ul>li>ul>li>ul>li>ul>li>ul,
.dm-sidebar section>ul>li>ul>li>ul>li>ul>li>ul>li>ul {
    background: #aaa!important
}

.dm-sidebar section ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.dm-sidebar section ul li {
    position: relative;
    border-bottom: 1px solid #bababa
}

.dm-sidebar section ul li a {
    color: #76736a;
    display: block;
    padding: 15px 25px;
    text-align: center
}

.dm-sidebar section ul li ul {
    box-shadow: inset 3px 0 25px -10px #999;
    display: none;
    border-top: 1px solid #bababa;
    width: 100%
}

.dm-sidebar section ul li.current-menu-ancestor>a,
.dm-sidebar section ul li.current-menu-item>a,
.dm-sidebar section ul li:hover>a {
    color: #003a78!important;
    font-weight: 900
}

.dm-sidebar section ul li.current-menu-ancestor>a ul,
.dm-sidebar section ul li.current-menu-item>a ul,
.dm-sidebar section ul li:hover>a ul {
    background: #fff!important
}

.dm-sidebar section ul li.current-menu-ancestor>a,
.dm-sidebar section ul li.current-menu-item>a {
    color: #003a78!important;
    font-weight: 900
}

.dm-sidebar section ul li.current-menu-ancestor>ul,
.dm-sidebar section ul li.current-menu-item>ul {
    display: block!important;
    position: static!important;
    box-shadow: inset 3px 0 25px -10px #999!important;
    border-top: 1px solid #bababa!important;
    width: 100%!important
}

.dm-sidebar section ul li.current-menu-ancestor:before {
    content: "";
    position: absolute;
    right: 15px;
    top: 20px;
    height: 7px;
    width: 7px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(45deg)
}

.dm-sidebar section .sub-menu li {
    position: relative;
    border-bottom: 1px solid #bababa
}

.dm-sidebar section .sub-menu li:last-child {
    border-bottom: none!important
}

.dm-sidebar section:last-child ul li:last-child {
    border-bottom: none
}

.second-sidebar {
    background: #fff;
    padding: 15px;
    text-align: center
}

.about-widget .newsletter {
    border-radius: 5px;
    box-shadow: 0 0 15px 1px #ccc;
    background: #fff
}

.about-widget .newsletter img {
    width: auto;
    height: auto
}

.about-widget .newsletter h1 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 0;
    padding-bottom: 25px
}

.about-widget .newsletter h1:after {
    display: none
}

.about-widget .newsletter .items-wrapper {
    color: #003a78;
    padding: 20px 15px 15px
}

.about-widget .newsletter .items-wrapper::-webkit-input-placeholder {
    opacity: .9!important
}

.about-widget .newsletter .items-wrapper:-moz-placeholder,
.about-widget .newsletter .items-wrapper::-moz-placeholder {
    opacity: .9!important
}

.about-widget .newsletter .items-wrapper:-ms-input-placeholder {
    opacity: .9!important
}

.about-widget .newsletter .items-wrapper input[type=email],
.about-widget .newsletter .items-wrapper input[type=text] {
    color: #003a78;
    background: rgba(0, 58, 120, .3);
    padding: 10px 30px
}

.about-widget .newsletter .items-wrapper input[type=email]:focus,
.about-widget .newsletter .items-wrapper input[type=text]:focus {
    border-color: #ae9a64!important
}

.about-widget .newsletter .items-wrapper input[type=submit] {
    padding: 15px 30px;
    padding: 10px 30px;
    float: right
}

.sponsor-full-content {
    display: none
}

.wrap {
    min-height: calc(100vh - 319px);
    padding-top: 135px
}

.rg_for_free .rg_for_free_heading {
    color: #003a78;
    font-size: 16px
}

.rg_for_free input[type=email],
.rg_for_free input[type=password],
.rg_for_free input[type=tel],
.rg_for_free input[type=text],
.rg_for_free select {
    border-radius: 5px;
    padding: 7px 15px;
    border: none;
    margin-bottom: 10px
}

.rg_for_free span.wpcf7-list-item {
    display: inline-block;
    width: 50%;
    float: left;
    margin-left: 0
}

.rg_for_free .wpcf7-captchar {
    width: 160px
}

#cboxBottomCenter,
#cboxBottomLeft,
#cboxBottomRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxTopCenter,
#cboxTopLeft,
#cboxTopRight {
    display: none
}

#cboxClose {
    border-radius: 50%;
    bottom: auto;
    top: 5px;
    right: 5px
}

#cboxTitle {
    display: none!important
}

#cboxOverlay {
    background: rgba(0, 58, 120, .5)
}

label[for=sigs] {
    margin-left: 10px
}

#rightText2 h1 {
    text-align: left;
    margin: auto;
    max-width: 200px;
    font-size: 25px
}

.coupon-stat-item {
    padding: 5px 0
}

.coupon-usage-value {
    background: rgba(0, 58, 120, .5);
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    margin-left: 10px;
    padding: 0 7px
}

@media only screen and (min-width:768px) {
    .wrap {
        min-height: calc(100vh - 305px)
    }
}

@media only screen and (min-width:992px) {
    .wrap {
        min-height: calc(100vh - 246px);
        padding-top: 0
    }
    .dm-sidebar {
        height: 100%;
        margin-top: 0
    }
    .dm-sidebar #navbar-sidebar-content {
        display: block!important
    }
    .dm-sidebar ul {
        list-style: none;
        padding-left: 0
    }
    .dm-sidebar ul li {
        position: relative;
        border-bottom: 1px solid #bababa
    }
    .dm-sidebar ul li ul {
        background: #fff;
        border: none!important;
        display: none!important;
        position: absolute;
        top: 0;
        left: 100%;
        width: 90%;
        z-index: 1
    }
    .dm-sidebar ul li:hover>ul {
        display: block!important
    }
    .dm-content-wrapper {
        margin-left: -15px;
        margin-right: -15px
    }
}

/*
 |------------------------------------------
 | 2.4. tinymce styles
 |------------------------------------------
 |*/


body#tinymce {
    margin: 12px!important
}

/*
 |------------------------------------------
 | 2.5. General styles
 |------------------------------------------
 |*/

body {
    overflow-x: hidden
}

.km-pointer {
    cursor: pointer!important
}

h2 {
    color: #ae9a64;
    font-size: 1em
}

h2,
h3 {
    font-weight: 700
}

h3 {
    color: #76736a;
    font-size: 1.1em
}

.current-step {
    color: #ae9a64
}

.body-wrapper {
    background-color: #f3f3f3
}

.register-form-sessions {
    color: #003a78
}

.step-navigation-wrapper {
    position: relative;
    border-color: #6b6860;
    border-width: 1px
}

.step-navigation-wrapper .step-navigation-section .nav-btn .next {
    position: absolute!important;
    right: 10px
}

.km-checkmark {
    border-radius: 50%;
    border: 1px solid #bababa;
    background-color: #fff;
    position: absolute;
    top: 20px;
    right: 20px;
    height: 26px;
    width: 26px;
    z-index: 1
}

.km-checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 7px;
    top: 2px;
    width: 9px;
    height: 16px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg)
}

.km-bottom-link {
    margin-top: 50px
}

input[type=submit] {
    cursor: pointer;
    opacity: 1!important
}

.modal-header {
    display: block
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 0
}

.table td,
.table th {
    padding: 5px
}

/*
 |------------------------------------------
 | 2.6. Home page styles
 |------------------------------------------
 |*/

input,
select {
    background-color: rgba(0, 58, 120, .3);
    color: #003a78;
    opacity: .9!important
}

.contact-widget input[type=email],
.contact-widget input[type=tel],
.contact-widget input[type=text] {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 30px
}

.contact-widget input[type=submit] {
    border: none;
    opacity: 1!important;
    margin-top: -5px;
    font-weight: 700;
    text-transform: uppercase;
    float: right
}

.contact-widget:after {
    content: "";
    clear: both
}

img.ajax-loader {
    width: auto!important
}

#contact-section {
    background: #003a78;
    padding-bottom: 30px;
    padding-top: 30px
}

.home-custom-posts .custom-post {
    padding-bottom: 20px;
    padding-top: 20px
}

.quote-widget {
    background: #003a78;
    color: #fff;
    font-size: 18px;
    padding-bottom: 40px;
    padding-top: 50px;
    position: relative;
    text-align: center;
    width: 100%;
    background-size: cover!important
}

.quote-widget h2 {
    color: #ae9a64;
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase
}

.contact-widget .row>div {
    padding-bottom: 10px;
    padding-top: 10px
}

/*
 |------------------------------------------
 | 2.7. Registration Profile styles
 |------------------------------------------
 |*/

#registration-profile-form select {
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer
}

#registration-profile-form input,
#registration-profile-form select {
    border-radius: 5px;
    padding: 15px 30px;
    background-color: rgba(0, 58, 120, .3);
    color: #003a78;
    border: none;
    width: 100%;
    position: relative;
    z-index: 9
}

#registration-profile-form input[type=submit] {
    width: auto;
    background-color: #ae9a64;
    color: #fff;
    padding: 7px 25px;
    float: right;
    right: 30px;
    opacity: 1!important
}

.km-select-container,
select {
    position: relative;
    z-index: 1
}

.km-select-container:before,
select:before {
    background-color: red;
    position: absolute;
    width: 119px;
    height: 116px
}

.km-select-container:after,
select:after {
    content: "";
    position: absolute;
    right: 40px;
    top: 14px;
    width: 14px;
    height: 14px;
    z-index: 5;
    border: solid;
    border-width: 0 3px 3px 0;
    border-color: #687ca6;
    transform: rotate(45deg)
}

.registration-profile .dm-form-section-heading {
    color: #003a78
}

.registration-profile #km-registration-company-info,
.registration-profile #km-registration-personal-info {
    margin-bottom: 30px
}

.registration-profile #km-registration-company-info input,
.registration-profile #km-registration-company-info select {
    background-color: hsla(44, 31%, 54%, .3);
    color: #6b6860
}

.registration-profile #km-registration-company-info,
.registration-profile #km-registration-company-info .dm-form-section-heading {
    color: #6b6860
}

.registration-profile #km-registration-attending-as .dm-form-section-heading {
    color: #ae9a64
}

.registration-profile #km-registration-attending-as input,
.registration-profile #km-registration-attending-as select {
    background-color: hsla(44, 31%, 54%, .6);
    color: #6b6860;
    font-weight: 700
}

.registration-profile #km-registration-attending-as .km-select-container:after {
    border-color: #ae9a64
}

.prev-style-2 {
    width: auto;
    border-radius: 5px;
    background-color: #6b6860;
    color: #fff!important;
    padding: 7px 25px;
    float: right;
    right: 30px;
    opacity: 1!important
}

/*
 |------------------------------------------
 | 2.8. Registration Days styles
 |------------------------------------------
 |*/

.registration-days #wpcf7-f6361-p6362-o1 {
    position: relative!important
}

.registration-days #wpcf7-f6361-p6362-o1 .day-selection-wrapper {
    position: relative;
    border-color: #bababa;
    border-radius: 5px
}

.registration-days #wpcf7-f6361-p6362-o1 .day-selection-wrapper:hover {
    border-color: #ae9a64
}

.registration-days #wpcf7-f6361-p6362-o1 .day-selection-wrapper input {
    position: relative;
    opacity: 0!important;
    width: 25px;
    height: 25px;
    cursor: pointer;
    z-index: 2
}

.registration-days #wpcf7-f6361-p6362-o1 .day-selection-wrapper input:checked~.km-checkmark {
    background-color: #ae9a64
}

.registration-days #wpcf7-f6361-p6362-o1 .day-selection-wrapper input:checked~.km-checkmark:after {
    display: block
}

.registration-days #wpcf7-f6361-p6362-o1 .day-selection-wrapper .km-checkmark {
    top: calc(50% - 15px);
    right: 15px
}

.registration-days .km-exhibition-only {
    background: transparent;
    border: 1px solid #003a78;
    border-radius: 5px;
    display: block;
    padding: 15px 30px;
    color: #003a78;
    font-weight: 700;
    width: 100%
}

.registration-days .day-or {
    color: #003a78;
    font-weight: 700;
    padding: 15px 0;
    text-align: center
}

.registration-days .exhibition-section {
    text-align: center
}

.registration-days .day-details-option {
    font-weight: 100
}

.registration-days .day-details-option-separator {
    color: #ae9a64
}

.registration-days .day-details-title {
    font-weight: 700;
    text-transform: uppercase
}

@media only screen and (min-width:992px) {
    .day-or {
        padding-top: 127px!important
    }
    .exhibition-section {
        padding-top: 110px
    }
}

/*
 |------------------------------------------
 | 2.9. Registration Sessions styles
 |------------------------------------------
 |*/

.conference-cart-wrapper {
    position: fixed;
    right: 0;
    top: 115px
}

.conference-cart-wrapper .conference-cart-wrapper-inner {
    position: fixed;
    right: 0;
    top: 115px;
    font-size: 14px;
    border-radius: 20px 0 0 20px;
    padding: 20px 10px 20px 20px;
    width: 200px
}

.conference-cart-wrapper .conference-cart-wrapper-inner .conference-cart-price {
    color: #bababa
}

.conference-cart-wrapper .conference-cart-wrapper-inner .conference-cart-price strong {
    color: #ae9a64
}

.conference-cart-wrapper .conference-cart-wrapper-inner .conference-user-days,
.conference-cart-wrapper .conference-cart-wrapper-inner .conference-user-type {
    color: #bababa
}

.conference-cart-wrapper .conference-cart-wrapper-inner .conference-user-days strong,
.conference-cart-wrapper .conference-cart-wrapper-inner .conference-user-type strong {
    color: #6b6860
}

.session-selection-wrapper {
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 20px
}

.session-selection-wrapper .session-selection-heading {
    color: #6b6860;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0
}

.session-selection-wrapper .session-keynotes {
    position: absolute;
    right: 50px;
    top: 15px
}

.session-selection-wrapper .dm-tag {
    background: #ae9a64;
    border-radius: 3px 0 0 3px;
    color: #fff;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -webkit-transition: color .2s
}

.session-selection-wrapper .dm-tag:before {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, .25);
    content: "";
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px
}

.session-selection-wrapper .dm-tag:after {
    background: #fff;
    border-bottom: 13px solid transparent;
    border-left: 10px solid #ae9a64;
    border-top: 13px solid transparent;
    content: "";
    position: absolute;
    right: 0;
    top: 0
}

.session-selection-wrapper strong {
    color: #6b6860
}

.session-selection-wrapper .session-selection-object {
    padding: 20px;
    position: relative;
    border: 2px solid transparent;
    border-bottom: 1px solid #bababa
}

.session-selection-wrapper .session-selection-object:hover {
    border: 2px solid #ae9a64;
    border-radius: 7px;
    margin-bottom: 9px
}

.session-selection-wrapper .session-selection-object:hover div:last-of-type {
    border-color: transparent
}

.session-selection-wrapper .session-selection-object strong {
    color: #003a78
}

.session-selection-wrapper input {
    position: relative;
    opacity: 0!important;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 2
}

.session-selection-wrapper input:checked~.km-checkmark {
    background-color: #ae9a64
}

.session-selection-wrapper input:checked~.km-checkmark:after {
    display: block
}

.speaker-name {
    color: #ae9a64;
    font-weight: 700
}

.speaker-details {
    background: #f3f3f3!important;
    color: #6b6860!important;
    font-size: 12px
}

.speaker-details hr {
    margin: 0 25px
}

.speaker-details .close {
    padding: 20px 30px 5px 5px
}

.speaker-details .close .dm-close {
    border-right: 3px solid #ae9a64!important;
    border-top: 3px solid #ae9a64!important
}

.speaker-details .close .dm-close:after {
    border-left: 3px solid #ae9a64!important;
    border-bottom: 3px solid #ae9a64!important
}

.speaker-details .top {
    color: #fff!important;
    padding: 15px;
    text-align: center
}

.speaker-details .top h1 {
    color: #fff!important;
    font-size: 25px
}

.speaker-details .bottom {
    background: #f3f3f3;
    color: #6b6860!important
}

.speaker-details .speaker-image {
    border-bottom: 0!important
}

.speaker-details .speaker-image img {
    border-radius: 50%;
    border: 5px solid #fff;
    width: 150px;
    height: auto;
    margin-top: 0!important
}

.sponsor-name {
    color: hsla(44, 5%, 40%, .7);
    font-weight: 700
}

.label-title {
    font-size: 14px;
    font-weight: 400!important;
    margin-left: -15px
}

.label-title.label-title-talk {
    color: rgba(0, 58, 120, .5)!important
}

.label-title.label-title-speaker {
    color: hsla(44, 31%, 54%, .5)!important
}

.label-title.label-title-sponsor {
    color: hsla(44, 5%, 40%, .5)!important
}

@media only screen and (min-width:992px) {
    .conference-cart-wrapper {
        position: fixed;
        right: 0;
        top: 242px
    }
    .conference-cart-wrapper .conference-cart-wrapper-inner {
        position: static;
        border-radius: 20px;
        border: none;
        box-shadow: 0 5px 10px 1px #bababa;
        width: 200px
    }
    .conference-cart-wrapper .conference-cart-wrapper-inner .conference-cart-info>div {
        border: none;
        padding-bottom: 15px
    }
    .conference-cart-wrapper .conference-cart-wrapper-inner .conference-cart-info .conference-user-days strong {
        padding-left: 15px
    }
    .session-selection-wrapper {
        border: none
    }
}

/*
 |------------------------------------------
 | 2.10. Single conference page styles
 |------------------------------------------
 |*/

.speaker-details-speakers-page {
    background: transparent!important;
    box-shadow: none
}

.speaker-details-speakers-page .bottom {
    background: transparent;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0
}

.speaker-details-speakers-page .session-heading {
    font-size: 18px;
    margin-bottom: 25px
}

.speaker-details-speakers-page hr {
    margin-left: 0!important;
    margin-right: 0!important
}

.speaker-details-speakers-page .talk_title {
    color: #6b6860
}

.conference-heading {
    background-color: #003a78;
    margin: -20px -15px 0;
    text-align: center;
    padding: 50px 30px 20px;
    font-weight: 700;
    text-transform: uppercase
}

.conference-heading div {
    margin-top: 50px!important
}

.conference-days-body {
    padding-bottom: 0
}

.km-single-conference {
    width: 100%!important
}

.km-single-conference strong {
    color: #003a78
}

.km-single-conference img {
    width: 100%;
    height: auto
}

.km-conference-day-container {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 25px
}

.km-conference-day-container p {
    margin-top: 20px;
    margin-bottom: 30px
}

.km-conference-day-container .km-conference-day-heading {
    margin-bottom: 20px;
    position: relative
}

.km-conference-day-container .km-conference-day-heading .conference-day-image-div {
    height: 300px;
    background-size: cover
}

.km-conference-day-container .km-conference-day-heading .km-conference-image-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 58, 120, .5)
}

.km-conference-day-container .km-conference-day-heading .km-conference-day-heading-title {
    position: absolute;
    bottom: 20px;
    left: 30px
}

.km-conference-day-container .km-conference-day-heading .km-conference-day-heading-title .conference-day-date {
    color: #ae9a64;
    font-size: 30px
}

.km-conference-day-container .km-conference-day-heading .km-conference-day-heading-title .conference-day-title {
    color: #fff!important;
    font-size: 30px;
    font-weight: 700!important
}

.km-single-conference-title-wrapper {
    font-size: 27px;
    font-weight: 900;
    color: #fff;
    padding-bottom: 15px
}

.km-single-conference-title-wrapper .km-single-conference-title-1 {
    color: #ae9a64
}

.km-single-conference-title-wrapper:after {
    display: none
}

@media only screen and (min-width:992px) {
    .km-conference-day-heading {
        margin-bottom: 0!important
    }
}


/*# sourceMappingURL=main.css.map */
