/*GLOBALS*/
:root{
    --box-shadow-style: 0 4px 4px -2px #ddd;
}
@font-face {
    font-family: Roboto-Medium;
    src: url('roboto/Roboto-Medium.ttf');
	font-style: normal;
	font-weight: 500;
}
@font-face {
    font-family: Roboto-Regular;
    src: url('roboto/Roboto-Regular.ttf');
	font-style: normal;
	font-weight: 400;
}
@font-face {
    font-family: Roboto-Black;
    src: url('roboto/Roboto-Black.ttf');
	font-style: normal;
	font-weight: 900;
}
@font-face {
    font-family: Roboto-Thin;
    src: url('roboto/Roboto-Thin.ttf');
}
@font-face {
    font-family: Roboto-Light;
    src: url('roboto/Roboto-Light.ttf');
}
body{
	font-family: 'Roboto-Regular';
	/* font-family: 'Roboto', sans-serif; */
	overflow-x: hidden;
	line-height: 1.6em;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Roboto-Medium';
}
p{
	text-align: justify;
}
body::-webkit-scrollbar {
    width: 1em;
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
hr{
	border-top-color: #ccc !important;
}
a,
a:visited,
a:focus,
a:active,
a:link{
	color: #1e3250;
}
a:hover{
	color: #1e3250;
}
/*ID*/
#navBar{
	/* min-height: 78px; */
	border-bottom: 0px;
	background-color: #fff;
}
.navbar-nav > li > a.active{
	color: #1e3250 !important;
	font-weight: bold;
}
.navbar-nav > li > a.active:hover{
	color: #fff !important;
}
#navBar ul.navbar-nav{
	margin: 0px 5px;
}
#navBar>.container>#navList>ul.navbar-nav>li>a{
	padding-top: 36px;
	padding-bottom: 36px;
	color: #000;
}
#navBar>.container>#navList>ul.navbar-nav>li>a:hover{
	color: #fff;
}
#navBar a{
	padding-top: 20px;
	padding-bottom: 20px;
	color: #000;
}
#navBar a:hover {
	color: #fff;
	background-color: #1e3250;
}
#main{
	padding-top: 92px;
}
#subNav{
	min-height: 4px;
	/* background: linear-gradient(to right, #165073 , #17979d); */
	background-color: #1e3250;
}
#navLogo{
	height: 91px;
	width: 243px;
	background-image: url('./../images/header-logo.png');
	background-repeat: no-repeat;
	background-size: 243px 75px;
	background-position: 0 8px;
}
a#navLogo:hover{
	background-color: #fff;
}
#activityCalendarSlider{
	padding-top: 16px;
	padding-bottom: 32px;
	padding-left: 15px;
	padding-right: 30px;
}
#activityCalendarSlider .slick-prev{
	left: 0px;
}
#activityCalendarSlider .slick-next{
	right: 0px;
}
#activityCalendarSlider .slick-prev::before,
#activityCalendarSlider .slick-next::before{
	/*color: #165073;*/
	content: none;
}
#activityCalendarSlider .slick-prev{
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right:10px solid #165073;
}
#activityCalendarSlider .slick-next{
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left:10px solid #165073;
}
#backToTopDiv{
	background-color: #345078;
	padding: 8px 0px;
	z-index: 2;
	position: relative;
}
#footerBodySection{
	background-color: #1e3250;
	min-height: 113px;
	position: relative;
}
#footerBottomSection{
	background-color: #1e3250;
	position: relative;
}
#footerBodySection #sectionTwo ul{
	padding: 0px;
	list-style: none;
}
#footerBodySection #sectionTwo ul>li{
	padding: 8px 0px;
}
#footerBodySection #sectionTwo ul>li>a,
#footerBodySection #sectionTwo a{
	color: #d5d5d5;
}
#footerBodySection #sectionTwo ul>li>a:hover,
#footerBodySection #sectionTwo a:hover{
	text-decoration: none;
	color: #fff;
}
#footerBodySection>.container,
#footerBottomSection>.container{
	padding: 32px 0px;
}
#footerBodySection>.container>.row>div{
	min-height: 270px;
	padding: 0px 32px;
	font-size: 12px;
}
#footerContainerDiv h1,
#footerContainerDiv h2,
#footerContainerDiv h3,
#footerContainerDiv h4
{
	color: #fff;
}
#footerBodySection p{
	color: #d5d5d5;
	text-align: justify;
}
#footerBodySection>.container>.row>div:not(:last-of-type),
#footerBottomSection>.container>.row>div:not(:last-of-type){
	border-right: 1px solid #fff;
}
#socialMediaList{
	padding: 0px;
	list-style: none;
}
#socialMediaList>li{
	padding: 8px 16px;
	float: left;
}
#socialMediaList>li>a{
	color: #d5d5d5;
}
#socialMediaList>li>a:hover{
	text-decoration: none;
	color: #fff;
}
#principleMemDiv .row>div{
	padding: 0px 32px;
}
#footerLogoDiv{
	padding: 0px 32px;
}
#footerLogoDiv img,
#principleMemDiv img{
	width: 100%;
	height: auto;
}
#myCarousel .item,
#hero .item{
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/*  */
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
#myCarousel{
	background-color: #000;
}
#myCarousel .carousel-caption{
	left: 0%;
	right: 0%;
	text-align: left;
	top: 50%;
	transform: translateY(-50%);
	bottom: initial;
}
#myCarousel .carousel-caption::after,
#myCarousel .carousel-caption::before{
	content: " ";
	display: table;
	clear: both;
}
#myCarousel .carousel-caption>h1{
	letter-spacing: 0px;
	text-shadow: none;
	font-family: 'Roboto-Black';
	line-height: 1.3em;
	border-bottom: none;
	font-weight: normal !important;
	margin: 0;
}
#myCarousel .carousel-header{
	position: relative;
	bottom: 30px;
}
#myCarousel .carousel-header>.container>h1{
	color: white;
	font-weight: bold;
	letter-spacing: -1px;
}
#myCarousel a.read-more{
	/* bottom: 0; */
	margin-top: 1em;
}
.carousel-overlay{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    background-color: #000;
}
a.read-more{
	color: #fff;
    border: 2px solid;
    padding: 16px 24px;
    text-shadow: none;
    font-size: 24px;
    font-weight: bolder;
    font-family: 'Roboto-Medium';
}
a.read-more:hover{
	text-decoration: none;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	box-shadow: 0 1px 2px rgba(0,0,0,.6);
}
a.black-link{
	background-color: #000;
	color: #fff;
	padding: 16px 8%;
	font-size: 18px;
}
.fixed{

}
#myCarousel .carousel-indicators>li{
	background-color: #fff;
	margin-right: 6px;
}
#myCarousel .carousel-indicators>li:not(.active){
	opacity: 0.4;
}
#navBtn{
	background-color: #1e3250;
	margin-top: 30px;
}
#navBtn span{
	background-color: #fff;
}
#missionVisionDiv,
#subSectionDiv{
	background-color: #1e3250;
	color: #fff;
}
#aboutUsDiv h1,
#aboutUsDiv h2,
#aboutUsDiv h3,
#aboutUsDiv h4,
.page-article-title,
.article h1,
.article h2,
.article h3,
.article h4{
	padding-bottom: 9px;
	margin: 40px 0 20px;
}
#aboutUsDiv p,
#ourPeopleDiv p,
.article p{
	margin: 0 0 36px;
	text-align: justify;
}
#ourPeopleDiv>div,
#ourPeopleProfileDiv>div{
	/* padding-left: 5%;
	padding-right: 5%; */
}
#missionVisionDiv h1,
#subSectionDiv h1{
	color: white;
	text-align: center;
}
#missionVisionDiv p,
#subSectionDiv p{
	color: white;
	text-align: center;
}
.triangle-right:after {
    content:'';
    position: absolute;
    top: 40%;
    left: 100%;
    width: 0;
    height: 0;
	z-index: 1;
    border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #fff;
}
#triangle{
	width: 0;
    height: 0;
	z-index: 1;
    border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 30px solid #1e3250;
}
#triangleDown{
	width: 0;
    height: 0;
	z-index: 1;
    border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #fff;
}
#ourPeopleDiv{
	padding: 4% 0;
}
ul.ui-menu{
    width: 1px;
}
#ourPeopleProfileDiv{
	background-color: #1e3250;
	padding: 6% 9%;
}
#ourPeopleProfileDiv>div{
	padding-bottom: 16px;
}
#committeeDiv{
	padding: 6% 0;
}
#secretariatCarousel .carousel-indicators{
	/* background: linear-gradient(to right, rgba(22, 80, 115, 0.7), rgba(23, 151, 157, 0.7)); */
	background: linear-gradient(to right,#1e3250, rgb(25 119 173 / 85%));
	padding-top: 10px;
	padding-left: 16px;
	padding-right: 16px;
	/* width: 448px; */
	width: 440px;
	left: 37%;
	top: 0%;
	text-align: left;
	bottom: 0px;
	height: 72px;
	overflow: hidden;
}
#secretariatCarousel .carousel-indicators li{
	/* width: 64px; */
	/* height: 64px; */
	width: 48px;
	height: 48px;
	/* padding: 0px 8px; */
	text-indent: 0px;
	border-radius: 0px;
	border: none;
	background-color: transparent;
	opacity: 0.7;
    transition: all .35s ease-in-out;
    margin: 0px 10px;
}
#secretariatCarousel .carousel-indicators li.active{
	opacity: 1;
}
#secretariatCarousel .carousel-indicators li>img{
	width: 48px;
	height: 48px;
	border-radius: 50%;
}
#secretariatCarousel .carousel-captions{
	/* background: linear-gradient(to right, rgba(22, 80, 115, 0.7), rgba(23, 151, 157, 0.7)); */
	background: linear-gradient(to right,#1e3250, rgb(25 119 173 / 85%));
	position: absolute;
	z-index: 16;
	padding-left: 16px;
	padding-right: 16px;
	/* width: 448px; */
	width: 440px;
	left: 7%;
	top: 72px;
	text-align: left;
	bottom: 0px;
	/* height: 88%; */
	overflow-y: auto;
}
#secretariatCarousel .carousel-caption{
	left: 24px;
	right: 24px;
	/* top: 20px; */
	padding: 0px;
	text-align: left;
	text-shadow: none;
	position: unset;
}
#secretariatCarousel h3,
#secretariatCarousel h4{
	margin-bottom: 16px;
}
#secretariatCarousel h4,
#secretariatCarousel h5{
	font-family: 'Roboto-Regular';
	font-weight: normal;
}
#secretariatCarousel h4.leading{
	margin-bottom: -4px;
}
#secretariatCarousel .item{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}
#sdgDiv{
	padding-bottom: 7%;
}
#bigBanner,
.big-banner{
	height:calc(100vh - 50px);
	/* background-image: url('http://via.placeholder.com/1280x720'); */
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
#aboutSDGDiv{
}
#aboutSDGDiv>.row>.col-flex{
	padding-left: 4px;
	padding-right: 4px;
}
#aboutSDGDiv .box{
	margin-top: 8px;
	background-color: #165073;
	color: #fff;
	/* padding: 32px 43px; */
	padding: 32px;
	background-size: cover;
	background-position: center;
	height: 288px;
}
#aboutSDGDiv h4{
	margin-top: 0px;
	height: 44px;
	/* text-align: center; */
	text-align: left;
	margin-bottom: 24.5px;
	/* margin-bottom: 49px; */
	font-size: 22px;
	/* font-weight: bold; */
}
#aboutSDGDiv p{
	min-height: 100px;
	/* overflow-x: auto; */
	/* overflow: hidden; */
	/* margin-bottom: 66px; */
	margin-bottom: 20px;
	/* text-align: center; */
	text-align: left;
	font-size: 1.2em;
}
#aboutSDGDiv a{
	/* position: absolute; */
	/* bottom: 0px; */
	text-align: center;
	/* margin: 0px; */
	padding: 11px 32px;
	color: #e6e6e6;
	background-color: rgba(0, 0, 0, 0.4);
    transition: all .35s ease-in-out;
    font-family: 'Roboto-Regular';
    font-weight: bold;
    font-size: 1.1em;
}
#aboutSDGDiv a:hover{
	color: #fff;
	background-color: rgba(0, 0, 0, 1);
	text-decoration: none;
}
#reportListDiv{
	background-color: #fff;
}
#reportDescriptionDiv{
	/* background-color: #ddd; */
	height: 100%;
	padding-bottom: 20px;
}
div#reportList {
    /*overflow-x: hidden;*/
    white-space: nowrap;
    margin-right: 2px;
    /*overflow-y: auto;*/
    /*max-height: 732px;*/
}
.show-all-button{
	cursor: pointer;
    font-size:16px !important;
    color:#333 !important;
}
div#reportList a {
    display: inline-block;
    color: #000;
    text-decoration: none;
    width: 128px;
    height: 355px;
    font-size: 11px;
    white-space: normal;
    vertical-align: top;
    overflow-y: hidden;
    margin-right: 15px;
    margin-bottom: 15px;
}
div#reportList a:hover>div:nth-of-type(1){box-shadow: 0 0 5px 2px #282a2d;
}
div#reportList a>div:nth-of-type(1){
	margin-bottom: 16px;
}
div#reportList a>div:nth-of-type(2){
	/* margin-bottom: 4px; */
	height: 28px;
	overflow-y: hidden;
	line-height: 1.2em;
	font-family: 'Roboto-Medium';
}
div#reportList a>div:nth-of-type(3){
	/* margin-bottom: 4px; */
}
div#reportList a>div:nth-of-type(4){
	/* margin-bottom: 4px; */
}
.report-cover{
	width: 128px;
	height: 204px;
	background-color: #ccc;
	overflow-x: hidden;
	overflow-y: hidden;
}
#reportList > a.active::after {
	content: "";
	display: inline-block;
	height: 8px;
	width: 100%;
	/* background: linear-gradient(to right, #165073 , #17979d); */
	background: linear-gradient(to right, #1e3250, #2d70b5b8);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
#reportTitle{
	margin-bottom: 2px;
}
#reportAuthor{
	margin-bottom: 10px;
}
#reportYear{
	font-size: 16px;
	margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 1286px){
	#shareDiv a{
		width: 100% !important;
	}
	.shareRow{
		padding-bottom: 0px !important;
	}
	.shareRow a{
		margin-right: 0px !important;
		margin-left: 0px !important;
		margin-bottom: 8px;
	}
	.col-social{
		width: 100% !important;
		margin-bottom: 8px;
	}
	.row-social-separator{
		display: none;
	}
}
.row-social-separator{
	height: 10px;
	clear: both;
}
#shareDiv a{
    display: table;
    padding: 4px 8px;
    text-decoration: none;
    color: #fff;
	width: calc(50% - 4px);
	float: left;
	opacity: 0.9;
}
.col-social a{
    padding: 4px 8px;
    text-decoration: none;
    color: #fff;
	opacity: 0.9;
	width: 100%;
	height: 34px;
	display: block;
}
.col-social a>.share-icon{
	float: left;
}
.col-social a>.share-text{
	padding: 2px 8px;
}
#shareDiv a:hover{
	opacity: 1;
}
.shareRow a:first-of-type{
	margin-right: 4px;
}
.shareRow a:last-of-type{
	margin-left: 4px;
}
.shareRow{
	padding-bottom: 8px;
}
.shareRow::before,
.shareRow::after{
	display: table;
	content: " ";
}
.shareRow::after{
	clear: both;
}
.share-icon{
	width: 32px;
	height: 24px;
	text-align: center;
	display: inline-block;
	border-right: 1px solid #fff;
	padding-right: 8px;
}
.share-icon i{
	font-size: x-large;
}
.share-text{
	display: table-cell;
	padding: 0px 8px;
	font-weight: bold;
	vertical-align: middle;
	width: 100%;
}
.facebook-bg{
	background-color: #2e5a9b;
}
.copylink-bg{
	background-color: #bbbbbb;
}
.linkedin-bg{
	background-color: #007ab8;
}
.download-bg{
	background-color: #17979d;
}
/* END OF ID */
/*CLASS*/
.page-header{
	border-bottom-color: #ccc !important;
}
.rowDiv:before,
.rowDiv:after{
  display: table;
  content: " ";
}
.rowDiv::after{
  clear: both;
}
.navbar{
	border-radius: 0px !important;
}
.whitespace{
	clear: both;
}
ul.no-style{
	list-style: none;
}
.no-padding{
	padding: 0px !important;
}
.padded-content p{
	padding-left: 11%;
	padding-right: 11%;
}
.padded{
	padding: 8px 0px;
}
.padded-md{
	padding: 16px 16px;
}
.padded-sm{
	padding: 16px 8px;
}
h1.padded-center{
	padding-left: 14%;
	padding-right: 14%;
	text-align: center;
}
.input-group .form-control{
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.input-group-btn:last-child>.btn{
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.input-group-btn:first-child>.btn{
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.dropdown:hover>.dropdown-menu{
	display: block;
}
.dropdown-menu a:hover{
	background-color: transparent !important;
	color: #12556c !important;
	font-weight: bold;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}
.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}
.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;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

.navbar-nav > li > .dropdown-menu{
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.dropdown-submenu > ul.dropdown-menu{
	border-radius: 0px;
}

a.link-white{
	color: #fff;
	background-color: transparent;
}
a.link-white:hover{
	color: #fff;
}
.link-block{
	width: 100%;
	text-align: center;
}
.no-hover:hover{
	text-decoration: none;
}
.img-center{
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.margin-top{
	margin-top: 16px;
}
.slick-slide>.media-left{
	padding-right: 8px;
	padding-left: 8px;
}
.slick-slide>.media-left>img{
	height: 90px;
	width: auto;
}
.slick-slide>.media-body{
	padding-top: 5px;
}
.slick-slide>.media-body>.date,
.slick-slide>.media-body>.title{
	display: block;
	font-size: 12px;
	font-weight: bold;
}
.slick-slide>.media-body>.date{
	color: #888;
}
.slick-slide>.media-body>.title{
	line-height: 1.2em;
}
.gradient-blue{
	/* background: linear-gradient(to right, #165073 , #17979d); */
	background-color: #1e3250;
	padding: 10px 0px;
}
.page-header-nav{
	list-style: none;
	margin: 0px auto;
}
.page-header-nav>li{
	display: inline;
}
.page-header-nav>li>a{
	display: inline-block;
	color: #fff !important;
	padding: 0px 16px !important;
}
.page-header-nav>li>a.active{
	font-weight: bold;
}
.page-header-nav>li>a:hover{
	text-decoration: none;
	font-weight: bold;
	background-color: transparent !important;

}
.banner{
	position: relative;
    background-color: #000;
}
.banner>.banner-header{
    position: absolute;
    bottom: 8px;
    width: 100%;
    z-index: 3;
}
.banner h1{
	color: #fff;
	border-bottom: none;
	font-weight: bold;
	letter-spacing: -1px;
}
.banner-caption{
	position: absolute;
	top: 94px;
}
.no-border{
	border: 0px !important;
}
.committee-avatar{
	height: 128px;
	width: 128px;
	border-radius: 50%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	margin: 0 auto;
}
.committee{
	padding: 8px 16px;
}
.committee h5{
	text-align: center;
}
.committee-position{
	color: #12556c;
	margin-bottom: 4px;
}
.committee-company{
	font-weight: 100;
}
.committee-name,
.committee-sub-position{
	margin-top: 4px;
	margin-bottom: 4px;
}
.committee-company{
	margin-top: 4px;
}
.profileDiv{
	position: relative;
	height: 360px;
	background-size: cover;
	background-position: center;
}
.profileDiv h4{
	position: absolute;
	bottom: 0px;
	text-align: center;
	margin: 0px;
	width: 100%;
	padding: 16px 0px;
	color: #e6e6e6;
	background-color: rgba(0, 0, 0, 0.7);
    transition: all .35s ease-in-out;
}
.profileDiv h4:hover{
	padding: 32px 0px;
	color: #fff;
	background-color: rgba(0, 0, 0, 1);
}
.col-sdg{
	position: relative;
	float: left;
}
.col-sdg:hover>img{
	/* transform: scale(1.7,1.7);
	transition: .3s transform; */
	cursor: pointer;
}
.col-sdg>img{
	display: block;
	width: 200px;
	/* transition: .1s transform;
	transform: translateZ(0); */
}
.col-sdg>img:hover{
	/* z-index: 1; */
}
.regular{
	font-family: 'Roboto-Regular';
	font-weight: normal !important;
}
.medium{
	font-family: 'Roboto-Medium';
}
.black{
	font-family: 'Roboto-Black';
}
.thin{
	font-family: 'Roboto-Thin';
}
.light{
	font-family: 'Roboto-Light';
}
.whiteline-sm-3{
	height: 3px;
}
.whiteline-sm{
	height: 10px;
}
.whiteline{
	height: 20px;
}
.whiteline-2x{
	height: 40px;
}
.ui-tooltip{
	background-color: #000 !important;
	color: #fff !important;
	font-size: 10px !important;
	border: 0px !important;
	border-radius: 0px !important;
}
.bg-white{
	background-color: #fff;
}
.bg-blue{
	background-color: #165073;
	color: #fff;
}
.bg-blue1{
	background-color: #1e3250;
	color: #fff;
}
.bg-blue2{
	background-color: #4C6B8B;
	color: #fff;
}
.bg-blue3{
	background-color: #699CC6;
	color: #fff;
}
.bg-blue4{
	background-color: #AECFE6;
}
.bg-sky-blue{
	background-color: #52C6D8;
	color: #fff;
}
.bg-light-blue{
	background-color: #315978;
	color: #fff;
}
.bg-light-black{
	background-color: #333;
	color: #fff;
}
.bg-dark-gray{
	background-color: #4d4d4d;
	color: #fff;
}
.bg-light-gray{
	background-color: #e0e0e0;
}
.bg-gray{
	background-color: #d4d4d4;
}
.bg-teal{
	background-color: #16969d;
	color: #fff;
}
.bg-light-teal{
	background-color: #2da0a6;
	color: #fff;
}
.bg-dark-teal{
	background-color: #12546c;
	color: #fff;
}
.bg-black{
	background-color: #333;
	color: #fff;
}
.bg-gold{
	background-color: #fac02e;
	color: #fff;
}
.bg-dark-gold{
	background-color: #F7931E;
	color: #fff;
}
.bg-red{
	background-color: #c21d31;
	color: #fff;
}
.bg-green{
	background-color: #688442;
	color: #fff;
}
.bg-orange{
	background-color: #f86733;
	color: #fff;
}
.text-bold{
	font-weight: bold;
}
.text-blue{
	color: #165073;
}
.text-blue1{
	color: #1e3250;
}
.text-blue2{
	color: #4C6B8B;
}
.text-blue3{
	color: #699CC6;
}
.text-blue4{
	color: #AECFE6;
}
.text-light-blue{
	color: #315978;
}
.text-light-gray{
	color: #e0e0e0;
}
.text-gray{
	color: #d4d4d4;
}
.text-teal{
	color: #16969d;
}
.text-corporate-blue{
	color: #1e3250;
}
.text-dark-teal{
	color: #12546c;
}
.text-light-teal{
	color: #2da0a6;
}
.text-black{
	color: #333;
}
.text-dark-gray{
	color: #4d4d4d;
}
.text-white{
	color: #fff;
}
.text-light-gray{
	color: #d5d5d5;
}
.text-gold{
	color: #fac02e;
}
.text-red{
	color: #c21d31;
}
.text-orange{
	color: #f86733;
}

.border-blue{
	border-color: #165073 !important;
}
.border-teal{
	border-color: #16969d !important;
}
.bottombar{
	border-bottom: 6px solid #ccc
}
.event-flex{
	display: flex;
}
.event-box{
	height: 208px;
	flex: 1;
	float: left;
}
.event-box p{
	margin: 119px 12px 0px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}
.custom>.ui-selectmenu-button.ui-button,
.custom>.ui-selectmenu-button.ui-button:hover,
.custom>.ui-selectmenu-button.ui-button:active,
.custom>.ui-selectmenu-button.ui-button:focus,
.custom>.ui-selectmenu-button.ui-button:visited{
	font-weight: bold;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-radius: 0px;
	background-color: #fff;
	width: 187px;
	height: 72px;
	color: #333;
	padding-left: 8px;
	padding-right: 8px;
}
.custom .ui-button .ui-icon,
.custom .ui-button:hover .ui-icon,
.custom .ui-button:active .ui-icon,
.custom .ui-button:focus .ui-icon,
.custom .ui-button:visited .ui-icon{
	width: 45px;
	height: 37px;
	background-image: url('../images/chevron-down.png');
	background-position: 0px 0px;
}
.divTable{
	padding-left: 15px;
	padding-right: 15px;
}
.divTableHead{
	padding: 20px 3%;
	font-size: 16px;
	font-weight: 800;
	color: #fff;
}
.divTable .row{
	display: flex;
}
/* .divTable .row .col:not(.divTableHead):not(.no-border){
	padding: 10px 3%;
	border: 1px solid #ddd !important;
} */
.divTable .row .col.col-fluid:not(.divTableHead):not(.no-border){
	padding: 10px 1%;
	border: 1px solid #ddd !important;
}
.table-pricing{
	border-collapse: separate;
    border-spacing: 10px 2px;
}
tr.table-pricing-row>td{
	text-align: center;
	padding: 8px 19px !important;
	font-size: 16px;
}
.table-pricing>tbody>tr>td{
	border-top: 0px;
	vertical-align: middle;
}
.table-pricing td{
	padding: 8px 0px;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	font-family: 'Roboto-Medium';
	word-wrap: break-word;
}
.color-fading td{
	color: #fff;
}
.bg-blue-tint-10{
	background-color: #21597a;
	color: #fff;
}
.bg-blue-tint-20{
	background-color: #2d6281;
	color: #fff;
}
.bg-blue-tint-30{
	background-color: #386a88;
	color: #fff;
}
.bg-blue-tint-40{
	background-color: #44738f;
	color: #fff;
}
.bg-blue-tint-50{
	background-color: #4d7a94;
	color: #fff;
}
.bg-red-tint-10{
	background-color: #c5293c;
	color: #fff;
}
.bg-red-tint-20{
	background-color: #c93446;
	color: #fff;
}
.bg-red-tint-30{
	background-color: #cb3f50;
	color: #fff;
}
.bg-red-tint-40{
	background-color: #cd4959;
	color: #fff;
}
.bg-red-tint-50{
	background-color: #cf5464;
	color: #fff;
}
.bg-orange-tint-10{
	background-color: #f96f3d;
	color: #fff;
}
.bg-orange-tint-20{
	background-color: #f97748;
	color: #fff;
}
.bg-orange-tint-30{
	background-color: #f97e51;
	color: #fff;
}
.bg-orange-tint-40{
	background-color: #f9855c;
	color: #fff;
}
.bg-orange-tint-50{
	background-color: #f88c65;
	color: #fff;
}
.shadow{
	box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19);
}
.shadow-top{
	box-shadow: 0 -5px 5px -5px rgba(0,0,0,0.2);
}
.shadow-right{
	box-shadow: 5px 0 5px -5px rgba(0,0,0,0.2);
}
.shadow-bottom{
	box-shadow: 0 5px 5px -5px rgba(0,0,0,0.2);
}
.shadow-left{
	box-shadow: -5px 0 5px -5px rgba(0,0,0,0.2);
}
.shadow-all{
	box-shadow: 0 0 5px  rgba(0,0,0,0.2);
}

.btn-blue {
  color: #fff;
  background-color: #1e3250;
  border: 1px solid #1e3250;
  border-radius: 0px;
}
.btn-blue:focus,
.btn-blue.focus {
  color: #fff;
  background-color: #18577d;
  border-color: #18577d;
}
.btn-blue:hover {
  color: #fff;
  background-color: #18577d;
  border-color: #204d74;
}
.btn-blue:active,
.btn-blue.active,
.open > .dropdown-toggle.btn-blue {
  color: #fff;
  background-color: #18577d;
  border-color: #204d74;
}
.btn-blue:active:hover,
.btn-blue.active:hover,
.open > .dropdown-toggle.btn-blue:hover,
.btn-blue:active:focus,
.btn-blue.active:focus,
.open > .dropdown-toggle.btn-blue:focus,
.btn-blue:active.focus,
.btn-blue.active.focus,
.open > .dropdown-toggle.btn-blue.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #18577d;
}
.btn-blue:active,
.btn-blue.active,
.open > .dropdown-toggle.btn-blue {
  background-image: none;
}
.btn-blue.disabled:hover,
.btn-blue[disabled]:hover,
fieldset[disabled] .btn-blue:hover,
.btn-blue.disabled:focus,
.btn-blue[disabled]:focus,
fieldset[disabled] .btn-blue:focus,
.btn-blue.disabled.focus,
.btn-blue[disabled].focus,
fieldset[disabled] .btn-blue.focus {
  background-color: #18577d;
  border-color: #18577d;
}
.btn-blue .badge {
  color: #18577d;
  background-color: #fff;
}
.bottom-right-sticky{
	position: fixed;
	bottom: 0;
	right: 0;
}
/*#joinUsNow:not(.bottom-right-sticky){
	position: absolute;
	right: 0;
	display: inline-block;
	float: right;
	margin-top: -54px;
}*/
#byUNGCHeader.sticky{
	position: fixed;
	/* top: 100px; */
	z-index: 1;
	width: 100%;
	left: 0;
	right: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width:768px){
	#byUNGCHeader.sticky{
		width: 750px;
	}
}
@media (min-width:992px){
	#byUNGCHeader.sticky{
		width: 970px;
	}
}
@media (min-width:1200px){
	#byUNGCHeader.sticky{
		width: 1170px;
	}
}
#byGCNSHeader.sticky{
	position: fixed;
	/* top: 100px; */
	z-index: 1;
	width: 100%;
	left: 0;
	right: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	background-color: transparent!important;
}
@media (min-width:768px){
	#byGCNSHeader.sticky{
		width: 750px;
	}
}
@media (min-width:992px){
	#byGCNSHeader.sticky{
		width: 970px;
	}
}
@media (min-width:1200px){
	#byGCNSHeader.sticky{
		width: 1170px;
	}
}
.vertical-alignment-helper{
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none;
}
.vertical-align-center{
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.gcns-modal .modal-content{
	margin-left: auto;
	margin-right: auto;
	border-radius: 0px;
	border: 0px;
	background-image: url('../images/gradient-bg.png');
	background-position: center;
	background-size: cover;
	background-repeat: repeat-x;
}
.gcns-modal .modal-header{
	border-bottom: 0px;
}
.gcns-modal .modal-header .close,
.gcns-alert .close{
	width: 25px;
	height: 25px;
	cursor: pointer;
	background-image: url('../images/cancel.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 1;
}
.gcns-modal h4{
	color: #fff;
	font-size: 24px;
}
.gcns-modal p,
.gcns-modal label{
	color: #fff;
}
.gcns-modal .modal-body{
	padding: 0px 72px 53px;
}

.gcns-modal a{
	color: #fff;
}
.flat-form label{
	font-weight: normal;
}
.flat-form .form-control{
	border-radius: 0px;
}
#passwordDiv{
	margin-bottom: 60px;
}
#signInButton{
	width: 189px;
}
.flat-form .btn-gcns{
	border-color: #1e3250;
	border-radius: 0px;
	font-weight: normal;
}
.flat-form .input-group-addon{
	border-radius: 0px;
	background-color: #fff;
	border: 0px;
	color: #1e3250;
}
.membersPortalHeading{
	text-align: center;
	font-family: 'Roboto-Regular';
	font-weight: normal !important;
}
.gcns-progress{
	border-radius: 0px;
	background-color: #dddddd;
	height: 10px;
}
.gcns-progress .progress-bar{
	/* background: linear-gradient(to right, #165073 , #17979d); */
	background: linear-gradient(to right, #165073 , #1e3250);
}
.warning-icon-sm{
	display: inline-block;
	width: 18px;
	height: 17px;
	background-image: url('../images/warning-icon-sm.png');
	margin-top: 0px;
	background-position: 0px 1px;
	background-repeat: no-repeat;
}
.activity{
	background-color: #fff;
}
.activity-header{
	padding: 21px 28px;
	border-bottom: 1px solid #ddd;
}
.activity-body{
	padding: 0px 28px 21px;
}
.activity-body.fluid{
	margin-left: -28px;
	margin-right: -28px;
}
ul.activity-list{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.activity-list>li{
	/* padding: 8px 16px; */
	border-bottom: 1px solid #ddd;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 8px 0px;
}
ul.activity-list>li.media{
	height: 63px;
	vertical-align: middle;
	display: table;
}
ul.activity-list>li.media>.media-right,
ul.activity-list>li.media>.media-left,
ul.activity-list>li.media>.media-extra,
ul.activity-list>li.media>.media-body{
	vertical-align: middle;
}
ul.activity-list.activity-list-fluid>li.media>.media-left{
	width: 10%;
}
ul.activity-list.activity-list-fluid>li.media>.media-body{
	width: 60%;
}
ul.activity-list.activity-list-fluid>li.media>.media-right{
	width: 15%;
}
ul.activity-list.activity-list-fluid>li.media>.media-right>a{
	width: 100%;
	text-align: center;
}
ul.activity-list.activity-list-fluid>li.media>.media-extra{
	width: 15%;
}
ul.activity-list>li.media .small{
	/* font-size: 8px; */
	color: #4d4d4d;
}
ul.activity-list>li.media .activity-title{
	/* max-height: 39px; */
	font-weight: bold;
}
.media.event .date-icon{
	border-color: #EC3740 !important;
}
.media.training .date-icon{
	border-color: #297D6D !important;
}
.media.gold .date-icon{
	border-color: #CCB146 !important;
}
.media.youth .date-icon{
	border-color: #6E417A !important;
}
ul.activity-list>li.media .date-icon{
	display: table-cell;
	vertical-align: top;
	/* float: left; */
	width: 54px;
	vertical-align: middle;
	padding-left: 9px;
	padding-right: 9px;
	border-left: 4px solid #ddd;
}
ul.activity-list>li.media .date-icon>.date{
	font-weight: bold;
	font-size: 21px;
	text-align: right;
}
ul.activity-list>li.media .date-icon>.month{
	font-weight: bold;
	text-align: right;
}

ul.activity-list-big{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.activity-list-big>li{
	border-bottom: 1px solid #ddd;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px 0px;
}
ul.activity-list-big>li.media{
	height: 77px;
	vertical-align: middle;
}
ul.activity-list-big>li.media>.media-right,
ul.activity-list-big>li.media>.media-left,
ul.activity-list-big>li.media>.media-extra,
ul.activity-list-big>li.media>.media-body{
	vertical-align: middle;
	float: left;
	display: inline-block;
	height: 100%;
}
ul.activity-list-big>li.media>.media-left{
	width: 78px !important;
}
ul.activity-list-big>li.media>.media-body{
	width: 70%;
}
ul.activity-list-big>li.media>.media-right{
	width: 5%;
	float: right !important;
	text-align: right;
	padding-top: 13px;
	padding-bottom: 8px;
}
ul.activity-list-big>li.media>.media-right>a{
	width: 100%;
	text-align: center;
}
ul.activity-list-big>li.media>.media-extra{
	width: 15%;
	float: right !important;
	padding-top: 10px;
	padding-bottom: 10px;
}
ul.activity-list-big>li.media .small{
	font-size: 14px;
	color: #4d4d4d;
	margin-top: 8px;
}
ul.activity-list-big>li.media .activity-title{
	/* max-height: 39px; */
	font-weight: bold;
	font-size: 18px;
}
ul.activity-list-big>li.media .date-icon{
	display: table-cell;
	vertical-align: top;
	width: 54px;
	vertical-align: middle;
	padding-left: 9px;
	padding-right: 9px;
	border-left: 4px solid #ddd;
	height: 68px;
}
ul.activity-list-big>li.media .date-icon>.date{
	font-weight: bold;
	font-family: 'Roboto-Medium';
	font-size: 34px;
	text-align: right;
	margin-top: 3px;
}
ul.activity-list-big>li.media .date-icon>.month{
	font-weight: bold;
	font-family: 'Roboto-Medium';
	text-align: right;
	font-size: 18px;
	/* margin-top: -14px; */
	padding-bottom: -14px;
}
ul.activity-list-big.past li.media div.media-left div.date-icon div.date,
ul.activity-list-big.past li.media div.media-left div.date-icon div.month,
ul.activity-list-big.past li.media div.media-body div.small,
ul.activity-list-big.past li.media div.media-body div.activity-title{
	color: #888888 !important;
}
ul.activity-list-big.past li.media.event .date-icon,
ul.activity-list-big.past li.media.training .date-icon,
ul.activity-list-big.past li.media.gold .date-icon,
ul.activity-list-big.past li.media.youth .date-icon{
	border-color: #888888 !important;
}
.gcns-alert{
	/* background: linear-gradient(to right, #165073 , #17979d); */
	background: linear-gradient(to right, #165073 , #1e3250);
	border-radius: 0px;
	color: #fff;
	padding-bottom: 42px;
	border: 0px;
}
.alert-close-container{
	height: 25px;
	margin-bottom: 14px;
}
.alert-body{
	padding-left: 6%;
	padding-right: 6%;
}
.media-img{
	/* width: 64px; */
	/* height: 64px; */
	width: 48px;
	height: 48px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 48px 48px;
}
.media-extra{
	display: table-cell;
	padding-left: 10px;
}
.img-calendar{
	background-image: url('../images/calendar.png');
}
.img-training{
	background-image: url('../images/training.png');
}
.img-thumbsup{
	background-image: url('../images/thumbsup.png');
	background-size: 75%;
}
.file-thumbnail{
	width: 64px;
	height: 64px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 64px 64px;
}
.inline-block{
	display: inline-block;
	white-space: nowrap;
}
.row>div>.gcns-link{
	display: block;
	text-align: center;
}
.gcns-link{
	display: inline-block;
	padding: 13px;
	background-color: #fff;
	color: #1e3250;
	margin-bottom: 15px;
}
.gcns-link:hover,
.gcns-link:visited,
.gcns-link:focus,
.gcns-link:active,
.gcns-link:link{
	text-decoration: none;
}
.link-red,
.link-red:visited,
.link-red:focus,
.link-red:active,
.link-red:link{
	background-color: #bf1d32;
	color: #fff;
}
.link-teal,
.link-teal:visited,
.link-teal:focus,
.link-teal:active,
.link-teal:link{
	background-color: #16969d;
	color: #fff;
}
.link-corporate-blue, 
.link-corporate-blue:visited, 
.link-corporate-blue:focus, 
.link-corporate-blue:active, 
.link-corporate-blue:link{
	background-color: #1e3250;
	color: #fff;
}
.link-orange,
.link-orange:visited,
.link-orange:focus,
.link-orange:active,
.link-orange:link{
	background-color: #f66733;
	color: #fff;
}
.link-gray,
.link-gray:visited,
.link-gray:focus,
.link-gray:active,
.link-gray:link{
	background-color: #bbbbbb;
	color: #fff;
}
.link-blue,
.link-blue:visited,
.link-blue:focus,
.link-blue:active,
.link-blue:link{
	background-color: #0e6998;
	color: #fff;
}
.link-yellow,
.link-yellow:visited,
.link-yellow:focus,
.link-yellow:active,
.link-yellow:link{
	background-color: #f7bc2f;
	color: #fff;
}
.link-cyan,
.link-cyan:visited,
.link-cyan:focus,
.link-cyan:active,
.link-cyan:link{
	background-color: #32bce0;
	color: #fff;
}
.link-red:hover{
	background-color: #b11b2f;
	color: #fff;
}
.link-teal:hover{
	background-color: #158c92;
	color: #fff;
}
.link-orange:hover{
	background-color: #f14b0f;
	color: #fff;
}
#myPills{
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	display: inline-flex;
	box-shadow: 0 -4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19);
}
#myPills li{
	float: left;
	position: relative;
	display: block;
}
#myPills li>a{
	min-width: 121px;
	font-family: 'Roboto-Medium';
	text-align: center;
	font-size: 18px;
}
.gold-indicator{
	display: inline-block;
	padding: 13px;
	background-color: #CCB146;
	color: #fff;
	width: 121px;
	height: 54px;
	font-family: 'Roboto-Medium';
	text-align: center;
	font-size: 18px;
}
.show-more-btn,
.show-more-btn:visited,
.show-more-btn:focus,
.show-more-btn:active,
.show-more-btn:link,
.show-more-btn:hover{
	font-size: 35px;
	color: #888888;
}
.hide-btn,
.hide-btn:visited,
.hide-btn:focus,
.hide-btn:active,
.hide-btn:link,
.hide-btn:hover{
	font-size: 35px;
	color: #888888;
}
.line{
	width: 88px;
	height: 6px;
	margin: 0px auto;
	background-color: #000;
}
.line.white{
	background-color: #fff;
}
.line.blue{
	background-color: #1e3250;
}
#types-of-membership p{
	margin-top: 20px;
	text-align: center;
}
.popup{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	min-width: 320px;
	padding: 16px;
	margin: 2px 0 0;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	text-align: left;
	background-color: #000;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	opacity: 0.9;
}
.popup-right{
	right: 0;
	left: auto;
}
.popup p{
	margin: 10px 0px;
	text-align: left;
}
.popup-helper{
	position: relative;
	cursor: pointer;
}
.popup-helper:hover>.popup{
	display: block;
}
.testimonial{
	padding: 42px 36px;
	background-color: #fff;
	vertical-align: middle;
	min-height: 334px;
	/* height: 334px; */
	margin-top: 20px;
}
.testimonial::after,
.testimonial::before,
.testimonial-left::after,
.testimonial-left::before,
.testimonial-body::after,
.testimonial-body::before,
.testimonial-right::after,
.testimonial-right::before,
.testimonial-message::after,
.testimonial-message::before,
.testimonial-title::after,
.testimonial-title::before{
	content: "";
	display: table;
	clear: both;
}
.testimonial-left,
.testimonial-body,
.testimonial-right{
	padding: 0.01em 16px;
	float: left;
}
.testimonial-left{
	width: 105px;
}
.testimonial-body{
	width: 50%;
	height: 100%;
	position: relative;
	text-align: left;
}
.testimonial-right{
	width: calc(50% - 105px);
}
.testimonial-icon{
	/* width: 73px; */
	/* height: 54px; */
	width: 36px;
	height: 27px;
	display: inline-block;
	vertical-align: middle;
	background-image: url('../images/testimonial.png');
	background-position: center;
	background-repeat: no-repeat;
	/* background-size: 73px 54px; */
	background-size: 36px 27px;
}
.testimonial-message{
	font-family: 'Roboto-Medium';
}
.testimonial-message p{
	text-align: left;
}
.testimonial-title{
	position: absolute;
	bottom: 0px;
}
.sdg-description{
	position: absolute;
	font-family: 'Roboto-Medium';
	color: #fff;
	text-align: center;
	width: 100%;
	opacity: 0;
	transition: all 1s ease;
	top: 100%;
}
#sdgDiv>.col-sdg{
	overflow: hidden;
}
#sdgDiv>.col-sdg:hover>.sdg-description{
	opacity: 1;
	top: 8%;
}
#sdgDiv>.col-sdg:not(:first-child)>img{
	transition: all 1s ease;
}
#sdgDiv>.col-sdg:not(:first-child)>img:hover{
	opacity: 0;
}
#registerLink{
	padding: 13px 26px;
	font-size: 21px;
	display: inline-block;
}
.upload-attachment-modal .modal-header{
	border-bottom: 0px;
}
.upload-attachment-modal .modal-header,
.upload-attachment-modal .modal-body{
	padding-left: 50px;
	padding-right: 50px;
}
.upload-attachment-modal .modal-header h4{
	font-weight: bold;
}
.upload-attachment-modal .modal-content{
	border-radius: 0px;
	/* width: 880px; */
	height: 552px;
	border: 0px;
}
#my-awesome-dropzone{
	display: inline-block !important;
	width: 300px;
	height: 300px;
	border: 2px dashed #ccc !important;
	text-align: center;
	border-radius: 30px;
	position: relative;
	background-color: #e1e1e1;
}
.file-upload-form-container{
	display: inline-block;
	width: 300px;
}
.file-upload-list-container{
	display: inline-block;
	vertical-align: top;
	margin-left: 50px;
	width: 422px;
}
.file-upload-list{
	max-height: 400px;
	overflow-y: auto;
}
.file-upload-list-item{
	padding: 8px 0px 8px;
}
.file-upload-name{
	font-weight: bold;
	display: inline-block;
	white-space: nowrap;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.file-upload-size{
	display: inline-block;
    overflow: hidden;
}
.file-upload-progressbar{
	height: 10px;
	/* background: linear-gradient(to right, #165073 , #17979d); */
	background: linear-gradient(to right, #1e3250, #165073);
	border-radius: 5px;
}
.file-upload-progress{
	height: 10px;
	border-radius: 5px;
	margin-top: 8px;
}
.file-upload-status{

}
.file-success-mark,
.file-remove-mark{
	float: right;
	display: inline-block;
	cursor: pointer;
    overflow: hidden;
}
.file-success-mark{
	color: #16969d;
}
.pagination>li>a{
	color: #000;
	background: transparent !important;
	border-color: transparent !important;
	border-radius: 0px !important;
}
.pagination>li>a:hover,
.pagination>li.active>a:hover{
	color: #fff !important;
	background: #165073 !important;
	border-color: #165073 !important;
	font-weight: bold !important;
	border-radius: 0px !important;
}
.pagination>li.active>a{
	color: #165073 !important;
	background: transparent !important;
	border-color: transparent !important;
	font-weight: bold !important;
	border-radius: 0px !important;
}
.pagination>li>a>i{
	color: #888;
}
.pagination>li>a:hover>i{
	color: #fff;
}
#requestContactBadge{
	background-color: #c21d31;
	position: relative;
	margin-top: -18px;
	margin-left: -8px;
}
#reportDiv{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	flex-wrap: wrap;
}
#reportDiv > [class*='col-'] {
	display: flex;
	flex-direction: column;
}
.search-result-list{
	list-style: none;
	padding: 0;
}
.search-result-list li{
	padding: 10px 0px;
	border-bottom: 1px solid #ccc;
}
.search-result-list h3{
	margin-top: 10px;
}
.search-result-list img.media-object{
	width: 128px;
}
#activityCalendarListDiv{
	display: none;
}
#activityCalendarListDiv .media-left img{
	height: auto;
	width: 64px;
}
#activityCalendarListDiv .media{
	margin-bottom: 8px;
	padding-top: 8px;
	font-size: 12px;
}
#signUpButtonDiv{
	position: relative;
	left: 0;
	height: 129px;
}
#signUpButton{
	width: 75%;
	padding: 16px 32px;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: auto;
}
#myTab li{
	cursor: pointer;
}
#inlineShareButtonGroup{
	display: block;
	width: 100%;
}
#inlineShareButtonGroup::after{
	clear: both;
	content: "";
}
#inlineShareButtonGroup a{
    padding: 4px 8px;
	text-decoration: none;
	color: #fff;
	opacity: 0.9;
	height: 34px;
	display: inline-block;
	float: left;
	margin-right: 8px;
}
#inlineShareButtonGroup a>.share-icon{
	float: left;
	display: block;
}
#inlineShareButtonGroup a>.share-text{
	padding: 2px 8px;
	display: table-cell;
	font-weight: bold;
	vertical-align: middle;
	width: 100%;
}
#inlineShareButtonGroup .fb-share-button{
	width: 122px;
}
#inlineShareButtonGroup .fb-share-button>a.facebook-bg{
	width: 122px;
}
#inlineShareButtonGroup a.linkedin-bg{
	width: 122px;
}
#inlineShareButtonGroup a.copylink-bg{
	width: 157px;
}
.banner-background{
	height: calc(100vh - 300px);
	background-size: cover;
	/* background-position-y: -150px; */
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('../images/about-sdg-bg.jpg');
}
.about-sdg-caption{
	padding: 32px;
	margin-top: 94px;
}
#hero .carousel-caption::after,
#hero .carousel-caption::before{
	clear: both;
	content: " ";
	display: table;
}
#hero a{
	float: left;
}
#hero h1{
	font-size: 2.625em;
	/* margin-top: 2em; */
	padding-bottom: 0px !important;
}
#hero h1::after,
.col-flex::after{
	clear: both;
	content: "";
	display: table;
}
#hero h1 span{
	display: block;
	float: left;
	clear: both;
	margin: 0;
	padding: 0.1em 0;
	/* background-color: rgba(30,50,80,0.8); */
	background-blend-mode: multiply;
	vertical-align: middle;
}
/* #bePart h1{
	font-size: 1.5em;
	font-weight: 900;
} */
.blurb{
	font-size: 1.2em;
	margin: 1em 0 0;
	max-width: 26em;
	color: #fff;
	text-shadow: none !important;
	text-align: left;
}
.bePartCaption{
	z-index: 10;
	left: 0%;
	right: 0%;
	padding: 5%;
	bottom: initial;
	position:absolute;
	height: 100%;
}
.bePartRow{
	padding: 15px 5px 0px 5px;
}
.BePartLink{
	font-size: 1.125em;
	font-weight: bold;
	cursor: pointer;
}
.bePartTitle{
	display: block;
	font-size: 3em;
	font-weight: bold;
	margin: 10px
}
.bePartCard{
	position: relative;
	height: 30em;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.card{
	height: 30em;
	border-radius: 16px;
}
.card-front{
	height: 100%;
    padding: 40px 10px 10px;
    transition: all .35s ease-in-out;
    display: block;
}
.card-back{
	height: 100%;
	padding: 10px 16px;
    transition: all .35s ease-in-out;
    display: block;
    /* position: absolute; */
}
.card-back.card-face-hide{
    /* margin-top: -100%; */
    display: none;
}
.card-front.card-face-hide{
	/* margin-top: 100%; */
	display: none;
	/* position: absolute; */
	/* z-index: -1; */
}
.card-icon{
	width: 128px;
    height: 128px;
    margin: 0 auto;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
}
.signatory-icon{
	background-image: url('../images/signatory.png');
	background-size: 55%;
}
.participant-icon{
	background-image: url('../images/participant.png');
	background-size: 100%;
}
.instituitional-icon{
	background-image: url('../images/instituitional.png');
	background-size: 73%;
}
.associate-icon{
	background-image: url('../images/associate.png');
	background-size: 63%;
}
.golddonor-icon{
	background-image: url('../images/golddonor.png');
	background-size: 63%;
}
.card h4{
	text-align: center;
	margin-top: 40px;
}
.card p{
	text-align: center;
}
.card strong{

}
.card-button-group{
	position: absolute;
	bottom: 10px;
	/* text-align: center; */
	margin: 0 auto;
	left: 0;
	right: 0;
}
a.card-button{
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 78%;
	height: 16px;
	width: 57px;
	margin: 0 auto;
	cursor: pointer;
	animation: float 6s ease-in-out infinite;
}
.button-down{
	background-image: url('../images/downarrowtypes.png');
}
.button-up{
	background-image: url('../images/uparrowtypes.png');
}
.card-face-hide{
	/* display: none; */
}

@keyframes float {
	0% {
		/* box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6); */
		transform: translatey(0px);
	}
	50% {
		/* box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2); */
		transform: translatey(-20px);
	}
	100% {
		/* box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6); */
		transform: translatey(0px);
	}
}

#parentCompanyLocation-menu{
	max-height: 280px;
	overflow-y: auto;
}

