/*This is the new style.css for the BSP Website design*/


@font-face {
  font-family: Montserrat;
  src: url('/_catalogs/masterpage/custom/fonts/Montserrat-Light.ttf');
}

@font-face {
  font-family: Nunito;
  src: url('/_catalogs/masterpage/custom/fonts/Nunito-Regular.ttf');
}

body{
	padding-left: 0px !important;
	padding-right: : 0px !important;
}

#s4-workspace {
	overflow-y: auto !important;
	overflow-x: hidden !important;
}

/****************************** HEADER STYLES ******************************/

#banner-container{
	background-color: #1b3564;
	padding: 15px;
	background-image: url('/_catalogs/masterpage/custom/img/new_design/seamless header 100piso.png');
	background-repeat: repeat-y;
	position: relative;
	background-size: cover;
}

#banner-hidden{
	width: 100%;
}

#logo{
	padding: 0px 15px;
	max-width: 500px;
}

#logo img{
	width: 100%;
}

#left-side-menu{
	padding-left: 25px;
	float: left;
	width: 500px;
}

#right-side-menu{
	padding-right: 25px;
	float: right;
}

#menu-links{
	margin-top: 14px;
	list-style: none;
}

#menu-links > li {
	float: left;
	margin-right: 40px;
}

#menu-links > li > a{
	color: #fff !important;
	font-size: 18px;
	font-family: montserrat;
	text-decoration: none !important;
	padding-bottom: 14px;
}

#menu-links > li > a:hover, #menu-links > li.expand-menu.open > a {
	color: #e4c23c !important;
	border-bottom: 4px solid #e4c23c;
	padding-bottom: 35px;
	cursor: pointer;
}

/*#menu-links > li.expand-menu.open > a{
	color: #e4c23c !important;
	border-bottom: 3px solid #e4c23c;
	padding-bottom: 4px;
}*/

#public-advisory{
	padding: 10px 0px;
	font-size: 16px;
	font-family: montserrat;
	color: #1b3564;
	height: 48px;
	overflow: hidden;
	position: relative;
	background-color: #fff;
}

.marquee-animation {
    display: block;
    width: 200%;
    position: absolute; 
    animation: marquee 12s linear infinite;
}

.marquee-text {
    float: left;
    width:50%;
    font-family:Montserrat;
    color:#1b3564;
    font-size:12pt;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
 
@keyframes marquee {
    0% { left: 0%; }
    100% { left: -100%; }
}

#advisory-btn {
	background-color: #1b3564;
	padding: 10px 20px;
	font-size: 20px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	width: 55px;
}

#advisory-btn:hover {
	background-color: #0149a8;
}

#advisory-btn span{
	color: #fff;
}

#pause-btn{
	display: block;
}

#play-btn{
	display: none;
}


@media screen and (max-width: 1400px) {
    /*#logo{
        padding: 0px 15px;
    }*/
    #menu-links > li {
    	margin-right: 20px;
    }
}

@media screen and (max-width: 1215px) {
	#left-side-menu{
		width: 380px;
	}
	#menu-links > li > a:hover, #menu-links > li.expand-menu.open > a{
		padding-bottom: 18px;
	}
}

@media screen and (max-width: 1091px) {
	#menu-links > li > a:hover, #menu-links > li.expand-menu.open > a {
		border: none;
	}
	
}


/****************************** FOOTER STYLES ******************************/

#footer-container{
	background-color: #1b3564;
	padding: 35px 0px;
	background-image: url('/_catalogs/masterpage/custom/img/new_design/blue_bg.png');
	background-repeat: repeat-y;
	position: relative;
	height: 400px;
	background-size: contain;
}

#footer-links{
	position: relative;
	z-index: 4;
}

#footer-links h1{
	color: #e4c23c;
	font-family: montserrat;
}

#footer-links li{
	margin-bottom: 15px;
}

#footer-links li > a{
	font-size: 16px;
	color: #fff;
	font-family: montserrat;
	margin-bottom: 15px;
	text-decoration: none !important;
}

#footer-links li > a:hover {
	color: #e4c23c !important;
	/*border-bottom: 3px solid #e4c23c;*/
	padding-bottom: 4px;
	cursor: pointer;
}

#footer-links ul{
	list-style: none;
	padding: 0px;
	margin-top: 30px;
}

#copyright{
	font-family: montserrat; 
	font-size: 14px; 
	font-weight: 300; 
	color: #fff;
	text-shadow: 0 0 3px #2f2f2f;
}

#footer-bg {
	position: absolute;
	top: 5px;
	height: 400px;
	width: 100%;
	overflow: hidden;
}

#footer-logo {
	opacity: 0.3;
	width: 250px;
	position: absolute;
	right: 15%;
	top: 15%;
}

#dynamic-dots {
	/* display: none; */
	width: 110%;
	position: absolute;
	top: 35%;
	opacity: 0.4;
	left: -5%;
}

.copyright{
	padding: 75px 0px 0px 0px;
	float: left;
	width: 100%;
}

