/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


html {

}
body {
    font-family: 'Droid Serif', serif;
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}
div {
    margin: 0;
    padding: 0;
    vertical-align: top;
}
img {
    border: none;
}
h1 {
    font-family: 'Droid Serif', serif;
}
h2 {

}
h3 {

}
h4 {
    font-family: 'Droid Serif', serif;
    color: #17215e;
    font-size: 18px;
    margin: 10px 0;
}
h5 {

}
h6 {

}
p {
    font-size: 14px;
}
a {
    color: #998508;
    text-decoration: none;
    -webkit-transition: color 500ms, background-color 500ms;
    transition: color 500ms, background-color 500ms;
}
a:hover {
    color: #786800;
    -webkit-transition: color 500ms, background-color 500ms;
    transition: color 500ms, background-color 500ms;
}
a.favorite {
    position: relative;
    vertical-align: top;
    padding: 0 0 0 20px;
    background-image: url("../img/smallicon20.png");
    background-position: left center;
    background-repeat: no-repeat;
}
a.favorite > span.number {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 8px;
    width: 12px;
    height: 12px;
    font-size: 8px;
    text-align: center;
    border-radius: 50%;
    background-color: #ff0000;
    color: #ffffff;
    -webkit-transform: translate(0,-20%);
    transform: translate(0,-20%);
}
a.favorite > span.text {
}
.fontDroid {
    font-family: 'Droid Serif', serif;
}
.fontOpen {
    font-family: 'Open Sans', sans-serif;
}
form {

}
form input {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #ffffff;
    display: inline-block;
    border: none;
    box-sizing: border-box;
}
form input[type=submit] {
    background: #998508;
    color: #ffffff;
    border-radius: 30px;
    padding: 20px 20px;
    font-weight: 700;
    -webkit-transition: background 500ms;
    transition: background 500ms;
}
form input[type=submit]:hover {
    background: #786800;
    -webkit-transition: background 500ms;
    transition: background 500ms;
}
.header {
    background: #2e3d96;
}
.headerP1 {
    background: #17215e;
    text-align: center;
}
.logo {
    width:615px;
    display: inline-block;
    color:#998507;
}
.logo a {
    width: 615px;
    display: inline-block;
    vertical-align: top;
    margin: 10px 0px;
}
.logo span {
    width: 510px;
    display: inline-block;
    text-align: left;
}
.logo h1 {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
    padding: 20px 0 0 20px;
    font-size: 24px;
}
.logo h2 {
    text-transform: uppercase;
    margin: 0px;
    padding: 0px 0 0 20px;
    font-size: 16px;
}
.headerP1info {
    width: 650px;
    display: inline-block;
    vertical-align: top;
}
.headerP1info ul {
    width: 100%;
    margin: 0;
    padding: 20px 0 10px 0;
    color: #998507;
    list-style-type: none;
    text-align: right;
}
.headerP1info > ul:nth-child(1) {
    font-size: 13px;
}
.headerP1info > ul:nth-child(2) {
    padding: 0 0 10px 0;
    font-size: 20px;
    font-weight: 700;
}
.headerP1info ul li {
    display: inline-block;
    margin: 0 0 0 30px;
    position: relative;
}
.headerP1info ul li a {
    color: #998507;
}

.headerP1info ul li a:hover {
    color: #fff;
}

.headerP1info ul li a.favorite {
    font-size: 18px;
}

.headerP1info ul li input {
    border: none;
    height: 35px;
    margin: 0;
    padding: 0;
    display: inline-block;
    background: #ffffff;
    width: 200px;
    vertical-align: top;
}
.headerP1info ul li input[type=text] {
    padding: 0 10px;
    box-sizing: border-box;
}
.headerP1info ul li input[type=submit] {
    background: #f00;
    width: 35px;
    border-radius: 0;
    background: url(../img/smallicon02.png) center center no-repeat #ffffff;
}
.fav_speakers_list {
    width: 260px;
    padding: 10px;
    box-sizing: border-box;
    display: none;
    position: absolute;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    top: 200%;
    left: 50%;
    z-index: 9999;
    background-color: #ffffff;
}
.fav_speakers_list ul {
    padding: 0;
    width: 100%;
    list-style-type: none;
}
.fav_speakers_list ul li {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 10px 10px 10px 25px;
    text-align: left;
    border-bottom: 1px solid #d1d1d1;
    color: #17215e;
    vertical-align: top;
}
.fav_speakers_list ul li:last-child {
    border-bottom: 0px solid #d1d1d1;
    padding: 10px 0 0 0;
}
.fav_speakers_list ul li span {
    width: 100%;
    font-weight: 300;
    font-size: 11px;
    margin: 0;
    padding: 0;
    vertical-align: top;
    display: inline-block;
}
.fav_speakers_list ul li input {
    display: inline-block;
    width: auto;
    height: auto;
}
.fav_speakers_list ul li input[type=checkbox] {
    position: absolute;
    left: 5px;
    top: 15px;
}
.fav_speakers_list ul li a.request,
.fav_speakers_list ul li input.delete {
    display: inline-block;
    padding: 10px 15px;
    font-size: 10px;
    font-weight: 700;
    color: #ffffff;
    width: auto;
    border-radius: 15px;
}
.fav_speakers_list ul li a.request {
    background: #998508;
}
.fav_speakers_list ul li input.delete {
    background: #e12525;
    margin: 0 0 0 15px;
}
.headerP2 {
    background: #2e3d96;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}

.headerP2.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    max-width: none;
}
.headerP3 {
    display: none;
    background: #17215e;
    border-bottom: 1px solid #2e3d96;
}
.headerP3 ul {
    list-style-type: none;
    margin: 0;
    padding: 15px 0;
    text-align: center;
}
.headerP3 ul li {
    margin: 0px 10px;
    display: inline-block;
    position: relative;
}
.main_dropdown_navigation {
    position: relative;
    z-index: 8888;
    width: 100%;
    font-weight: 700;
    top: 0;
    left: 0;
    background-color: #2e3d96;
}
.headerP2.sticky .main_dropdown_navigation {
    width: 1400px;
    margin: 0 auto;
}
.main_dropdown_navigation > span.button_active {
    display: none;
    cursor: pointer;
    color: #ffffff;
    padding: 10px 20px;
}
.main_dropdown_navigation ul {
    list-style-type: none;
    width: 100%;
}
.main_dropdown_navigation ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    background-color: #e7ebf4;
}
.main_dropdown_navigation li {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    -webkit-transition: background-color 500ms, color 500ms;
    transition: background-color 500ms, color 500ms;
}
.main_dropdown_navigation li:hover {
    -webkit-transition: background-color 500ms, color 500ms;
    transition: background-color 500ms, color 500ms;
}
.main_dropdown_navigation ul.WuLie {
    background-color: #ffffff;
    -webkit-column-count: 5; /* Chrome, Safari, Opera */
    -moz-column-count: 5; /* Firefox */
    column-count: 5;
}

.main_dropdown_navigation ul.WuLie.speakers {
    background-color: #ffffff;
    width: 60%;
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    min-height: 190px;
}

.main_dropdown_navigation ul.WuLie li {
    width: 100%;
}

