/* Custom CSS */
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

@font-face {
    font-family: 'AGaramondProBold';
    src: url('fonts/AGaramondProBold.eot');
    src: url('fonts/AGaramondProBold.eot') format('embedded-opentype'),
    url('fonts/AGaramondProBold.woff2') format('woff2'),
    url('fonts/AGaramondProBold.woff') format('woff'),
    url('fonts/AGaramondProBold.ttf') format('truetype'),
    url('fonts/AGaramondProBold.svg#AGaramondProBold') format('svg');
}
@font-face {
    font-family: 'HelveticaBd';
    src: url('fonts/HelveticaBd.eot');
    src: url('fonts/HelveticaBd.eot') format('embedded-opentype'),
         url('fonts/HelveticaBd.woff2') format('woff2'),
         url('fonts/HelveticaBd.woff') format('woff'),
         url('fonts/HelveticaBd.ttf') format('truetype'),
         url('fonts/HelveticaBd.svg#HelveticaBd') format('svg');
}
@font-face {
    font-family: 'open_sanslight_italic';
    src: url('fonts/OpenSans-LightItalic-webfont.eot');
    src: url('fonts/OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-LightItalic-webfont.woff') format('woff'),
         url('fonts/OpenSans-LightItalic-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-LightItalic-webfont.svg#open_sanslight_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_slabbold';
    src: url('fonts/robotoslab-bold-webfont.woff2') format('woff2'),
         url('fonts/robotoslab-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_slablight';
    src: url('fonts/robotoslab-light-webfont.woff2') format('woff2'),
         url('fonts/robotoslab-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_slabregular';
    src: url('fonts/robotoslab-regular-webfont.woff2') format('woff2'),
         url('fonts/robotoslab-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_slabthin';
    src: url('fonts/robotoslab-thin-webfont.woff2') format('woff2'),
         url('fonts/robotoslab-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotomedium';
    src: url('fonts/roboto-medium-webfont.woff2') format('woff2'),
         url('fonts/roboto-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotothin';
    src: url('fonts/roboto-thin-webfont.woff2') format('woff2'),
         url('fonts/roboto-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotolight';
    src: url('fonts/roboto-light-webfont.woff2') format('woff2'),
         url('fonts/roboto-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotoregular';
    src: url('fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.switzersupport{
    display:none!important;
}
.box-user .login-form-username  input[type="email"]{
	background-color: #fff;
	border-radius: 2px;
	box-sizing: content-box;
	color: #235d7f;
	font-size: 13px;
	height: 20px;
	padding: 13px 18px;
	width: 82%;
}
.landing-page-template-landing-page-september  .form-landing-new iframe{
    min-height:360px;
}
.form-landing-new a{
    color:#fff;
}
#resetpasswordform #pass1-text{
    display:none;
}
body .rightbox{
	max-width:800px;
}
.name a {
    width:400px;
    background-position: 0 center;
    background-size:100%;
}
.name.login a {
    background-size:100%;
}
.login {
    padding:0;
}
.wrap-trial-sidebar {
    padding: 20px;
    background: #4f809d;
    border-radius: 5px;
}
.user-forms  .g-recaptcha div{
    margin:0 auto;
}
.trial-sidebar .subform, #trial .subform{
    width: 100%;
}
.trial-sidebar{
    position: absolute;
    top:0;
    border: 5px solid #83b7d5;
    background: #83b7d5;
}
.trial-sidebar h4{
    font-size: 24px;
    font-family: opensans-bold;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}
.trial-sidebar .box-header span{
    text-align: center;    
    display: block;
    line-height: 140%;color:#fff;
}
.trial-sidebar fieldset{
    padding:0;
    margin:0;
    border:none;
}
.trial-sidebar label[for="smsf"] {
    display: block;
    color:#fff;
    margin-bottom: 0;
}
.trial-sidebar label[for="smsf-yes"], .trial-sidebar label[for="smsf-no"]{
    color:#fff;
}
.trial-sidebar .form-submit p.heading_2{
    text-align: center;
    margin-bottom: 10px;
}
.trial-sidebar .form-submit span{
    display:block;
    width:100%;
}
.trial-sidebar .form-submit .green-button{
    background: #a4d242;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 0;
    height: 48px;
    line-height: 48px;
    padding:0;
}
.trial-sidebar .form-submit p.notbot{
    margin-top: 0;
    text-align: center;
    color:#fff;
    margin-bottom: 40px;
    font-size: 13px;
}
.trial-sidebar .form-submit p.notbot a{
    color:#fff;
    font-weight: bold;
}
body .sidebar-smsf-box h4.title{
    font-family: 'Roboto', sans-serif;
    font-size:18px;
    margin-bottom: 25px;
    margin-top: 15px;
}
body .widget-ch-callout-image{
    padding-left:10px;
}
.single-hidden-bottom-content{
    font-weight: bold;
    margin-top: 10px!important;
    color:#000;
    font-size: 15px;
}
.single img{
    max-width:100%;
    height:auto;
}
a.single-hidden-bottom-button{
    margin: 0 auto;
    display: block;
    width: 360px;
    background: #a4d242;
    border: 5px solid #83b7d5;
    text-transform: none;
}
.single-_hidden .switzersupport{
    display: none!important;
}
.single-_hidden footer.footer-nav{
    display: none;
}
.single-_hidden .box-user input[type="email"]{
	background-color: #fff;
	border-radius: 2px;
	box-sizing: content-box;
	color: #235d7f;
	font-size: 13px;
	height: 20px;
	padding: 13px 18px;
	width: 82%;
}
.no-login.user-buttons{
	width:155px;
}
/** Market Summary Style **/
.index-title {
    font-size: 1.3em;
    text-align: center;
    margin-bottom: 0px;
}
.center {
    text-align: center;
}
.nav a.quoteapi-active {
    font-weight: bold;
    text-decoration: none;
    line-height:1.5;
}
.arrow .quoteapi-positive {
    color: #53ad6f;
}
.arrow .quoteapi-positive:before {
    content: "\25B2";
}
.arrow .quoteapi-positive:after {
    content: "";
}
.arrow .quoteapi-negative {
    color: #a34253;
}
.arrow .quoteapi-negative:before {
    content: "\25BC";
}
.arrow .quoteapi-negative:after {
    content: "";
}
span.pctchange {
    font-size: .8em;
}
span.quoteapi-pct-change .quoteapi-zero {
    display: none;
}
span.quoteapi-pct-change .quoteapi-negative {
    color: #a34253;
}
span.quoteapi-change .quoteapi-negative {
    color: #a34253;
}
span.quoteapi-pct-change .quoteapi-positive {
    color: #53ad6f;
}
span.quoteapi-change .quoteapi-positive {
    color: #53ad6f;
}
.quoteapi-chart {
    padding: 10px 48px 30px 20px;
    font-size: .8em;
}
.quoteapi-chart-panel-border {
    stroke: #b9bec1;
}
.quoteapi-chart-panel-plot-area {
    padding: 0;
}
.quoteapi-chart-panel {
    height: 200px;
}
.quoteapi-chart-xaxis-label-container {
    margin-top: 2px;
}
.quoteapi-chart-yaxis-spacing {
    height: 35px;
}
.quoteapi-chart-yaxis-label-container {
    margin-right: 0;
}
.quoteapi-chart-yaxis-label.quoteapi-chart-yaxis-bottom-label {
    display: none;
}
.quoteapi-chart-gridline {
    stroke: #ddd;
    stroke-opacity: 0.5;
}
.quoteapi-chart-minor-gridline {
    stroke: none;
}
.quoteapi-chart-price {
    stroke: #66C3D1;
}
.quoteapi-chart-price-fill {
    fill: #A9E2EB;
    fill-opacity: 0.8;
}
.quoteapi-chart-prev-close {
    stroke: #ff7575;
    stroke-width: 2px;
}
/*=====================BEGIN PLAN LANDING PAGE 4===============*/
.landing-trial-plan4 .botli{
	background:#ffffff
}
.landing-trial-plan4 .left-content-form p{font-size:28px;}
.landing-trial-plan4 #content.box2  header ul {
	margin-left:85px;
}
.landing-trial-plan4 #content.box2  header ul li {
    list-style-type: square;
    line-height: 2;
}
.landing-trial-plan4 .ses2 .content-right{
    margin-bottom: 20px;
}
.landing-trial-plan4 .viewauthor .click_toggle{}
.landing-trial-plan4 .viewauthor .click_toggle.closeclick{
	display:none;
}
.landing-trial-plan4 .personal{
	width:33%;
	margin:0 0 35px;
	border:none;
	height:auto;
	min-height:200px
}
.landing-trial-plan4 .personal .personal-content{
	padding:0 20px;
	text-align:center;
}
.landing-trial-plan4 .personal .face-pic{
	overflow:hidden;
	background:url(images/auth_bg.jpg) no-repeat scroll center bottom ;
	width: 160px;
    height: 162px;
    text-align: center;
	padding:2px;
	margin: 0 auto;
    float: none;
}
.landing-trial-plan4 .personal .face-pic div{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow:hidden;
    width: 154px;
    height: 156px;
    border: 3px solid #ffffff;
}
.box-user input[type=number]{padding:13px 18px;width:81%;height: 20px;box-sizing: content-box;}
.landing-trial-plan4 .personal .face-pic div img{
	width:158px;
	height:160px
}
.landing-trial-plan4 .personal h4{
	text-transform:capitalize;
	font:800 14px 'Open Sans', sans-serif;
	color:#0a3e76;
	width: 100%;
    display: inline-block;
    text-align: center;
}
.landing-trial-plan4 .viewauthor{
	background:#d4e8f3
}
body.landing-trial-plan4 .desauthor p{
	font:400 14px 'Open Sans', sans-serif;
	color:#383838
}
a.need-advice{float:left;}
.landing-trial-plan4 .click_toggle {
	background:#a6ce56;
	color:#ffffff;
	font:normal 14px HelveticaBd,Arial;
	text-transform:uppercase;
	cursor:pointer;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	margin:0 auto;
}
.landing-trial-plan4 .click_toggle span{
	height: 50px;
    width: 100%;
    display: inline-block;
    line-height: 50px;
	background:url(images/arrow5.png) no-repeat scroll right -70px #a6ce56;
}
.landing-trial-plan4 .click_toggle.openclick{
	padding:0 32px 0 30px;
	max-width:258px
}
.landing-trial-plan4 .click_toggle.closeclick span{	
	background:url(images/arrow5.png) no-repeat scroll right 20px #a6ce56
}
.landing-trial-plan4 .click_toggle.closeclick{
	padding:0 38px 0 40px;
	max-width:72px;
}
.landing-trial-plan4 .section-2 .newbox .coll p{font-size:18px}
.landing-trial-plan4 .section-2 .newbox .coll{margin-bottom: 50px;min-height:0;}
.landing-trial-plan4 #content header .wrap{margin:0 auto;float:none}
.landing-trial-plan4 .botli h3 {
    font-size: 42px;
    color: #198fba;
    font-style: normal;
    line-height: 1.5;
    margin-top: 0;
	margin-bottom:0;
	text-align:center;
	font-weight:normal;
}
.trial-2 .notbot{
	width:auto;
}
.ms-sub{
    padding:30px 20px;
    height:100%;
    line-height:2;
    font-size:16px;
}
.ms-sub h4{
    margin-bottom:15px;
}
.ms-sub p{
    margin-bottom:0px;
}
.ms-sub  .sign-in{
    line-height:1;
}
.formlogin.custom-form-text {
    min-height: 210px;
    text-align: center;
}
.custom-form-text .box-user {
    padding: 30px!important;
}
.entry-content .formlogin.custom-form-text .box-user {
    padding-bottom: 0;
    border-bottom: 1px solid #88bfdc;
    margin-bottom: 0;
}
body .sections-content-sections nav a.prev{
	background:url(images/sprites.png) no-repeat -83px -34px;
}
body .sections-content-sections nav a.next{
	background:url(images/sprites.png) no-repeat -41px -34px;
}
body .item-smsf_category-smsf-articles h4 a,body .item-smsf_category-term-deposits-2 h4 a{
	background:url(images/sprites.png) no-repeat 0px -180px;
}
body .widget-ch-questions ul .askq a:after{
	background:url(images/sprites.png) no-repeat -124px -31px;
}
body .widget-ch-questions ul li.wanswer{
	background:none;
}
body .widget-ch-questions ul li.wanswer:after{
	background: rgba(0, 0, 0, 0) url("images/sprites.png") no-repeat -26px 1px;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	height: 31px;
	width: 33px;
}
body .search-container input[type="text"],body .single-landing-page .search-container input[type="text"]{
}
.smallnote,.smallnote p{
    line-height: 1.4;
}
.date-venue-section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.date-venue-section .contaciner-lv2 ul li {
    list-style-type: none;
    width: 33%;
    text-align: center;
    display:inline-block;
}
.date-venue-section .contaciner-lv2 ul li img{
    padding:0 15px;
}

.date-venue-section .contaciner-lv2 ul {
    justify-content: space-between;
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    text-align: center;
    float: left;
    width: 100%;
}
.date-venue-section .contaciner-lv2 ul li .content-box {
    border-right: 2px solid #e9eff2;
    float: left;
    width: 100%;
    padding-bottom: 50px;
    margin-top: 80px;
}
.date-venue-section .contaciner-lv2 ul li:last-child .content-box {
    border-right: none;
}

.date-venue-section .contaciner-lv2 ul li .content-box p:first-child {
    color: #0a2c42;
    font-size:  28px;
    font-weight:  bold;
    line-height: 36px;
}

.date-venue-section .contaciner-lv2 ul li .content-box p:nth-child(2) span {
    color:  #000;
}

.date-venue-section .contaciner-lv2 ul li .content-box p:nth-child(2) {
    color:  #648499;
    font-size: 18px;
    line-height: 30px;
    padding: 0px 40px;
    margin-bottom: 60px;
}

.date-venue-section .contaciner-lv2 ul li .content-box p:last-child {
    bottom: 0;
    float:  left;
    text-align:  center;
    width:  100%;
}

.date-venue-section .contaciner-lv2 ul li .content-box p:last-child a {
    color: #15c4d9;
    font-size: 18px;
}
.date-venue-section h3 {
    font-weight:  bold;
    float: left;
    width:  100%;
    background: #f5f8fa;
    padding: 100px 0px 70px 0px;
    margin-bottom: 20px;
}
.formlogin .box-header h4{
    margin-bottom:10px;
}
.formlogin .box-header p{
    font-size:22px;
    font-weight:700;
}
@media only screen and (max-width: 800px){
    .date-venue-section .contaciner-lv2 ul {
        display: block;
    }
    .date-venue-section .contaciner-lv2 ul li {
        width: 50%;
        float: left;
        margin-bottom:30px;
    }
    .date-venue-section .contaciner-lv2 ul li:nth-child(2) .content-box {
        border-right:none;
    }
}
@media only screen and (max-width: 640px){
    .date-venue-section .contaciner-lv2 ul li {
        width: 100%;
    }
    .date-venue-section .contaciner-lv2 ul li .content-box {
        border-right:none;
    }
       .date-venue-section .contaciner-lv2 ul li:first-child {margin-left: 0px;}

       .date-venue-section .contaciner-lv2 ul li:last-child{margin-right: 0px;}
    .sponsored-section .sponsored-logos img {
        width: auto !important;
        display: block !important;
        float: none;
        padding: 25px 20px;
        clear: both;
        margin: auto;
    }
    .date-venue-section h3 {
        font-weight: bold;
        float: left;
        width: 100%;
        background: #f5f8fa;
        padding: 40px 0px 40px 0px;
        margin-bottom: 20px;
    }
    .date-venue-section .contaciner-lv2 ul li .content-box {
        margin-top: 30px;
    }
    .date-venue-section .contaciner-lv2 ul li .content-box p:nth-child(2) {
        margin-bottom: 20px;
    }

}
@media only screen and (max-width: 425px){
    .date-venue-section .contaciner-lv2 ul li p:nth-child(3) {
        font-size: 18px;
    }
        .date-venue-section .contaciner-lv2 ul li p:nth-child(2) {
        font-size: 25px;
    }
        .date-venue-section .contaciner-lv2 ul li p:last-child a {
        font-size: 20px;
    }
}

.sponsored-section .contaciner-lv3 p {
    font-size: 28px;
    line-height: 60px;
    color: #000;
    font-weight: bold;
}
.sponsored-section .sponsored-logos img {
    width: auto;
    display: inline-block;
    float:none;
    padding: 25px 20px;
}
.sponsored-section .sponsored-logos {
    text-align: center;
    float: left;
    width: 100%;
}
.EDM-panel-section .EDM-viewauthor .col-3 {
    float:  none;
    margin-right:  0;
}

.EDM-panel-section .wrap {
    text-align:  center;
}
/*=====================END PLAN LANDING PAGE 4===============*/
/*SSR-3 Follow up on iPad.*/
@media only screen and (max-width: 800px) {
    #header .title-area li.name.fullwidth{width:100%;text-align:center;}
    body .sidebar-right {
        overflow: hidden;
    }
    body.single-_hidden .sidebar-right{
        overflow: visible;
    }
	.landing-trial-plan4 #content.box2 header ul{
		margin-left:1em
	}
	.landing-trial-plan4 #content.box2 header ul li{
		font-size:13px
	}
}
@media only screen and (max-width: 40.063em) {
    #trial .formlogin {
        max-height: 450px;
        overflow-y: scroll;
    }
    .trial-sidebar .medium-6 {
        width:100%;
    }
}
/*SSR-2 Signup on article pages*/
.lightbox-target .subform {
    width:100%;
}
.lightbox-target .subform .column {
    padding-left:10px;
    padding-right: 10px;
}
.lightbox-target #addusersub{
    margin-left: 20px;
}

.lightbox-target .subform .errorHolder .error-detail{
    bottom:0;
    left:10px;
    text-align: left;
    right: 24px;
}
.lightbox-target{
    height:100%;
}
.wrap-login-trial {
    text-align: left;
}
.wrap-login-trial .login-popup-btn{
    margin-right: 10px;
}
.wrap-login-trial .trial-popup-btn {
    margin-left: 10px;
}
.wrap-login-trial.box-user{
    border:none;
    background:none;
    padding:0;
}
#trial .box-user{
    padding-bottom: 0;
}
#trial .form-submit p.notbot {
    margin-top:0;
    margin-left:18px;
}
#trial .box-user.widget .box-header{
    padding-left:31px;
}
#trial p.heading_2{
    text-align: center;
    margin-bottom: 0;
}
#trial_success .box-user{
    padding-bottom: 0;
}
#trial_success .form-content{
    padding:23px;
}
#trial_success h4{
    font-size: 14px;
    color:#000;
}
#trial_success h4.title{
    font-size: 23px;
}
.wrap-close {
    text-align: center;
}
#trial_success .formlogin{
    min-height: 293px;
}
.lightbox-target {
    top:-50000em;
}
.lightbox-target .hide-error .subform .errorHolder .error-detail, .hide-error .errorHolder .error-detail{display:none;}
.logo-footer a,
.links-socials a {
    text-decoration: none;
}
.btn-login ul {
    margin:0;
}
.btn-login ul li{
    display:inline;
}
#header-event .header-top{
    width:100%;
    background:url(images/event_header_bg.jpg) no-repeat scroll center top #1577ac;
    min-height:352px;
    display:inline-block;
}
#header-event .header-top h1{
    font: 700 54px/68px 'Open Sans', sans-serif!important;
    color: #ffffff;
    text-transform: none;
    text-align: center;
    padding: 78px 0 12px 0;
    display: inline-block;
    text-shadow: 0px 5px 7px rgba(0, 0, 0, 0.35);
}
#header-event .header-top h2{
    font:normal 26px 'AGaramondProBold',Arial;
    color:#6de1ff;
    text-transform:uppercase;
    text-align:center;
    letter-spacing:4px;
}
#header-event .header-center{
    width:100%;
    background:#0a2c42;
    min-height:88px;
    display:inline-block;
    text-align:center;
    padding-top:24px;
}
#header-event .header-center p{
    font:700 17px/43px 'Open Sans', sans-serif;
    color:#ffffff;
}
#header-event .header-center img{
    vertical-align:top;
    padding:0 0 0 5px;
}
#header-event .header-bottom,
#header-event .header-bottom div,
#header-event .header-bottom ul{
    width:100%;
    display:inline-block;
    text-align:center;
    background:#e3e3e3
}
#header-event .header-bottom div{
    background:#e1e1e1;
}
#header-event .header-bottom ul{
    background:url(images/expert_under.jpg) no-repeat scroll center top #e3e3e3;
    padding:0;
    margin:0;
}
#header-event .header-bottom ul li{
    display:inline;
    text-align:center;
}
#header-event .header-bottom  a{
    font:600 16px 'Open Sans', sans-serif;
    color:#053c78;
    text-transform:capitalize;
    text-decoration:none;
    padding:0 0 30px 0;
    display:inline-block;
    text-align:center;
}
#header-event .header-bottom ul li a{
    padding:24px 55px 28px;
}
#container-event{
}
#container-event article{
    width:100%;
    display:inline-block;
    background:#f6f6f6;
    margin:0;
}
#container-event article .row{
    padding:85px 28px 90px;
}
#container-event article .entry-content{
    margin-bottom:13px;
}
#container-event .row,
header#header-event .row{
    max-width:830px;
}
#container-event article h3,.event_other_content  h3,.dates_and_venues h3,.subscriber_discount h3{
    font:bold 60px/60px Arial;
    color:#0a2c42;
    padding-bottom:34px;
}
#container-event article p,.subscriber_discount p{
    font:normal 16px/28px Arial;
    color:#0a2c42;
}
.page-template-event-landing-page a.register-button{
    font:700 22px/73px Helvetica, Arial;
    color:#fff;
    text-transform:uppercase;
    background:#a4d242;
    width:300px;
    height:70px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    text-align:center;
    display:inline-block;
    margin:33px 0 -5px;
    letter-spacing:2px;
    max-width:100%
}
.event_other_content{
    width:100%;
    display:inline-block;
    background:url(images/event_content_blue_bg.jpg) no-repeat scroll left top #1577ac;
}
.event_other_content .header-top{
    padding:75px 0 55px
}
.event_other_content .row{
    text-align:center;
}
.event_other_content  h3{
    color:#fff;
    margin-bottom: 0;
    padding-bottom: 30px;
}
.event_other_content  h4{
    color:#fff;
    font:bold 27px Arial;
    margin:0px 0 47px;
}
.event_other_content  ul {
    list-style-position: inside;
    margin-left:2px;
}
.event_other_content  ul li{
    margin-bottom: 30px;
    vertical-align: top;
}
.event_other_content  ul li,.event_other_content  ul li a{
    color:#fff;
    font:bold 20px/30px Arial;
    text-align:center;
}
.event_other_content .header-center,.event_other_content .header-center p{
    width:100%;
    display:inline-block;
    min-height:130px;
    background:#a4d242;
    text-align:center;
}
.event_other_content .header-center  a{
    background:#ffffff;
    color:#a4d242;
    margin:30px 0;
}
.dates_and_venues{
    width:100%;
    display:inline-block;
    background:#f6f6f6;
}
.dates_and_venues .row{
    padding:104px 0;
}
.dates_and_venues .text-heading{
    text-align:center;
    width:100%;
    display:inline-block;
    padding-bottom: 8px;
}
.dates_and_venues .col_left,.dates_and_venues .col_right{
    width:100%;
    display:inline-block;
    max-width:370px;
    background:#1577ac;
    margin:0 15px;
    padding:62px 0 45px;
    text-align:center;
}
.dates_and_venues .col_left{
    margin:0 15px 0 30px;
    float:left;
}
.dates_and_venues .col_right{
    margin:0 0px 0 15px;
    float:left;
}
.dates_and_venues h4{
    font:700 28px Helvetica, Arial;
    color:#ffffff;
    text-transform:uppercase;
    margin-bottom:18px;
}
.dates_and_venues strong{
    font:700 18px/28px Helvetica, Arial;
    color:#ffffff;
}
.dates_and_venues p{
    font:400 18px Helvetica, Arial;
    color:#ffffff;
}
.page-template-event-landing-page  .dates_and_venues .register-button{
    font-size:14px;
    width:157px;
    height:40px;
    line-height:40px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin:10px 0 15px;
    letter-spacing:0.7px;
}
.subscriber_discount{
    width:100%;
    display:inline-block;
    background:#f6f6f6
}
.subscriber_discount .row{
    padding:10px 28px 128px;
}
.footer-event{
    width:100%;
    display:inline-block;
    background:#ffffff
}
.footer-event p,.event_footer_top h6{
    font:400 22px Helvetica,Arial;
    color:#7d7d7d;
}
.event_footer_top h6{
    display: inline-block;
    text-align: left;
    float: left;
    margin: 34px 0 0;
}
.event_footer_top div{
    display:inline-block;
    vertical-align:top;
    max-width:100%;
    width:100%;
}
.event_footer_bottom{
    width:100%;
    display:inline-block;
    background:#1577ac;
    min-height:168px;
    text-align:center;
}
.event_footer_bottom a.register-button{
    margin:48px 0;
}
.event_footer_top{
    padding:51px 0 60px 14px
}
.event_footer_top a{
    display:inline-block;
    width: 24%;
    text-align: center;
}
.event_footer_top img{
    max-height: 81px;
    width: auto;
    display: inline-block;
}
.event_footer_top table{
    width:100%;
}
.event_footer_top table tr td{
    vertical-align:middle;
	text-align:center;
}
.event_footer_top table tr td a{
    width: auto;
    margin-bottom: 30px;
}
.event_footer_top table tr td img{
    vertical-align:middle;
    margin:0;
}
.event_footer_top a:first-child img{
}
header#header {
    clear:both;
}
#no-access p span {
    font-size: 13px;
}
#no-access {
    clear:both;
}
.header-landing{width:100%;background:#0b2232;padding:20px 0;}
.content-block-inner{width:960px;margin:0 auto;max-width:90%;
	position:relative;
}
.logo{width:50%;display:inline-block;vertical-align:top;}
.landing-page-landing-page .logo{
	width:100%;
	display:inline-block;
	vertical-align:top;
	text-align:center;
}
.header-right{
	display: inline-block;
	float: right;
	padding: 2px 0;
	text-align: right;
	vertical-align: top;
	width: auto;
}
.italic{
	font-family:open_sanslight_italic;
}
.header-right p{color: #94b9c7;font-size: 12px;}
.header-right p a{color:white}
.header-right p a.manage-account{padding:15px 20px;background:#1e4d6e;color:white;margin-left:20px;font-size:14px;font-weight:bolder;
	display:none;
}
.postid-10064695 .header-right .lightbox{
	display:none;
}
.banner-landing{padding:8px 0 10px;background:#0d293e url(images/landing-bg-img.jpg)center no-repeat;min-height:300px; position: relative;}
.postid-10073216 .banner-landing{padding:8px 0 10px;background:#0d293e url(images/landing-bg-img-ch.jpg)center no-repeat;min-height:570px; position: relative;}
.investor.banner-landing{
	background:url(images/newbanner.png) no-repeat;
	background-size:cover;
	background-position:center;
}
.postid-10065806 .investor.banner-landing{
	background:url(images/new-banner.png) no-repeat;
	background-size:cover;
	background-position:center;
}
.banner-landing .content-block-inner{
	width:100%;
	max-width:100%;
}
.banner-landing .inner{
	width:960px;margin:0 auto;max-width:90%;
}
.banner-landing .content-block-inner{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY (-50%);
	-ms-transform: translateY (-50%);
	-moz-transform: translateY (-50%);
	-o-transform: translateY (-50%);
}
.postid-10073216 .banner-landing .content-block-inner {
  position: absolute;
  top: 30%;
  transform: translateY(-62%);
}
.banner-landing .content-block-inner h1{
	 margin-top:-6px;
}
.banner-landing h1{font-size:54px;line-height: 1.25!important;;color:white;font-family:Open sans;font-weight:300;height:100%;}
.bg-gray{background:#f7f7f7;}
.bg-white{background:white;}
.bg-blue{background:#72afc9;}
.content-block-wrapper.bg-blue-ex{
   background:#002156;
   text-align:center;
   color:#fff;
   padding-bottom:21px;
}
.content-block-wrapper.bg-blue-ex p{
	color:#fff;
	font-family:Roboto;
	font-size:20px;
	font-weight:300;
}
.bg-blue-ex h5{
	color: #fff;
	font-style: italic;
	font-weight: 600;
	font-family:open sans;
	font-size:24px;
}
.bg-blue-ex .step-2-text{
	margin-top:11px;
}
.underline{
    text-decoration: underline;
}
.content-block-wrapper{width:100%;padding:20px 0 70px;}
.step-1-landing{width:380px;margin:0 auto;padding:30px 45px 15px ;max-width:90%;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;
border: 1px solid #bae3f7;box-shadow: 0 0 20px rgba(221,221,221,0.47);background: white;}
.content-block-wrapper h2{font-size:50px;line-height:1.3;font-weight:normal;color:#063f74;text-align: center;font-family:Roboto;font-weight:300;}
.content-block-wrapper h2.heading-step1{margin-bottom:20px;}
.content-block-wrapper .step-1-landing p{
	margin:15px 0;
}
.content-block-wrapper h2.heading-light{color:White;}
.content-block-wrapper p{font-size:16px;line-height:1.5;color:#6f8695;text-align: center;margin:28px 0;max-width:100%;font-family:Roboto;}
.step-1-landing p input[type=email],.step-1-landing p input[type=password]{font-size:14px;line-height:1.2;padding:14px;border:1px solid #03a9f6;border-radius:2px;
box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;width:100%;margin-bottom: 20px;height:auto;}
.step-1-landing p input::-webkit-input-placeholder {
   font-style: normal!important;color:#6B6B6B;
}
.step-1-landing p input:-moz-placeholder { /* Firefox 18- */
   font-style: normal!important;color:#6B6B6B;
}
.step-1-landing p input::-moz-placeholder {  /* Firefox 19+ */
   font-style: normal!important;color:#6B6B6B;
}
.step-1-landing p input:-ms-input-placeholder {  
   font-style: normal!important;color:#6B6B6B;
}
.step-1-landing p a.btn-blue{display:block;text-align: center;color:white;text-transform:capitalize;font-size: 16px;font-weight:400;padding:14px 0;border-radius:2px;background:#03a9f6;font-family:Open sans;}
p.logged-status{text-align:center;padding:25px 0 0;display:none;-webkit-transition: all 0.4s ease-in-out;margin:20px 0;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;}
.logged-status.showed{display:block;}
span.error-box.showed{display:inline-block!important;}
.logged-status span{display:inline-block;width:24px;height:24px;background:url(images/green-stick.png)top left no-repeat;}
.step-2-landing{width:960px;margin:0 auto;max-width:90%;}
.step-2-text{margin-top:20px;}
.step-2-text p{margin:0;}
.list-status{margin-bottom:30px;margin-left:0;text-align: center;}
.list-status li{width:31%;display:inline-block;vertical-align: top;margin-right:3%}
.list-status li:last-child{margin-right:0;}
.list-status li p{padding:0;}
p.logged-status{padding:0;}
.plan-list{margin:0;text-align: center;}
.plan-list>li{width:31%;display:inline-block;vertical-align:top;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;margin-right:3%;}
div.plan-wrapper{
-webkit-box-shadow: 2px 20px 96px -52px rgba(0,0,0,0.7);
-moz-box-shadow: 2px 20px 96px -52px rgba(0,0,0,0.7);
box-shadow: 2px 20px 96px -52px rgba(0,0,0,0.7);
border: 1px solid #dfeef4;-webkit-transition: all 0.4s ease-in-out;cursor:pointer;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;}
.plan-list>li>div.plan-wrapper:hover{border:1px solid #198fba;}
.plan-list>li>div.plan-wrapper:hover a.select-plan{background:#a4d736;border: 1px solid #82ab28;}
.plan-list>li:last-child{margin:0;}
.plan-list>li>div.plan-wrapper.plan-selected{border:1px solid #198fba;}
.plan-list>li h3{font-family:Roboto;text-align:left; padding:25px 20px;display:block;font-size:24px;line-height:1.2;font-weight:400;color:#198fba;border-bottom: 1px solid #dfeef4;}
p.price-per-month{font-size:16px;line-height:62px;color:#0f5c86;text-align:right;display:block;margin-top:42px;padding:0 20px;margin-bottom:18px;}
p.price-per-month>span{font-size:62px;color:#0f5c86;line-height:1.2;float:left;margin-top:-20px;}
p.price-per-month>span>span{font-size:31px;display: inline-block;padding-top: 13px;vertical-align: text-top;}
.more-info{background:#ddebf0;min-height: 231px;overflow:hidden;}
.more-info h5{
	color: #0f5c86;
	font-size: 15px;
	margin-bottom: 4px;
	margin-top: 10px;
	padding-left: 17px;
	text-align: left;
	text-transform: uppercase;
}
ul.list_info_1{margin:0;list-style:none;text-align:left;background:#fafcfc;min-height:231px;}
ul.list_info_1>li{
	padding:18px 22px;
	border-bottom:1px solid #edf0f0;
	color:#0f5c86;
	font-family:Roboto;
	background:url(images/tickssr.png) no-repeat 20px 20px;
	font-size:14px;
	background-size:18px;
	padding-left:45px;
}
ul.list_info_2{
	padding:14px 20px;
	list-style:none;
	margin:0;
	text-align:left;
}
ul.list_info_2 li{
    font-size:13px;
    color:#0f5c86;
    line-height:1.2;
    padding-bottom:14px;
	padding-left:20px;
	background:url(images/arrow-right.png) no-repeat left 1px;
	font-family: Roboto;
	font-weight:400;
}
.select-plan{padding:11px 0;display:block;border:1px solid #1787b0;font-weight:400;color:white;text-align:center;width:250px;max-width:100%;margin:0 auto 20px;background:#198fba;-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
font-family:Roboto;
}
.select-plan:hover{color:white!important;}
.select-plan.selected{background:#a4d736;border: 1px solid #82ab28;}
.limit_badge{font-size:30px;color:#6b7173;text-align:Center;line-height:1.2;padding-top:30px;margin-top:0px;}
.header-seperator{background:url(images/bg-seperator.png)center repeat-x;font-weight:bold;font-size:16px;line-height:1.2;color:#1b4663;text-align:center;margin:28px 0;}
.header-seperator span{font-family:opensans-extrabold; padding:0px 40px;display:inline-block;background:#72afc9;text-transform:uppercase;color:#1b4663;font-size:16px;font-weight:bolder;}
.step-3-landing{width:960px;margin:0 auto;max-width:90%;}
span.label{font-size:15px;color:#1b4663;}
.form-control{padding:10px 0px;text-align:center;}
.col-half{width:48.5%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:0 10px;display:inline-block;vertical-align: top;}
.form-control label{font-weight:bolder;color:#1b4663;display:block;text-align:left;}
.col-half input[type=text],.col-half input[type=email],.col-half input[type=password],.col-half select{font-size:13px;padding:15px 18px;border-radius:2px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;width:100%;border:none;background:white;height:Auto;background: #eff2f3;}
.col-half input[type=text]:focus,.col-half input[type=email]:focus,.col-half input[type=password]:focus,.col-half select:focus{outline: #166f9f solid 1px;}
.col-half>.col-half{padding:0 5px 0 0;}
.col-half select{background:#eff2f3 url(images/dropdown-form.png) right center no-repeat!important;-webkit-appearance: none;-moz-appearance: none;appearance: none;cursor:pointer;border:1px solid #8aa0ad!important;padding:14px 17px!important;}
.col-half>.col-half:last-child{padding:0 0 0 5px;}
.col_70 input,.col_70 select,.col_30 input,.col_30 select{font-size:13px;padding:15px 20px;border-radius:2px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;width:100%;border:none;background:white;height:Auto;}
.col_30{width:30%;display:inline-block;vertical-align: top;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding-right:20px;}
.col_30:last-child{padding-right:0;padding-left:5px;}
.col_70{width:68.5%;display:inline-block;vertical-align: top;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding-right:20px}
.col_70:last-child{padding-right:0;padding-left:5px;}
.col-half>.col_30{padding-right:5px;}
.col-half>.col_70{padding-right:0px;}
.col_60{width:60%;display:inline-block;vertical-align: top;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding-right:5px}
.col_40{width:39%;display:inline-block;vertical-align: top;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding-right:5px}
.col_40:last-child,.col_60:last-child{padding-right:0;padding-left:5px;}
.col_60>.col-half>select{padding:14px 10px!important;}
.form-control input[type=radio]{display:none;}
.form-control input[type=radio] + label > span{width:20px;height:20px;display:inline-block;background:white;border-radius:50%;vertical-align: middle;margin-right:10px;}
.form-control input[type=radio] + label{display:inline-block;margin-left:30px;}
.form-control input[type=radio]:checked + label > span{width:20px;height:20px;border:5px solid white;background:#3d7ea6}
.form-control .col-full-width{padding: 0 22px;text-align: left;}
.landing-submit{width:220px;max-width:100%;padding:15px 0!important;border-radius:4px;color:White;font-size:21px;line-height:1.2;background:#a4d242!important;font-family:open_sansregular;}
.landing-submit:hover{background: #a4d242!important;}
p.agree_text{font-size:13px;line-height:1.2;color:#1b4663}
p.agree_text a{font-weight:bold!important;color:#1b4663}
a.select-plan:hover{color:white!important}
.wrong_field{outline:#FF350C solid 2px; }
.wrong_field:focus{outline:#FF350C solid 2px!important;}
span.error_text{color:#ff0000;text-align:left;display:block;margin:0;font-size:14px;}
.list-bullet-points {list-style: none;text-align: center;margin:0;margin-top:20px;}
.list-bullet-points li{box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;width:49%;padding:20px;vertical-align: top;display: inline-block;}
.list-bullet-points li div{text-align: left;}
.list-bullet-points li div p{text-align:left;padding-left:70px;color: #4f4f4f;font-size: 14px;margin:0;}
.list-bullet-points li div img{float:left;display:inline-block;}
div.clearfix{clear:both;}
.list-author-landing{margin:0;text-align:center;list-style: none;margin-top:20px;}
.list-author-landing li{box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;width:49%;padding:26px 20px 0;vertical-align: top;display: inline-block;}
.list-author-landing li div{text-align: left;}
.list-author-landing li>div{border-bottom:1px solid #dfe0e0;padding-bottom:5px;line-height:2;max-width:100%;}
.list-author-landing li div img{float:left;margin: 0 15px 5px 0;}
.list-author-landing li div h3{color: #0f5c86;font-family: opensans-extrabold,Georgia,"Times New Roman",Times,serif;font-size: 24px;font-weight: 400;margin: 12px 0;line-height: 1.1;}
.list-author-landing li>div>p{color: #3c96b6;font-family: open_sansregular,Georgia,"Times New Roman",Times,serif;font-size: 12px;margin: 0;text-align: left;}
div.authour_desc{font-size: 14px;width: 100%;line-height: 2;color: #707070;text-align: left;}
div.authour_desc p{text-align: left;
margin-top:15px;
float: left;
  font-size: 14px;
  width: 100%;}
.error-box-wrapper{display:block;margin:40px 0;text-align: center;}
span.error-box{font-size:16px;font-weight:Bolder;color:white;line-height:1.2;padding:17px 40px;background: #ff0000;border-radius:4px;display:none;}
.col_70>.col-half,.col_60>.col-half{padding-right:5px;padding-left:0}
.col_70>.col-half:last-child,.col_60>.col-half:last-child{padding-right:0;padding-left:5px}
.login-wrapper-2,.login-wrapper-1,.step-1-landing{overflow:hidden;position:relative;}
.back-in-step1{width:25px;height:25px;display:inline-block;position:absolute;top:40px;left:60px;background:url(images/back-icon-image.png)center no-repeat;cursor:pointer;}
.logged-icon-wrapper{min-height:65px;display:inline-block;width:100%;}
span.icon-sorter{display:inline-block;width:20px;height:25px;background: url(images/sorter-img.png)center center no-repeat;cursor: pointer;float:right}
span.icon-sorter.sorted-max{background: url(images/sorter-img2.png)center center no-repeat;}
span.icon-sorter.sorted-min{background: url(images/sorter-img1.png)center center no-repeat;}
.login_step1{padding:0px 20px;border-radius: 4px;margin-top:15px;max-width:100%;}
.wp-table-reloaded>tbody>tr.odd>td{background:white!important;}
.wp-table-reloaded>tbody>tr.even>td{background:#D0D0D6!important;}
.wp-table-reloaded>thead>tr>th>center{float:left;}
.col-half.toggle-display{-webkit-transition: all 0.4s ease-in-out;}
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;}
.col-half.t_left{text-align:left;padding:14px 0;}
.page-id-10000525 .switzersupport{display:none;}
.note-plan-selected{font-weight:bolder;color:#0D3B4B!important;text-align:center;margin:20px 0;}
.form-hide{display:none;}
body.single-landing-page .switzersupport.showed{display:block!important;}
.postid-10054209 .box-user{border-bottom:1px solid #88bfdc!important;}
/** landing page*/
.landing-page-landing-page .article_special_image {
    padding: 0 10px;
    position: relative;
}
.landing-page-landing-page #container h1, .landing-page-landing-page .heading_1 {
  color: #198fba;
  font-size: 62px;
  font-weight: 500;
  line-height: 1.156;
  margin-bottom: 50px;
}
.landing-page-landing-page .heading_2::after {
  border-bottom: 1px solid #198fba;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
}
.landing-page-landing-page .heading_2 {
  color: #0f5c86;
  font-family: opensans-bold;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 37px;
  position: relative;
  text-align: center;
}
.landing-page-landing-page .article_special_image .column.ouex {
  margin-top: 20px;
  min-height: auto;
  padding-bottom: 65px;
}
.landing-page-landing-page .article_special_image ul {
  line-height: 1.3;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.landing-page-landing-page .article_special_image .column {
  min-height: 390px;
}
.landing-page-landing-page .ouex p{
	margin:0px;
	margin-bottom:20px;
}
.landing-page-landing-page .heading_2 span {
  background: #f7f7f7 url("img/background-1.png") repeat scroll 50% 50%;
  color: #72afc9;
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  padding: 0 20px;
  position: relative;
  z-index: 3;
}
.landing-page-landing-page .heading_2 span {
  background: #fff;
}
.landing-page-landing-page .article_special_image ul {
  line-height: 1.3;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.landing-page-landing-page .article_special_image li:after {
  background: rgba(0, 0, 0, 0) url("images/checkac.png") no-repeat;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 20px;
}
.landing-page-landing-page .article_special_image li {
  font-size: 15px;
  margin: 0 0 18px;
  padding: 0 0 0 35px;
  position: relative;
  font-family:Roboto;
}
.landing-page-landing-page .reminder h2 {
  color: #fff;
  font-size: 54px;
}
.landing-page-landing-page .reminder{
  min-height:210px;
  margin-bottom:40px;
  height:auto;
  line-height:1.5;
  background-size:cover;
  font-family:Roboto;
}
.content-block-wrapper .reminder p{
  color:#fff;
}
.select_ticket_wrapper .col-full{
	padding: 0 10px;
	width:100%;
	text-align:center;
}
.select_ticket_wrapper .col-fullwidth.t_left{text-align: left;padding:0 10px;}
.select_ticket_wrapper .col-fullwidth.t_left select{background:#eff2f3 url(images/dropdown-form.png) right center no-repeat!important;-webkit-appearance: none;-moz-appearance: none;appearance: none;cursor:pointer;border:1px solid #8aa0ad!important;padding:14px 17px!important;width:48.5%;max-width:100%;
margin:0 auto;
}
.select_ticket_wrapper .col-fullwidth.t_left span.label{margin-right:0;padding-bottom:18px;display:inline-block;}
.exprest-img .inner-ex{
 	width: 960px;
    margin: 0 auto;
    max-width: 90%;
    position:relative;
}
.step-2-landing.exprest-img{
	background: #cfdae0;
	max-width: 100%;
	width: 100%;
	padding-top: 20px;
	margin-bottom: 99px;
	padding-bottom: 0px;
	text-align:center;
	font-weight:700;
	display:none;
}
.content-block-wrapper p.more{
	margin-top:0px;
	font-family:Roboto;
	color:#0a2c42;
	font-weight:300;
}
.step-2-landing.exprest-img ul{
	list-style:none;
	padding:0px;
	margin:0px;
	position:absolute;
	bottom:-35px;
	width:100%;
}
.step-2-landing.exprest-img h2 {
    margin-bottom: 4px;
    margin-top: 21px;
    font-size: 44px;
	color:#063f74;
	font-family:Roboto;
	font-weight:300;
}
.step-2-landing hr{
    margin-top:45px;
    margin-bottom:5px;
}
.step-2-landing.exprest-img .ex1{
	text-align:right;
}
.step-2-landing.exprest-img .ex2{
	padding-left:5%;
}
.step-2-landing.exprest-img .ex3{
	padding-right:7%;
}
.step-2-landing.exprest-img .ex4{
	text-align:left;
}
.step-2-landing.exprest-img ul li{
	width:24%;
	display:inline-block;
}
.step-2-landing.exprest-img ul li a{
	display:block;
	width:100%;
	height:100%;
	vertical-align:text-bottom;
	color:#063f74;
	font-family: open sans;
    font-weight: 400;
}
.step-2-landing.exprest-img img{
	margin-bottom:0px;
}
.banner-landing.investor h1{
	text-align:center;
	font-family:Roboto;
}
.list_info_1 li:last-child{
   border-bottom:0px;
}
/** style Inverst landing page ***/
.landing-page-investor-page .header-landing{
	background:url(images/banner-bg.png) no-repeat;
	background-size:cover;
	text-align:center;
	color:#fff;
}
.bg-blue-ix{
	background:#002156;
	width:100%;
	padding:0 5%;
	text-align:center;
}
.bg-blue-ix img{
	width:100%;max-width:550px;
}
.landing-page-investor-page .button-register{
	background: #03a9f6 none repeat scroll 0 0;
	border-radius: 60px;
	color: #fff;
	display: inline-block;
	font-family: roboto;
	font-size: 27px;
	font-weight: 300;
	height: 86px;
	line-height: 1.7;
	padding: 22px 50px;
	text-align: center;
	width: 328px;
	letter-spacing:2px;
}
.landing-page-investor-page .button-register:hover{
	color:#fff;
	opacity:0.8;
}
.landing-page-investor-page .header-landing h1{
	font-family:Roboto;
	color:#fff;
	font-size: 49px;
    font-weight: 700;
    text-transform:uppercase;
	max-width:943px;
	margin:12px auto;
}
.landing-page-investor-page .header-landing{
	padding-top:113px;
	padding-bottom:67px;
}
.landing-page-investor-page .header-landing h4{
	font-family:Roboto;
	font-weight:300;
	color:#fff;
	text-transform:uppercase;
	margin-bottom:48px;
}
.landing-page-investor-page .step-2-landing p{
	text-align:left;
	font-size:22px;
}
.landing-page-investor-page .sub-button{
	background: #13b9ff;
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	font-weight: 300;
	height: 50px;
	max-width: 100%;
	padding: 17px;
	width: 250px;
	font-family: roboto;
}
.landing-page-investor-page .sub-button:hover{
	color:#fff;
	opacity:0.8;
}
.landing-page-investor-page .sub-button.gray{
	background:gray;
}
.tb-box1{
	border-bottom: 1px solid #ddd;
	display: inline-block;
	padding-bottom: 25px;
}
.box-res1{
	padding:35px 0;
}
.box-res2{
	padding:57px 0;
}
.partner{
	background:#fff;
}
.text-content .button-register{
	margin-top:40px;
}
.text-content.content-block-wrapper{
	padding-bottom:100px;
}
.landing-page-investor-page{
	font-family:roboto;
}
.landing-page-investor-page .text-content.content-block-wrapper{
	padding-top:70px;
}
.landing-page-investor-page .bg-gray-ix{
	background:#f7fafa;
}
.landing-page-investor-page .content-block-inner{
	width:1200px;
}
.landing-page-investor-page .step-2-landing.exprest-img{
	padding-top:60px;
	width:100%;
	margin-bottom:45px;
}
.landing-page-investor-page .step-2-landing.exprest-img h3{
	font-family:roboto;
	font-weight:300;
	font-size:72px;
	color:#0a2c42;
	margin-bottom:0px;
	line-height:1.3;
}
.landing-page-investor-page .step-2-landing.exprest-img p{
	margin-top:0px;
	font-family:roboto;
	font-weight:300;
	color:#0a2c42;
	font-size:20px;
}
.landing-page-investor-page .exprest-img .inner-ex{
	width:1200px;
}
.landing-page-investor-page .exprest-img  img{
	width:100%;
}
.landing-page-investor-page .text-content h3 {
    color: #0a2c42;
    font-size: 75px;
    font-weight: 300;
    line-height: 1.1;
    font-family: roboto;
    margin-bottom:54px;
}
.landing-page-investor-page ul li a{
	color:#265f94;
	font-size:18px;
}
.landing-page-investor-page .text-content .step-2-landing{ 
	padding-left:130px;
	padding-right:130px;
}
.landing-page-investor-page .step-2-landing{
	width:1200px;
}
.landing-page-investor-page .why-attend{
	background:#265f94 url(images/in_bglist.png) no-repeat;
	background-size:cover;
	padding-top:120px;
	padding-bottom:135px;
}
.why-attend .content-block-inner{
	width:1186px;
}
.why-attend h3{
	font-size:72px;
	color:#fff;
	text-align:center;
}
.why-attend p{
	font-size: 36px;
    margin-top: 0px;
    color: #fff;
    font-family: arial;
    font-weight: 700;
    margin-bottom:60px;
}
.why-attend ul{
	margin:0px;
}
.why-attend li{
	list-style:none;
	background: url(images/li-in.png) no-repeat left 5px;
	padding-left:48px;
	color:#fff;
	font-size:24px;
	background-size:26px;
	width:534px;
	float:left;
	min-height:85px;
	margin-right:60px;
}
.why-attend li:nth-child(2n){
	margin-right:0px;
}
.box-date-event{
	padding-top:110px;
}
.box-date-event .content-block-inner{
	width:1047px;
}
.box-date-event h3{
	text-align: center;
    font-size: 72px;
    color: #0a2c42;
    font-weight: 300;
    margin-bottom: 50px;
    font-family: roboto;
}
.table-three{
	width:320px!important;
	height:360px;
	margin-left:13px;
	margin-right:15px;
}
.table-three table{
	width:100%;
	height:auto;
	font-size:20px;
} 
.table-three table td img{
	padding-right:10px;
	width:40px;
}
.table-three table.tb-box2  td img{
	width:30px;
}
.landing-page-investor-page  .sub-save{
	padding-top:120px;
	padding-bottom:120px;
}
.landing-page-investor-page  .sub-save h3{
	font-size:72px;
	font-weight:300;
	font-family:roboto;
	margin-bottom:32px;
}
.landing-page-investor-page .sub-save .content-block-inner{
	width:920px;
}
.landing-page-investor-page .sub-save .button-register{
	margin-top:40px;
}
.b-title{
	padding-top:25px!important;
	color:#0a2c42;
	font-size:30px;
}
.sub-save p{
	font-size:20px;
}
.formlogin{
	text-align:left;
}
.wrap-popup-download{}
.modal-open .modal {
    overflow-x: hidden;    overflow-y: auto;
    background: rgba(51, 51, 51,0.5)!important;
}
.fade.in {
    opacity: 1;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.landing-page-landing-page-urb *{font-family:Open Sans;}
.landing-page-landing-page-urb .banner-top {
    margin: 130px 0;position: relative;
width: 100%;
float: left;
}.landing-page-landing-page-urb .banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.modal.fade.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);display:none;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
}
.modal-dialog {
    width: 600px;max-width:100%;position:relative;
    margin: 30px auto;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.landing-page-landing-page-urb .container{padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto;}
.landing-page-landing-page-urb .container>.row{margin-left:-15px;margin-right:-15px;max-width:none;width:auto!important;}
.landing-page-landing-page-urb section {
    float: left;background:#F2F2F2;
    position: relative;
    width: 100%;
}
.section-title-urb.sh3 {
    color: #fff;
    font-family: Roboto Slab;
    font-size: 50px;
    font-weight: 700;
    line-height: 55px;
}
.banner-content-urb .mid-banner {
    margin-top: 30px;
}
.banner-content-urb .image-urb {
    float: left;
    padding-right: 40px;
}
.banner-content-urb .mid-banner .section-title.sh3 {
    color: #fff;font-weight: 700;
    margin-bottom: 0;
    font-size: 50px;
line-height: 55px;
text-align: left;
text-transform: none;
}
.banner-content-urb .mid-banner .section-title {
    color: #bcd52f;
    font-size: 50px;
    line-height: 55px;font-weight: 700;
margin-bottom: 20px;
    text-align: left;
    text-transform: none;
}
.banner-top .banner-content-urb .section-description {
    color: #fff;font-family: Roboto Slab;
    float: left;font-weight: 300;
    font-size: 20px;
    margin: 50px 0 0;
    text-align: left;
    width: 100%;
}
.menu-top {
    background: #fff none repeat scroll 0 0;
    float: left;
    width: 100%;
    padding: 15px 0;
}
#primary-menu {
    float: left;
}
#primary-menu.menu-about-top ul{margin:0 0;}
#primary-menu.menu-about-top ul li {
    display: inline-block;
}
#primary-menu ul li:first-child {
    margin-left: 0;
}
#primary-menu.menu-about-top ul li a.action-button {
    font-size: 14px;
    color: #042c59;display: block;
height: 55px;
line-height: 55px;
padding: 0 15px;
    text-transform: uppercase;
    font-weight: 600;
}
.menu-top .container .row > .action-button, .meet-team-video .btn-action-button {
    background-color: #042c59;
    border-radius: 4px;
    color: #fff;
    float: right;
    font-weight: 700;
    height: 56px;
    line-height: 56px;
    text-align: center;
    text-transform: uppercase;
    width: 200px;
}
.section-padding.bp70 {
    padding: 57px 0;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.investment-about-top .content-lt {
    box-sizing: border-box;
    float: left;
    max-width: 768px;
    position: relative;
    top: -7px;
}
#landing-about .content-desktop .content-lt h5 {
    font-size: 26px;
    font-family: "Open Sans";
    color: #042c59;
    font-weight: bold;
    line-height: 1.308;
    text-align: left;
    margin-top: 0;
    margin-top: 0;
    margin-bottom: 5px;
    letter-spacing: 1.3px;
}
#landing-about .content-desktop .content-lt .description {
    margin-bottom: 70px;
    margin-top: 15px;
}
#landing-about .content-desktop .content-lt .description p {
    font-size: 20px;
    font-family: "Open Sans";
    color: #042c59;
    font-weight: 400;
    line-height: 1.7;
    text-align: left;
    letter-spacing: 1px;
}
#landing-about .content-desktop .content-lt table {
    float: left;
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;background: transparent;
    display:table;
}
#landing-about .content-desktop .content-lt table tr {
    width: 100%;
}
#landing-about .content-desktop .content-lt table tr:nth-child(2n) {
    background-color: #fdfdfd;
}
#landing-about .content-desktop .content-lt table tr:first-child td {
    border-top: 1px solid #c4c4c4;
}
#landing-about .content-desktop .content-lt table tr td:first-child {
    box-sizing: border-box;
    width: auto;
    border-right: 0;
    padding-left: 5%;
}
#landing-about .content-desktop .content-lt table tr td {
    font-size: 18px;
    font-family: Open Sans;
    color: #042c59;
    line-height: 1.6;
    padding:10px;
    border: 1px solid #c4c4c4;
    border-top: 0;
    padding-left: 5%;
    display:table-cell;
    vertical-align: top;
}
.thanks_you_home {
  display: inline-block;
  margin-bottom: 30px;
  margin-top: 15px;
  text-align: center;
  width: 100%;
}
.thanks_you_home p {
  color: #042c59;
  display: inline-block;
  float: left;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-right: 15px;
  margin-top: 12px;
  text-align: center;
  width: 100%;
  padding: 0 15px;
}
#landing-about .content-desktop .content-rt {    padding-left: 0;    background: #fff;    padding-bottom: 30px;    box-shadow: 12.021px 12.021px 16px 0px rgba(0, 0, 0, 0.1); width: 100%;    max-width: 100%;float:left;}
.wrapper-download-form {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    background: #fff;
}
.title-download-form {
    background-color: #b8bbbe;
    padding: 28px;
}
.title-download-form > h2 {
    color: #fff;font-weight:700;cursor: pointer;font-size: 24px;margin-bottom: 0;margin-top: 0;position: relative;line-height:1.1;
}
.wrapper-download-form-content {
    display: block !important;
}#landing-about .content-desktop .content-rt .wrapper-download-form ul {
    margin-top: 15px;margin-left:0;
}
#landing-about .content-desktop .content-rt ul li:first-child {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #c4c4c4;
}
#landing-about .content-desktop .content-rt .wrapper-download-form ul li {
    border-bottom: 1px solid #c4c4c4;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
}
#landing-about .content-desktop .content-rt ul li {
    list-style: none;
    float: left;
    width: 100%;
}
.modal {
    position: fixed;    top: 0;    right: 0;    bottom: 0;    left: 0;    background: rgba(51, 51, 51,0.5)!important;
    z-index: 10050;    display: none;    overflow: hidden;    -webkit-overflow-scrolling: touch;    outline: 0;
}
.modal-dialog {
    position: relative;
}
.modal-content {
    position: relative;    background-color: #fff;    -webkit-background-clip: padding-box;    background-clip: padding-box;
    border: 1px solid #999;    border: 1px solid rgba(0,0,0,.2);    border-radius: 6px;    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.modal-header {
   	height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.close {    float: right;    font-size: 21px;    font-weight: 700;    line-height: 1;    color: #000;
    text-shadow: 0 1px 0 #fff;    filter: alpha(opacity=20);    opacity: .2;}
button.close {    -webkit-appearance: none;    padding: 0;    cursor: pointer;    background: 0 0;    border: 0;margin-top: -10px;}
button.close:hover{color: #000!important;}
.modal-body {    position: relative;    padding: 15px;color: #717171;font-size: 15px;line-height: 27px;}
.modal-footer {    padding: 15px;    text-align: right;    border-top: 1px solid #e5e5e5;}
.modal-footer .btn {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #1d5a9b 0px, #154170 100%) repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
}
.btn {
    display: inline-block;    padding: 6px 12px;    margin-bottom: 0;    font-size: 14px;    font-weight: 400;
    line-height: 1.42857143;    text-align: center;    white-space: nowrap;    vertical-align: middle;
    -ms-touch-action: manipulation;    touch-action: manipulation;    cursor: pointer;    -webkit-user-select: none;
        -moz-user-select: none;    -ms-user-select: none;    user-select: none;    background-image: none;
    border: 1px solid transparent;    border-radius: 4px;}
.modal-footer a.btn {    padding: 5px 12px;}
#landing-about .content-desktop .content-rt .form-subscribe {
    float: left;    width: 100%;    padding-left: 28px;    padding-right: 28px;}
#landing-about .content-desktop .content-rt .form-subscribe .input-text input[type="submit"] {
    position: relative;    width: 100%;    background: #fff;    border: 1px solid #043359;    border-radius: 3px;
    font-size: 14px;    font-family: "Open Sans";    color: #042c59;    text-transform: uppercase;    line-height: 1.5;
    text-align: center;    margin-top: 10px;    margin-bottom: 25px;}
#landing-about .content-desktop .content-rt ul {
    float: left;margin-left:0;    width: 100%;    padding-left: 28px;    padding-right: 28px;    margin-bottom: 11px;}
#landing-about .content-desktop .content-rt ul li .icon.icon-phone {
    background-image: url("images/icon_phone1.png");
}
#landing-about .content-desktop .content-rt ul li .icon.icon-mail {
    background-image: url("images/email-1.png");
}
#landing-about .content-desktop .content-rt ul li .icon {
    float: left;    width: 35px;    height: 35px;    background-repeat: no-repeat;    background-size: 100%;
    background-position: center center;    margin-right: 19px;}
#landing-about .content-desktop .content-rt h5 {
    color: #042c59;    float: left;    font-family: "Open Sans";    font-size: 26px;    font-weight: bold;    line-height: 1.308;
    padding: 22px 36px 15px;    margin: 0;    text-align: left;    width: 100%;}
#landing-about .content-desktop .content-rt h5.title-contact {
    background-color: #fff;    color: #042c59;    padding: 27px 30px;    margin-bottom: -4px;    border-top: 1px solid #c4c4c4;
    padding-top: 27px;    padding-bottom: 18px;    line-height: 1.308;    margin-bottom: 0;
}
#landing-about .content-desktop .content-rt ul li a {
    font-size: 20px;    font-family: "Open Sans";    color: #042c59;
    line-height: 1.7;    text-align: left;    float: left;    margin-bottom: 0;
}
#landding-why .box .box-content {
    float: left;    width: 83.33%;    padding-left: 6px;    font-size: 16px;    font-family: "Open Sans";    color: white;
    font-weight: 400;    line-height: 1.9;    text-align: left;
}
.section-cat h2.section-title{line-height: 28px;}
#landing-about .content-desktop .content-rt .wrapper-download-form ul li a::after {
    content: "\f178";    font-family: FontAwesome;    height: 28px;    position: absolute;
    right: 0;    width: 28px;    top: 0;}
.landing-page-landing-page-urb .top-header-ladding h2.section-title,.landing-page-landing-page-urb .top-header-ladding h3.section-title {
    color: #fff;
    display: block;
    font-family: "Roboto Slab";
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 53px;
    text-align: center;
    text-transform: none;
}
.meet-team {
    text-align: center;
}
.landing-meet-team{
	position:relative;
}
.landing-meet-team .content .meet-team-video {
    box-shadow: 0px 12px 21px 0px rgba(0, 0, 0, 0.43);
    margin-bottom: 35px;
}
.landing-meet-team .content {
    float: left;    width: 80%;    display: inline-block;    float: none;    text-align: center;}
.landing-meet-team .content .meet-team-video iframe {
    display: block;
}
body .meet-team-video .btn-action-button {
    display: table;
    margin: 0 auto;
    float: none;
}
#landding-why {
    background-color: #042c59;
}
#landding-why .box {
    float: left;    width: 100%;    margin-bottom: 55px;
}
#landding-why .box .box-icon {
    float: left;    width: 16.66%;    padding-right: 15px;    text-align: center;    display: inline-block;
}
#landding-why .box .box-icon {
    background-image: url("images/check-1.png");    background-repeat: no-repeat;    background-size: 100%;
    background-position: center;    width: 35px;    height: 35px;    text-align: center;    display: inline-block;    margin-right: 15px;
}
.col-sm-6 {
    width: 50%;
}
#landding-why .box .box-content {
    float: left;    width: 83.33%;    padding-left: 6px;    font-size: 16px;    font-family: "Open Sans";    color: white;
    font-weight: 400;    line-height: 1.9;    text-align: left;
}
#landding-why .box .box-content h2 {
    font-size: 24px;    font-family: "Open Sans";    color: white;    font-weight: bold;    line-height: 1.5;
    text-align: left;    margin-top: 0;    margin-bottom: -1px;
}
.landing-page-landing-page-urb #landding-risks .top-header-ladding h2.section-title,.landing-page-landing-page-urb #ladding-team .top-header-ladding h2.section-title ,
.landing-page-landing-page-urb #landding-who .top-header-ladding h2.section-title,.landing-page-landing-page-urb #how_to.how-to-invest .section-title,
.landing-page-landing-page-urb #landing-faq .top-header-ladding h2.section-title{
    color: #1061ad;
}
.risks-primary .wrap-content {
    margin: 0 auto;
    max-width: 850px;text-align:center;
}
section#landding-risks{background: white;}
#landding-who .wd-content .border-right {
    border-right: 1px solid #c4c4c4;
}
#landding-who .wd-content .icon {
    padding-top: 52px;
    margin-bottom: 48px;
}
#landding-who .wd-content .content-desc {
    display: inline-block;    text-align: center;    width: 100%;    font-size: 20px;    font-family: "Open Sans";
    color: #042c59;    line-height: 1.5;    text-align: center;
}
.content-desc p{
	font-size: 20px;  
	font-family: "Open Sans";
	color: #042c59;   
	line-height: 1.5;
}
#landding-who .wd-content {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: -5px;
}
#ladding-team .top-header-ladding .section-description{
    font-size: 20px;    font-family: "Open Sans";    color: #042c59;
    line-height: 1.5;font-weight: 300;margin-bottom: 45px;max-width: 930px;    text-align: center;margin: 0 auto 45px;
}
#ladding-team .top-header-ladding .section-description p {
	  font-size: 20px;  
	  font-family: "Open Sans";  
	  color: #042c59;
	  line-height: 1.5;
	  font-weight: 300;
}
section#ladding-team{background: white;}
.section-cat .primary-member {
    float: left;    position: relative;    text-align: center;    width: 100%;
}
.col-5 {
    box-sizing: border-box;    display: inline-block;    padding: 0 13px;vertical-align: top;    width: 19.7%;
}
.thunb-member {
    position: relative;    width: 100%;
}
.title-post-member {
    font-size: 18px;    margin-bottom: 13px;    text-align: left;}
.title-post-member a {
    color: #042c59;
}
.primary-member p {
    color: #042c59;    font-size: 13.7px;    font-style: italic;    margin-bottom: 0;    text-align: left;
}
#ladding-fund .section-padding {
    padding-top: 110px;    margin-bottom: 136px;
}
#ladding-fund .section-padding .content-manager .title {
    font-size: 50px;    font-family: "Roboto Slab";    color: #042c59;    line-height: 1.2;    text-align: left;
    letter-spacing: 0.3px;    padding-right: 10px;    margin-bottom: 39px;    font-weight: 400;color: #1061ad;
}
#ladding-fund .section-padding .content-manager .content-desc {
    font-size: 20px;    font-family: "Open Sans";    color: #042c59;    line-height: 1.5;    text-align: left;margin-bottom:20px;
}
.landing-page-landing-page-urb #ladding-fund .section-padding .content-manager .content-desc {
    color: #203744;
}
#landding-invest .section-padding .top-header-ladding {
    position: relative;
}
#landding-invest .section-padding .top-header-ladding h2.section-title {
    color: #fff;    position: relative;    position: relative;    margin-top: 73px;    margin-bottom: 73px;
}
.landing-page-landing-page-urb .section-title .icon-img {
    padding-left: 30px;
}
.landing-page-landing-page-urb .section-title .icon-img img {
    max-width: 59px;
}
.how-to-invest .item.menu-item {
    text-align: center;
}
.section_how.item-2.col-md-4 {
    display: inline-table;
    float: none;
}
.landing-page-landing-page-urb #how_to .section_how .wapper-list {
    -webkit-box-shadow: 0 12px 21px 0 rgba(0, 0, 0, 0.43);
    -moz-box-shadow: 0 12px 21px 0 rgba(0, 0, 0, 0.43);
    box-shadow: 0 12px 21px 0 rgba(0, 0, 0, 0.43);background-color: #fff;
padding-bottom: 10px;
text-align: center;min-height: 396px;
}
.landing-page-landing-page-urb .how-to-invest .wapper-list .feature-img {
    background-color: #112154;padding-bottom: 10px;padding-top: 35px;
}
#how_to .wapper-list img {
    padding-bottom: 14px;
}
.how-to-invest .section-description-1 {
    padding: 0 30px;
}
#how_to .wapper-list h3 {
    color: #042847;    font-family: "Open Sans", sans-serif;    font-size: 21px;    font-weight: 600;    line-height: 30px;
    margin-top: 20px;    margin-top: 38px;    min-height: 0;
}
#how_to .wapper-list span {
    font-weight: 300;    color: #042847;
}
.how-to-invest .section-description-1 p {
    color: #717171;    font-size: 14px;    line-height: 24px;margin-bottom:20px;
}
.space {
    display: block;height:35px;
}
.landing-page-landing-page-urb .section_how .btn.type-blue.link-pdf {
    background-color: #51a0dd;
}
.btn.type-blue.submit-app, .btn.type-blue.link-pdf {
    color: #fff;    font-weight: normal;    height: 56px;    line-height: 56px;background-color: #51a0dd;
    margin: 0 0 6px;    padding: 0;    width: 100%;margin: 20px 0 6px;
}
.landing-page-landing-page-urb #how_to.how-to-invest .section-title {
    font-family: "Roboto Slab";    font-size: 50px;    font-weight: 400;    margin-bottom: 53px;    text-align: center;    text-transform: none;
}
.section_radio_download {
    width: 100%;    padding: 0 30px;    height: 0;    -webkit-transition: 0.3s all;    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;    -o-transition: 0.3s all;    transition: 0.3s all;    overflow: hidden;
}
.how-to-invest .section_how.col-md-4 .wapper-list .feature-img::after {
    border-left: 185px solid transparent;border-top: 20px solid #112154;content: "";left: 15px;position: absolute;top: 131px;
    border-right: 185px solid transparent;
}
.how-to-invest .item.menu-item {
    margin-left: -15px;    margin-right: -15px;
}
.landing-page-landing-page-urb .faq-section {
    background-color: #f7f7f7;
    border-top: 10px solid #f3f4f4;
}
.list-faq {
    margin-left: -15px;    margin-right: -15px;    position: relative;    width: 100%;
}
#landing-faq .faq-content p{
    display: inline-block;    text-align: center;    width: 100%;    font-size: 20px;    font-family: "Open Sans";
    color: #042c59;    line-height: 1.5;    text-align: center;
}
.landing-page-landing-page-urb footer.footer-last{}
.landing-page-landing-page-urb body{background:#F2F2F2}
.fixed-top{position:fixed;top:0;left:0;z-index:10000;}
.risks-primary .content-desc p, #landding-who .wd-content .content-desc {
    display: inline-block;    text-align: center;    width: 100%;    font-size: 20px;
    font-family: "Open Sans";    color: #042c59;    line-height: 1.5;    text-align: center;
}
.landing-page-landing-page-urb #header {
    background-color: #152e6d;
    min-height: auto;display: block;
    position: relative;width: 100%;