@media screen and (max-width: 1091px) {
	#footer-links h1{
		font-size: 30px;
	}
	#footer-container, #footer-bg {
		height: 620px;
	}
	.copyright{
		padding: 45px 0px 0px 0px;
	}
	#dynamic-dots {
		top: initial;
		bottom: -25%;
	}
	#copyright{
		font-size: 11px;
	}
}

/****************************** DROPDOWN MENU ******************************/
.dropdown-menu.banner-menu{
	width: 100vw;
	margin: 0px;
	border-radius: 0px;
	top: 99%;
	background-color: #0a2b60;
	left: -1px;
	opacity: 0.95;
	padding: 0px;
}

.banner-menu > li{
	width: 33%;
}

.open > .dropdown-menu.banner-menu{
	display: flex;
}

.dropdown-links{
	padding: 5px 0px;
	list-style: none;
}

.dropdown-links > li{
	padding: 5px;
}

.dropdown-links > li:hover, .dropdown-links > li.focus, .mobile-sublinks > ul > li:hover{
	background-color: #031c44;
}

.dropdown-links > li.mobile-sublinks:hover{
	background-color: initial;
}

.dropdown-links > li:hover a, .dropdown-links > li.focus a, .mobile-sublinks > ul > li:hover a{
	color: #e4c23c;
	font-weight: 400;
}

.dropdown-links > li.mobile-sublinks:hover a{
	color: #fff;
}

.mobile-sublinks > ul > li{
	padding: 5px;
}

.dropdown-links > li > a, .mobile-sublinks > ul > li > a{
	color: #fff;
	font-family: montserrat;
	font-weight: 300;
	font-size: 18px;
	text-decoration: none;
	width: 100%;
	display: inline-block;
}

.dropdown-links > li > a > i{
	float: right;
	position: relative;
	top: 5px;
}

.sub-menu-links{
	background-color: #4376bf !important;
	width: 34% !important;
	display: none;
	padding-left: 10px;
}

.sub-menu-links > .dropdown-links > li:hover{
	background-color: #0a2b60;
}

.mobile-sublinks > ul{
	list-style: none;
}

.menu-title{
	width: 33%;
	font-size: 30px;
	color: #fff !important;
	font-family: montserrat;
	position: relative;
	padding: 10px 30px;
}

.menu-title > span{
	position: absolute;
	top: 33%;
	border-bottom: 2px solid #e4c23c;
	border-image: linear-gradient(to right, #e4c23c 50%, transparent 50%) 100% 1;
	padding-bottom: 5px;
}

.sticky {
	position: fixed !important;
 	top: 0;
 	width: 100%;
 	z-index: 5;
}

.menubar-header{
	position: absolute;
	right: 20px;
	top: 10px;
}

.menubar-toggle {
	position: relative;
	float: right;
	padding: 5px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

a.button2 {
	/* font-size: 16px; */
	line-height: 1em;
	padding: 10px,10px,10px,10px;
	border: 1px #e4c23c solid;
	-webkit-appearance: button;
}

a.button2:hover {
	background-color: #e4c23c;
}

a.button2:hover .icon-bar {
	background-color: #fff;
}

.menubar-toggle .icon-bar {
	background-color: #e4c23c;
}

.menubar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	margin: 5px;
}

#PAS_{
	margin-bottom: 40px;
}

@media screen and (min-width: 1092px) {
    .menubar-header{
    	display: none;
    }
    .menubar-collapse.collapse{
    	display: block;
    }
    .mobile-sublinks{
    	display: none;
    }
}
@media screen and (max-width: 1091px) {
    .menubar-collapse.collapse{
    	display: none;
    }
    .menubar-collapse.collapse.in{
    	display: block;
    }
    #right-side-menu{
    	width: 100%;
    }
    #menu-links li{
    	float: none;
    	margin-bottom: 5px;
    }
    .dropdown-menu.banner-menu {
		position: static;
		float: none;
		width: auto;
		box-shadow: none;
		background-color: transparent;
		border: none;
	}
	li.menu-title{
		display: none !important;
	}
	.banner-menu > li, .sub-menu-links{
		width: 100% !important;
	}
	#menu-links > li > a{
		font-size: 15px;
		padding-bottom: 4px;
	}
	.dropdown-links {
		margin-left: 10px;
	}
	.dropdown-links > li > a, .mobile-sublinks > ul > li > a{
		font-size: 14px;
	}
	#logo {
		width: 250px;
		margin-top: 10px;
		margin-bottom: 5px;
	}
	.sub-title-menu > a > .fa{
		display: none;
	}
	#banner-container{
		/*max-height: 500px;*/
		overflow-y: visible;
		overflow-x: visible;
		background-image: none;
	}
	.mobile-sublinks{
		display: block;
	}
	#PAS_{
		margin-bottom: 0px;
	}
}

