 /* Begin classes for common SPIN elements */
*, ::before, ::after { box-sizing: border-box; }
*, ::before, ::after { box-sizing: inherit; }
*, ::before, ::after { box-sizing: border-box; }



/*
* Copyright 2018 PINTEC
* Author: Jess Zhang
*/
@font-face {
    font-family: 'DIN';
    font-style: normal;
    font-weight: 100;
    src: local('DIN WebUltraLight'), local('DINWeb-UltraLight'), url("../fonts/DINWeb/DINWeb-UltraLight.woff") format('woff');
}
@font-face {
    font-family: 'DIN';
    font-style: normal;
    font-weight: 200;
    src: local('DIN WebLight'), local('DINWeb-Light'), url("../fonts/DINWeb/DINWeb-Light.woff") format('woff');
}
@font-face {
    font-family: 'DIN';
    font-style: normal;
    font-weight: 400;
    src: local('DIN Web'), local('DINWeb'), url("../fonts/DINWeb/DINWeb.woff") format('woff');
}
@font-face {
    font-family: 'DIN';
    font-style: normal;
    font-weight: 600;
    src: local('DIN WebMedium'), local('DINWeb-Medium'), url("../fonts/DINWeb/DINWeb-Medium.woff") format('woff');
}

@font-face {
    font-family: 'SpaceGrotesk';
    font-style: normal;
    font-weight: 100;
    src: local('SpaceGrotesk'), local('SpaceGrotesk'), url("../fonts/SpaceGrotesk-Light.ttf") format('ttf');
}

@font-face {
    font-family: 'SpaceGrotesk';
    font-style: normal;
    font-weight: 300;
    src: local('SpaceGrotesk'), local('SpaceGrotesk'), url("../fonts/SpaceGrotesk-Medium.ttf") format('ttf');
}

@font-face {
    font-family: 'SpaceGrotesk';
    font-style: normal;
    font-weight: 400;
    src: local('SpaceGrotesk'), local('SpaceGrotesk'), url("../fonts/SpaceGrotesk-Regular.ttf.woff") format('ttf');
}

@font-face {
    font-family: 'SpaceGrotesk';
    font-style: normal;
    font-weight: 600;
    src: local('SpaceGrotesk'), local('SpaceGrotesk'), url("../fonts/SpaceGrotesk-SemiBold.ttf") format('ttf');
}

@font-face {
    font-family: 'SpaceGrotesk';
    font-style: normal;
    font-weight: 700;
    src: local('SpaceGrotesk'), local('SpaceGrotesk'), url("../fonts/SpaceGrotesk-Bold.ttf") format('ttf');
}

html,
body {
    height: 100% !important;
    font-size: 14px;
    line-height: 1.7em;
    font-family: 'Din', "Helvetica Neue", "PingFang SC", "Heiti SC", STXihei, "华文细黑", "Microsoft YaHei", "微软雅黑", sans-serif !important;
    background: #FCFCFC;
}


/* Header styles */
.page_header,
.category_header {}
.detail_header,
.detail_subheader,
.category_name {}
.category_intro {}
/* END Header styles */

.item, .wd_item {
	margin: 10px 0;
	padding: 10px 0;
}
.item_name,
.wd_title,
.wd_item .wd_title,
.wd_newsfeed_releases-teaser .wd_title,
.wd_documents_item_list > .wd_documents_item > .wd_title {
	font-size: 1.2rem;
	font-weight: 700;
}
.item_date, .wd_date,
.wd_item .wd_date,
.wd_event_sidebar .wd_event_date,
.wd_newsfeed_releases-teaser .wd_date {
	font-size: 1rem;
	font-weight: normal;
	color: inherit;
	text-transform: none;
}
.item_summary, .wd_item .wd_summary {}
.wd_item .wd_subtitle {}

table.wd_imagetable {}
td.imagecaption {}

span.wd_subscribe_icon {
	background: url('../images/webdriver/email_alerts.png') no-repeat;
	background-position: 0 3px;
	display: inline-block;
	height: 18px;
	width: 18px;
	margin-left: 5px;
}
span.wd_subscribe_icon img {
	display: none;
}