.mb{
	margin-bottom: 21px !important;
}

#activityDescription img{
	width: 100%;
	height: auto;
}

#searchForm{
	margin-top: 30px;
}

.modal-preview{
	padding: 0 !important;
}

.modal-preview>.modal-dialog{
	width: 100% !important;
	margin: 0px !important;
}

.modal-preview>.modal-dialog>.modal-content{
	background-color: transparent !important;
	border: 0px !important;
}

.modal-preview>.modal-dialog>.modal-content>.modal-header{
	border-bottom: 0px !important;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1;
}

.modal-preview>.modal-dialog>.modal-content>.modal-header>.close{
	color: #fff;
	opacity: 1;
	font-size: xx-large;
}

.modal-preview>.modal-dialog>.modal-content>.modal-body{
	padding: 0;
	padding-top: 64px;
	/* position: fixed; */
	box-shadow: none;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.9);
}
.modal-preview>.modal-dialog>.modal-content>.modal-body>img{
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
}

.modal-preview>.modal-dialog>.modal-content>.modal-footer{
}

.activity-date{
	font-weight: bold;
}

#bannerBackground{
	/* height: calc(100vh - 300px); */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
 }

 .banner-overlay{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: #000;
    position: absolute;
 }

 .view-button-sm{
 	padding: 8px 13px !important;
 	width: 86px !important;
 	text-align: center;
 }

 .time-since{
 	color: #4d4d4d;
 }