.main_dropdown_navigation ul.WuLie .preview {
    width: 560px;
    position: absolute;
    left: 100%;
    top:0;
    background: #fff;
    height: 100%;
}

.main_dropdown_navigation ul.WuLie .preview .person {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 400px;
    text-align: left;
}

.main_dropdown_navigation ul.WuLie .preview span {
    font-family: 'Droid Serif', serif;
    margin: 0;
    padding: 0;
    color: #17215e;
    font-weight: 400;
    display: block;
    margin: 5px 0;
}

.main_dropdown_navigation ul.WuLie .preview span.name {
    font-weight: 700;
}

.main_dropdown_navigation ul.WuLie .preview .info {
    width: 250px;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
}

.main_dropdown_navigation ul.WuLie .preview .image {
    width: 120px;
    height: 160px;
    background-size: cover;
    background-position: center;
    display: inline-block;
    vertical-align: top;
}

.main_dropdown_navigation > ul > li {
    border-left: 1px solid #17215e;
}
.main_dropdown_navigation > ul > li:first-child {
    border-left: none;
}
.main_dropdown_navigation a {
    text-decoration: none;
    display: block;
    position: relative;
    background-color: transparent;
    color: #1a2c6e;
    -webkit-transition: background-color 500ms, color 500ms;
    transition: background-color 500ms, color 500ms;
}

.main_dropdown_navigation > ul > li > ul > li > a{
    cursor: default;
}

.main_dropdown_navigation > ul > li > a {
    text-transform: uppercase;
}

.main_dropdown_navigation > ul > li > a i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 20px;
}

.main_dropdown_navigation a.active,
.main_dropdown_navigation a:hover {
    background-color: #e7ebf4;
    color: #2e3d96;
    -webkit-transition: background-color 500ms, color 500ms;
    transition: background-color 500ms, color 500ms;
}
.main_dropdown_navigation li a.active,
.main_dropdown_navigation li a:hover {
    background-color: #e7ebf4;
}
.main_dropdown_navigation li li a.active,
.main_dropdown_navigation li li li li:hover a {
    background-color: #998309;
    color: #ffffff;
    display: block;
}

.main_dropdown_navigation > ul > li > a {
    color: #ffffff;
}

.main_dropdown_navigation li li ul.WuLie a span {
    font-size: 14px;
    text-decoration: underline;
    padding: 5px 25px;
    font-weight: 400;
    display: block;
}


.main_dropdown_navigation span {
    display: inline-block;
    font-size: 14px;
    padding: 15px 24px;
    box-sizing: border-box;
}
.main_dropdown_navigation span.link_expand {
    top: 0;
    right: 0;
}

.main_dropdown_navigation > ul > li > a > span.link_expand {
    padding-right: 40px;
}

.main_dropdown_navigation .free_quick_check a span img{
    margin-right: 10px;
}

.main_dropdown_navigation .free_quick_check a {
    padding: 4px 0;
}

.main_dropdown_navigation .free_quick_check a span{
    color: #fff;
    background: #998508;
    border-radius: 30px;
    padding: 6px 20px;
    margin-left: 20px;
}

.main_dropdown_navigation li.free_quick_check a:hover {
    background: none;
}

.main_dropdown_navigation li.free_quick_check a:hover span {
    background: #786800;
    -webkit-transition: background 500ms;
    transition: background 500ms;
}

.mainMenu {
    background: #2e3d96;
    position: relative;
    font-weight: 700;
}
.mainMenu > .grayTape {
    width: 100%;
    height: 0;
    background-color: #e1e3e5;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5555;
}
.mainMenu span.buttonMenu {
    display: none;
    color: #ffffff;
    padding: 15px 20px;
    box-sizing: border-box;
    cursor: pointer;
}
.mainMenu ul {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
}
.mainMenu ul li {
    display: inline-block;
    font-size: 16px;
    box-sizing: border-box;
    -webkit-transition: color 500ms, background-color 500ms;
    transition: color 500ms, background-color 500ms;
}
.mainMenu > ul > li {
    border-left: 1px solid #17215e;
}
.mainMenu > ul > li:first-child {
    border-left: 1px solid #2e3d96;
}
.mainMenu ul li a {
    background-color: #2e3d96;
    color: #ffffff;
    display: inline-block;
    padding: 15px 20px;
    box-sizing: border-box;
}
.mainMenu ul li:hover,
.mainMenu ul li:hover > span > a,
.mainMenu ul li a:hover {
    color: #2e3d96;
    background-color: #ffffff;
    -webkit-transition: color 500ms, background-color 500ms;
    transition: color 500ms, background-color 500ms;
}
.mainMenu ul li span {
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
}
.mainMenu ul li span.expend {
    width: 0px;
    height: 50px;
}
.mainMenu li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 9999;
    width: 100%;
    text-align: left;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.mainMenu li:hover > ul,
.mainMenu li ul.active {
    display: inline-block;
}
.mainMenu li li,
.mainMenu li li span,
.mainMenu li li a {
    width: auto;
    background-color: #e1e3e5;
    color: #2e3d96;
    position: relative;
}
.mainMenu ul li li:hover >span > a,
.mainMenu ul li li a:hover {
    color: #998507;
}
.mainMenu li li ul {
    top: 100%;
    left: 0;
    width: 200px;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    background: #fff;
}

.mainMenu li li ul.wide {
    width: 400px;
    columns: 2;
    left: -200px;
    -webkit-columns: 2;
    -moz-columns: 2;
    -webkit-column-gap: 0; /* Chrome, Safari, Opera */
    -moz-column-gap: 0; /* Firefox */
    column-gap: 0;
}
.mainMenu li li ul.wide.extra {
    width: 600px;
    left: -400px;
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}
.mainMenu li li ul.wide.extra1 {
    width: 800px;
    left: -600px;
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
}
.mainMenu li li ul.wide.extra2 {
    width: 1000px;
    left: -300px;
    columns: 5;
    -webkit-columns: 5;
    -moz-columns: 5;
}

