/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding: 0px;
  color: #5a5a5a;
  background-color: #eeeeee;
  font-family: 'Poppins', sans-serif;
  font-size: 100%;
}

.noselect {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.body-container a, .body-container a:visited {
	color: #4b6bb3;
}
.body-container a:hover {
	color: #5c99ff;
}
.body-container blockquote {
	margin-left: 30px;
}
h2 {
  font-size: 1.3rem;
}
h3 {
  font-size: 1.1rem;
}

.badge-director {
  color: #2e5279;
  background-color: #dddddd;
  font-weight: 400;
}
/* TOP NAVIGATION
-------------------------------------------------- */

.topDivisor {
  height: 2px;
  width: 100%;
  background-color: #fe000d;
}

.navbar{
  z-index: 99999;
  padding: 0px;
  float: left;
  width: 100%;
}

.dropdown>.dropdown-menu { 
  margin: 0;
  margin-left: -15px;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}

.dropdown-menu {
  padding: 0px;
  left: unset;
  border:none;
  border-radius: 0px;
}

.dropdown-item {
  border-bottom: 1px solid #ffffff;
  text-align: center;
  white-space: normal !important;
  font-size: 0.8em;
  padding: 0.25rem 0.5rem;
}

.dropdown-item:last-child {
  border-bottom: none;
}

.nav-item {
  text-align: center;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.navbar-toggler {
  border: none !important;
  outline: none !important;
}

header {
  z-index: 11;
  position: relative;
  width: 100%;
  margin-bottom: 75px;	
  background-color: #fff !important;
  float: none;
}
.banner {
  display: table;
}
.bannerRight {
  height: 132px;
  width: 172px;
}
.titleContainer {
  width: 100%;
}
.fontChooser {
  z-index: 11;
  margin-left: 20px;
  display: flex;
  cursor: pointer;
}

.fontChooser .dropdown-menu {
  border: 1px solid #fe000d;
  min-width: 33px;
  margin-left: 0px;
}

.font-item {
  display: block !important;
  cursor: pointer;
  color: #fe000d;
  border-bottom: 1px solid #fe000d;
  text-align: center;
  background-color: #fff;
  width: 100%;
  height: 30px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.font-item:last-child {
  border-bottom: none;
}

.font-item:hover {
  color: #fff;
  background-color: #fe000d;
}

.font-size1 {
  padding-top: 6px;
  font-size: 16px !important;
}

.font-size2 {
  padding-top: 4px;
  font-size: 20px !important;
}

.font-size3 {
  font-size: 24px !important;
}

.font-item.active {
  color: #fff;
  background-color: #fe000d;
}

#searchButton {
  cursor: pointer;
  font-size: 20px;
}

#searchBar {
  display: none;
}

#searchBar form {
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
}

.inputSearch {
  width: 50%;
  outline: none;
}

#closeSearch {
  font-size: 16px;
  cursor: pointer;
}

#submitSearch {
  font-size: 16px;
  cursor: pointer;
}

.searchBtnXS {
	display: none;
	opacity: 0.8;
}

#closeSearchXS {
	display: none;
}

.modal {
	width: 100%;
	height: 100%;
	overflow:hidden;
} 

.modal-close-button{
	position:absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
	color: #fff;
	margin-top: -30px;
    margin-right: -25px;
    font-size: 25px;
    width: 15px;
    height: 15px;
}

.alert-box{
	cursor:pointer;
}

#alertData{
	padding:0px 40px 10px 20px;
}

/* FOOTER
-------------------------------------------------- */

footer {
  background-color: #eeeeee;
}

.top-footer a:link, 
.top-footer a:active, 
.top-footer a:visited {
  color: #fff;
  font-size: 0.8em;
}

.bottom-footer a:link, 
.bottom-footer a:active, 
.bottom-footer a:visited {
  color: #5a5a5a;
  font-size: 0.9em;
}

footer a:hover{
  text-decoration: none;
  opacity: 0.8;
}

footer .top-footer {
  background-color: #303030;
  color: #fff;
}

footer .bottom-footer {
  font-size: 0.7em;
  color: #5a5a5a;
  background-color: #fff;
}

footer .footer-title,
footer .footer-title a:link,
footer .footer-title a:active,
footer .footer-title a:visited {
  font-size: 1em;
}

footer .footer-info {
  font-size: 0.8em;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

.carousel {
  z-index: 10;
  background-color: #fff;
}

.carousel-caption {
  bottom: 3em;
  z-index: 10;
}

.carousel-item {
  height: 570px !important;
}

.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32em;
}

.carousel-indicators {
  bottom: -40px !important;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  opacity: .4;
  background-color: #000;
  border-radius: 10px !important;
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;
  background-clip: border-box;
}

.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* BODY CONTENT
-------------------------------------------------- */

.body-container {
  color: #000;
}

.body-info-container {
  background-color: #fff;
}

.body-info-container .topBannerDivider {
  border-top: 1px solid #8a8a8a;
}

/*.contentBar p{
  background-color: #4c4c4c;
}*/

.titleBar span {
  font-size: 1em;
  margin-left: 5px;
}

.bg-img-banner2{
  background-color: #7dd3c4;
  color: #365c56; 
  font-size: 18px;
}

.social-icon {
  font-size: 30px !important;
}

.social-icon:hover {
  opacity: 0.8;
}

.top-head-marker {
  width: 8px;
  float: left;
  margin-right: 14px;
}

.top-head-marker1 {
  height: 17px;
  margin-top: 9px;
}

.top-head-marker2 {
  height: 20px;
  margin-top: 11px;
}