.swipeView {
  display: grid;
  grid-template-columns: repeat(4, 100%);
  will-change: transform;
  align-content: center;
  overflow-x: auto;
  scroll-snap-coordinate: 0 0;
  scroll-snap-points-x: repeat(100%);
  scroll-snap-type: mandatory;
  -webkit-overflow-scrolling: touch;
}

.swipeView .swipeViewItem{
  height: 80vh;
  scroll-snap-align: start;
}
.testimonial-content{
	max-height:278px; overflow-y:auto;
}

.cContent p{
	white-space: pre-wrap;
	font-size: 14px;
	line-height: 1.3em;
}

#myCarousel .carousel-control{
	width: 6%;
}
#joinUsNow.affix{
	bottom: 0;
	z-index: 9999 !important;
	right: 0;
	position: fixed !important;
}
#joinUsNow.affix-bottom{
	top: 0 !important;
	float: right;
}
#byUNGCHeader.affix-bottom,
#byGCNSHeader.affix-bottom{
	top: 0 !important;
}
#byUNGCHeader.affix,
#byGCNSHeader.affix{
	position: fixed !important;
	width: 100%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: 9999 !important;
}
@media (min-width:768px){
	#byUNGCHeader.affix,
	#byGCNSHeader.affix{
		top: 134px;
		width: 750px;
	}
}
@media (min-width:992px){
	#byUNGCHeader.affix,
	#byGCNSHeader.affix{
		top: 134px;
		width: 970px;
	}
}
@media (min-width:1200px){
	#byUNGCHeader.affix,
	#byGCNSHeader.affix{
		top: 134px;
		width: 1170px;
	}
}
.ui-menu.ui-corner-bottom.ui-widget.ui-widget-content{
	max-height: 284px;
}

.eventCarousel .img-fill {
	height: 170px;
	background: white;
	cursor:pointer;
	border: 5px solid white;
}
.eventCarousel .img-fill	img {
	transition: all 0.5s;
	display: inline-block;
	position: relative;
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	transform: translateY(-50%);
}
.eventCarouselView .img-fill {
	height: 350px;
	background: white;
	cursor:pointer;
	border: 5px solid white;
	display: flex!important;
	justify-content: center;
}
.eventCarouselView .img-fill	img {
	transition: all 0.5s;
	display: inline-block;
	position: relative;
	max-width: 100%;
	height: 100%;
	top: 50%;
	transform: translateY(-50%);
}
.slick-prev:before, .slick-next:before {
	color: #158c92!important;
}

.viewOverlay {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.75);
	display: flex!important;
    justify-content: center;
}

.newsContainer{
	white-space: normal;
}

.dis-none{
	display: none !important;
}
.normalA{
    padding: 5px;
    background-color: #173D54;
    display: inline!important;
    color: #fff!important;
    border-radius: 4px;
}
.normalA:hover{
	background-color: #165073;
}

.line-small{
    width: 41px;
    height: 5px;
    content: " ";
}
.line-small.teal{
    background-color: #17979D;
}
.line-small.corporate-blue{
    background-color: #1e3250;
}
.gcns-tabs>li>a{
    padding: 15px 20px;
    color: #ABAAAC;
    border: 0px;
}
.gcns-tabs>li.active>a,
.gcns-tabs>li.active>a:hover,
.gcns-tabs>li.active>a:visited,
.gcns-tabs>li.active>a:link{
    background-color: #1e3250;
    color: #fff;
    border: 0px;
}
.gcns-tab-content{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: var(--box-shadow-style);
    margin-bottom: 30px;
}
.gcns-tab-content .form-section{
    padding: 30px 60px;
}
.separator-dashed{
    border-top-style: dashed;
    border-top-width: thin;
    border-top-width: 2px;
    border-top-color: #ddd;
}
label.btn>input[type="radio"],
button>input[type="radio"]{
    display: none;
}
.modern label.control-label{
    margin-bottom: 16px;
    font-weight: bold !important;
    color: #000 !important;
}
.modern .btn{
    font-weight: normal;
    padding: 8px 20px;
}
.modern .has-error .btn{
    border: 1px solid #a94442;
}
#participantUl a,
#participantUl2 a{
    border-bottom: 2px solid #fff;
}
#participantUl a:hover,
#participantUl a.active,
#participantUl2 a:hover,
#participantUl2 a.active{
    background-color: none;
    border-bottom: 2px solid #17979d;
    border-radius: 0;
}
#participantUl a.error,
#participantUl a.error:hover,
#participantUl2 a.error,
#participantUl2 a.error:hover{
    background-color: none;
    border-bottom: 2px solid #a94442;
    color: #a94442;
    border-radius: 0;
}
.summary{
    border-radius: 5px;
    box-shadow: var(--box-shadow-style);
    border-top: 5px solid #1e3250;
    padding: 0px 16px 1px;
}
.summary .group{
    margin-bottom: 25px;
}
.summary .muted{
    color: #ABABAC;
    font-size: 14px;
}
.summary .black{
    color: #000000;
    font-weight: bold;
    font-size: 16px;
}
.btn-choices .btn-gcns{
    color: #000;
    background-color: #fff;
}
.btn-choices .btn-gcns:hover{
    color: #fff;
    background-color: #1e3250;
}

textarea{
    resize: none;
}
.btn-lg{
    border-radius: 0px;
}

.goldbadge{
	background-color: #f7bc2f;
    color: white!important;
    padding: 4px 7px;
    border-radius: 5px;
    position: absolute;
    z-index: 10;
}

.payment-container{
	--box-shadow-style: 0 5px 9px 0px #ddd;
}

.qr-border{
	box-shadow: 0 0px 7px 0px #ddd;
}

.bank-Transfer label{
	margin-bottom: 5px!important;
}

.note-text{
	color: #ABABAC;
	font-size: 85%;
	font-style: italic;
	text-align: left;
}

.padding10{
	padding: 10px;
}

.center{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.modal-head{
    text-align:center;
    border:0px;
}

.rice-form{
	width: 100%; 	
}

.rice-form-label{
	color: black !important; 
	font-size: 12px; 
	font-weight: 700 !important;
}

.rice-form-div{
	padding-left: 5px;
	margin-bottom: 100px;
}

.rice-form > .form-group{
	margin-bottom: 10px;
}

.rice-input{
	box-shadow: 0px 0px 5px 0px rgba(207,207,207,1); 
	border-color: white;
}

.rice-forgot-pw,
.cert-forgot-pw{ 
	font-size: 12px; 
	font-weight: 700;
	color: #1e3250 !important;
}

.rice-forgotpw-p{
	margin-top: 10px;

}

.btn-rice-sign-up{
	width: 100%; 
	margin-top: 10px;
	background: white; 
	color: #1e3250 !important;
	box-shadow: 0px 0px 5px 0px rgba(207,207,207,1); 
	border-radius: 0;
}

.btn-rice-login,
.btn-cert-login{
	width: 100%; 
	margin-top: 10px;
	background: #1e3250 ; 
	color: white; 
	box-shadow: 0px 0px 5px 0px rgba(207,207,207,1);
	border-radius: 0;
}

.btn-rice-login:hover,
.btn-cert-login:hover{
	width: 100%; 
	margin-top: 10px;
	background: #1e3250 ; 
	color: white; 
	box-shadow: 0px 0px 5px 0px rgba(207,207,207,1);
	border-radius: 0;
}

.btn-rice-cancel{
	width: 100%; 
	margin-top: 10px;
	background: white ; 
	color: #1e3250; 
	/* border: 1px solid black; */
	box-shadow: 0px 0px 5px 0px rgba(207,207,207,1);
	border-radius: 0;
}

.btn-rice-proceed{
	width: 50%;
	margin-top: 20px;
	background: #1e3250; 
	color: white; 
	box-shadow: 0px 0px 5px 0px rgba(207,207,207,1);
	border-radius: 0;
}

.rice-show-pw,
.cert-show-pw{
	float: right;
	font-size: 12px;
	margin-left: -25px;
	margin-right: 15px;
	margin-top: -28px;
	position: relative;
	z-index: 2;
	color: #1e3250;
	cursor: pointer;
}

.toggle-password{
	color: #1e3250;
	font-weight: 700;
	font-size: 12px;
	text-decoration: line-through
}

.intro{
    margin: 30px;
}

.agreement-btn{
    width: 110px;
	margin: auto;
	background-color:#F0F0F0;
	box-shadow: 0px 0px 5px 0px rgba(207,207,207,1);
	border-radius: 0;
	margin-right: 10px;
}

.agreement-proceed-btn{
	width: 110px;
	margin: auto;
	background: #1e3250 ; 
	color: white; 
	box-shadow: 0px 0px 5px 0px rgba(207,207,207,1);
	border-radius: 0;
}

.agreementBody{
    position: relative;
    height: 300px;
    max-height: calc(100vh - 80px);
	overflow-y: auto;
	overflow-x: hidden;
    background-color:#F0F0F0;
}

.agreementBodyContainer{
    border-radius: 15px;
    background-color:#F0F0F0;
    margin: 0px 20px 0px 20px;
}

.rice-modal-content,
.cert-modal-content{
	background-color: white;
	border-radius: 10px;
	width: 85%;
	margin-left: 40px;
}

.rice-modal-head,
.cert-modal-head{
	padding : 10px;
}

.rice-modal-head>h5,
.cert-modal-head>h5{
	color:black;
	text-align: center;
	font-weight: 700;
	letter-spacing: .75px;
	margin-top: 10px;
}

.rice-modal-content p,
.cert-modal-content p{
	color:black;
	text-align: justify;
	font-size: 12px;
	padding: 5px 10px 0px 0px;
}

.rice-modal-content>h4,
.cert-modal-content>h4{
	color:black !important;
}

.rice-modal-footer,
.cert-modal-footer{
	padding: 25px;
	padding-bottom: 35px;
	text-align: center;
}

.agreement{
	color:black !important;
	font-size: 12px;
	font-weight: 700 !important;
	position: relative;
	top: -8px;
	left: -5px;
	letter-spacing: .25px;
	word-spacing: .75px;
}

.form-check{
	margin-bottom: 10px;
}

.rice-modal-body>h4,
.cert-modal-body>h4{
	color:black !important;
	font-weight: 700px;
	font-size: 20px;
	letter-spacing: .75px;
	margin-top: 10px;
}

.rice-modal-content .modal-body,
.cert-modal-content .modal-body{
	padding: 10px 20px 20px;
}

#errorDiv{
	margin-top: 20px; 
	display: none;
}

/* Styling Checkbox Starts */
.checkbox-label {
    display: inline;
    position: relative;
    margin: auto;
    font-size: 22px;
	line-height: 24px;
	cursor: pointer;
	clear: both;
	background-color: pink;
}

.checkbox-label input {
    position: absolute;
	opacity: 0;
	cursor: pointer;
}

.checkbox-label .checkbox-custom {
    position: absolute;
    top: 2px;
    left: -24px;
    height: 16px;
	width: 16px;
	background-color: transparent;
	border: 1px solid black!important;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    border: 2px solid #FFFFFF;
}


.checkbox-label input:checked ~ .checkbox-custom {
    background-color: #FFFFFF;
    -webkit-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity:1;
    border: 2px solid #FFFFFF;
}


.checkbox-label .checkbox-custom::after {
    position: absolute;
    content: "";
    left: 12px;
    top: 12px;
    height: 0px;
    width: 0px;
    border-radius: 5px;
    border: solid #009BFF;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(0deg) scale(0);
    -ms-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
    opacity:1;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}