.mainMenu li li ul.left {
    left: 0 !important;
}
.mainMenu li li li,
.mainMenu li li li span,
.mainMenu li li li a {
    width: 100%;
    text-align: left;
    font-weight: 700;
    background-color: #ffffff;
}
.mainMenu li li li a {
    padding: 5px 20px;
}
.mainMenuMobile {
    margin: 0;
    padding: 0;
    font-weight: 700;
    display: none;
    background-color: #2e3d96;
    position: relative;
}
.mainMenuMobile span {
    cursor: pointer;
    display: inline-block;
}
.mainMenuMobile > span.buttonMenu {
    padding: 15px 20px 15px 60px;
    color: #ffffff;
    background-image: url("../img/smallicon36.png");
    background-repeat: no-repeat;
    background-position: left center;
}
.mainMenuMobile > span.freeQuickCheck {
    position: absolute;
    width: 158px;
    height: 34px;
    top: 9px;
    right: 5px;
    background-image: url("../img/smallicon33.png");
    background-repeat: no-repeat;
    background-position: center center;
}
.mainMenuMobile ul {
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.mainMenuMobile ul.active {
    display: inline-block;
}
.mainMenuMobile ul li {
    display: inline-block;
    position: relative;
    width: 100%;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #17215e;
    margin: 0;
    padding: 0;
}
.mainMenuMobile ul li span.expend {
    width: 30px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url("../img/smallicon34.png");
    background-repeat: no-repeat;
    background-position: center center;
}
.mainMenuMobile ul li span.expend.active {
    background-image: url("../img/smallicon35.png");
}
.mainMenuMobile ul li span {
    display: inline-block;
    width: 100%;
}
.mainMenuMobile ul li a {
    padding: 15px 50px 15px 20px;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    background-color: #2e3d96;
    color: #ffffff;
}
.mainMenuMobile ul li form {
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}
.mainMenuMobile ul li input[type=text] {
    height: 35px;
    width: 100%;
    padding: 0 20px;
    margin: 15px 0;
    box-sizing: border-box;
}
.mainMenuMobile ul li input[type=submit] {
    background-image: url("../img/smallicon02.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #ffffff;
    font-size: 0px;
    width: 35px;
    height: 35px;
    border-radius: 0;
    padding: 0;
    position: absolute;
    top: 15px;
    right: 20px;
}
.mainMenuMobile ul li ul li {
    border-top-color: #998507;
}
.mainMenuMobile ul li ul li a {
    background-color: #e1e3e5;
    color: #998507;
}
.mainMenuMobile ul li ul li ul li {
    border-top-width: 0px;
}
.mainMenuMobile ul li ul li ul li a {
    color: #2e3d96;
    background-color: #ffffff;
    font-weight: 700;
    padding: 5px 50px 5px 20px;
}

.mainBanner {
    position: relative;
}
.mainBanner .bx-wrapper {
    margin: 0;
}
.mainBanner.otherPages {
    height: 250px;
}
.mainBanner > ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    background-color: #000000;
}

.mainBanner li {
    height: 398px;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
}

.mainBanner li.pixel {
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -webkit-crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: pixelated;
}

.mainBanner .banner_text {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.mainBanner .banner_text h1 {
    color: #fff;
    width: 60%;
    margin: 0;
    font-size: 42px;
    text-shadow: 1px 1px 0px #2e3d96, -1px 1px 0px #2e3d96, 1px -1px 0px #2e3d96, -1px -1px 0px #2e3d96;
}

.mainBanner .banner_text h1 .gold {
    color: #998507;
}

.mainBanner.otherPages > ul > li {
    height: 250px;
    background-size: cover;
    background-position: center center;
}

.mainBanner > ul li:nth-child(1) {
    display: list-item;
}

.mainBanner .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 20px;
}
.controller1 {
}
.controller1 span {
    cursor: pointer;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    transform: translateY(-25px);
    -webkit-transform: translateY(-25px);
    top: 50%;
}
.controller1 span.prev {
    background: url("../img/smallicon14.png") no-repeat center center #424242;
    left: 10%;
}
.controller1 span.next {
    background: url("../img/smallicon15.png") no-repeat center center #424242;
    right: 10%;
}

.controller1 span a {
    display: block;
    width: 100%;
    height: 100%;
}
.controller2 {
    position: absolute;
    bottom: 30px;
    width: 100%;
}
.controller2 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}
.controller2 ul li {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
    margin: 0px 7px;
}
.controller2 ul li.active {
    background: #998507;
}
.needHelp {
    position: fixed;
    top: 300px;
    right: 0px;
    width: 54px;
    height: 205px;
    background-image: url("../img/smallicon13.png");
    background-repeat: no-repeat;
    background-position: center center;
    transform: translateY(-102px);
    -webkit-transform: translateY(-102px);
    z-index: 10000000;
    display: none;
}
.content {
    text-align: center;
    background: #e1e3e5;
    position: relative;
    vertical-align: top;
}

.content.full {
    background: #fff;
}

.contentWrapper {
    width: 100%;
    max-width: 1280px;
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
    vertical-align: top;
}
.contentWrapperRW {
    width: 30%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ffffff;
    background-clip: content-box;
    border-left: 5px solid rgba(23,33,94,0.2);
    box-sizing: border-box;
}
.blueTape {
    width: 100%;
    height: 61px;
    position: absolute;
    top: 0;
    left: 0;
    background: #2e3d96;
}
.leftCol {
    text-align: left;
    width: 70%;
    padding: 0 30px 30px 0;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}

.leftCol.bio {
    text-align: left;
    width: 70%;
    padding: 0 30px 30px 30px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    min-height: 100%;
}

.leftCol.full {
    width: 100%;
    padding-bottom: 30px;
}

.leftCol ul, .leftCol ol {
    margin-left: 20px;
}