z-index: 999;
}
.landing-page-landing-page-urb #header-wrap {
    min-height: 90px;    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08);margin: 0;position: relative;width: 100%;
    background: url("images/bg-header.png") repeat scroll 0 0;
}
.top-header {
    height: auto;    padding-top: 20px;
}
.logo-landing-header .standard-logo > img {
    max-width: 170px;
}
.pull-right {
    float: right !important;
}
.call-phone p {
    color: #fff;    font-size: 20px;    margin-bottom: 0;    padding-top: 8px;
    text-align: right;text-shadow: 1px 1px 1px rgba(0,0,0,0.004);line-height: 27px;
    text-rendering: optimizeLegibility !important;margin: 0 0 10px;word-wrap: break-word;
}
.call-phone a {
    color: #fff;
    text-decoration: none;
}
.container {
        width: 1170px;
    }
.col-xs-12 {
    width: 100%;
}
.logo.col-md-6 {
    padding-left: 0;
}
.banner-content-urb .image-urb > img {
    max-width: 250px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.section-cat .primary-member {
    float: left;
    position: relative;
    text-align: center;
    width: 100%;
}
.col-5 {
    box-sizing: border-box;
    display: inline-block;vertical-align: top;
    padding: 0 13px;
    width: 19.7%;
}
.thunb-member {
    position: relative;
    width: 100%;overflow:hidden;
}
.primary-member .item-link {
    display: table;    opacity: 0;    background: rgba(4, 31, 73, 0.8);    height: 208px;
    position: absolute;    top: 0;    width: 100%;    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;    transition: all .35s ease;
}
.primary-member .thunb-member:hover .item-link {
    opacity: 1;
}
.primary-member .box-link {
    display: table-cell;    vertical-align: middle;
}
.primary-member .box-link a {
    border: 1px solid #a0d3ec;    border-radius: 3px;    color: #fff;    font-size: 14px;
    font-weight: bold;    padding: 17px 27px;    text-transform: uppercase;
}
.title-post-member {
    font-size: 18px;    margin-bottom: 13px;    text-align: left;font-weight:bold;margin-top:20px;
}
.title-post-member a {
    color: #042c59;
}
.primary-member p {
    color: #042c59;    font-size: 13.7px;    font-style: italic;    margin-bottom: 0;    text-align: left;
}
.box-popup {
    display: none;
}
.section-cat .section-description {
    color: #222222;    font-size: 18px;    font-weight: 300;    margin-bottom: 45px;    max-width: 930px;
}
#landing-about .content-desktop .content-rt .form-subscribe .input-text {
    padding-right: 0;    max-width: 100%;    width: 100%;
}
#landing-about .content-desktop .content-rt .form-subscribe .input-text input {
    background-color: #ededed;    border-radius: 0;    margin-bottom: 6px;    padding: 10px 14px;color: #222222;transition: all 0.15s ease-in-out;
    font-size: 16px;color: #5d5d5d;line-height:1.4;height:auto;
}
#landing-about .content-desktop .content-rt .form-subscribe .input-text input::-webkit-input-placeholder { 
    color: #222; opacity: 1;font-style: normal;
}
#landing-about .content-desktop .content-rt .form-subscribe .input-text input:-moz-placeholder { 
    color: #222 !important; opacity: 1;font-style: normal;
}
#landing-about .content-desktop .content-rt .form-subscribe .input-text input::-moz-placeholder { 
    color: #222 !important; opacity: 1;font-style: normal;
} /* For the future */
#landing-about .content-desktop .content-rt .form-subscribe .input-text input:-ms-input-placeholder { 
    color: #222 !important; opacity: 1;font-style: normal;
}
.wpcf7 input:focus, .wpcf7 input:active, .wpcf7 textarea:focus, .wpcf7 textarea:active {
    outline-color: #fff;    background-color: transparent;    border-color: #53c5d5;    box-shadow: 0 0 3px #d9d9d9;
}
.input-text.right {
    float: left;    max-width: 270px;
}
#landing-about .content-desktop .content-rt .form-subscribe .input-text input[type="submit"] {
    position: relative;    width: 100%;    background: #fff;    border: 1px solid #043359;    border-radius: 3px;
    font-size: 14px;    font-family: "Open Sans";    color: #042c59;    text-transform: uppercase;    line-height: 1.5;
    text-align: center;    margin-top: 10px;    margin-bottom: 25px;padding: 10px 14px;font-weight:bold;
}
.item-fancybox{
    position: relative;
      background: #FFF;
      width: 830px;
      max-width: 90%;
      margin: 20px auto;
}
.mfp-bg{z-index:10051!important;}
.mfp-wrap{z-index:10052!important;}
.left-popup {
    box-sizing: border-box !important;    float: left;    padding-right: 15px;    width: 50%;
}
.right-popup .title-member {
    color: #000000;    font-size: 21px;    margin-bottom: 25px; font-weight:bold;
}
.right-popup .info-member {
    padding-bottom: 27px;
}
.right-popup .info-member p {
    color: #717171;    font-size: 15px;    font-style: italic;    margin: 0 0 5px;
}
.right-popup p {
    color: #717171;    font-size: 15px;    line-height: 27px;
}
#ladding-fund .section-padding .image-ct {
    float: left;
    width: 100%;
    margin-top: -35px;
    text-align: center;
}
.landing-page-landing-page-urb #how_to.how-to-invest {
    padding-bottom: 50px;
}
#landing-faq .faq-content p, .risks-primary .content-desc a, .risks-primary .content-desc p, #landding-who .wd-content .content-desc {
    display: inline-block;    text-align: center;    width: 100%;    font-size: 20px;    font-family: "Open Sans";
    color: #042c59;    line-height: 1.5;    text-align: center;
}
.landing-page-landing-page-urb .logo{margin-bottom:0;}
.menu-top .container .row > .action-button:hover {
    background-color: #315c8c;
}
.call-phone p img {
    margin-right: 15px;
}
#primary-menu.menu-about-top ul li:first-child a.action-button {
    padding-left: 0;
}
section#ladding-fund .row{margin-left:-15px;margin-right:-15px;}
.mfp-close{background:url(images/close-popup.png)center no-repeat;font-size: 50px!important;
font-family: inherit!important;
font-weight: lighter!important;}
.top-bar-section ul li.mobile{
	display:none;
}
.top-bar-section ul li a{padding-left:9px;padding-right:9px;}
.top-bar-section ul li.link-call-phone a{padding-left:22px;background: url(images/icon_phone.png)center left no-repeat;background-size: auto 15px;}
.top-bar-section ul li.link-call-phone a:hover{background:#1b4663 url(images/icon_phone.png)center left no-repeat;background-size: auto 15px;}
.landing-page-landing-page-urb section#landding-who{background:#f7f7f7;}
/*** Style page CQG **/
.postid-10066857 .mid-banner{
	display:flex;
	-webkit-flex-flow: flex;
}
.postid-10066857  .image-urb{
	order:1;
}
.postid-10066857 .banner-content-urb .mid-banner .section-title.sh3{
	order:0;	
	font-size:25px!important;
}
.postid-10066857 .banner-content-urb .image-urb > img{
	width:625px;
	max-width:100%;
}
.postid-10066857 #landing-about .content-desktop .content-lt .description{
	margin-bottom:25px;
}
.postid-10066857 #landing-about .content-desktop .content-lt table tr td:first-child{
	width:50%;
}
.section-description h5.title {
    font-size: 26px;    font-family: "Open Sans";  color: #042c59;   font-weight: bold;line-height: 1.308;text-align: center;
margin-top: 10px; margin-bottom: 10px; letter-spacing: 1.3px;
}
.item-fancybox .popup-inner{background:white;padding: 50px 30px 30px;float: left;}
input[type=submit].btn{padding:7px 12px}
input[type=submit].btn:hover{background:rgba(0, 0, 0, 0) linear-gradient(to bottom, #1d5a9b 0px, #154170 100%) repeat scroll 0 0;}
.modal-body input[type=text],.modal-body input[type=email],.modal-body input[type=tel]{padding:10px 14px;color: #5d5d5d;background-color: #ededed;height:auto;}
button.close-form-popup{float: right;font-size: 21px;font-weight: 700;line-height: 1;color: #000;text-shadow: 0 1px 0 #fff;
filter: alpha(opacity=20);opacity: .2;-webkit-appearance: none;padding: 0;cursor: pointer;background: 0 0;border: 0;
margin-top: -10px;}
#landing-meet-team div.col-xs-12.col-sm-6 .content{width:100%;}
#landing-meet-team .col-xs-12.col-md-8.col-md-offset-2.row.col-sm-12.meet-team .content .meet-team-video{box-shadow:none;}
.content .des_video_mt {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #042c59;
    font-size: 18px;
    font-weight: 600;margin-bottom:20px;
}
/* style landing paid plan 2 */
.step-2-text ul{
	margin-left:0px;
	list-style:none;
}
.step-2-text li:after{
	background: url("images/checkac.png") no-repeat;
	content: "";
	height: 20px;
	left: 0;
	position: absolute;
	top: 2px;
	width: 20px;
}
.step-2-text li{
	font-size: 15px;
	margin: 0 0 18px;
	padding: 0 0 0 35px;
	position: relative;
}
/* style popup thank sucsess*/
.content_sucses {
	width: 660px;
	min-height: 200px;
	max-width: 100%;
	padding: 0;
	background: #fff;
	margin: 6% auto;
	font-size: 18px;
	position: relative;
	border-radius: 3px;
}
.content_sucses p {
	padding: 44px 50px 0;
	border-top: 0;
	box-shadow: none;
	color: #1d93b6;
	font-family: opensans-bold;
}
.content_sucses .mfp-close {
	text-indent: -99999999px;
}
.content_sucses .mfp-close::before {
    content: "";
    display: block;
    height: 30px;
    width: 1px;
    background: #000;
    position: absolute;
    left: 26px;
    top: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.content_sucses .mfp-close::after {
    content: "";
    display: block;
    height: 30px;
    width: 1px;
    background: #000;
    position: absolute;
    left: 26px;
    top: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.page-id-10000526 .sticky-wrapper .switzersupport.top {
	display:none;
}
/*** tab content landing style onload - begin */
ul.plan-tab-control{
    display:none;
    table-layout: fixed;
    width:100%;
}
ul.plan-tab-control li{
    display:table-cell;
}
ul.plan-tab-control li a{
    display:block;
    font-family: Open Sans;
    font-weight:bold;
    font-size: 14px;
    line-height:1.2;
    padding:22px 0;
    text-align:center;
    background:#dfeef4;
    border:1px solid #d8e8ee;
}
ul.plan-tab-control li a.selected{
    background:white;
    border-bottom:1px solid white;
}
/** end */
/** new landing page **/
.field-error{
	border-color:red!important;
}
.landing-page-landing-page-september  .video-sesion{
	text-align:center;
	padding-bottom:150px;
}
.landing-page-landing-page-september .video-sesion iframe{
	width:800px;
	max-width:96%;
}
.single-_hidden .entry-content #trial.formlogin{position:relative;}
.custom-price-wrapper span.error_text{text-align: center;margin-top:12px;}
.custom-price-wrapper input[type=text].custom-price,
.custom-price-wrapper input[type=number].custom-price{width: 450px;margin: 20px auto 0;text-align: center;height: 42px;}
.single-_hidden .entry-content #trial.formlogin:before{height:70px;width:100%;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+51,ffffff+100&0+0,0.79+51,1+100,1+100 */
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.79) 51%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.79) 51%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.79) 51%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    position:absolute;top:-36%;left:0;display:block;z-index:10000;content:' ';}
a.next-custom-price-step{    width: 242px;    height: 42px;    background: #008cba;    display: block;    color: white;
    font-weight: bold;    text-align: center;    line-height: 42px;    border-radius: 4px;    margin: 20px auto 0;
    max-width: 100%;}
.landing-page-landing-page-urb.landing-contango-page header#header #header-wrap{background:#fdfdfd;}
.landing-page-landing-page-urb.landing-contango-page .call-phone p{color:#8e99a2;}
.landing-page-landing-page-urb.landing-contango-page .call-phone p span a{color:#000;}
.landing-page-landing-page-urb.landing-contango-page .banner-content-urb .image-urb > img{max-width:45%;width:auto;}
.landing-page-landing-page-urb.landing-contango-page .logo-landing-header .standard-logo > img{max-width:40%;}
.landing-page-landing-page-urb.landing-contango-page .menu-top .container .row > .action-button{background:#51a0dd;letter-spacing:1px;}
.landing-page-landing-page-urb.landing-contango-page .title-download-form > h2{position: relative;}
.landing-page-landing-page-urb.landing-contango-page .title-download-form > h2:after{position:absolute;top:0;right:0;width: 46px;height:100%;
    content:' ';display:inline-block;background:url(images/download-title-icon.png)center no-repeat;background-size: auto 100%;}
.landing-page-landing-page-urb.landing-contango-page #landing-about .content-desktop .content-rt h5{color:#1061ad;}
.landing-page-landing-page-urb.landing-contango-page #landing-about .content-desktop .content-rt .form-subscribe .input-text input[type="submit"]{
    color:#222;border: 1px solid #1061ad;}
section.the-manager-wrapper{padding:57px 0;text-align:center;}
.manager-content-wrapper p{font-size:20px;color:#203744;padding:0 12px;}
.manager-content-wrapper p>img{max-width:40%;min-width:250px;}
section.the-manager-wrapper .the-manager-inner{}
section.the-manager-wrapper .the-manager-inner .manager-content-wrapper p:first-child{width:930px;}
section.the-manager-wrapper .the-manager-inner .manager-content-wrapper p{width:960px;margin:0 auto 20px;max-width:100%;}
section.the-manager-wrapper .the-manager-inner .manager-content-wrapper>img{width:960px;margin:0 auto 20px;max-width:100%;}
.landing-page-landing-page-urb.landing-contango-page #ladding-fund .section-padding .image-ct{margin-top:105px;}
.landing-page-landing-page-urb.landing-contango-page #landing-about .content-desktop .content-lt h5{margin-bottom:20px;color:#0e2664;}
.landing-page-landing-page-urb.landing-contango-page #landing-about .content-desktop .content-lt p{color:#0e2664;}
.landing-page-landing-page-urb.landing-contango-page #landing-about .content-desktop .content-lt p img{}
.landing-page-landing-page-urb.landing-contango-page .how-to-invest .section_how .wapper-list .feature-img::after{
    content:' ';height:20px;width:100%;position:absolute;top:100%;left:0;display:inline-block;background:url(images/how-to-invest-box-bg.jpg)center no-repeat;
    background-size:100% 100%;}
.landing-page-landing-page-urb.landing-contango-page section#how_to .item.menu-item .section_how.col-md-3{width:25%;}
.landing-page-landing-page-urb.landing-contango-page .how-to-invest .wapper-list .feature-img{position:relative;background-color:#112154;
    padding-bottom: 10px;padding-top: 35px;}
section#ladding-team .primary-member p.job span{font-style:normal;}
    .landing-page-landing-page-urb.landing-contango-page .section-description p{color:#fff;}
.landing-page-landing-page-urb.landing-contango-page section#how_to p.section-how-description{width:48%;margin:0 auto 63px;font-size:20px;
    color:#203744;text-align:center;}
.manager-button-wrapper{padding-top:20px;text-align:center}
.landing-page-landing-page-urb.landing-contango-page #primary-menu.menu-about-top ul li a.action-button{letter-spacing:1px;}
.manager-button-wrapper a.button-manager{background:transparent;border-radius: 4px;color: #fff;display:inline-block;font-weight: 700;
    height: 56px;line-height: 56px;text-align: center;text-transform: uppercase;width: 200px;text-transform:uppercase;border:1px solid white}
.landing-page-landing-page-urb.landing-contango-page #landding-why .box .box-content h2{color:#a9afc2;margin-bottom:17px;}
.landing-page-landing-page-urb.landing-contango-page #landding-why .box .box-content{color:#a9afc2;}
.landing-page-landing-page-urb.landing-contango-page section#landding-why{background:#112154;}
.landing-page-landing-page-urb.landing-contango-page section#landding-why .section-padding.bp70{padding-bottom:15px;}
.landing-page-landing-page-urb.landing-contango-page .risks-primary .wrap-content{width:960px;max-width:100%;}
.landing-page-landing-page-urb.landing-contango-page section#landding-who .wd-content .col-sm-6:first-child{padding-left:0;padding-right:150px;}
.landing-page-landing-page-urb.landing-contango-page section#landding-who .wd-content .col-sm-6{padding-right:0;padding-left:150px;}
.landing-page-landing-page-urb.landing-contango-page section#landding-risks{padding-bottom:23px;}
.landing-page-landing-page-urb.landing-contango-page #ladding-team .top-header-ladding .section-description p{width:560px;max-width:100%;
    margin:0 auto;}
.landing-page-landing-page-urb.landing-contango-page .how-to-invest .section-description-1{padding:0 28px;}
.landing-urb-footer{background:#112154;}
.landing-footer-inner{width:1170px;margin: 0 auto;padding:30px 0;max-width:100%;}
.landing-footer-inner .col-half{display:inline-block;vertical-align: top;padding-left:0;padding-right:0;}
.landing-footer-inner .col-half.col1{width:100%;}
.landing-footer-inner .col-half.col2{width:40%;display:none;}
.landing-footer-inner .col-fullwidth img.urb-logo-footer{max-width:100%;width:272px;display:block;margin-bottom:20px;}
.landing-footer-inner .col-half .content-footer-left{}
.landing-footer-inner .col-half ul{list-style:none;display:block;margin-left: 0;margin-bottom:7px;}
.landing-footer-inner .col-half ul li{display:inline-block;margin-right:15px;margin-bottom:7px;}
.landing-footer-inner .col-half ul li:last-child{margin-right:0}
.landing-footer-inner .col-half ul li:first-child a{padding-left:0;border-left:0;}
.landing-footer-inner .col-half ul li a{color:#f7f7f7;padding-left:15px;border-left:1px solid white;display:block;}
.landing-footer-inner .col-half .content-footer-right{text-align: right;}
.landing-footer-inner p.landing-urb-copyright{color:#848ca6}
.landing-page-landing-page-urb.landing-contango-page section#ladding-fund .col-sm-6:first-child{padding-left:0;padding-right:75px;}
.landing-page-landing-page-urb.landing-contango-page section#ladding-fund .col-sm-6:last-child{padding-right:0;padding-left:75px;}
.landing-page-landing-page-urb.landing-contango-page section#landding-who{padding-bottom:23px;}
.landing-page-landing-page-urb.landing-contango-page section#ladding-team{padding:23px 0;}
.landing-page-landing-page-urb.landing-contango-page section#ladding-fund .section-padding{padding-top:80px;margin-bottom:80px;}
.landing-page-landing-page-urb.landing-contango-page .banner-content-urb .mid-banner {display:block;}
.landing-page-landing-page-urb.landing-contango-page .banner-content-urb .mid-banner .section-title.sh3 {display:block;}
.landing-page-landing-page-urb.landing-contango-page .banner-content-urb .mid-banner .image-urb{display:block;}
.landing-page-landing-page-urb.landing-contango-page.landing-cie-page .menu-top .container .row > .action-button{background:#044951;}
.g-recaptcha{margin-top:8px;}

/** SLIC-2018 **/
.SLIC-2018 .EDM-banner a,.SLIC-2018  .EMD-main-content a,.SLIC-2018  .EDM-call-to-action a{
    background: none;
}
body.landing-page-template-landing-page-EDM-2018{
    background: #fff;
    display: block;
    width: 100%;
    float: left;
}
.SLIC-2018  .EDM-call-to-action{
    background: #415cb0;
}
.SLIC-2018 .sponsored-section{
    background: #f5f8fa;
}
.formlogin .error a{
       text-decoration: underline;
    }
.top-bar-section ul>li.btn-green a{background:#7ed321;color:white;font-weight:bold;font-family:Roboto;}
.top-bar-section ul>li.btn-green a:hover{background:#7ed321;}
@media only screen and ( min-width:2500px){  
    .landing-page-landing-page-urb.landing-contango-page .section-description p{font-size:36px;}
    .landing-page-landing-page-urb.landing-contango-page .how-to-invest .section_how .wapper-list .feature-img::after{}  
    .landing-page-landing-page-urb.landing-contango-page .title-download-form > h2{font-size:48px;}
    .landing-page-landing-page-urb.landing-contango-page .container{width:2342px;max-width:90%;margin:0 auto;}  
    .landing-page-landing-page-urb.landing-contango-page .title-download-form > h2{font-size:48px;}
    .landing-page-landing-page-urb.landing-contango-page .call-phone p{font-size:48px;line-height:112px;}
    .landing-page-landing-page-urb.landing-contango-page .menu-top .container .row > .action-button{font-size:28px;}
    .landing-page-landing-page-urb.landing-contango-page .mid-banner .section-title.sh3{font-size:60px;line-height:98px;}
    .landing-page-landing-page-urb.landing-contango-page #landing-about .content-desktop .content-lt h5{font-size:48px;line-height:56px;}
    .landing-page-landing-page-urb.landing-contango-page #landing-about .content-desktop .content-lt p{font-size:36px;line-height:56px;}
    .landing-page-landing-page-urb.landing-contango-page #primary-menu.menu-about-top ul li a.action-button{font-size:28px;
        line-height:112px;}
    .landing-page-landing-page-urb.landing-contango-page .menu-top{padding:28px 0;}
    .landing-page-landing-page-urb.landing-contango-page .section-description p{color:#252525;font-size:40px;line-height:56px;}
    .landing-page-landing-page-urb.landing-contango-page #landing-about .content-desktop .content-rt h5{font-size:48px;line-height: 56px;
        }
    .landing-page-landing-page-urb.landing-contango-page #landing-about .content-desktop .content-rt .form-subscribe .input-text input{
        font-size:32px;line-height:84px;height:84px;margin-bottom:14px;}
    .landing-page-landing-page-urb.landing-contango-page #landing-about .content-desktop .content-rt ul li a{font-size: 36px;
        line-height:56px;}
    .landing-page-landing-page-urb.landing-contango-page #landing-about .content-desktop .content-rt .wrapper-download-form ul li{
        margin-bottom: 27px;padding-bottom: 27px;}
    .landing-page-landing-page-urb.landing-contango-page #landing-about .content-desktop .content-rt .wrapper-download-form ul{
        margin-top:27px;}
    .landing-page-landing-page-urb.landing-contango-page #landing-about .content-desktop .content-rt .form-subscribe .input-text input[type="submit"]{
        margin-top:14px;font-size:28px;line-height:88px;height:108px;margin-bottom:54px;}
    .landing-page-landing-page-urb.landing-contango-page .menu-top .container .row > .action-button{height:112px;line-height:112px;
        width:340px;}
    .landing-page-landing-page-urb.landing-contango-page #primary-menu.menu-about-top ul li a.action-button{line-height:112px;
        height:112px;padding:0 30px;}
    .landing-page-landing-page-urb.landing-contango-page .title-download-form{padding:68px 79px;}
}
@media only screen and ( max-width:2499px){  
    .landing-page-landing-page-urb.landing-contango-page #how_to .wapper-list img{width:72px;}    
}
@media only screen and ( min-width:1921px){    
    .landing-page-landing-page-urb.landing-contango-page #primary-menu.menu-about-top ul li a.action-button:first-child{padding-left:0;}
    .landing-page-landing-page-urb.landing-contango-page .title-download-form > h2{position: relative;}
    .landing-page-landing-page-urb.landing-contango-page .title-download-form > h2:after{position:absolute;top:0;right:0;}
    .landing-page-landing-page-urb.landing-contango-page #landing-about .section-padding.bp70 .col-md-7{width:64%;padding-left:0;padding-right:160px;}
    .landing-page-landing-page-urb.landing-contango-page #landing-about .section-padding.bp70 .col-md-4{width:36%;padding-left: 0;padding-right:100px;}
    .landing-page-landing-page-urb.landing-contango-page #landing-about.investment-about-top .content-lt{max-width:none;}
}
@media only screen and ( max-width:1920px){ 
    .landing-page-landing-page-urb.landing-contango-page .banner-content-urb .mid-banner .section-title.sh3 {font-size:25px;}
    .landing-page-landing-page-urb.landing-contango-page #how_to .wapper-list img{width:72px;}
    .landing-page-landing-page-urb.landing-contango-page #landding-who .wd-content .icon img{max-width:128px;}
    .landing-page-landing-page-urb.landing-contango-page .how-to-invest .section_how .wapper-list .feature-img::after{height:20px;}
    .landing-page-landing-page-urb.landing-contango-page .section-description p{color:white;font-size:18px;}
    .landing-page-landing-page-urb.landing-contango-page .title-download-form{background:#8e99a2;}
    .landing-page-landing-page-urb.landing-contango-page #landing-about .content-desktop .content-lt p{font-size:18px;}
}
@media only screen and ( min-width:1200px){    
    .landing-page-landing-page-urb.landing-contango-page section#landding-who .wd-content{margin-left:-15px;margin-right:-15px;width:auto;}
}
@media only screen and ( max-width:1199px){    
    .landing-footer-inner{padding-left:20px;padding-right:20px;}
    .landing-page-landing-page-urb.landing-contango-page section#ladding-fund .col-sm-6:first-child{padding-left:15px;padding-right:15px;}
    .landing-page-landing-page-urb.landing-contango-page section#ladding-fund .col-sm-6:last-child{padding-right:15px;padding-left:15px;}
    .landing-page-landing-page-urb.landing-contango-page section#landding-who .wd-content .col-sm-6:first-child{padding-left:15px;padding-right:30px;}
    .landing-page-landing-page-urb.landing-contango-page section#landding-who .wd-content .col-sm-6{padding-right:15px;padding-left:30px;}
    .landing-page-landing-page-urb .banner-top {
        margin: 5% 0;
    }
    .risks-primary .content-desc a, .risks-primary .content-desc p, #landding-who .wd-content .content-desc {
        font-size: 19px;
    }
    .primary-member .col-5 {
        margin-bottom: 30px;        width: 23.7%;
    }
    #how_to .wapper-list h3 {
        font-size: 18px;
    }
    .section_how .btn.type-blue.submit-app.link-pdf {
        top: 148px;
    }
    .how-to-invest .section-description-1 {
        padding-left: 15px;        padding-right: 15px;        padding-top: 0;
    }
    .top-header {
        padding-top: 10px;
    }
    .banner-top .banner-content-urb .section-description {
        margin: 3% 0 0;
    }
    .how-to-invest .section_how.col-md-4 .wapper-list .feature-img::after {
        border-left: 151px solid transparent;
        border-right: 151px solid transparent;
    }
    #landding-why .box {
        margin-bottom: 15px;
    }
}
@media only screen and ( max-width:1170px){ 
    .container {
        width: 970px;
    }
}
@media only screen and ( max-width:1101px){    
    .landing-footer-inner .col-half.col1{width:100%;}
    .landing-footer-inner .col-half.col2{width:100%;}
    .landing-footer-inner .col-half .content-footer-right{text-align: left;}
}
@media only screen and ( min-width:992px){    
    .landing-page-landing-page-urb.landing-contango-page section#landing-about .col-md-7{width:66.66%;padding-left:0;padding-right:40px;}
    .col-md-offset-2 {
        margin-left: 16.66666667%!important;
    }
    .col-md-8 {
        width: 66.66666667%!important;
    }
    .col-md-7 {
        width: 58.33333333%;float: left;
    }
    .col-md-4 {
        width: 33.33333333%;float: left;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left;
    }
    .landing-page-landing-page-september .video-sesion iframe{
    	height:450px!important;
    }
}
@media only screen and ( max-width:1040px){  
    section.the-manager-wrapper .the-manager-inner{width:100%;}
}
@media only screen and ( max-width:991px){    
    .landing-page-landing-page-urb.landing-contango-page section#how_to p.section-how-description{width:100%;margin-bottom:20px;}
    .landing-page-landing-page-urb.landing-contango-page .section-description p{color:white;}
    .landing-page-landing-page-urb.landing-contango-page section#how_to .item.menu-item .section_how.col-md-3{width:50%;float:left;
        margin-bottom:30px;}
    .primary-member .thunb-member:hover .item-link {
        height: 226px;
    }
    #ladding-fund .section-padding {
        padding-top: 70px;
    }
    .primary-member p {
        font-size: 14px;
    }
    .how-to-invest .section_how.col-md-4 {
        float: left;        margin-bottom: 30px;        width: 100%;
    }
    .primary-member .col-5 {
        width: 32.7%;
    }
    #ladding-fund .section-padding .content-manager .title {
        font-size: 35px;
    }
    .logo.col-md-6{text-align:left;}
    .navbar-fixed-top #header-wrap-scroll .menu-item ul .action-button, .banner .menu-top #primary-menu li .action-button {
        font-size: 13px;        height: auto !important;        line-height: 38px !important;padding: 0 5px !important;
        border: none !important;    margin: 0 !important;
    }
    .navbar-fixed-top .btn-action-button, .menu-top .container .row > .action-button {
        font-size: 14px;        height: 40px;        line-height: 40px;        width: 145px;
    }
    .col-sm-12 {
        width: 100%;
    }
    .container {
        width: 750px;
    }
    .right-header-top {
        display: none;
    }
    .how-to-invest.need-help-page .section-padding.bp70 {
        padding: 28px 0 0;
    }
    #header-wrap {
        height: auto;
    }
    #header {
        min-height: 100px;
    }
    .how-to-invest .section_how.col-md-4 .wapper-list .feature-img::after {
        border-left: 376px solid transparent;        border-right: 376px solid transparent;
    }
    .landing-page-landing-page-september .video-sesion{
    	padding-bottom:80px;
    }
}
@media only screen and ( max-width:978px){     
    .user-buttons{width:auto;float:right;margin-bottom:10px;margin-right:0px;}
    .user-buttons .btn-account{width:auto;}
    .user-buttons .btn-account a{padding-left:10px;padding-right:10px;}
    .top-menu{
    	margin-right:10px;
    }
}
@media only screen and ( max-width:970px){     
    #landing-meet-team .content {
        float: left;
        width: 80%;
        display: inline-block;
        float: none;
        text-align: center;
    }
}
@media only screen and ( max-width:957px){  
    .top-bar-section ul li a{padding-left:6px;padding-right:6px;}
}
@media only screen and ( max-width:915px){  
    .top-bar-section ul li a{font-size:13px;}
    .landing-page-landing-page .step-2-landing .step-2-text p{font-size:14px;}
}
@media only screen and ( max-width:890px){ 
    #header-wrap {
        min-height: inherit;
    }
    .top-header {
        padding: 20px 15px;
    }
    #header {
        min-height: inherit;        position: relative;
    }
    .landing-page-landing-page-urb #header {
        background-color: #173252;
        min-height: auto;
        position: relative;
    }
    .landing-page-landing-page-urb #header-wrap{background: none;}
}
@media only screen and ( max-width:815px){ 
    .top-bar-section ul li a{font-size:12px;padding-left:4px;padding-right:4px;}    
}
@media only screen and ( max-width:750px){ 
    .container {
        width: auto;
    }
}
@media only screen and (min-width:768px){
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left;
    }
    .row .row.col-sm-12 {
        width: 100%;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }
}
@media only screen and (max-width:768px){
	/** CQG **/
	.postid-10066857 .mid-banner{
		flex-flow: column;
		-webkit-flex-flow: column;
	}
	.postid-10066857 .banner-content-urb .mid-banner .section-title, .banner-content-urb .mid-banner .section-title.sh3{
		font-size:25px;
	}
	.postid-10066857 .banner-content-urb .image-urb > img{
		max-width:100%;
	}
	/****/
	.postid-10073216 .banner-landing{
		background:#0d293e url("images/mobile-landing-bg-mobile.jpg") no-repeat center bottom;
		background-size:100% auto;
	}
	.postid-10073216 .banner-landing .content-block-inner {
	  position: absolute;
	  top: 30%;
	  transform: translateY(-100%);
	}
    .top-bar-section ul li a{padding-left:56px;font-size:15px;}
    .top-bar-section ul li.link-call-phone a{padding-left:78px;background: url(images/icon_phone.png)56px center no-repeat;background-size: auto 15px;}
    .top-bar-section ul li.link-call-phone a:hover{background:#1b4663 url(images/icon_phone.png)56px center no-repeat;background-size: auto 15px;}
    .desktop{
		display:none!important;
	}
	.top-bar-section ul li.mobile{
		display:inline-block;
	}
    body.single-_hidden .sidebar-right{display:none;}
    body.single-_hidden #content.medium-8{width:100%;}
    body.single-_hidden .widget header .title{width:100%;}
}
@media only screen and (max-width:767px){
    .landing-page-landing-page-urb.landing-contango-page #ladding-fund .section-padding .image-ct{margin-top:20px;margin-bottom:20px;}
	.content .des_video_mt {    margin-bottom: 30px;font-size: 18px;}
	.name.login a{
		width:400px;
	}
	.logged-in #header{
		height:auto;
	}
    .landing-page-landing-page-urb section .container .row {
        margin: 0;
    }
    .banner-top .banner-content-urb .section-description {
        max-width: 100%;
    }
    .menu-top .item.menu-item {
        display: none;
    }
    .left-popup,.right-popup {
        padding-right: 0;
        width: 100%;
    }
    .primary-member .col-5 {
        width: 255px;
    }
    .menu-top .container .row > .action-button {
        display: block;        float: none;        font-size: 12px;        height: 48px;        line-height: 48px;
        margin: 0 auto;        width: 200px;
    }
    .how-to-invest .item.menu-item {
        margin: 0 auto;
        max-width: 660px;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
        position: relative;
    }
    .col-sm-12 {
        width: 100%;
    }
    #landding-why .section-title {
        margin-bottom: 35px;
    }
    #landding-why .box .box-icon {
        width: 28px;        height: 28px;        margin-top: 0px;
    }
    #landding-who .section-title {
        margin-bottom: 0;
    }
    .section-cat .section-description {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .how-to-invest .section_how.col-md-4 .wapper-list .feature-img::after {
        border-left: 315px solid transparent;        border-right: 315px solid transparent;
    }
    section#how_to .container .row {
        margin-left: -15px;        margin-right: -15px;
    }
    .list-faq {
        width: auto;
    }
    .landing-page-landing-page-urb .logo {
        display: block;
    }
    .banner-top .section-description {
        font-size: 14px;        font-weight: normal;        max-width: 288px;        line-height: 24px;        text-align: center;
    }
    .how-to-invest .item.menu-item {
        margin: 0 auto;        max-width: 660px;
    }
    .landing-page-landing-page-urb section#landding-why .container .row {
        margin-left: -15px;margin-right:-15px;
    }
    #ladding-fund .section-padding {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width:700px){
    .landing-page-landing-page-urb .top-header-ladding h2.section-title {
        line-height: 50px;
    }
}
@media only screen and (max-width:658px){
    .landing-page-landing-page-urb.landing-contango-page .banner-content-urb .image-urb > img{max-width:60%;}
    .landing-page-landing-page-urb.landing-contango-page .section-description p{color:white;}
    .manager-content-wrapper p{font-size:16px;}
    .how-to-invest .section_how.col-md-4 .wapper-list .feature-img::after {
        border-left: 145px solid transparent;        border-right: 145px solid transparent;
    }
    .how-to-invest .item.menu-item {
        max-width: 320px;
    }
    .postid-10073216 .banner-landing{
		min-height:520px;
	}
	.postid-10073216 .banner-landing .content-block-inner {
	  transform: translateY(-70%);
	}
    .landing-page-landing-page-urb.landing-contango-page #ladding-fund .section-padding .image-ct{padding:0 20px;}
    .landing-page-landing-page-urb.landing-contango-page section#how_to .item.menu-item .section_how.col-md-3{width:100%;margin-bottom:20px;}
}
@media only screen and (max-width:672px){
    .banner-content-urb .mid-banner .section-title {
        font-size: 30px;        line-height: 40px;
    }
    .banner-content-urb .mid-banner .section-title,.banner-content-urb .mid-banner .section-title.sh3 {
        font-size: 30px;        line-height: 40px;
    }
}
@media only screen and (max-width:600px){
    .modal .modal-dialog {
        position: relative;        width: auto;        margin: 10px;
    }
    .single-_hidden .entry-content #trial.formlogin:before{top:-94px;}
}
@media only screen and (max-width:559px){
    .landing-page-landing-page-urb.landing-contango-page .banner-content-urb .image-urb > img{max-width:80%;}
    .landing-page-landing-page-urb.landing-contango-page .logo-landing-header .standard-logo > img{max-width:80%;}
    #landding-invest .section-padding .top-header-ladding h2.section-title {
        margin-left: -90px;
    }
    .landing-page-landing-page-urb #landding-invest .section-padding .top-header-ladding h2.section-title {
        margin: 10% 0;
    }
    .banner-top .section-description, .text-description {
        background: rgba(0, 0, 0, 0.3);
        padding: 10px;
    }
}
@media only screen and (max-width:540px){    
    .banner-content-urb .image-urb > img {
        max-width: 150px;
    }
    .section-title-urb.sh3 {
        font-size: 35px;
    }
}
@media only screen and (max-width:480px){    
	.box-user .login-form-username input[type="email"]{
	 	box-sizing: border-box;
		height: 50px;
		width: 100%;
	}
    #landing-about .content-desktop .content-lt table tr td {
        font-size: 12px;
    }
    .banner-content-urb .image-urb {
        float: left;        margin-bottom: 15px;        padding-right: 40px;        width: 100%;
    }
    .landing-page-landing-page-urb .top-header-ladding h2.section-title {
        font-size: 40px;
    }
    #ladding-team .top-header-ladding .section-description {
        font-size: 18px;
    }
    #ladding-fund .section-padding {
        padding-top: 28px;
    }
    .landing-page-landing-page-urb #header{
		height:auto;
		display:block;
	}
	.box-user input[type="email"]{
		background-color: #fff;
		border-radius: 2px;
		color: #235d7f;
		font-size: 13px;
		padding: 13px 18px;
	}
	.postid-10073216 .banner-landing{
		min-height:420px;
	}
    .login-form-submit{
        padding-top:0px;
        margin-top:40px;
    }
    .login-form-submit .small-offset-1{
        top:-38px;
    }
    
}
@media only screen and (max-width:390px){ 
    .landing-page-landing-page-urb #landding-invest .section-padding .top-header-ladding h2.section-title {
        font-size: 35px;
    }    
    #landing-about .content-desktop .content-rt .form-subscribe {
        padding-left: 15px;        padding-right: 15px;
    }
}
@media only screen and (max-width:375px){ 
    #landing-about .content-desktop .content-rt ul li a {
        font-size: 17px;
    }    
}
@media screen and (min-width:1111px){
	.header-right{
		max-width:285px;
		position:relative;
		z-index:1;
	}
	.header-right p a.manage-account{
		text-align:center;
		width:200px;
		margin-left:0px;
		float:right;
	}
	.content-block-inner{
		overflow:hidden;
	}
	.header-right{
		max-width: 285px;
		position: absolute;
		right: 10px;
		top: 28px;
		z-index: 1;
	}
	.logged-in .header-right{
		position:static;
	}
	.logged-in .header-right{
		position:absolute;
		top:0px;
		right:0px;		
	}
}
@media screen and (max-width:1270px){
	.why-attend li{
		width:45%;
		margin-right:8%;
	}
	.table-three {
	  height: 360px;
	  margin-left: 1.5%;
	  margin-right: 1.5%;
	  width: 30% !important;
	}
}
@media screen and (max-width:1110px){
	.header-right {
		width: 100%;
		float: none;
		position: static;
		text-align: center;
	}
	.header-right p a.manage-account {
		display: inline-block;
	}
	.logo{
		margin-bottom:20px;
	}
	.landing-page-investor-page .text-content .step-2-landing{
    	padding-left:5%;
    	padding-right:5%;
    }
    .landing-page-investor-page .why-attend{
    	overflow:hidden;
    }
    .box-date-event{
    	overflow:hidden;
    }
    .landing-page-investor-page ul li a{
    	font-size:14px;
    }
    .why-attend li{
    	margin-bottom:15px;
    }
}
@media screen and (min-width:641px){
	.landing-page-landing-page .image_special_container img {
	  bottom: 0;
	  position: absolute;
	  right: 15px;
	}
	.landing-page-landing-page .image_special_container {
	  bottom: 0;
	  position: absolute;
	  right: 0;
	}
}
/** tab content landing in screen <= 940 */
@media (max-width:940px){
    .plan-list {width:100%;margin-right:0;margin-bottom:20px;}
    .plan-outer-wrapper{
        width:80%;
        margin:0 auto;
        box-shadow: 0 0 20px rgba(221,221,221,0.47);
    }
    .plan-list{margin:0 auto 20px;}
    .plan-list li{
        width:100%;
    }
    .why-attend li{ 
    	font-size:18px;
    }
    .logged-icon-wrapper{
        min-height:0;
        display:none!important;
    }
    ul.plan-tab-control{
        display: table;
        width: 100%;
        margin: 0 auto;
        margin-top:25px;
    }
    ul.plan-tab-control li a{
        border-left:none;
        box-shadow: 0px 1px 0 #c9dbe3;
    }
    ul.plan-tab-control li a.selected{
        box-shadow: 0px 1px 0 white;
    }
    ul.plan-tab-control li:first-child a{
        border-left:1px solid #d8e8ee;
    }
    .plan-list > li>div.plan-wrapper{
        border-top:0;
        margin-top:-1px;
        box-shadow: none;
        padding-top:1px;
    }
    .plan-list > li > div.plan-wrapper.plan-selected{
        border: 1px solid #dfeef4;
        border-top:0;
    }
    .plan-list > li > div.plan-wrapper:hover {
        border: 1px solid #dfeef4;
        border-top:0;
    }
    ul.list_info_1{
        min-height:0!important;
    }
    .more-info{
        min-height:0!important;
    }
    .plan-list > li>div.plan-wrapper>h3{
        display:none;
    }
}
/** end */
@media (max-width:990px){ 
    .col_60{width:59%;}
}
@media (max-width:960px){
	.table-three{
		width:100%!important;
		margin:0px;
	}
}
@media (max-width:950px){
    .select_ticket_wrapper .col-fullwidth.t_left{width:100%;padding:0!important;}
    .select_ticket_wrapper .col-fullwidth.t_left select{width:100%;}
    .form-control>.col-half{width:100%;padding:0;text-align: left;}
    .select_ticket_wrapper .col-full{
       padding:0px;
    }
    .form-control input[type=radio] + label{margin-bottom:15px;}
    .col-half>.col-half{width:49%}.col-half>.col-half>.col-half,.col-half>.col_60>.col-half,.col-half>.col_40>.col-half{width:48.5%}
}
@media (max-width:880px){
    .logo{width:100%;text-align:center;margin-bottom:20px;}
    .header-right{
    	width:100%;
    	float:none;
    	position:static;
    	text-align:center;
    }
    .header-right p a.manage-account{display:inline-block;}
    .banner-landing h1{font-size:40px;}
}
@media (max-width:750px){
    .list-bullet-points li,.list-author-landing li{width:100%}
    .landing-page-landing-page #container h1, .landing-page-landing-page .heading_1{
        font-size:40px;
    }.select_ticket_wrapper .col-fullwidth.t_left{width:100%;padding:0!important;}
    .why-attend li{
    	width:100%;
    	margin:0px;
    }
}
.mb-inver{
	display:none;
}
@media (max-width:680px){
    .landing-page-landing-page .step-2-landing .step-2-text p img.alignright{
        float:none;
    }
}
@media (max-width:640px){
	.landing-page-investor-page .header-landing{
			background:url(images/mo-banner.png) no-repeat;
			background-size:cover;
	}
	.landing-page-investor-page .header-landing h1{
		font-size:54px;
		margin-top:30px;
		max-width:500px;
		margin-bottom:20px;
	}
	.landing-page-investor-page .header-landing h4{	
			font-size:28px;
			margin-bottom:69px;
	}
	.landing-page-investor-page .header-landing{
		padding-bottom:130px;
	}
	.button-register{
		width:420px;
		height:120px;
		font-size:36px;
		padding:30px 50px;
	}
	.landing-page-investor-page .step-2-landing.exprest-img h3{
			font-size:64px;
			color:#063f74;
	}
	.landing-page-investor-page .step-2-landing.exprest-img p {
		margin-top: 0px;
		font-family: roboto;
		font-weight: 300;
		color: #0a2c42;
		font-size: 28px;
	}
	.landing-page-investor-page .why-attend{
		background:#265f94 url(images/mobile-bg.png) no-repeat bottom left;
	}
	.why-attend .content-block-inner{
		max-width:80%;
	}
	.why-attend li {
		background:url(images/tick-mb.png) no-repeat left 10px;
		font-size:32px;
		margin-bottom:30px;
		padding-left:15%;
		min-height:1px;
	}
	.box-res1 {
		padding: 47px 0;
	}
	.landing-page-investor-page  .exprest-img .inner-ex{
		max-width:100%;		
	}
	.landing-page-investor-page .step-2-landing.exprest-img {
		background: #d7e7f1;
		margin-bottom:120px;
	}
	.landing-page-investor-page .step-2-landing.exprest-img p{
		margin-bottom:46px;
	}
	.landing-page-investor-page .step-2-landing.exprest-img ul li a{
		color:#0091be;
		font-size:24px;
		font-weight:400;
	}
	.landing-page-investor-page .step-2-landing.exprest-img ul{
		bottom:-90px;
	}
	.step-2-landing.exprest-img .ex1{
		padding-left:13%;
	}
	.landing-page-investor-page .step-2-landing.exprest-img ul li.ex1 a {
		width: 74px;
		text-align: center;
		/* font-size: ; */
	}
	.landing-page-investor-page .step-2-landing.exprest-img ul li.ex4 a {
		width: 90px;
		text-align:center;
	}
	.step-2-landing.exprest-img .ex3 {
		padding-right: 5%;
	}
	.text-content.content-block-wrapper{
		padding-top:78px;
	}
	.landing-page-investor-page .text-content .step-2-landing {
		padding-left: 4%;
		padding-right: 4%;
	}
	.landing-page-investor-page .step-2-landing p{
		font-size:30px;
		color:#8798a3;
	}
	.box-date-event h3,.landing-page-investor-page .sub-save h3{
		font-size:64px;
	}
	.sub-save p {
		font-size: 30px;
		color: #5d7482;
	}
	.dk-inver{
		display:none;
	}
	.mb-inver{
		display:block;
		padding-bottom:20px;
	}
	.landing-page-investor-page .content-block-inner{
		max-width:84%;
	}
    .header-seperator span{padding:0 20px;}
    .content-block-wrapper{
        padding-bottom:30px;
    }
}
@media (max-width:570px){
	.landing-page-investor-page .step-2-landing.exprest-img{
		margin-bottom:85px;
	}
	.landing-page-investor-page .step-2-landing.exprest-img ul li a{
		font-size:20px;
	}
	.landing-page-investor-page .step-2-landing.exprest-img ul li a{
		font-size:17px;
	}
	.landing-page-investor-page .step-2-landing.exprest-img ul {
		bottom: -65px;
	}
	.landing-page-investor-page .button-register {
		width: 80%;
		height: 100px;
		font-size: 26px;
		padding: 30px 10px;
	}
	.landing-page-investor-page .text-content h3,.why-attend h3,.box-date-event h3, .landing-page-investor-page .sub-save h3{
		font-size:54px;
	}
	.landing-page-investor-page .step-2-landing p{
		font-size:20px;
	}
	.why-attend p{
		font-size:26px;
	}
	.why-attend li{
		font-size:24px;
	}
	.sub-save p{
		font-size:20px;
	}
	.landing-page-investor-page .header-landing h4 {
		font-size: 24px;
	}
	.why-attend li {
		padding-left: 10%;
		background-size: 24px;
	}
    .step-2-landing .content-block-wrapper h2 strong{
        display:block;
    }
}
@media (max-width:468px){
	.landing-page-investor-page .header-landing{
		background-position:center;
	}
	.landing-page-investor-page .step-2-landing.exprest-img ul li a{
		font-size:17px;
	}
	.landing-page-investor-page .step-2-landing.exprest-img ul {
		bottom: -65px;
	}
	.landing-page-investor-page .header-landing h1 {
		font-size: 40px;
		margin-top: 30px;
		max-width: 500px;
		margin-bottom: 20px;
	}
	.landing-page-investor-page .button-register {
		width: 80%;
		height: 100px;
		font-size: 26px;
		padding: 30px 10px;
	}
	.landing-page-investor-page .text-content h3,.why-attend h3,.box-date-event h3, .landing-page-investor-page .sub-save h3{
		font-size:54px;
	}
	.landing-page-investor-page .step-2-landing p{
		font-size:20px;
	}
	.why-attend p{
		font-size:26px;
	}
	.why-attend li{
		font-size:24px;
	}
	.sub-save p{
		font-size:20px;
	}
	.landing-page-investor-page .header-landing h4 {
		font-size: 24px;
	}
	.why-attend li {
		padding-left: 10%;
		background-size: 24px;
	}
	.landing-page-investor-page .why-attend {
		background-size: 100% auto !important;
	}
    div.plan-outer-wrapper{
        width:100%;
        }
    ul.plan-tab-control,ul.plan-list{
        width:100%;
    }
}
@media (max-width:450px){
    .content-block-wrapper h2{font-size:30px;color:#198fba;}
    .content-block-wrapper h2 strong{font-size:41px;}
    .banner-landing h1{font-size:30px;}
}
@media (max-width:441px){
    .col_60{width:59%;}
}
@media (max-width:433px){
    .header-right p a.manage-account{margin-top:10px;margin-left:0;}
    .header-right p{text-align: center;}
    .step-1-landing{padding:40px 20px;}
    .back-in-step1{top:45px;left:20px;}
}
@media (max-width:410px){
	.landing-page-investor-page .button-register {
		width: 80%;
		height: 70px;
		font-size: 22px;
		padding: 17px 10px;
	}
	.landing-page-investor-page .text-content h3,.why-attend h3,.box-date-event h3, .landing-page-investor-page .sub-save h3{
		font-size:48px;
	}
	.landing-page-investor-page .step-2-landing.exprest-img ul li a {
		font-size: 16px;
	}
	.landing-page-investor-page .text-content h3,.landing-page-investor-page .step-2-landing.exprest-img h3, .why-attend h3, .box-date-event h3, .landing-page-investor-page .sub-save h3 {
		font-size: 42px;
	}
	.why-attend li {
		font-size: 20px;
		margin-bottom: 20px;
		background: url(images/tick-mb.png) no-repeat left 6px;
		margin-bottom: 20px;
		padding-left: 10%;
		background-size: 22px;
	}
	.landing-page-investor-page .header-landing h1{
		font-size:30px;
	}
	.landing-page-investor-page .header-landing h4 {
		font-size: 18px;
	}
	.landing-page-investor-page .step-2-landing.exprest-img p{
		font-size:20px;
	}
}
@media (max-width:400px){
    .col-half>.col_30,.col-half>.col_70,.col-half>.col-half,.col-half>.col_60,.col-half>.col_40,.select_ticket_wrapper .col-fullwidth.t_left{width:100%;padding:0!important;}
    .col-half > .col_60 > .col-half, .col-half > .col_40 > .col-half{width:49%;}
}
@media (max-width:390px){
    .form-control input[type="radio"] + label{margin-top:10px;}
}
@media (max-width:360px){
    span.error_text{line-height:1.5;margin-bottom:5px;}
    .banner-landing h1{font-size:28px;}
	.landing-page-investor-page .text-content h3,.landing-page-investor-page .step-2-landing.exprest-img h3, .why-attend h3, .box-date-event h3, .landing-page-investor-page .sub-save h3 {
		font-size:38px;
	}
	.landing-page-investor-page .step-2-landing.exprest-img .ex3 {
		padding-right: 2%;
	}
	.landing-page-investor-page .step-2-landing.exprest-img ul li.ex4 a {
		width: 58px;
		text-align: center;
	}
	.landing-page-investor-page .step-2-landing p,.sub-save p ,.why-attend li{
		font-size: 18px;
	}
	.text-content .button-register{
		width:90%;
	}
	.b-title {
		font-size: 24px;
	}
	.table-three table {
		font-size: 16px;
	}
	.table-three table td img {
		width: 30px;
	}
	.landing-page-investor-page .button-register{
		width:90%:
	}
	.why-attend li{
		padding-left:13%;
	}
	.landing-page-investor-page .sub-button{
		width:80%;
	}
	.why-attend p {
		font-size: 20px;
	}
	.landing-page-investor-page .header-landing{
		padding-bottom:83px;
		padding-top:99px;
	}
	.landing-page-investor-page .sub-save{
		padding-top:80px;
		padding-bottom:80px;
	}
}
@media only screen and (min-width: 40.063em) {
    .trial-sidebar .medium-6 {
        width:100%;
    }
}
@media only screen and (min-width: 768px) {
    .sitzer-service-mobile{display:none!important;}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    #header-event .header-bottom ul li a {
        padding: 24px 30px 28px;
    }
    .dates_and_venues .col_left {
        float: left;
        margin: 0 1%;
    }
    .dates_and_venues .col_right {
        float: left;
        margin: 0 0 0 1%;
    }
    .event_footer_top a {
        display: inline-block;
        margin: 0 auto;
        padding: 0 10%;
        text-align: left;
        width: 50%;
    }
    .event_footer_top img {
        margin: 10px auto!important;
    }
    .event_footer_top h6{width:100%}
}
@media only screen and (max-width: 782px) {
    .step-2-landing.exprest-img ul li a{
    	font-size:13px;
    }
}
@media only screen and (max-width: 767px) {
	.step-2-landing.exprest-img ul li a{
		font-size:12px;
	}
    #header-event .header-top h1{
        font:700 45px/60px "Open Sans",sans-serif !important;
    }
    #header-event .header-top h2{
        padding-bottom:25px;
    }
    #container-event article h3, .event_other_content h3, .dates_and_venues h3, .subscriber_discount h3 {
        font: bold 45px/45px Arial;padding-bottom: 14px;
    }
    #container-event article .row {
        padding: 25px 10px 30px;
    }
    .dates_and_venues .row {
        padding: 34px 10px;
    }
    .subscriber_discount .row {
        padding: 10px 28px 58px;
    }
    .event_footer_top{
        padding: 21px 10px 20px;
    }
    .event_footer_top img:first-child {
        margin: 10px auto;
        text-align: center;
    }
    .event_footer_top img {
        margin: 10px auto;
    }
    #container-event .row{
        padding:34px 10px;
    }
    .event_other_content .header-top{
        padding:0
    }
    .dates_and_venues .col_left,.dates_and_venues .col_right {
        display: block;
        float: none;
        margin: 0 auto 20px;
    }
    .event_footer_top a {
        display: inline-block;
        text-align: left;
        width: 100%;
    }
    .event_footer_top a img{
        margin:10px 0 !important
    }
    #header-event .header-bottom ul li a {
        padding: 24px 28px 28px;
    }
    #header-event .header-bottom a {
        color: #0c2b3f;
        display: inline-block;
        font: 600 14px "Open Sans",sans-serif;
    }
    .event_footer_top a {
        display: inline-block;
        margin: 0 auto;
        padding: 0 10%;
        text-align: left;
        width: 50%;
    }
	.landing-trial-plan4 .botli h3 {font-size:36px}
	.landing-trial-plan4 .section-2 .newbox .coll p{font-size:13px}
    .mobile, .mobile.wp-table-reloaded {
        display: block;
    }
}
@media only screen and (max-width: 640px){
	.step-2-landing.exprest-img ul li a{
		font-size:11px;
	}
    #header-event .header-bottom ul li a {
        padding: 24px 25px 28px;
    }
    #header-event .header-bottom a {
        color: #0c2b3f;
        display: inline-block;
        font: 600 14px "Open Sans",sans-serif;
    }
	.landing-trial-plan4 .leftbox{
		width:10%
	}
	.landing-trial-plan4 .personal{
		width:100%;
	}
}
@media only screen and (max-width: 600px) {
	html #wpadminbar {
        top:-46px;
    }
}
@media only screen and (max-width: 560px){
	body .switzersupport {
		height: auto!important;
		min-height:300px;
	}
}
@media only screen and (max-width: 480px) {
    #header-event .header-bottom ul li a {
        font-size: 12px;
        padding: 10px 5px 0;
    }
    #header-event .header-bottom a{font-size:12px}
    #header-event .header-bottom a{padding-bottom:15px}
    .event_footer_top a {
        padding: 0;
        text-align: left;
        width: 100%;
    }
    .landing-page-landing-page .reminder h2{font-size:35px;}
}
@media only screen and (max-width: 450px) {
    .box-user .button{padding:12px 30px;}
    #header-event .header-center{
        padding-top:0;
    }
    #header-event .header-top h1{
        font:700 45px/60px "Open Sans",sans-serif !important;
        padding-top:45px;
    }
    #header-event .header-bottom ul li a {
        font-size: 9px;
        padding: 0 5px 0;
    }
    #header-event .header-bottom a{font-size:9px}
    .dates_and_venues .col_left,.dates_and_venues .col_right{
        float:none;
        margin:0 0 20px 0;
    }
    .event_footer_top table tr td{
        width:100%;
        display:inline-block;
    }
    .event_footer_top table tr td a{
        margin-bottom:0;
    }
	.step-2-landing.exprest-img ul li a {
	  font-size: 8px;
	}
}
@media only screen and (max-width: 440px) 
{
	 .step-2-landing.exprest-img ul li{
    	width:23%;
    }
    .step-2-landing.exprest-img ul li a {
	  font-size: 6px;
	}
	.step-2-landing.exprest-img .ex2 {
	  padding-left: 0%;
	}
	.step-2-landing.exprest-img .ex1 {
	  padding-left: 0%;
	}
	.header-seperator span{
	}
}
@media only screen and (min-width: 350px) and (max-width: 420px){
	.price-details{
		margin-left:20%!important;
	}
} 
@media only screen and (max-width: 380px) {
    .plan-list{width:100%;}
    ul.plan-tab-control {width:100%;}
}
@media only screen and (max-width: 360px) {
	.landing-trial-plan4 .click_toggle{font-size:11px}
    .box-user .button{padding:12px 25px;}
   .step-2-landing{
        width:calc(100% - 38px);
   }
}
@media only screen and (max-width: 320px) {
    .box-user .button{padding:12px 20px;}
   a.select-plan{
        width:calc(100% - 40px);
   }
=======
/* Custom CSS */
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@font-face {
    font-family: 'AGaramondProBold';
    src: url('fonts/AGaramondProBold.eot');
    src: url('fonts/AGaramondProBold.eot') format('embedded-opentype'),
    url('fonts/AGaramondProBold.woff2') format('woff2'),
    url('fonts/AGaramondProBold.woff') format('woff'),
    url('fonts/AGaramondProBold.ttf') format('truetype'),
    url('fonts/AGaramondProBold.svg#AGaramondProBold') format('svg');
}
@font-face {
    font-family: 'HelveticaBd';
    src: url('fonts/HelveticaBd.eot');
    src: url('fonts/HelveticaBd.eot') format('embedded-opentype'),
         url('fonts/HelveticaBd.woff2') format('woff2'),
         url('fonts/HelveticaBd.woff') format('woff'),
         url('fonts/HelveticaBd.ttf') format('truetype'),
         url('fonts/HelveticaBd.svg#HelveticaBd') format('svg');
}
@font-face {
    font-family: 'open_sanslight_italic';
    src: url('fonts/OpenSans-LightItalic-webfont.eot');
    src: url('fonts/OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-LightItalic-webfont.woff') format('woff'),
         url('fonts/OpenSans-LightItalic-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-LightItalic-webfont.svg#open_sanslight_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_slabbold';
    src: url('fonts/robotoslab-bold-webfont.woff2') format('woff2'),
         url('fonts/robotoslab-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_slablight';
    src: url('fonts/robotoslab-light-webfont.woff2') format('woff2'),
         url('fonts/robotoslab-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_slabregular';
    src: url('fonts/robotoslab-regular-webfont.woff2') format('woff2'),
         url('fonts/robotoslab-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_slabthin';
    src: url('fonts/robotoslab-thin-webfont.woff2') format('woff2'),
         url('fonts/robotoslab-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotomedium';
    src: url('fonts/roboto-medium-webfont.woff2') format('woff2'),
         url('fonts/roboto-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotothin';
    src: url('fonts/roboto-thin-webfont.woff2') format('woff2'),
         url('fonts/roboto-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotolight';
    src: url('fonts/roboto-light-webfont.woff2') format('woff2'),
         url('fonts/roboto-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotoregular';
    src: url('fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.switzersupport{
    display:none!important;
}
.box-user .login-form-username  input[type="email"]{
	background-color: #fff;
	border-radius: 2px;
	box-sizing: content-box;
	color: #235d7f;
	font-size: 13px;
	height: 20px;
	padding: 13px 18px;
	width: 82%;
}
.landing-page-template-landing-page-september  .form-landing-new iframe{
    min-height:360px;
}
.form-landing-new a{
    color:#fff;
}
#resetpasswordform #pass1-text{
    display:none;
}
body .rightbox{
	max-width:800px;
}
.name a {
    width:400px;
    background-position: 0 center;
    background-size:100%;
}
.name.login a {
    background-size:100%;
}
.login {
    padding:0;
}
.wrap-trial-sidebar {
    padding: 20px;
    background: #4f809d;
    border-radius: 5px;
}
.user-forms  .g-recaptcha div{
    margin:0 auto;
}
.trial-sidebar .subform, #trial .subform{
    width: 100%;
}
.trial-sidebar{
    position: absolute;
    top:0;
    border: 5px solid #83b7d5;
    background: #83b7d5;
}
.trial-sidebar h4{
    font-size: 24px;
    font-family: opensans-bold;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}
.trial-sidebar .box-header span{
    text-align: center;    
    display: block;
    line-height: 140%;color:#fff;
}
.trial-sidebar fieldset{
    padding:0;
    margin:0;
    border:none;
}
.trial-sidebar label[for="smsf"] {
    display: block;
    color:#fff;
    margin-bottom: 0;
}
.trial-sidebar label[for="smsf-yes"], .trial-sidebar label[for="smsf-no"]{
    color:#fff;
}
.trial-sidebar .form-submit p.heading_2{
    text-align: center;
    margin-bottom: 10px;
}
.trial-sidebar .form-submit span{
    display:block;
    width:100%;
}
.trial-sidebar .form-submit .green-button{
    background: #a4d242;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 0;
    height: 48px;
    line-height: 48px;
    padding:0;
}
.trial-sidebar .form-submit p.notbot{
    margin-top: 0;
    text-align: center;
    color:#fff;
    margin-bottom: 40px;
    font-size: 13px;
}
.trial-sidebar .form-submit p.notbot a{
    color:#fff;
    font-weight: bold;
}
.single-hidden-bottom-content{
    font-weight: bold;
    margin-top: 10px!important;
    color:#000;
    font-size: 15px;
}
.single img{
    max-width:100%;
    height:auto;
}
a.single-hidden-bottom-button{
    margin: 0 auto;
    display: block;
    width: 360px;
    background: #a4d242;
    border: 5px solid #83b7d5;
    text-transform: none;
}
.single-_hidden .switzersupport{
    display: none!important;
}
.single-_hidden footer.footer-nav{
    display: none;
}
.single-_hidden .box-user input[type="email"]{
	background-color: #fff;
	border-radius: 2px;
	box-sizing: content-box;
	color: #235d7f;
	font-size: 13px;
	height: 20px;
	padding: 13px 18px;
	width: 82%;
}
.no-login.user-buttons{
	width:155px;
}

/** Market Summary Style **/
.index-title {
    font-size: 1.3em;
    text-align: center;
    margin-bottom: 0px;
}
.center {
    text-align: center;
}
.nav a.quoteapi-active {
    font-weight: bold;
    text-decoration: none;
    line-height:1.5;
}
.arrow .quoteapi-positive {
    color: #53ad6f;
}
.arrow .quoteapi-positive:before {
    content: "\25B2";
}
.arrow .quoteapi-positive:after {
    content: "";
}
.arrow .quoteapi-negative {
    color: #a34253;
}
.arrow .quoteapi-negative:before {
    content: "\25BC";
}
.arrow .quoteapi-negative:after {
    content: "";
}
span.pctchange {
    font-size: .8em;
}
span.quoteapi-pct-change .quoteapi-zero {
    display: none;
}
span.quoteapi-pct-change .quoteapi-negative {
    color: #a34253;
}
span.quoteapi-change .quoteapi-negative {
    color: #a34253;
}
span.quoteapi-pct-change .quoteapi-positive {
    color: #53ad6f;
}
span.quoteapi-change .quoteapi-positive {
    color: #53ad6f;
}
.quoteapi-chart {
    padding: 10px 48px 30px 20px;
    font-size: .8em;
}
.quoteapi-chart-panel-border {
    stroke: #b9bec1;
}
.quoteapi-chart-panel-plot-area {
    padding: 0;
}
.quoteapi-chart-panel {
    height: 200px;
}
.quoteapi-chart-xaxis-label-container {
    margin-top: 2px;
}
.quoteapi-chart-yaxis-spacing {
    height: 35px;
}
.quoteapi-chart-yaxis-label-container {
    margin-right: 0;
}
.quoteapi-chart-yaxis-label.quoteapi-chart-yaxis-bottom-label {
    display: none;
}
.quoteapi-chart-gridline {
    stroke: #ddd;
    stroke-opacity: 0.5;
}
.quoteapi-chart-minor-gridline {
    stroke: none;
}
.quoteapi-chart-price {
    stroke: #66C3D1;
}
.quoteapi-chart-price-fill {
    fill: #A9E2EB;
    fill-opacity: 0.8;
}
.quoteapi-chart-prev-close {
    stroke: #ff7575;
    stroke-width: 2px;
}
/*=====================BEGIN PLAN LANDING PAGE 4===============*/
.landing-trial-plan4 .botli{
	background:#ffffff
}
.landing-trial-plan4 .left-content-form p{font-size:28px;}
.landing-trial-plan4 #content.box2  header ul {
	margin-left:85px;
}
.landing-trial-plan4 #content.box2  header ul li {
    list-style-type: square;
    line-height: 2;
}
.landing-trial-plan4 .ses2 .content-right{
    margin-bottom: 20px;
}
.landing-trial-plan4 .viewauthor .click_toggle{}
.landing-trial-plan4 .viewauthor .click_toggle.closeclick{
	display:none;
}
.landing-trial-plan4 .personal{
	width:33%;
	margin:0 0 35px;
	border:none;
	height:auto;
	min-height:200px
}
.landing-trial-plan4 .personal .personal-content{
	padding:0 20px;
	text-align:center;
}
.landing-trial-plan4 .personal .face-pic{
	overflow:hidden;
	background:url(images/auth_bg.jpg) no-repeat scroll center bottom ;
	width: 160px;
    height: 162px;
    text-align: center;
	padding:2px;
	margin: 0 auto;
    float: none;
}
.landing-trial-plan4 .personal .face-pic div{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow:hidden;
    width: 154px;
    height: 156px;
    border: 3px solid #ffffff;
}
.box-user input[type=number]{padding:13px 18px;width:81%;height: 20px;box-sizing: content-box;}
.landing-trial-plan4 .personal .face-pic div img{
	width:158px;
	height:160px
}
.landing-trial-plan4 .personal h4{
	text-transform:capitalize;
	font:800 14px 'Open Sans', sans-serif;
	color:#0a3e76;
	width: 100%;
    display: inline-block;
    text-align: center;
}
.landing-trial-plan4 .viewauthor{
	background:#d4e8f3
}
body.landing-trial-plan4 .desauthor p{
	font:400 14px 'Open Sans', sans-serif;
	color:#383838
}
a.need-advice{float:left;}
.landing-trial-plan4 .click_toggle {
	background:#a6ce56;
	color:#ffffff;
	font:normal 14px HelveticaBd,Arial;
	text-transform:uppercase;
	cursor:pointer;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	margin:0 auto;
}
.landing-trial-plan4 .click_toggle span{
	height: 50px;
    width: 100%;
    display: inline-block;
    line-height: 50px;
	background:url(images/arrow5.png) no-repeat scroll right -70px #a6ce56;
}
.landing-trial-plan4 .click_toggle.openclick{
	padding:0 32px 0 30px;
	max-width:258px
}
.landing-trial-plan4 .click_toggle.closeclick span{	
	background:url(images/arrow5.png) no-repeat scroll right 20px #a6ce56
}
.landing-trial-plan4 .click_toggle.closeclick{
	padding:0 38px 0 40px;
	max-width:72px;
}
.landing-trial-plan4 .section-2 .newbox .coll p{font-size:18px}
.landing-trial-plan4 .section-2 .newbox .coll{margin-bottom: 50px;min-height:0;}
.landing-trial-plan4 #content header .wrap{margin:0 auto;float:none}
.landing-trial-plan4 .botli h3 {
    font-size: 42px;
    color: #198fba;
    font-style: normal;
    line-height: 1.5;
    margin-top: 0;
	margin-bottom:0;
	text-align:center;
	font-weight:normal;
}
.trial-2 .notbot{
	width:auto;
}
.ms-sub{
    padding:30px 20px;
    height:100%;
    line-height:2;
    font-size:16px;
}
.ms-sub h4{
    margin-bottom:15px;
}
.ms-sub p{
    margin-bottom:0px;
}
.ms-sub  .sign-in{
    line-height:1;
}
body .sections-content-sections nav a.prev{
	background:url(images/sprites.png) no-repeat -83px -34px;
}
body .sections-content-sections nav a.next{
	background:url(images/sprites.png) no-repeat -41px -34px;
}
body .item-smsf_category-smsf-articles h4 a,body .item-smsf_category-term-deposits-2 h4 a{
	background:url(images/sprites.png) no-repeat 0px -180px;
}
body .widget-ch-questions ul .askq a:after{
	background:url(images/sprites.png) no-repeat -124px -31px;
}
body .widget-ch-questions ul li.wanswer{
	background:none;
}
body .widget-ch-questions ul li.wanswer:after{
	background: rgba(0, 0, 0, 0) url("images/sprites.png") no-repeat -26px 1px;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	height: 31px;
	width: 33px;
}
body .search-container input[type="text"],body .single-landing-page .search-container input[type="text"]{
}
.smallnote,.smallnote p{
    line-height: 1.4;
}


/*=====================END PLAN LANDING PAGE 4===============*/
/*SSR-3 Follow up on iPad.*/
@media only screen and (max-width: 800px) {
    #header .title-area li.name.fullwidth{width:100%;text-align:center;}
    body .sidebar-right {
        overflow: hidden;
    }
    body.single-_hidden .sidebar-right{
        overflow: visible;
    }
	.landing-trial-plan4 #content.box2 header ul{
		margin-left:1em
	}
	.landing-trial-plan4 #content.box2 header ul li{
		font-size:13px
	}
}
@media only screen and (max-width: 40.063em) {
    #trial .formlogin {
        max-height: 450px;
        overflow-y: scroll;
    }
    .trial-sidebar .medium-6 {
        width:100%;
    }
}
/*SSR-2 Signup on article pages*/
.lightbox-target .subform {
    width:100%;
}
.lightbox-target .subform .column {
    padding-left:10px;
    padding-right: 10px;
}
.lightbox-target #addusersub{
    margin-left: 20px;
}

.lightbox-target .subform .errorHolder .error-detail{
    bottom:0;
    left:10px;
    text-align: left;
    right: 24px;
}
.lightbox-target{
    height:100%;
}
.wrap-login-trial {
    text-align: left;
}
.wrap-login-trial .login-popup-btn{
    margin-right: 10px;
}
.wrap-login-trial .trial-popup-btn {
    margin-left: 10px;
}
.wrap-login-trial.box-user{
    border:none;
    background:none;
    padding:0;
}
#trial .box-user{
    padding-bottom: 0;
}
#trial .form-submit p.notbot {
    margin-top:0;
    margin-left:18px;
}
#trial .box-user.widget .box-header{
    padding-left:31px;
}
#trial p.heading_2{
    text-align: center;
    margin-bottom: 0;
}
#trial_success .box-user{
    padding-bottom: 0;
}
#trial_success .form-content{
    padding:23px;
}
#trial_success h4{
    font-size: 14px;
    color:#000;
}
#trial_success h4.title{
    font-size: 23px;
}
.wrap-close {
    text-align: center;
}
#trial_success .formlogin{
    min-height: 293px;
}
.lightbox-target {
    top:-50000em;
}
.lightbox-target .hide-error .subform .errorHolder .error-detail, .hide-error .errorHolder .error-detail{display:none;}
.logo-footer a,
.links-socials a {
    text-decoration: none;
}
.btn-login ul {
    margin:0;
}
.btn-login ul li{
    display:inline;
}
#header-event .header-top{
    width:100%;
    background:url(images/event_header_bg.jpg) no-repeat scroll center top #1577ac;
    min-height:352px;
    display:inline-block;
}
#header-event .header-top h1{
    font: 700 54px/68px 'Open Sans', sans-serif!important;
    color: #ffffff;
    text-transform: none;
    text-align: center;
    padding: 78px 0 12px 0;
    display: inline-block;
    text-shadow: 0px 5px 7px rgba(0, 0, 0, 0.35);
}
#header-event .header-top h2{
    font:normal 26px 'AGaramondProBold',Arial;
    color:#6de1ff;
    text-transform:uppercase;
    text-align:center;
    letter-spacing:4px;
}
#header-event .header-center{
    width:100%;
    background:#0a2c42;
    min-height:88px;
    display:inline-block;
    text-align:center;
    padding-top:24px;
}
#header-event .header-center p{
    font:700 17px/43px 'Open Sans', sans-serif;
    color:#ffffff;
}
#header-event .header-center img{
    vertical-align:top;
    padding:0 0 0 5px;
}
#header-event .header-bottom,
#header-event .header-bottom div,
#header-event .header-bottom ul{
    width:100%;
    display:inline-block;
    text-align:center;
    background:#e3e3e3
}
#header-event .header-bottom div{
    background:#e1e1e1;
}
#header-event .header-bottom ul{
    background:url(images/expert_under.jpg) no-repeat scroll center top #e3e3e3;
    padding:0;
    margin:0;
}
#header-event .header-bottom ul li{
    display:inline;
    text-align:center;
}
#header-event .header-bottom  a{
    font:600 16px 'Open Sans', sans-serif;
    color:#053c78;
    text-transform:capitalize;
    text-decoration:none;
    padding:0 0 30px 0;
    display:inline-block;
    text-align:center;
}
#header-event .header-bottom ul li a{
    padding:24px 55px 28px;
}
#container-event{
}
#container-event article{
    width:100%;
    display:inline-block;
    background:#f6f6f6;
    margin:0;
}
#container-event article .row{
    padding:85px 28px 90px;
}
#container-event article .entry-content{
    margin-bottom:13px;
}
#container-event .row,
header#header-event .row{
    max-width:830px;
}
#container-event article h3,.event_other_content  h3,.dates_and_venues h3,.subscriber_discount h3{
    font:bold 60px/60px Arial;
    color:#0a2c42;
    padding-bottom:34px;
}
#container-event article p,.subscriber_discount p{
    font:normal 16px/28px Arial;
    color:#0a2c42;
}
.page-template-event-landing-page a.register-button{
    font:700 22px/73px Helvetica, Arial;
    color:#fff;
    text-transform:uppercase;
    background:#a4d242;
    width:300px;
    height:70px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    text-align:center;
    display:inline-block;
    margin:33px 0 -5px;
    letter-spacing:2px;
    max-width:100%
}
.event_other_content{
    width:100%;
    display:inline-block;
    background:url(images/event_content_blue_bg.jpg) no-repeat scroll left top #1577ac;
}
.event_other_content .header-top{
    padding:75px 0 55px
}
.event_other_content .row{
    text-align:center;
}
.event_other_content  h3{
    color:#fff;
    margin-bottom: 0;
    padding-bottom: 30px;
}
.event_other_content  h4{
    color:#fff;
    font:bold 27px Arial;
    margin:0px 0 47px;
}
.event_other_content  ul {
    list-style-position: inside;
    margin-left:2px;
}
.event_other_content  ul li{
    margin-bottom: 30px;
    vertical-align: top;
}
.event_other_content  ul li,.event_other_content  ul li a{
    color:#fff;
    font:bold 20px/30px Arial;
    text-align:center;
}
.event_other_content .header-center,.event_other_content .header-center p{
    width:100%;
    display:inline-block;
    min-height:130px;
    background:#a4d242;
    text-align:center;
}
.event_other_content .header-center  a{
    background:#ffffff;
    color:#a4d242;
    margin:30px 0;
}
.dates_and_venues{
    width:100%;
    display:inline-block;
    background:#f6f6f6;
}
.dates_and_venues .row{
    padding:104px 0;
}
.dates_and_venues .text-heading{
    text-align:center;
    width:100%;
    display:inline-block;
    padding-bottom: 8px;
}
.dates_and_venues .col_left,.dates_and_venues .col_right{
    width:100%;
    display:inline-block;
    max-width:370px;
    background:#1577ac;
    margin:0 15px;
    padding:62px 0 45px;
    text-align:center;
}
.dates_and_venues .col_left{
    margin:0 15px 0 30px;
    float:left;
}
.dates_and_venues .col_right{
    margin:0 0px 0 15px;
    float:left;
}
.dates_and_venues h4{
    font:700 28px Helvetica, Arial;
    color:#ffffff;
    text-transform:uppercase;
    margin-bottom:18px;
}
.dates_and_venues strong{
    font:700 18px/28px Helvetica, Arial;
    color:#ffffff;
}
.dates_and_venues p{
    font:400 18px Helvetica, Arial;
    color:#ffffff;
}
.page-template-event-landing-page  .dates_and_venues .register-button{
    font-size:14px;
    width:157px;
    height:40px;
    line-height:40px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin:10px 0 15px;
    letter-spacing:0.7px;
}
.subscriber_discount{
    width:100%;
    display:inline-block;
    background:#f6f6f6
}
.subscriber_discount .row{
    padding:10px 28px 128px;
}
.footer-event{
    width:100%;
    display:inline-block;
    background:#ffffff
}
.footer-event p,.event_footer_top h6{
    font:400 22px Helvetica,Arial;
    color:#7d7d7d;
}
.event_footer_top h6{
    display: inline-block;
    text-align: left;
    float: left;
    margin: 34px 0 0;
}
.event_footer_top div{
    display:inline-block;
    vertical-align:top;
    max-width:100%;
    width:100%;
}
.event_footer_bottom{
    width:100%;
    display:inline-block;
    background:#1577ac;
    min-height:168px;
    text-align:center;
}
.event_footer_bottom a.register-button{
    margin:48px 0;
}
.event_footer_top{
    padding:51px 0 60px 14px
}
.event_footer_top a{
    display:inline-block;
    width: 24%;
    text-align: center;
}
.event_footer_top img{
    max-height: 81px;
    width: auto;
    display: inline-block;
}
.event_footer_top table{
    width:100%;
}
.event_footer_top table tr td{
    vertical-align:middle;
	text-align:center;
}
.event_footer_top table tr td a{
    width: auto;
    margin-bottom: 30px;
}
.event_footer_top table tr td img{
    vertical-align:middle;
    margin:0;
}
.event_footer_top a:first-child img{
}
header#header {
    clear:both;
}
#no-access p span {
    font-size: 13px;
}
#no-access {
    clear:both;
}
.header-landing{width:100%;background:#0b2232;padding:20px 0;}
.content-block-inner{width:960px;margin:0 auto;max-width:90%;
	position:relative;
}
.logo{width:50%;display:inline-block;vertical-align:top;}
.landing-page-landing-page .logo{
	width:100%;
	display:inline-block;
	vertical-align:top;
	text-align:center;
}
.header-right{
	display: inline-block;
	float: right;
	padding: 2px 0;
	text-align: right;
	vertical-align: top;
	width: auto;
}
.italic{
	font-family:open_sanslight_italic;
}
.header-right p{color: #94b9c7;font-size: 12px;}
.header-right p a{color:white}
.header-right p a.manage-account{padding:15px 20px;background:#1e4d6e;color:white;margin-left:20px;font-size:14px;font-weight:bolder;
	display:none;
}
.postid-10064695 .header-right .lightbox{
	display:none;
}
.banner-landing{padding:8px 0 10px;background:#0d293e url(images/landing-bg-img.jpg)center no-repeat;min-height:300px; position: relative;}
.postid-10073216 .banner-landing{padding:8px 0 10px;background:#0d293e url(images/landing-bg-img-ch.jpg)center no-repeat;min-height:570px; position: relative;}
.investor.banner-landing{
	background:url(images/newbanner.png) no-repeat;
	background-size:cover;
	background-position:center;
}
.postid-10065806 .investor.banner-landing{
	background:url(images/new-banner.png) no-repeat;
	background-size:cover;
	background-position:center;
}
.banner-landing .content-block-inner{
	width:100%;
	max-width:100%;
}
.banner-landing .inner{
	width:960px;margin:0 auto;max-width:90%;
}
.banner-landing .content-block-inner{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY (-50%);
	-ms-transform: translateY (-50%);
	-moz-transform: translateY (-50%);
	-o-transform: translateY (-50%);
}
.postid-10073216 .banner-landing .content-block-inner {
  position: absolute;
  top: 30%;
  transform: translateY(-62%);
}
.banner-landing .content-block-inner h1{
	 margin-top:-6px;
}
.banner-landing h1{font-size:54px;line-height: 1.25!important;;color:white;font-family:Open sans;font-weight:300;height:100%;}
.bg-gray{background:#f7f7f7;}
.bg-white{background:white;}
.bg-blue{background:#72afc9;}
.content-block-wrapper.bg-blue-ex{
   background:#002156;
   text-align:center;
   color:#fff;
   padding-bottom:21px;
}
.content-block-wrapper.bg-blue-ex p{
	color:#fff;
	font-family:Roboto;
	font-size:20px;
	font-weight:300;
}
.bg-blue-ex h5{
	color: #fff;
	font-style: italic;
	font-weight: 600;
	font-family:open sans;
	font-size:24px;
}
.bg-blue-ex .step-2-text{
	margin-top:11px;
}
.content-block-wrapper{width:100%;padding:20px 0 70px;}
.step-1-landing{width:380px;margin:0 auto;padding:30px 45px 15px ;max-width:90%;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;
border: 1px solid #bae3f7;box-shadow: 0 0 20px rgba(221,221,221,0.47);background: white;}
.content-block-wrapper h2{font-size:50px;line-height:1.3;font-weight:normal;color:#063f74;text-align: center;font-family:Roboto;font-weight:300;}
.content-block-wrapper h2.heading-step1{margin-bottom:20px;}
.content-block-wrapper .step-1-landing p{
	margin:15px 0;
}
.content-block-wrapper h2.heading-light{color:White;}
.content-block-wrapper p{font-size:16px;line-height:1.5;color:#6f8695;text-align: center;margin:28px 0;max-width:100%;font-family:Roboto;}
.step-1-landing p input[type=email],.step-1-landing p input[type=password]{font-size:14px;line-height:1.2;padding:14px;border:1px solid #03a9f6;border-radius:2px;
box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;width:100%;margin-bottom: 20px;height:auto;}
.step-1-landing p input::-webkit-input-placeholder {
   font-style: normal!important;color:#6B6B6B;
}
.step-1-landing p input:-moz-placeholder { /* Firefox 18- */
   font-style: normal!important;color:#6B6B6B;
}
.step-1-landing p input::-moz-placeholder {  /* Firefox 19+ */
   font-style: normal!important;color:#6B6B6B;
}
.step-1-landing p input:-ms-input-placeholder {  
   font-style: normal!important;color:#6B6B6B;
}
.step-1-landing p a.btn-blue{display:block;text-align: center;color:white;text-transform:capitalize;font-size: 16px;font-weight:400;padding:14px 0;border-radius:2px;background:#03a9f6;font-family:Open sans;}
p.logged-status{text-align:center;padding:25px 0 0;display:none;-webkit-transition: all 0.4s ease-in-out;margin:20px 0;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;}
.logged-status.showed{display:block;}
span.error-box.showed{display:inline-block!important;}
.logged-status span{display:inline-block;width:24px;height:24px;background:url(images/green-stick.png)top left no-repeat;}
.step-2-landing{width:960px;margin:0 auto;max-width:90%;}
.step-2-text{margin-top:20px;}
.step-2-text p{margin:0;}
.list-status{margin-bottom:30px;margin-left:0;text-align: center;}
.list-status li{width:31%;display:inline-block;vertical-align: top;margin-right:3%}
.list-status li:last-child{margin-right:0;}
.list-status li p{padding:0;}
p.logged-status{padding:0;}
.plan-list{margin:0;text-align: center;}
.plan-list>li{width:31%;display:inline-block;vertical-align:top;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;margin-right:3%;}
div.plan-wrapper{
-webkit-box-shadow: 2px 20px 96px -52px rgba(0,0,0,0.7);
-moz-box-shadow: 2px 20px 96px -52px rgba(0,0,0,0.7);
box-shadow: 2px 20px 96px -52px rgba(0,0,0,0.7);
border: 1px solid #dfeef4;-webkit-transition: all 0.4s ease-in-out;cursor:pointer;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;}
.plan-list>li>div.plan-wrapper:hover{border:1px solid #198fba;}
.plan-list>li>div.plan-wrapper:hover a.select-plan{background:#a4d736;border: 1px solid #82ab28;}
.plan-list>li:last-child{margin:0;}
.plan-list>li>div.plan-wrapper.plan-selected{border:1px solid #198fba;}
.plan-list>li h3{font-family:Roboto;text-align:left; padding:25px 20px;display:block;font-size:24px;line-height:1.2;font-weight:400;color:#198fba;border-bottom: 1px solid #dfeef4;}
p.price-per-month{font-size:16px;line-height:62px;color:#0f5c86;text-align:right;display:block;margin-top:42px;padding:0 20px;margin-bottom:18px;}
p.price-per-month>span{font-size:62px;color:#0f5c86;line-height:1.2;float:left;margin-top:-20px;}
p.price-per-month>span>span{font-size:31px;display: inline-block;padding-top: 13px;vertical-align: text-top;}
.more-info{background:#ddebf0;min-height: 231px;overflow:hidden;}
.more-info h5{
	color: #0f5c86;
	font-size: 15px;
	margin-bottom: 4px;
	margin-top: 10px;
	padding-left: 17px;
	text-align: left;
	text-transform: uppercase;
}
ul.list_info_1{margin:0;list-style:none;text-align:left;background:#fafcfc;min-height:231px;}
ul.list_info_1>li{
	padding:18px 22px;
	border-bottom:1px solid #edf0f0;
	color:#0f5c86;
	font-family:Roboto;
	background:url(images/tickssr.png) no-repeat 20px 20px;
	font-size:14px;
	background-size:18px;
	padding-left:45px;
}
ul.list_info_2{
	padding:14px 20px;
	list-style:none;
	margin:0;
	text-align:left;
}
ul.list_info_2 li{
    font-size:13px;
    color:#0f5c86;
    line-height:1.2;
    padding-bottom:14px;
	padding-left:20px;
	background:url(images/arrow-right.png) no-repeat left 1px;
	font-family: Roboto;
	font-weight:400;
}
.select-plan{padding:11px 0;display:block;border:1px solid #1787b0;font-weight:400;color:white;text-align:center;width:250px;max-width:100%;margin:0 auto 20px;background:#198fba;-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
font-family:Roboto;
}
.select-plan:hover{color:white!important;}
.select-plan.selected{background:#a4d736;border: 1px solid #82ab28;}
.limit_badge{font-size:30px;color:#6b7173;text-align:Center;line-height:1.2;padding-top:30px;margin-top:0px;}
.header-seperator{background:url(images/bg-seperator.png)center repeat-x;font-weight:bold;font-size:16px;line-height:1.2;color:#1b4663;text-align:center;margin:28px 0;}
.header-seperator span{font-family:opensans-extrabold; padding:0px 40px;display:inline-block;background:#72afc9;text-transform:uppercase;color:#1b4663;font-size:16px;font-weight:bolder;}
.step-3-landing{width:960px;margin:0 auto;max-width:90%;}
span.label{font-size:15px;color:#1b4663;}
.form-control{padding:10px 0px;text-align:center;}
.col-half{width:48.5%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:0 10px;display:inline-block;vertical-align: top;}
.form-control label{font-weight:bolder;color:#1b4663;display:block;text-align:left;}
.col-half input[type=text],.col-half input[type=email],.col-half input[type=password],.col-half select{font-size:13px;padding:15px 18px;border-radius:2px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;width:100%;border:none;background:white;height:Auto;background: #eff2f3;}
.col-half input[type=text]:focus,.col-half input[type=email]:focus,.col-half input[type=password]:focus,.col-half select:focus{outline: #166f9f solid 1px;}
.col-half>.col-half{padding:0 5px 0 0;}
.col-half select{background:#eff2f3 url(images/dropdown-form.png) right center no-repeat!important;-webkit-appearance: none;-moz-appearance: none;appearance: none;cursor:pointer;border:1px solid #8aa0ad!important;padding:14px 17px!important;}
.col-half>.col-half:last-child{padding:0 0 0 5px;}
.col_70 input,.col_70 select,.col_30 input,.col_30 select{font-size:13px;padding:15px 20px;border-radius:2px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;width:100%;border:none;background:white;height:Auto;}
.col_30{width:30%;display:inline-block;vertical-align: top;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding-right:20px;}
.col_30:last-child{padding-right:0;padding-left:5px;}
.col_70{width:68.5%;display:inline-block;vertical-align: top;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding-right:20px}
.col_70:last-child{padding-right:0;padding-left:5px;}
.col-half>.col_30{padding-right:5px;}
.col-half>.col_70{padding-right:0px;}
.col_60{width:60%;display:inline-block;vertical-align: top;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding-right:5px}
.col_40{width:39%;display:inline-block;vertical-align: top;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding-right:5px}
.col_40:last-child,.col_60:last-child{padding-right:0;padding-left:5px;}
.col_60>.col-half>select{padding:14px 10px!important;}
.form-control input[type=radio]{display:none;}
.form-control input[type=radio] + label > span{width:20px;height:20px;display:inline-block;background:white;border-radius:50%;vertical-align: middle;margin-right:10px;}
.form-control input[type=radio] + label{display:inline-block;margin-left:30px;}
.form-control input[type=radio]:checked + label > span{width:20px;height:20px;border:5px solid white;background:#3d7ea6}
.form-control .col-full-width{padding: 0 22px;text-align: left;}
.landing-submit{width:220px;max-width:100%;padding:15px 0!important;border-radius:4px;color:White;font-size:21px;line-height:1.2;background:#a4d242!important;font-family:open_sansregular;}
.landing-submit:hover{background: #a4d242!important;}
p.agree_text{font-size:13px;line-height:1.2;color:#1b4663}
p.agree_text a{font-weight:bold!important;color:#1b4663}
a.select-plan:hover{color:white!important}
.wrong_field{outline:#FF350C solid 2px; }
.wrong_field:focus{outline:#FF350C solid 2px!important;}
span.error_text{color:#ff0000;text-align:left;display:block;margin:0;font-size:14px;}
.list-bullet-points {list-style: none;text-align: center;margin:0;margin-top:20px;}
.list-bullet-points li{box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;width:49%;padding:20px;vertical-align: top;display: inline-block;}
.list-bullet-points li div{text-align: left;}
.list-bullet-points li div p{text-align:left;padding-left:70px;color: #4f4f4f;font-size: 14px;margin:0;}
.list-bullet-points li div img{float:left;display:inline-block;}
div.clearfix{clear:both;}
.list-author-landing{margin:0;text-align:center;list-style: none;margin-top:20px;}
.list-author-landing li{box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;width:49%;padding:26px 20px 0;vertical-align: top;display: inline-block;}
.list-author-landing li div{text-align: left;}
.list-author-landing li>div{border-bottom:1px solid #dfe0e0;padding-bottom:5px;line-height:2;max-width:100%;}
.list-author-landing li div img{float:left;margin: 0 15px 5px 0;}
.list-author-landing li div h3{color: #0f5c86;font-family: opensans-extrabold,Georgia,"Times New Roman",Times,serif;font-size: 24px;font-weight: 400;margin: 12px 0;line-height: 1.1;}
.list-author-landing li>div>p{color: #3c96b6;font-family: open_sansregular,Georgia,"Times New Roman",Times,serif;font-size: 12px;margin: 0;text-align: left;}
div.authour_desc{font-size: 14px;width: 100%;line-height: 2;color: #707070;text-align: left;}
div.authour_desc p{text-align: left;
margin-top:15px;
float: left;
  font-size: 14px;
  width: 100%;}
.error-box-wrapper{display:block;margin:40px 0;text-align: center;}
span.error-box{font-size:16px;font-weight:Bolder;color:white;line-height:1.2;padding:17px 40px;background: #ff0000;border-radius:4px;display:none;}
.col_70>.col-half,.col_60>.col-half{padding-right:5px;padding-left:0}
.col_70>.col-half:last-child,.col_60>.col-half:last-child{padding-right:0;padding-left:5px}
.login-wrapper-2,.login-wrapper-1,.step-1-landing{overflow:hidden;position:relative;}
.back-in-step1{width:25px;height:25px;display:inline-block;position:absolute;top:40px;left:60px;background:url(images/back-icon-image.png)center no-repeat;cursor:pointer;}
.logged-icon-wrapper{min-height:65px;display:inline-block;width:100%;}
span.icon-sorter{display:inline-block;width:20px;height:25px;background: url(images/sorter-img.png)center center no-repeat;cursor: pointer;float:right}
span.icon-sorter.sorted-max{background: url(images/sorter-img2.png)center center no-repeat;}
span.icon-sorter.sorted-min{background: url(images/sorter-img1.png)center center no-repeat;}
.login_step1{padding:0px 20px;border-radius: 4px;margin-top:15px;max-width:100%;}
.wp-table-reloaded>tbody>tr.odd>td{background:white!important;}
.wp-table-reloaded>tbody>tr.even>td{background:#D0D0D6!important;}
.wp-table-reloaded>thead>tr>th>center{float:left;}
.col-half.toggle-display{-webkit-transition: all 0.4s ease-in-out;}
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;}
.col-half.t_left{text-align:left;padding:14px 0;}
.page-id-10000525 .switzersupport{display:none;}
.note-plan-selected{font-weight:bolder;color:#0D3B4B!important;text-align:center;margin:20px 0;}
.form-hide{display:none;}
body.single-landing-page .switzersupport.showed{display:block!important;}
.postid-10054209 .box-user{border-bottom:1px solid #88bfdc!important;}
/** landing page*/
.landing-page-landing-page .article_special_image {
    padding: 0 10px;
    position: relative;
}
.landing-page-landing-page #container h1, .landing-page-landing-page .heading_1 {
  color: #198fba;
  font-size: 62px;
  font-weight: 500;
  line-height: 1.156;
  margin-bottom: 50px;
}
.landing-page-landing-page .heading_2::after {
  border-bottom: 1px solid #198fba;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
}
.landing-page-landing-page .heading_2 {
  color: #0f5c86;
  font-family: opensans-bold;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 37px;
  position: relative;
  text-align: center;
}
.landing-page-landing-page .article_special_image .column.ouex {
  margin-top: 20px;
  min-height: auto;
  padding-bottom: 65px;
}
.landing-page-landing-page .article_special_image ul {
  line-height: 1.3;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.landing-page-landing-page .article_special_image .column {
  min-height: 390px;
}
.landing-page-landing-page .ouex p{
	margin:0px;
	margin-bottom:20px;
}
.landing-page-landing-page .heading_2 span {
  background: #f7f7f7 url("img/background-1.png") repeat scroll 50% 50%;
  color: #72afc9;
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  padding: 0 20px;
  position: relative;
  z-index: 3;
}
.landing-page-landing-page .heading_2 span {
  background: #fff;
}
.landing-page-landing-page .article_special_image ul {
  line-height: 1.3;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.landing-page-landing-page .article_special_image li:after {
  background: rgba(0, 0, 0, 0) url("images/checkac.png") no-repeat;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 20px;
}
.landing-page-landing-page .article_special_image li {
  font-size: 15px;
  margin: 0 0 18px;
  padding: 0 0 0 35px;
  position: relative;
  font-family:Roboto;
}
.landing-page-landing-page .reminder h2 {
  color: #fff;
  font-size: 54px;
}
.landing-page-landing-page .reminder{
  min-height:210px;
  margin-bottom:40px;
  height:auto;
  line-height:1.5;
  background-size:cover;
  font-family:Roboto;
}
.content-block-wrapper .reminder p{
  color:#fff;
}
.select_ticket_wrapper .col-full{
	padding: 0 10px;
	width:100%;
	text-align:center;
}
.select_ticket_wrapper .col-fullwidth.t_left{text-align: left;padding:0 10px;}
.select_ticket_wrapper .col-fullwidth.t_left select{background:#eff2f3 url(images/dropdown-form.png) right center no-repeat!important;-webkit-appearance: none;-moz-appearance: none;appearance: none;cursor:pointer;border:1px solid #8aa0ad!important;padding:14px 17px!important;width:48.5%;max-width:100%;
margin:0 auto;
}
.select_ticket_wrapper .col-fullwidth.t_left span.label{margin-right:0;padding-bottom:18px;display:inline-block;}
.exprest-img .inner-ex{
 	width: 960px;
    margin: 0 auto;
    max-width: 90%;
    position:relative;
}
.step-2-landing.exprest-img{
	background: #cfdae0;
	max-width: 100%;
	width: 100%;
	padding-top: 20px;
	margin-bottom: 99px;
	padding-bottom: 0px;
	text-align:center;
	font-weight:700;
	display:none;
}
.content-block-wrapper p.more{
	margin-top:0px;
	font-family:Roboto;
	color:#0a2c42;
	font-weight:300;
}
.step-2-landing.exprest-img ul{
	list-style:none;
	padding:0px;
	margin:0px;
	position:absolute;
	bottom:-35px;
	width:100%;
}
.step-2-landing.exprest-img h2 {
    margin-bottom: 4px;
    margin-top: 21px;
    font-size: 44px;
	color:#063f74;
	font-family:Roboto;
	font-weight:300;
}
.step-2-landing hr{
    margin-top:45px;
    margin-bottom:5px;
}
.step-2-landing.exprest-img .ex1{
	text-align:right;
}
.step-2-landing.exprest-img .ex2{
	padding-left:5%;
}
.step-2-landing.exprest-img .ex3{
	padding-right:7%;
}
.step-2-landing.exprest-img .ex4{
	text-align:left;
}
.step-2-landing.exprest-img ul li{
	width:24%;
	display:inline-block;
}
.step-2-landing.exprest-img ul li a{
	display:block;
	width:100%;
	height:100%;
	vertical-align:text-bottom;
	color:#063f74;
	font-family: open sans;
    font-weight: 400;
}
.step-2-landing.exprest-img img{
	margin-bottom:0px;
}
.banner-landing.investor h1{
	text-align:center;
	font-family:Roboto;
}
.list_info_1 li:last-child{
   border-bottom:0px;
}
/** style Inverst landing page ***/
.landing-page-investor-page .header-landing{
	background:url(images/banner-bg.png) no-repeat;
	background-size:cover;
	text-align:center;
	color:#fff;
}
.bg-blue-ix{
	background:#002156;
	width:100%;
	padding:0 5%;
	text-align:center;
}
.bg-blue-ix img{
	width:100%;max-width:550px;
}
.landing-page-investor-page .button-register{
	background: #03a9f6 none repeat scroll 0 0;
	border-radius: 60px;
	color: #fff;
	display: inline-block;
	font-family: roboto;
	font-size: 27px;
	font-weight: 300;
	height: 86px;
	line-height: 1.7;
	padding: 22px 50px;
	text-align: center;
	width: 328px;
	letter-spacing:2px;
}
.landing-page-investor-page .button-register:hover{
	color:#fff;
	opacity:0.8;
}
.landing-page-investor-page .header-landing h1{
	font-family:Roboto;
	color:#fff;
	font-size: 49px;
    font-weight: 700;
    text-transform:uppercase;
	max-width:943px;
	margin:12px auto;
}
.landing-page-investor-page .header-landing{
	padding-top:113px;
	padding-bottom:67px;
}
.landing-page-investor-page .header-landing h4{
	font-family:Roboto;
	font-weight:300;
	color:#fff;
	text-transform:uppercase;
	margin-bottom:48px;
}
.landing-page-investor-page .step-2-landing p{
	text-align:left;
	font-size:22px;
}
.landing-page-investor-page .sub-button{
	background: #13b9ff;
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	font-weight: 300;
	height: 50px;
	max-width: 100%;
	padding: 17px;
	width: 250px;
	font-family: roboto;
}
.landing-page-investor-page .sub-button:hover{
	color:#fff;
	opacity:0.8;
}
.landing-page-investor-page .sub-button.gray{
	background:gray;
}
.tb-box1{
	border-bottom: 1px solid #ddd;
	display: inline-block;
	padding-bottom: 25px;
}
.box-res1{
	padding:35px 0;
}
.box-res2{
	padding:57px 0;
}
.partner{
	background:#fff;
}
.text-content .button-register{
	margin-top:40px;
}
.text-content.content-block-wrapper{
	padding-bottom:100px;
}
.landing-page-investor-page{
	font-family:roboto;
}
.landing-page-investor-page .text-content.content-block-wrapper{
	padding-top:70px;
}
.landing-page-investor-page .bg-gray-ix{
	background:#f7fafa;
}
.landing-page-investor-page .content-block-inner{
	width:1200px;
}
.landing-page-investor-page .step-2-landing.exprest-img{
	padding-top:60px;
	width:100%;
	margin-bottom:45px;
}
.landing-page-investor-page .step-2-landing.exprest-img h3{
	font-family:roboto;
	font-weight:300;
	font-size:72px;
	color:#0a2c42;
	margin-bottom:0px;
	line-height:1.3;
}
.landing-page-investor-page .step-2-landing.exprest-img p{
	margin-top:0px;
	font-family:roboto;
	font-weight:300;
	color:#0a2c42;
	font-size:20px;
}
.landing-page-investor-page .exprest-img .inner-ex{
	width:1200px;
}
.landing-page-investor-page .exprest-img  img{
	width:100%;
}
.landing-page-investor-page .text-content h3 {
    color: #0a2c42;
    font-size: 75px;
    font-weight: 300;
    line-height: 1.1;
    font-family: roboto;
    margin-bottom:54px;
}
.landing-page-investor-page ul li a{
	color:#265f94;
	font-size:18px;
}
.landing-page-investor-page .text-content .step-2-landing{ 
	padding-left:130px;
	padding-right:130px;
}
.landing-page-investor-page .step-2-landing{
	width:1200px;
}
.landing-page-investor-page .why-attend{
	background:#265f94 url(images/in_bglist.png) no-repeat;
	background-size:cover;
	padding-top:120px;
	padding-bottom:135px;
}
.why-attend .content-block-inner{
	width:1186px;
}
.why-attend h3{
	font-size:72px;
	color:#fff;
	text-align:center;
}
.why-attend p{
	font-size: 36px;
    margin-top: 0px;
    color: #fff;
    font-family: arial;
    font-weight: 700;
    margin-bottom:60px;
}
.why-attend ul{
	margin:0px;
}
.why-attend li{
	list-style:none;
	background: url(images/li-in.png) no-repeat left 5px;
	padding-left:48px;
	color:#fff;
	font-size:24px;
	background-size:26px;
	width:534px;
	float:left;
	min-height:85px;
	margin-right:60px;
}
.why-attend li:nth-child(2n){
	margin-right:0px;
}
.box-date-event{
	padding-top:110px;
}
.box-date-event .content-block-inner{
	width:1047px;
}
.box-date-event h3{
	text-align: center;
    font-size: 72px;
    color: #0a2c42;
    font-weight: 300;
    margin-bottom: 50px;
    font-family: roboto;
}
.table-three{
	width:320px!important;
	height:360px;
	margin-left:13px;
	margin-right:15px;
}
.table-three table{
	width:100%;
	height:auto;
	font-size:20px;
} 
.table-three table td img{
	padding-right:10px;
	width:40px;
}
.table-three table.tb-box2  td img{
	width:30px;
}
.landing-page-investor-page  .sub-save{
	padding-top:120px;
	padding-bottom:120px;
}
.landing-page-investor-page  .sub-save h3{
	font-size:72px;
	font-weight:300;
	font-family:roboto;
	margin-bottom:32px;
}
.landing-page-investor-page .sub-save .content-block-inner{
	width:920px;
}
.landing-page-investor-page .sub-save .button-register{
	margin-top:40px;
}
.b-title{
	padding-top:25px!important;
	color:#0a2c42;
	font-size:30px;
}
.sub-save p{
	font-size:20px;
}
.formlogin{
	text-align:left;
}
.wrap-popup-download{}
.modal-open .modal {
    overflow-x: hidden;    overflow-y: auto;
    background: rgba(51, 51, 51,0.5)!important;
}
.fade.in {
    opacity: 1;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.landing-page-landing-page-urb *{font-family:Open Sans;}
.landing-page-landing-page-urb .banner-top {
    margin: 130px 0;position: relative;
width: 100%;
float: left;
}.landing-page-landing-page-urb .banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.modal.fade.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);display:none;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
}
.modal-dialog {
    width: 600px;max-width:100%;position:relative;
    margin: 30px auto;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.landing-page-landing-page-urb .container{padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto;}
.landing-page-landing-page-urb .container>.row{margin-left:-15px;margin-right:-15px;max-width:none;width:auto!important;}
.landing-page-landing-page-urb section {
    float: left;background:#F2F2F2;
    position: relative;
    width: 100%;
}
.section-title-urb.sh3 {
    color: #fff;
    font-family: Roboto Slab;
    font-size: 50px;
    font-weight: 700;
    line-height: 55px;
}
.banner-content-urb .mid-banner {
    margin-top: 30px;
}
.banner-content-urb .image-urb {
    float: left;
    padding-right: 40px;
}
.banner-content-urb .mid-banner .section-title.sh3 {
    color: #fff;font-weight: 700;
    margin-bottom: 0;
    font-size: 50px;
line-height: 55px;
text-align: left;
text-transform: none;
}
.banner-content-urb .mid-banner .section-title {
    color: #bcd52f;
    font-size: 50px;
    line-height: 55px;font-weight: 700;
margin-bottom: 20px;
    text-align: left;
    text-transform: none;
}
.banner-top .banner-content-urb .section-description {
    color: #fff;font-family: Roboto Slab;
    float: left;font-weight: 300;
    font-size: 20px;
    margin: 50px 0 0;
    text-align: left;
    width: 100%;
}
.menu-top {
    background: #fff none repeat scroll 0 0;
    float: left;
    width: 100%;
    padding: 15px 0;
}
#primary-menu {
    float: left;
}
#primary-menu.menu-about-top ul{margin:0 0;}
#primary-menu.menu-about-top ul li {
    display: inline-block;
}
#primary-menu ul li:first-child {
    margin-left: 0;
}
#primary-menu.menu-about-top ul li a.action-button {
    font-size: 14px;
    color: #042c59;display: block;
height: 55px;
line-height: 55px;
padding: 0 15px;
    text-transform: uppercase;
    font-weight: 600;
}
.menu-top .container .row > .action-button, .meet-team-video .btn-action-button {
    background-color: #042c59;
    border-radius: 4px;
    color: #fff;
    float: right;
    font-weight: 700;
    height: 56px;
    line-height: 56px;
    text-align: center;
    text-transform: uppercase;
    width: 200px;
}
.section-padding.bp70 {
    padding: 57px 0;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.investment-about-top .content-lt {
    box-sizing: border-box;
    float: left;
    max-width: 768px;
    position: relative;
    top: -7px;
}
#landing-about .content-desktop .content-lt h5 {
    font-size: 26px;
    font-family: "Open Sans";
    color: #042c59;
    font-weight: bold;
    line-height: 1.308;
    text-align: left;
    margin-top: 0;
    margin-top: 0;
    margin-bottom: 5px;
    letter-spacing: 1.3px;
}
#landing-about .content-desktop .content-lt .description {
    margin-bottom: 70px;
    margin-top: 15px;
}
#landing-about .content-desktop .content-lt .description p {
    font-size: 20px;
    font-family: "Open Sans";
    color: #042c59;
    font-weight: 400;
    line-height: 1.7;
    text-align: left;
    letter-spacing: 1px;
}
#landing-about .content-desktop .content-lt table {
    float: left;
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;background: transparent;
    display:table;
}
#landing-about .content-desktop .content-lt table tr {
    width: 100%;
}
#landing-about .content-desktop .content-lt table tr:nth-child(2n) {
    background-color: #fdfdfd;
}
#landing-about .content-desktop .content-lt table tr:first-child td {
    border-top: 1px solid #c4c4c4;
}
#landing-about .content-desktop .content-lt table tr td:first-child {
    box-sizing: border-box;
    width: auto;
    border-right: 0;
    padding-left: 5%;
}
#landing-about .content-desktop .content-lt table tr td {
    font-size: 18px;
    font-family: Open Sans;
    color: #042c59;
    line-height: 1.6;
    padding:10px;
    border: 1px solid #c4c4c4;
    border-top: 0;
    padding-left: 5%;
    display:table-cell;
    vertical-align: top;
}
.thanks_you_home {
  display: inline-block;
  margin-bottom: 30px;
  margin-top: 15px;
  text-align: center;
  width: 100%;
}
.thanks_you_home p {
  color: #042c59;
  display: inline-block;
  float: left;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-right: 15px;
  margin-top: 12px;
  text-align: center;
  width: 100%;
  padding: 0 15px;
}
#landing-about .content-desktop .content-rt {    padding-left: 0;    background: #fff;    padding-bottom: 30px;    box-shadow: 12.021px 12.021px 16px 0px rgba(0, 0, 0, 0.1); width: 100%;    max-width: 100%;float:left;}
.wrapper-download-form {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    background: #fff;
}
.title-download-form {
    background-color: #b8bbbe;
    padding: 28px;
}
.title-download-form > h2 {
    color: #fff;font-weight:700;cursor: pointer;font-size: 24px;margin-bottom: 0;margin-top: 0;position: relative;line-height:1.1;
}
.wrapper-download-form-content {
    display: block !important;
}#landing-about .content-desktop .content-rt .wrapper-download-form ul {
    margin-top: 15px;margin-left:0;
}
#landing-about .content-desktop .content-rt ul li:first-child {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #c4c4c4;
}
#landing-about .content-desktop .content-rt .wrapper-download-form ul li {
    border-bottom: 1px solid #c4c4c4;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
}
#landing-about .content-desktop .content-rt ul li {
    list-style: none;
    float: left;
    width: 100%;
}
.modal {
    position: fixed;    top: 0;    right: 0;    bottom: 0;    left: 0;    background: rgba(51, 51, 51,0.5)!important;
    z-index: 10050;    display: none;    overflow: hidden;    -webkit-overflow-scrolling: touch;    outline: 0;
}
.modal-dialog {
    position: relative;
}
.modal-content {
    position: relative;    background-color: #fff;    -webkit-background-clip: padding-box;    background-clip: padding-box;
    border: 1px solid #999;    border: 1px solid rgba(0,0,0,.2);    border-radius: 6px;    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.modal-header {
   	height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.close {    float: right;    font-size: 21px;    font-weight: 700;    line-height: 1;    color: #000;
    text-shadow: 0 1px 0 #fff;    filter: alpha(opacity=20);    opacity: .2;}
button.close {    -webkit-appearance: none;    padding: 0;    cursor: pointer;    background: 0 0;    border: 0;margin-top: -10px;}
button.close:hover{color: #000!important;}
.modal-body {    position: relative;    padding: 15px;color: #717171;font-size: 15px;line-height: 27px;}
.modal-footer {    padding: 15px;    text-align: right;    border-top: 1px solid #e5e5e5;}
.modal-footer .btn {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #1d5a9b 0px, #154170 100%) repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
}
.btn {
    display: inline-block;    padding: 6px 12px;    margin-bottom: 0;    font-size: 14px;    font-weight: 400;
    line-height: 1.42857143;    text-align: center;    white-space: nowrap;    vertical-align: middle;
    -ms-touch-action: manipulation;    touch-action: manipulation;    cursor: pointer;    -webkit-user-select: none;
        -moz-user-select: none;    -ms-user-select: none;    user-select: none;    background-image: none;
    border: 1px solid transparent;    border-radius: 4px;}
.modal-footer a.btn {    padding: 5px 12px;}
#landing-about .content-desktop .content-rt .form-subscribe {
    float: left;    width: 100%;    padding-left: 28px;    padding-right: 28px;}
#landing-about .content-desktop .content-rt .form-subscribe .input-text input[type="submit"] {
    position: relative;    width: 100%;    background: #fff;    border: 1px solid #043359;    border-radius: 3px;
    font-size: 14px;    font-family: "Open Sans";    color: #042c59;    text-transform: uppercase;    line-height: 1.5;
    text-align: center;    margin-top: 10px;    margin-bottom: 25px;}
#landing-about .content-desktop .content-rt ul {
    float: left;margin-left:0;    width: 100%;    padding-left: 28px;    padding-right: 28px;    margin-bottom: 11px;}
#landing-about .content-desktop .content-rt ul li .icon.icon-phone {
    background-image: url("images/icon_phone1.png");
}
#landing-about .content-desktop .content-rt ul li .icon.icon-mail {
    background-image: url("images/email-1.png");
}
#landing-about .content-desktop .content-rt ul li .icon {
    float: left;    width: 35px;    height: 35px;    background-repeat: no-repeat;    background-size: 100%;
    background-position: center center;    margin-right: 19px;}
#landing-about .content-desktop .content-rt h5 {
    color: #042c59;    float: left;    font-family: "Open Sans";    font-size: 26px;    font-weight: bold;    line-height: 1.308;
    padding: 22px 36px 15px;    margin: 0;    text-align: left;    width: 100%;}
#landing-about .content-desktop .content-rt h5.title-contact {
    background-color: #fff;    color: #042c59;    padding: 27px 30px;    margin-bottom: -4px;    border-top: 1px solid #c4c4c4;
    padding-top: 27px;    padding-bottom: 18px;    line-height: 1.308;    margin-bottom: 0;
}
#landing-about .content-desktop .content-rt ul li a {
    font-size: 20px;    font-family: "Open Sans";    color: #042c59;
    line-height: 1.7;    text-align: left;    float: left;    margin-bottom: 0;
}
#landding-why .box .box-content {
    float: left;    width: 83.33%;    padding-left: 6px;    font-size: 16px;    font-family: "Open Sans";    color: white;
    font-weight: 400;    line-height: 1.9;    text-align: left;
}
.section-cat h2.section-title{line-height: 28px;}
#landing-about .content-desktop .content-rt .wrapper-download-form ul li a::after {
    content: "\f178";    font-family: FontAwesome;    height: 28px;    position: absolute;
    right: 0;    width: 28px;    top: 0;}
.landing-page-landing-page-urb .top-header-ladding h2.section-title,.landing-page-landing-page-urb .top-header-ladding h3.section-title {
    color: #fff;
    display: block;
    font-family: "Roboto Slab";
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 53px;
    text-align: center;
    text-transform: none;
}
.meet-team {
    text-align: center;
}
.landing-meet-team{
	position:relative;
}
.landing-meet-team .content .meet-team-video {
    box-shadow: 0px 12px 21px 0px rgba(0, 0, 0, 0.43);
    margin-bottom: 35px;
}
.landing-meet-team .content {
    float: left;    width: 80%;    display: inline-block;    float: none;    text-align: center;}
.landing-meet-team .content .meet-team-video iframe {
    display: block;
}
body .meet-team-video .btn-action-button {
    display: table;
    margin: 0 auto;
    float: none;
}
#landding-why {
    background-color: #042c59;
}
#landding-why .box {
    float: left;    width: 100%;    margin-bottom: 55px;
}
#landding-why .box .box-icon {
    float: left;    width: 16.66%;    padding-right: 15px;    text-align: center;    display: inline-block;
}
#landding-why .box .box-icon {
    background-image: url("images/check-1.png");    background-repeat: no-repeat;    background-size: 100%;
    background-position: center;    width: 35px;    height: 35px;    text-align: center;    display: inline-block;    margin-right: 15px;
}
.col-sm-6 {
    width: 50%;
}
#landding-why .box .box-content {
    float: left;    width: 83.33%;    padding-left: 6px;    font-size: 16px;    font-family: "Open Sans";    color: white;
    font-weight: 400;    line-height: 1.9;    text-align: left;
}
#landding-why .box .box-content h2 {
    font-size: 24px;    font-family: "Open Sans";    color: white;    font-weight: bold;    line-height: 1.5;
    text-align: left;    margin-top: 0;    margin-bottom: -1px;
}
.landing-page-landing-page-urb #landding-risks .top-header-ladding h2.section-title,.landing-page-landing-page-urb #ladding-team .top-header-ladding h2.section-title ,
.landing-page-landing-page-urb #landding-who .top-header-ladding h2.section-title,.landing-page-landing-page-urb #how_to.how-to-invest .section-title,
.landing-page-landing-page-urb #landing-faq .top-header-ladding h2.section-title{
    color: #1061ad;
}
.risks-primary .wrap-content {
    margin: 0 auto;
    max-width: 850px;text-align:center;
}
section#landding-risks{background: white;}
#landding-who .wd-content .border-right {
    border-right: 1px solid #c4c4c4;
}
#landding-who .wd-content .icon {
    padding-top: 52px;
    margin-bottom: 48px;
}
#landding-who .wd-content .content-desc {
    display: inline-block;    text-align: center;    width: 100%;    font-size: 20px;    font-family: "Open Sans";
    color: #042c59;    line-height: 1.5;    text-align: center;
}
.content-desc p{
	font-size: 20px;  
	font-family: "Open Sans";
	color: #042c59;   
	line-height: 1.5;
}
#landding-who .wd-content {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: -5px;
}
#ladding-team .top-header-ladding .section-description{
    font-size: 20px;    font-family: "Open Sans";    color: #042c59;
    line-height: 1.5;font-weight: 300;margin-bottom: 45px;max-width: 930px;    text-align: center;margin: 0 auto 45px;
}
#ladding-team .top-header-ladding .section-description p {
	  font-size: 20px;  
	  font-family: "Open Sans";  
	  color: #042c59;
	  line-height: 1.5;
	  font-weight: 300;
}
section#ladding-team{background: white;}
.section-cat .primary-member {
    float: left;    position: relative;    text-align: center;    width: 100%;
}
.col-5 {
    box-sizing: border-box;    display: inline-block;    padding: 0 13px;vertical-align: top;    width: 19.7%;
}
.thunb-member {
    position: relative;    width: 100%;
}
.title-post-member {
    font-size: 18px;    margin-bottom: 13px;    text-align: left;}
.title-post-member a {
    color: #042c59;
}
.primary-member p {
    color: #042c59;    font-size: 13.7px;    font-style: italic;    margin-bottom: 0;    text-align: left;
}
#ladding-fund .section-padding {
    padding-top: 110px;    margin-bottom: 136px;
}
#ladding-fund .section-padding .content-manager .title {
    font-size: 50px;    font-family: "Roboto Slab";    color: #042c59;    line-height: 1.2;    text-align: left;
    letter-spacing: 0.3px;    padding-right: 10px;    margin-bottom: 39px;    font-weight: 400;color: #1061ad;
}
#ladding-fund .section-padding .content-manager .content-desc {
    font-size: 20px;    font-family: "Open Sans";    color: #042c59;    line-height: 1.5;    text-align: left;margin-bottom:20px;
}
.landing-page-landing-page-urb #ladding-fund .section-padding .content-manager .content-desc {
    color: #203744;
}
#landding-invest .section-padding .top-header-ladding {
    position: relative;
}
#landding-invest .section-padding .top-header-ladding h2.section-title {
    color: #fff;    position: relative;    position: relative;    margin-top: 73px;    margin-bottom: 73px;
}
.landing-page-landing-page-urb .section-title .icon-img {
    padding-left: 30px;
}
.landing-page-landing-page-urb .section-title .icon-img img {
    max-width: 59px;
}
.how-to-invest .item.menu-item {
    text-align: center;
}
.section_how.item-2.col-md-4 {
    display: inline-table;
    float: none;
}
.landing-page-landing-page-urb #how_to .section_how .wapper-list {
    -webkit-box-shadow: 0 12px 21px 0 rgba(0, 0, 0, 0.43);
    -moz-box-shadow: 0 12px 21px 0 rgba(0, 0, 0, 0.43);
    box-shadow: 0 12px 21px 0 rgba(0, 0, 0, 0.43);background-color: #fff;
padding-bottom: 10px;
text-align: center;min-height: 396px;
}
.landing-page-landing-page-urb .how-to-invest .wapper-list .feature-img {
    background-color: #112154;padding-bottom: 10px;padding-top: 35px;
}
#how_to .wapper-list img {
    padding-bottom: 14px;
}
.how-to-invest .section-description-1 {
    padding: 0 30px;
}
#how_to .wapper-list h3 {
    color: #042847;    font-family: "Open Sans", sans-serif;    font-size: 21px;    font-weight: 600;    line-height: 30px;
    margin-top: 20px;    margin-top: 38px;    min-height: 0;
}
#how_to .wapper-list span {
    font-weight: 300;    color: #042847;
}
.how-to-invest .section-description-1 p {
    color: #717171;    font-size: 14px;    line-height: 24px;margin-bottom:20px;
}
.space {
    display: block;height:35px;
}
.landing-page-landing-page-urb .section_how .btn.type-blue.link-pdf {
    background-color: #51a0dd;
}
.btn.type-blue.submit-app, .btn.type-blue.link-pdf {
    color: #fff;    font-weight: normal;    height: 56px;    line-height: 56px;background-color: #51a0dd;
    margin: 0 0 6px;    padding: 0;    width: 100%;margin: 20px 0 6px;
}
.landing-page-landing-page-urb #how_to.how-to-invest .section-title {
    font-family: "Roboto Slab";    font-size: 50px;    font-weight: 400;    margin-bottom: 53px;    text-align: center;    text-transform: none;
}
.section_radio_download {
    width: 100%;    padding: 0 30px;    height: 0;    -webkit-transition: 0.3s all;    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;    -o-transition: 0.3s all;    transition: 0.3s all;    overflow: hidden;
}
.how-to-invest .section_how.col-md-4 .wapper-list .feature-img::after {
    border-left: 185px solid transparent;border-top: 20px solid #112154;content: "";left: 15px;position: absolute;top: 131px;
    border-right: 185px solid transparent;
}
.how-to-invest .item.menu-item {
    margin-left: -15px;    margin-right: -15px;
}
.landing-page-landing-page-urb .faq-section {
    background-color: #f7f7f7;
    border-top: 10px solid #f3f4f4;
}
.list-faq {
    margin-left: -15px;    margin-right: -15px;    position: relative;    width: 100%;
}
#landing-faq .faq-content p{
    display: inline-block;    text-align: center;    width: 100%;    font-size: 20px;    font-family: "Open Sans";
    color: #042c59;    line-height: 1.5;    text-align: center;
}
.landing-page-landing-page-urb footer.footer-last{}
.landing-page-landing-page-urb body{background:#F2F2F2}
.fixed-top{position:fixed;top:0;left:0;z-index:10000;}
.risks-primary .content-desc p, #landding-who .wd-content .content-desc {
    display: inline-block;    text-align: center;    width: 100%;    font-size: 20px;
    font-family: "Open Sans";    color: #042c59;    line-height: 1.5;    text-align: center;
}
.landing-page-landing-page-urb #header {
    background-color: #152e6d;
    min-height: auto;display: block;
    position: relative;width: 100%;