/****************************** FIXED SIDE NAV ******************************/
/* The sidebar menu */
.sidenav {
	height: 330px;
	width: 60px;
	position: fixed;
	z-index: 5;
	top: 25%;
	left: 0px;
	background-color: #1b3564;
	overflow-x: hidden;
	padding-top: 20px;
	box-shadow: 4px 6px 12px rgba(0, 0, 0, .225);
	opacity: 0.95;
}

/* The navigation menu links */
.sidenav a {
  padding: 6px 8px 6px 10px;
  text-decoration: none;
  font-size: 24px;
  color: #fff;
  display: block;
}

.sidenav a:hover {
	background-color: #0149a8;
}

.sidenav a > img{
	width: 34px;
}

.sidenav .glyphicon{
	margin-left: 5px;
}

@media screen and (max-width: 1400px) {
	.sidenav {
		height: 260px;
		width: 40px;
		top: 40%;
	}
	.sidenav a {
		font-size: 20px;
		padding: 6px 8px 2px 8px;
	}
	.sidenav a > img{
		width: 24px;
	}
	.sidenav .glyphicon{
		margin-left: 0px;
	}
}

@media screen and (max-width: 1091px) {
	.sidenav{
		height: 50px;
		width: 250px;
		top: initial;
		bottom: 20px;
		left: 5px;
		overflow: hidden;
		padding-top: 10px;
	}
	.sidenav a{
		font-size: 18px;
		padding: 0px 8px;
		float: left;
	}
	.sidenav .glyphicon{
		margin-top: 4px;
	}
}

/****************************** RELATED CONTENT ******************************/
#related-content{
      /*padding: 15px;*/
      border-radius: 3px;
      /*padding-top: 12px;*/
      /*margin-bottom: 12px;*/
      width: 100%;
      float: left;
      padding-left: 35px;
}
#related-content .col-sm-3{
	margin-bottom: 5px;
}
#related-content .thumbnail {
	text-align: center;
	height: 100%;
	position: relative;
	padding: 0px 0px 15px 0px;
	min-height: 300px;
	overflow: hidden;
}
#related-content .thumbnail:hover{
 	border-color: #337ab7;
}
#related-content .display-flex{
 	/*display: flex;
 	flex-wrap: wrap;*/
 	width: 100%;
 	margin-top: 10px;
}
.separator{
	border-top: 1px solid #ddd;
	min-height: 12px;
}
#related-content .thumbnail .caption {
	padding: 9px;
	color: #333;
	position: absolute;
	width: 100%;
	background-color: #fff;
	bottom: 0;
	min-height: 100px;
	height: initial;
}

#related-content img:hover{
	transition: transform .7s;
	transform: scale(1.05);
}

/****************************** HOME PAGE ******************************/
#carousel-home{
	height: 400px;
	overflow: hidden;
	position: relative;
}

#breadcrumbs{
	font-size: 16px;
	padding-bottom: 12px;
}

#breadcrumbs, #breadcrumbs a{
	color: #777;
}

#page-icons{
	font-size: 16px;
}

.othericon{
	margin-left: 3px;
}

.othericon > img {
	cursor: pointer;
	opacity: 0.8;
	height: 35px;
}

.othericon > img:hover {
	opacity: 1.0;
}

#main{
	min-height: 700px;
	/*padding: 0px 100px 25px 100px;*/
	font-family: Nunito;
}

.content-container{
	padding: 40px 100px 25px 100px;
}

#PageHeaderContainer{
	width: 100%;
	float: left;
	padding-bottom: 10px;
}

/*#page{
	padding-top: 40px;
}*/

#maincontent h2, #main h2{
	font-size: 34px;
}

#maincontent h3, #main h3{
	font-size: 30px;
}

#maincontent h4, #main h4{
	font-size: 26px;
}

#maincontent h5, #main h5{
	font-size: 22px;
}

#maincontent h2, #main h2, #maincontent h3, #main h3, #maincontent h4, #main h4, #maincontent h5, #main h5{
	font-family: montserrat;
}

#divItemContent, #page, .content-container{
	font-size: 20px;
}

#divItemContent img{
	max-width: 100%;
	height: auto !important;
}

.dropdown-backdrop{
	display: none !important;
}

.content-container a{
	color: #173d78;
}

.content-container a:visited{
	color: #173d78;
}

.content-container a:hover, .content-container a:focus{
	text-decoration: none;
	/*background-color: #ffe271;*/
	color: #1262ca;
}



.content-container a.button {
	display: inline-block;
	color: white;
	line-height: 1em;
	padding: 10px 20px;
	border: 1px #c2c2c2 solid;
	background: #ad8627 none;
}

.content-container a.button:hover {
	border: 1px #333333 solid;
}

.sc_menu > ul > li > a, .sc_menu > ul > li > a:visited{
	font-size: 17px !important;
	color: #333;
}

/*
#key-rates-home{
	height: 600px;
	background-color: #1b3564;
}*/

#whats-new-home, #agenda-home{
	min-height: 700px;
	background-color: #fff;
	padding-bottom: 20px;
}