/* Clear Fix */
ul.wd_layout-simple:before,
ul.wd_layout-simple:after {
	content: " ";
	display: block;
}
ul.wd_layout-simple:after {
	clear: both;
}


.wd_sec.wd_main_content{

}


/* Hero */
.wd_home_hero{
 	position: relative;
 	background: #061f33;
 }

.wd_home_hero .inner_bg{
  	position: absolute;
  	top: 0;
  	left: 0;
    width: 100%;
    height: 100%;

    background: center left;
    background-size: cover;	
	background-color: #f8f9fa;
 }
 .wd_home_hero .wd_header_content * {
	color: #071E33;
 }

 .wd_middle_fb header .text-align{
 	position: relative;
 }

 .wd_middle_fb header .more{
 	position: absolute;
 	top: 5px;
 	color: white;
 	right: 1em;
 }

 .wd_middle_fb header .more a{
 	color: white;
 }


 .wd_middle_fb .text-align .wd_featurebox_title{
    margin-bottom: 1.4em;
    padding-bottom: .5em;
    border-bottom: 1px solid gray;
 }

.wd_sec_filings thead{
	background: #071E33;
    color: white;
}
 
 .wd_home_hero .wd_header_content{
	min-height: 168px;
	padding: 3em 0;
	position: relative;
    z-index: 5;
    color: white;
    display: flex;
    align-items: center;
	
}

.wd_sec_filings tbody tr:nth-child(odd){
	background-color: #cbcbcd;
}


  .wd_pageid_45 .wd_home_hero .wd_header_content{
	min-height: 250px;
 }

.wd_home_hero .wd_header_content h1.header_title{
	margin: 0;
}


/* Search Fields */

.wd_search_basic_fields {
	background: none;
	display: block;
	border: none;
	text-align: left;
	padding: 0;
}

.wd_search_basic_fields input,
.wd_events_inputs select,
.wd_newsfeed_releases select{
	font-size: 1em;
	font-weight: 700;
	margin: 0;
	padding: .75em 1.75em .75em .75em;
	margin-bottom: 10px;
	outline: 0;
	cursor: pointer;
	height: 40px;
    border: 1px solid #ededed;
    display: inline-block;
}
.wd_events_inputs select,
.wd_newsfeed_releases select {
	
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
	
	cursor: pointer;
}

.wd_search_basic_fields > *{
	vertical-align: top !important;
}
.wd_item_search_form_container .wd_search_form_basic{
	display: block;
}
button.wd_search_button,
.wd_events button.wd_events_input_go {
	cursor: pointer;
	margin: 0 0 0 10px;
	padding: 0.35em 0.8rem;
	position: relative;
	text-align: right;
	font-weight: bold;
	font-size: 1rem;
	position: relative;
    height: 40px;
    border-radius: 4px;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	transition: color .2s ease;
	outline: 0;
	display: inline-block;	
	color: white;
    border: none;
    
    background: #062033;
}



/* END Search Fields */


/* Standard */
div.wd_standard {}


.wd_attachment_image {
  display: none;
}

.wd_attachment_info p a:before {
  content: '\f1c1';
  font-family: 'FontAwesome';
  left: 0;
  padding-right: 5px;
  color: #1e42a0;
}

/* END Standard */

/* Stories */
div.wd_stories {}
/* END Stories */

/* Articles */
div.wd_articles {}
/* END Articles */

/* Events */
div.wd_events {}
.wd_event_sidebar .wd_event_date,
.wd_event_sidebar .wd_event_time,
.wd_event_sidebar .wd_event_subscribe,
.wd_event_sidebar .wd_event_reminder,
.wd_event_sidebar .wd_event_webcast {
	background-position: left;
}
/* END Events */

/* Gallery */
div.wd_gallery {}
/* END Gallery */

/* Newsfeed Releases */
div.wd_newsfeed_releases {}
/* END Newsfeed Releases */


.wd_newsfeed_releases-detail .wd_title{
	    font-size: 32px;
    line-height: 1.2;
    margin-bottom: .5em;
}