.checkbox-label input:checked ~ .checkbox-custom::after {
  -webkit-transform: rotate(30deg) scale(1);
  -ms-transform: rotate(30deg) scale(1);
  transform: rotate(30deg) scale(1);
  opacity:1;
  left: 4px;
  top: -3px;
  width: 6px;
  height: 16px;
  border: 2px solid black;
  border-width: 0 1px 1px 0;
  background-color: transparent;
  border-radius: 0;
}

/*Scroll Bar*/
.rice-modal-body::-webkit-scrollbar,
.cert-modal-body::-webkit-scrollbar {
	width: 7px;
}
  
/* Track */
.rice-modal-body::-webkit-scrollbar-track,
.cert-modal-body::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey; 
	border-radius: 10px;
}

/* Handle */
.rice-modal-body::-webkit-scrollbar-thumb,
.cert-modal-body::-webkit-scrollbar-thumb  {
	background:#1e3250; 
	border-radius: 10px;
}

/* Handle on hover */
.rice-modal-body::-webkit-scrollbar-thumb:hover,
.cert-modal-body::-webkit-scrollbar-thumb:hover {
	background: #616A6B; 
}

.simplebar-content{
    padding-top: 0px!important;
}
.simplebar-content h6,h5,h4,h3,h2,h1{
    margin-top: 0px
}
.simplebar-track{
    border-radius: 5px;
}
.simplebar-scrollbar{
    border-radius: 5px;
}

.no-padding{
    padding: 0;
}

.btn-weight{
    font-weight: 400!important;
}

.btn-rice.active{
    box-shadow: none;
    border-bottom: 3px solid #1e3250;
    border-radius: 0px;
}

.aboutBanner{
	width: 25%;
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
 }


/* What we do Page CSS styles */

.w-pt-mt {
	padding-top: 100px;
	margin-top: -100px;
	float: left;
}

.orange{
	color: #F7931E !important;
}

.blue{
	color: #52C6D8 !important;
}

.red{
	color: #ED1C24 !important;
}

.green{
	color: #688442 !important;
}

.default{
	color: #0E2E4E !important;
}

#aboutUsDiv .triangle-right:after{
	content: unset;
}

#aboutUsDiv #missionVisionDiv{
	/* background-color: unset; */
	margin: 0 5px;
	padding: 24px 15px;
}

#aboutUsDiv #overview {
    padding-right: 0;
}

#aboutUsDiv #missionVisionDiv p{
	margin-left: 15px;
    margin-right: 15px;
}

#aboutUsDiv #sideNavigation {
	margin: 0 0 -10px 20px;
	position: -webkit-sticky;
	position: sticky;
	top: 150px;
	padding-top: 50px;
	padding-bottom: 50px;
}

#aboutUsDiv ul.navContainer{
	position: relative;
	margin: 0 0 20px 0;
	border-top: solid 1px transparent;
	padding: 0;
	list-style: none;
}

#aboutUsDiv ul.navContainer li.nav{
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#aboutUsDiv li.navDefault > a {
	color: #0E2E4E;
	background-color: transparent;
	font-size: 12px;
	padding: 10px 0 10px 45px;
	border-bottom: solid 1px transparent;


	display: block;
	text-decoration: none;
	transition: color .3s, background-color 0.3s;
	font-weight: bold;
	text-transform: uppercase;
	width: 100%;
	/* white-space: nowrap; */
	overflow: hidden;
	text-overflow: ellipsis;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#aboutUsDiv li.navDefault.orange > a{
	color: #F7931E;
}

#aboutUsDiv li.navDefault.green > a{
	color: #688442;
}

#aboutUsDiv li.navDefault.red > a{
	color: #ED1C24;
}

#aboutUsDiv ul.navContainer .fa-chevron-right{
	content: "\f054";
	font-family: FontAwesome;
	font-style: normal;
    font-weight: normal;
	line-height: 25px;
	width: 26px;
	height: 26px;
	display: inline-block;
	border-radius: 100%;
	text-align: center;
	margin: 0 15px 0 0;
	padding: 0;
	font-size: 12px;
	transition: color 0.3s, background-color 0.3s;
	position: absolute;
	left: 10px;
	text-indent: 1px;
}

#aboutUsDiv ul.navContainer .fa-chevron-right:hover{
	background-color: #fff;
}

#aboutUsDiv .flex-content{
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
}

#aboutUsDiv .flex-content .flex-item{
	width: calc(100% / 2 - 5px);
    float: left;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.sectionImplementation h1, #human-rights-labour h2{
	line-height: 140%;
    font-weight: bold;
    color: #0E2E4E;
    text-transform: uppercase;
	font-size: 23px;
	letter-spacing: 2px;
}

.sectionImplementation .linkToTitle h2{
	font-size: 12px;
	text-align: center;
    text-transform: uppercase;
    font-weight: bolder;
	letter-spacing: 2px;
	line-height: 140%;
}

.sectionImplementation .linkToTitle.default h2{
	color: #0E2E4E;
}

.sectionImplementation .linkToTitle.orange h2{
	color: #F7931E;
}

.sectionImplementation .linkToTitle.green h2{
	color: #688442;
}

.sectionImplementation .linkToTitle.red h2{
	color: #ED1C24;
}

.linkToContent{
	padding-top: 35px;
}

.linkToContainer{
	display: flex;
    flex-flow: row wrap;
}

.linkToItems{
	margin: 0;
    padding: 0;
    flex: 0 1 calc(20% - 8px);
}

.linkToImg{
	text-align: center;
}

.linkToImg img{
	width: 100px;
	height: 100px;
}

.section-image{
	padding-bottom: 30px;
	width: 100%;
}

.section-image img{
	width: inherit;
}



/* ////////////////////////////////// */

.divContent {
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 20px;
    overflow: visible;
    background-color: #F2F6F8;
    border: none;
	padding: 20px;
	width: 100%;
	float: left;
}

.divTitle {
    font-size: 100%;
    width: 20%;
    float: left;
    clear: right;
    font-weight: bold;
    padding-top: 2px;
}

.divDesc {
    font-size: 100%;
    width: 80%;
    float: right;
    border-bottom: 0;
    margin-bottom: 20px;
}

.docPublications{
	border: solid 1px #0E2E4E;
	background-color: transparent;
	width: 60vw;
}

.divHeader h2{
	margin: 0 0 30px !important;
	padding: 0;
	border-bottom: 1px solid #0E2E4E;
}

.divHeader a{
	color: #0e2e4e;
	font-size: 19px;
	line-height: 26.88px;
	font-weight: 700;
	text-transform: capitalize;
}

.divBody .listDocument{
	list-style: none;
	margin-bottom: 20px;
}

ul.publicationList {
    margin: 0;
    padding: 0;
}

.listDocumentInner h3.docTitle{
	padding: 0 !important;
	margin: 0 !important;
	color: #0E2E4E;
    font-weight: bold;
}

h3.docTitle a{
	color: #0E2E4E;
    word-break: break-word;
    font-size: 16px;
    line-height: 22.4px;
}

span.docSize, p.docDescription, .italicFont{
    font-style: italic;
    font-weight: normal;
}

.listDocumentInner p.docDescription{
	margin: 0 !important;
}

li.listDocument:before{
	content: "\f1c1";
	font-family: FontAwesome;
    font-weight: normal;
	font-style: normal;
    display: block;
    float: left;
    margin: 2px 15px 0 0;
    background-color: #0E2E4E;
    color: #ffffff;
	transition: all 0.3s;
	border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    margin-right: 0;
}

.listDocumentInner {
    border-bottom: 1px solid #0E2E4E;
    margin-left: 45px;
    min-height: 40px;
    padding-bottom: 20px;
}

.listDocumentInner:last-child(){
    border-bottom: unset;
}


.pagination-centered {
    max-width: 1150px;
    width: 100%;
	margin: 20px auto 0;
	text-align: center;
}

ul.pagination{
	margin: 0;
}

ul.pagination li a{
	background-color: #0E2E4E !important;
    color: #ffffff;
    margin: 0 4px 0 4px;
    font-weight: bold;
    border-radius: 100% !important;
}

ul.pagination li i{
	color: #ffffff !important;
}

ul.pagination li a:hover{
	border-radius: 100% !important;
	background-color: #007899 !important;
	border-color: #007899 !important;
}

ul.pagination li a:active, ul.pagination li a:focus{
	background-color: #007899 !important;
	color: #ffffff !important;
	border-color: #007899 !important;
}
.aboutBanner{
	width: 25%;
}
.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
 }

 #aboutAccessLink .card-front a:hover{
	 text-decoration: none;
	 background-color: transparent;
	 border-bottom: unset !important;
 }

 #pswd_info {
	display:none;
    position:absolute;
    bottom: 9px; 
    right:-195px;
    width:250px;
    padding:15px;
    background:#fefefe;
    font-size:.875em;
    border-radius:5px;
    box-shadow:0 1px 3px #ccc;
    border:1px solid #ddd;
}

#pswd_info p{
    margin:0 0 10px 0;
    padding:0;
	font-weight:700;
	color: black!important;
}

#pswd_info::before {
    content: "\25c0";
    position:absolute;
    top: 122px;
    left:-5%;
    font-size:14px;
    line-height:14px;
    color:#ddd;
    text-shadow:none;
    display:block;
}

.invalid {
    padding-left:22px;
    line-height:24px;
    color:#ec3f41;
}
.valid {
    padding-left:22px;
    line-height:24px;
    color:#3a7d34;
}

.rice-h3{
	margin-top: 20px;
}

.sidebar-menu>li>a {
    color: white;
}

.sidebar-menu>li:hover {
	background-color:#65819E;
	font-weight: bold;
}

.rice-container {
	padding: 25px 50px 50px 50px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: var(--box-shadow-style);
	margin-bottom: 30px;
	margin-top: 15px;
	--box-shadow-style: 0 5px 9px 0px #ddd;
}

.rice-sidenav .title{
	padding: 30px 20px 30px 20px;
	margin-bottom: 0px; 
	color: white; 
	font-weight: bold; 
	background-color: #22374D;
	font-size: 18px;
}

.rice-sidenav .sideBarLink{
	background-color: #1e3250;
	padding: 15px 8px 17px 20px;
	text-decoration: none;
	font-size: 20px;
	color: #818181;
	display: block;
}

.rice-sidenav .riceInfo{
	color: white;
	position: relative; 
	top: -5px;
}

.rice-sidenav .active {
	background-color: #65819E;
	border-left: #17979D 5px solid;
}

.rice-sidenav .active2 {
	background-color: #65819E;
	border-left: #17979D 5px solid;
	margin-left: 0px;
	padding-left: 0px!important;
}

.rice-sidenav .sideBarLink:hover {
	background-color: #65819E;
}

.rice-profile-container{
	text-align: center; 
	align-items: center;
	margin: 17px 35px 0px 0px;
}

.rice-profile-icon{
	font-size:16px; 
	padding: 10px 10px 10px 10px;
	background-color: #3C5671;
	cursor: pointer;
}

.rice-profile-icon:hover{
	transform: scale(1.1);
}


.rice-company-name{
	padding: 10px 8px 0px 20px;
	font-size: 20px;
}

.rice-industry{
	color: #92A2B2;
	padding: 0px 8px 5px 20px;
}

#sideNavBtn{
	float: left;
	background: transparent;
	border: none;
	color: white;
}

#sideBarDiv{
	transition: 0.5s;
	overflow: hidden;
}

#riceContainer{
	float: left;
}

#companyInformation{
	color: white; 
	margin-top: 15px; 
	margin-bottom: 15px; 
	padding-left: 15px;
}

.modal-dialog-centered::before {
    display: block;
	height: calc(100vh - 60rem);
    content: "";
}

.password-incorrect {
	color: red;
	font-weight: 500;
	font-style: italic;
	display: none;
}

.shake-error{
    border: 1px solid #a94442 !important;
}

.sectionTitle{
	margin: 15 0px!important;
	font-weight: bold;
	color: #6F89A4;
}

.requiredField{
	background-color: #F7F4F4!important;
}

.requiredField:focus{
	background-color: white!important;
}

/*materiality assessment*/
.guidance-btn{
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.materiality-btn{
	margin: 7px 15px 0px 0px; 
	background-color: #1e3250;
	color: white;
}

.materiality-btn:hover {
	color: white;
	background-color: #345078;
}

.materiality-btn:focus {
	color: white;
}

.form-label{
	border: none; 
	box-shadow: none; 
	color: black!important;
	padding: 6px 0px;
}

.draft-btn{
	color: #65819E;
	border-color: #65819E;
	background-color: white;
}

/* The container */
.radio-label {
	display: block;
	position: relative;
	padding-left: 65px;
	margin-bottom: 12px;
	/* cursor: pointer; */
	color: black!important;
	/* font-size: 22px; */
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  
  /* Hide the browser's default radio button */
  .radio-label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	left: 30px;
  }
  
  /* Create a custom radio button */
  .radio-check {
	position: absolute;
	top: 0;
	left: 0;
	height: 18px;
	width: 18px;
	margin-left: 30px;
	margin-right: 30px;
	background-color: white;
	border: 1.5px solid black;
	border-radius: 50%;
	cursor: pointer;
  }
  
  /* On mouse-over, add a grey background color */
  .radio-label:hover input ~ .radio-check {
	background-color: #ccc;
  }
  
  /* When the radio button is checked, add a background */
  .radio-label input:checked ~ .radio-check {
	background-color: #1e3250;
  }

  .option-label{
	  position: relative;
	  left: 70px;
	  top: -1px;
	  color: black!important;
	  font-weight:100!important;
  }

  .btn-rice-draft{
	width: 100%; 
	margin-top: 10px;
	background: white; 
	color: #1e3250 !important;
	border: 1px solid #1e3250;
	box-shadow: none!important;
	border-radius: 0;
}

.btn-rice-result{
	width: 100%; 
	margin-top: 10px;
	background: #1e3250 ; 
	color: white!important; 
	box-shadow:none!important;
	border-radius: 0;
}

.questionType{
	color: #1e3250; 
	font-weight: 700;
}

.questionnaire-form{
	padding: 0px 100px 0px 50px;
}

.rice-color{
	background-color: #1e3250
}

.rice-header{
	position: absolute; 
	top:10px; 
	left: 60px;
}

.riceTool{
	margin-top: 100px;
}

.question-label{
	font-weight:600!important; 
	margin-bottom: 20px!important; 
	margin-top:30px!important;
}

#circleBar canvas{
	width: 80px!important;
	height: 80px!important;
	position: relative; 
	top: -30px; 
	left: 145px;
}

#circleBar {
	text-align: right;
}

#circleBar .round {
	margin-top: 15px;
	position: relative;
}

#circleBar .round strong{
	position: relative;
	top: -64px;
	left: 97px;
	margin-top: -50px;
	transform: translate(-50%);
	font-size: 20px;
	color: #212121;
	font-weight: 700;
	z-index: 1;
}

#progressBar p{
	position: relative;
	top: 11px;
	left: -135px;
	font-size: 20px;
	color: #212121;
	font-weight: 700;
	z-index: 1;
} 

#circleBar span {
	display: block;
	color: #999;
	font-size: 16px;
	margin-top: 10px;
}

#circleBar span i {
	color: #F4D03F!important;
	font-size: 22px;
	margin-right: 6px;
}

section button:hover {
background-color: #F4D03F!important;
}

.rice-textarea{
	padding-left: 0.8rem;
	margin-top:10px; 
	box-shadow: none!important; 
	border:1px solid #EAEDED!important; 
	font-weight:100; 
	padding:20px;
}

/*Results Module Sticky Navigation*/

#standards #wrapper {
	width: 100%;
	margin: auto;
}

#stickyNavigation{
	position: sticky;
	position: -webkit-sticky;
	top: 200px;	
	right: 30px; 
	width: 196px; 
	margin-top: 50px;
	padding: 20px 15px 5px 15px; 
	box-shadow: 0px 0px 5px 0px rgba(207,207,207,1);  
	border-radius: 5px; 
	border-top: 5px solid #1e3250; 
}

#stickyNavigation .head{
	font-weight: 700; 
	font-size: 13px; 
	margin-bottom: 12px;
}

#stickyNavigation .nav-sections{
	font-size: 10px; 
	margin-bottom: 25px; 
	line-height: 1.6; 
	text-align: left;
}

#stickyNavigation .active{
	color:#1e3250;
}

#stickyNavigation a{
	color: black;
	position: relative;
}

#stickyNavigation span, h4{
	font-weight: 700;
}

/*results*/

.separator{
	width: 100%; 
	background-color: #D9D9D9; 
	padding-top: 1px;
}

.sectionNoteSeparator{
	width: 100%;
	height: 2px;
	background-color: #1e3250; 
	margin-top: 70px;
	padding-top: 1px;
	position: relative;
}

.sectionDescription{
	font-weight: normal;
	margin: 15px 0px;
	font-size: initial;
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem;
    margin-top: 10px;
    border-left: 5px solid;
}

.list-group-horizontal {
    -ms-flex-direction: row;
    flex-direction: row;
}

.list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
}

.list-group-item:last-child {
    margin-bottom: -1px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.standardList{
	padding: 15px 45px 15px 15px;
	box-shadow: 0px 0px 5px 0px rgba(207,207,207,1);
	border-radius: 0px!important
}

.standardLabel{
	padding-top: 5px;
}

.isoSubtitle{
	background-color: #1e3250; 
	padding: 10px; 
	color: white;
}

.isoSubtitle label{
	font-size: initial; 
	margin-left: 7px
}

.rice-angle{
	font-size:24px; 
	padding-left:10px; 
	bottom: -6px; 
	position: relative;
}

#standards{
	margin-top: -100px
}

#standards .line-border{
	content: " ";
	width: 100%;
	height: 1px;
	background-color: black;
}	

#standards .nav-active{
	font-weight: 700;
	border-bottom: 4px solid #1e3250 !important;
}

#ungcStandards .box{
	display: flex; 
	flex-wrap: wrap;
}

#ungcStandards .ungcDescription{
	font-size: 17px;
	margin-top: 20px;
	margin-right: 120px;
	text-align: left;
}

#ungcStandards .ungc-container{
	height: 220px; 
	width: 155px; 
	background-color: #A1AFB0; 
	margin: 5px 5px;
}

#ungcStandards .attached{
	background-color: #349298; 
}

#ungcStandards .ungcStandardTitle{
	color: white; 
	text-align: center; 
	margin: 20px; 
	font-weight: 700;
}

#ungcStandards .ungcStandardDescription{
	color: white; 
	text-align: center; 
	margin: 20px 15px;
}

#ungcStandards .line-border{
	content: " ";
	width: 100%;
	height: 1px;
	background-color: black;
}

/* Tabs*/
.nav-title{
	color: black!important;
	border: none!important;
}

#submissionHistory .nav-active{
	font-weight: 700;
	border-bottom: 4px solid #1e3250 !important;
}

.nav-tabs span{
	margin-right: 15px;
}

.yearLabel{
	width: 100px;
	position: relative;
	top: 7px;
	left: 15px;
	text-align: right;
}

#submissionDataTable .arrow,
#draftDataTable .arrow{
	border: solid #1e3250;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 5px;
	margin-left: 5px
}
  
#submissionDataTable .right,
#draftDataTable .right{
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.draftTab{
	width: 100px;
	text-align: center;
}

.yearFilter{
	position: relative;
	top: 12px;
	background-color: white;
}

#yearpicker{
	width: 120px; 
	padding:5px; 
	border: 1px solid #ccc; 
	background-color: #fff; 
	box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034);
	font-weight: 700;
}

#submissionDataTable, #draftDataTable{
	margin-top: 20px!important;
}

#submissionDataTable thead, 
#draftDataTable thead{
	background-color: #1e3250; 
	color:white;
}

#submissionDataTable tr,
#draftDataTable tr { 
	height: 50px 
}

#submissionDataTable td.dt-center,
#draftDataTable td.dt-center { 
	text-align: center; 
}

#submissionDataTable tbody td, 
#draftDataTable tbody td {
	padding: 14px 15px;
}

#submissionDataTable_paginate,
#draftDataTable_paginate{
	padding-top: 1.50em;
}

/*Standards Section 1*/
#overview a{
	width: 172px;
	/* width: 100%; */
	text-align: center; 
	margin: 0px 7px;
}
/* .overview-tabs > li {
	width: 50%;
} */

#tableView {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 30px;
	font-weight: 700;
	height: 45px; 
	border-collapse: separate;
	border-spacing: .25em .25em;
}

#tableView td{
	padding:0 15px 0 15px;
	text-align: center;
	border: 1px solid #D7DBDD;
	height: 45px; 
}

#tableView td:nth-child(1) {
	background-color: #349298;
	width: 30%;
	color: white;
}

#tableView tr:nth-child(6) td:nth-child(1), 
#tableView tr:nth-child(6) {
	background-color: #33506F; 
	color: white;
}

#tableView tr:nth-child(6) td:nth-child(2), 
#tableView tr:nth-child(6) td:nth-child(3),
#tableView tr:nth-child(6) td:nth-child(4) {
	background-color: #33506F; 
	color: white;
	width: 20%;
}

#tableView .head{
	padding-bottom: 10px;
	text-align: center;
}

.tableFilter{
	text-align: right;
}

.cutomSelectContainer {
  margin: 0 auto;
  padding: 0px;
  max-width: 300px;
  float: right;
}