.leftCol ul li, .leftCol ol li {
    font-size: 14px;
    margin: 10px 0;
}
form.request_all_info input{
    padding: 20px 20px;
    margin: 0 0 10px 0;
}
.featuredNav {
    overflow: hidden;
    position: relative;
    z-index: 1000;
}
.featuredNav > ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.featuredNav > ul > li {
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
.featuredNav ul > li > span {
    cursor: pointer;
    display: inline-block;
    padding: 20px 45px;
    color: #ffffff;
    font-size: 18px;
    border-right: 1px solid #17215e;
    -webkit-transition: all 500ms;
    transition: all 500ms;
}
.featuredNav > ul > li:last-child > span {
    border: 0;
}

.featuredNav > ul > li > span.active,
.featuredNav > ul > li > span:hover {
    background: #E1E3E5;
    color: #17215e;
}
.featuredList {
}
.featuredList ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.featuredList ul li {
    vertical-align: top;
    display: none;
    width: 100%;
}
.featuredList ul li:nth-child(1) {
    display: list-item;
}
.featuredList ul li > span {
    display: none;
}
.featuredList ul li div {
    width: 25%;
    padding: 20px 10px;
    display: inline-block;
    box-sizing: border-box;
}
.featuredList ul li div span {
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
    color: #17215e;
    background: #ffffff;
}
.featuredList ul li div span.text1 {
    padding: 10px 10px 0 10px;
    font-weight: 700;
    font-size: 16px;
}
.featuredList ul li div span.text2 {
    padding: 10px 10px 20px 10px;
    font-size: 14px;
}
.featuredList ul li div span img {
    width: 100%;
}

.speakers_cate_list.home ul {
    margin-top: 20px;
}
.speakers_cate_list > h1, .leftCol > h1 {
    color: #17215e;
    border-bottom: 5px solid #9d880b;
    font-size: 24px;
    font-weight: 400;
    padding: 30px 0 10px;
}
.leftCol > h1.back.noline {
    border: none;
}
.speakers_cate_list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.speakers_cate_list ul li {
    display: inline-block;
    box-sizing: border-box;
    border: 2px solid #e1e3e5;
    vertical-align: top;
    width: calc(25% - 12px);
    background-color: #ffffff;
    margin: 10px 15px 10px 0;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    -webkit-box-shadow: 0px 10px 31px -8px rgba(125,126,128,1);
    -moz-box-shadow: 0px 10px 31px -8px rgba(125,126,128,1);
    box-shadow: 0px 10px 31px -8px rgba(125,126,128,1);
    position: relative;
    padding-bottom: 40px;
}

.speakers_cate_list ul li:nth-child(4n) {
    margin-right: 0;
}
.speakers_cate_list ul li:hover {
    border-color: #9d880b;
}
.speakers_cate_list ul li span {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    font-size: 16px;
    color: #17215e;
}
.speakers_cate_list ul li .image {
    width: 100%;
    height: 200px;
    background-size: contain;
    background-position: center;
    background-color: #e1e3e5;
    background-repeat: no-repeat;
}
.speakers_cate_list ul li span.text1 {
    padding: 15px 15px 0 15px;
    font-weight: 700;
}
.speakers_cate_list ul li span.text2 {
    padding: 0 15px 15px 15px;
    font-size: 14px;
}

.speakers_cate_list ul li span.read_more {
    display: block;
    background: #998508;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}


.speakers_cate_list ul li span.read_more i {
    float: right;
    font-size: 20px;
    color: #786800;
}
.speakers_cate_list ul li span img {
    width: 100%;
}

.controls {
    text-align: center;
    margin: 40px 0;
}

.controls i {
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    color: #fff;
}

.controls > a {
    display: inline-block;
    background: #17215e;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    position: relative;
    -webkit-transition: background 500ms;
    transition: background 500ms;
    margin: 0 10px;
}

.controls span a {
    margin: 0 5px;
    font-size: 20px;
    color: #17215e;
}

.controls span.current a {
    color: #998508;
}

.controls span a:hover {
    background: none;
}

.controls a:hover {
    background: #998507;
}

.controls a, .controls span {
    vertical-align: middle;
}

.controls span {
    color: #17215e;
    font-family: 'Droid Serif', serif;
    font-weight: 700;
    font-size; 14px;
}

.speakers_details {
    color: #17215e;
}
.speakers_details > h1 {
    font-size: 24px;
    padding: 10px 0px;
    border-bottom: 5px solid #998507;
}
.speakers_details span.title,
.speakers_details_3 h1 {
    width: 100%;
    display: inline-block;
    background: #383b46;
    font-size: 18px;
    color: #ffffff;
    box-sizing: border-box;
    padding: 13px;
    margin: 10px 0;
    font-weight: 300;
}
.speakers_details_1 {
    display: inline-block;
    width: 25%;
}
.speakers_details_1 img {
    width: 100%;
    padding: 30px 0;
}
.speakers_details_2 {
    display: inline-block;
    width: 75%;
    padding: 30px 20px 30px 60px;
    box-sizing: border-box;
}
.speakers_details_2 h1 {
    font-size: 48px;
    margin: 0;
    padding: 0;
}
.speakers_details_2 h2 {
    font-size: 18px;
    margin: 0;
    padding: 0;
}

.speakers_details_2 p span {
    margin-right: 20px;
    font-size: 13px;
}

.speakers_details_2 p span a{
    color: #17215e;
}

.speakers_details_2 p span .fa {
    margin: 0 5px;
    color: #17215e;
    font-size: 18px;
    -webkit-transition: all 500ms;
    transition: all 500ms;
}

.speakers_details_2 p span a:hover .fa {
    color: #998507;
}

.speakers_details_2 .book_now, .book_now {
    background: #998508;
    color: #ffffff;
    border-radius: 30px;
    padding: 10px 50px;
    font-weight: 700;
    -webkit-transition: background 500ms;
    transition: background 500ms;
    display: inline-block;
    font-family: 'Droid Serif', serif;
    position: absolute;
    right: 20px;
    top: 50%;
}

.speakers_details_2 .book_now:hover, .book_now:hover {
    background: #786800;
}

.speakers_details_3 + .book_now {
    position: relative;
    margin-left: 20px;
    color: #fff;
    margin-bottom: 20px;
}

.speakers_details_3 {
}
.speakers_details_4 {
}
.speakers_details_5 {
}
.speakers_details_5 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.speakers_details_5 ul li {
    display: inline-block;
    cursor: pointer;
    width: 14.28%;
    box-sizing: border-box;
    padding: 10px;
    height: 130px;
    background-size: cover;
    background-position: center;
}
.speakers_details_5 ul li img {
    width: 100%;
}
.speakers_details_6 {
}
.speakers_details_6 ul {
    list-style-type: none;
    width: 100%;
    margin: 0;
    padding: 0;
}
.speakers_details_6 ul li {
    width: 50%;
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: top;
}
.speakers_details_6 ul li div {
    width: 100%;
    height: 0px;
    padding: 0 0 56.25% 0;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}
.speakers_details_6 ul li iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.rightCol {
    text-align: left;
    width: 30%;
    display: inline-block;
    vertical-align: top;
    margin: 0px;
    position: relative;
    border-left: 5px solid transparent;
    box-sizing: border-box;
}
.rightCol_triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 35px 25px;
    border-color: transparent transparent #0b1239 transparent;
    position: absolute;
    top: -35px;
    left: -25px;
}
.rightCol1 {
    text-align: center;
    box-sizing: border-box;
    background: #17215e;
    margin: -50px 0 0 0;
    color: #ffffff;
    padding: 10px;
}
.rightCol1 form {
    border: 1px solid #2b3b8f;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    padding-top: 10px;
}
.rightCol1 form h1 {
    color: #998508;
    margin: 0;
    padding: 20px 0;
    font-size: 24px;
}
.rightCol1 form p {
    width: 90%;
    margin: 0px auto 10px;
    font-size: 14px;
}
.rightCol1 form input {
    width: 302px;
    margin: 5px auto;
    padding: 10px 10px;
    box-sizing: border-box;
}
.rightCol1 form textarea {
    width: 302px;
    height: 38px;
    resize: none;
    margin: 5px auto;
    padding: 10px 10px;
    box-sizing: border-box;
}
.comiseo-daterangepicker-triggerbutton.ui-button {
    width: 302px;
    margin: 5px auto;
    padding: 10px;
    border-radius: 0 !important;
}

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: 0;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    color: #2e3d96;
}
.rightCol1 form input[type=submit] {
    width: 80%;
    padding:20px 0;
    margin: 20px auto 30px;
    display: block;
}
.rightCol2 {
    text-align: center;
    border-top: 5px solid #b9bcca;
}
.rightCol2 form {
    border: 0px solid #2b3b8f;
    box-sizing: border-box;
    width: 100%;
}
.rightCol2 form h1 {
    color: #17215e;
    width: 90%;
    margin: 0 5%;
    padding: 20px 0;
    font-size: 18px;
    text-align: left;
}
.rightCol2 form p {
    width: 90%;
    margin: 0 5%;
    padding: 5px 0;
    font-size: 14px;
    text-align: left;
}
.rightCol2 form > select,
.rightCol2 form > input {
    width: 90%;
    margin: 5px auto;
    padding: 10px 10px;
    box-sizing: border-box;
    border: 1px solid #d2d2d2;
}
.rightCol2 form > input[type=submit] {
    width: 80%;
    padding:20px 0;
    margin: 20px auto;
    border: 0px solid #d2d2d2;
}
.rightCol2 form > select option.strong {
    font-weight: 700;
}
.custom-combobox {
    width: 90%;
    margin: 5px auto;
    position: relative;
    display: inline-block;
}
.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    border-left: 0px solid #d5d5d5;
    border-right: 0px solid #d5d5d5;
}
.custom-combobox-input {
    margin: 0;
    padding: 10px 10px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #ffffff;
}
.ui-autocomplete {
    height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}