/* override font size set in feed releases */
.wd_newsfeed_releases-detail .news_body p.prnews_p {
	font-family: inherit;
	font-size: 100%;
	color: inherit;
}
/* reset UL behavior to default in NFR body */
.wd_newsfeed_releases-detail .wd_news_body ul,
.wd_newsfeed_releases-detail .wd_news_body ul ul {
	margin: 1em 0 1em 0;
	padding-left: 40px;
}
.wd_newsfeed_releases-detail .wd_news_body li,
.wd_newsfeed_releases-detail .wd_news_body li li {
	list-style-type: disc;
	list-style: disc;
}
.wd_newsfeed_releases-detail .wd_news_body ul.wd_layout-masonry li,
.wd_newsfeed_releases-detail .wd_news_body ul.wd_layout-masonry li li {
	list-style-type: none;
	list-style: none;
}
.wd_newsfeed_releases-teaser .tools {
	text-decoration: none;
	margin-bottom: 12px;
}
/* END Newsfeed Releases */

/* Formbuilder */
select::-ms-expand {
	border: none;
}

select::-ms-expand {
	margin-left: 50px;
	background-color: #fff;
}
#wd_printable_content button.ui-datepicker-trigger {
	border: 0;
}
#wd_printable_content .wd_form_field_label {
	line-height: 2.4em;
	margin-bottom: 0;
}
#wd_printable_content input[type=text] {
	
}
#wd_printable_content input[type=submit] {
	
}
#wd_printable_content input[type=checkbox],
#wd_printable_content input[type=radio] {
	
}
.wd_form_field {
	clear: both;
}
.wd_page_limit {
	padding: 0;
}
.wd_linkmenu-header {
	padding: 6px 2px;
}
.wd_page_link:first-child,
.wd_page_link:last-child,
.wd_linkmenu-header {
	border-radius: 0;
}
.wd_linkmenu-header:hover .wd_linkmenu-icon {
	border-color: transparent;
	background-color: transparent;
	color: #000;
}
.wd_form_field .wd_form_field_input,
.wd_form_field {
	overflow: visible;
}
/* END Formbuilder */

/* Search Results */
/* END Search Results */

.wd_pageid_116 h1.category_header{
	font-size:  32px;
}


.wd_subnav.__sidenav{
    position: relative;
    padding: 0;
    margin: 0;

    overflow: visible;
    padding: 0;
}

.wd_subnav.__sidenav .wd_nav{
	max-width: 195px;
}

.wd_subnav.__sidenav .wd_nav li {
	margin-bottom: 10px;
}
.wd_subnav.__sidenav .wd_nav li a{
	font-size: 16px;
    color: #666666;
    border: 1px solid transparent;
    padding: 10px 15px 8px;
    line-height: 1.4;
}



.wd_subnav.__sidenav::before{
	    position: absolute;
    content: '';
    height: 430px;
    width: 210px;
    background: url(../img/separator.svg) left top no-repeat;
    -webkit-background-size: 209px 423px;
    -moz-background-size: 209px 423px;
    background-size: 209px 423px;
    right: 0;
    top: -100px;
    z-index: 1;
}


.wd_subnav.__sidenav .wd_nav .active > a{
	background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-shadow: 0 0 8px 0 rgba(204,204,204,0.50);
    color: #1e42a0;
    border-radius: 8px;
}


/* Featureboxes */
div.wd_featurebox {}
div.wd_featurebox_container {}
div.wd_featurebox_title {

	color: black;

	font-size: 32px;
    font-weight: 700;
    line-height: 1.6;
    margin: 0 0 15px 0;
}

.wd_featureboxes_financial_top .wd_chart-quote-footer,
.wd_featureboxes_financial_bottom .wd_ticker_label{
	display: none;
}


.wd_featureboxes_financial_top .wd_featurebox{
	max-width: none;
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
}

.wd_newsfeed_releases-teaser .subscribe_link{
	display: none;
}

.wd_newsfeed_releases-teaser{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 30px;
    margin-bottom: 110px;
}

.wd_newsfeed_releases-teaser .item .wd_date{
	position: absolute;
    width: 56px;
    height: 56px;
    left: 20px;
    top: 20px;
    background: url('../images/symbol-blue.svg') left top no-repeat;
    background-size: 56px 56px;
    text-align: center;
    color: #FFFFFF;
}