#spotlight-home{
	min-height: 600px;
	background-color: #ddd;
	padding-bottom: 25px;
	position: relative;
	padding-left: 20px;
}

#map-home{
	height: 350px;
	background-color: #fff;
	position: relative;
}

#search-box{
	position: absolute;
	top: 20%;
	left: 5%;
}

#home-text{
	font-size: 26px;
	font-family: montserrat;
	color: #333;
}

.header-text{
	padding: 40px 0px 0 65px;
	font-family:Montserrat;
	font-size:22pt;
	font-weight:600;
}

.gold{
	color:#e4c23c;
}

.dark-blue{
	color: #1b3564;
}

@media screen and (min-width: 1700px) {
	#carousel-home{
		height: 500px;
	}
	#carousel-home img{
		top: -60px;
	}
}

@media screen and (max-width: 1091px) {
	#whats-new-home, #agenda-home{
		min-height: 500px;
	}

	#search-box{
		top: 30%;
	}

	#main{
		min-height: 700px;
		/*padding: 0px 40px 25px 40px;*/
	}

	.content-container{
		padding: 0px 40px 25px 40px;
	}

	#maincontent h3{
		font-size: 24px;
	}

	#maincontent h4{
		font-size: 22px;
	}

	#maincontent h5{
		font-size: 20px;
	}
	#divItemContent, #page, .content-container{
		font-size: 18px;
	}
	#PageHeaderContainer{
		margin-top: 10px;
	}
}

@media only screen and (max-width: 800px) {
	#home-text{
		font-size: 18px;
	}
	#main{
		padding: 0px 0px 25px 0px !important;
	}
}

/****************************** SC MENU ******************************/


/*sub menu css */
.sc_menu,
.sc_menu ul,
.sc_menu ul li,
.sc_menu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
   

}
.sc_menu:after,
.sc_menu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.sc_menu {
  /*width: auto;*/
  border-bottom: 3px solid #e4c23c;
 /*#47c9af; */
 /* font-family: Raleway, sans-serif;*/
 font-family:"Segoe UI", Roboto, Helvetica, Arial;
 
 
  line-height: 1;
}
.sc_menu ul {
  background: #ffffff;
 /* background:#CCCCCC;*/
}
.sc_menu > ul > li {
  float: left;
}
.sc_menu.align-center > ul {
  font-size: 0;
  text-align: center;
}
.sc_menu.align-center > ul > li {
  display: inline-block;
  float: none;		   
}
.sc_menu.align-right > ul > li {
  float: right;
}
.sc_menu.align-right > ul > li > a {
  margin-right: 0;
  margin-left: -4px;
}
.sc_menu > ul > li > a {
  z-index: 2;
  padding: 18px 25px 12px 25px;
  font-size: 16px;
  font-weight:normal;
  text-decoration: none;
  color:#444444;
  /*font-weight:200;*/
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  margin-right: -4px;
  
}
.sc_menu > ul > li.active > a,
.sc_menu > ul > li:hover > a,
.sc_menu > ul > li > a:hover {
  color: #ffffff;
}
.sc_menu > ul > li > a:after {
  /*background:#e7e7e7;*/
  
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 120%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  content: "";
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transform: perspective(5px) rotateX(2deg);
  -webkit-transform-origin: bottom;
  -moz-transform: perspective(5px) rotateX(2deg);
  -moz-transform-origin: bottom;
  transform: perspective(5px) rotateX(2deg);
  transform-origin: bottom;
}
.sc_menu > ul > li.active > a:after,
.sc_menu > ul > li:hover > a:after,
.sc_menu > ul > li > a:hover:after {
  /*background: #47c9af;*/
 background: #e4c23c;
  
}


/****************************** CAROUSEL ******************************/

#std-carousel.new-crsl{
	height: 400px;
}

.carousel-indicators.new-design{
	z-index: 4;
}

.carousel-indicators.new-design li {
	width: 18px;
	height: 18px;
	background-color: #ccc;
}

.carousel-indicators.new-design .active {
	width: 40px;
	height: 18px;
	margin: 1px; 
	background-color: #e4c23c;
}


#carousel-home img{
	width: 100%;
	position: relative;
	z-index: -1;
	top: 0px;
}

.carousel-box {
	height: 100%;
	overflow: hidden;
	background-color: #1f3e6c;
	margin-right: 15px;
}

@media screen and (max-width: 1091px) {

	#carousel-home img{
		min-height: 600px;
		width: auto;
		height: auto;
		max-width: initial;
	}
}

@media screen and (min-width: 1700px) {
	#std-carousel.new-crsl{
		height: 500px;
	}
}

/****************************** SPOTLIGHT ******************************/

.spotlight-container{
	padding: 0px 50px; 
	display: flex; 
	flex-wrap: wrap;
	position: relative;
	display: none;
}

.spotlight-container.active-left{
	display: flex;
	left: -100%;
	animation: slide-sl-l 2s ease-out forwards;
}

.spotlight-container.active-right{
	display: flex;
	right: -100%;
	animation: slide-sl-r 2s ease-out forwards;
}