.customSelect {
	height: calc(2.875rem + 5px);
	font-size: 1.6rem;
	display: inline-block;
	position: relative;
	margin-bottom: 15px;
	text-transform: uppercase;
	width: 100%;
	
	select {
		appearance: none;
		background-size: 12px;
		border: 0;
		border-radius: 5;
		color: #333;
		cursor: pointer;
		display: inline-block;
		font-weight: 700;
		line-height: 16px;
		font-weight: 700;
		outline: 0;
		margin: 0;
		padding: 10px 30px 10px 15px;
		text-transform: uppercase;
		transition: all .20s;
		width: 100%;
		
		option {
			text-transform: lowercase !important;
		}
		
		&::-ms-expand {
			display: none;
		}
		
		&:hover,
		&:focus {
			background-color: #ddd;
			color: #333;
		}
		
		&:disabled {
			opacity: 0.5;
			pointer-events: none;
		}
	}
}

#tableViewFilter{
	position: relative;
	top: 20px;
	width: 100px; 
	padding:5px; 
	border: 1px solid #ccc; 
	background-color: #fff; 
	box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034);
	font-weight: 700;
}

#annualPerformanceSummary, #annualPerformanceSummaryExport {
	margin-top: 40px;
	font-weight: 700;
	border-collapse: separate;
	border-spacing: .25em .25em;
	text-align: center;
}

#annualPerformanceSummary td,
#annualPerformanceSummaryExport td{
	border: 1px solid #D7DBDD;
}

#annualPerformanceSummary thead,
#annualPerformanceSummaryExport thead{
	background-color: #3E5F80; 
	color:white;
}

#annualPerformanceSummary .years,
#annualPerformanceSummaryExport .years{
	background-color: #349298; 
	color:white; 
	width:10%
}

#annualPerformanceSummary .annualColumns,
#annualPerformanceSummaryExport .annualColumns{
	width:15%
}

#annualPerformanceSummary .total,
#annualPerformanceSummaryExport .total{
	width:10%
}

#annualTable{
	margin-top: 20px;
}

#annualTable p{
	font-weight: 700; 
	font-size: 16px; 
	margin-top: 40px; 
	margin-bottom: 0px;
	text-align: center;
}

#standards .sectionNote{
	border: 1px solid black; 
	margin-top: 80px;
	padding: 15px;
}

#standards .btn-report{
	width: 100%; 
	background: #1e3250; 
	box-shadow: 0px 0px 5px 0px rgba(207,207,207,1);
	border-radius: 3px;
	color: white!important;
	font-size: 12px; 
}

#report .btn-report{
	background: #1e3250; 
	box-shadow: 0px 0px 5px 0px rgba(207,207,207,1);
	border-radius: 3px;
	color: white!important;
	font-size: 12px; 
}

#report .header,
#report .questionnaireAnswer{
	color: #2571BE; 
	font-style: normal;
}

#report .materialityAnswer{
	color: #2571BE; 
	font-style: normal;
	margin: 30px;
}

#report .materialityExplanation{
	color: #2571BE; 
	font-style: normal;
	margin: 15px 30px 15px 0px;
}

#report .reportLabel,
#report .questionnaireLabel{
	color:black; 
	font-style: normal;
	font-weight: 700;
}

#report .materialityLabel{
	color:black; 
	font-style: normal;
	font-weight: 700;
	margin: 30px
}

#report .agreementLabel{
	color:black; 
	font-style: normal;
	margin: 30px 30px 30px 0px;
}

#report .agreementContent{
	font-weight: 200;
}


.toggleContainer {
  margin: -3px auto;
  width: 400px;
  text-align: center;
}
.toggleContainer > .switch {
  display: block;
  margin: 12px auto;
}

.switch {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 56px;
  height: 20px;
  padding: 3px;
  background-color: white;
  border-radius: 18px;
  box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  background: #eceeef;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: opacity background;
  -moz-transition-property: opacity background;
  -o-transition-property: opacity background;
  transition-property: opacity background;
}
.switch-label:before, .switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.switch-label:before {
  content: attr(data-off);
  right: 11px;
  color: #aaa;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
  content: attr(data-on);
  left: 11px;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.switch-input:checked ~ .switch-label {
  background: #47a8d8;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
  opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
  opacity: 1;
}

.switch-handle {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
  background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}
.switch-handle:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: #f9f9f9;
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
  background-image: -webkit-linear-gradient(top, #eeeeee, white);
  background-image: -moz-linear-gradient(top, #eeeeee, white);
  background-image: -o-linear-gradient(top, #eeeeee, white);
  background-image: linear-gradient(to bottom, #eeeeee, white);
}
.switch-input:checked ~ .switch-handle {
  left: 34px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-green > .switch-input:checked ~ .switch-label {
  background: #4fb845;
}

.rice-read-more{
	text-decoration: none!important;
}

.scrollUpBtn{
	background-color: #1e3250;
	box-shadow: 0px 0px 5px 0px rgba(207,207,207,1); 
	position: fixed;
	bottom: 20px;
	right: 15px; 
	border-radius: 100%;
	z-index: 99;
}

#performanceSummary span{
	position: relative;
	top: 19px;
	left: -5px;
}

#standards #scatterChart{
	margin-top: 35px;
	padding-top: 8px;
}

#draftModal .modal-content{
	width: 80%; 
	left: 80px;
} 

#draftModal h4{
	font-weight: 200;
	margin: 0px;
	padding-bottom: 0px;
}

#draftModal .modal-body{
	font-weight: 200;
	color: black;
}

#companyInformationsForm .input-group-addon{
    color: black!important;
}

.indent{
	padding-left: 40px;
}

#report .capitalize{
	text-transform: capitalize;
}

#report .companyInfo p{
	margin: 0px 0px 30px;
}

.report-page-cover{
    display: flex; 
    align-items: center; 
    background-color: white
}

.report-page-cover img{
    max-width:130px; 
    margin: 0;
}

.our-work h1 span {
	text-align: left;
	width: 40%;
}

.parentFlex {
	display: flex;
	flex-wrap: wrap;
}
  
.childFlex {
	flex: 1 0 31%;
	padding-left: 4px;
	padding-right: 4px;
}

.divOverlay {
	position: absolute; 
	width: 100%; 
	top:-8px; 
	left:0
}

.position-relative{
	position: relative;
}

.wrapword {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.col-padding{
	padding: 0px 2px;
}

.gold-small-text{
	margin-top: 10px;
	font-size: 11px;
}

#activityPricing .event-price-header{
	font-size: 13px;
	font-weight: 600;
	margin-top: 12px;
	margin-bottom: 20px;
}

#activityPricing .event-price{
	font-size: 13px;
}

#activityPricing p{
	margin-bottom: 19px; 
	line-height: 0.9; 
}

.sticky {
	position: fixed;
	top: 100px;
	z-index: 3;
	background-color: white;
}
  
.sticky + .content {
	padding-top: 102px;
}

.youthActivities{
	background-color: #f0f1f2;
	padding-bottom: 30px;
}

.youthActivities .line{
	margin-bottom: 30px;
}

.youthActivities img{
	margin-bottom: 30px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
}

.youthAllianceMainSection{
	background-color: #1e3250; 
	padding: 50px 0px;
}

.youthAllianceMainSection h1{
	color: white; 
	text-align: center; 
	margin-bottom: 30px;
	font-weight: 700;
}

.youthAllianceMainSection p{
	color: white;  
	text-align: center; 
	padding: 0px 200px;
	margin-bottom: 30px;
}

.youthAllianceSubSection{
	padding: 50px 0px;
}

.youthAllianceSubSection h1{
	text-align: center; 
	margin-top: 20px;
	margin-bottom: 90px;
	font-weight: 700;
}

.youthAllianceSubSection h4{
	margin-bottom: 25px;
	text-align: center;
}

.youthAllianceSubSection ul{
	padding-left: 55px;
	padding-right: 20px;
}

.youthAllianceSubSection li{
	margin-bottom: 20px;
	font-size: 13px;
}

.youthAllianceParticipationFee{
	padding: 50px 0px;
	background-repeat: no-repeat;
	background-size: cover;
}

.youthAllianceParticipationFee h1{
	text-align: center; 
	margin-bottom: 30px;
	font-weight: 700;
	z-index: 88;
	position: relative;
	color: white;
}

.youthAllianceParticipationFee .participatinFeeContainer{
	display: flex; 
	justify-content: center; 
	flex-direction: row; 
	flex-wrap: wrap;
	margin-bottom: 30px;
	z-index: 88;
	position: relative;
}

.youthAllianceParticipationFee .participationFeeBoxContainer{
	margin: 10px;
}

.youthAllianceParticipationFee .participationFeeBox{
	height: 300px; 
	width: 270px; 
	background-color: white; 
	padding: 40px 30px; 
	text-align: center;
	box-shadow: 0px 0px 5px 0px rgba(207,207,207,1); 
}

.youthAllianceParticipationFee .participationFeeBox h4{
	text-transform: uppercase;
}

.youthAllianceParticipationFee .dollarSign{
	position: relative; 
	top: 5px; 
	left: 5px;
}

.youthAllianceParticipationFee .amount{
	font-size: 80px; 
	font-weight: 600; 
	position: relative; 
	top: 60px;
}

.youthAllianceParticipationFee .amountLabel{
	font-weight: 600; 
	position: relative; 
	top: 55px;
}

.youthAllianceParticipationFee .participationFeeBtn{
	position: relative;
	top: 115px;
	width: 90%;
	background: transparent;
	border: solid 1px #1e3250;
	border-radius: 3px;
	color: #1e3250;
	padding: 9px 0px;
}

.youthAllianceParticipationFee .participationFeeNote p{
	text-align: center; 
	font-size: 11px;
	color: black;
	font-weight: 600;
	z-index: 88;
	position: relative;
}

.cplcFirstSection{
	padding: 90px 0px 50px 0px;
}

.cplcFirstSection h4{
	text-align: center; 
	text-transform: uppercase;
}

.cplcFirstSection h4{
	text-align: center; 
	text-transform: uppercase;
}

.cplcFirstSection p,
.cplcFirstSection ul{
	padding: 20px 30px; 
	text-align: center;
	font-size: 13px;
	font-weight: 500;
}

.cplcFirstSection li{
	padding-bottom: 6px;
	list-style-position: inside;
}

.subContainer{
	position: relative;
	width: 100%;
	overflow: hidden;
}

.cplcSubSection{
	padding: 50px 0px;
	background-repeat: no-repeat;
	background-size: cover;
}

.cplcSubSection h1{
	text-align: center; 
	margin-bottom: 60px;
	font-weight: 700;
	z-index: 88;
	position: relative;
}

.cplcSubSection .cplcSubSectionContainer{
	display: flex; 
	justify-content: center; 
	flex-direction: row; 
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.cplcSubSection .cplcSubSectionDiv{
	padding: 20px 55px; 
	text-align: center;
}

.cplcSubSection .cplcSubSectionDiv p{
	text-align: center;
	margin-top: 30px;
	font-size: 13px;
	font-weight: 500;
	z-index: 88;
	position: relative;
}

.cplcSubSection .cplcNoContainer{
	width: 60px; 
	height: 60px; 
	border-radius: 50%; 
	margin-left: auto; 
	margin-right: auto;
}

.cplcSubSection .subsectionContentNo{
	font-size: 36px;
	z-index: 88;
	position: relative;
	top: 4px;
	font-weight: 100;
}

.cplcSubSection .cplcLearnMore{
	margin: auto;
	width: 20%;
	position: relative;
	z-index: 88;
}

.cplcSubSection .btnViewCert{
	width: 100%;
	background: transparent;
	border: solid 1px #1e3250;
	border-radius: 3px;
	color: #1e3250;
	padding: 9px 0px;
}

.line-grey{
	background-color: #B1B1B1; 
	height: 6px; 
	width: 70px; 
	margin: auto; 
}

.rowFlex {
  display: flex;
}

.colFlex {
  flex: 1;
  padding: 2em;
}

.our-work h1 span {
	text-align: left;
	width: 40%;
}

.parentFlex {
	display: flex;
	flex-wrap: wrap;
}
  
.childFlex {
	flex: 1 0 31%; /* explanation below */
	padding-left: 4px;
	padding-right: 4px;
}

.divOverlay {
	position: absolute; 
	width: 100%; 
	top:-8px; 
	left:0
}

.position-relative{
	position: relative;
}

.wrapword {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.layer {
	background-color: rgba(0,0,0,0.5);
	background-color: #000;
	position: absolute;
	opacity: 0.10;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#careersManagerTab{
 background-color: #FFFFFF;
 padding: 20px;
}

#switchToCareersManagementBtn:hover{
	opacity: 0.8;
}

#addCareers:hover{
	cursor: pointer;
	text-decoration: none;
	opacity: 0.8;
}

.counter{
    margin-top: 10px; 
    font-size: 11px; 
    font-weight: bold; 
    color:white;
}

#ckEditorDescription .cke_bottom{
	background: #165073!important;
}

#addCareersModal .modal-content{
	background-image: none;
}

#titleCounter{
	color: #1e3250;
}

#addCareersModal .modal-content h4, #addCareersModal .modal-content label{
	color: #1e3250!important;
}

#addCareersModal .modal-header .close, .gcns-alert .close{
	background-image: url('../images/cancel-colored.png');
}

.careersMainSection{
	padding-bottom: 20px; 
	margin-top: 50px; 
	margin-bottom: 20px;
}

.careersMainSection .container{
	padding: 0px 20px;
}

.careers-container{
	height: 80px; 
	box-shadow: 0px 0px 5px 0px rgba(207,207,207,1); 
	margin-bottom: 20px; 
	border-left: 5px solid #1e3250;
}

.careers-container h4{
	line-height: 0.6;
}

.careers-body{
	padding: 15px; 
	height: 80px;
}

.careers-margin{
	margin-left: 30px;
}

.careersMainSection img{
	max-width: 55px;
	max-height: 55px;
	margin: auto;
	background: linear-gradient(to right, #165073 , #17979d);
}

.careers-image{
	height: 55px; 
	width: 55px;
	overflow-x: hidden;
	overflow-y: hidden;
	display: flex; 
    align-items: center; 
}

.careers-details-icon{
	height: 40px; 
	width: 40px; 
	border: solid 2px #1e3250; 
	border-radius: 50px;
}

.careers-details-icon i{
	padding: 12px; 
	color: #1e3250; 
	size: 8px;
}

.careers-filter-form{
	width: 100%;
	height: 40px;
	overflow: hidden;
	overflow: -moz-hidden-unscrollable;
	background: url(/images/dropdown-arrow.png) no-repeat right white;
	border-radius: 0px;
	box-shadow: 0px 0px 5px 0px rgba(207,207,207,1); 
	display: inline-block;
	position: relative;
}

.careers-filter i{
	color: white; 
	size: 15px; 
	padding: 11px;
}

.careers-filter select{
	height: 40px; 
	border-radius: 0px;
	box-shadow: 0px 0px 5px 0px rgba(207,207,207,1); 
}

.job-details-container{
	margin: 80px;
}

.job-basic-details{
	margin-bottom: 10px;
	display: flex;
    align-items: center;
}

.job-details-line{
	background-color: #1e3250;
}

.job-details-body{
	padding: 10px 0px; 
	border: 1px solid #D7DBDD;
	position: relative; 
	min-height: 60px
}

.job-details-body h5{
	font-weight: 700; 
	text-align: left; 
	margin-bottom: 5px
}

.job-details-body p{
	text-align: left; 
	margin: 0px; 
	line-height: 1.1;
}

.job-details-body-line{
	width: 1px;
	height: 45px;
	content: " ";
	background-color: #D7DBDD;
	position: absolute; 
	top: 50%; 
	transform: translateY(-50%);
}

.job-details-div{
	border-left: 1px solid #D7DBDD;
}

.job-details-img-container{
	width: 13%;
}

.job-basic-details img{
	height: 100%;
	max-width: 80px;
	max-height: 80px;
	background: linear-gradient(to right, #165073 , #17979d);
}

.job-basic-details-image{
	height: 80px; 
	overflow-x: hidden;
	overflow-y: hidden;
}

.job-details-email{
	margin-top: 50px;
	font-weight: 600;
}

.job-details-link{
	margin-bottom: 35px;
}

.job-details-link > .job-details-email{
	margin-top: 0;
}

.job-details-email span{
	color: #43A6B1;
}
 
.careers-filter-form select {
	height: 40px; 
	border-radius: 0px;
	box-shadow: 0px 0px 5px 0px rgba(207,207,207,1); 
	background: transparent;
	-moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
	border: 0;
	height: 40px;
	position: absolute;
	left: 0;
	top: 0;
	padding-right: 40px;
}

.job-icon{
	margin-right: 10px; 
	font-size: 20px;
}

.job-not-found{
	margin-bottom: 80px;
}

.txt-overflow-ellipsis {
    overflow:hidden;
    text-overflow:ellipsis;
	white-space: pre;
}

.cplcVisitBtn{
	background-color: #1e3250;
	border-radius: 25px;
	padding: 5px;
	width: 65px;
	height: 31px;
	color: white!important;
}

.cplcVisitBtn:hover{
	background-color: #345078;
}

.cplcPartnerTitle{
	padding-bottom: 30px; 
	padding: 40px 0 5px; 
	text-align:center; 
	color: #1e3250;
}

#myCarousel2 .carousel-control{
	background-image: none!important;
	display: none;
	height: 60%;
}

#myCarousel2 .carousel-indicators li{
	border: 1px solid #1e3250;
}

#myCarousel2 .carousel-indicators .active{
	background-color: #1e3250;
}

#myCarousel2 .carousel-control{
	width: 13%!important;
}

.partnerLabel{
	color: black;
	padding: 5px; 
	height: 31px; 
	font-weight:normal; 
}

.partnerLabel:hover{
	text-decoration:none;
	color: black;
}

.cplcTalkToUs{
	margin: auto;
	width: 20%;
}

.talkToUsTooltip{
	position: relative;
	bottom: 100px;
}
 
.btnTalkToUs{
	width: 100%;
	background: #1e3250;
	border-radius: 3px;
	color: white!important;
	padding: 9px 0px;
}
	
.talkToUsTooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: #7F8C8D;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	padding: 5px 0;
	font-size: 12px;

/* Position the tooltip */
	position: absolute;
	left: 200px;
	z-index: 1;
} 
  
.talkToUsTooltip:hover .tooltiptext {
	visibility: visible;
	width: 220px;
	top: 55px;
	left: 50%;
	margin-left: -110px;
}

.talkToUsTooltip .tooltiptext::after {
	content: " ";
	position: absolute;
	bottom: 100%;  /* At the top of the tooltip */
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #7F8C8D transparent;
}

.arrow-down {
	display: inline-block;
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #ccc;
	margin: 0;
	position: relative;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.certContainer{
	background-color: #FAFAFA; 
	padding: 70px  140px;
}

.navbarTwoRows{
	display: block;
}

.youthBanner,
.cplcBanner,
.careersBanner,
.certBanner,
.sustainabilityBanner,
.low-carbon-sg-banner,
.low-carbon-awards-banner,
.news-room-banner,
.partners-title,
.esp-title,
.carbon-accounting-title {
	font-weight: bold; 
	color: white; 
	z-index: 1;  
	position: relative; 
	bottom: 80px;
	letter-spacing: -1px;
}

.youthContactUs{
	z-index: 88;
	position: relative;
	margin: auto;
	width: 20%;
	margin-top: 30px;
}
 
.btnContactUs{
	width: 100%;
	background: #1e3250;
	border-radius: 3px;
	color: white!important;
	padding: 9px 0px;
}

.careersIntroduction{
	margin-bottom: 65px;
}

.low-carbon-second-section{
	background-size: cover; 
	background-position: center;
}

.low-carbon-background-overlay{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.1);
}

.second-section-content{
	display: flex; 
	flex-direction: row;
	justify-content: space-between; 
	align-items: center;
	height: 100%;
	color: #fff; 
	padding: 120px 0px;
}