.wd_newsfeed_releases-teaser .item{
	background: #eee center no-repeat;
	background-size: 100% 250px;
    padding: 1em;
    margin: 0;
    position: relative;
}

.wd_newsfeed_releases-teaser .item::before{
	content:'';
	background-image: url('../images/placeholder.svg');
	position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    height: 100%;
	background-size: cover;
	overflow: hidden;
}

.wd_newsfeed_releases-teaser .item .wd_title{
	padding: 1em;
	font-size: 18px;
	position: relative;
	z-index: 10;
	background: white;
    top: 90px;
    border: 1px solid #eee;
    min-height: 142px;
}	

.wd_newsfeed_releases-teaser .item .wd_title::after{
	content: '';
	width: 50px;
	height: 0;
	border-bottom: 2px solid #1e42a0;
	display: block;
	margin-top: 10px;
}

.wd_newsfeed_releases-teaser .wd_summary{
	display: none;
}


.wd_pageid_45 .wd_main_content{
	display: none;
}
div.wd_featureboxes_top {}
div.wd_featureboxes_top div.wd_featurebox {}
div.wd_featureboxes_top div.wd_featurebox_container {}
div.wd_featureboxes_top div.wd_featurebox_title {}

div.wd_featureboxes_left {}
div.wd_featureboxes_left div.wd_featurebox {}
div.wd_featureboxes_left div.wd_featurebox_container {}
div.wd_featureboxes_left div.wd_featurebox_title {}

div.wd_featureboxes_right {}
div.wd_featureboxes_right div.wd_featurebox {}
div.wd_featureboxes_right div.wd_featurebox_container {}
div.wd_featureboxes_right div.wd_featurebox_title {}

div.wd_featureboxes_middle {}
div.wd_featureboxes_middle div.wd_featurebox {}
div.wd_featureboxes_middle div.wd_featurebox_container {}
div.wd_featureboxes_middle div.wd_featurebox_title {}

div.wd_featureboxes_bottom {}
div.wd_featureboxes_bottom div.wd_featurebox {}
div.wd_featureboxes_bottom div.wd_featurebox_container {}
div.wd_featureboxes_bottom div.wd_featurebox_title {}
div.wd_featureboxes_bottom .wd_newsfeed_releases-teaser + p.more a:hover {
	border-color: #1e42a0;
	background-color: #1e42a0;
}
/* END Featureboxes */

/* YouTube Responsive Video Containers */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* END YouTube Responsive Video Containers */

div.wd_rssfeeds_item {
	margin-bottom: 10px;
}

.navbar-brand{	
	/* background-image: url('../images/pintec-logo-en.svg'); */
	/* background-image: url('../images/2026-logo.png'); */
	background-image: url('../images/logo_logo-removebg.png');
	background-size: 180px auto;
	min-height: 60px;
}

/* Nav Overflows */


.wd_sec{
	display: block;
	margin: 60px 0;
	padding: 60px 0;
}

.wd_main_content{
	margin: 0;
	padding: 0;
}

.wd_sec.wd_bottom_fb{
	margin-bottom: 0;
    border-bottom: 0;
}

.navbar-inverse {
	background-color: #f8f9fa;
	border-bottom: 1px solid #f1f1f1;
}
.navbar-inverse .navbar-nav > li > a {
	color: #071E33;
}
.navbar-inverse .navbar-nav > li > a:before {
	content: '';
    display: block;
    width: 0;
    position: relative;
    height: 4px;
    background: #1e42a0;
    margin: auto;
    transition: all .5s ease;
    top: 21px;
    z-index: -1;
}
.navbar-inverse .navbar-nav > li:hover > a:before,
.navbar-inverse .navbar-nav > li:active > a:before {
	width: 100%;
}
.navbar-inverse .navbar-nav > li > a:hover, 
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover {
	color: unset;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: unset !important;
    background-color: unset !important;
}
.navbar-inverse .navbar-nav .dropdown-menu a:hover,
.navbar-inverse .navbar-nav .dropdown-menu a:focus {
	color: #16181b;
    background-color: #f8f9fa;
}