@-webkit-keyframes slide-sl-l {
    100% { left: 0; }
}

@keyframes slide-sl-l {
    100% { left: 0; }
}

@-webkit-keyframes slide-sl-r {
    100% { right: 0; }
}

@keyframes slide-sl-r {
    100% { right: 0; }
}

.spotlight-thumb .caption{
	background-color: #eee;
	display: flex;
	flex-direction: column;
	padding: 15px;
	min-height: 250px;
	border-radius: 0px 0px 15px 15px;
}

.spotlight-thumb{
	display: block;
	height: 100%;
	margin-bottom: 10px;
	overflow: hidden;
}

.spotlight-image {
	width: 100%;
	overflow: hidden;
	height: 20vw;
	display: flex;
	flex-direction: column;
}

.spotlight-image img{
	height: 100%;
}

.spotlight-image img:hover{
	transition: transform .7s;
	transform: scale(1.05);
}

.header-text2{
	font-family:Montserrat;
	font-size:16pt;
	font-weight:600;
}

.header-text3{
	font-family:Montserrat;
	font-size:14pt;
	font-weight:400;
}

.share-icon{
	float: right;
	padding: 0px 10px;
	border: 1px solid transparent;
	cursor: pointer;
}

.share-icon:hover{
	border: 1px solid;
	border-radius: 6px;
}

.spotlight-controls {
	width: 100%;
	position: absolute;
	top: 50%;
	font-size: 30px;
	/*display: none;*/
}

#spotlight-prev, #spotlight-next{
	position: relative;
	color: #e4c64d;
	cursor: pointer;
	text-shadow: -1px 0 #a28309, 0 1px #a28309, 1px 0 #a28309, 0 -1px #a28309;
}

#spotlight-prev{
	left: 6%;
}

#spotlight-next{
	left: 90%;
}

.spotlight-container:hover \ .spotlight-controls{
	display: block;
}

.mobile-sl-container{
	display: none;
	overflow: auto;
	width: 100%;
	position: relative;
}

.mobile-spotlight{
	display: flex;
	flex-direction: row;
	width: 1900px;
}

.mobile-sl-thumb{
	width: 280px;
	margin: 10px;
}

@media screen and (min-width: 1600px) {
	.spotlight-container{
		padding: 0px 70px; 
	}
}

@media screen and (max-width: 1400px) {
	.spotlight-image{
		height: 18vw;
	}
}

@media screen and (max-width: 992px) {
	.spotlight-container{
		display: none !important;
	}
	.mobile-sl-container{
		display: block;
	}
	.spotlight-controls {
		display: none;
	}
	.spotlight-image{
		height: 150px;
	}
}

/****************************** MAP ******************************/
#bsp-address {
	background-color: #fff;
	padding: 20px 40px;
	position: absolute;
	top: 0px;
	max-width: 420px;
	height: 350px;
	right: 5%;
}

#google-map{
	border:0;
	width: 100%;
	height: 100%;
}

#bsp-address p {
	margin-top: 15px;
}

#bsp-address a{
	color: inherit !important;
}

#bsp-address > p > img, #bsp-address > p > a > img {
	width: 30px;
	margin-right: 5px;
}

#bsp-address img{
	width: 30px;
}

@media only screen and (max-width: 990px) {
	#map-home{
		height: auto;
	}
	#google-map{
		height: 400px;
	}
	#bsp-address{
		position: relative;
		top: initial;
		right: initial;
		width: 100%;
	}
}

/* Modal Dialog*/
.modal-copy{
	top: 30%;
}

/*.modal-footer {
    padding: 10px !important;
}*/

#copy-text{
	font-size: 16px;
	height: 35px;
	color: #757575;
	background-color: #fff;
}

/****/

#key-rates-home {
	/*height: 600px;
	background-color: #1b3564;*/
	padding-left: 20px;
	position: relative;
	background: rgb(17,42,82);
	background: linear-gradient(115deg, rgba(17,42,82,1) 57%, rgba(0,120,145,1) 100%); 
	height:fit-content !important;
}

#key-rates-bg{
	opacity: 8%;
	top: 30%;
	position: absolute;
}

.row.exrates{
	margin:0;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}

.keyrates-container{
	width:100%;
	padding:50px;
	height:fit-content;
	display: flex;
	flex-wrap: wrap;
}
 
.keyrates-box{
	background-color:white;
	width:100%;
	min-height:400px;
	height:100%;
	padding:30px;
	border-radius:15px;
	position:relative;
	margin-bottom:15px;
	margin-top:10px;
	
}

.keyrates-title, .ph-equivalent{
	font-family:Montserrat;
	font-size:16pt;
	font-weight:600;
	color:#1b3564;
	text-align:left;
}
 
.keyrates-title::after{
	right:10%;
	color:rgb(228,194,60);
	content: "\f054";
	position: absolute;
	font-family: "FontAwesome";
	font-weight:900;
	font-size:20pt;
}