.second-section-content>.image-container{
	width: 33%; 
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.second-section-content>.image-container>img{ 
	max-height: 100%;
	max-width: 100%;
}

.second-section-content>.text-container{
	width: 65%;
	padding: 0px 10px;
}

.second-section-content>.text-container>h1,
.second-section-content>.text-container span{
	line-height: 1.3;
}

.low-carbon-fifth-section{
	background-color: #1e3250; 
	color: #fff; 
	padding: 80px 0px;
}

.low-carbon-third-section{
	color: #000;
	padding: 80px 0px;
}

.low-carbon-third-section .third-section-title, .low-carbon-fifth-section .fifth-section-title{
	text-align: center; 
	color: #1E3250; 
	font-weight: bold; 
	font-size: 48px; 
	line-height: 1.3;
}

.low-carbon-third-section .third-section-description{
	margin-top:10px; 
	color: #1E3250; 
	font-size: 28px; 
	line-height: 1.3;
}

.low-carbon-forth-section{
	color: #000;
	padding: 40px 0px 80px 0px;
} 

.low-carbon-forth-section>
.forth-section-content>h1{
	font-size: 42px;
    text-align: center;
    font-weight: bolder;
    color: #1E3250;
	margin-bottom: 20px;
}

.forth-section-title, .forth-section-title-1, .forth-section-title-2 {
	text-align: center; 
	color: #1E3250;
	font-size: 26px;
	font-weight: bolder; 
	line-height: 1.3;
	margin: 15px;
	min-height: 70px;
}

.forth-section-image-div{
	height: 250px;
	display: flex;
	justify-content: center;
}

.forth-section-image-div>img{
	max-height: 100%;
	max-width: 100%;
	align-self: center;
}

.forth-section-description, .forth-section-description-1, .forth-section-description-2 {
	margin-top:10px; 
	color: #1E3250; 
	font-size: 18px; 
	line-height: 1.3;
}

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

.image-size {
	width: 250px;
	height: 200px;
}

.low-carbon-fifth-section>
.fifth-section-content h1,
.low-carbon-fifth-section>
.fifth-section-content p,
.low-carbon-fifth-section>
.fifth-section-content span{
	line-height: 1.3;
}

.low-carbon-fifth-section>
.fifth-section-content p{
	margin: 20px;
}

.low-carbon-fifth-section 
.get-in-touch-div{
	margin-top: 50px; 
	display: flex; 
	justify-content: center;
}

.low-carbon-fifth-section a{
	text-decoration	: underline;
	color: #e8c161;
}

.low-carbon-fifth-section 
.get-in-touch-div>a{
	background-color: #388ca8; 
	color: #fff;
	font-weight: 900;
	height: 40px; 
	width: 165px; 
	border-radius: 5px; 
	text-decoration: none;
	display: flex;
    align-items: center;
    justify-content: center;
}

.low-carbon-fifth-section 
.get-in-touch-div>a:hover{
	background-color: transparent; 
	color: #fff;
	border: 2px solid #fff;
}

.low-carbon-sixth-section{
	background-size: cover;
	background-position: center;
}

.low-carbon-sixth-section
.sixth-section-content{
	padding: 80px; 
	color: #fff;
}

.low-carbon-sixth-section
.sixth-section-content h1,
.low-carbon-sixth-section
.sixth-section-content>h1>span{
	line-height: 1.3;
}

.low-carbon-sixth-section
.sixth-section-content p,
.low-carbon-sixth-section
.sixth-section-content span{
	line-height: 1.5;
}

.low-carbon-logo-recipient{
	padding: 80px;
}

.low-carbon-logo-recipient>h1{
	color: #1e3250;
	font-weight: bolder;
	text-align: center; 
	margin-bottom: 40px;
}

.logo-recipient-content{
	display: flex; 
	flex-direction: row; 
	justify-content: space-between;
	height: 290px;
}

.logo-recipient-content-previous,
.logo-recipient-content-next{
	width: 5%; 
	align-self: center;
	cursor: pointer;
}

.logo-recipient-content-previous>div,
.logo-recipient-content-next>div{
	background-color: #388CA8; 
	height: 40px; 
	width: 40px; 
	border-radius: 50%; 
	display: flex; 
	justify-content: center;
}

.logo-recipient-content-previous>div>a,
.logo-recipient-content-next>div>a{
	align-self: center;
}

.logo-recipient-content-previous>div>a>i,
.logo-recipient-content-next>div>a>i{
	color: #E8C161;
}

.logo-cards-container{
	display:none; 
	width: 85%;
}

.logo-cards-container>.logos{
	display: flex; 
	justify-content: center;
	flex-direction: row; 
	flex-wrap: wrap;
	height: 100%;
	align-items: center;
}

.logo-cards-container>.logos>.content-container{
	height: 115px; 
	width: 21%;
	box-shadow: 0px 0px 5px 0px rgba(207,207,207,1); 
	border-radius: 5px; 
	margin: 15px; 
	display: flex; 
	align-items: center;
}

.logo-cards-container>.logos>
.content-container>.content{
	height: 100px; 
	width: 100%; 
	display: flex; 
	justify-content: center; 
	padding: 15px;
}

.logo-cards-container>.logos>
.content-container>.content img{
	max-height: 100%; 
	max-width: 100%; 
	align-self: center;
}

.logo-cards-container>.logos>
.content-container>.content a{
	display: flex;
}

.logo-recipient-pagination,
.past-activities-pagination,
.upcoming-activities-pagination {
    display: flex; 
    justify-content: center;
}

.logo-recipient-pagination .active>a,
.past-activities-pagination .active>a,
.upcoming-activities-pagination .active>a {
    color: #1e3250!important;
    font-size: 20px;
    font-weight: bolder!important;
    position: relative;
    top: -5px;
    text-decoration: underline;
}

.logo-recipient-pagination li a:hover,
.past-activities-pagination li a:hover,
.upcoming-activities-pagination li a:hover {
    color: #1e3250!important;
    border: 2px solid #1e3250;
    background: #fff!important;
    border-radius: 5px!important;
}

.logo-recipient-pagination>.active>a:hover,
.past-activities-pagination>.active>a:hover,
.upcoming-activities-pagination>.active>a:hover {
    color: #1e3250!important;
    border: 2px solid #1e3250;
    background: #fff!important;
    border-radius: 5px!important;
}

.low-carbon-faq-section {
	background-color: #1e3250; 
	color: #fff; 
	padding: 80px 0px;
}

.low-carbon-faq-section 
.get-started-div {
	margin-top: 50px; 
	display: flex; 
	justify-content: center;
}

.low-carbon-faq-section a {
	text-decoration	: underline;
	color: #749bc2;
}

.low-carbon-faq-section 
.get-started-div>a {
	background-color: #388ca8; 
	color: #fff;
	font-weight: 900;
	height: 40px; 
	width: 140px; 
	border-radius: 5px; 
	text-decoration: none;
	display: flex;
    align-items: center;
    justify-content: center;
}

.low-carbon-faq-section 
.get-started-div>a:hover {
	background-color: transparent; 
	color: #fff;
	border: 2px solid #fff;
}

.faqLabel {
	color: #000;
	margin: auto;
}

.faqTitle {
	text-align: center;
	margin-bottom: 50px;
}

.event-link-blue{
	background-color: #1E3250;
	color: white!important;
	margin-bottom: 0px;
}

.event-link-red{
	background-color: #EC3740;
	color: white!important;
	margin-bottom: 0px;
}

.event-link-green{
	background-color: #297D6D;
	color: white!important;
	margin-bottom: 0px;
}

.event-link-gold{
	background-color: #CCB146;
	color: white!important;
	margin-bottom: 0px;
}

.event-link-purple{
	background-color: #6E417A;
	color: white!important;
	margin-bottom: 0px;
}

.event-search-main-div{
	margin-top: 50px; 
	margin-bottom: 70px; 
	display: flex; 
	justify-content: flex-end;
}

.event-search-container{
	width: 30%;
}

.event-search-input{
	border: 1px solid #1e3250; 
}

.event-search-button{
	background-color: #1e3250; 
	color: white; 
	border: 1px solid #1e3250; 
	pointer-events: none;
}

.btn-gcns:hover{
	color: #fff;
}

#certIntroPage .page-body p{
	margin-bottom: 20px;
}

.change-password-main{
	padding: 100px 200px;
}

.change-password-container{
	padding: 50px; 
	box-shadow: 0px 0px 5px 0px rgba(207,207,207,1); 
	display: flex; 
	flex-direction: row;
}

.cert-valid{
    color:#3a7d34;
}

.cert-invalid{
    color:#ec3f41;
}

.change-pw-form{
	display: flex; 
	flex-direction: row; 
	justify-content: space-between;
}

.change-pw-fields{
	display: flex; 
	flex-direction: column; 
	justify-content: center; 
	width: 50%;
}

.change-pw-requirements{
	width: 40%; 
	font-size: 11px; 
	line-height: 1.5em; 
	display: flex; 
	flex-direction: column;
}

.cert-color{
	background-color: #1e3250;
}

.cert-tool-main{
	display: flex; 
	flex-direction: column; 
	padding: 80px 120px;
}

.cert-header{
	display: flex; 
	flex-direction: row; 
	justify-content: space-between;
}

.cert-header-title{
	display: flex; 
	flex-direction: column;
}

.cert-navbar{
	margin: 40px 0px;
	display: flex; 
	flex-direction: row; 
	justify-content: space-between;
}

.cert-navbar-container{
	height: 45px; 
	box-shadow: 0px 0px 5px 0px rgba(207,207,207,1); 
	border-top: 3px solid #1e3250; 
	border-radius: 3px;
	padding-top: 10px;
	overflow: auto;
	width: 60%;
}

.cert-solid-btn{
	background-color: #1e3250; 
    color: white;
}

.cert-solid-btn:hover{
	background-color: transparent;
	border: 2px solid #1e3250;
	color: #1e3250;
}

.cert-navbar-tabs{
	display: flex; 
	flex-direction: row; 
	justify-content: space-around;
}

.cert-navbar-tabs a{
	text-decoration: none;
}

.cert-navbar-tabs a:hover{
	color: #1e3250;
	font-weight: bold;
}

.cert-navbar-container .active{
	color: #699CC6;
	font-weight: bold;
}

.cert-navbar-container a{
	color: black;
}

.cert-company-info-form,
.cert-company-info-form-time-period{
	display: flex; 
	flex-direction: row;
}

.cert-company-info-label{
	min-width: 28%;
	width: 28%;
}

.cert-company-info-text{
	border: 1px solid #807777;
	border-radius: 3px;
}

.cert-company-info-contact{
	padding-left: 20px; 
	color: #626567;
}

.cert-company-info-contact-input{
	width: 50%;
}

.cert-company-info-date{
	width: 20%;
}

.cert-company-info-time-period-main{
	overflow: auto;
}

.cert-company-info-time-period-container{
	margin-top: 40px;
}

.cert-time-period-column-label{
	width: 40%; 
	min-width: 40%;
}

.cert-time-period-column-input{
	width: 20%; 
	min-width: 20%; 
	padding: 0px 20px;
}

.cert-time-period-column-input input{
	border: 1px solid #807777;
	border-radius: 0px;
}

.cert-time-period-column-input span{
	display: block;
	font-size: 12px;
	font-weight: 700;
	color: #626567;
}

.cert-time-period-header{
	margin: 10px 0px; 
	color: #626567;
	font-size: 13px;
}

.cert-text-center{
	text-align: center;
}

.cert-comment-box{
	box-shadow: 0px 0px 5px 0px rgba(207,207,207,1); 
	padding: 10px; 
	margin-top: 10px;
	margin-bottom: 10px;
	width: 75%; 
	font-size: 11px; 
	border-radius: 5px; 
	line-height: normal; 
	display: none;
}

.cert-comment-div{
	width: 100%;
}

.cert-comment-span{
	cursor: pointer;
}

.cert-comment-icon{
	font-size: 11px; 
	color: #1e3250;
}

.cert-comment-close{
	position: relative; 
	top: -5px; 
	left: 2px;
}

.cert-comment-body{
	width: 90%;
}

.cert-comment-header{
	width: 10%;
}

.time-period-header-comment{
	box-shadow: 0px 0px 5px 0px rgba(207,207,207,1); 
	padding: 10px; width: 100%; 
	font-size: 11px; 
	border-radius: 5px; 
	line-height: normal; 
	margin-top: 10px; 
	display: none;
}

.cert-switch-label{
	font-size: 10px; 
	font-style: italic; 
	margin-right: 10px;
}

.cert-switch{
	position: relative;
	display: inline-block;
	width: 40px;
	height: 20px;
}
  
.cert-switch input{ 
	opacity: 0;
	width: 0;
	height: 0;
}
  
.slider{
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: transparent;
	border: 1px solid #1e3250;
	-webkit-transition: .4s;
	transition: .4s;
}
  
.slider:before{
	position: absolute;
	content: "";
	height: 12px;
	width: 12px;
	left: 4px;
	bottom: 3px;
	background-color: #1e3250;
	-webkit-transition: .4s;
	transition: .4s;
}
  
input:checked + .slider {
	background-color: #1e3250;
}
  
input:checked + .slider:before {
	background-color: white;
}
  
input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}
  
input:checked + .slider:before {
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}
  
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

.cert-main-div{
    overflow: auto;
	box-shadow: 0px 0px 5px 0px rgb(207 207 207);
}

.conversion-factor-header{
    display: flex; 
    flex-direction: row; 
    align-items: center;
    background-color: #707070!important;  
    color: white;
    height: 45px;
	border-top-left-radius: 3px; 
	border-top-right-radius: 3px;
	font-size: 13px;
}

.conversion-factor-category-main{
    display: flex; 
    flex-direction: row; 
    align-items: center; 
    height: 45px;
}

.conversion-factor-first-column{
    width: 23%; 
    padding: 0px 20px;
}

.conversion-factor-value-columns{
    width: 23%; 
    padding: 10px; 
    text-align: center
}

.conversion-factor-columns{
    width: 9%; 
    padding: 10px;
    text-align: center;
}

.conversion-factor-scope-columns{
	width: 9%; 
    padding: 10px;
    text-align: center;
}	

.conversion-factor-item-main{
    display: flex; 
    flex-direction: row; 
}

.conversion-factor-item{
    width: 23%;  
    padding: 10px 10px 0px 40px;
}

.conversion-factor-item-label{
    margin-bottom: 5px; 
    font-weight: normal; 
	font-size: 13px;
    color: #444; 
    width: 100%; 
    min-height: 34px; 
    padding: 5px 12px; 
    border: 1px solid #749bc2;
	border-radius: 3px; 
    line-height: 1.42857143;
    background-color: #fff;
	overflow: auto; 
}

.conversion-factor-border{
	border-left: 1px solid #707070; 
	border-right: 1px solid #707070; 
	height: 100%;
}

.conversion-factor-item-border{
	border-left: 1px solid #707070; 
	border-right: 1px solid #707070; 
}

.conversion-scope-div{
	height: 34px; 
	margin-bottom: 10px; 
	padding: 5px 12px; 
	line-height: 1.42857143; 
	text-align: center; 
	display: flex; 
	flex-direction: row; 
	justify-content: space-evenly; 
	align-items: center;
}

.conversion-scope-button{
	background-color: #1e3250; 
	border-radius: 50%; 
	height: 20px; 
	width: 20px; 
	cursor: pointer; 
	margin: 0 auto;
}

.conversion-scope-button i{
	color: white; 
	font-size: 9px; 
	position: relative; 
	top: -2px;
}

.conversion-source-div{
	display: none; 
	position: relative; 
	right: 380px; 
	width: 450px; 
	padding: 15px; 
	background-color: #f1f1f1; 
	font-size: .875em; 
	border-radius: 5px; 
	box-shadow: 0 1px 3px #ccc;
}

.conversion-source-text{
	background-color: #fff; 
	border: 1px solid #707070; 
	padding: 5px; 
	border-radius: 3px; 
	margin-bottom: 5px; 
	overflow: auto;
}

.conversion-source-text p{
	line-height: 1.3; 
	color: #707070;
}

.conversion-source-div a{
	background-color: #46959b; 
	color: white; 
	width: 30%;
}

div.cert-div>div:nth-of-type(odd) {
	background: #f2f2f2;
}

.conversion-info-div{
	display: flex; 
	flex-direction: row; 
	justify-content: space-between; 
	align-items: center;
}

.conversion-info-box{
	display: flex; 
	flex-direction: row;
}

.conversion-info-body{
	width: 90%;
	overflow: auto;
}

.conversion-info-body p{
	text-align: left;
}

.conversion-info-header{
	width: 10%;
}

.conversion-info-header button{
	font-size: 15px;
}

.conversion-info-button{
	background-color: #1e3250; 
	border-radius: 50%; 
	cursor: pointer; 
	margin: 0 auto;
	width: 16px; 
	height: 16px;
}

.conversion-info-item-button{
	margin-left: 10px; 
	margin-top: 3px;
}

.conversion-info-button i{
	color: white; 
	font-size: 8px; 
	position: relative; 
	left: 6px; 
	top: -5px;
}

.conversion-info{
	margin-top: 10px; 
	width: 230px; 
	box-shadow: 0px 0px 5px 0px rgb(207 207 207); 
	border-radius: 3px;
	padding: 10px; 
	position: absolute; 
	background-color: white; 
	display: none; 
	font-size: 11px; 
	line-height: 1.3; 
	z-index: 1;
}

/* .conversion-info::before {
    content: "\25B2";
    position:absolute;
    top: -12px;
    left: 86%;
    font-size:14px;
    line-height:14px;
    color:#ddd;
    text-shadow: #000;
    display:block;
} */

.cert-transparent-btn{
	background-color: #fff; 
	color: #000;
	/* border: 2px solid #1e3250; */
}

.cert-transparent-btn:hover{
	background-color: #1e3250; 
	color: #fff;
}

.conversion-modal-close{
	background-image: url('./../images/close-icon.png')!important; 
	width: 13px!important; 
	height: 13px!important;
}

.conversion-modal-div{
	color: white; 
	background-color: #fff
}

.conversion-modal-label{
	color: #000!important; 
	float: left; 
	font-size: 10px; 
	margin: 0;
}

.conversion-modal-button-div{
	display: flex; 
	flex-direction: row; 
	justify-content: space-between; 
	border-radius: 0px
}

.conversion-modal-save-btn{
	width: 45%; 
	background-color: #1e3250; 
	color: #fff; 
	border-radius: 0px;
}

.conversion-modal-save-btn:hover{
	color: #fff;
}

.conversion-modal-cancel-btn{
	width: 45%; 
	border-radius: 0px; 
	color: #000;
}

#unitUl a{
    color: #1e3250;
}

#unitUl a.active{
    background: #b8cbda54;
}

.conversion-modal-form-border{
	border-radius: 0px;
}

.conversion-add-item-btn{
	background-color: #1e3250; 
	color: #fff!important;
}

.conversion-add-item-btn:hover{
	background-color: transparent; 
	border: 2px solid #1e3250;
	color: #1e3250!important;
}

.scope-and-methodology{
	margin-top: 20px; 
	background-color: #f2f2f2; 
	padding: 20px; 
	border-radius: 3px;
}

.data-input-filter{
	display: flex; 
	flex-direction: row;
	align-items: center; 
	width: 100%; 
	margin-bottom: 20px;
}

.view-by-filter{
	display: flex; 
	flex-direction: row; 
	align-items: center;
	width: 25%;
}

.view-by-filter>span{
	width: 70px;
}

.view-by-filter>select{
	width: 75%;
}

.date-range{
	display: flex; 
	flex-direction: row;
	align-items: center; 
	width: 50%;
}

.date-range>select{
	margin: 0 5px;
}

.date-range>span{
	margin: 0 5px;
}

.date-range-filter-btn{
	display: flex; 
	flex-direction: row; 
	align-items: center;
	width: 12%;
}

.date-range-filter-btn>button{
	width: 100%;
	border-radius: 3px;
	background-color: #1e3250;
    color: #fff!important;
	margin: 0 5px;
}

.date-range-filter-btn>button:hover{
	background-color: transparent;
	border: 1px solid #1e3250;
	color: #1e3250!important;
}

.date-range-error{
	border-color: #a94442;
}

.data-input-container,
.emission-calculator-container{
	font-size: 13px; 
	border-radius: 5px;
	box-shadow: 0px 0px 5px 0px rgba(207,207,207,1);
	overflow: auto;
}

.data-input-content,
.emission-calculator-content{
	padding: 0!important;
	background-color: #6D6E6F;
}

.data-input-item-div,
.emission-calculator-item-div{
	display: flex;
	flex-direction : column;
	width: 40%;
	margin-top: 7px;
}

.data-input-months-div{
	display: flex;
	flex-direction : column;
	width: 45%;
	overflow-x: auto;
}

.data-input-months-div, 
.data-input-months-div .data-input-item-background,
.emission-calculator-months-div, 
.emission-calculator-months-div .emission-calculator-item-background,
.emission-calculator-total-div,
.emission-calculator-total-div .emission-calculator-item-background{
	transform: rotateX(180deg);
}

.data-input-total-div{
	display: flex;
	flex-direction : column;
	width: 15%;
	margin-top: 7px;
}

.data-input-header,
.emission-calculator-header{
	height: 64px; 
	background-color: #6D6E6F!important;
	align-items: center;
	color: white;
}

.data-input-header-item,
.emission-calculator-header-item{
	padding: 0px 20px;
}

.data-input-header-emissions{
	padding: 15px 28px; 
}

.data-input-header-emissions>label{
	margin-bottom: 0px;
}

div.data-input-item-background>div:nth-of-type(odd),
div.emission-calculator-item-background>div:nth-of-type(odd) {
	background: #f2f2f2;
}
div.data-input-item-background>div:nth-of-type(even),
div.emission-calculator-item-background>div:nth-of-type(even) {
	background: #fff;
}

.data-input-months-div>.data-input-item-background,
.emission-calculator-months-div>.emission-calculator-item-background{
	width: fit-content;
	overflow: auto;
}

.data-input-row,
.emission-calculator-row{
	display: flex;
	flex-direction : row;
	justify-content : space-between;
	align-items: center;
}

.data-input-category-div,
.emission-calculator-category-div{
	height: 75px; 
	border-right: 1px solid #707070; 
	border-top: 1px solid #707070; 
}

.data-input-category-month,
.emission-calculator-category-month{
	height: 75px; 
	border-top: 1px solid #707070;
}

.data-input-category-total,
.emission-calculator-category-total{
	height: 75px; 
	border-left: 1px solid #707070; 
	border-top: 1px solid #707070;
}

.data-input-total-emissions{
	padding: 15px 28px; 
	border-left: 1px solid #707070;
}

.data-input-total-emissions>label{
	text-align: center; 
	background-color: #699CC6; 
	color: #fff; 
	border: 1px solid #699CC6;
}

.data-input-category-item,
.emission-calculator-category-item{
	text-transform: uppercase; 
	font-weight:900;
}