.navbar-header .navbar-toggle{

}

.navbar-inverse .navbar-toggle:hover .icon-bar,
.navbar-inverse .navbar-toggle:focus .icon-bar{
	/* background-color: white; */
}
.navbar-inverse .navbar-collapse {
	border-color: transparent;
}

.wd_footer_fb div.wd_featurebox_title{
	color: #071E33;
}


.wd_sec.wd_middle_fb a{
	color: white;
}

.wd_sec.wd_middle_fb{
	text-align: center;

	background-color: #071E33;
    padding: 40px 0 40px;
    color: #FFFFFF;
}

.wd_middle_fb div.wd_featurebox_title{
	color: white;
	font-size: 24px;
    line-height: 1;
    margin: 0 0 0.3em;
}

.wd_featureboxes_middle{
	display: flex;
    justify-content: space-around;
}

.wd_featurebox .more {
	text-align: center;
}

.more a .fa-arrow-right{
	font-size: 12px;
    margin-left: 1em;
    position: relative;
    top: -2px;
}


.wd_featureboxes_middle .wd_featurebox_container{
	text-align: left;
}

div.wd_toolbar{
	clear: both;
	line-height: 1;
    margin-bottom: 0;
    border-bottom: 0;
    border-top: 1px solid #eeeeee;
	padding-top: 16px;
}

span.wd_tool_icon > a:link, 
span.wd_tool_icon > a:visited{
	background: transparent;
	color: #1e42a0;
}



span.wd_tool_icon .fa-w-14{
	font-size: 16px;
}


div.wd_toolbar ul.wd_tools {
	text-align: center;
}


div.wd_toolbar ul.wd_tools li.wd_tool{
	display: inline-block;
	float: none;
	margin: 0 1.5em;
}

.wd_subnav .navbar-nav.wd_nav > li{
	display: block;
	float: none;
}

.wd_main_content{
	margin-top: 3em;
}

.wd_date x,
.wd_date y{
	display: block;
	 line-height: 1;
}

.wd_date y{
	font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    margin: 14px 0 0;
}

.wd_selector .wd_label{
	margin-right: .5em;
}



.wd_date x{
	font-size: 12px;
    font-weight: 200;
    line-height: 12px;
    margin: 0;
}


.wd_pageid_65 .item{
	border-bottom: 1px solid #e1e1e1;
	cursor: pointer;
	position: relative;
	margin: 0;
    padding-bottom: 2rem;
    margin-top: 3rem;

}

.wd_pageid_65 .item:last-child{
	border-bottom: none;
}

.wd_pageid_65 .item_name{
	font-size: 1.3rem;
}

.wd_pageid_65 .item_name::after{
	content: "\f107";
	font-family: 'FontAwesome';
	font-size: 26px;
	line-height: 28px;
	position: absolute;
	right: 0;
	color: #b1b1b1;
	top: 0;

}

.wd_pageid_65 .item_name.active::after{
	content: "\f106";
}


.wd_item_collapse{
	margin-top: 1em;
}

.wd_featureboxes_footer{
	margin-top: 30px;
}

.wd_featureboxes_footer .wd_featurebox_title{
	font-size: 24px;
}

div.wd_quote-wrapper{
	max-width: none;
}

.wd_widget-theme-light .wd_quote{
    background: transparent;
	padding: 1em;
    border: 1px dashed #ccc;
}
div.wd_quote-fourcol div.wd_data-wrapper,
.wd_widget-theme-light  .wd_values .wd_data_wrapper{
    padding: 0 7px;
}

.wd_widget-theme-light  .wd_values .wd_data{
	background-color: #f4f4f7;
    padding: 0;
    border: none; 
}

.wd_widget-theme-light  .wd_values .wd_data .wd_value{
	font-family: 'SpaceGrotesk', serif, 'DIN';

}

div.wd_quote div.wd_price{
	font-size: 45px;
	font-family: 'SpaceGrotesk', serif, 'DIN';
	    line-height: 1.5;
}