.top-head-marker3 {
  height: 24px;
  margin-top: 12px;
}

.top-head-title span{
  font-size: 1.5em;
  vertical-align: text-bottom;
  display: table;
}

.top-head-title h1 {
	font-size: 1.5em;
	vertical-align: text-bottom;
	display: table;
	font-weight: 400;
    line-height: 1.5;
}

.top-news-body{
  font-size: 1em;
}

.rows-news-title span{
  font-size: 1.5em;
}
.rows-news-title div{
  width: 180px;
  height: 1px;
  margin-top: 2px;
}

.bottomDivisor {
  height: 2px;
  width: 100%;
}

#buttonMoreContainerXS {
  display: none;
  margin-bottom: 1px;
  text-align: center;
}

.bottomMore {
  cursor:pointer;
}

.bottomMore span {
  margin-left: 15px;
  margin-right: 15px;
  font-size: 1em;
}

.row-news {
  border-bottom: 2px solid #eee;
}

.news-container {
  margin-bottom: 20px;
}

.row-news:last-child {
  border-bottom: none;
}

.new-image span {
  background-color: #fff;
  position: absolute;
  font-size: 14px;
  right: 0px;
  top: 0px;
}

.new-title {
  font-size: 1em;
  font-weight: bold;
}

.new-source {
  font-size: .8em;
}

.new-text {
  font-size: 0.8em;
  word-break: break-word;
}

.new-button {
  font-size: 0.8em;
  width: 120px;
  cursor: pointer;
}

.new-button span {
  width:200px;
  display:block;
}
.new-button a {
  color: #FFFFFF !important;
  text-decoration: none;
}

.left-arrow {
  color: #FFFFFF;
  width: 150px;
  padding:10px;
  word-break: break-all;
  -webkit-clip-path: polygon(0% 0%, 90% 0%, 95% 50%, 90% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 90% 0%, 95% 50%, 90% 100%, 0% 100%);
}

.new-content a:link, 
.new-content a:active, 
.new-content a:visited {
  /*color: #fff;*/
  /*text-decoration: none;*/
}

.contentBar  a:link, 
.contentBar  a:active, 
.contentBar  a:visited {
  color: #fff;
  text-decoration: none;
}

.section-title {
    border-bottom: 1px solid #000;
    width: 210px;
    padding-left: 5px;
}
.section-title h2{
	font-weight: 500;
	font-size: 1.2em;
	vertical-align: super;
}

.section-title-wide {
    width: 275px;
}
.section-title-extrawide {
    width: 340px;
}

.section-title-fluid {
  border-bottom: 1px solid #000;
  display: inline-block;
  padding-left: 10px;
}
.section-title-fluid h2{
	font-weight: 500;
	font-size: 1.2em;
	vertical-align: super;
}
.year-title {
  border-bottom: 1px solid #000;
  width: 135px;
  padding-left: 10px;
}

.section-container {
	display: block;
	width: 100%;
	/*min-height: 200px;*/
}

#press .new-content{
	padding-left: 40px !important;
}

#press .months-container{
	padding-left: 30px;
}

#press .new-date span {
	font-size: 0.8em;
}

.minHeightBody {
	min-height: 300px;
}


/* BOOTSTRAP CUSTOM
-------------------------------------------------- */
b, strong {
  font-weight: 700 !important;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 400px) {
  /* Bump up size of carousel content */
  .carousel-item {
    height: 50vh !important;
  }
  .featurette-heading {
    font-size: 50px;
  }
}

@media (max-width: 570px) {
	.modal-close-button{
		right: 10px;
		top: 40px;
		cursor: pointer;
		color: #000;
	    margin-right: 5px;
	    font-size: 25px;
	    width: 15px;
	    height: 15px;
	}
}

@media (max-width: 768px) {
  #buttonMoreContainer {
  	display: none;
  }
  #buttonMoreContainerXS {
  	display: block;
  }
  .carousel-item {
    height: 50vh !important;
  }
  .bd-placeholder-img-lg {
    font-size: 3.5em;
  }
  .footer-logo-container {
    margin-top: 20px;
  }
  .footer-logo {
    margin-top: 10px;
  }
  .left-side-container {
    padding-right: 0px !important;
  }
  .right-side-container {
    padding-left: 0px !important;
  }
  .new-title {
    margin-top: 10px;
  }
  #alertData img{
	margin-top:10px;
	padding: 15px !important;
	width: 100%;
	margin-left: 10px;
  }
}

@media (max-width: 1140px) {
  .bannerLeft {
    width: 100%;
  }
  .bannerRight {
    display: none;
  }
  .fontChooser {
    display: none;
  }
  .navbar-nav {
    padding-right: 0px !important; 
    max-width: 100% !important;
  }
  .nav-item {
    padding: 0px !important;
  }
  .searchBtnXS {
	display: block;
	cursor: pointer;
	position: absolute;
	right: 14px;
	top: 8px;
  }
  #closeSearchXS {
  	display: inline-block;
  }
  #closeSearch {
  	display: none;
  }
  .searchBtn {
	display: none;
  }
  .dropdown>.dropdown-menu {
    margin-left: 0px;
  }
  .dropdown-item:last-child {
	border-bottom: 1px solid #ffffff;
  }
}

/* IE FIXES 
--------------------------------------------- */

@media all and (-ms-high-contrast:none)
{
  .dropdown>.dropdown-menu { margin-left: 0px; }
  .top-news-marker1 { margin-top: 8px; }
  .top-news-marker2 { margin-top: 10px; }
  .top-news-marker3 { margin-top: 11px; }
}