z-index: 999;
}
.landing-page-landing-page-urb #header-wrap {
    min-height: 90px;    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08);margin: 0;position: relative;width: 100%;
    background: url("images/bg-header.png") repeat scroll 0 0;
}
.top-header {
    height: auto;    padding-top: 20px;
}
.logo-landing-header .standard-logo > img {
    max-width: 170px;
}
.pull-right {
    float: right !important;
}
.call-phone p {
    color: #fff;    font-size: 20px;    margin-bottom: 0;    padding-top: 8px;
    text-align: right;text-shadow: 1px 1px 1px rgba(0,0,0,0.004);line-height: 27px;
    text-rendering: optimizeLegibility !important;margin: 0 0 10px;word-wrap: break-word;
}
.call-phone a {
    color: #fff;
    text-decoration: none;
}
.container {
        width: 1170px;
    }
.col-xs-12 {
    width: 100%;
}
.logo.col-md-6 {
    padding-left: 0;
}
.banner-content-urb .image-urb > img {
    max-width: 250px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.section-cat .primary-member {
    float: left;
    position: relative;
    text-align: center;
    width: 100%;
}
.col-5 {
    box-sizing: border-box;
    display: inline-block;vertical-align: top;
    padding: 0 13px;
    width: 19.7%;
}
.thunb-member {
    position: relative;
    width: 100%;overflow:hidden;
}
.primary-member .item-link {
    display: table;    opacity: 0;    background: rgba(4, 31, 73, 0.8);    height: 208px;
    position: absolute;    top: 0;    width: 100%;    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;    transition: all .35s ease;
}
.primary-member .thunb-member:hover .item-link {
    opacity: 1;
}
.primary-member .box-link {
    display: table-cell;    vertical-align: middle;
}
.primary-member .box-link a {
    border: 1px solid #a0d3ec;    border-radius: 3px;    color: #fff;    font-size: 14px;
    font-weight: bold;    padding: 17px 27px;    text-transform: uppercase;
}
.title-post-member {
    font-size: 18px;    margin-bottom: 13px;    text-align: left;font-weight:bold;margin-top:20px;
}
.title-post-member a {
    color: #042c59;
}
.primary-member p {
    color: #042c59;    font-size: 13.7px;    font-style: italic;    margin-bottom: 0;    text-align: left;
}
.box-popup {
    display: none;
}
.section-cat .section-description {
    color: #222222;    font-size: 18px;    font-weight: 300;    margin-bottom: 45px;    max-width: 930px;
}
#landing-about .content-desktop .content-rt .form-subscribe .input-text {
    padding-right: 0;    max-width: 100%;    width: 100%;
}
#landing-about .content-desktop .content-rt .form-subscribe .input-text input {
    background-color: #ededed;    border-radius: 0;    margin-bottom: 6px;    padding: 10px 14px;color: #222222;transition: all 0.15s ease-in-out;
    font-size: 16px;color: #5d5d5d;line-height:1.4;height:auto;
}
#landing-about .content-desktop .content-rt .form-subscribe .input-text input::-webkit-input-placeholder { 
    color: #222; opacity: 1;font-style: normal;
}
#landing-about .content-desktop .content-rt .form-subscribe .input-text input:-moz-placeholder { 
    color: #222 !important; opacity: 1;font-style: normal;
}
#landing-about .content-desktop .content-rt .form-subscribe .input-text input::-moz-placeholder { 
    color: #222 !important; opacity: 1;font-style: normal;
} /* For the future */
#landing-about .content-desktop .content-rt .form-subscribe .input-text input:-ms-input-placeholder { 
    color: #222 !important; opacity: 1;font-style: normal;
}
.wpcf7 input:focus, .wpcf7 input:active, .wpcf7 textarea:focus, .wpcf7 textarea:active {
    outline-color: #fff;    background-color: transparent;    border-color: #53c5d5;    box-shadow: 0 0 3px #d9d9d9;
}
.input-text.right {
    float: left;    max-width: 270px;
}
#landing-about .content-desktop .content-rt .form-subscribe .input-text input[type="submit"] {
    position: relative;    width: 100%;    background: #fff;    border: 1px solid #043359;    border-radius: 3px;
    font-size: 14px;    font-family: "Open Sans";    color: #042c59;    text-transform: uppercase;    line-height: 1.5;
    text-align: center;    margin-top: 10px;    margin-bottom: 25px;padding: 10px 14px;font-weight:bold;
}
.item-fancybox{
    position: relative;
      background: #FFF;
      width: 830px;
      max-width: 90%;
      margin: 20px auto;
}
.mfp-bg{z-index:10051!important;}
.mfp-wrap{z-index:10052!important;}
.left-popup {
    box-sizing: border-box !important;    float: left;    padding-right: 15px;    width: 50%;
}
.right-popup .title-member {
    color: #000000;    font-size: 21px;    margin-bottom: 25px; font-weight:bold;
}
.right-popup .info-member {
    padding-bottom: 27px;
}
.right-popup .info-member p {
    color: #717171;    font-size: 15px;    font-style: italic;    margin: 0 0 5px;
}
.right-popup p {
    color: #717171;    font-size: 15px;    line-height: 27px;
}
#ladding-fund .section-padding .image-ct {
    float: left;
    width: 100%;
    margin-top: -35px;
    text-align: center;
}
.landing-page-landing-page-urb #how_to.how-to-invest {
    padding-bottom: 50px;
}
#landing-faq .faq-content p, .risks-primary .content-desc a, .risks-primary .content-desc p, #landding-who .wd-content .content-desc {
    display: inline-block;    text-align: center;    width: 100%;    font-size: 20px;    font-family: "Open Sans";
    color: #042c59;    line-height: 1.5;    text-align: center;
}
.landing-page-landing-page-urb .logo{margin-bottom:0;}
.menu-top .container .row > .action-button:hover {
    background-color: #315c8c;
}
.call-phone p img {
    margin-right: 15px;
}
#primary-menu.menu-about-top ul li:first-child a.action-button {
    padding-left: 0;
}
section#ladding-fund .row{margin-left:-15px;margin-right:-15px;}
.mfp-close{background:url(images/close-popup.png)center no-repeat;font-size: 50px!important;
font-family: inherit!important;
font-weight: lighter!important;}
.top-bar-section ul li.mobile{
	display:none;
}
.top-bar-section ul li a{padding-left:9px;padding-right:9px;}
.top-bar-section ul li.link-call-phone a{padding-left:22px;background: url(images/icon_phone.png)center left no-repeat;background-size: auto 15px;}
.top-bar-section ul li.link-call-phone a:hover{background:#1b4663 url(images/icon_phone.png)center left no-repeat;background-size: auto 15px;}
.landing-page-landing-page-urb section#landding-who{background:#f7f7f7;}
/*** Style page CQG **/
.postid-10066857 .mid-banner{
	display:flex;
	-webkit-flex-flow: flex;
}
.postid-10066857  .image-urb{
	order:1;
}
.postid-10066857 .banner-content-urb .mid-banner .section-title.sh3{
	order:0;	
	font-size:25px!important;
}
.postid-10066857 .banner-content-urb .image-urb > img{
	width:625px;
	max-width:100%;
}
.postid-10066857 #landing-about .content-desktop .content-lt .description{
	margin-bottom:25px;
}
.postid-10066857 #landing-about .content-desktop .content-lt table tr td:first-child{
	width:50%;
}
.section-description h5.title {
    font-size: 26px;    font-family: "Open Sans";  color: #042c59;   font-weight: bold;line-height: 1.308;text-align: center;
margin-top: 10px; margin-bottom: 10px; letter-spacing: 1.3px;
}
.item-fancybox .popup-inner{background:white;padding: 50px 30px 30px;float: left;}
input[type=submit].btn{padding:7px 12px}
input[type=submit].btn:hover{background:rgba(0, 0, 0, 0) linear-gradient(to bottom, #1d5a9b 0px, #154170 100%) repeat scroll 0 0;}
.modal-body input[type=text],.modal-body input[type=email],.modal-body input[type=tel]{padding:10px 14px;color: #5d5d5d;background-color: #ededed;height:auto;}
button.close-form-popup{float: right;font-size: 21px;font-weight: 700;line-height: 1;color: #000;text-shadow: 0 1px 0 #fff;
filter: alpha(opacity=20);opacity: .2;-webkit-appearance: none;padding: 0;cursor: pointer;background: 0 0;border: 0;
margin-top: -10px;}
#landing-meet-team div.col-xs-12.col-sm-6 .content{width:100%;}
#landing-meet-team .col-xs-12.col-md-8.col-md-offset-2.row.col-sm-12.meet-team .content .meet-team-video{box-shadow:none;}
.content .des_video_mt {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #042c59;
    font-size: 18px;
    font-weight: 600;margin-bottom:20px;
}
/* style landing paid plan 2 */
.step-2-text ul{
	margin-left:0px;
	list-style:none;
}
.step-2-text li:after{
	background: url("images/checkac.png") no-repeat;
	content: "";
	height: 20px;
	left: 0;
	position: absolute;
	top: 2px;
	width: 20px;
}
.step-2-text li{
	font-size: 15px;
	margin: 0 0 18px;
	padding: 0 0 0 35px;
	position: relative;
}
/* style popup thank sucsess*/
.content_sucses {
	width: 660px;
	min-height: 200px;
	max-width: 100%;
	padding: 0;
	background: #fff;
	margin: 6% auto;
	font-size: 18px;
	position: relative;
	border-radius: 3px;
}
.content_sucses p {
	padding: 44px 50px 0;
	border-top: 0;
	box-shadow: none;
	color: #1d93b6;
	font-family: opensans-bold;
}
.content_sucses .mfp-close {
	text-indent: -99999999px;
}
.content_sucses .mfp-close::before {
    content: "";
    display: block;
    height: 30px;
    width: 1px;
    background: #000;
    position: absolute;
    left: 26px;
    top: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.content_sucses .mfp-close::after {
    content: "";
    display: block;
    height: 30px;
    width: 1px;
    background: #000;
    position: absolute;
    left: 26px;
    top: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.page-id-10000526 .sticky-wrapper .switzersupport.top {
	display:none;
}
/*** tab content landing style onload - begin */
ul.plan-tab-control{
    display:none;
    table-layout: fixed;
    width:100%;
}
ul.plan-tab-control li{
    display:table-cell;
}
ul.plan-tab-control li a{
    display:block;
    font-family: Open Sans;
    font-weight:bold;
    font-size: 14px;
    line-height:1.2;
    padding:22px 0;
    text-align:center;
    background:#dfeef4;
    border:1px solid #d8e8ee;
}
ul.plan-tab-control li a.selected{
    background:white;
    border-bottom:1px solid white;
}
.widget-ch-experts .jcarousel-control-next, .widget-ch-experts .jcarousel-control-prev{
    display:none;
}
.columns article.widget-ch-experts{
    margin-bottom: 40px;
}
/** end */
/** new landing page **/
.field-error{
	border-color:red!important;
}
.landing-page-landing-page-september  .video-sesion{
	text-align:center;
	padding-bottom:150px;
}
.landing-page-landing-page-september .video-sesion iframe{
	width:800px;
	max-width:96%;
}
.single-_hidden .entry-content #trial.formlogin{position:relative;}
.custom-price-wrapper span.error_text{text-align: center;margin-top:12px;}
.custom-price-wrapper input[type=text].custom-price,
.custom-price-wrapper input[type=number].custom-price{width: 450px;margin: 20px auto 0;text-align: center;height: 42px;}
.single-_hidden .entry-content #trial.formlogin:before{height:70px;width:100%;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+51,ffffff+100&0+0,0.79+51,1+100,1+100 */
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.79) 51%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.79) 51%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.79) 51%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    position:absolute;top:-36%;left:0;display:block;z-index:10000;content:' ';}
a.next-custom-price-step{    width: 242px;    height: 42px;    background: #008cba;    display: block;    color: white;
    font-weight: bold;    text-align: center;    line-height: 42px;    border-radius: 4px;    margin: 20px auto 0;
    max-width: 100%;}
.landing-page-landing-page-urb.landing-contango-page header#header #header-wrap{background:#fdfdfd;}
.landing-page-landing-page-urb.landing-contango-page .call-phone p{color:#8e99a2;}
.landing-page-landing-page-urb.landing-contango-page .call-phone p span a{color:#000;}
.landing-page-landing-page-urb.landing-contango-page .banner-content-urb .image-urb > img{max-width:45%;width:auto;}
.landing-page-landing-page-urb.landing-contango-page .logo-landing-header .standard-logo > img{max-width:40%;}
.landing-page-landing-page-urb.landing-contango-page .menu-top .container .row > .action-button{background:#51a0dd;letter-spacing:1px;}
.landing-page-landing-page-urb.landing-contango-page .title-download-form > h2{position: relative;}
.landing-page-landing-page-urb.landing-contango-page .title-download-form > h2:after{position:absolute;top:0;right:0;width: 46px;height:100%;
    content:' ';display:inline-block;background:url(images/download-title-icon.png)center no-repeat;background-size: auto 100%;}
.landing-page-landing-page-urb.landing-contango-page #landing-about .content-desktop .content-rt h5{color:#1061ad;}
.landing-page-landing-page-urb.landing-contango-page #landing-about .content-desktop .content-rt .form-subscribe .input-text input[type="submit"]{
    color:#222;border: 1px solid #1061ad;}
section.the-manager-wrapper{padding:57px 0;text-align:center;}
.manager-content-wrapper p{font-size:20px;color:#203744;padding:0 12px;}
.manager-content-wrapper p>img{max-width:40%;min-width:250px;}
section.the-manager-wrapper .the-manager-inner{}
section.the-manager-wrapper .the-manager-inner .manager-content-wrapper p:first-child{width:930px;}
section.the-manager-wrapper .the-manager-inner .manager-content-wrapper p{width:960px;margin:0 auto 20px;max-width:100%;}
section.the-manager-wrapper .the-manager-inner .manager-content-wrapper>img{width:960px;margin:0 auto 20px;max-width:100%;}
.landing-page-landing-page-urb.landing-contango-page #ladding-fund .section-padding .image-ct{margin-top:105px;}
.landing-page-landing-page-urb.landing-contango-page #landing-about .content-desktop .content-lt h5{margin-bottom:20px;color:#0e2664;}
.landing-page-landing-page-urb.landing-contango-page #landing-about .content-desktop .content-lt p{color:#0e2664;}
.landing-page-landing-page-urb.landing-contango-page #landing-about .content-desktop .content-lt p img{}
.landing-page-landing-page-urb.landing-contango-page .how-to-invest .section_how .wapper-list .feature-img::after{
    content:' ';height:20px;width:100%;position:absolute;top:100%;left:0;display:inline-block;background:url(images/how-to-invest-box-bg.jpg)center no-repeat;
    background-size:100% 100%;}
.landing-page-landing-page-urb.landing-contango-page section#how_to .item.menu-item .section_how.col-md-3{width:25%;}
.landing-page-landing-page-urb.landing-contango-page .how-to-invest .wapper-list .feature-img{position:relative;background-color:#112154;
    padding-bottom: 10px;padding-top: 35px;}
section#ladding-team .primary-member p.job span{font-style:normal;}
    .landing-page-landing-page-urb.landing-contango-page .section-description p{color:#fff;}
.landing-page-landing-page-urb.landing-contango-page section#how_to p.section-how-description{width:48%;margin:0 auto 63px;font-size:20px;
    color:#203744;text-align:center;}
.manager-button-wrapper{padding-top:20px;text-align:center}
.landing-page-landing-page-urb.landing-contango-page #primary-menu.menu-about-top ul li a.action-button{letter-spacing:1px;}
.manager-button-wrapper a.button-manager{background:transparent;border-radius: 4px;color: #fff;display:inline-block;font-weight: 700;
    height: 56px;line-height: 56px;text-align: center;text-transform: uppercase;width: 200px;text-transform:uppercase;border:1px solid white}
.landing-page-landing-page-urb.landing-contango-page #landding-why .box .box-content h2{color:#a9afc2;margin-bottom:17px;}
.landing-page-landing-page-urb.landing-contango-page #landding-why .box .box-content{color:#a9afc2;}
.landing-page-landing-page-urb.landing-contango-page section#landding-why{background:#112154;}
.landing-page-landing-page-urb.landing-contango-page section#landding-why .section-padding.bp70{padding-bottom:15px;}
.landing-page-landing-page-urb.landing-contango-page .risks-primary .wrap-content{width:960px;max-width:100%;}
.landing-page-landing-page-urb.landing-contango-page section#landding-who .wd-content .col-sm-6:first-child{padding-left:0;padding-right:150px;}
.landing-page-landing-page-urb.landing-contango-page section#landding-who .wd-content .col-sm-6{padding-right:0;padding-left:150px;}
.landing-page-landing-page-urb.landing-contango-page section#landding-risks{padding-bottom:23px;}
.landing-page-landing-page-urb.landing-contango-page #ladding-team .top-header-ladding .section-description p{width:560px;max-width:100%;
    margin:0 auto;}
.landing-page-landing-page-urb.landing-contango-page .how-to-invest .section-description-1{padding:0 28px;}
.landing-urb-footer{background:#112154;}
.landing-footer-inner{width:1170px;margin: 0 auto;padding:30px 0;max-width:100%;}
.landing-footer-inner .col-half{display:inline-block;vertical-align: top;padding-left:0;padding-right:0;}
.landing-footer-inner .col-half.col1{width:100%;}
.landing-footer-inner .col-half.col2{width:40%;display:none;}
.landing-footer-inner .col-fullwidth img.urb-logo-footer{max-width:100%;width:272px;display:block;margin-bottom:20px;}
.landing-footer-inner .col-half .content-footer-left{}
.landing-footer-inner .col-half ul{list-style:none;display:block;margin-left: 0;margin-bottom:7px;}
.landing-footer-inner .col-half ul li{display:inline-block;margin-right:15px;margin-bottom:7px;}
.landing-footer-inner .col-half ul li:last-child{margin-right:0}
.landing-footer-inner .col-half ul li:first-child a{padding-left:0;border-left:0;}
.landing-footer-inner .col-half ul li a{color:#f7f7f7;padding-left:15px;border-left:1px solid white;display:block;}
.landing-footer-inner .col-half .content-footer-right{text-align: right;}
.landing-footer-inner p.landing-urb-copyright{color:#848ca6}
.landing-page-landing-page-urb.landing-contango-page section#ladding-fund .col-sm-6:first-child{padding-left:0;padding-right:75px;}
.landing-page-landing-page-urb.landing-contango-page section#ladding-fund .col-sm-6:last-child{padding-right:0;padding-left:75px;}
.landing-page-landing-page-urb.landing-contango-page section#landding-who{padding-bottom:23px;}
.landing-page-landing-page-urb.landing-contango-page section#ladding-team{padding:23px 0;}
.landing-page-landing-page-urb.landing-contango-page section#ladding-fund .section-padding{padding-top:80px;margin-bottom:80px;}
.landing-page-landing-page-urb.landing-contango-page .banner-content-urb .mid-banner {display:block;}
.landing-page-landing-page-urb.landing-contango-page .banner-content-urb .mid-banner .section-title.sh3 {display:block;}
.landing-page-landing-page-urb.landing-contango-page .banner-content-urb .mid-banner .image-urb{display:block;}
.landing-page-landing-page-urb.landing-contango-page.landing-cie-page .menu-top .container .row > .action-button{background:#044951;}
.g-recaptcha{margin-top:8px;}

/** SLIC-2018 **/
.SLIC-2018 .EDM-banner a,.SLIC-2018  .EMD-main-content a,.SLIC-2018  .EDM-call-to-action a{
    background: none;
}
body.landing-page-template-landing-page-EDM-2018{
    background: #fff;
    display: block;
    width: 100%;
    float: left;
}
.SLIC-2018  .EDM-call-to-action{
    background: #415cb0;
}
.SLIC-2018 .sponsored-section{
    background: #f5f8fa;
}

.landing-page-landing-page-EDM-2018 .why-attend-section{background-size:100% auto;}
.landing-page-landing-page-EDM-2018 .date-venue-section .contaciner-lv2 ul{display:block;}
.landing-page-landing-page-EDM-2018 .date-venue-section .contaciner-lv2 ul li{display:inline-block;vertical-align: top;
    width:33%;}
.landing-page-landing-page-EDM-2018 .date-venue-section .contaciner-lv2 ul li:nth-child(3n+1){clear:both;}


@media only screen and ( max-width:967px){  
    .landing-page-landing-page-EDM-2018 .why-attend-section{background-size:cover;}    
}

@media only screen and ( max-width:800px){  
    .landing-page-landing-page-EDM-2018 .date-venue-section .contaciner-lv2 ul li:nth-child(3n+1){clear:none;}
    .landing-page-landing-page-EDM-2018 .date-venue-section .contaciner-lv2 ul li:nth-child(2n+1){clear:both;}    
}

@media only screen and ( min-width:2500px){  
    .landing-page-landing-page-urb.landing-contango-page .section-description p{font-size:36px;}
    .landing-page-landing-page-urb.landing-contango-page .how-to-invest .section_how .wapper-list .feature-img::after{}  
    .landing-page-landing-page-urb.landing-contango-page .title-download-form > h2{font-size:48px;}
    .landing-page-landing-page-urb.landing-contango-page .container{width:2342px;max-width:90%;margin:0 auto;}  
    .landing-page-landing-page-urb.landing-contango-page .title-download-form > h2{font-size:48px;}
    .landing-page-landing-page-urb.landing-contango-page .call-phone p{font-size:48px;line-height:112px;}
    .landing-page-landing-page-urb.landing-contango-page .menu-top .container .row > .action-button{font-size:28px;}
    .landing-page-landing-page-urb.landing-contango-page .mid-banner .section-title.sh3{font-size:60px;line-height:98px;}
    .landing-page-landing-page-urb.landing-contango-page #landing-about .content-desktop .content-lt h5{font-size:48px;line-height:56px;}
    .landing-page-landing-page-urb.landing-contango-page #landing-about .content-desktop .content-lt p{font-size:36px;line-height:56px;}
    .landing-page-landing-page-urb.landing-contango-page #primary-menu.menu-about-top ul li a.action-button{font-size:28px;
        line-height:112px;}
    .landing-page-landing-page-urb.landing-contango-page .menu-top{padding:28px 0;}
    .landing-page-landing-page-urb.landing-contango-page .section-description p{color:#252525;font-size:40px;line-height:56px;}
    .landing-page-landing-page-urb.landing-contango-page #landing-about .content-desktop .content-rt h5{font-size:48px;line-height: 56px;
        }
    .landing-page-landing-page-urb.landing-contango-page #landing-about .content-desktop .content-rt .form-subscribe .input-text input{
        font-size:32px;line-height:84px;height:84px;margin-bottom:14px;}
    .landing-page-landing-page-urb.landing-contango-page #landing-about .content-desktop .content-rt ul li a{font-size: 36px;
        line-height:56px;}
    .landing-page-landing-page-urb.landing-contango-page #landing-about .content-desktop .content-rt .wrapper-download-form ul li{
        margin-bottom: 27px;padding-bottom: 27px;}
    .landing-page-landing-page-urb.landing-contango-page #landing-about .content-desktop .content-rt .wrapper-download-form ul{
        margin-top:27px;}
    .landing-page-landing-page-urb.landing-contango-page #landing-about .content-desktop .content-rt .form-subscribe .input-text input[type="submit"]{
        margin-top:14px;font-size:28px;line-height:88px;height:108px;margin-bottom:54px;}
    .landing-page-landing-page-urb.landing-contango-page .menu-top .container .row > .action-button{height:112px;line-height:112px;
        width:340px;}
    .landing-page-landing-page-urb.landing-contango-page #primary-menu.menu-about-top ul li a.action-button{line-height:112px;
        height:112px;padding:0 30px;}
    .landing-page-landing-page-urb.landing-contango-page .title-download-form{padding:68px 79px;}
}
@media only screen and ( max-width:2499px){  
    .landing-page-landing-page-urb.landing-contango-page #how_to .wapper-list img{width:72px;}    
}
@media only screen and ( min-width:1921px){    
    .landing-page-landing-page-urb.landing-contango-page #primary-menu.menu-about-top ul li a.action-button:first-child{padding-left:0;}
    .landing-page-landing-page-urb.landing-contango-page .title-download-form > h2{position: relative;}
    .landing-page-landing-page-urb.landing-contango-page .title-download-form > h2:after{position:absolute;top:0;right:0;}
    .landing-page-landing-page-urb.landing-contango-page #landing-about .section-padding.bp70 .col-md-7{width:64%;padding-left:0;padding-right:160px;}
    .landing-page-landing-page-urb.landing-contango-page #landing-about .section-padding.bp70 .col-md-4{width:36%;padding-left: 0;padding-right:100px;}
    .landing-page-landing-page-urb.landing-contango-page #landing-about.investment-about-top .content-lt{max-width:none;}
}
@media only screen and ( max-width:1920px){ 
    .landing-page-landing-page-urb.landing-contango-page .banner-content-urb .mid-banner .section-title.sh3 {font-size:25px;}
    .landing-page-landing-page-urb.landing-contango-page #how_to .wapper-list img{width:72px;}
    .landing-page-landing-page-urb.landing-contango-page #landding-who .wd-content .icon img{max-width:128px;}
    .landing-page-landing-page-urb.landing-contango-page .how-to-invest .section_how .wapper-list .feature-img::after{height:20px;}
    .landing-page-landing-page-urb.landing-contango-page .section-description p{color:white;font-size:18px;}
    .landing-page-landing-page-urb.landing-contango-page .title-download-form{background:#8e99a2;}
    .landing-page-landing-page-urb.landing-contango-page #landing-about .content-desktop .content-lt p{font-size:18px;}
}
@media only screen and ( min-width:1200px){    
    .landing-page-landing-page-urb.landing-contango-page section#landding-who .wd-content{margin-left:-15px;margin-right:-15px;width:auto;}
}
@media only screen and ( max-width:1199px){    
    .landing-footer-inner{padding-left:20px;padding-right:20px;}
    .landing-page-landing-page-urb.landing-contango-page section#ladding-fund .col-sm-6:first-child{padding-left:15px;padding-right:15px;}
    .landing-page-landing-page-urb.landing-contango-page section#ladding-fund .col-sm-6:last-child{padding-right:15px;padding-left:15px;}
    .landing-page-landing-page-urb.landing-contango-page section#landding-who .wd-content .col-sm-6:first-child{padding-left:15px;padding-right:30px;}
    .landing-page-landing-page-urb.landing-contango-page section#landding-who .wd-content .col-sm-6{padding-right:15px;padding-left:30px;}
    .landing-page-landing-page-urb .banner-top {
        margin: 5% 0;
    }
    .risks-primary .content-desc a, .risks-primary .content-desc p, #landding-who .wd-content .content-desc {
        font-size: 19px;
    }
    .primary-member .col-5 {
        margin-bottom: 30px;        width: 23.7%;
    }
    #how_to .wapper-list h3 {
        font-size: 18px;
    }
    .section_how .btn.type-blue.submit-app.link-pdf {
        top: 148px;
    }
    .how-to-invest .section-description-1 {
        padding-left: 15px;        padding-right: 15px;        padding-top: 0;
    }
    .top-header {
        padding-top: 10px;
    }
    .banner-top .banner-content-urb .section-description {
        margin: 3% 0 0;
    }
    .how-to-invest .section_how.col-md-4 .wapper-list .feature-img::after {
        border-left: 151px solid transparent;
        border-right: 151px solid transparent;
    }
    #landding-why .box {
        margin-bottom: 15px;
    }
}
@media only screen and ( max-width:1170px){ 
    .container {
        width: 970px;
    }
}
@media only screen and ( max-width:1101px){    
    .landing-footer-inner .col-half.col1{width:100%;}
    .landing-footer-inner .col-half.col2{width:100%;}
    .landing-footer-inner .col-half .content-footer-right{text-align: left;}
}
@media only screen and ( min-width:992px){    
    .landing-page-landing-page-urb.landing-contango-page section#landing-about .col-md-7{width:66.66%;padding-left:0;padding-right:40px;}
    .col-md-offset-2 {
        margin-left: 16.66666667%!important;
    }
    .col-md-8 {
        width: 66.66666667%!important;
    }
    .col-md-7 {
        width: 58.33333333%;float: left;
    }
    .col-md-4 {
        width: 33.33333333%;float: left;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left;
    }
    .landing-page-landing-page-september .video-sesion iframe{
    	height:450px!important;
    }
}
@media only screen and ( max-width:1040px){  
    section.the-manager-wrapper .the-manager-inner{width:100%;}
}
@media only screen and ( max-width:991px){    
    .landing-page-landing-page-urb.landing-contango-page section#how_to p.section-how-description{width:100%;margin-bottom:20px;}
    .landing-page-landing-page-urb.landing-contango-page .section-description p{color:white;}
    .landing-page-landing-page-urb.landing-contango-page section#how_to .item.menu-item .section_how.col-md-3{width:50%;float:left;
        margin-bottom:30px;}
    .primary-member .thunb-member:hover .item-link {
        height: 226px;
    }
    #ladding-fund .section-padding {
        padding-top: 70px;
    }
    .primary-member p {
        font-size: 14px;
    }
    .how-to-invest .section_how.col-md-4 {
        float: left;        margin-bottom: 30px;        width: 100%;
    }
    .primary-member .col-5 {
        width: 32.7%;
    }
    #ladding-fund .section-padding .content-manager .title {
        font-size: 35px;
    }
    .logo.col-md-6{text-align:left;}
    .navbar-fixed-top #header-wrap-scroll .menu-item ul .action-button, .banner .menu-top #primary-menu li .action-button {
        font-size: 13px;        height: auto !important;        line-height: 38px !important;padding: 0 5px !important;
        border: none !important;    margin: 0 !important;
    }
    .navbar-fixed-top .btn-action-button, .menu-top .container .row > .action-button {
        font-size: 14px;        height: 40px;        line-height: 40px;        width: 145px;
    }
    .col-sm-12 {
        width: 100%;
    }
    .container {
        width: 750px;
    }
    .right-header-top {
        display: none;
    }
    .how-to-invest.need-help-page .section-padding.bp70 {
        padding: 28px 0 0;
    }
    #header-wrap {
        height: auto;
    }
    #header {
        min-height: 100px;
    }
    .how-to-invest .section_how.col-md-4 .wapper-list .feature-img::after {
        border-left: 376px solid transparent;        border-right: 376px solid transparent;
    }
    .landing-page-landing-page-september .video-sesion{
    	padding-bottom:80px;
    }
}
@media only screen and ( max-width:978px){     
    .user-buttons{width:auto;float:right;margin-bottom:10px;margin-right:0px;}
    .user-buttons .btn-account{width:auto;}
    .user-buttons .btn-account a{padding-left:10px;padding-right:10px;}
    .top-menu{
    	margin-right:10px;
    }
}
@media only screen and ( max-width:970px){     
    #landing-meet-team .content {
        float: left;
        width: 80%;
        display: inline-block;
        float: none;
        text-align: center;
    }
}
@media only screen and ( max-width:957px){  
    .top-bar-section ul li a{padding-left:6px;padding-right:6px;}
}
@media only screen and ( max-width:915px){  
    .top-bar-section ul li a{font-size:13px;}
    .landing-page-landing-page .step-2-landing .step-2-text p{font-size:14px;}
}
@media only screen and ( max-width:890px){ 
    #header-wrap {
        min-height: inherit;
    }
    .top-header {
        padding: 20px 15px;
    }
    #header {
        min-height: inherit;        position: relative;
    }
    .landing-page-landing-page-urb #header {
        background-color: #173252;
        min-height: auto;
        position: relative;
    }
    .landing-page-landing-page-urb #header-wrap{background: none;}
}
@media only screen and ( max-width:815px){ 
    .top-bar-section ul li a{font-size:12px;padding-left:4px;padding-right:4px;}    
}
@media only screen and ( max-width:750px){ 
    .container {
        width: auto;
    }
}
@media only screen and (min-width:768px){
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left;
    }
    .row .row.col-sm-12 {
        width: 100%;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }
}
@media only screen and (max-width:768px){
	/** CQG **/
	.postid-10066857 .mid-banner{
		flex-flow: column;
		-webkit-flex-flow: column;
	}
	.postid-10066857 .banner-content-urb .mid-banner .section-title, .banner-content-urb .mid-banner .section-title.sh3{
		font-size:25px;
	}
	.postid-10066857 .banner-content-urb .image-urb > img{
		max-width:100%;
	}
	/****/
	.postid-10073216 .banner-landing{
		background:#0d293e url("images/mobile-landing-bg-mobile.jpg") no-repeat center bottom;
		background-size:100% auto;
	}
	.postid-10073216 .banner-landing .content-block-inner {
	  position: absolute;
	  top: 30%;
	  transform: translateY(-100%);
	}
    .top-bar-section ul li a{padding-left:56px;font-size:15px;}
    .top-bar-section ul li.link-call-phone a{padding-left:78px;background: url(images/icon_phone.png)56px center no-repeat;background-size: auto 15px;}
    .top-bar-section ul li.link-call-phone a:hover{background:#1b4663 url(images/icon_phone.png)56px center no-repeat;background-size: auto 15px;}
    .desktop{
		display:none!important;
	}
	.top-bar-section ul li.mobile{
		display:inline-block;
	}
    body.single-_hidden .sidebar-right{display:none;}
    body.single-_hidden #content.medium-8{width:100%;}
    body.single-_hidden .widget header .title{width:100%;}
}
@media only screen and (max-width:767px){
    .landing-page-landing-page-urb.landing-contango-page #ladding-fund .section-padding .image-ct{margin-top:20px;margin-bottom:20px;}
	.content .des_video_mt {    margin-bottom: 30px;font-size: 18px;}
	.name.login a{
		width:400px;
	}
	.logged-in #header{
		height:auto;
	}
    .landing-page-landing-page-urb section .container .row {
        margin: 0;
    }
    .banner-top .banner-content-urb .section-description {
        max-width: 100%;
    }
    .menu-top .item.menu-item {
        display: none;
    }
    .left-popup,.right-popup {
        padding-right: 0;
        width: 100%;
    }
    .primary-member .col-5 {
        width: 255px;
    }
    .menu-top .container .row > .action-button {
        display: block;        float: none;        font-size: 12px;        height: 48px;        line-height: 48px;
        margin: 0 auto;        width: 200px;
    }
    .how-to-invest .item.menu-item {
        margin: 0 auto;
        max-width: 660px;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
        position: relative;
    }
    .col-sm-12 {
        width: 100%;
    }
    #landding-why .section-title {
        margin-bottom: 35px;
    }
    #landding-why .box .box-icon {
        width: 28px;        height: 28px;        margin-top: 0px;
    }
    #landding-who .section-title {
        margin-bottom: 0;
    }
    .section-cat .section-description {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .how-to-invest .section_how.col-md-4 .wapper-list .feature-img::after {
        border-left: 315px solid transparent;        border-right: 315px solid transparent;
    }
    section#how_to .container .row {
        margin-left: -15px;        margin-right: -15px;
    }
    .list-faq {
        width: auto;
    }
    .landing-page-landing-page-urb .logo {
        display: block;
    }
    .banner-top .section-description {
        font-size: 14px;        font-weight: normal;        max-width: 288px;        line-height: 24px;        text-align: center;
    }
    .how-to-invest .item.menu-item {
        margin: 0 auto;        max-width: 660px;
    }
    .landing-page-landing-page-urb section#landding-why .container .row {
        margin-left: -15px;margin-right:-15px;
    }
    #ladding-fund .section-padding {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width:700px){
    .landing-page-landing-page-urb .top-header-ladding h2.section-title {
        line-height: 50px;
    }
}
@media only screen and (max-width:658px){
    .landing-page-landing-page-urb.landing-contango-page .banner-content-urb .image-urb > img{max-width:60%;}
    .landing-page-landing-page-urb.landing-contango-page .section-description p{color:white;}
    .manager-content-wrapper p{font-size:16px;}
    .how-to-invest .section_how.col-md-4 .wapper-list .feature-img::after {
        border-left: 145px solid transparent;        border-right: 145px solid transparent;
    }
    .how-to-invest .item.menu-item {
        max-width: 320px;
    }
    .postid-10073216 .banner-landing{
		min-height:520px;
	}
	.postid-10073216 .banner-landing .content-block-inner {
	  transform: translateY(-70%);
	}
    .landing-page-landing-page-urb.landing-contango-page #ladding-fund .section-padding .image-ct{padding:0 20px;}
    .landing-page-landing-page-urb.landing-contango-page section#how_to .item.menu-item .section_how.col-md-3{width:100%;margin-bottom:20px;}
}
@media only screen and (max-width:672px){
    .banner-content-urb .mid-banner .section-title {
        font-size: 30px;        line-height: 40px;
    }
    .banner-content-urb .mid-banner .section-title,.banner-content-urb .mid-banner .section-title.sh3 {
        font-size: 30px;        line-height: 40px;
    }
}
@media only screen and (max-width:600px){
    .modal .modal-dialog {
        position: relative;        width: auto;        margin: 10px;
    }
    .single-_hidden .entry-content #trial.formlogin:before{top:-94px;}
}
@media only screen and (max-width:559px){
    .landing-page-landing-page-urb.landing-contango-page .banner-content-urb .image-urb > img{max-width:80%;}
    .landing-page-landing-page-urb.landing-contango-page .logo-landing-header .standard-logo > img{max-width:80%;}
    #landding-invest .section-padding .top-header-ladding h2.section-title {
        margin-left: -90px;
    }
    .landing-page-landing-page-urb #landding-invest .section-padding .top-header-ladding h2.section-title {
        margin: 10% 0;
    }
    .banner-top .section-description, .text-description {
        background: rgba(0, 0, 0, 0.3);
        padding: 10px;
    }
}
@media only screen and (max-width:540px){    
    .banner-content-urb .image-urb > img {
        max-width: 150px;
    }
    .section-title-urb.sh3 {
        font-size: 35px;
    }
}
@media only screen and (max-width:480px){    
	.box-user .login-form-username input[type="email"]{
	 	box-sizing: border-box;
		height: 50px;
		width: 100%;
	}
    #landing-about .content-desktop .content-lt table tr td {
        font-size: 12px;
    }
    .banner-content-urb .image-urb {
        float: left;        margin-bottom: 15px;        padding-right: 40px;        width: 100%;
    }
    .landing-page-landing-page-urb .top-header-ladding h2.section-title {
        font-size: 40px;
    }
    #ladding-team .top-header-ladding .section-description {
        font-size: 18px;
    }
    #ladding-fund .section-padding {
        padding-top: 28px;
    }
    .landing-page-landing-page-urb #header{
		height:auto;
		display:block;
	}
	.box-user input[type="email"]{
		background-color: #fff;
		border-radius: 2px;
		color: #235d7f;
		font-size: 13px;
		padding: 13px 18px;
	}
	.postid-10073216 .banner-landing{
		min-height:420px;
	}
}
@media only screen and (max-width:390px){ 
    .landing-page-landing-page-urb #landding-invest .section-padding .top-header-ladding h2.section-title {
        font-size: 35px;
    }    
    #landing-about .content-desktop .content-rt .form-subscribe {
        padding-left: 15px;        padding-right: 15px;
    }
}
@media only screen and (max-width:375px){ 
    #landing-about .content-desktop .content-rt ul li a {
        font-size: 17px;
    }    
}
@media screen and (min-width:1111px){
	.header-right{
		max-width:285px;
		position:relative;
		z-index:1;
	}
	.header-right p a.manage-account{
		text-align:center;
		width:200px;
		margin-left:0px;
		float:right;
	}
	.content-block-inner{
		overflow:hidden;
	}
	.header-right{
		max-width: 285px;
		position: absolute;
		right: 10px;
		top: 28px;
		z-index: 1;
	}
	.logged-in .header-right{
		position:static;
	}
	.logged-in .header-right{
		position:absolute;
		top:0px;
		right:0px;		
	}
}
@media screen and (max-width:1270px){
	.why-attend li{
		width:45%;
		margin-right:8%;
	}
	.table-three {
	  height: 360px;
	  margin-left: 1.5%;
	  margin-right: 1.5%;
	  width: 30% !important;
	}
}
@media screen and (max-width:1110px){
	.header-right {
		width: 100%;
		float: none;
		position: static;
		text-align: center;
	}
	.header-right p a.manage-account {
		display: inline-block;
	}
	.logo{
		margin-bottom:20px;
	}
	.landing-page-investor-page .text-content .step-2-landing{
    	padding-left:5%;
    	padding-right:5%;
    }
    .landing-page-investor-page .why-attend{
    	overflow:hidden;
    }
    .box-date-event{
    	overflow:hidden;
    }
    .landing-page-investor-page ul li a{
    	font-size:14px;
    }
    .why-attend li{
    	margin-bottom:15px;
    }
}
@media screen and (min-width:641px){
	.landing-page-landing-page .image_special_container img {
	  bottom: 0;
	  position: absolute;
	  right: 15px;
	}
	.landing-page-landing-page .image_special_container {
	  bottom: 0;
	  position: absolute;
	  right: 0;
	}
}
/** tab content landing in screen <= 940 */
@media (max-width:940px){
    .plan-list {width:100%;margin-right:0;margin-bottom:20px;}
    .plan-outer-wrapper{
        width:80%;
        margin:0 auto;
        box-shadow: 0 0 20px rgba(221,221,221,0.47);
    }
    .plan-list{margin:0 auto 20px;}
    .plan-list li{
        width:100%;
    }
    .why-attend li{ 
    	font-size:18px;
    }
    .logged-icon-wrapper{
        min-height:0;
        display:none!important;
    }
    ul.plan-tab-control{
        display: table;
        width: 100%;
        margin: 0 auto;
        margin-top:25px;
    }
    ul.plan-tab-control li a{
        border-left:none;
        box-shadow: 0px 1px 0 #c9dbe3;
    }
    ul.plan-tab-control li a.selected{
        box-shadow: 0px 1px 0 white;
    }
    ul.plan-tab-control li:first-child a{
        border-left:1px solid #d8e8ee;
    }
    .plan-list > li>div.plan-wrapper{
        border-top:0;
        margin-top:-1px;
        box-shadow: none;
        padding-top:1px;
    }
    .plan-list > li > div.plan-wrapper.plan-selected{
        border: 1px solid #dfeef4;
        border-top:0;
    }
    .plan-list > li > div.plan-wrapper:hover {
        border: 1px solid #dfeef4;
        border-top:0;
    }
    ul.list_info_1{
        min-height:0!important;
    }
    .more-info{
        min-height:0!important;
    }
    .plan-list > li>div.plan-wrapper>h3{
        display:none;
    }
}
/** end */
@media (max-width:990px){ 
    .col_60{width:59%;}
}
@media (max-width:960px){
	.table-three{
		width:100%!important;
		margin:0px;
	}
}
@media (max-width:950px){
    .select_ticket_wrapper .col-fullwidth.t_left{width:100%;padding:0!important;}
    .select_ticket_wrapper .col-fullwidth.t_left select{width:100%;}
    .form-control>.col-half{width:100%;padding:0;text-align: left;}
    .select_ticket_wrapper .col-full{
       padding:0px;
    }
    .form-control input[type=radio] + label{margin-bottom:15px;}
    .col-half>.col-half{width:49%}.col-half>.col-half>.col-half,.col-half>.col_60>.col-half,.col-half>.col_40>.col-half{width:48.5%}
}
@media (max-width:880px){
    .logo{width:100%;text-align:center;margin-bottom:20px;}
    .header-right{
    	width:100%;
    	float:none;
    	position:static;
    	text-align:center;
    }
    .header-right p a.manage-account{display:inline-block;}
    .banner-landing h1{font-size:40px;}
}
@media (max-width:750px){
    .list-bullet-points li,.list-author-landing li{width:100%}
    .landing-page-landing-page #container h1, .landing-page-landing-page .heading_1{
        font-size:40px;
    }.select_ticket_wrapper .col-fullwidth.t_left{width:100%;padding:0!important;}
    .why-attend li{
    	width:100%;
    	margin:0px;
    }
}
.mb-inver{
	display:none;
}
@media (max-width:680px){
    .landing-page-landing-page .step-2-landing .step-2-text p img.alignright{
        float:none;
    }
}
@media (max-width:640px){
	.landing-page-investor-page .header-landing{
			background:url(images/mo-banner.png) no-repeat;
			background-size:cover;
	}
	.landing-page-investor-page .header-landing h1{
		font-size:54px;
		margin-top:30px;
		max-width:500px;
		margin-bottom:20px;
	}
	.landing-page-investor-page .header-landing h4{	
			font-size:28px;
			margin-bottom:69px;
	}
	.landing-page-investor-page .header-landing{
		padding-bottom:130px;
	}
	.button-register{
		width:420px;
		height:120px;
		font-size:36px;
		padding:30px 50px;
	}
	.landing-page-investor-page .step-2-landing.exprest-img h3{
			font-size:64px;
			color:#063f74;
	}
	.landing-page-investor-page .step-2-landing.exprest-img p {
		margin-top: 0px;
		font-family: roboto;
		font-weight: 300;
		color: #0a2c42;
		font-size: 28px;
	}
	.landing-page-investor-page .why-attend{
		background:#265f94 url(images/mobile-bg.png) no-repeat bottom left;
	}
	.why-attend .content-block-inner{
		max-width:80%;
	}
	.why-attend li {
		background:url(images/tick-mb.png) no-repeat left 10px;
		font-size:32px;
		margin-bottom:30px;
		padding-left:15%;
		min-height:1px;
	}
	.box-res1 {
		padding: 47px 0;
	}
	.landing-page-investor-page  .exprest-img .inner-ex{
		max-width:100%;		
	}
	.landing-page-investor-page .step-2-landing.exprest-img {
		background: #d7e7f1;
		margin-bottom:120px;
	}
	.landing-page-investor-page .step-2-landing.exprest-img p{
		margin-bottom:46px;
	}
	.landing-page-investor-page .step-2-landing.exprest-img ul li a{
		color:#0091be;
		font-size:24px;
		font-weight:400;
	}
	.landing-page-investor-page .step-2-landing.exprest-img ul{
		bottom:-90px;
	}
	.step-2-landing.exprest-img .ex1{
		padding-left:13%;
	}
	.landing-page-investor-page .step-2-landing.exprest-img ul li.ex1 a {
		width: 74px;
		text-align: center;
		/* font-size: ; */
	}
	.landing-page-investor-page .step-2-landing.exprest-img ul li.ex4 a {
		width: 90px;
		text-align:center;
	}
	.step-2-landing.exprest-img .ex3 {
		padding-right: 5%;
	}
	.text-content.content-block-wrapper{
		padding-top:78px;
	}
	.landing-page-investor-page .text-content .step-2-landing {
		padding-left: 4%;
		padding-right: 4%;
	}
	.landing-page-investor-page .step-2-landing p{
		font-size:30px;
		color:#8798a3;
	}
	.box-date-event h3,.landing-page-investor-page .sub-save h3{
		font-size:64px;
	}
	.sub-save p {
		font-size: 30px;
		color: #5d7482;
	}
	.dk-inver{
		display:none;
	}
	.mb-inver{
		display:block;
		padding-bottom:20px;
	}
	.landing-page-investor-page .content-block-inner{
		max-width:84%;
	}
    .header-seperator span{padding:0 20px;}
    .content-block-wrapper{
        padding-bottom:30px;
    }
}
@media (max-width:570px){
	.landing-page-investor-page .step-2-landing.exprest-img{
		margin-bottom:85px;
	}
	.landing-page-investor-page .step-2-landing.exprest-img ul li a{
		font-size:20px;
	}
	.landing-page-investor-page .step-2-landing.exprest-img ul li a{
		font-size:17px;
	}
	.landing-page-investor-page .step-2-landing.exprest-img ul {
		bottom: -65px;
	}
	.landing-page-investor-page .button-register {
		width: 80%;
		height: 100px;
		font-size: 26px;
		padding: 30px 10px;
	}
	.landing-page-investor-page .text-content h3,.why-attend h3,.box-date-event h3, .landing-page-investor-page .sub-save h3{
		font-size:54px;
	}
	.landing-page-investor-page .step-2-landing p{
		font-size:20px;
	}
	.why-attend p{
		font-size:26px;
	}
	.why-attend li{
		font-size:24px;
	}
	.sub-save p{
		font-size:20px;
	}
	.landing-page-investor-page .header-landing h4 {
		font-size: 24px;
	}
	.why-attend li {
		padding-left: 10%;
		background-size: 24px;
	}
    .step-2-landing .content-block-wrapper h2 strong{
        display:block;
    }
}
@media (max-width:468px){
	.landing-page-investor-page .header-landing{
		background-position:center;
	}
	.landing-page-investor-page .step-2-landing.exprest-img ul li a{
		font-size:17px;
	}
	.landing-page-investor-page .step-2-landing.exprest-img ul {
		bottom: -65px;
	}
	.landing-page-investor-page .header-landing h1 {
		font-size: 40px;
		margin-top: 30px;
		max-width: 500px;
		margin-bottom: 20px;
	}
	.landing-page-investor-page .button-register {
		width: 80%;
		height: 100px;
		font-size: 26px;
		padding: 30px 10px;
	}
	.landing-page-investor-page .text-content h3,.why-attend h3,.box-date-event h3, .landing-page-investor-page .sub-save h3{
		font-size:54px;
	}
	.landing-page-investor-page .step-2-landing p{
		font-size:20px;
	}
	.why-attend p{
		font-size:26px;
	}
	.why-attend li{
		font-size:24px;
	}
	.sub-save p{
		font-size:20px;
	}
	.landing-page-investor-page .header-landing h4 {
		font-size: 24px;
	}
	.why-attend li {
		padding-left: 10%;
		background-size: 24px;
	}
	.landing-page-investor-page .why-attend {
		background-size: 100% auto !important;
	}
    div.plan-outer-wrapper{
        width:100%;
        }
    ul.plan-tab-control,ul.plan-list{
        width:100%;
    }
}
@media (max-width:450px){
    .content-block-wrapper h2{font-size:30px;color:#198fba;}
    .content-block-wrapper h2 strong{font-size:41px;}
    .banner-landing h1{font-size:30px;}
}
@media (max-width:441px){
    .col_60{width:59%;}
}
@media (max-width:433px){
    .header-right p a.manage-account{margin-top:10px;margin-left:0;}
    .header-right p{text-align: center;}
    .step-1-landing{padding:40px 20px;}
    .back-in-step1{top:45px;left:20px;}
}
@media (max-width:410px){
	.landing-page-investor-page .button-register {
		width: 80%;
		height: 70px;
		font-size: 22px;
		padding: 17px 10px;
	}
	.landing-page-investor-page .text-content h3,.why-attend h3,.box-date-event h3, .landing-page-investor-page .sub-save h3{
		font-size:48px;
	}
	.landing-page-investor-page .step-2-landing.exprest-img ul li a {
		font-size: 16px;
	}
	.landing-page-investor-page .text-content h3,.landing-page-investor-page .step-2-landing.exprest-img h3, .why-attend h3, .box-date-event h3, .landing-page-investor-page .sub-save h3 {
		font-size: 42px;
	}
	.why-attend li {
		font-size: 20px;
		margin-bottom: 20px;
		background: url(images/tick-mb.png) no-repeat left 6px;
		margin-bottom: 20px;
		padding-left: 10%;
		background-size: 22px;
	}
	.landing-page-investor-page .header-landing h1{
		font-size:30px;
	}
	.landing-page-investor-page .header-landing h4 {
		font-size: 18px;
	}
	.landing-page-investor-page .step-2-landing.exprest-img p{
		font-size:20px;
	}
}
@media (max-width:400px){
    .col-half>.col_30,.col-half>.col_70,.col-half>.col-half,.col-half>.col_60,.col-half>.col_40,.select_ticket_wrapper .col-fullwidth.t_left{width:100%;padding:0!important;}
    .col-half > .col_60 > .col-half, .col-half > .col_40 > .col-half{width:49%;}
}
@media (max-width:390px){
    .form-control input[type="radio"] + label{margin-top:10px;}
}
@media (max-width:360px){
    span.error_text{line-height:1.5;margin-bottom:5px;}
    .banner-landing h1{font-size:28px;}
	.landing-page-investor-page .text-content h3,.landing-page-investor-page .step-2-landing.exprest-img h3, .why-attend h3, .box-date-event h3, .landing-page-investor-page .sub-save h3 {
		font-size:38px;
	}
	.landing-page-investor-page .step-2-landing.exprest-img .ex3 {
		padding-right: 2%;
	}
	.landing-page-investor-page .step-2-landing.exprest-img ul li.ex4 a {
		width: 58px;
		text-align: center;
	}
	.landing-page-investor-page .step-2-landing p,.sub-save p ,.why-attend li{
		font-size: 18px;
	}
	.text-content .button-register{
		width:90%;
	}
	.b-title {
		font-size: 24px;
	}
	.table-three table {
		font-size: 16px;
	}
	.table-three table td img {
		width: 30px;
	}
	.landing-page-investor-page .button-register{
		width:90%:
	}
	.why-attend li{
		padding-left:13%;
	}
	.landing-page-investor-page .sub-button{
		width:80%;
	}
	.why-attend p {
		font-size: 20px;
	}
	.landing-page-investor-page .header-landing{
		padding-bottom:83px;
		padding-top:99px;
	}
	.landing-page-investor-page .sub-save{
		padding-top:80px;
		padding-bottom:80px;
	}
}
@media only screen and (min-width: 40.063em) {
    .trial-sidebar .medium-6 {
        width:100%;
    }
}
@media only screen and (min-width: 768px) {
    .sitzer-service-mobile{display:none!important;}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    #header-event .header-bottom ul li a {
        padding: 24px 30px 28px;
    }
    .dates_and_venues .col_left {
        float: left;
        margin: 0 1%;
    }
    .dates_and_venues .col_right {
        float: left;
        margin: 0 0 0 1%;
    }
    .event_footer_top a {
        display: inline-block;
        margin: 0 auto;
        padding: 0 10%;
        text-align: left;
        width: 50%;
    }
    .event_footer_top img {
        margin: 10px auto!important;
    }
    .event_footer_top h6{width:100%}
}
@media only screen and (max-width: 782px) {
    .step-2-landing.exprest-img ul li a{
    	font-size:13px;
    }
}
@media only screen and (max-width: 767px) {
	.step-2-landing.exprest-img ul li a{
		font-size:12px;
	}
    #header-event .header-top h1{
        font:700 45px/60px "Open Sans",sans-serif !important;
    }
    #header-event .header-top h2{
        padding-bottom:25px;
    }
    #container-event article h3, .event_other_content h3, .dates_and_venues h3, .subscriber_discount h3 {
        font: bold 45px/45px Arial;padding-bottom: 14px;
    }
    #container-event article .row {
        padding: 25px 10px 30px;
    }
    .dates_and_venues .row {
        padding: 34px 10px;
    }
    .subscriber_discount .row {
        padding: 10px 28px 58px;
    }
    .event_footer_top{
        padding: 21px 10px 20px;
    }
    .event_footer_top img:first-child {
        margin: 10px auto;
        text-align: center;
    }
    .event_footer_top img {
        margin: 10px auto;
    }
    #container-event .row{
        padding:34px 10px;
    }
    .event_other_content .header-top{
        padding:0
    }
    .dates_and_venues .col_left,.dates_and_venues .col_right {
        display: block;
        float: none;
        margin: 0 auto 20px;
    }
    .event_footer_top a {
        display: inline-block;
        text-align: left;
        width: 100%;
    }
    .event_footer_top a img{
        margin:10px 0 !important
    }
    #header-event .header-bottom ul li a {
        padding: 24px 28px 28px;
    }
    #header-event .header-bottom a {
        color: #0c2b3f;
        display: inline-block;
        font: 600 14px "Open Sans",sans-serif;
    }
    .event_footer_top a {
        display: inline-block;
        margin: 0 auto;
        padding: 0 10%;
        text-align: left;
        width: 50%;
    }
	.landing-trial-plan4 .botli h3 {font-size:36px}
	.landing-trial-plan4 .section-2 .newbox .coll p{font-size:13px}
    .mobile, .mobile.wp-table-reloaded {
        display: block;
    }
}
@media only screen and (max-width: 640px){
	.step-2-landing.exprest-img ul li a{
		font-size:11px;
	}
    #header-event .header-bottom ul li a {
        padding: 24px 25px 28px;
    }
    #header-event .header-bottom a {
        color: #0c2b3f;
        display: inline-block;
        font: 600 14px "Open Sans",sans-serif;
    }
	.landing-trial-plan4 .leftbox{
		width:10%
	}
	.landing-trial-plan4 .personal{
		width:100%;
	}
}
@media only screen and (max-width: 600px) {
	html #wpadminbar {
        top:-46px;
    }
}
@media only screen and (max-width: 560px){
	body .switzersupport {
		height: auto!important;
		min-height:300px;
	}
}
@media only screen and (max-width: 480px) {
    #header-event .header-bottom ul li a {
        font-size: 12px;
        padding: 10px 5px 0;
    }
    #header-event .header-bottom a{font-size:12px}
    #header-event .header-bottom a{padding-bottom:15px}
    .event_footer_top a {
        padding: 0;
        text-align: left;
        width: 100%;
    }
    .landing-page-landing-page .reminder h2{font-size:35px;}
}
@media only screen and (max-width: 450px) {
    .box-user .button{padding:12px 30px;}
    #header-event .header-center{
        padding-top:0;
    }
    #header-event .header-top h1{
        font:700 45px/60px "Open Sans",sans-serif !important;
        padding-top:45px;
    }
    #header-event .header-bottom ul li a {
        font-size: 9px;
        padding: 0 5px 0;
    }
    #header-event .header-bottom a{font-size:9px}
    .dates_and_venues .col_left,.dates_and_venues .col_right{
        float:none;
        margin:0 0 20px 0;
    }
    .event_footer_top table tr td{
        width:100%;
        display:inline-block;
    }
    .event_footer_top table tr td a{
        margin-bottom:0;
    }
	.step-2-landing.exprest-img ul li a {
	  font-size: 8px;
	}
}
@media only screen and (max-width: 440px) 
{
	 .step-2-landing.exprest-img ul li{
    	width:23%;
    }
    .step-2-landing.exprest-img ul li a {
	  font-size: 6px;
	}
	.step-2-landing.exprest-img .ex2 {
	  padding-left: 0%;
	}
	.step-2-landing.exprest-img .ex1 {
	  padding-left: 0%;
	}
	.header-seperator span{
	}
}
@media only screen and (min-width: 350px) and (max-width: 420px){
	.price-details{
		margin-left:20%!important;
	}
} 
@media only screen and (max-width: 380px) {
    .plan-list{width:100%;}
    ul.plan-tab-control {width:100%;}
}
@media only screen and (max-width: 360px) {
	.landing-trial-plan4 .click_toggle{font-size:11px}
    .box-user .button{padding:12px 25px;}
   .step-2-landing{
        width:calc(100% - 38px);
   }
}
@media only screen and (max-width: 320px) {
    .box-user .button{padding:12px 20px;}
   a.select-plan{
        width:calc(100% - 40px);
   }
}