#slider-range {
    width: 84%;
    margin: 0 8%;
    height: 5px;
}
#slider-range .ui-slider-handle {
    border-radius: 50%;
    top: -8px;
}
.content2 {
    background: #2e3d96;
    position: relative;
}
.content2 ul {
    list-style-type: none;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #ffffff;
    position: relative;
    z-index: 10;
}
.content2 ul.absolute_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #18225e;
}
.content2 ul li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    box-sizing: border-box;
    border-left: 1px solid #18225e;
}
.content2 ul.absolute_bg li {
    background-color: #2e3d96;
    width: 25%;
    height: 100%;
}
.content2 ul.relative_text li {
    padding: 0px 40px;
}
.content2 ul li:nth-child(1) {
    border-left: 1px solid #2e3d96;
}
.content2 ul li h1 {
    font-family: 'Droid Serif', serif;
    font-weight: 700;
    font-size: 16px;
    max-width: 350px;
    margin: 0 auto;
}
.content2 ul li span {
    padding: 35px 0 35px 0;
    display: inline-block;
}
.content2 ul li p {
    font-size: 14px;
    max-width: 350px;
    margin: 0 auto;
    padding: 35px 0;
    line-height: 1.5;
}
.footer {
    background: #17215e;
    overflow: hidden;
}
.footer1 {
    border-bottom: 1px solid #2e3d96;
}
.footer1 ul {
    list-style-type: none;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 40px 0;
    text-align: center;
}
.footer1 ul li {
    width: 100%;
    margin: 0;
    display: inline-block;
    color: #998507;
    vertical-align: top;
    box-sizing: border-box;
}
.footer1 > ul > li:nth-child(1) {
    width: 33.33%;
    padding: 0 50px 0 0;
}
.footer1 > ul > li:nth-child(2) {
    width: 66.66%;
    padding: 0 50px;
}
.footer1 ul li h1 {
    margin: 0;
    padding: 0;
    font-family: 'Droid Serif', serif;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #998507;
    text-align: left;
}
.footer1 ul li a {
    color: #998507;
    font-size: 14px;
}

.footer ul li a:hover {
    color: #fff;
}

.footer1 ul li ul {
    padding: 20px 0 0 0;
}
.footer1 ul li ul li {
    text-align: left;
}
.footer1 > ul > li:nth-child(2) ul li {
    margin: 0;
    width: 33.33%;
}
.footer2 {
    padding: 30px 0;
}
.footer2 ul {
    list-style-type: none;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    color: #998507;
    position: relative;
}
.footer2 > ul > li {
    width: 220px;
    display: inline-block;
    vertical-align: top;
}
.footer2 > ul > li:nth-child(1) {
    text-align: left;
    position: absolute;
    left: 0;
}
.footer2 > ul > li:nth-child(2) {
    width: 320px;
}
.footer2 > ul > li:nth-child(3) {
    position: absolute;
    right: 0;
}
.footer2 > ul > li span {
    width: 100%;
    display: inline-block;
}
.footer2 > ul > li span img {
    padding: 0 0 20px 0;
}
.footer2 ul li h1 {
    font-family: 'Droid Serif', serif;
    font-size: 16px;
    font-weight: 700;
}
.footer2 ul li p {
    font-size: 14px;
    font-weight: 300;
    margin: 0;
}
.footer2 ul li ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.footer2 ul li ul li {
    display: inline-block;
    width: 39px;
    height: 39px;
    margin: 0px 8px;
}
.footer2 ul li ul li a {
    width: 39px;
    height: 39px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin: 0;
    padding: 0;
    background: #998507;
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.footer2 ul li ul li a:hover {
    background-color: #ffffff;
}
.footer2 ul li ul li:nth-child(1) a {
    background-image: url("../img/smallicon16.png");
}
.footer2 ul li ul li:nth-child(2) a {
    background-image: url("../img/smallicon17.png");
}
.footer2 ul li ul li:nth-child(3) a {
    background-image: url("../img/pinterest.png");
    background-size: 25px auto;
}
.footer2 ul li ul li:nth-child(4) a {
    background-image: url("../img/google-plus.png");
    background-size: 25px auto;
}
.footer2 ul li ul li:nth-child(4) a > img {
    display: none;
}
.footer3 {
    margin: 0;
    padding: 0 0 40px 0;
    text-align: center;
}
.footer3 p, .footer3 a {
    font-size: 11px;
    font-weight: 300;
    margin: 0;
    padding: 0;
    color: #7f8dc0;
    text-decoration: none;
}
.footer3 a:hover {
    text-decoration: underline;
}
.speakers_details_lightbox {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    color: #ffffff;
    overflow: hidden;
    background: rgba(0,0,0,0.9);
}
.speakers_details_lightbox.active {
    height: 100%;
}
.speakers_details_lightbox .list {
    width: 70%;
    height: 70%;
    top: 15%;
    left: 15%;
    position: absolute;
}
.speakers_details_lightbox .list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.speakers_details_lightbox .list ul li {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-size: contain;
    -webtkit-background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: none;
}
.speakers_details_lightbox span {
    display: inline-block;
    position: absolute;
    cursor: pointer;
    width: 51px;
    height: 51px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.speakers_details_lightbox span.close {
    top: 10%;
    right: 10%;
    background-image: url("../img/smallicon25.png");
}
.speakers_details_lightbox span.close:hover {
    background-image: url("../img/smallicon26.png");
}
.speakers_details_lightbox span.prev {
    top: 50%;
    left: 10%;
    background-image: url("../img/smallicon29.png");
}
.speakers_details_lightbox span.prev:hover {
    background-image: url("../img/smallicon30.png");
}
.speakers_details_lightbox span.next {
    top: 50%;
    right: 10%;
    background-image: url("../img/smallicon27.png");
}
.speakers_details_lightbox span.next:hover {
    background-image: url("../img/smallicon28.png");
}

.clients {
    list-style: none;
    margin: 40px 0 0 0 !important;
    padding: 0;
    overflow: hidden;
}


.clients li {
    display: inline-block;
    width: calc(100% / 4);
    height: 100px;
    position: relative;
    border: 1px solid #eaeaea;
    background: #fff;
    vertical-align: top;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 !important;
}

.clients li img {
    max-width: 80%;
    max-height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    display: block;
}

#expander {
    width: 100%;
    -webkit-box-shadow: 0px -5px 10px 0px rgba(209,209,209,1);
    -moz-box-shadow: 0px -5px 10px 0px rgba(209,209,209,1);
    box-shadow: 0px -5px 10px 0px rgba(209,209,209,1);
    text-align: center;
    padding: 0 10%;
    height: 10px;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 50px;
}

#expander .button {
    padding: 10px 60px 10px 20px;
    background: #2e3d96;
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

#expander .button:after {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background-image: url(../img/down_hover.png);
    background-position: center;
    background-repeat: no-repeat;
    border-left: 1px solid #98b0bd;
    background-size: 15px;
    -webkit-transition: all 0.5s;
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#expander .button.down:after {
    background-image: url(../img/up.png);
}

