body{
	background:#fff;
}
.insight_logo_header{
	padding-top:35px;
	padding-bottom:25px;
}
.btn-insight-landing{
	background:#FAC037 url(../../images/white-arrow.png) no-repeat 85% 47% / 10px auto;
	color:#fff;
	border-radius:0;
	padding: 8px 30px 8px 20px;
	font-family: 'Conv_museosans-500';
}
.btn-insight-landing:hover{
	color:#fff;
	background-color: #f9cb65;
    text-decoration: none;
}
#Header .preheader-menu ul li.login a {
    background-color: #f5b21e;
    display: inline-block;
}
.insight_banner{
	position:relative;
}
.insight_banner_info{
	position:absolute;
	bottom:10%;
	background:rgba(0, 0, 0, 0.57);
	padding:10px 50px;
	
}
.insight_banner_info p{
	text-transform:uppercase;
	font-size:30px;
	margin-bottom:0;
}
.orange_txt{
	color:#f5b21e;
}
.white_txt{
	font-family: 'Conv_museosans-500';
	color:#fff;
}
.insight_landing_line{
	border:solid 1px #eee;
}
.insight_landing_heading{
	margin-bottom:34px;
	margin-top:2px;
	color:#3399aa;
	font-size:24px;
	text-transform:uppercase;
	font-family: "Museo Sans W01 300";
}
.extra-space{
	margin-top:50px;
}
.insight_landing_right_text p{
	color: #3a3a3a;
    font-family: "Museo Sans W01 300";
	font-size:16px;
    margin: 0 0 18px 0;
    padding: 0 0 0 0;
}
.insight_landing_right_text ul li{
	color: #3a3a3a;
    font-family: "Museo Sans W01 300";
	font-size:16px;
}
.insight_landing_footer{
	border-top:solid 1px #eee;
	padding:10px;
	margin-top:50px;
}
.insight_landing_grey{
	color:#bcbcbc;
}
/***********hover language dropdown*****************/
.landing_lang_dropbtn {
    background-color: transparent;
    color: #818181;
   font-family: "Museo Sans W01 300";
	font-size:16px;
	border:0;
    cursor: pointer;
	padding-bottom: 25px;
}

.landing_language_dropdown {
    display: inline-block;
	padding-right: 10px;
    margin-right: 10px;
}

.lang_dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 120px;
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    z-index: 1;
	margin-top:6px;
}

.lang_dropdown-content a {
    padding: 5px 10px;
    text-decoration: none;
    display: block;
	color: #3684b7;
    font-family: "Museo Sans W01 300";
	font-size:14px;
    
}

.lang_dropdown-content a:hover {background-color: #fff; text-decoration:underline;}

.landing_language_dropdown:hover .lang_dropdown-content {
    display: block;
}

.landing_language_dropdown:hover .landing_lang_dropbtn {
    text-decoration:none;
}
.lang_dropdown-content::before{
	border-bottom: 5px solid #f5b21e;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
    height: 13px;
    left: 24px;
    position: absolute;
    top: -13px;
    width: 11px;
    z-index: 999;
}
.lang_dropdown_inner{
	border-top: 3px solid #f5b21e;
    border-bottom: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    margin: 0;
}












@media only screen and (max-width: 1024px) {
    /* For mobile phones: */
    .extra-space{
	margin-top:0;
}
}