.ssr-question-submit-form textarea {
	position: relative;
	height: 150px;
	background: #e4eef4;
	border: 1px solid #ddd;
	font-size: 13px;
	color: #65757f;
}
.ssr-question-submit-form textarea:focus {
	border-color: #3aafd9;
}
.ssr-question-submit-form textarea.invalid {
	border-color: #d8334a;
}
.ssr-question-submit-form .submitsuccess {
	color: green;
	font-family: opensans-bold;
	font-size: 18px;
	padding-left: 45px;
	background: url('images/tick.png') left center no-repeat;
	background-size: auto 100%;
}
.ssr-question-submit-form .form-field {
	margin-top: 16px;
}
.ssr-question-submit-form .form-submit {
	text-align: center;
}
.ssr-question-submit-form [type="submit"] {
	color: #fff;
	background: #1d93bd;
	border: none;
	padding: 15px 30px;
	font-size: 13px;
	margin-top: 20px;
	border-radius: 3px;
	font-family: open_sanssemibold;
	text-transform: none;
}

.ssr-question-submit-form [type="submit"] .loading {
	display: none;
	width: 20px;
	height: 0;
	margin-left: 10px;
	vertical-align: middle;
	position: relative;
	-webkit-animation: ssrspin 1s linear infinite;
	animation: ssrspin 1s linear infinite;
}
.ssr-question-submit-form [type="submit"] .loading:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -10px;
	margin-left: -10px;
	background-color: #ffffff;
}
.ssr-question-submit-form [type="submit"] .loading:after {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	left: 2px;
	background-color: #1d93bd;
}
@-webkit-keyframes ssrspin {
	0% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(180deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes ssrspin {
	0% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(180deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.ssr-question-submit-form [type="submit"]:hover,
.ssr-question-submit-form [type="submit"]:focus {
	background: #56aece;
}
.ssr-question-submit-form.loading [type="submit"] {
	pointer-events: none;
}
.ssr-question-submit-form.loading [type="submit"] .loading {
	display: inline-block;
}