.testimonials {
    background: #383b46;
    padding: 50px 0;
    text-align: center;
}

.rightCol2 .testimonials {
    background: #fff;
    text-align: left;
    padding: 20px;
}

.testimonials p {
    margin: 0;
    padding: 5px 0;
    color: #fff;
    font-family: 'Droid Serif', serif;
    font-style: italic;
    font-size: 18px;
}

.rightCol2 .testimonials p {
    color: #17215e;
}

.testimonials p.author {
    font-style: normal;
    font-size: 14px;
}

.testimonials h3 {
    font-weight: 700;
    font-size: 14px;
    color: #998508;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.rightCol2 .testimonials h3 {
    font-size: 18px;
    color: #17215e;
    text-transform: none;
    margin: 10px 0;
    font-family: 'Droid Serif', serif;
}

.rightCol2 .testimonials li {
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
}

.rightCol2 .testimonials li p {
    font-size: 14px;
    font-style: normal;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #998508;

}

.bx-wrapper {
    margin: 0 auto 40px;
}

.bx-wrapper .bx-viewport {
    box-shadow: none;
    border: 0;
    left: 0;
    background: none;
}

.rightCol2 .bx-wrapper .bx-pager.bx-default-pager a {
    background: #c6c8d4;
}

.rightCol2 .bx-wrapper .bx-pager.bx-default-pager a:hover, .rightCol2 .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #17215e;

}

.leftCol .boxes {
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.leftCol .boxes li {
    width: 48%;
    display: inline-block;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    text-align: center;
    color: #17215e;
    margin-bottom: 20px;
}

.leftCol .boxes h2 {
    font-family: 'Droid Serif', serif;
    font-size: 18px;
}

.leftCol .boxes li:nth-child(odd) {
    margin-right: 2%;
}

.leftCol .boxes li:nth-child(even) {
    margin-left: 2%;
}

.contact .half, .contact .full {
    margin: 10px 0;
}

.contact .half {
    width: 49%;
    display: inline-block;
}

.contact .half:nth-child(odd) {
    margin-right: 1%;
}

.contact .half:nth-child(even) {
    margin-left: 1%;
}

.contact input, .contact textarea {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #998507;
}

.contact textarea {
    height: 100px;
}

.contact input[type=submit] {
    width: auto;
    display: block;
    margin: 20px auto;
    font-size: 14px;
    text-transform: uppercase;
    padding: 15px 30px;
}
/*
.leftCol .social {
    list-style: none;
    margin: 0;
}
*/
.social {
    margin-left: 0;
}
.social li {
    display: inline-block;
    margin-right: 10px;
    margin-top: 0;
}
/*
.leftCol .social li a {
    width: 39px;
    height: 39px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin: 0;
    padding: 0;
    background: #998507;
    position: relative;
}

.leftCol .social li a:hover {
    background: #786800;
}

.leftCol .social li a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-45%, -45%);
    -webkit-transform: translate(-45%, -45%);
    color: #fff;
    font-size: 18px;
} */

::-webkit-input-placeholder {
    color: #192c6e;
}

:-moz-placeholder { /* Firefox 18- */
    color: #192c6e;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #192c6e;
}

:-ms-input-placeholder {
    color: #192c6e;
}

.leftCol .news {
    list-style: none;
    margin: 0;
}

.leftCol .news h2 {
    font-size: 36px;
    color: #17215e;
    font-family: 'Droid Serif', serif;
    font-weight: 400;
    margin: 5px 0;
}

.leftCol .news .author {
    color: #17215e;
    font-family: 'Droid Serif', serif;
    font-weight: 400;
}

.leftCol .news .read_more {
    text-transform: uppercase;
    color: #9d880b;
    text-decoration: underline;
    font-weight: 700;
}

.leftCol .news li {
    padding: 20px 0;
    border-bottom: 5px solid #9d880b;
    display: none;
}

.leftCol .news li.active {
    display: block;
}

.leftCol .news img {
    width: 100% !important;
    height: auto !important;
}

.leftCol .news .social {
    width: 40px;
    margin-top: 1em;
}

.leftCol .news .social a {
    width: 40px;
    height: 40px;
    display: block;
    color: #fff;
    background: #17215e;
    position: relative;
}

.leftCol .news .social a:hover {
    color: #998508;
}

.leftCol .news .social a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.leftCol .news .social, .leftCol .news .news_content {
    display: inline-block;
    vertical-align: top;
}

.leftCol .news .news_content {
    width: calc(100% - 40px);
    padding-left: 20px;
    box-sizing: border-box;
}

.leftCol .rec_news {
    list-style: none;
    margin: 0;
    border-top: 5px solid #9d880b;
}

.leftCol .rec_news li {
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    box-sizing: border-box;
    margin: 0;
}

.leftCol .rec_news img {
    width: 100% !important;
    height: auto !important;
}

.leftCol .rec_news h2 {
    font-size: 30px;
    color: #17215e;
    font-family: 'Droid Serif', serif;
    font-weight: 400;
    margin: 15px 0 0 0;
}

.leftCol .rec_news li h3 {
    font-size: 15px;
    font-family: 'Droid Serif', serif;
    color: #17215e;
}

.leftCol .button {
    width: 200px;
    margin: 20px auto;
    font-size: 14px;
    text-transform: uppercase;
    padding: 15px 30px;
    background: #998508;
    color: #ffffff;
    border-radius: 30px;
    padding: 20px 20px;
    font-weight: 700;
    -webkit-transition: background 500ms;
    transition: background 500ms;
    display: block;
    text-align: center;
}



.news_list {
    list-style: none;
    margin: 0;
    text-align: left;
    padding: 15px;
    box-sizing: border-box;
}

.news_list li a {
    padding: 10px 0;
    border-top: 1px solid #d1d1d1;
    box-sizing: border-box;
    display: block;
    color: #17215e;
    font-size: 14px;
}

.news_list li a:hover {
    color: #998508;
}

.news_list h2 {
    font-size: 18px;
    color: #17215e;
    font-family: 'Droid Serif', serif;
    font-weight: 700;
}

h1.back a {
    font-size: 14px;
    color: #17215e;
}

h1.back a:hover {
    color: #998508;
}

h1.back i {
    font-size: 24px;
    vertical-align: middle;
    margin-right: 5px;
}

.g-recaptcha > div > div {
    margin: 5px auto;
}

#save_money {
    position: fixed;
    top:0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10000000;
    background: rgba(7, 11, 37, 0.7);
    display: none;
}

#save_money .wrapper {
    position: fixed;
    top: 0;
    right: -700px;
    width: 700px;
    background: #fff;
    padding: 40px;
    color: #17215e;
    height: 100%;
    box-sizing: border-box;
    -webkit-transition: right 500ms;
    transition: right 500ms;
}

#save_money h1 {
    color: #17215e;
    border-bottom: 5px solid #9d880b;
    font-size: 24px;
    font-weight: 400;
    padding: 30px 0 10px;
}
#save_money label {
    display: block;
    font-weight: 700;
    font-family: 'Droid Serif', serif;
    margin-bottom: 10px;
    font-size: 14px;
}