.wd_featureboxes_financial_top .wd_quote-container{
	min-width: 265px;
}

.wd_chart-quote-value br,
.wd_featureboxes_financial_top .wd_chart-quote .wd_chart-quote-item:nth-child(3),
.wd_featureboxes_financial_top .wd_chart-quote .wd_chart-quote-item:nth-child(4){
	display: none;
}

.wd_featureboxes_financial_top  div.wd_chart-quote{
	position: relative;
	display: flex;
	overflow: visible;
}
.wd_featureboxes_financial_top .wd_featurebox {
	position: relative;
}

.wd_featureboxes_financial_top div.wd_ticker_label{
	font-size: 24px;
    position: absolute;
    top: 17px;
    left: 130px;
    color: #333;
}

.wd_featureboxes_financial_top div.wd_ticker_label .wd_symbol,
.wd_featureboxes_financial_top div.wd_ticker_label .wd_exchange{
	    color: #333;
}

div.wd_chart-quote-value-up,
div.wd_chart-quote-value-down{
	color: #1e42a0;
}

.wd_featureboxes_financial_top .wd_chart-quote-item:nth-child(1) .wd_chart-quote-value{
	font-size: 45px;
	font-family: 'SpaceGrotesk', serif, 'DIN';
	line-height: 1.5;
	font-weight: normal;
	color: #1e42a0;
}

.wd_featureboxes_financial_top .wd_chart-quote-item:nth-child(2){
	position: absolute;
    right: 5px;
	bottom: 0;
    font-size: 20px;
    
}
.wd_featureboxes_financial_top .wd_chart-quote-item .wd_chart-quote-value{
	font-weight: normal;
}


.wd_featureboxes_financial_top .wd_chart-quote .wd_chart-quote-label{
	display: none;
}

.wd_data > div{
	padding: 1em;
}

.wd_data > div.wd_value{
	background-color: #071E33;
	color: white;
}

.footer{
	margin-top: 15px;
}


.wd_body div > table{
	width: auto !important;
    font-family: arial !important;
}

.wd_body div > table tr td {
    border: 0;
    padding: 5px;
    line-height: 1.7em;
    font-size: 12px;
}

/* .wd_quote-wrapper .wd_values > .wd_data-wrapper:last-child > div > div {
	display: none;
} */




@media (min-width: 900px) {
	.navbar-inverse .navbar-nav > li > a,
	.navbar-inverse .navbar-nav > .active > a,
	.navbar-inverse .navbar-nav > .active > a:hover,
	.navbar-inverse .navbar-nav > .active > a:focus{

		font-size: 14px;
	}
}

.wd_hidden_elems{
	display: none;
}

/* Extra large devices (large desktops) */
@media (max-width: 1199px) {}

/* Large devices (desktops) */
@media (max-width: 992px) {

	
	.wd_home_hero .wd_header_content{
		padding: 1em 15px;
		min-height: auto;
    	
	}

	.wd_selector{
		float: left;
	}
	
	.wd_tool_label{
		display: none;
	}


}

@media (min-width: 768px) and (max-width: 1250px){
	.wd_home_hero{
		/* margin-top: 68px; */
	}
	
}

@media (min-width: 768px) and (max-width:  998px){
	.wd_home_hero{
		margin-top: 48px;
	}
	
}
/* Medium devices (tablets) */
@media (max-width: 768px) {

	
	div.wd_toolbar ul.wd_tools li.wd_tool{

		margin: 0 10px;
	}
	
	span.wd_tool_icon > a:link, span.wd_tool_icon .fa{
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.navbar-inverse .navbar-nav > li:hover > a:before,
	.navbar-inverse .navbar-nav > li:active > a:before {
		width: 0;
	}
	.navbar-inverse .navbar-nav .dropdown.open .dropdown-menu {
		border: 1px solid rgba(0, 0, 0, 0.15);
		border-radius: 0.25rem;
		margin: 0 13px;
		background-color: #fff;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #071E33;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, 
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #16181b;
		background-color: #f8f9fa;
	}
}

/* Small devices (landscape phones) */
@media (max-width: 575px) {}



/* CLIENT CSS OVERRIDES */