.data-input-item,
.emission-calculator-item{
	padding: 15px 0px 15px 20px; 
	justify-content: unset;
}

.data-input-item-name,
.emission-calculator-item-name{
	width: 70%; 
	padding-left: 20px;
}

.data-input-unit-div,
.emission-calculator-unit-div{
	width: 30%; 
	text-align: center; 
	padding: 0px 10px;
}

.data-input-unit-div>select{
	display:none; 
	text-align: center;
	border: 1px solid #70707080;
}

.data-input-unit-div>label,
.emission-calculator-unit-div>label{
	border: 1px solid #70707080;
}

.data-input-label,
.emission-calculator-label{
	margin-bottom: 0px;
}

.data-input-height,
.emission-calculator-height{
	height: 34px;
}

.data-input-row-height,
.emission-calculator-row-height{
	height: 64px;
}

.data-input-padding,
.emission-calculator-padding{
	padding: 15px 0px 15px 20px;
}

.data-input-border-right,
.emission-calculator-border-right{
	border-right: 1px solid #707070;
}

.month-column,
.emission-calc-month-column{
	padding: 0px 10px;
	margin: 0 auto;
	width: 133px;
	text-align: center;
}

.month-header,
.month-fields,
.emission-calculator-month-header,
.emission-calc-month-fields{
	padding: 15px 0px 15px 2px;
}

.month-fields input{
	border: 1px solid #699CC6;
	text-align: center;
}

.data-input-qualitative{
	padding: 30px 50px 0px;
}

.data-input-qualitative-content{
	margin-bottom: 10px;
}

.cert-btn-container{
	width: 40%;
	display: flex;
	flex-direction: row;
	justify-content: end;
	align-items: center;
}

.cert-btn-container>button{
	width: 110px;
	height: 85%;
	border-radius: 3px;
	border: 2px solid #1e3250;
	margin-left: 5px;
}

.add-item-btn{
	background-color: #1e3250; 
	color: #fff; 
	margin-left: 10px;
}

.add-item-btn:hover{
	background-color: transparent;
	border: 2px solid #1e3250;
	color: #1e3250;
}

.data-input-comment-box{
	box-shadow: 0px 0px 5px 0px rgba(207,207,207,1);
	background-color: #fff;
	position: absolute;
	padding: 10px; 
	margin-top: 10px;
	margin-bottom: 10px;
	width: 20%; 
	font-size: 11px; 
	border-radius: 5px; 
	line-height: normal; 
	display: none;
}

.data-input-comment-content{
	display: flex;
	flex-direction: row;
	text-transform: none;
}

.edit-fuels-btn{
	background-color: #1e3250;
	border-radius: 50%;
	height: 20px;
	width: 20px;
	cursor: pointer;
	margin-left: 5px;
	display: inline-block;
}

.edit-fuels-btn>i{
	color: white;
	font-size: 8px;
	position: relative;
	top: -3px;
	left: 6px;
}

.no-data-label{
	font-size: 9px; 
	color: #000!important; 
	margin-top: 5px;
    line-height: 1.2; 
	display: none;
}

.no-data-label>span{
	color: #699CC6; 
	cursor: pointer;
}

.data-input-months-div::-webkit-scrollbar,
.emission-calculator-months-div::-webkit-scrollbar,
.emission-calculator-total-div::-webkit-scrollbar {
	height: 7px;
 	background-color: #f2f2ff
}

.data-input-months-div::-webkit-scrollbar-button,
.emission-calculator-months-div::-webkit-scrollbar-button,
.emission-calculator-total-div::-webkit-scrollbar-button {
	border-style: solid;
	height: 7px;
	width: 8px;
}

.data-input-months-div::-webkit-scrollbar-button:horizontal:decrement,
.emission-calculator-months-div::-webkit-scrollbar-button:horizontal:decrement,
.emission-calculator-total-div::-webkit-scrollbar-button:horizontal:decrement {
	border-width: 3px 14px 3px 0px;
	border-color: transparent #1e3250 transparent transparent;
}

.data-input-months-div::-webkit-scrollbar-button:horizontal:increment,
.emission-calculator-months-div::-webkit-scrollbar-button:horizontal:increment,
.emission-calculator-total-div::-webkit-scrollbar-button:horizontal:increment  {
	border-width: 3px 0 3px 14px;
	border-color: transparent transparent transparent #1e3250;
}

.data-input-months-div::-webkit-scrollbar-button:horizontal:decrement:hover,
.emission-calculator-months-div::-webkit-scrollbar-button:horizontal:decrement:hover,
.emission-calculator-total-div::-webkit-scrollbar-button:horizontal:decrement:hover {
	border-color: transparent #2d70b5b8 transparent transparent;
  }

.data-input-months-div::-webkit-scrollbar-button:horizontal:increment:hover,
.emission-calculator-months-div::-webkit-scrollbar-button:horizontal:increment:hover,
.emission-calculator-total-div::-webkit-scrollbar-button:horizontal:increment:hover {
  	border-color: transparent transparent transparent #2d70b5b8;
}

.data-input-months-div::-webkit-scrollbar-button:horizontal:end:decrement,
.emission-calculator-months-div::-webkit-scrollbar-button:horizontal:end:decrement,
.emission-calculator-total-div::-webkit-scrollbar-button:horizontal:end:decrement {
	display: none;
}

.data-input-months-div::-webkit-scrollbar-button:horizontal:start:increment,
.emission-calculator-months-div::-webkit-scrollbar-button:horizontal:start:increment,
.emission-calculator-total-div::-webkit-scrollbar-button:horizontal:start:increment {
	display: none;
}

.data-input-container::-webkit-scrollbar,
.emission-calculator-container::-webkit-scrollbar {
 	height: 4px;
 	background-color: #f2f2ff;
 }
 
.data-input-months-div::-webkit-scrollbar-track,
.data-input-container::-webkit-scrollbar-track,
.emission-calculator-months-div::-webkit-scrollbar-track,
.emission-calculator-container::-webkit-scrollbar-track,
.emission-calculator-total-div::-webkit-scrollbar-track{
 	box-shadow: inset 0 0 5px grey;
}

.data-input-months-div::-webkit-scrollbar-thumb,
.emission-calculator-months-div::-webkit-scrollbar-thumb,
.emission-calculator-total-div::-webkit-scrollbar-thumb {
	background: #1e3250;
}

.data-input-container::-webkit-scrollbar-thumb,
.emission-calculator-container::-webkit-scrollbar-thumb {
 	background: #1e3250; 
 	border-radius: 3px; 
 }
 
 .data-input-months-div::-webkit-scrollbar-thumb:hover,
 .emission-calculator-months-div::-webkit-scrollbar-thumb:hover,
 .emission-calculator-total-div::-webkit-scrollbar-thumb:hover {
 	background: linear-gradient(to right, #699CC6, #2d70b5b8);
}

.data-input-container::-webkit-scrollbar-thumb:hover,
.emission-calculator-container::-webkit-scrollbar-thumb:hover {
	background: #616A6B;
}

.scope-1,
.scope-2,
.scope-3{
	margin: 15px 0px;
}

.scope-1-header,
.scope-2-header,
.scope-3-header{
	background-color: #AECFE6; 
	height: 60px; 
	border-radius: 5px; 
	display: flex; 
	flex-direction: row; 
	justify-content: space-between; 
	align-items: center; 
	padding: 20px;
}

.scope-1-header>span,
.scope-1-header>i,
.scope-2-header>span,
.scope-2-header>i,
.scope-3-header>span,
.scope-3-header>i{
	font-size: 18px; 
	font-weight: bolder;
	color: #000;
}

.scope-1-header>i,
.scope-2-header>i,
.scope-3-header>i{
	cursor: pointer;
}

.scope-1-body,
.scope-2-body,
.scope-3-body{
	line-height: 1.2;
	font-size: 13px;
}

.scope-1-body>.show,
.scope-2-body>.show,
.scope-3-body>.show{
	display: flex;
}

.scope-1-filter,
.scope-2-filter{
	display: flex; 
	flex-direction: row; 
	justify-content: space-between;
	align-items: center;
	margin: 20px 0px;
}

.scope-1-filter>.filter-div,
.scope-2-filter>.filter-div{
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 25%;
}

.scope-1-filter>.filter-div>span,
.scope-2-filter>.filter-div>span{
	width: 70px;
}

.scope-1-filter>.filter-div>select,
.scope-2-filter>.filter-div>select{
	width: 75%;
}

.scope-2-filter>.date-range,
.scope-1-filter>.date-range{
	display: flex; 
	flex-direction: row;
	align-items: center; 
	width: 65%;
}

.scope-1-filter>.date-range>select,
.scope-2-filter>.date-range>select{
	width: 20%;
	margin: 0 5px;
}

.scope-1-filter>.date-range>span,
.scope-2-filter>.date-range>span{
	margin: 0 5px;
}

.scope-1-filter>.view-by-div{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 20%;
}

.scope-1-filter>.view-by-div>i.active{
	color: #1E3250;
}

.scope-1-filter>.view-by-div>i{
	font-size: 28px; 
	font-weight: bolder;
	color: #878D96;
	cursor: pointer;
}

.scope-1-filter>.view-by-div>.icon-separator{
	height: 32px; 
	border-right: 1px solid #707070;
}

.scope-1-filter>.view-by-div>button,
.scope-2-filter>.view-by-div>button{
	background-color: #1E3253;
	color: white;
}

.scope-1-filter>.date-range-filter-btn>button{
	width: 80%;
}

.scope-1-table-main-div,
.indices-table-main-div,
.tax-rate-table-main-div,
.emission-contributors-main-table-1,
.emission-contributors-main-table-2,
.emission-contributors-main-table-3,
.absolute-emissions-table-main-div,
.percentage-comparison-table-main-div{
	overflow: auto;
	box-shadow: 0px 0px 5px 0px rgb(207 207 207);
}

.scope-1-table,
.indices-table,
.tax-rate-table,
.emission-contributors-table-1,
.emission-contributors-table-2,
.emission-contributors-table-3,
.absolute-emissions-table,
.percentage-comparison-table{
	box-shadow: 0px 0px 5px 0px rgb(207 207 207);
	border-radius: 5px;
}

.scope-1-table-header,
.indices-table-header,
.tax-rate-table-header,
.emission-contributors-table-1>.header,
.emission-contributors-table-2>.header,
.emission-contributors-table-3>.header,
.absolute-emissions-table-header,
.percentage-comparison-table-header{
	display: flex; 
	flex-direction: row; 
	background-color: #707070; 
	color: #fff; 
	font-weight: bolder;
	min-height: 52px;
	padding: 10px 0px; 
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	align-items: center;
	color: white;
}

.scope-1-table-header>.column-1,
.scope-1-qty-unit-header>.column-1,
.scope-1-item>.column-1{
	width: 35%; 
	padding: 0px 30px;
}

.scope-1-qty-unit{
	width: 50%;
	font-weight: bolder;
	color: #000;
}

.scope-1-table-header>.column{
	width: 21%; 
	padding: 0px 20px;
	text-align: center; 
}

.scope-1-qty-unit-header{
	display: flex; 
	flex-direction: row; 
	align-items: center; 
	height: 50px;
}

.scope-1-total-before-offsets 
.scope-1-input-div,
.scope-1-total-after-offsets
.scope-1-input-div{
    background-color: #699CC6;
    color: #fff;
	overflow: auto;
}

.scope-1-input-div{
	display: block;
    width: 50%;
    height: 34px;
    padding: 6px 10px;
	margin: 0px 8px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
	border: 1px solid #699CC6;
    border-radius: 4px;
	text-align: center;
	overflow: auto;
}

.scope-1-total-title{
	width: 35%; 
	padding: 0px 30px;
	font-weight: bolder;
	color: #000;
}

.scope-1-total{
	display: flex; 
	flex-direction: row; 
	align-items: center; 
	min-height: 50px; 
	height: 50px; 
	background-color: #f2f2f2;
	border-top: 1px solid #707070;
}

.scope-1-total-div{
	width: 21%; 
	height: 100%; 
	text-align: center; 
	display: flex; 
	flex-direction: row; 
	justify-content: space-evenly; 
	align-items: center; 
	border-left: 1px solid #707070;
}

.scope-1-item{
	display: flex; 
	flex-direction: row; 
	align-items: center; 
	min-height: 52px; 
	height: 52px;
}

.scope-1-item-div{
	width: 21%; 
	text-align: center; 
	display: flex; 
	flex-direction: row; 
	justify-content: space-evenly; 
	align-items: center; 
	height: 100%; 
	border-left: 1px solid #707070;
}
.scope-1-total-before-offsets 
.scope-1-input-div::-webkit-scrollbar,
.scope-1-total-after-offsets
.scope-1-input-div::-webkit-scrollbar,
.indices-input-div::-webkit-scrollbar,
.tax-rate-input-div::-webkit-scrollbar{
	display: none;
}
.cert-main-div::-webkit-scrollbar,
.scope-1-table-main-div::-webkit-scrollbar,
.indices-table-main-div::-webkit-scrollbar,
.tax-rate-table-main-div::-webkit-scrollbar,
.emission-contributors-main-table-1::-webkit-scrollbar,
.emission-contributors-main-table-2::-webkit-scrollbar,
.emission-contributors-main-table-3::-webkit-scrollbar,
.absolute-emissions-table-main-div::-webkit-scrollbar,
.percentage-comparison-table-main-div::-webkit-scrollbar{
	height: 4px;
}
.cert-main-div::-webkit-scrollbar-track,
.scope-1-table-main-div::-webkit-scrollbar-track,
.indices-table-main-div::-webkit-scrollbar-track,
.tax-rate-table-main-div::-webkit-scrollbar-track,
.emission-contributors-main-table-1::-webkit-scrollbar-track,
.emission-contributors-main-table-2::-webkit-scrollbar-track,
.emission-contributors-main-table-3::-webkit-scrollbar-track,
.absolute-emissions-table-main-div::-webkit-scrollbar-track,
.percentage-comparison-table-main-div::-webkit-scrollbar-track{
	box-shadow: inset 0 0 5px grey; 
	border-radius: 10px;
}
.cert-main-div::-webkit-scrollbar-thumb,
.scope-1-table-main-div::-webkit-scrollbar-thumb,
.indices-table-main-div::-webkit-scrollbar-thumb,
.tax-rate-table-main-div::-webkit-scrollbar-thumb,
.emission-contributors-main-table-1::-webkit-scrollbar-thumb,
.emission-contributors-main-table-2::-webkit-scrollbar-thumb,
.emission-contributors-main-table-3::-webkit-scrollbar-thumb,
.absolute-emissions-table-main-div::-webkit-scrollbar-thumb,
.percentage-comparison-table-main-div::-webkit-scrollbar-thumb{
	background:#1e3250; 
	border-radius: 10px;
}
.cert-main-div::-webkit-scrollbar-thumb:hover,
.scope-1-table-main-div::-webkit-scrollbar-thumb:hover,
.indices-table-main-div::-webkit-scrollbar-thumb:hover,
.tax-rate-table-main-div::-webkit-scrollbar-thumb:hover,
.emission-contributors-main-table-1::-webkit-scrollbar-thumb:hover,
.emission-contributors-main-table-2::-webkit-scrollbar-thumb:hover,
.emission-contributors-main-table-3::-webkit-scrollbar-thumb:hover,
.absolute-emissions-table-main-div::-webkit-scrollbar-thumb:hover,
.percentage-comparison-table-main-div::-webkit-scrollbar-thumb:hover{
	background: #616A6B; 
}
.indices-table-header>.column-1{
	width: 25%; 
	padding: 0px 30px;
}
.indices-table-header>.column-2{
	width: 75%; 
	text-align: center;
}
.indices-table-label-header{
	height: 50px; 
	display: flex; 
	flex-direction: row; 
	align-items: center; 
	background-color: #f2f2f2; 
	border-bottom: 1px solid #707070;
}
.indices-table-label-header>.column-1,
.indices-items>.column-1{
	display: flex; 
	align-items: center; 
	width: 25%; 
	height: 100%;
	padding: 0px 30px; 
	font-weight: bolder; 
	color: #000; 
}
.indices-table-label-header>.column-2,
.indices-items>.column-2{
	display: flex; 
	flex-direction: row; 
	align-items: center; 
	justify-content: space-evenly;
	width: 75%; 
	height: 100%;
	border-left: 1px solid #707070;
}
.indices-items,
.tax-rate-items{
	height: 50px; 
	display: flex; 
	flex-direction: row; 
	align-items: center;
}
.indices-table-label-header>.column-2>
.sub-column{
	font-weight: bolder; color: #000; 
	height: 100%; 
	display: flex; 
	align-items: center;
	justify-content: center;
	text-align: center;
}
.indices-input-div,
.tax-rate-input-div{
	display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
	border: 1px solid #699CC6;
    border-radius: 4px;
	text-align: center;
	overflow: auto;
}
.w-13{
	width: 13%;
}
.w-18{
	width: 18%;
}
.tax-rate-table-main-div{
	margin-top: 20px;
}
.tax-rate-table-header>.column-1,
.tax-rate-items>.column-1{
	padding: 0px 30px;
}
.tax-rate-table-header>.column-2,
.tax-rate-items>.column-2{
	width: 23%; 
	text-align: center;
}
.tax-rate-input-div{
	display: flex; 
	flex-direction: row;
}
.tax-rate-input-div>.dollar-sign{
	width: 10%; 
	text-align: left;
	font-weight: bold;
	color: #000;
}
.tax-rate-input-div>.value{
	width: 90%; 
	text-align: center;
}
.tax-rate-items>.column-2>
.tax-rate-input-div{
	margin: 0px 25px;
}
.space-between{
	justify-content: space-between;
}

.scope-summary-total{
	font-size: 12px; 
	font-weight: bolder; 
	color: #000;
}

.scope-summary-unit{
	font-size: 12px; 
	font-style: italic;
}

.absolute-emissions-table-header>.column-1,
.percentage-comparison-table-header>.column-1 {
	width: 35%; 
	padding: 0px 30px;
}
.absolute-emissions-table-header>.column-2,
.absolute-emissions-table-header>.column-3,
.absolute-emissions-table-header>.column-4,
.percentage-comparison-table-header>.column-2,
.percentage-comparison-table-header>.column-3,
.percentage-comparison-table-header>.column-4 {
	width: 21%;
	text-align: center;
}
.absolute-emission-items>.column-1,
.percentage-comparison-items>.column-1 {
	display: flex; 
	align-items: center; 
	width: 35%; 
	height: 100%;
	padding: 0px 30px;
	color: #000; 
}
.absolute-emission-items>.column-2,
.absolute-emission-items>.column-3,
.absolute-emission-items>.column-4,
.percentage-comparison-items>.column-2,
.percentage-comparison-items>.column-3,
.percentage-comparison-items>.column-4 {
	display: flex; 
	flex-direction: row; 
	align-items: center; 
	justify-content: space-evenly;
	width: 21%;
	height: 100%;
	border-left: 1px solid #707070;
}
.absolute-emission-items,
.percentage-comparison-items {
	height: 50px; 
	display: flex; 
	flex-direction: row; 
	align-items: center;
}
.absolute-emission-items .data-div,
.percentage-comparison-items .data-div{
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	margin: 0px 15px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	border: 1px solid #699CC6;
	border-radius: 4px;
	text-align: center;
}
.mt-10 {
	margin-top: 10px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-10 {
	margin-top: 10px;
}
.scope-3-download {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	margin: 15px 0px;
}
.scope-3-download>button {
	background-color: #1E3253;
	color: white!important;
}
.text-green{
	color: green!important;
}
.emission-calculator-header-emissions{
	padding: 15px 10px; 
}
.emission-calculator-months-div{
	display: flex;
	flex-direction : column;
	width: 35%;
	overflow-x: auto;
}
.emission-calculator-total-div{
	display: flex;
	flex-direction : column;
	width: 25%;
	overflow-x: auto;
}
.emission-calculator-total-div .emission-calculator-item-background{
	width: fit-content;
	overflow: auto;
}
.emission-calculator-total-emissions{
	padding: 15px 10px; 
	border-left: 1px solid #707070;
}
.emission-calculator-total-emissions>label{
	text-align: center; 
	background-color: #699CC6; 
	color: #fff; 
	border: 1px solid #699CC6;
	margin: 0 5px;
	width: 132px;
}
.emission-calculator-data{
	border: 1px solid #699CC6;
	text-align: center;
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border-radius: 4px;
}
.emission-calculator-unit{
	border: 1px solid #70707080;
	text-align: center;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border-radius: 4px;
}
.emission-calc-total{
	width: 133px; 
	text-align: center; 
	line-height: 1; 
	font-size: 13px;
}
.no-display{
	display: none;
}
.checker {
	list-style-type: none;
    padding: 5px;
    background-color: #1e3250;
	color: #fff;
    width: 70px;
    text-align: center;
	border-radius: 3px;
}

.change-password-main>.main-page {
	margin-bottom: 10px;
}

.change-password-main>.main-page>i{
	color: #1e3250;
}

.btn-cert-forgot-pw{
	box-shadow: none;
}

.cert-company-info-save-btn-div {
	display: flex; 
	flex-direction: row;
	margin-top: 30px;
}
.company-info-save-btn {
	width: 20%; 
	min-width: 20%; 
	padding: 0px 20px;
}
.company-info-save-btn>button {
	width: 100%; 
	border-radius: 0;
}

.company-info-save-btn>button:hover {
	width: 100%; 
	border-radius: 0;
	padding: 5px 0px;
}
.data-input-header-emphasis {
	font-weight:900; 
	color:#000; 
	text-decoration: underline;
}

#conversionItemForm a {
	cursor: pointer;
}

#backMainPage,
.showDraft,
.cert-back-to-main-page {
	color: #1e3250!important;
}

#draftDataTable .arrow{
	border-color: #1e3250;
}
.go-to-cert {
	margin-top: 20px!important; 
	position: relative;
	bottom: 100px;
}
.go-to-cert a {
	width: 100%; 
	border-radius: 3px; 
	padding: 9px 0px;
	border: 2px solid #1e3250; 
	background-color: transparent; 
	color: #1e3250;
}
.membership-main-section-container{
	color: #fff; 
	font-weight: 800;
	background-size: cover;
	background-position-y: center;
}