#save_money input, #save_money select {
    width: 100%;
    display: block;
    padding: 10px;
    border: 1px solid #9d880b;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 14px;
}

#save_money .full {
    padding: 10px 0;
}

#save_money .half {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin-right: 1%;
    padding: 10px 0;
}

#save_money .half.right {
    margin-left: 1%;
    margin-right: 0;
}

#save_money input[type=submit] {
    width: auto;
    margin: 10px auto;
    padding: 20px 40px;
    text-transform: uppercase;
}

#save_money p.small {
    font-size: 11px;
    margin: 20px 0;
}

#save_money .close {
    cursor: pointer;
    position: absolute;
    top: 50px;
    right: 50px;
}

#save_money .comiseo-daterangepicker-triggerbutton.ui-button {
    width: 100%;
    border-radius: 0 !important;
    border: 1px solid #9d880b;
}

.comiseo-daterangepicker {
    z-index: 10000000;
}

.mobile_wrapper {
    display: none;
}
.featuredNav > ul > li > span > i {
    display: none;
}

.comiseo-daterangepicker-presets {
    display: none;
}

.ui-widget-header {
    background: #2e3d96;
    color: #fff;
}

#team {
    margin: 0;
    list-style: none;
}

#team li {
    margin-right: 10px;
    width: calc(50% - 11px);
    display: inline-block;
    background: #fff;
    border: 2px solid #e1e3e5;
    -webkit-box-shadow: 0px 10px 31px -8px rgba(125,126,128,1);
    -moz-box-shadow: 0px 10px 31px -8px rgba(125,126,128,1);
    box-shadow: 0px 10px 31px -8px rgba(125,126,128,1);
}

#team li:nth-child(even) {
    margin-right: 0;
}

#team .image, #team .info {
    display: inline-block;
}

#team .image {
    width: 120px;
}

#team .info {
    width: calc(100% - 140px);
    padding: 10px;
}

#team p.name {
    font-size: 16px;
    color: #17215e;
    margin: 10px 0 0;
    font-weight: 700;
}

#team p.title {
    font-size: 14px;
    margin: 0;
}

.yellow_box {
    border: 1px solid #2b3b8f;
    position: relative;
}

.yellow_box > strong {
    display: block;
    background: #17215e;
    color: #fff;
    padding: 10px 20px;
    font-family: 'Droid Serif', serif;
}


.yellow_top {
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    border-bottom: 0;
}


.yellow_top strong {
    font-family: 'Droid Serif', serif;
    font-size: 30px;
    color: #998508;
}

.yellow_box p {
    font-size: 14px;
    width: calc(100% - 260px);
    margin: 5px 20px;
    padding: 0;
}

.g-recaptcha > div {
    margin: 0 auto;
}

.breadcrumb-separator {
    font-size: 18px;
    margin: 0 10px;
    position: relative;
    display: inline-block;
    top: 2px;
}

.breadcrumb-current {
    font-size: 14px;
}

h1.back {
    position: relative;
}

h1.back a {
}

.keynote {
    width: 100%;
    max-width: 1000px;
    border: #e1e3e5;
    margin-left:0 !important;
}

.keynote h2 {
    display: block;
    background: #17215e;
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    font-family: 'Droid Serif', serif;
    margin-bottom: 0;
}

.keynote li {
    list-style-type: none;
}

.keynote .content {
    text-align: left;
    border: 1px solid #2b3b8f;
    background-color: #fff;
    padding: 0 10px;
}

.descBox p {
    color: #18215c;
}

.descBox {
    max-height: 1000px;
    overflow: hidden;
    transition: max-height linear 0.25s;
    -webkit-transition: max-height linear 0.25s;
}

.descBox.showTop {
    max-height: 145px;
    position: relative;
}

.descBox.showTop:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    content: '...';
    text-align: left;
    width: 50%;
    position: absolute;
    bottom: 3px;
    right: 0;
    background: #e1e3e5;
    height: 20px;
    padding: 0 5px;
}

.descBox.showTop:before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    content: 'Read More';
    text-align: left;
    width: 50%;
    position: absolute;
    z-index: 10;
    bottom: 3px;
    right: 0;
    color: #9c8200;
    height: 20px;
    padding: 0 5px 0 25px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

#scWY63 {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 4000;
}