#keyrates-link::after {
	color: rgb(228,194,60);
	content: "\f054";
	font-family: "FontAwesome";
	font-weight: 900;
	font-size: 20pt;
	margin-left: 15px;
}
 
.exchangerate-date{
	font-family:Montserrat;
	font-size:12pt;
	font-weight:300;
	color:#1b3564;
}
 
.exchangerate-flag{
	width:100%;
}
 
.exchangerate-symbol, .inflation-text{
	font-family:Montserrat;
	font-size:12pt;
	font-weight:700;
	color:#1b3564;
}
 
.exchangerate-country{
	font-family:Montserrat;
	font-size:8pt;
	font-weight:100;
	margin-top:-2px
}

.header{
	font-family:Montserrat;
	font-size:22pt;
	font-weight:600;
	color:#e4c23c;
} 
.inflation-rate{
	font-family:Montserrat;
	font-size:40pt;
	font-weight:600;
	color:#1b3564;
	text-align:center;
	padding-top:20px;
	line-height:normal;
}
.inflation-text{
		font-family:Montserrat;
	font-size:12pt;
	font-weight:400;
	color:#1b3564;
	text-align:center;
	padding-top:28px;	`
}
.on-deposit-rate{
	font-family:Montserrat;
	font-size:50pt;
	font-weight:600;
	color:#1b3564;
	text-align:left;
	padding-top:20px;
	line-height:normal;
}
.on-deposit-rate-text{
		font-family:Montserrat;
	font-size:16pt;
	font-weight:400;
	color:#1b3564;
	text-align:left;
}

.keyrates-title > a, .inflation-rate > a, .on-deposit-rate > a{
	color: inherit !important;
}


 #whats-new-home ul{
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 10px;
}

#whats-new-home li{
  width: fit-content;
  height: fit-content;
}

#whats-new-home li img{
  border: 1px solid var(--main-background);
  position: relative;
}

#whats-new-home .slider{
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: 100%;
  position: relative;
}

#whats-new-home .slider-prev, #whats-new-home .slider-next{
  width:45px;  
  height:45px;
  cursor: pointer;
  position: absolute;
  top: 160px;
  z-index:4;
}


#whats-new-home .slider-prev{
  left: 250px;
}

#whats-new-home .slider-next{
  left: 550px;
}

.slider-arrow {
  opacity:0;
}


#whats-new-home .item{
  flex: 1 0 20%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease-in-out;
}


#whats-new-home .leftcard, #whats-new-home .rightcard {
  height:280px;
  width:240px;
  position: absolute;
  z-index: 0;
  top: 40px;
  filter:grayscale(75%);
}



#whats-new-home .leftcard{
  left: 70px;
}

#whats-new-home .focus {
  position: absolute;
  z-index: 1;
  height: 340px;
  width:300px;
  left: 270px;
  top: 10px;
}

#whats-new-home .focus-card{
  height: 150px;
  width:300px;
  position: absolute;
  background:#1b3564;
  z-index: 0;
  top: 350px;
}


#whats-new-home .rightcard{
  left: 550px;
}



.title{
  flex: 1 0 20%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease-in-out;

}

.whatsnew-title{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
   padding: 10px 15px 0px 15px;
    color:#e4c23c;
  font-family:Montserrat;
  font-size:12pt;
  text-align:center;
}

.whatsnew-read{
	  color:white;
  font-family:Montserrat;
  font-size:10pt;
  font-weight:200;
  text-align:right;
  padding-right:36px;
  padding-top:15px;
}

.whatsnew-read::after{
	color:#e4c23c;
	content: " \f054";
	position: absolute;
	font-family: "FontAwesome";
	font-weight:600;
	font-size:12pt;
	padding-right:20px;
	padding-left:5px;
}

.left-title, .right-title, .focus-title{
  position: absolute;
  width:100%;
  transition: all 0.6s ease-in-out;
  background: rgb(12,29,55);
  background: linear-gradient(153deg, rgba(12,29,55,1) 3%, rgba(26,55,100,1) 60%, rgba(0,122,187,1) 100%);

}


.left-title{
  left:70px;

}

.right-title{
    left: 550px;

}
.right-title, .left-title{
  z-index:0;
  width:240px;
  height:120px;
  filter:grayscale(60%);
   top: 300px;
  }



.focus-title{
 left:270px;
 top:320px;
 width:300px;
   height: 130px;
  z-index:1;
}

@media screen and (min-width: 1684px) {
	#whats-new-home .focus {
		width: 350px;
		left: 320px;
	}
	#whats-new-home .leftcard, #whats-new-home .rightcard {
		width: 290px;
	}
	#whats-new-home .slider-prev {
		left: 290px;
	}
	#whats-new-home .rightcard {
		left: 650px;
	}
	.right-title, .left-title {
		width: 290px;
	}
	.focus-title {
		left: 320px;
		width: 350px;
	}
	.right-title {
		left: 650px;
	}
	#whats-new-home .slider-next {
		left: 650px;
	}
}

@media screen and (max-width: 1366px) {
	#whats-new-home .focus {
		width: 250px;
		left: 220px;
	}
	#whats-new-home .leftcard, #whats-new-home .rightcard {
		width: 190px;
	}
	#whats-new-home .slider-prev {
		left: 190px;
	}
	#whats-new-home .rightcard {
		left: 450px;
	}
	.right-title, .left-title {
		width: 190px;
	}
	.focus-title {
		left: 220px;
		width: 250px;
	}
	.right-title {
		left: 450px;
	}
	#whats-new-home .slider-next {
		left: 450px;
	}
}

@media only screen and (max-width: 1200px) {
	.keyrates-title, .ph-equivalent, .exchangerate-date, .on-deposit-rate-text, .inflation-text{
			font-size:12pt!important;
		}
		 
		.keyrates-title::after{
			font-size:16pt!important;
		}
		 
		 
		.exchangerate-symbol, .inflation-text{
			font-size:10pt!important;
		}
		 
		.exchangerate-country{
			font-size:8pt!important;
		}
		
		.header{
			font-size:14pt!important;
		} 
		.inflation-rate, .on-deposit-rate{
			font-size:20pt!important;
		}
		
}

@media only screen and (max-width: 900px) {

		.keyrates-box{
		height:auto !important;
		overflow:visible!important;
			}
		
		.keyrates-container{
			height:auto!important;
			overflow:visible!important;
			display: block !important;
		}

		#key-rates-home {
		height:fit-content !important;
		}
		
		#whats-new-home .leftcard, #whats-new-home .rightcard {
		  height:220px!important;
		  width:140px!important;
		  top: 40px!important;
		}
		
		#whats-new-home .focus {
		  height: 280px!important;
		  width:200px!important;
		  left: 100px!important;
		  top: 10px!important;
		}

		#whats-new-home .leftcard{
			left:20px!important;
		}
		
		#whats-new-home .rightcard{
			left:240px!important;
		}
		
		.left-title{
		  left:20px!important;
		}
		
		.right-title{
		    left: 240px!important;	
		}
		
		.right-title, .left-title{
		  width:140px!important;
		  top:260px!important;
		  }
		
		.focus-title{
		 left:100px!important;
		 top:280px!important;
		   height: 130px!important;
		   width:200px!important;
		}

		.whatsnew-title{
			font-size:10pt!important;	
		}
		
		#whatsnew-home{
		margin-left:24px!important;
		}
		
		#whats-new-home .slider-prev {
		left:80px!important;
		}
		
		#whats-new-home .slider-next {
		left:280px!important;
		}
}

@media only screen and (max-width: 767px) {
	.keyrates-title, .ph-equivalent, .exchangerate-date, .on-deposit-rate-text, .inflation-text{
			font-size: 16pt !important;
		}
		 
		.keyrates-title::after{
			font-size:16pt!important;
		}
		 
		 
		.exchangerate-symbol, .inflation-text{
			font-size: 15pt !important;
		}
		 
		.exchangerate-country{
			font-size:12pt !important;
		}
		
		.header{
			font-size: 14pt !important;
		} 
		.inflation-rate, .on-deposit-rate{
			font-size: 32pt !important;
		}
		 
}

@media screen and (max-width: 1161px) {
	#whats-new-home{
		width: 100%;
	}
}

@media screen and (max-width: 800px) {
	#whats-new-home{
		padding-left: 15%;
	}
}


/****************************** CAROUSEL ******************************/


@media (min-width: 1200px  ) {
	
	.col-md-4.ctxtright{ 
	  display:block;
	  
	}
	.ctxtbottom{ 
		display:none;
	}
    .carousel-caption1 {
	text-align:center;
	height:405px;
	position:relative;
	left:0%;
	right:0%;
	margin-top:0px;
	margin-left:-30px;
	bottom:0px;
	z-index:10;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	color:#000;
	text-shadow:none;
	background:#1f3e6c;
	
	}
	.carousel-text{
	 color:white; 
	 text-align:left;
    }

  /*#carousel-inner{
       max-height:406px;
	}*/
   
	.carousel-control.left, .carousel-control.right {
	opacity:1;
	background-image:none;
	background-repeat:no-repeat;
	text-shadow:none;
	background:none;
	color:#1f3e6c;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
	}
	
	.carousel-control.left span {
	padding:15px;
	}
	
	.carousel-control.right span {
	padding:15px;
	}
	
	.carousel-control {
	position:absolute;
	top:5%;
	z-index:5;
	display:inline-block;
	}
	
	.controllers {
	position:absolute;
	top:150px;
	}
		
	.carousel:hover .carousel-control { 
	visibility: visible; 
	}

}
		
@media (max-width: 1199px) {
    .ctxtbottom{ 
		display:none;
	}
	.col-md-4.ctxtright{ 
	  display:block;
	  
	}
	
	.carousel-caption1 {
		text-align:center;
		/*height:500px;*/
		height:100%;
		position:relative;
		left:0%;
		right:0%;
		margin-top:0px;
		/*margin-left:-30px;*/
		bottom:0px;
		z-index:10;
		padding-top:0px;
		padding-bottom:0px;
		padding-left:5px;
		padding-right:5px;
		color:#333333;
		text-shadow:none;
		background:white
	
	}
	.carousel-text{
	 color:#333333;
	 text-align:left;
     }
     
     div.sc_menu
	 {
	  overflow-x: auto;
	 }

}

/*responsive media queries*/
@media (max-width: 978px) {

   .col-md-4.ctxtright{ 
	  display:none;
	  
	  
	}
	.ctxtbottom{ 
		display:block;
		margin-left:0%;
		margin-right:0%;
	}
	
    .carousel-caption1 {
		text-align:center;
		/*height:500px;*/
		height:150%;
		position:relative;
		left:0%;
		right:0%;
		margin-top:0px;
		/*margin-left:-30px;*/
		bottom:0px;
		z-index:10;
		padding-top:0px;
		padding-bottom:0px;
		padding-left:5px;
		padding-right:5px;
		color:#333333;
		text-shadow:none;
		background:white
	
	}
	.carousel-text{
	 color:#333333;
	 text-align:left;
     }

	div.sc_menu
	 {
	  overflow-x: auto;
	 }
	 
}


@media (max-width: 768px) {

     .col-md-4.ctxtright{ 
	  display:none;
	}
	
	.ctxtbottom{ 
		display:block;
	}
    
    .carousel-indicators {
	    bottom: 35px;
	  }
    div.sc_menu
	 {
	  overflow-x: auto;
	 }
		
}
		

@media (max-width: 599px) {
    
	.slider-wrapper {
		/*display: none;*/
	}
	 .col-md-4.ctxtright{ 
	 display:none;
	}
	.ctxtbottom{ 
		display:block;		
	}
	div.sc_menu
	 {
	  overflow-x: auto;
	 }
	 
}

/***************WHEN PRINTING PAGE************************/
@media print {
   @page {
      size: auto;
      margin: 1cm;
  }

  a[href]:after {
    content: none !important;
  }
  
  #btnPrint, footer, header, .chaticon, .othericon {
	display:none;
	}
	
	#btnCancel, #btnBack {
	display:none;
	}
   #pagemenu {	
      display:none;
	}
	.noprint, .webchat-v2, .webchat-v2--BR, .webchat-v2--READY, .wc2-floating-btn__btn--badge[data-v-02f88b87], #sinitic-webchat-wrapper{
		display:none !important;
	}

	#maincontent h2, #main h2{
		font-size: 20px;
	}

	#maincontent h3, #main h3{
		font-size: 18px;
	}

	#maincontent h4, #main h4{
		font-size: 16px;
	}

	#maincontent h5, #main h5{
		font-size: 16px;
	}

	#maincontent h2, #main h2, #maincontent h3, #main h3, #maincontent h4, #main h4, #maincontent h5, #main h5{
		font-family: montserrat;
	}

	#divItemContent, #page, .content-container{
		font-size: 14px;
	}

	#mediadisp{
     	padding-right: 0px !important;
     } 

     .content-container{
		padding: 40px 20px 25px 20px;
	}

	#maincontent p{
		margin-bottom: 10px !important;
	}

	#mediadisp, #speechesdisp{
		padding-right: 0px;
	}

}


/****************************** OTHER PAGES ******************************/


/*#mediadisp, #speechesdisp{
	padding-right: 500px !important;
}

@media (max-width: 1400px) {
	#mediadisp, #speechesdisp{
		padding-right: 200px !important;
	}
}


@media (max-width: 768px) {
	#mediadisp, #speechesdisp{
		padding-right: 0px !important;
	}
}*/

#mediadisp, #speechesdisp, .long-text{
	transition: width 0.4s ease-in-out;
  	width: 60vw; 
}

#mediadisp, #speechesdisp, #staticdisp, #linkpagestyling, div.h2{
	max-width: 1200px;
  	margin: auto;
}

@media (max-width: 1400px) {
	#mediadisp, #speechesdisp, .long-text{
		width: 65vw;
	}
}


@media (max-width: 768px) {
	#mediadisp, #speechesdisp, .long-text{
		/*width: 90vw;*/
		width: 100%;
	}
}


/****************************** OTHER UI COMPONENTS ******************************/

option {
	font-family: Montserrat;
}

.panel-title, .btn{
	font-size: inherit;
}

@media (min-width: 1200px) {
	#mediadisp > .row-fluid::before, #mediadisp > .row-fluid::after {
		display: block;
	}

	#speechesdisp > .row-fluid::before, #speechesdisp > .row-fluid::after {
		display: block;
	}
}

/*for accordions*/
.panel-title > a::before {
	float: right !important;
	font-family: FontAwesome;
	content: "\f068";
	padding-right: 5px;
}

.panel-title > a.collapsed::before {
	float: right !important;
	content: "\f067";
}