.membership-main-section-overlay{
	background-color: #377462; 
	opacity: 90%
}

.membership-main-section-content{
	padding: 100px;
}

.membership-application-button-div{
	margin-top: 40px; 
	text-align: center;
}

.membership-application-button-div a{
	background-color: #1e3250; 
	color: #fff!important; 
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	width: 20%; 
	padding: 10px 0px; 
	font-size: 16px; 
	font-weight: 800; 
	border-radius: 3px;
}

.membership-application-button-div a:hover{
	color: #1e3250!important;
	background-color: transparent;
	border: 2px solid #1e3250;
	padding: 9px 0px;
}

.membership-sub-section{
	background-image: url('/images/BG3.jpg'); 
	background-size: cover;
	padding: 50px 200px; 
	text-align: center;
}

.membership-sub-section h2{
	font-weight: 800;
}

.membership-sub-section-content{
	display: flex; 
	flex-direction: row; 
	justify-content: center; 
	flex-wrap: wrap;
	padding: 20px 0px 0px 0px;
}

.membership-card{
	height: 280px; 
	width: 23%; 
	margin: 10px; 
	border-radius: 5px; 
	padding: 35px;
	color: #fff;
}

.membership-card-title h4{
	color: #fff; 
	text-transform: uppercase;
}

.membership-card-body{
	width: 100%; 
	height: 115px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.membership-card-body img{
	max-width: 80px; 
	max-height: 115px;
	padding: 15px 0px;
}

.membership-card-footer{
	font-size: 12px;
	line-height: 1.4;
}

.membership-types{
	padding: 50px 200px; 
	text-align: center;
}

.membership-types h2{
	font-weight: 800;
}

.membership-types-content{
	display: flex; 
	flex-direction: row; 
	justify-content: space-between;
	flex-wrap: wrap; 
	padding: 20px 0px 0px 0px; 
	width: 100%;
}

.membership-type-card{
	min-height: 180px; 
	width: 49%; 
	border-radius: 5px; 
	position: relative;
}

.membership-type-card-front{
	height: 100%;
    transition: all .35s ease-in-out;
    display: block;
}

.membership-type-card>.front{
	padding: 35px;
}

.membership-type-card-front.card-face-hide{
	display: none;
}

.membership-type-card-icon img {
	width: 60px;
}

.membership-type-card-icon i{
	color: #fff; 
	font-size: 50px;
}

.membership-type-card-name{
	padding: 20px;
}

.membership-type-card-name h4{
	color: white; 
	text-transform: uppercase;
}

.membership-type-card-back{
	height: 100%;
	padding: 20px;
    transition: all .35s ease-in-out;
    display: block;
	line-height: 1.4;
	color: #fff;
}

.membership-type-card-back span{
	font-size: 13px;
}

.membership-type-card-back.card-face-hide{
    display: none;
}

.membership-type-card-gold{
	min-height: 95px; 
	width: 100%; 
	background-color: #CCB146; 
	border-radius: 5px; 
	padding: 10px;
	margin-top: 20px;
	position: relative;
	color: #fff;
}

.membership-type-gold-card-icon i{
	color: #fff; 
	font-size: 40px;
}

.membership-type-gold-card-name h4{
	color: white; 
	text-transform: uppercase;
}

.membership-packages{
	background-color: #e7e9ec; 
	padding: 50px; 
}

.membership-packages h2{
	font-weight: 800;
	text-align: center;
}

.membership-packages-table{
	margin-top: 40px;
	background-color: #fff;
}

.membership-packages-table a{
	color: #699CC6; 
	font-weight: bold; 
	text-decoration: underline;
}

.membership-package-column{
	display: flex;
    align-items: center;
    justify-content: center;
}

.membership-packages-note{
	border: 1px solid #1e3250;
}

.membership-packages-note-content{
	font-size: 12px;
}

.membership-packages-additonal-cost{
	padding: 0 3%!important; 
	border: 2px solid #1e3250;
}

.membership-packages-gold{
	background-color: #CCB146;
}

.membership-packages-table .row .col:not(.divTableHead):not(.no-border){
	padding: 10px 3%;
	line-height: 1.6;
    color: #1e3250;
}

.border-blue1{
	border-color : #1e3250!important
}

.border-right-blue1{
	border-left: 1px solid #1e3250!important;
	border-right: 1px solid #1e3250!important;
}

.border-right-blue2{
	border-right: 1px solid #4C6B8B;
}

.border-right-blue3{
	border-right: 1px solid #699CC6;
}

.border-right-blue4{
	border-right: 1px solid #AECFE6;
}

.membership-fee-structure{
	padding: 50px 200px; 
	text-align: center;
}

.membership-fee-structure h2{
	margin-bottom: 20px;
}

tr.membership-table-pricing-row>td{
	text-align: center;
	padding: 15px 19px!important;
	font-size: 14px;
}

.membership-table-pricing{
	border-collapse: separate;
    border-spacing: 7px;
}

.membership-table-pricing>tbody>tr>td{
	border-top: 0px;
	vertical-align: middle;
}

.membership-table-pricing td{
	padding: 8px 0px;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	font-family: 'Roboto-Medium';
	word-wrap: break-word;
}

.membership-fee-subsidiary{
	vertical-align: middle; 
	text-align: center;  
	width: 14%;
}

.membership-fee-non-corporate{
	vertical-align: middle; 
	text-align: center;  
	width: 14%; 
	border: 1px solid #1e3250!important; 
	color: #1e3250;
}

.membership-fee-gold{
	background-color: #CCB146; 
	height: 130px;
}

.membership-fee-gold span{
	font-size: 18px; 
	color: #1e3250;
}

.membership-fee-footer p{
	text-align: center;
}

.membership-fee-footer a.btn{
	background-color: #1e3250; 
	color: #fff!important; 
	width: 100%; 
	border-radius: 3px;
	margin-top: 20px;
	max-width: 167px;
}

.membership-fee-footer a.btn:hover{
	background-color: transparent;
	border: 2px solid #1e3250;
	color: #1e3250!important;
	padding: 9px 16px;
}
.brochure-download {
    text-align: center;
	border-radius: 3px;
    margin-top: 40px;
}
.brochure-download a.btn.btn-lg {
    background: #1d3250;
	border-radius: 3px;
    color: #FFF;
}

.carbon-awards-sg-body .content-awards .text-container {
    width: 100%;
}

.carbon-awards-sg-body .content-awards .text-container p{
    text-align: left;
    font-size: 34px !important;
    line-height: 1.5em;
}

.sixth-section-content .sixth-section-description p {
    text-align: left;
    font-size: 33px !important;
    line-height: 1.5em;
}

.second-section-content.content-awards.container {
    display: block;
}

.carbon-awards-sg-body h1.second-section-title, .sixth-section-content .sixth-section-title {
    text-align: center;
    margin-bottom: 72px;
	width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    font-size: 60px;
	line-height: 1.1em;
	font-weight: 700;
}

.carbon-awards-sg-body .third-section-description p, .low-carbon-fifth-section> .fifth-section-content p {
    text-align: left;
    color: #fff;
    font-size: 27px;
    line-height: 1.5em;
}

.carbon-awards-sg-body .low-carbon-third-section {
    background: #1E3250;
}

.carbon-awards-sg-body .low-carbon-third-section .third-section-title, .low-carbon-fifth-section .fifth-section-title {
    color: #fff;
}

.carbon-awards-sg-body .third-section-title, .carbon-awards-sg-body .fifth-section-title {
    margin-bottom: 70px;
}

.carbon-awards-sg-body .row {
    margin: 0 !important;
}

.carbon-awards-sg-body .content-awards.container {
    padding: 100px 20px;
}

.carbon-awards-sg-body .low-carbon-fifth-section> .fifth-section-content p {
    margin: 0;
}

.carbon-awards-sg-body .low-carbon-fifth-section {
	margin: 0;
}

/* .low-carbon-third-section, .low-carbon-fifth-section {
	padding: 0;
} */

.awardsfaq.list-group.list-group-horizontal {
    border:none;
    margin-top: 20px
}

li.awardsfaq.list-group-item.center {
    width: 93%;
    border-radius: 3px
}

ul#accordion.awardsfaq {
    border-left: none;
}

div.awardsfaq.faqLabel {
    margin-top: 8px;
    margin-bottom: 12px;
}

.carbon-awards.faq-question label.faqLabel {
    margin-right: 15px;
}

.carbon-awards.faq-question {
    position: relative;
}

/* .pull-right.showMore.faqLabel {
    position: absolute;
    top: calc(50% - 10px);
    right: 0;
} */

div#yearsFilter > div {
    margin: 0 20px;
    font-size: 18px;
}

div#yearsFilter {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
	margin-top: 20px;
}

.filtered-years.active {
    font-weight: bold;
    font-size: 30px !important;
}

.filtered-years {
    font-size: 25px !important;
    margin: 10px 10px !important;
    text-decoration: underline;
}

.content-containers.no-winners {
    display: flex;
    align-items: center;
}

.yearsFilter {
	display: flex;
	justify-content: center;
}

div#yearsFilter:hover {
    cursor: pointer;
}

.training-partners>.partners,
.esp>.esp-div,
.carbon-accounting>.carbon-accounting-div {
	margin: 50px 0px;
}
.training-partners>.about-us {
	margin: 50px 0px;
}

.training-partners a {
	color: #1e3250;
	font-weight: bolder;
	text-decoration: underline;
}
.resources-background {
	height: 400px; 
	background-color: white; 
	transform: skewY(13deg); 
	position: absolute; 
	top: 1200px; 
	left: 0px; 
	right: 0px;
}
.resources-main-div {
	padding: 50px 0px; 
}
.resources-introduction {
	margin: 0px 240px 50px;
}
.resources-introduction>h3 {
	text-align: center; 
	line-height: 1.3;
}
.resources-filters {
	color: white; 
	display: flex; 
	flex-direction: column;
}
.resources-filter-div {
	display: flex; 
	flex-direction: row; 
	flex-wrap: wrap; 
	margin: 8px 0px;
	font-size: 13px;
}
.resources-filter-category {
	width: 230px; 
	padding: 4px 0px;
	color: #000;
}
.resources-filter-item {
	padding: 4px 12px; 
	margin-right: 10px; 
	background-color: #bcc1c9; 
	border-radius: 3px; 
	margin-bottom: 10px;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}
.resources-filters a:hover {
	text-decoration: none;
}
.resources-search-bar {
	margin-top: 20px;
}
.resources-search-bar .search-container{
	height: 20px;
}
.resources-search-bar .search-input {
	height: 34px; 
	border-color: #1e3250; 
	border-top-left-radius: 3px; 
	border-bottom-left-radius: 3px;
}
.resources-search-bar .search-button {
	height: 34px; 
	background-color: #1e3250; 
	border-color: #1e3250; 
	border-top-right-radius: 3px!important; 
	border-bottom-right-radius: 3px!important;
}
.resources-search-bar .search-button>i {
	color: #fff;
}
.resources-see-more {
	text-align: center; 
	position: relative; 
	z-index: 1;
}
.resources-see-more>button {
	width: 150px;
	background-color: #1e3250;
	color: #fff!important;
}
.resources-see-more>button:hover {
	background-color: transparent;
	border: 2px solid #1e3250;
	padding: 5px;
	color: #1e3250!important;
}
.resources-cards {
	margin: 75px 0px 0px 0px; 
	display: flex; 
	flex-direction: row; 
	flex-wrap: wrap; 
	justify-content: center;
}
.resources-cards>.cards {
	min-height: 510px; 
	width: 31%;
	margin: 0px 13px 80px 13px;
	background-color: #fff;
	border-radius: 5px; 
	box-shadow: 0px 0px 10px #00000059;
}
.resources-cards .image-container {
	height: 180px;
	background-size: cover; 
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.resources-cards .card-content {
	padding: 20px 25px;
}
.resource-type-div {
	overflow: auto;
	width: 100%;
	padding: 2px 0px 5px 0px;
	user-select: none;
	cursor: grab;
}
.resource-type {
	width: max-content;
}
.resource-type>span {
	border: 1px solid #1e3250; 
	border-radius: 5px; 
	height: 30px; 
	font-size: 11px; 
	padding: 5px 10px;
	margin: 0 3px;
}
.resource-content {
	overflow-x: auto;
	height: 160px;
	margin-top: 10px;
    user-select: none;
    cursor: pointer;
}
.resource-title {
	padding: 5px 0px; 
}
.resource-title> h4{
	line-height: 1.4em;
}
.resource-description {
	font-size: 11px; 
	line-height: 1.8em; 
}
.resource-icons {
	display: flex; 
	flex-direction: row;
	margin: 20px 0px;
}
.resource-social {
	width: 22px; 
	background-color: #1e3250; 
	border-radius: 2px; 
	text-align: center; 
	margin-right: 10px;
}
.resource-social a {
	color: #fff;
	background: none;
}
.resource-button a {
	background-color: #1e3250; 
	color: #fff!important; 
	width: 90px;
	font-size: 11px;
}
.resource-button a:hover {
	border: 2px solid #1e3250;
	padding: 4px;
	background-color: transparent;
	color: #1e3250!important;
}
.resource-content::-webkit-scrollbar {
	width: 4px;
	display: none;
}
.resource-type-div::-webkit-scrollbar {
	height: 4px;
	display: none;
}
.resource-type-div::-webkit-scrollbar-track,
.resource-content::-webkit-scrollbar-track {
	border-radius: 10px;
}
.resource-type-div::-webkit-scrollbar-thumb,
.resource-content::-webkit-scrollbar-thumb {
	background: #1e3250; 
	border-radius: 10px;
}
.resource-type-div::-webkit-scrollbar-thumb:hover,
.resource-content::-webkit-scrollbar-thumb:hover {
	background: #616A6B; 
}

.newsroomBtn {
	background-color: #1E3250;
    color: white;
    border: 0;
    width: 80%;
    border-radius: 5px;
    height: 30px;
}

.lineDivider {
	height: 3px;
	background-color: #1E3250;
}

.rightText {
	line-height: 1.3;
}

.rightImage {
	width: 100%;
}

.alignCenterDiv {
	display: flex;
	align-items: center;
	text-align: center;
}

.getInTouchDiv {
	line-height: 0.8;
}

.getInTouchDiv a {
	text-decoration: none;
}

.getInTouchName {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}

.getInTouchDescription {
	font-size: 12px;
	text-align: center;
}

.getInTouchEmail {
	font-size: 12px;
	text-align: center;
	color: #1E3250;
	cursor: pointer;
}

#contactModal .modal-dialog-centered::before {
    display: block;
	height: calc(100vh - 68rem);
    content: "";
}
.newsroom-main-div {
	padding: 40px 0px;
}
.news-filter-div {
	width: 32%;
}
.news-body {
	margin-top: 30px; 
	display: flex; 
	flex-direction: row; 
	justify-content: space-between; 
	flex-wrap: wrap;
}
.news-details-div {
	display: flex; 
	flex-direction: row; 
	justify-content: space-between;
}
.news-details {
	width: 93%;
}
.news-bread-crumbs {
	font-size: 11px; 
	line-height: 1.3em;
	opacity: 50%;
}
.news-detail-title {
	margin-top: 5px; 
	font-size: 23px; 
	line-height: 1.4em;
}
.news-detail-image {
	margin-top: 40px;
}
.news-detail-shot-by {
	font-size: 11px;
    opacity: 50%;
    float: right;
    margin-top: 5px;
}
.news-detail-description {
	margin-top: 30px; 
	font-size: 12px;
}
.news-detail-description img {
	width: 100%;
}
.news-list-div>.title {
	font-size: 45px; 
	margin-bottom: 45px;
}
.news-list-content {
	margin: 30px 0px;
}
.news-filter {
	display: flex; 
	flex-direction: row; 
	justify-content: space-between; 
	margin-top: 15px;
}
.news-search-bar {
	margin-top: 20px;
}
.news-search-bar .search-container{
	height: 20px;
}
.news-search-bar .search-input {
	height: 34px; 
	border: 2px solid #1e3250; 
	border-top-left-radius: 3px; 
	border-bottom-left-radius: 3px;
}
.news-search-bar .search-button {
	height: 34px; 
	background-color: #1e3250; 
	border-color: #1e3250; 
	border-top-right-radius: 3px!important; 
	border-bottom-right-radius: 3px!important;
}
.news-search-bar .search-button:disabled,
.resources-search-bar .search-button:disabled {
	cursor: default;
    opacity: 100%;
}
.news-search-bar .search-button:disabled:hover,
.resources-search-bar .search-button:disabled:hover {
	background-color: #1e3250; 
	border-color: #1e3250; 
}
.news-search-bar .search-button>i {
	color: #fff;
}
.news-filter-select {
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border: 2px solid #1e3250;
    border-radius: 3px;
}
.news-details-button {
	width: 5%; 
	display: flex; 
	flex-direction: column; 
	margin-top: 50px;
}
.news-social {
	width: 30px;
	height: 30px; 
	background-color: #1e3250; 
	border-radius: 2px; 
	text-align: center; 
	margin-bottom: 10px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.news-social a {
	color: #fff;
	background: none;
}
.news-button a {
	background-color: #1e3250; 
	color: #fff!important; 
	width: 90px;
	font-size: 11px;
}
.news-button a:hover {
	border: 2px solid #1e3250;
	padding: 4px;
	background-color: transparent;
	color: #1e3250!important;
}
.news-card {
	width: 48%; 
	min-height: 350px;
	/* cursor: pointer; */
	margin-bottom: 15px;
}
.news-card>.image-container {
	background-size: cover; 
	height: 200px;
}
.news-card-body>.date {
	padding: 10px 0px 0px 0px; 
	font-size: 12px; 
	/* color: #C4C4C4; */
	opacity: 50%;
}
.news-card-body>.title {
	padding: 10px 0px 0px 0px; 
	font-size: 15px; 
	line-height: 1.3em; 
	color: #1E3250; 
	font-weight: bolder; 
	min-height: 50px
}
.news-card-body>.description {
	padding: 10px 0px 0px 0px; 
	font-size: 11px; 
	line-height: 1.4em; 
	height: 75px;
}
.news-card-body>.description a {
	color: #000000; 
	font-weight: bolder; 
	text-decoration: underline;
}
.news-see-more {
	text-align: center; 
	position: relative; 
	z-index: 1;
}
.news-see-more>button {
	width: 150px;
	background-color: #1e3250;
	color: #fff!important;
}
.news-see-more>button:hover {
	background-color: transparent;
	border: 2px solid #1e3250;
	padding: 5px;
	color: #1e3250!important;
}
.news-go-back {
	margin-top: 15px;
}
.news-no-data {
	margin: 0 auto; 
	font-size: 24px; 
	padding: 30px 0px;
}
.news-details-main-div {
	margin-top: 30px;
}
.logo-cards-container .no-content {
	font-size: 30px;
	font-weight: bolder;
}
.noData {
	font-size: 20px;
}
.container1 {
	cursor: pointer;
	font-size: 13px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.container1 input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.checkmark1 {
	background-color: #bcc1c9;
	text-align: center;
	border-radius: 3px;
}

.container1:hover input ~ .checkmark1 {
	background-color: #000;
}

.container1 input:checked ~ .checkmark1 {
	background-color: #1e3250;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.container1 input:checked ~ .checkmark1:after {
	display: block;
}

.resources-filter-div label.container1 {
	margin-bottom: 12px;
}

.pl {
	padding-left: 3%!important;
}
.esp-div a{
	text-decoration: underline!important;
}
.esp-div strong {
	color: #000000;
}
.esp-faq-ul,
.carbon-accounting-faq-ul {
	border: none; 
	margin-top: 20px;
}
.esp-faq-ul>li,
.carbon-accounting-faq-ul>li {
	width: 93%; 
	border-radius: 3px; 
	display: flex; 
	flex-direction: column;
	border-bottom-left-radius: 4px!important;
	/* box-shadow: 0px 0px 3px 0px rgb(107, 132, 148);  */
}
.esp-faq-question-div,
.carbon-accounting-faq-question-div {
	display: flex; 
	justify-content: space-between; 
	align-items: center; 
	width: 100%; 
	height: 30px;
}
.esp-faq-question-div>span,
.carbon-accounting-faq-question-div>span {
	margin: unset; 
	padding-right: 20px; 
	font-size: 16px; 
	font-weight: 900;
	color: #000000;
}
.faq-show-more {
	cursor: pointer;
	color: #000000;
}
.esp-faq-answer-div,
.carbon-accounting-faq-answer-div {
	margin-top: 8px; 
	margin-bottom: 12px;
}
.portal-signin-div,
.event-signin-div {
	margin-top: 48px;
	display: flex;
	flex-direction: row;
}
.portal-signin-division, 
.event-signin-division {
	width: 50%;
}