.subscribe-button-inner {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

@media only screen and (max-width: 1199.98px) {
    .headerP2.sticky .main_dropdown_navigation {
        width: auto;
        margin: 0;
    }
    .main_dropdown_navigation {
        text-align: center;
    }
    .main_dropdown_navigation ul {
        display: inline-block;
        position: relative;
        width: auto;
    }
    .main_dropdown_navigation span {
        padding: 15px 18px;
        font-size: 13px;
    }

    .main_dropdown_navigation ul ul {
        text-align: left;
        width: 100%;
    }

    .mainBanner li {
        background-position: center;
    }

    .mainBanner .banner_text {
        width: 60%;
    }

    .mainBanner .banner_text h1 {
        width: 100%;
        text-align: center;
    }

    .footer1 > ul,
    .footer2 ul {
        width: 90%;
    }
    .headerP1info ul {
        text-align: center;
    }
}
@media only screen and (max-width: 991.98px) {
    .main_dropdown_navigation {
        text-align: left;
    }
    .main_dropdown_navigation > span.button_active {
        display: block;
        font-size: 16px;
    }

    .main_dropdown_navigation > span.button_active .fa {
        margin-right: 5px;
    }

    .main_dropdown_navigation span {
        font-size: 16px;
        padding: 10px 20px;
    }

    .main_dropdown_navigation ul {
        display: none;
    }

    .main_dropdown_navigation li {
        display: block;
        border-top: 1px solid #17215e;
    }

    .main_dropdown_navigation li.free_quick_check {
        position: absolute;
        top: 0px;
        right: 10px;
        border: 0 !important;
    }

    .main_dropdown_navigation .free_quick_check a span {
        padding: 5px 15px;
    }

    .main_dropdown_navigation .free_quick_check a span img {
        height: 20px;
    }

    .main_dropdown_navigation > ul > li {
        border-left: 0;
    }

    .main_dropdown_navigation > ul > li > a i {
        display: none;
    }

    .content2 ul {
        display: flex;
        flex-flow: row wrap;
        -ms-flex-flow: row wrap;
    }

    .content2 ul.absolute_bg {
        display: none;
    }

    .content2 ul li {
        width: 50%;
        border: 0;
        border-right: 1px solid #18225e;
        border-bottom: 1px solid #18225e;
        vertical-align: middle;
    }

    .rightCol, .contentWrapperRW {
        width: 360px;
    }

    .leftCol, .leftCol.bio {
        width: calc(100% - 360px);
    }

    .featuredNav > ul {
        display: table-row;
    }

    .featuredNav > ul > li {
        display: table-cell;
    }

    .featuredNav > ul > li > span {
        padding: 20px;
        font-size: 16px;
    }

    .blueTape {
        height: 58px;
    }

    .speakers_cate_list ul {
        padding-left: 10px;
    }

    .needHelp {
        display: none;
    }

    .mobile_wrapper {
        border: 1px solid #17215e;
        margin: 20px 0;
        padding: 10px;
        text-align: center;
        display: block;
    }

    .mobile_wrapper h1 {
        color: #998508;
        font-size: 20px;
    }

    .mobile_nav {
        list-style: none;
        margin: 0;
    }

    .mobile_nav ul {
        list-style: none;
        margin: 0;
        text-align: left;
    }

    .mobile_nav a {
        font-size: 18px;
        display: block;
    }

    .mobile_nav > li > a > .fa {
        display: none;
    }

    .mobile_nav a .fa {
        float: right;
        color: #9d880b;
    }

    .mobile_nav > li > ul > li {
        background: #fff;
        padding: 10px;
    }

    .mobile_nav > li > ul > li > a {
        color: #000;
    }

    .mobile_nav > li > ul > li > ul > li > ul > li > a {
        font-weight: 700;
    }

    .mobile_nav ul ul {
        display: none;
    }

    .footer1 > ul > li:nth-child(2) {
        padding: 0 10px;
    }

    .footer1 > ul > li:nth-child(2) ul li {
        width: 50%;
    }

}

@media only screen and (max-width: 1399.99px) {
    * {
        box-sizing: border-box;
    }
    .rightCol_triangle {
        display: none;
    }
    .contentWrapperRW {
        display: none;
    }


    .leftCol, .leftCol.bio, .rightCol {
        display: block;
        width: 100%;
        padding: 10px 0 0;
        margin: 0;
        border: 0;
    }

    .leftCol {
        padding: 10px 20px;
    }

    .leftCol.home {
        padding: 0;
    }

    .leftCol.bio {
        padding: 20px;
        background: #e1e3e5;
    }

    .rightCol1 {
        margin: 0;
    }

    .rightCol2 {
        display: none;
    }

    .speakers_cate_list.home ul {
        width: 100%;
        margin: 0;
        padding: 0 10px;
    }

    .speakers_cate_list ul {
        padding: 0 10px;
    }
}

@media only screen and (max-width: 767.98px) {
    #save_money .wrapper {
        width: 100%;
    }

    .headerP1info ul li:last-child {
        display: none;
    }

    .logo {
        max-width: 100%;
        padding: 10px;
    }

    .logo a, .logo img {
        display: block;
        max-width: 100%;
    }

    .headerP1info {
        width: 100%;
        border-bottom: 1px solid #2e3d96;
    }

    .controller1 {
        display: none;
    }

    .speakers_cate_list ul li {
        width: calc(33.33% - 10px);
    }

    .speakers_cate_list ul li:nth-child(4n) {
        margin-right: 15px;
    }

    .speakers_cate_list ul li:nth-child(3n) {
        margin-right: 0;
    }

    .featuredNav > ul > li > span {
        padding: 18px;
        font-size: 15px;
    }

    .blueTape {
        height: 54px;
    }

    .speakers_details_1,
    .speakers_details_2 {
        display: block;
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .speakers_details_1 img {
        max-width: 100%;
        width: 250px;
        margin: 0 auto;
        display: block;
        padding: 0;
    }

    .speakers_details_2 > p > span:last-child {
        display: none;
    }

    .speakers_details_2 .book_now {
        padding: 15px 80px;
        margin: 10px 0;
    }
    .leftCol .boxes li {
        width: 100%;
        margin: 10px 0 !important;
    }

    .clients li {
        width: 33.33%;
    }

    #team li {
        width: 100%;
        margin: 10px 0 !Important;
    }
    .footer2 ul {
        width: 100%;
    }
    .footer1 > ul > li:nth-child(1), .footer1 > ul > li:nth-child(2) {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .footer1 > ul > li:nth-child(2) {
        margin-top: 20px;
    }

    .footer2 {
        padding: 0;
    }

    .footer2 > ul > li {
        display: block;
        width: 100% !important;
        position: static !important;
        text-align: center !important;
        border-bottom: 1px solid #2e3d96;
        padding: 20px 0 !important;
    }

    .footer2 > ul > li:last-child {
        border-bottom: 0;
    }

    .footer3 {
        padding: 10px 10px 30px;
    }

    .speakers_details_2 .book_now {
        position: static;
    }

    .yellow_box p {
        width: 100%;
        margin: 0;
    }
}

@media only screen and (max-width: 575.98px) {

    #save_money {
        position: absolute;
        height: auto;
    }

    #save_money .wrapper {
        position: static;
    }

    #save_money .half {
        width: 100%;
        margin: 0 !important;
    }
    #save_money .half:nth-child(3) label {
        display: none;
    }
    .featuredNav > ul {
        display: block;
    }

    .featuredNav > ul > li {
        display: block;
    }

    .featuredNav > ul > li > span > i {
        display: inline;
        float: right;
        font-size: 20px;
    }
    .blueTape {
        display: none;
    }

    .mainBanner .banner_text {
        width: 90%;
    }

    .mainBanner .banner_text h1 {
        font-size: 30px;
    }


    .featuredNav > ul > li > span {
        display: block;
        border: 0;
        border-bottom: 1px solid #fff;
        background: #2e3d96;
    }
    .content2 ul li {
        display: block;
        width: 100%;
    }

    .featuredNav > ul > li > span.active, .featuredNav > ul > li > span:hover {
        color: #fff;
        background: #2e3d96;
    }

    .featuredNav ul .speakers_cate_list {
        display: none;
    }
    .contact .half {
        width: 100%;
        margin: 10px 0 !important;
    }
}

@media only screen and (max-width: 575.98px) {
    .footer1 > ul > li:nth-child(2) ul li {
        width: 100%;
    }

    .speakers_cate_list ul li {
        width: calc(50% - 8px);
    }
    .speakers_cate_list ul li:nth-child(3n) {
        margin-right: 15px;
    }
    .speakers_cate_list ul li:nth-child(2n) {
        margin-right: 0;
    }

    .speakers_details_2 h1 {
        font-size: 30px;
    }

    .speakers_details_2 h2 {
        font-size: 14px;
    }

    #team .image, #team .info {
        width: 100%;
        display: block;
    }

    #team li {
        text-align: center;
    }
}
@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    html, body {
	height: auto !important;
    }

    * {
        text-shadow: none !important;
	transform: none !important;
	-webkit-transform: none !important;
	-ms-transform: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .body_details {
	height: 100% !important;
    }
    .speakers_details_2 {
	    display: block;
    }

    h2.back,
    .header,
    .mainBanner,
    .rightCol,
    .contentWrapperRW,
    .speakers_details_2 .book_now,
    .speakers_details_lightbox,
    .footer,
    .footer1,
    .footer2,
    .footer3 {
        display: none;
    }

    .leftCol {
        width: 100% !important;
	display: block !important;
	padding: 0 !important;
    }

    .speakers_details_2 h1 {
        font-size: 25px;
    }

    .speakers_details_2 h2 {
        font-size: 14px;
    }

    .speakers_details span.title, .speakers_details_3 h1 {
        padding: 10px;
        color: #fff;
        box-shadow: inset 0 0 0 1000px #383b46;
        font-size: 14px;
    }

    .speakers_details_1, .speakers_details_2 {
        vertical-align: middle;
    }

    .accordionDetail {
	display: block !important;
    }

    .imgPreview a {
	display: none !important;
    }
}
