@font-face {
  font-family: 'Raleway-Bold';
  src: url('../fonts/Raleway-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/Raleway-Bold.woff') format('woff'), url('../fonts/Raleway-Bold.ttf')  format('truetype'), url('../fonts/Raleway-Bold.svg#Raleway-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway-SemiBold';
  src: url('../fonts/Raleway-SemiBold.eot?#iefix') format('embedded-opentype'),  url('../fonts/Raleway-SemiBold.woff') format('woff'), url('../fonts/Raleway-SemiBold.ttf')  format('truetype'), url('../fonts/Raleway-SemiBold.svg#Raleway-SemiBold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway-Medium';
  src: url('../fonts/Raleway-Medium.eot?#iefix') format('embedded-opentype'),  url('../fonts/Raleway-Medium.woff') format('woff'), url('../fonts/Raleway-Medium.ttf')  format('truetype'), url('../fonts/Raleway-Medium.svg#Raleway-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Raleway-Regular';
  src: url('../fonts/Raleway-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/Raleway-Regular.woff') format('woff'), url('../fonts/Raleway-Regular.ttf')  format('truetype'), url('../fonts/Raleway-Regular.svg#Raleway-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

strong { font-family: 'Raleway-Medium' !important; }

details summary::-webkit-details-marker {
  display:none;
}

*:focus {outline:none !important;}
.Btn { display: inline-block; padding:10px 30px; text-align: center; text-transform: uppercase; font-size: 15px; font-family: 'Raleway-SemiBold'; border:2px solid transparent; white-space: nowrap; vertical-align: middle;}
.BtnPrimary { color:#065381; border-color: #065381; border-radius: inherit;}
.BtnPrimary:hover, .BtnPrimary:focus {color:#065381;}
.BtnSecondary { color:#FA7903; border-color: #FA7903; }
.BtnSecondary:hover , .BtnSecondary:focus{color:#FA7903;}
.orangeBtn, .orangeBtn:hover, .orangeBtn:focus  { background: #F3702B !important; color:#fff; font-size: 13px; }
img{max-width: 100%;}
h2{ color:#11193D; font-size: 40px; font-family: 'Raleway-Bold'; margin:0; padding:0; }
a, a:hover , a:focus{text-decoration: none;}
[class^="icon-"], [class*=" icon-"]{line-height: inherit;}
body{font-family: 'Raleway-Regular'; font-size: 14px;}
.container{width: 100%; padding: 0; margin: 0;}
.header {
  position: absolute;
  top: 0;
  left: 0;
  background: #101317;
  width: 100%;
  margin: 0;
  z-index: 99;
}
.header.fixed-header { position: fixed; top: 0; left: 0; width: 100%; background: #1F232B; z-index: 9999; }
.header .left_part{float: left;}
.header .left_part img{width:360px;}
.header .right_part{float: right;}
.header ul{list-style: none; display: inline-block; padding-left: 20px;}
.header ul.searchMenu { position: relative; top:7px; }
.header ul li{display: inline-block; margin-right:15px;}
.header ul li a{font-size: 36px; color: #fff}
.header ul li a .icon-menu-button{font-size: 46px; position: relative; top:5px; margin-left: 10px;}
.header ul.social{border-right: 1px solid rgba(255,255,255,0.2); margin:0; padding: 20px; display: inline-block;}
.header ul.social li{display: inline-block; border: 2px solid #fff; border-radius: 50%; height: 50px; width: 50px; line-height: 50px; text-align: center; margin-right:15px;}
.header ul.social li a{color: #fff; font-size: 20px; }
.banner .slider img{width: 100%; min-height: 455px;} 
.banner .carousel-inner img { width: 100%; }
.banner .slider { position: relative; margin-top: 90px;}
.banner .slider:after { content:""; position: absolute; width: 100%; height: 100%; top:0; left:0; z-index: 9; }
.banner { position:relative; }
.banner .captionBox { position: absolute; width: 100%; text-align: center; top:50%; transform: translateY(-50%); z-index: 999;}
.banner .captionBox article { display: block; width: 60%; margin:0 auto; }
.banner .captionBox article h1 { color:#fff; font-size: 40px; font-family: 'Raleway-SemiBold'; background: rgba(0,0,0,0.5);}
.banner .captionBox article p { color:#fff; font-size: 19px; font-family: 'Raleway-Regular'; background: rgba(0,0,0,0.5); padding:10px;}
/*added*/

.f35{font-size: 35px;}
.banner .captionBox article span{border:2px solid #fff; border-radius: 4px;  background: #000; display: inline-block;}
.banner .captionBox article span a{color: #fff; font-size: 17px; padding: 8px 30px; display: inline-block;    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);    box-shadow: 0 0 1px rgba(0, 0, 0, 0);position: relative;  -webkit-transition-property: color;
    transition-property: color; -webkit-transition-duration: 0.3s; transition-duration: 0.3s;}
.banner .captionBox article span a:hover{color: #fff;}
.banner .captionBox article span a:before{content: "";position: absolute; z-index: -1; border-radius: 4px; top: -1px;  bottom: 0; 
    left: -1px; right: 0; background: #C8202F; -webkit-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: 50%;
    transform-origin: 50%; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out;}
.banner .captionBox article span a:hover:before{    -webkit-transform: scaleY(1);transform: scaleY(1);}
.banner .banner_buttons{position: absolute;width: 100%; text-align: center; bottom: 0; margin-bottom: 0;  z-index: 99;}
.banner .banner_buttons li{display: inline-block;background: rgba(0,0,0,0.6); padding:10px 15px;margin-right: 10px; }
.banner .banner_buttons li a{color: #fff; font-size: 18px;}
.banner .banner_buttons li a i{font-size: 30px; padding-right: 13px; vertical-align: middle;}

/*inner page css*/
.banner .contentArea { width: 100%; position: absolute; z-index: 99; top:75%; left:0; transform: translateY(-75%); -webkit-transform: translateY(-75%); }
.banner .contentArea h1 { font-family: 'Raleway-Medium'; font-size: 45px; color:#fff; margin:0; padding:0; margin-bottom: 20px;}
.banner .breadcrumb {font-family: 'Raleway-Medium'; font-size: 15px; color:#fff; background: transparent; }
.banner .breadcrumb a { color:#fff; }
.breadcrumb>li+li:before {content: "\f105"; font-family:fontAwesome;}
.banner .slider.innerBanner:after {background:rgba(0,0,0,0.5);}
.banner .slider.innerBanner img { min-height: 300px; }
.banner .flagBox { margin-right: 25px; }

.innerPage {margin-top:40px; }
.innerPage h2 { padding-top: 0; }
.innerPage h3 { padding-top: 0; margin-bottom: 20px; font-size: 25px; color:#11193D;  font-family: 'Raleway-SemiBold'; }
.innerPage p {font-family: 'Raleway-Medium'; font-size: 15px; color:#333333; line-height: 26px;}

/*country Data Css*/
.countryDataSection .firstSet { padding:0px 20px; }
.countryDataSection .firstSet article div[class^="col-"]:last-child {padding:0px 65px;}
.countryDataSection h2 { padding-top: 0; }
.countryDataSection ul.text-list li { font-family: 'Raleway-Medium'; font-size: 15px; color:#333333;  }
.countryDataSection ul.text-list li + li { margin-top: 10px; }
.countryDataSection article p + p { margin-top: 20px; }
.countryDataSection article.customMaring { margin-left: 0px; }
.countryDataSection article.customMaring h3 {font-size: 18px; font-family: 'Raleway-Medium'; color: #7D7C7C; line-height: 26px; margin:0; padding:0;}
.countryDataSection article.customMaring ul {margin:0; padding:0; margin-left: 25px;}
.countryDataSection article.customMaring ul li { font-family: 'Raleway-Medium'; font-size: 15px; color: #333333; line-height: 27px;} 
.countryDataSection .leftImgBox { border:1px solid #ddd; padding:10px; width: 360px; }
.countryDataSection .leftImgBox img { height: auto; width: 100%; }
.countryDataSection .secondSet {background: url("../../images/gray-map-bg.png") no-repeat center top; min-height: 351px; margin-top: 55px; background-color: #f5f5f5;}
.countryDataSection .secondSet .cricleBox { width: 140px; height: 140px; line-height: 140px; text-align: center; border-radius: 50%; display: block; margin:0 auto; margin-top: 70px;}
.countryDataSection .secondSet .cricleBox i { font-size: 60px; color:#fff; margin-bottom: 50px; }
.countryDataSection .secondSet .titleText { display: block; width: 50%; margin:0 auto; text-align: center; font-size: 20px; font-family: 'Raleway-SemiBold'; margin-top: 40px;}

/*Learn from other countries*/
.countryNetworkSection article { padding-bottom: 50px; }
.countryNetworkSection .mapContainer {  margin:40px 0px; }
.countryNetworkSection .mapContainer .panel-heading {background: #fff; }
.countryNetworkSection .mapContainer .panel-heading h2 { font-size: 30px; color:#11193d; font-family: 'Raleway-SemiBold'; padding:10px 0px; }
.countryNetworkSection .mapDetails a { padding:20px; text-align: center; display: block; font-size: 25px; font-family: 'Raleway-Medium'; color:#fff; }
.countryNetworkSection .mapDetails i { margin-right: 25px; font-size: 40px; display: inline-block; vertical-align: middle; }
.countryNetworkSection .mapDetails i span { display: inline-block; vertical-align: middle; }
.countryNetworkSection .mapDetails div[class^="col-"] > div { border-radius: 5px; margin-bottom: 50px; margin-top: 10px; }
.countryNetworkSection .mapDetails .flagPlc { width: 96px; margin-left: 15px; position: relative; top:-4px; height: 65px; background: #fff; display: inline-block; padding:5px; }
.countryNetworkSection .mapDetails .countryName {font-size: 25px; font-family: 'Raleway-Medium'; color:#fff; }
.countryNetworkSection .mapDetails div[class^="col-"]:first-child a { display: inline-block; padding:30px;}

/*FAQ Css*/
.faqSection .paginationBox { width: 100%; float: left; margin-top: 10px; text-align: center;}
.faqSection .faqSearch { position: relative; }
.faqSection .faqSearch .inputPlacehodler .form-item-faq-combine > input { width: 80%; float: right; background: #fff; padding: 15px; font-size: 20px; color: #000; font-family: 'Raleway-Medium'; border:1px solid #ddd; cursor: default;}
.faqSection .faqSearch .inputPlacehodler .form-item-faq-combine > input:focus { box-shadow: none; outline: none; }
.faqSection .faqSearch .inputPlacehodler input { padding: 12px 25px; cursor: pointer; border: none; background: #FA7903; color: #fff; font-size: 20px; position: absolute; right: 0; top:0; margin:0; border-radius: 0; width: 115px;}
.faqSection .faqSearch .inputPlacehodler input:focus { box-shadow: none; outline: none; }
.faqSection .paginationBox ul li a { font-size: 20px; }
.faqContacts { background-image: url("../../images/faq-bg.jpg"); width: 100%; float: left; margin-top: 35px; }
.faqContacts { min-height: 124px; padding: 0; }
.faqContacts h2 { float: left; font-size: 36px; font-family: 'Raleway-Medium'; color: #ffffff; margin: 6px 0; }
.faqContacts .thm-button { float: right; background: #E9204F;}
footer a , footer a:hover { text-decoration: none; }
.faqContacts .thm-button { color: #ffffff !important; }
.faqContacts .faqContactContainer { width:70%; margin:0 auto; display: block;}
.faqContacts .faqContactContainer .BtnWhite {font-family: 'Raleway-SemiBold'; font-size: 24px; padding:10px 50px; margin-top: 40px;}
.BtnWhite { color: #fff; border-color: #fff;}
.BtnWhite:hover, .BtnWhite:focus { color:#fff; }

/*Accordion Css*/
.panel-group .panel { border-radius: 0; box-shadow: none;  border-color: #fff;}
.panel-default > .panel-heading { padding: 0; border-radius: 0; border-bottom: 1px solid #ccc; background: #fff; }
.panel-title { font-size: 14px; padding: 15px 5px; font-weight: bold; }
.panel-title > a { display: block; padding: 35px 15px; text-decoration: none; font-family: 'Raleway-Medium'; font-size: 18px; color:#333; padding-left: 0; }
.panel-title > a:before { font-family:fontAwesome; float: left; color: #585858;  margin-right:15px; border:1px solid #585858; width: 45px; height: 45px; line-height: 45px;  text-align: center; border-radius: 50%; position: relative; top:-10px;}
.panel-title a[aria-expanded="false"]:before {content:"\f067";}
.panel-title a[aria-expanded="true"]:before {content:"\f068";}
.panel-default > .panel-heading + .panel-collapse > .panel-body { border-top-color: #fff; background: #fff; border-bottom: 1px solid #ccc; position: relative; top:-1px; font-size: 15px; font-family: 'Raleway-Regular'; line-height: 30px; padding-top: 0;}

/*Global Styling*/
.red{background: #C8202F !important;}
.redColor{color: #C8202F !important;}
.orange{background: #FA7903 !important;}
.orangeColor{color: #FA7903 !important;}
.dblue{background: #065381 !important;}
.dblueColor{color: #065381 !important;}
.blue{background: #047a7c !important;}
.blueColor{color: #1FD8DB !important;}
.deepblue{background: #073A77 !important;}
.grayBg { background: #f5f5f5; }
.goal_boxes{padding: 30px 0; text-align: center;margin: 0; background: #EAEDF6;}
.eqHeight {display: flex;}
.eqHeight div[class^="col-"] {flex:1; float:none; }
.goal_boxes .goal_box{padding: 30px; height: 100%;}
.goal_boxes .goal_box:hover{transform: scale(0.8);}
.goal_boxes .goal_box h5{color: #fff;display: block; width:70%; margin: 0 auto; font-size: 20px; padding-top: 20px; line-height: 36px;}
.goal_boxes .goal_box i{font-size: 30px; color: #fff}
section h2{padding: 15px 0; }
.path-frontpage section h2 {padding: 40px 0; }
.grayText { color:#7D7C7C !important; }
.mediumText {font-family: 'Raleway-Medium' !important;}
.f-18 { font-size: 18px !important; }

/*goal_box hover effects*/
.goal_boxes .eqHeight { overflow: hidden; }
.goal_box .overlay { position: absolute; width:100%; height: 100%; left:0; top:-100%; background: rgba(0,0,0,0.5); color:#fff; font-size: 18px; font-family: 'Raleway-SemiBold'; transition: all 0.5s ease-in-out;}
.goal_boxes .eqHeight a:hover .goal_box .overlay{ top:0;}
.goal_box.red .overlay { background: rgba(200,32,47,0.9);}
.goal_box.orange .overlay { background: rgba(250,121,3,0.8);}
.goal_box.dblue .overlay { background: rgba(6,83,129,0.9);}
.goal_box.blue .overlay { background: rgb(20 83 84 / 80%);}
.goal_box .overlay p { position: absolute; top:50%; left:50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); width:90%; }

/*learn network*/
.learn_network div[class="row"]{display: flex;}
.learn_network div[class^="col-"]{flex:1; padding: 50px; display: flex;}
/*.learn_network .figure{    background: url(../../images/network.png) #073A77; background-repeat: no-repeat; background-size: cover;
 background-position: center; width: 100%; height: 100%;}*/
/*.learn_network .deepblue figure{display: flex; align-items: center;}*/
.learn_network ul {padding: 0 !important}
.learn_network li.cardbox{width: 100%; display: inline-block;padding-bottom: 40px;}
.learn_network li.cardbox:nth-last-child(1){padding-bottom: 0;}
.learn_network li.cardbox .left_part{float: left; width:15%;}
.learn_network li.cardbox .right_part{float: left; width: 85%; padding-top: 8px;}
.learn_network li.cardbox .left_part .circle{height: 70px;width: 70px;background: #fff;border-radius: 50%;text-align: center;line-height: 70px;font-size: 30px;color: #fc7900;}
.learn_network .deepblue li.cardbox .left_part .circle {color: #073A77;}
.learn_network .cardbox .right_part h6{color: #fff; font-size: 18px; margin-top: 0}
.learn_network .cardbox .right_part p{color: rgba(255,255,255,0.7);}

/*three w's*/
.three_ws .right_part{background: url("../../images/moher_babybg.png") no-repeat center top / 0% ; animation:moveBg 2s ease 0.8s 1 forwards;min-height: 400px; display: flex; align-items: center;}
@keyframes moveBg {
  100% {
    background:url("../../images/moher_babybg.png") no-repeat center top / 46%;
    }
  }

.three_ws .right_part .heading_text{animation: zoom 1s }
@keyframes zoom{
  0%{transform: scale(0.3);}
  100%{transform: scale(1);}
}
@keyframes zoom1{
  0%{position: absolute;top: 0%;left: 50%;transform: translate(0%,-50%) rotate(220deg) scale(0.3);}
  100%{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%) rotate(225deg) scale(1);}
}
@keyframes border{
  0%{border: 0%;}
  100%{border:100% }
}
.three_ws .right_part .heading_text h3{font-size: 60px;   font-family: 'Raleway-SemiBold'; }
.three_ws .right_part .heading_text p{font-size: 24px; line-height: 35px;   font-family: 'Raleway-SemiBold';}
/*.three_ws .right_part{padding-left: 10%;}*/
.three_ws .left_part .triangular_box{position: relative;top: 45px; height: 400px;}
.three_ws .left_part .triangular_box .text_box{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%) rotate(225deg); font-family: 'Raleway-Bold';}
.three_ws .left_part .triangular_box [data-aos^=zoom][data-aos^=zoom].aos-animate{transform: rotate(135deg) scale(1);}
.three_ws .left_part .triangular_box [data-aos^=zoom][data-aos^=zoom].aos-animate:hover{transform:rotate(135deg) scale(1.2);}

.three_ws .titleContainer{ overflow:hidden; }
.three_ws .textTitle{ position:absolute; left:65px; top:18px;  color:#fff; font-size: 28px; font-family: 'Raleway-Bold';}
.three_ws .firstSet { background:#c8202f; width: 365px; height: 70px; margin: 0 0 0 -45px; -webkit-transform: skew(-45deg); -moz-transform: skew(-45deg); -o-transform: skew(-45deg); overflow:hidden; position:relative;}
.three_ws .firstSet .textTitle{ -webkit-transform: skew(45deg); -moz-transform: skew(45deg); -o-transform: skew(45deg);}
.three_ws .secondSet { background:#fa7903; width: 270px; height: 70px; margin: 0 0 0 -45px; -webkit-transform: skew(-45deg); -moz-transform: skew(-45deg); -o-transform: skew(-45deg); overflow:hidden; position:relative;}
.three_ws .secondSet .textTitle{ -webkit-transform: skew(45deg); -moz-transform: skew(45deg); -o-transform: skew(45deg);}
.three_ws .thirdSet { background:#065381; width: 270px; height: 70px; margin: 0 0 0 -45px; -webkit-transform: skew(45deg); -moz-transform: skew(45deg); -o-transform: skew(45deg); overflow:hidden; position:relative;}
.three_ws .thirdSet .textTitle{ -webkit-transform: skew(-45deg); -moz-transform: skew(-45deg); -o-transform: skew(-45deg);}
.three_ws .fourthdSet { background:#1fd8db; width: 365px; height: 70px; margin: 0 0 0 -45px; -webkit-transform: skew(45deg); -moz-transform: skew(45deg); -o-transform: skew(45deg); overflow:hidden; position:relative;}
.three_ws .fourthdSet .textTitle{ -webkit-transform: skew(-45deg); -moz-transform: skew(-45deg); -o-transform: skew(-45deg);}


.three_ws .one { position: relative;top:-250px; }
.three_ws .two { position: relative;top:-225px; }
.three_ws .three { position: relative;top:-205px; }
.three_ws .four { position: relative;top:-185px; }

.three_ws .three_wspart {background: #f5f5f5; padding:10px  15px}
.three_ws .three_wspart .result_box{ height: 240px; width: 240px; background: #eaebed; overflow: hidden;transform: rotate(135deg);display: inline-block; position: absolute;
    top: 50px;border:4px solid #d53646; left: 260px; position: relative;}
.three_ws .three_wspart .result_box .text_box p{text-align: center;margin-bottom: 0}
.three_ws .three_wspart .result_box .text_box .t1{font-size: 28px;margin-bottom: 10px ;font-family: 'Raleway-SemiBold'; color:#11193d;}
.three_ws .three_wspart .result_box .text_box .t1.fsz40 {font-size: 40px;}
.three_ws .three_wspart .result_box .text_box .t2{font-size: 26px; font-family: 'Raleway-Regular'; color:#11193d;}
.three_ws .three_wspart .result_box .text_box .t3{font-size: 60px; font-family: 'Raleway-SemiBold'; color:#11193d; margin-top: 20px;}
.three_ws .three_wspart .result_box .partition{border-top:233px solid #dddee2; border-right:233px solid transparent;}
.three_ws .three_wspart .qus_box{height: 140px; width:140px;transform: rotate(135deg);display: inline-block; transition: 0.6s ease-in-out} 
.three_ws .three_wspart .qus_box .text_box{color: #fff}
.three_ws .three_wspart .qus_box.what_box{background: #d53646; position: absolute;top: -12px;left: 118px;}
.three_ws .three_wspart .qus_box.how_box{background: #efad46; position: absolute;top: 99px;left: 6px;}
.three_ws .three_wspart .qus_box.where_box{background: #4edee1; position: absolute;top: 211px;left: 118px;}
.three_ws .three_wspart .qus_box .partition{border-top:140px solid #c62334; border-right:140px solid transparent;}
.three_ws .three_wspart .qus_box.how_box .partition{border-top:140px solid #f2a12d}
.three_ws .three_wspart .qus_box.where_box .partition{border-top:140px solid #31d7da}
.three_ws .three_wspart .partition{width:0;height:0;}

/*Updates Section*/
.Updates .headingBox { padding:40px 0px; }
.Updates .headingBox h2 { display: inline-block; padding: 0}
.Updates .newsListBox { position: relative; margin-bottom: 32px; padding:0px 5px; }
.Updates .newsListBox div[class^="col-"] { padding:0px 10px; margin-bottom: 15px;}
.Updates .newsListBox div[class^="col-"] a { width: 100%; display: inline-block; }
.Updates .newsListBox .articlePlc {position: relative;}
.Updates .newsListBox .imgBox img {width: 100%;}
.update-listing .newUpdateBox {font-size: 13px !important; right:15px !important; padding: 5px !important;}
.Updates .newsListBox .newUpdateBox, .update-listing .newUpdateBox {  position: absolute; top: 15px; right:0; background: rgba(0,0,0,0.5); color:#fff; padding:15px; text-align: center; font-size: 18px; font-family: 'Raleway-Regular'}
.Updates .newsListBox .newUpdateBox i, .update-listing .newUpdateBox i { margin-right: 10px; color:#fa7903; }
.Updates .newsListBox .calanderBox, .update-listing .calanderBox { width: 62px; position: absolute; top: 0; left:15px; background: rgba(0,0,0,0.5); color:#fff; padding:10px 15px; text-align: center;}
.Updates .newsListBox .calanderBox .date, .update-listing .calanderBox .date { font-size: 30px; font-family: 'Raleway-Bold'; margin: 5px 0px; }
.Updates .newsListBox .calanderBox .month, .update-listing .calanderBox .month { font-size: 11px; font-family: 'Raleway-Medium'; text-transform: uppercase; margin-bottom: 10px; }
.Updates .newsListBox .calanderBox .year, .update-listing .calanderBox .year { font-size: 12px; font-family: 'Raleway-Medium'; text-transform: uppercase; margin-bottom: 10px; }
.update-listing .captionBox {width: 91% !important; left: 15px !important; bottom: 44px !important;}
.Updates .newsListBox .captionBox, .update-listing .captionBox { width: 100%; position: absolute; bottom: 0; left:0; background: rgba(0,0,0,0.5); color:#fff; padding:10px 15px; }
.Updates .newsListBox .captionBox h4, .update-listing .captionBox h4{ font-size: 16px; font-family: 'Raleway-Bold'; margin:0; padding:0;}
.Updates .newsListBox .captionBox p, .update-listing .captionBox p {font-size: 13px; color: #E0DCDC; margin-bottom: 0; margin-top: 5px;}
.Updates .newsListBox > .row > div[class^="col-"]:first-child .captionBox h4 {font-size: 27px;}
.Updates .newsListBox > .row > div[class^="col-"]:first-child .captionBox p { font-size: 22px;}
.Updates .newsListBox > .row > div[class^="col-"]:first-child .calanderBox { min-width: 100px; }
.Updates .newsListBox > .row > div[class^="col-"]:first-child .calanderBox .date {font-size: 50px;}
.Updates .newsListBox > .row > div[class^="col-"]:first-child .calanderBox .month { font-size: 22px; }
.Updates .newsListBox > .row > div[class^="col-"]:first-child .calanderBox .year { font-size: 21px; }

.Updates .newsListBox > .row > div[class^="col-"]:last-child div[class^="col-"]:nth-child(2) { padding-right: 15px; padding-left: 5px; }
.Updates .newsListBox > .row > div[class^="col-"]:last-child .row + .row div[class^="col-"]:last-child { min-height: 231px; }
.Updates .newsListBox > .row > div[class^="col-"]:last-child div[class^="col-"]:nth-child(2) .Btn { width: 60%; position: absolute; top:50%; left:50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); }
.Updates .newsListBox > .row > div[class^="col-"]:first-child .imgBox img { height: 477px; }
.Updates .newsListBox > .row > div[class^="col-"]:last-child .imgBox img { height: 231px; }
.update-listing .col-md-3 { min-height: 260px;}

/*Resources Section*/
.Resources { width: 100%; display: inline-block; background: #F5F5F5; padding:50px 0px 20px 0px;}
.Resources h2 , .Resources p { margin-bottom: 25px; }
.Resources .flexParent { display:flex;}
.Resources .flexChild { margin:auto;}
.Resources .resourceListBox { position: relative; padding:0px 5px; }
.Resources .resourceListBox div[class^="col-"] { padding:0px 10px; margin-bottom: 30px;}
.Resources .resourceListBox .resouceArticlePlc {position: relative;}
.Resources .resourceListBox .imgBox img {width: 100%;}
.view-related-documents .Resources .resourceListBox .imgBox img {height: auto;}
.Resources .resourceListBox .imgBox:after { content:""; position: absolute; width: 100%; height: 100%; top:0; left: 0; background: rgba(0,0,0,0.5); }
.Resources .resourceListBox .download { position: absolute;  top:15px; right: 15px;}
.Resources .resourceListBox .download a { color:#fff; font-size: 30px;}
.Resources .resourceListBox .captionBox { width: 100%; position: absolute; bottom: 0; left:0; color:#fff; padding:10px 15px; }
.Resources .resourceListBox .captionBox h4 { font-size: 16px; font-family: 'Raleway-Bold'; margin:0; padding:0;}
.Resources .resourceListBox .captionBox p{font-size: 13px; color: #E0DCDC; margin-bottom: 0; margin-top: 5px;}

/*overlay*/
.overlay_content{height: 100%; width: 0%; position: fixed; top: 0; left: 0; background: rgba(0,0,0,0.9); z-index: 9999; padding-left: 0; transition: all 0.4s ease-in-out; visibility: hidden; opacity: 0}
.overlay_content.active{width: 100%; visibility: visible; opacity: 1}
.overlay_content .menu{width: 0%; position: fixed; right: 0; top: 0; background: #073a77; height: 100%; padding: 0; transition: all 0.4s ease-in-out; visibility: hidden; opacity: 0}
.overlay_content .menu.active{width: 30%; visibility: visible; opacity: 1;}
.overlay_content .menu .menu_heading{background:#062e5e; border-bottom: 1px solid #fff; font-size: 30px; float: left; width: 100%; padding: 30px;}
.overlay_content .menu .menu_heading span{float: left; color: #fff}
.overlay_content .menu .menu_heading span:nth-child(2){float: right; cursor: pointer; font-size: 90px; line-height: 30px}
.overlay_content ul{padding-left: 0; display: inline-block; width: 100%}
.overlay_content ul li{list-style-type: none; border-bottom: 1px solid rgba(255,255,255,0.4);  font-size: 20px; color: #fff}
.overlay_content ul li.active{background: #FA7903}
.overlay_content ul > li.inactive{position: relative;}
.overlay_content ul > li.inactive:before{position: absolute; content: '-'; top:2px; right: 30px; font-weight: bold; font-size: 40px; cursor: pointer; transition: all 0.2s ease-in-out}
.overlay_content ul li > a{color: #fff; display: inline-block; padding: 15px 30px; font-size: 18px; width: 100%}
.overlay_content ul li > ul > li >a{padding-left: 60px;}
.overlay_content ul li > ul > li{border-bottom: 0}
.overlay_content .menu .subMenu{position: relative;}
.overlay_content .menu .subMenu:before{position: absolute; content:"+"; top:2px; right: 30px; font-weight: bold; font-size: 40px; cursor: pointer;}

/*Search Area Css*/
.overflowYhidden { overflow-y: hidden !important; }
.searchBg { width: 100%; height: 100%; background: rgba(0,0,0,0.88); position: fixed; top:0; left:0; z-index: 99999; display: none; }
.searchBg .closeBtn { position: absolute; right: 30px; top:-30px;}
.searchBg .closeBtn a { color:#fff; font-size: 90px;}
.searchBar { width: 80%; display: block; position: absolute; top:50%; left:50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); background:#fff;}
.searchBar .inputPlacehodler { position: relative; }
.searchBar input { width:100%; background:#fff; padding:15px; font-size: 30px; color:#000; font-family: 'Raleway-Medium'; border:0;}
.searchBar .inputPlacehodler .buttonBox { position: absolute; right: 0; top:0; }
.searchBar .inputPlacehodler .buttonBox button {padding:10px 42px; cursor:pointer; border:none; background: #FA7903; color:#fff; font-size: 35px;}
.searchBar .inputPlacehodler button:hover,
.searchBar .inputPlacehodler button:focus,
.searchBar .inputPlacehodler input:hover,
.searchBar .inputPlacehodler input:focus {border:none; outline: 0;}

/*about Us Section*/
.aboutUsSection .goalSection { margin-top: 15px; width: 100%; display: inline-block; }
.aboutUsSection .goalSection .circleContainer {margin-top: 15px; width: 100%; display: inline-block;}
.aboutUsSection .goalSection .circleContainer .circleBox {width: 100px; height: 100px; text-align: center; line-height: 100px; color:#fff; font-family: 'Raleway-Medium'; font-size: 60px; border-radius: 50%;}
.aboutUsSection .goalSection .circleContainer p {font-family: 'Raleway-Medium'; font-size: 18px; color:#333;}
.aboutUsSection .goalSection article { margin-top: 50px;}
.aboutUsSection .whatWeDo {width: 100%; display: inline-block; margin-top: 20px; }
.aboutUsSection .whatWeDo .grayBg {padding: 40px 0px;}
.aboutUsSection .strategicObjectives { width:100%; display:inline-block; margin-top: -7px; padding-bottom: 25px;}
.aboutUsSection .strategicObjectives h3 { padding-left: 15px; }
.aboutUsSection .strategicObjectives .goal_boxes { background: #f5f5f5; margin-bottom: 10px; }
.aboutUsSection .strategicObjectives .goal_boxes .goal_box { padding:50px; }
.aboutUsSection .strategicObjectives .goal_boxes .goal_box i { font-size: 70px; }
.aboutUsSection .strategicObjectives .goal_box .overlay p { color: #fff; font-size: 18px; font-family: 'Raleway-SemiBold';}
.aboutUsSection .three_ws { width: 100%; display: inline-block; padding: 40px 0px; }
.aboutUsSection .three_ws .three_wspart { background: #fff;  }
.aboutUsSection .ptCountries{ width: 100%; display: inline-block; padding: 30px 0px; background: #f5f5f5;}
.aboutUsSection .ptCountries h3 { margin-bottom: 20px; }
.aboutUsSection .ptCountries p { margin-bottom: 20px; }
.aboutUsSection .boldFotContainer p  {font-family: 'Raleway-SemiBold'; font-size: 18px; color:#333;}
.aboutUsSection .workTogetherBox { width: 100%; display: inline-block; padding: 30px 0px; background: #065381 url("../../images/World-Map-Big.png") no-repeat; background-position: center; color:#fff;}
.aboutUsSection .workTogetherBox h4 { padding-top: 0; margin-bottom: 20px; font-size: 22px; color: #11193D; font-family: 'Raleway-SemiBold';}
.aboutUsSection .workTogetherBox h3{ margin-bottom: 30px; color:#fff;}
.aboutUsSection .workTogetherBox h4 {margin-bottom: 10px; color:#fff; font-size: 22px;}
.aboutUsSection .workTogetherBox p { color:#fff; margin-bottom: 20px; }
.aboutUsSection .workTogetherBox article + article { margin-top: 10px; }
.aboutUsSection .engageBoxContainer {width: 100%; display: inline-block; padding: 30px 0px; background: #f5f5f5; margin-top: -5px;}
.aboutUsSection .engageBoxContainer h3 { margin-bottom: 20px; }
.aboutUsSection .engageBoxContainer p { margin-bottom: 25px; }
.aboutUsSection .partnersLogo { width: 100%; display: inline-block; margin-bottom: 5px; }
.aboutUsSection .partnersLogo a { color:#fff; display: block; margin-bottom: 5px;}
.aboutUsSection .partnersLogo a:hover { text-decoration: underline;}
/* .aboutUsSection .partnersLogo a img {height: 45px; margin-bottom: 7px;} */
/* .aboutUsSection .partnersLogo a + a { margin-right: 7px; } */
/* .aboutUsSection .partnersLogo a:first-child { margin-right: 7px; } */
.verticleMiddle { display: flex; align-items: center; }

/*Engage with peers*/
.engagePeers {margin-top: 0;}
.engagePeers .leftBox { padding:60px; }
.engagePeers .bgBox { background: #fafafa; padding:55px; }
.engagePeers .leftBox a { color:#f3702b;}
.engagePeers .leftBox a:hover{text-decoration: underline;}
.engagePeers .bgBox .imgBox {background: url("../../images/chain.png") no-repeat center; height: 290px; background-size: contain; opacity: 0.1;}

/*login peers*/
.peersFormArea {margin-top: 0; position: relative; font-size: 15px; }
.peersFormArea h2 {color:#fff;}
.peersFormArea .leftBox { padding:60px; background-color: #065482; background-image:linear-gradient(to bottom right, #065482, #0a6cb1); min-height: 590px;}
.peersFormArea .leftBox:after { content: ""; width: 100%; height: 100%; background-image:url("../../images/repeat-login-register.png"); min-height: 590px; position: absolute; top:0; left:0; opacity: 0.3; }
.peersFormArea .fullBox { padding:60px; background: #fafafa; min-height: 590px; }
.peersFormArea .rightBox {z-index: 2;}
.peersFormArea .rightBox .formContainer { padding:70px 0px; width:70%; margin:0 auto; display: block;}
.peersFormArea .lostPwdBox, .peersFormArea .memberBox { width: 100%; display: inline-block; margin-top: 20px; }
.peersFormArea .lostPwdBox, .peersFormArea .memberBox a:hover {text-decoration: underline;}
.peersFormArea label.helpText { font-weight: normal; color:#337ab7; }
.peersFormArea .marginController div[class^="col-"]:first-child { padding-right: 10px; }
.peersFormArea .marginController div[class^="col-"]:last-child { padding-left: 10px; }
.peersFormArea .successMessage { margin-top: 10px; }
.peersFormArea .successMessage p {font-size: 13px; color:inherit;}
/*equal height*/
.peersFormArea { display: table; width: 100%; }
.peersFormArea .leftBox { display: table-cell; float:none; }
.peersFormArea .fullBox { float:none; }
.peersFormArea .rightBox { display: table-cell; float:none; }
.peersFormArea .welcomeBox { min-height: 120px !important;margin-top: 80px;text-align: center; }
.peersFormArea .welcomeBox h2 {color:#333 !important; font-size: 20px; text-align: left;}


/*Updates Page*/
.updatesPage {margin-top: 0;}
.updatesPage .leftBox { padding:60px; }
.updatesPage .bgBox { background: #fafafa; padding:170px 0px; height: 100vh; }
.updatesPage .panel {border:2px solid transparent;}
.updatesPage .panel-default { border-radius: 0; border-color: #f7f7f7; }
.updatesPage .panel-default > .panel-heading { background: #fafafa; padding:20px 30px; border:1px solid #f7f7f7; margin-top: -1px; margin-left: -1px; margin-right: -1px; }
.updatesPage .panel-default > .panel-heading h2 { margin-bottom: 0; padding-bottom: 0; }
.updatesPage .panel-default > .panel-body { padding:20px 30px; }
.updatesPage .panel-default > .panel-body article { min-height:370px; max-height: calc(100vh - 400px); overflow-y: auto; }
.updatesPage .panel .informationBox { width: 100%; display: inline-block; font-size: 15px; margin-top: 15px; color:#808080; }
.updatesPage .panel .informationBox p { margin-bottom: 0; line-height: inherit; color:#808080; }
.updatesPage .panel .informationBox a:hover { text-decoration: underline; }
.updatesPage .storyPagination { margin-top: 5px; width: 100%; display: inline-block; }
.updatesPage .storyPagination a { color:#B0B0B0; font-family: 'Raleway-SemiBold'; font-size: 15px; text-transform: uppercase; }
.updatesPage .storyPagination a + a { margin-left: 35px; }
.updatesPage .storyPagination a i { margin: 0px 10px; }
.updatesPage .storyPagination a.active { color:#F3702B; }

/*Member Directory Css*/
.memberDirectory {margin-top: 0; background: #fafafa;}
.memberDirectory p { margin-bottom: 0; }
.memberDirectory .leftBox { padding:20px; background: #fff; }
.memberDirectory .leftBox:before { content: ""; width: 100%; height: 2px; display: inline-block; background:#efeeee; position: absolute; left: 0; top: 140px;}
.memberDirectory .bgBox { background: #fafafa; padding:50px 30px; height: 100vh; }
.memberDirectory .loginContainer {  padding:10px; width: 100%; display: inline-block; }
.memberDirectory .userProfile { width: 80px; height: 80px; background: #ddd; border-radius: 50%; overflow: hidden; display: inline-block; vertical-align: middle;}
.memberDirectory .editIcon { color: #065381; font-size: 20px; position: relative; top: 25px; left: -15px;}
.memberDirectory .welcomeUser { display: inline-block; vertical-align: middle; margin-left: 10px; }
.memberDirectory .welcomeUser p { color:#065381;  font-family: 'Raleway-SemiBold'; font-size: 18px; margin-bottom: 0; margin-left: 5px; }
.memberDirectory .loginContainer .logOut {height: 80px; line-height: 80px; float: right;}
.memberDirectory .loginContainer .logOut a { color:#065381; font-family: 'Raleway-Medium'; font-size: 15px;  }
.memberDirectory .loginContainer .logOut a i { margin-left: 5px;}
.memberProfileContainer { width: 100%; display: inline-block; }
.memberProfileContainer h3 { font-family: 'Raleway-SemiBold'; font-size: 22px; color:#333; margin:48px 0px 28px 0px;}
.memberProfileContainer .valuePlaceholder { width: 100%; display: inline-block; padding: 15px; background: #F7F7F7; margin-bottom: 0; border: 1px solid #ddd;}
.memberProfileContainer .valuePlaceholder .leftArea p { color:#333333; font-family: 'Raleway-Medium'; font-size: 18px; }
.memberProfileContainer .valuePlaceholder .rightArea p { float: right; font-size: 15px; color:#8a8a8a;}
.memberProfileContainer .valuePlaceholder .rightArea p .number {color:#065381; margin-left: 5px;}
.memberProfileContainer .profileThumb {border: 1px solid #ddd; margin-top: -6px; border-top: none; padding-top: 15px;}
.memberProfileContainer .profileThumb ul { margin:0; padding:0; width: 100%; display: inline-block; }
.memberProfileContainer .profileThumb ul li { list-style: none; float: left; width: calc(100%/3 - 50px); margin:25px; }
.memberProfileContainer .profileThumb .thumbnail { border: 1px solid #EDEDED; border-top:2px solid #EDEDED; padding:0; border-radius: 0; margin-bottom: 0; position: relative;}
.memberProfileContainer .profileThumb .thumbnail .imgBox { text-align: center; width: 100%; height: 300px;}
.memberProfileContainer .profileThumb .thumbnail .imgBox img { width: 100%; height: 300px; }
.memberProfileContainer .profileThumb .thumbnail .caption { background: #EDEDED; text-align: center; display: block; margin-bottom: 0; min-height: 100px;}
.memberProfileContainer .profileThumb .thumbnail .caption h3 {font-size: 16px; color:#065381; font-family: 'Raleway-SemiBold'; margin:5px 0px; padding:0;background: transparent;border: none;}
.memberProfileContainer .profileThumb .thumbnail .caption h4 {font-size: 14px; color:#333; font-family: 'Raleway-SemiBold'; margin:0 0 4px 0; padding:0;background: transparent;border: none;}
.memberProfileContainer .profileThumb .thumbnail .caption p {font-size: 14px; color:#333; font-family: 'Raleway-Medium'; margin-bottom: 4px;background: transparent;border: none;}
.memberProfileContainer .profileThumb .thumbnail .caption.active { background: #065381; color:#fff; }
.memberProfileContainer .profileThumb .thumbnail .caption.active h3,
.memberProfileContainer .profileThumb .thumbnail .caption.active h4,
.memberProfileContainer .profileThumb .thumbnail .caption.active p {color:#fff;}
.memberProfileContainer .profileThumb .buttonBox { text-align: center; margin:50px 0px 30px 0px; }
.memberProfileContainer .profileThumb .thumbnail .overlay { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(0, 71, 122, 0.9); overflow: hidden; width: 100%; height: 0; transition: .5s ease; }
.memberProfileContainer .profileThumb .thumbnail:hover .overlay { height: 100%; }
.memberProfileContainer .profileThumb .thumbnail .overlayText { position: absolute; top: 50%; left: 50%; width: 90%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.memberProfileContainer .profileThumb .thumbnail .overlayText h1 {margin:0; padding:0; margin-bottom: 10px; font-family: 'Raleway-Bold'; font-size: 22px; color: #fff;  }
.memberProfileContainer .profileThumb .thumbnail .overlayText h2 {margin:0; padding:0; margin-bottom: 10px; font-family: 'Raleway-SemiBold'; font-size: 16px; color: #fff; }
.memberProfileContainer .profileThumb .thumbnail .overlayText h3 {margin:0; padding:0; margin-bottom: 10px; font-family: 'Raleway-SemiBold'; font-size: 18px; color: #fff; }
.memberProfileContainer .profileThumb .thumbnail .overlayText p {margin:0; padding:0;font-family: 'Raleway-Medium'; font-size: 14px; color: #fff; }

/*user Login/Profile  Css*/
.userLoggedInn {margin-top: 0; background: #fafafa;}
.userLoggedInn p { margin-bottom: 0; font-family: 'Raleway-Regular';  }
.userLoggedInn .leftBox { padding:20px; background: #fff; }
.userLoggedInn .leftBox:before { content: ""; width: 100%; height: 2px; display: inline-block; background:#efeeee; position: absolute; left: 0; top: 140px;}
.userLoggedInn .bgBox { background: #fafafa; padding:50px 30px; height: 100vh; }
.userLoggedInn .loginContainer {  padding:10px; width: 100%; display: inline-block; }
.userLoggedInn .userProfile { width: 80px; height: 80px; background: #ddd; border-radius: 50%; overflow: hidden; display: inline-block; vertical-align: middle;}
.userLoggedInn .editIcon { color: #065381; font-size: 20px; position: relative; top: 25px; left: -15px;}
.userLoggedInn .welcomeUser { display: inline-block; vertical-align: middle; margin-left: 10px; }
.userLoggedInn .welcomeUser p { color:#065381;  font-family: 'Raleway-SemiBold'; font-size: 18px; margin-bottom: 0; margin-left: 5px; }
.userLoggedInn .loginContainer .logOut {height: 80px; line-height: 80px; float: right;}
.userLoggedInn .loginContainer .logOut a { color:#065381; font-family: 'Raleway-Medium'; font-size: 15px;  }
.userLoggedInn .loginContainer .logOut a i { margin-left: 5px;}
.userLoggedInn .panel-default > .panel-heading + .panel-collapse > .panel-body { border-bottom: none; }
.userLoggedInn .panel-default > .panel-heading { border-bottom: none; background: #f7f7f7;}
.userLoggedInn .panel-title > a { position: relative; padding: 15px; }
.userLoggedInn .panel-title > a:before { position: absolute; top:3px; right: 5px;  width: auto; height: auto; border:none;}
.userLoggedInn .panel-title a[aria-expanded="false"]:before {content:"\f107"; font-size: 25px;}
.userLoggedInn .panel-title a[aria-expanded="true"]:before {content:"\f106"; font-size: 25px;}
.userLoggedInn .panel-group .panel+.panel { margin-top: 10px; }
.userLoggedInn .panel-default > .panel-heading + .panel-collapse > .panel-body { padding:15px 0px; color:#545454;}
.userLoggedInn .panel-default .topBordered { border-top: 1px solid #EBEBEB; }
.userLoggedInn .copDetail { border-top: 1px solid #EBEBEB; border-bottom: 1px solid #EBEBEB; margin:20px 0px 10px 0px; width: 100%; display: inline-block; padding-top: 15px;}
.userLoggedInn .copDetail div[class^="col-"] article {border-bottom:1px solid #EBEBEB; padding-bottom: 10px; min-height: 96px;}
.userLoggedInn .copDetail div[class^="col-"]:nth-of-type(3) article,
.userLoggedInn .copDetail div[class^="col-"]:nth-of-type(4) article { border: none; }
.userLoggedInn .panel-default > .panel-heading + .panel-collapse > .panel-body h3 { font-family: 'Raleway-Medium'; color:#2B2B2B; font-size: 16px; margin-top: 10px; margin-bottom: 5px;}
.userLoggedInn .memberCopBox { border-bottom: 1px solid #EBEBEB; width: 100%; display: inline-block; padding-bottom: 20px;}
.userLoggedInn .memberCopBox ul {counter-reset: section; margin:0; padding:0; margin-top: 10px;}
.userLoggedInn .memberCopBox ul li { list-style: none; position: relative; padding-left: 30px;}
.userLoggedInn .memberCopBox ul li + li { margin-top: 3px; }
.userLoggedInn .memberCopBox ul li:before {counter-increment: section; content: "" counter(section)" "; position: absolute; left:0; top:4px; font-size: 12px; width: 20px; height: 20px; line-height: 19px; background: #f0f0f0; border-radius: 50%; text-align: center; font-family: 'Raleway-Medium'; color:#333;}
.userLoggedInn .readAcceptBox { width: 100%; display: inline-block; padding-top: 20px; }
.userLoggedInn .readAcceptBox input[type="checkbox"] { margin-left: 5px; position: relative;top:2px; }
.userLoggedInn .readAcceptBox p {font-family: 'Raleway-Medium'; color:#333;}
.userLoggedInn .readAcceptBox a {font-family: 'Raleway-Medium';}
.userLoggedInn .readAcceptBox a:hover { text-decoration: underline; }

/*Contact Us Page*/
.contactUs .leftBox { padding-right: 25px; }
.contactUs .rightBox { padding: 20px 45px; }
.contactUs .contactDetail article { margin-top: 45px; position: relative; padding-left: 30px; }
.contactUs .contactDetail article:before { content: ""; font-size: 25px; font-weight: bold; color:#065381; position: absolute; left:0; top:-5px; }
.contactUs .contactDetail article.map:before { content: "\f041"; font-family: fontAwesome; }
.contactUs .contactDetail article.mail:before { content: "\f0e0"; font-family: fontAwesome; font-size: 20px; }
.contactUs .contactDetail h3 { font-size: 18px; font-family: 'Raleway-Medium'; }

/*Bootstrap Form Override*/
.form-control { height: 55px; box-shadow: none; border-radius: 0; margin-bottom: 8px; }
.Btn { background: transparent; }
.form-group {width: 100%; display: inline-block;}
.robotBox { width: 100%; display: inline-block;}


/*custom checkbox*/
.customCheckbox input { padding: 0; height: initial; width: initial; margin-bottom: 0; display: none; cursor: pointer; }
.customCheckbox label { position: relative; cursor: pointer; font-weight: normal; }
.customCheckbox label:before { content:''; -webkit-appearance: none; background-color: transparent; border: 2px solid #065381; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05); padding: 10px; display: inline-block; position: relative; vertical-align: middle; cursor: pointer; margin-right: 10px;}
.customCheckbox input:checked + label:after { content: ''; display: block; position: absolute; top: 2px; left: 9px; width: 6px; height: 14px; border: solid #065381; border-width: 0 2px 2px 0; transform: rotate(45deg);}



/*Footer Area*/
footer{ padding:60px 70px 0px; width: 100%; display: inline-block; background: #1F232B; }
footer .upperFooter { background: #F3702B; padding:35px 50px; }
footer .upperFooter .subscribeButtons { border:1px solid #fff; border-radius: 5px; }
footer .upperFooter .subscribeButtons a {color:#fff; font-family: 'Raleway-Medium'; font-style: normal; padding:20px; width: 100%; display: inline-block; text-align: center; font-size: 13px;}

footer .middleFooter{ width: 100%; display: inline-block; margin-top: 60px; font-family: 'Raleway-Medium'; font-size: 15px; color:#E0E0E1;}
footer .middleFooter .contactDetailBox .articleText p a{color:#E0E0E1;}
footer .middleFooter div[class^="col-"]:nth-child(1){ padding-right:3%; }
footer .middleFooter div[class^="col-"]:nth-child(2){ padding-left:10%; }
footer .middleFooter div[class^="col-"]:nth-child(3){ padding-left:10%; }

footer .middleFooter h2 { font-family: 'Raleway-Medium'; font-size: 32px; color:#fff; margin:0; padding:0; margin-bottom: 30px;}
footer .middleFooter .descriptionBox p { margin-bottom: 40px; }
footer .middleFooter .contactDetailBox { margin-bottom: 40px; }
footer .middleFooter .contactDetailBox p { margin-bottom: 10px; display: inline-block;  vertical-align: middle;}
footer .middleFooter .contactDetailBox span { display: inline-block; vertical-align: top;}
footer .middleFooter .contactDetailBox span i { color:#E85242; font-size: 20px; margin-right: 15px; }
footer .middleFooter .contactDetailBox .articleText:nth-child(1) span i{margin-top: 5px;}
footer .middleFooter .contactDetailBox .articleText { margin-bottom: 10px; }
footer .middleFooter .followUsBox { width: 100%; display: inline-block; }
footer .middleFooter .followUsBox h3 {font-family: 'Raleway-Medium'; margin:0; padding:0; font-size: 18px; display: inline-block; vertical-align: middle;}
footer .middleFooter .followUsBox ul { margin:0; padding:0; margin-left: 25px; display: inline-block; vertical-align: middle; }
footer .middleFooter .followUsBox ul li { list-style: none; float: left; }
footer .middleFooter .followUsBox ul li + li {  margin-left: 10px; }
footer .middleFooter .followUsBox ul li a { list-style: none; float: left; width: 40px; height: 40px; line-height: 40px; text-align: center; border-radius: 50%; border:1px solid #787878; font-size: 15px; color:#B2B2B2; }
footer .middleFooter ul.links { margin:0; padding:0; }
footer .middleFooter ul.links li { list-style: none; margin-bottom: 10px; }
footer .middleFooter ul.links li a {color:#E0E0E1; font-size: 15px; font-family: 'Raleway-Medium';}
footer .middleFooter ul.links li a:before { content: "\f105"; font-family: fontAwesome; font-size: 20px; margin-right: 10px; position: relative; top:2px;}
footer .middleFooter ul.shareIcons { margin:0; padding:0; width: 100%; display: inline-block; border-bottom: 1px solid #4C4F55; margin-bottom: 40px; padding-bottom: 40px; }
footer .middleFooter ul.shareIcons li { list-style: none; float: left; }
footer .middleFooter ul.shareIcons li + li {  margin-left: 15px; }
footer .middleFooter ul.shareIcons li a { list-style: none; float: left; width: 30px; height: 30px; line-height: 30px; text-align: center; border:1px solid #787878; font-size: 15px; color:#B2B2B2; }

footer .lowerFooter { width: 100%; display: inline-block; border-top:1px solid #4C4F55; text-align: center; padding:20px 0px 10px;  font-family: 'Raleway-Medium'; font-size: 15px; color:#E0E0E1; margin-top: 35px;}
footer .lowerFooter { margin-bottom: 0; }

footer .scrollToTop { width: 50px; height: 50px; line-height: 50px; background: #E85242; text-align: center; position: fixed; right: 15px; bottom: 90px; border-radius: 5px; cursor: pointer;}
footer .scrollToTop a { color:#fff; font-size: 20px; font-weight: 600; }


/*carousel/Slider Css*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
    overflow:hidden;
}

.carousel-fade .carousel-inner .item:after { content: ""; width: 100%; height: 100%; background: rgba(0,0,0,0.2); position: fixed; top:0; left:0; }

.item.active img {
    transition: transform 5000ms linear 0s;
    /* This should be based on your carousel setting. For bs, it should be 5second*/
    transform: scale(1.05, 1.05);
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

.carousel-fade .carousel-control { top:50%; transform: translateY(-50%); width: 50px; height: 50px; line-height: 50px; text-align: center; border:1px solid #fff; z-index: 999;}

div#block-requestnewpasswordform div#block-qocnetwork-local-tasks, .edit-user div#block-qocnetwork-local-tasks,.form-item-field-country-region-0-value label {display: none;}

/*OVERRIDE CSS*/
#mc_embed_signup .button {border: 2px solid #065381 !important; color: #065381 !important; text-transform: uppercase !important; background: #fff !important; border-radius: 0 !important; padding: 10px 30px !important; height: auto !important; line-height: inherit !important; font-family: 'Raleway-SemiBold' !important;}
.modal-dialog img {width: 100%;}
.ui-widget.ui-widget-content li.ui-menu-item a { display: block !important;}
.ui-dialog { z-index: 9999 !important; }
.customCheckbox .form-required:after { background-image: none !important; margin:0 auto !important;}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front { width: 50% !important;}
#edit-field-country-region-0-value,
#edit-field-nationality-0-value { display: block !important; width: 100% !important; padding: 6px 12px !important; font-size: 14px !important; line-height: 1.42857143 !important; color: #555 !important; background-color: #fff !important; background-image: none !important; border: 1px solid #ccc !important; height: 55px !important; box-shadow: none !important; border-radius: 0 !important; margin-bottom: 8px !important;}
a.a2a_button_google_plus, a.a2a_button_twitter , a.a2a_button_facebook { display: none !important;}
.ui-dialog input[type="checkbox"] { height: auto; }
.ui-dialog .form-checkbox.form-control { width:auto; float: left; }
.ui-dialog .js-form-item p, .ui-dialog .js-form-item ul li  {font-size: 13px; color:#3b3b3b;}
.ui-dialog .js-form-item ul li { margin-top: 10px; }
.layout-container { max-width: 100% !important; }
.path-forum .user-data {display: none;}


/********************************* New *******************************/


/*Bootstrap Form Override*/
.robotBox > div[class^="col-"]:first-child { padding-top: 35px; }

/*custom checkbox*/
.customCheckbox input { padding: 0; height: initial; width: initial; margin-bottom: 0; display: none; cursor: pointer; }
.customCheckbox label { position: relative; cursor: pointer; font-weight: normal; }
.customCheckbox label:before { content:''; -webkit-appearance: none; background-color: transparent; border: 2px solid #065381; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05); padding: 10px; display: inline-block; position: relative; vertical-align: middle; cursor: pointer; margin-right: 10px;}
.customCheckbox input:checked + label:after { content: ''; display: block;  position: absolute; top: 2px; left: 9px; width: 6px; height: 14px; border: solid #065381; border-width: 0 2px 2px 0; transform: rotate(45deg);}

/*Read More, Read Less Text*/
.toggle-text a { font-family: 'Raleway-SemiBold';}
.toggle-text a.icon:after { content: "\f107"; font-family: fontAwesome; font-size: 17px;  color:#065381; margin-left:5px; position: relative;top:2px;  }
.toggle-text a.icon.less:after { content: "\f106"; font-family: fontAwesome; font-size: 17px;  color:#065381; margin-left:5px; position: relative;top:2px; }
.toggle-text-content span { display: none; }

/*Contact Us Page*/
.contactUs .leftBox { padding-right: 25px; }
.contactUs .rightBox { padding: 0px 45px; }
.contactUs .contactDetail article { margin-top: 45px; position: relative; padding-left: 30px; }
.contactUs .contactDetail article:before { content: ""; font-size: 25px; font-weight: bold; color:#065381; position: absolute; left:0; top:-5px; }
.contactUs .contactDetail article.map:before { content: "\f041"; font-family: fontAwesome; }
.contactUs .contactDetail article.mail:before { content: "\f0e0"; font-family: fontAwesome; font-size: 20px; }
.contactUs .contactDetail h3 { font-size: 18px; font-family: 'Raleway-Medium'; }

/*Updates Page*/
.updatesPage {margin-top: 0;}
.updatesPage .leftBox { padding:60px; }
.updatesPage .bgBox { background: #fafafa; padding:170px 0px; height: 100vh; }
.updatesPage .panel {border:2px solid transparent;}
.updatesPage .panel-default { border-radius: 0; border-color: #f7f7f7; }
.updatesPage .panel-default > .panel-heading { background: #fafafa; padding:20px 30px; border:1px solid #f7f7f7; margin-top: -1px; margin-left: -1px; margin-right: -1px; }
.updatesPage .panel-default > .panel-heading h2 { margin-bottom: 0; padding-bottom: 0; }
.updatesPage .panel-default > .panel-body { padding:20px 30px; }
.updatesPage .panel-default > .panel-body article { min-height:370px; max-height: calc(100vh - 400px); overflow-y: auto; }
.updatesPage .panel .informationBox { width: 100%; display: inline-block; font-size: 15px; margin-top: 15px; color:#808080; }
.updatesPage .panel .informationBox p { margin-bottom: 0; line-height: inherit; color:#808080; }
.updatesPage .panel .informationBox a:hover { text-decoration: underline; }
.updatesPage .storyPagination { margin-top: 5px; width: 100%; display: inline-block; }
.updatesPage .storyPagination a { color:#B0B0B0; font-family: 'Raleway-SemiBold'; font-size: 15px; text-transform: uppercase; }
.updatesPage .storyPagination a + a { margin-left: 35px; }
.updatesPage .storyPagination a i { margin: 0px 10px; }
.updatesPage .storyPagination a.active { color:#F3702B; }


.innerPage {margin-top:60px; }
.innerPage h3 { padding-top: 0; margin-bottom: 20px; font-size: 25px; color:#11193D;  font-family: 'Raleway-SemiBold'; }
.innerPage p {font-family: 'Raleway-Medium'; font-size: 15px; color:#333333; line-height: 26px;}

/*about Us Section*/
.aboutUsSection .goalSection { margin-top: 15px; width: 100%; display: inline-block; }
.aboutUsSection .goalSection .circleContainer {margin-top: 15px; width: 100%; display: inline-block;}
.aboutUsSection .goalSection .circleContainer .circleBox {width: 100px; height: 100px; text-align: center; line-height: 100px; color:#fff; font-family: 'Raleway-Medium'; font-size: 60px; border-radius: 50%;}
.aboutUsSection .goalSection .circleContainer p {font-family: 'Raleway-Medium'; font-size: 18px; color:#333;}
.aboutUsSection .goalSection article { margin-top: 50px;}
.aboutUsSection .whatWeDo {width: 100%; display: inline-block; margin-top: 20px; }
.aboutUsSection .whatWeDo .grayBg {padding: 40px 0px;}
.aboutUsSection .strategicObjectives { width:100%; display:inline-block; margin-top: -7px;}
.aboutUsSection .strategicObjectives h3 { padding-left: 15px; }
.aboutUsSection .strategicObjectives .goal_boxes { background: #f5f5f5; margin-bottom: 10px; }
.aboutUsSection .strategicObjectives .goal_boxes .goal_box { padding:50px; }
.aboutUsSection .strategicObjectives .goal_boxes .goal_box i { font-size: 70px; }
.aboutUsSection .strategicObjectives .goal_box .overlay p { color: #fff; font-size: 18px; font-family: 'Raleway-SemiBold';}
.aboutUsSection .three_ws { width: 100%; display: inline-block; padding: 40px 0px; }
.aboutUsSection .three_ws .three_wspart { background: #fff;  }
.aboutUsSection .ptCountries{ width: 100%; display: inline-block; padding: 30px 0px; background: #f5f5f5;}
.aboutUsSection .ptCountries h3 { margin-bottom: 20px; }
.aboutUsSection .ptCountries p { margin-bottom: 20px; }
.aboutUsSection .boldFotContainer p  {font-family: 'Raleway-SemiBold'; font-size: 18px; color:#333;}
.aboutUsSection .workTogetherBox { width: 100%; display: inline-block; padding: 30px 0px; background: #065381 url("../../images/World-Map-Big.png") no-repeat; background-position: center; color:#fff;}
.aboutUsSection .workTogetherBox h4 { padding-top: 0; margin-bottom: 20px; font-size: 22px; color: #11193D; font-family: 'Raleway-SemiBold';}
.aboutUsSection .workTogetherBox h3{ margin-bottom: 30px; color:#fff;}
.aboutUsSection .workTogetherBox h4 {margin-bottom: 10px; color:#fff; font-size: 22px;}
.aboutUsSection .workTogetherBox p { color:#fff; margin-bottom: 20px; }
.aboutUsSection .workTogetherBox article + article { margin-top: 10px; }
.aboutUsSection .engageBoxContainer {width: 100%; display: inline-block; padding: 30px 0px; background: #f5f5f5; margin-top: -5px;}
.aboutUsSection .engageBoxContainer h3 { margin-bottom: 20px; }
.aboutUsSection .engageBoxContainer p { margin-bottom: 25px; }
.verticleMiddle { display: flex; align-items: center; }

/*Member Directory Css*/
.orangeBtn, .orangeBtn:hover, .orangeBtn:focus  { background: #F3702B; color:#fff; } /*GT 25-04-2019*/
.blueBtn, .blueBtn:hover, .blueBtn:focus  { background: #065381; color:#fff; border-color: #065381; } /*GT 25-04-2019*/
.memberDirectory {margin-top: 0; background: #fafafa;}
.memberDirectory p { margin-bottom: 0; }
.memberDirectory .leftBox { padding:20px; background: #fff; }
.memberDirectory .leftBox:before { content: ""; width: 100%; height: 2px; display: inline-block; background:#efeeee; position: absolute; left: 0; top: 140px;}
.memberDirectory .bgBox { background: #fafafa; padding:50px 30px; height: 100vh; text-align: center; } /*GT 25-04-2019*/
.memberDirectory .bgBox .Btn { text-transform: inherit; width: 100%; font-size: 13px; }  /*GT 25-04-2019*/
.memberDirectory .bgBox .Btn + .Btn { margin-top: 15px; } /*GT 25-04-2019*/
.memberDirectory .loginContainer {  padding:10px; width: 100%; display: inline-block; }
.memberDirectory .userProfile { width: 80px; height: 80px; background: #ddd; border-radius: 50%; overflow: hidden; display: inline-block; vertical-align: middle;}
.memberDirectory .editIcon { color: #065381; font-size: 20px; position: relative; top: 25px; left: -15px;}
.memberDirectory .welcomeUser { display: inline-block; vertical-align: middle; margin-left: 10px; }
.memberDirectory .welcomeUser p { color:#065381;  font-family: 'Raleway-SemiBold'; font-size: 18px; margin-bottom: 0; margin-left: 5px; }
.memberDirectory .loginContainer .logOut {height: 80px; line-height: 80px; float: right;}
.memberDirectory .loginContainer .logOut a { color:#065381; font-family: 'Raleway-Medium'; font-size: 18px;  } /*GT 25-04-2019*/
.memberDirectory .loginContainer .logOut a i { margin-left: 5px;}
.memberProfileContainer { width: 100%; display: inline-block; }
.memberProfileContainer h3 { font-family: 'Raleway-SemiBold'; font-size: 22px; color:#333; margin:48px 0px 28px 0px;}
.memberProfileContainer .valuePlaceholder { width: 100%; display: inline-block; padding: 15px; background: #F7F7F7; margin-bottom: 0; border: 1px solid #ddd;}
.memberProfileContainer .valuePlaceholder .leftArea p { color:#333333; font-family: 'Raleway-Medium'; font-size: 18px; }
.memberProfileContainer .valuePlaceholder .rightArea p { float: right; font-size: 15px; color:#8a8a8a;}
.memberProfileContainer .valuePlaceholder .rightArea p .number {color:#065381; margin-left: 5px;}
.memberProfileContainer .profileThumb {border: 1px solid #ddd; margin-top: -6px; border-top: none; padding-top: 15px;}
.memberProfileContainer .profileThumb ul { margin:0; padding:0; width: 100%; display: inline-block; }
.memberProfileContainer .profileThumb ul li { list-style: none; float: left; width: calc(100%/3 - 50px); margin:25px; }
.memberProfileContainer .profileThumb .thumbnail { border: 1px solid #EDEDED; border-top:2px solid #EDEDED; padding:0; border-radius: 0; margin-bottom: 0; position: relative;}
.memberProfileContainer .profileThumb .thumbnail .imgBox { text-align: center;}
.memberProfileContainer .profileThumb .thumbnail .caption { background: #EDEDED; text-align: center;}
.memberProfileContainer .profileThumb .thumbnail .caption h3 {font-size: 16px; color:#065381; font-family: 'Raleway-SemiBold'; margin:5px 0px; padding:0;}
.memberProfileContainer .profileThumb .thumbnail .caption h4 {font-size: 14px; color:#333; font-family: 'Raleway-SemiBold'; margin:0 0 4px 0; padding:0;}
.memberProfileContainer .profileThumb .thumbnail .caption p {font-size: 14px; color:#333; font-family: 'Raleway-Medium'; margin-bottom: 4px;}
.memberProfileContainer .profileThumb .thumbnail .caption.active { background: #065381; color:#fff; }
.memberProfileContainer .profileThumb .thumbnail .caption.active h3,
.memberProfileContainer .profileThumb .thumbnail .caption.active h4,
.memberProfileContainer .profileThumb .thumbnail .caption.active p {color:#fff;}
.memberProfileContainer .profileThumb .buttonBox { text-align: center; margin:50px 0px 30px 0px; }
.memberProfileContainer .profileThumb .thumbnail .overlay { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(0, 71, 122, 0.9); overflow: hidden; width: 100%; height: 0; transition: .5s ease; }
.memberProfileContainer .profileThumb .thumbnail:hover .overlay { height: 100%; }
.memberProfileContainer .profileThumb .thumbnail .overlayText { position: absolute; top: 50%; left: 50%; width: 90%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.memberProfileContainer .profileThumb .thumbnail .overlayText h1 {margin:0; padding:0; margin-bottom: 10px; font-family: 'Raleway-Bold'; font-size: 22px; color: #fff;  }
.memberProfileContainer .profileThumb .thumbnail .overlayText h2 {margin:0; padding:0; margin-bottom: 10px; font-family: 'Raleway-SemiBold'; font-size: 16px; color: #fff; }
.memberProfileContainer .profileThumb .thumbnail .overlayText h3 {margin:0; padding:0; margin-bottom: 10px; font-family: 'Raleway-SemiBold'; font-size: 18px; color: #fff; }
.memberProfileContainer .profileThumb .thumbnail .overlayText p {margin:0; padding:0;font-family: 'Raleway-Medium'; font-size: 14px; color: #fff; }

@media only screen and (max-width: 768px){
  .memberProfileContainer .profileThumb ul li { list-style: none; float: left; width: calc(100%/2 - 50px); margin:25px; }
}

@media only screen and (max-width: 600px){
  .memberProfileContainer .profileThumb ul li { list-style: none; float: left; width: calc(100% - 50px); margin:25px; }
}

/*GT 25-04-2019*/

/*margin width and padding*/
.m0{margin:0!important;}
.mt10{margin-top:10px !important;}
.mt20{margin-top:20px !important;}
.mb10{margin-bottom:10px !important;}
.mb20{margin-bottom:20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mr5 { margin-right: 5px !important; }

.p0{padding:0!important;}
.pt10{padding-top:10px !important;}
.pt20{padding-top:20px !important;}
.pb10{padding-bottom:10px !important;}
.pb20{padding-bottom:20px !important;}

.fsz18 { font-size: 18px !important;}



/*OVERRIDE CSS*/
.form-required:after {
    content: '';
    vertical-align: super;
    display: inline-block;
    background-image: url("http://www.qualityofcarenetwork.org/core/misc/icons/ee0000/required.svg");
    background-repeat: no-repeat;
    background-size: 6px 6px;
    width: 6px;
    height: 6px;
    margin: 0 0.3em;
}
.ui-dialog { z-index: 9999 !important; }



/*COP CSS*/
.cop .copSearch { position: relative; }
.cop .copSearch input { width: 50%; float: right; background: #fff; padding: 15px; font-size: 20px; color: #000; font-family: 'Raleway-Medium'; border:1px solid #ddd;}
.cop .copSearch input:focus { box-shadow: none; outline: none; }
.cop .copSearch .inputPlacehodler .buttonBox button { padding: 7px 20px; cursor: pointer; border: none; background: #FA7903; color: #fff; font-size: 30px; position: absolute; right: 0; top:0;}
.cop .copSearch .inputPlacehodler .buttonBox button:focus { box-shadow: none; outline: none; }
.cop .copPortalContainer { width:100%; display: inline-block; margin:50px 0px; }
.cop .portalBox { border:2px solid #f7f7f7; width: 100%; display: inline-block; margin-top: 30px; }
.cop .portalBox .portalHeader, .cop .portalBox .portalBody { width: 100%; display: inline-block; padding: 15px; }
.cop .portalBox .portalHeader h3 { color: #065381; font-size: 24px; font-family: 'Raleway-Regular'; }
.cop .portalBox .portalHeader .postBox { margin-top: 20px; color:#b0b0b0; font-size: 16px; }
.cop .portalBox .portalHeader .timeBox { margin:20px 0px; text-align: right; color:#b0b0b0; font-size: 17px; }
.cop .portalBox .portalHeader .comments, .cop .portalBox .portalHeader .views{color:#545454;}
.cop .portalBox .portalHeader .views { margin-left: 50px; }
.cop .portalBox .portalHeader .postBox .nameText { color:#545454; }
.cop .portalBox .portalBody { margin-top: 10px; background: #f7f7f7; }
.cop .portalBox .portalBody h5{color:#545454; font-size: 16px; font-family: 'Raleway-SemiBold'; margin:20px 0px;}
.cop .portalBox .portalBody .discussions ul { margin:0; padding:0; }
.cop .portalBox .portalBody .discussions ul li { list-style: none; }
.cop .portalBox .portalBody .discussions ul li + li { margin-top: 20px; }
.cop .portalBox .portalBody .discussions ul li .chatIcon{ width: 36px; height: 36px; background: #bababa; border-radius: 50%; display: block; margin:0 auto; overflow: hidden;}
.cop .portalBox .portalBody .discussions ul li .timeBox { font-size: 13px; color:#065381; margin-top: 10px; text-align: center;}
.cop .portalBox .portalBody .discussions ul li .chatTextBox{ background:#fff; border:1px solid #d6d6d6; padding:8px; margin-bottom: 8px;}
.cop .portalBox .portalBody .discussions ul li .chatTextBox p:first-child{ color:#545454; font-size: 14px;font-family: 'Raleway-Regular'; }
.cop .portalBox .portalBody .discussions ul li .chatTextBox p:last-child{ color:#545454; font-size: 16px; font-family: 'Raleway-Regular';}
.cop .portalBox .portalBody .discussions ul li .chatTextBox p strong { color:#065381; }
.cop .portalBox .portalBody .discussions ul li .replyBox { color:#065381; font-size: 15px; text-align: right; }
.cop .portalBox .portalBody .discussions ul li .replyBox i { margin-right: 10px; }
.cop .portalBox .portalBody .moreCommentBox { font-size: 16px; text-align: center; margin-top: 20px; }
.cop .portalBox .portalBody .textAreaBox { margin-top: 50px; }
.cop .portalBox .portalBody .textAreaBox textarea { width: 100%; border:1px solid #d6d6d6; padding: 10px; color:#b0b0b0; font-size: 16px; text-align: left;}
.cop .portalBox .portalBody .bottomButtons { margin-top: 15px; }
.cop .portalBox .portalBody .bottomButtons .Btn { text-transform: inherit; font-size: 16px; }
.cop .portalBox .portalBody .bottomButtons a + a { margin-left: 10px; }

/*Comment reply*/
.chatTextBox .inputPlacehodler textarea {height: 60px !important;}
.chatTextBox .inputPlacehodler .description { margin-top: 0 !important; }
/* .chatTextBox .inputPlacehodler .form-group {border-bottom: 1px dashed #ccc; padding-bottom: 15px;} */
.chatTextBox .inputPlacehodler .form-group label { margin-top: 10px !important; }
.chatTextBox .inputPlacehodler .form-group .js-form-managed-file input[type="file"]{ width: 60% !important; }
.chatTextBox .inputPlacehodler input[value="Cancel"] {width: 97px !important; height: 43px !important; font-size: 16px !important; background: #fff !important; color: #065381 !important; border: 1px solid #065381 !important;}
.chatTextBox .inputPlacehodler .bottomButtons {float: left !important; margin-left: 270px; margin-top: 0 !important; margin-right: 5px;}

/*Discussions*/
.copTableContainer { width: 100%; display: inline-block; margin-top: 30px; height: 450px; overflow:auto;}
.copTableContainer table { border-collapse: collapse; width: 100%; font-size: 16px; font-family: 'Raleway-Regular';}
.copTableContainer table a { color:#065381; font-family: 'Raleway-SemiBold'; }
.copTableContainer th{ background:#065381; color:#fff; font-family: 'Raleway-SemiBold'; }
.copTableContainer td, th { text-align: left; padding: 15px; }
.copTableContainer tr:nth-child(odd) { background-color: #f7f7f7;}

.discussions .js-form-type-checkbox.form-type-checkbox { display: none; }
.discussions .inputPlacehodler span.file { float: left; margin-right: 10px; }
.discussions .inputPlacehodler .form-group {
  margin-bottom: 2px !important;
  margin-top: 5px !important;
}

.discussions .form-type-select.js-form-item-field-document-type label {
  margin-top: 4px;
}

.discussions .form-type-select select.form-select {
  width: 318px !important;
  padding: 8px;
  border: 1px solid #ccc;
  display: inline-block;
  vertical-align: top;
}

.discussions .comment-reply .form-type-select select.form-select {
  width: 60% !important;
}

/*user Login/Profile  Css*/
.userLoggedInn {margin-top: 0; background: #fafafa;}
.userLoggedInn p { margin-bottom: 0; font-family: 'Raleway-Regular';  }
.userLoggedInn .leftBox { padding:20px; background: #fff; }
.userLoggedInn .leftBox:before { content: ""; width: 100%; height: 2px; display: inline-block; background:#efeeee; position: absolute; left: 0; top: 140px;}
.userLoggedInn .bgBox { background: #fafafa; padding:50px 30px; height: 100vh; }
.userLoggedInn .loginContainer {  padding:10px; width: 100%; display: inline-block; }
.userLoggedInn .userProfile { width: 80px; height: 80px; background: #ddd; border-radius: 50%; overflow: hidden; display: inline-block; vertical-align: middle;}
.manageProfileText{ color:#333; font-size: 12px; position: absolute; left:0; bottom:-18px; }
.userLoggedInn .editIcon { color: #065381; font-size: 20px; position: relative; top: 25px; left: -15px;}
.userLoggedInn .welcomeUser { display: inline-block; vertical-align: middle; margin-left: 10px; }
.userLoggedInn .welcomeUser p { color:#065381;  font-family: 'Raleway-SemiBold'; font-size: 18px; margin-bottom: 0; margin-left: 5px; }
.userLoggedInn .loginContainer .logOut {height: 80px; line-height: 80px; float: right;}
.userLoggedInn .loginContainer .logOut a { color:#065381; font-family: 'Raleway-Medium'; font-size: 15px;  }
.userLoggedInn .loginContainer .logOut a i { margin-left: 5px;}
.userLoggedInn .panel-default > .panel-heading + .panel-collapse > .panel-body { border-bottom: none; }
.userLoggedInn .panel-default > .panel-heading { border-bottom: none; background: #f7f7f7;}
.userLoggedInn .panel-title > a { position: relative; padding: 15px; }
.userLoggedInn .panel-title > a:before { position: absolute; top:3px; right: 5px;  width: auto; height: auto; border:none;}
.userLoggedInn .panel-title a[aria-expanded="false"]:before {content:"\f107"; font-size: 25px;}
.userLoggedInn .panel-title a[aria-expanded="true"]:before {content:"\f106"; font-size: 25px;}
.userLoggedInn .panel-group .panel+.panel { margin-top: 10px; }
.userLoggedInn .panel-default > .panel-heading + .panel-collapse > .panel-body { padding:15px 0px; color:#545454;}
.userLoggedInn .panel-default .topBordered { border-top: 1px solid #EBEBEB; }
.userLoggedInn .copDetail { border-top: 1px solid #EBEBEB; border-bottom: 1px solid #EBEBEB; margin:20px 0px 10px 0px; width: 100%; display: inline-block; padding-top: 15px;}
.userLoggedInn .copDetail div[class^="col-"] article {border-bottom:1px solid #EBEBEB; padding-bottom: 10px; min-height: 96px;}
.userLoggedInn .copDetail div[class^="col-"]:nth-of-type(3) article,
.userLoggedInn .copDetail div[class^="col-"]:nth-of-type(4) article { border: none; }
.userLoggedInn .panel-default > .panel-heading + .panel-collapse > .panel-body h3 { font-family: 'Raleway-SemiBold'; color:#2B2B2B; font-size: 16px; margin-top: 10px; margin-bottom: 5px;}
.userLoggedInn .memberCopBox , .engagePeers  .memberCopBox { border-bottom: 1px solid #EBEBEB; width: 100%; display: inline-block; padding-bottom: 20px;}
.userLoggedInn .memberCopBox ul , .engagePeers  .memberCopBox ul {counter-reset: section; margin:0; padding:0; margin-top: 10px;}
.userLoggedInn .memberCopBox ul li, .engagePeers .memberCopBox ul li  { list-style: none; position: relative; padding-left: 30px; padding-bottom: 10px;}
.userLoggedInn .memberCopBox ul li + li { margin-top: 3px; }
.userLoggedInn .memberCopBox ul li:before, .engagePeers  .memberCopBox ul li:before{counter-increment: section; content: "" counter(section)" "; position: absolute; left:0; top:4px; font-size: 12px; width: 20px; height: 20px; line-height: 19px; background: #f0f0f0; border-radius: 50%; text-align: center; font-family: 'Raleway-Medium'; color:#333;}
.userLoggedInn .readAcceptBox { width: 100%; display: inline-block; padding-top: 20px; }
.userLoggedInn .readAcceptBox p {font-family: 'Raleway-SemiBold'; color:#333;}
.userLoggedInn .readAcceptBox a {font-family: 'Raleway-SemiBold';}
.userLoggedInn .readAcceptBox a:hover { text-decoration: underline; }




/************************************************** 20-05-2019 Gaurav Tripathi *******************************/

/*MEMBER DIRECTORY*/
.memberDirectory{ width: 100%; display: inline-block; margin-bottom: 20px; }
.mdHeading{ font-family: 'Raleway-SemiBold'; background-color: #065381; padding: 10px 30px; color: #fff; text-align: center; font-size: 16px; text-transform: uppercase;}
.mdInputs{ padding: 20px 0px; background-color: #fff; text-align: center;}
.mdInputs input{ width: 85%; padding: 4px 8px; font-size: 12px; margin-bottom: 10px;}
.mdInputs button{ margin-top: 10px;padding: 5px 30px;border-radius: 0px; text-transform: uppercase; }
.mdInputs button:focus{ outline: none;}
.mdInputs input:focus{outline: none; }
.accessCop{ font-family: 'Raleway-SemiBold'; background-color: #065381; padding: 10px 30px; text-align: center; font-size: 16px; text-transform: uppercase;}

/*Member Directory Button*/
.memberDirectory .bgBox .Btn{ text-transform: uppercase; }


/*New Css of Login Profile Page*/
.lightBlueColor{color: #065381 !important;}
.fullFloat { width: 100%; float: left; }
.textGreyLight { color:#c2c2c2; }
ul.borderBottomList { margin:0; padding:0; max-height: 250px; overflow: auto;}
ul.borderBottomList li { list-style: none; border-bottom: 1px solid #ddd; width: 100%; display: inline-block; padding:5px;}

/*Forum topic listing page*/
table td.forum__topic div.forum__icon { display:none; }
#custom-form-cont li.action-links { display:none; }

/*ui-dialog | popup*/
.ui-dialog .ui-dialog-titlebar { font-size: 20px; padding:15px; }
.ui-widget.ui-widget-content { border-radius: 5px; }
.ui-dialog .ui-dialog-titlebar-close { top:20px; right: 10px; }
.ui-dialog .ui-dialog-titlebar-close:after{content: "\f00d"; font-family: fontAwesome; font-weight: normal; font-size: 17px;}
.ui-dialog .form-control { height: 40px; }
.ui-dialog .button{border-radius: 0 !important; margin-left: 0 !important; margin-right: 0 !important; background: #065381 !important; color: #fff !important; border-color: #065381 !important; text-transform: uppercase; font-size: 16px; padding:10px 30px !important; font-family: 'Raleway-SemiBold';
    border: 2px solid transparent; white-space: nowrap; vertical-align: middle; height: 45px !important; width: auto; display: inline-block;}
.ui-dialog select {display: block; width: 100%; height: 40px; padding: 6px 12px;- font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px;  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); box-shadow: inset 0 1px 1px rgba(0,0,0,.075);background: #ddd;
    opacity: 0.5;
    pointer-events: none;}
.ui-dialog .taxonomy-term-forums-forum-form .description label.helpText { display: none; }
.ui-dialog .taxonomy-term-forums-forum-form .form-item-field-forum-author-0-value { display: none; }
.ui-dialog .taxonomy-term-forums-forum-form .form-item-weight { display: none; }
.ui-dialog .node-forum-form .js-form-type-vertical-tabs { display: none; }
.ui-dialog .node-forum-form input[value="Preview"]{ display: none; }
h2.title.comment-form__title, .discussions .node__links {display: none;}
#custom-form-cont nav.tabs {display: none;}
.ui-dialog .node-forum-form .js-form-type-checkbox {display: none;}
.ui-dialog .taxonomy-term-forums-forum-form .form-item-field-forum-author-email-0-value{display: none;}
.ui-dialog .taxonomy-term-forums-forum-form .form-item-field-cop-published-value{display: none;}

/*searchBox*/
.customSearch { position: relative; }
.customSearch input { width: 100%; float: right; background: #fff; padding: 15px; font-size: 20px; color: #000; font-family: 'Raleway-Medium'; border:1px solid #ddd;}
.customSearch input:focus { box-shadow: none; outline: none; }
.customSearch .inputPlacehodler .buttonBox button { padding: 7px 20px; cursor: pointer; border: none; background: #FA7903; color: #fff; font-size: 30px; position: absolute; right: 0; top:0;}
.customSearch .inputPlacehodler .buttonBox button:focus { box-shadow: none; outline: none; }

/*Document Repository*/

.documentRepository {width: 100%; display: inline-block; padding:30px 40px; background: #fafafa; margin:0;}
.dmTotalResults{ padding-bottom: 20px; border-bottom: 1px solid #d9d9d9; margin-bottom: 10px; margin-top: 40px; width: 100%; display: inline-block;}
.dmTotalResults p > span {font-family: 'Raleway-SemiBold';}
.dmType{ margin-top: 20px; }
.dmType .cardHeader{ font-family: 'Raleway-SemiBold'; padding: 15px 15px; border-radius: 10px 10px 0px 0px ; background-color: #fff; border-bottom: 1px solid #ddd; }
.dmType .cardHeader span{ float:right; }
.dmType .cardHeader span a{ color: #333; }
.dmType .cardBody{ padding: 15px 15px; background-color: #fff; }
.dmType .cardBody form p{ display: inline-block; font-family: 'Raleway';}
.dmType .cardBody form input{ float: right; }
.dmTag .cardHeader, .dmLanguage .cardHeader, .dmCountry .cardHeader{ border-radius: 4px; }
.view-document-repository .views-row{ background-color: #fff; margin-bottom: 20px; box-shadow:1px 1px 5px 0px rgba(0, 0, 0, 0.1); padding: 10px 20px; }
.dmResource h3 { font-size: 20px; }
.dmResource ul.dmrIcon {margin:0; padding:0;}
.dmResource .dmrIcon i{ margin-bottom: 30px; }
.dmResource .dmrImg{ background-color: #fff; padding: 4px; margin: 20px 0px; border:1px solid #ddd;}
.dmResource .dmrImg img {width: 100%; height: auto;}
.dmResource .midArea h3 a {color:#065381;}
.dmResource .midArea ul{ list-style: none; padding: 0px; margin: 8px 0px;}
.dmResource .midArea ul li{ display: inline-block;  }
.dmResource .midArea .dmrText span {font-family: 'Raleway-SemiBold'; width: 150px; float:left; position:relative;}
.dmResource .midArea .dmrText span:after{ content: ':'; margin: 0px 30px; position: absolute; right: 0;}
.dmResource .rightArea {margin-top:65px;}
.dmResource .rightArea ul.dmrIcon li { list-style: none; font-size: 18px; }
.view-document-repository .description-box .hide-box {cursor: pointer; color: #333; font-family: 'Raleway-Medium'; display: block; margin: 10px auto; width: 10%; background: #f5f5f5; text-align: center; padding: 5px; border-radius: 3px; font-size: 13px; border: 1px solid #e4e1e1; }
.view-document-repository .description-box .hide-box span:last-child {display:none;}
/* .view-document-repository .description-expend {cursor: pointer; color: #333; font-family: 'Raleway-Medium'; display: block; margin: 10px auto; width: 19%; background: #f5f5f5; text-align: center; padding: 5px; border-radius: 3px; font-size: 13px; border: 1px solid #e4e1e1; } */
.view-document-repository .description-box {width: 100%; display: inline-block; margin-top: 20px; padding-top:20px; position:relative;}
.view-document-repository .description-box:before {content:""; position:absolute; top:0; width:calc(100% + 40px); left:-20px; background: url("../../images/shadow.png") repeat center top; min-height: 10px;}
.view-document-repository .read-more { width:100%; display:inline-block; text-align:center;}
.view-document-repository .read-more a {font-family: 'Raleway-SemiBold'; color:#065381;}
.dmResource .rightArea ul.dmrIcon li:nth-child(1) a {font-size:0px; background: url("../../images/download.png") no-repeat center top; background-size:100%; height: 20px; width:20px; position:absolute; right:10px; top:0;}
.dmResource .rightArea ul.dmrIcon li:nth-child(2) a {font-size:0px; background: url("../../images/share.png") no-repeat center top; background-size:100%; height: 20px; width:20px; position:absolute; right:10px; top:40px;}
.dmResource .rightArea ul.dmrIcon li:nth-child(3) a {font-size:0px; background: url("../../images/print.png") no-repeat center top; background-size:75%; height: 20px; width:20px; position:absolute; right:10px; top:75px;}
.dmResource .file--application-pdf { background-image: none !important;}
.dmResource .a2a_svg.a2a_s__default.a2a_s_a2a {display:none !important;}
.view-document-repository .view-header {font-family: 'Raleway-Medium'; margin: 25px 0px 20px 0px; border-bottom: 1px solid #ddd; padding-bottom: 20px; padding-top: 20px; font-size: 16px;}
/*Left Side Filter Area*/
.region-sidebar-first details { border:none; }
.region-sidebar-first ul { margin:0; padding: 0; }
.region-sidebar-first ul li { list-style: none; }
.region-sidebar-first .form-item { margin-top: 20px; margin-bottom: 20px; position: relative; }
.region-sidebar-first .form-item summary:after { content: "\f078"; font-family: fontAwesome; font-size: 13px; position: absolute; right: 15px; top:12px;}
.region-sidebar-first details[open=""] summary:after { content: "\f077"; }
.region-sidebar-first .form-item summary{font-family: 'Raleway-SemiBold'; font-size: 16px; padding: 10px 15px; border-radius: 10px 10px 0px 0px; background-color: #fff; border-bottom: 1px solid #ddd; box-shadow:rgba(0, 0, 0, 0.1) 0px 1px 1px 0px; border-radius: 0;}
.region-sidebar-first .form-checkboxes .form-item { margin-top: 8px; margin-bottom: 8px; }
.region-sidebar-first .form-item .details-wrapper { background: #fff !important; max-height: 400px; overflow: auto; box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 1px 0px; }
.region-sidebar-first .form-checkbox.form-control { height: auto; width: 5%; float: right; }
.region-sidebar-first .form-type-radio label, .region-sidebar-first .form-type-checkbox label { font-size: 14px; width: 90%; float:left; }
.region-sidebar-first .form-checkboxes input[type='checkbox']:after { line-height: 1.5em; content: ''; display: inline-block; width: 18px; height: 18px; background:#fff; border:2px solid #000; position: relative; top:-5px; }
.region-sidebar-first .form-checkboxes input[type='checkbox']:checked:after { content: '\2714'; text-align: center; font-size: 13px; background: #000; color:#fff;}
.region-sidebar-first .details-wrapper a.bef-toggle {margin:10px 0px; display: inline-block; font-family: 'Raleway-SemiBold';}


/*Left Filter child Selector toggle*/
.region-sidebar-first .details-wrapper .form-checkboxes > ul > li { position: relative; }
.region-sidebar-first .details-wrapper .form-checkboxes > ul > li .iconBox {position: absolute; top:9px; left:-10px; cursor:pointer; color:#929191;}
.region-sidebar-first .details-wrapper .form-checkboxes > ul > li .iconBox:before {content: "\f0da"; font-family: fontAwesome;}
.region-sidebar-first .details-wrapper .form-checkboxes > ul > li.open .iconBox:before{content: "\f0d7";}
.region-sidebar-first .details-wrapper .form-checkboxes > ul > li > ul { margin-left: 20px; display: none;}
.region-sidebar-first .details-wrapper .form-checkboxes > ul > li.open > ul { display: block;}
.region-sidebar-first .details-wrapper .form-checkboxes > ul > li:nth-child(1) .iconBox {display: none; }
.region-sidebar-first details.form-item:nth-of-type(2) .iconBox{  display: none; }

/*Related Resources CSS*/
.page-node-type-document-repository .col-md-8.content-area { width: 100%; padding:0; background: #f5f5f5;}
.page-node-type-document-repository .col-md-8.content-area .content-section { display: block; margin:80px auto; width: 80%; }
.page-node-type-document-repository .content-bottom.Resources {width: 100%; display: inline-block; padding: 70px 20px; background: #fff; float:left;}
.page-node-type-document-repository .content-bottom.Resources .view-header { width: 30%; float: left; }
.page-node-type-document-repository .content-bottom.Resources .view-content {width: 70%; float: left;}
.page-node-type-document-repository .documentRepository.innerPage { padding:0 !important; }
.page-node-type-document-repository .content-bottom.Resources .resourceListBox .captionBox h4 a,
.block-views-blockknowledge-library-homepage-block-1 .resourceListBox .captionBox h4 a  { color:#fff; font-size: 16px; font-family: 'Raleway-Bold';}
.page-node-type-document-repository .content-bottom.Resources .resourceListBox .captionBox h4 +  span { font-size: 13px; color: #E0DCDC; margin-bottom: 0; margin-top: 5px; }
.page-node-type-document-repository .content-bottom.Resources .file--application-pdf,
.block-views-blockknowledge-library-homepage-block-1 .file--application-pdf { background: none !important; }
.page-node-type-document-repository .content-bottom.Resources .view-content .resourceListBox .download a,
.block-views-blockknowledge-library-homepage-block-1 .resourceListBox .download a {font-size:0px; background: url("../../images/download-arrow-white.png") no-repeat center top; height: 30px; width:30px; position:absolute; right:0; top:0; background-size: contain;}
.description-box ul li .ext-link a {background: url("../../images/link.png") no-repeat center right 15px !important; background-size: 1.8% !important;}
.block-views-blockknowledge-library-homepage-block-1 .resouceArticlePlc .imgBox { height:440px;}
.block-views-blockknowledge-library-homepage-block-1 .resouceArticlePlc .imgBox img {height:auto;}

.page-node-type-document-repository .col-md-8.content-area .content-section .files-containers h4 { text-transform: uppercase; color:#333333; font-size: 16px; margin:20px 0px; font-family: 'Raleway-SemiBold'; }
.page-node-type-document-repository .col-md-8.content-area .content-section .files-containers .item-list ul { padding-bottom: 50px; position: relative; }
.page-node-type-document-repository .col-md-8.content-area .content-section .files-containers .item-list ul li { margin-top: 10px; }
.page-node-type-document-repository .col-md-8.content-area .content-section .files-containers .item-list ul li span { display: block; background: none !important;  font-size: 14px; font-family: 'Raleway-SemiBold'; padding-left: 0;}
.page-node-type-document-repository .col-md-8.content-area .content-section .files-containers .item-list ul li a { display: block; border:1px solid #ddd;  padding:10px 20px; color:#333; background: url("../../images/download-arrow-black.png") no-repeat center right 15px; background-size:2%; }
.page-node-type-document-repository .col-md-8.content-area .content-section .files-containers .item-list ul:after { content: ""; position: absolute; bottom: 0; width: calc(100% + 40px); left: -20px; background: url(../../images/shadow.png) repeat center top; min-height: 10px;}

.compul_field h4{color: #3368a9; font-weight: bold; font-size: 20px;}
.page-node-type-forum .field--type-entity-reference {display: none;}
.path-forum ul.messages__list li:first-child{display:none;}
.password-suggestions.description {display: none !important;}

/*Edit Profile Reply/Edit/Delete */
.field--type-image img, .field--name-user-picture img { height: auto; }
.comment-form input, .comment-form .form-select { border-radius: 0; }
input.form-submit.blueBtn:hover, input.form-submit.blueBtn:focus {background: #065381 !important;}
.reply-details-page { margin-top:50px; margin-bottom: 50px; padding: 15px;}
.reply-details-page li {list-style: none;}
.reply-details-page .field--name-user-picture{width: 36px; height: 36px; background: #bababa; border-radius: 50%; display: block; margin: 0 auto; overflow: hidden; margin-top: 10px;}
.reply-details-page .timeBox {font-size: 13px; color: #065381; margin-top: 10px; text-align: center;}
.reply-details-page .chatTextBox { background: #fff; border: 1px solid #d6d6d6; padding: 8px; margin-bottom: 8px;}
.reply-details-page .chatTextBox p{color: #545454; font-size: 14px; font-family: 'Raleway-Regular'; margin-bottom: 5px;}
.reply-details-page textarea.form-textarea {width: 100%; margin-top: 40px; margin-bottom: 20px; border: 1px solid #d6d6d6; padding: 10px; color: #b0b0b0; font-size: 16px; text-align: left;}

.comment-edit-page , .comment-delete-page{margin-top:50px; margin-bottom: 50px; padding: 15px;}
.comment-edit-page textarea.form-textarea {width: 100%;  margin-bottom: 20px; border: 1px solid #ccc; border-top:none; padding: 10px; color: #b0b0b0; font-size: 16px; text-align: left; border-radius: 0;}
.comment-edit-page .tabs ul.primary li a , .comment-delete-page .tabs ul.primary li a {height: 2.8em; line-height: 2.9; font-family: 'Raleway-SemiBold';}
.comment-delete-page .inputPlacehodler { padding:15px 0px; font-size: 14px; }
.comment-delete-page .inputPlacehodler .form-group .Btn { margin-top: 25px; background: #065381; color:#fff; }
.comment-delete-page { position: relative; }
.comment-delete-page .deleteButton { width: auto; }
.comment-delete-page #edit-cancel {margin-top: 25px; background: #065381; color: #fff; display: inline-block; padding: 10px 30px; text-align: center; text-transform: uppercase; font-size: 15px; font-family: 'Raleway-SemiBold'; border: 2px solid transparent; white-space: nowrap; vertical-align: middle; border-radius: 0; margin-left: 5px; margin-right: 0;}
.comment-delete-page #edit-submit, .comment-delete-page #edit-cancel { position: absolute; bottom:40%; right: 10px; width: auto; }
.comment-delete-page #edit-submit { right: 140px; }

.cop .portalBox .portalBody .description { margin-top: 15px; }
.cop .portalBox .portalBody .description label.helpText, .comment-edit-page .description label.helpText, .comment-delete-page .description label.helpText, .reply-details-page .description label.helpText { float: left; font-family: 'Raleway-Regular'; width: 100%; font-weight: normal; font-size: 12px; line-height: 20px; color: #595757; margin-bottom: 10px;}
.cop .portalBox .portalBody .js-form-managed-file label, .comment-edit-page .js-form-managed-file label, .comment-delete-page .js-form-managed-file label, .reply-details-page .js-form-managed-file label { font-weight: bold; font-size: 15px;}
.cop .portalBox .portalBody .js-form-managed-file.form-managed-file .form-control, .comment-edit-page .js-form-managed-file.form-managed-file .form-control, .comment-delete-page .js-form-managed-file.form-managed-file .form-control, .reply-details-page .js-form-managed-file.form-managed-file .form-control { height: 38px; float: left; }
.cop .portalBox .portalBody .button.js-form-submit.form-submit.form-control, .comment-edit-page .button.js-form-submit.form-submit.form-control, .comment-delete-page .button.js-form-submit.form-submit.form-control, .reply-details-page .button.js-form-submit.form-submit.form-control  { background: #F3702B; color: #fff; border-color: #F3702B; display: inline-block; padding: 10px 20px; text-align: center;  font-family: 'Raleway-SemiBold'; border: 2px solid transparent; white-space: nowrap; vertical-align: middle; line-height: 16px; width: auto; margin-left: 5px; }

.cop .portalBox .portalBody .file--application-pdf, 
.comment-edit-page .file--application-pdf, 
.comment-delete-page .file--application-pdf, 
.reply-details-page .file--application-pdf  {margin-top: 10px; margin-left: 10px; }

.chatTextBox .file--application-pdf { margin-left: 0 !important; }

.memberDirectory .member-search{ padding: 0px 0px 20px 0px; background-color: #fff; text-align: center;}
.memberDirectory .member-search h2 { font-family: 'Raleway-SemiBold'; background-color: #065381; padding: 2px 0px; color: #fff; text-align: center; font-size: 16px; text-transform: uppercase; margin:0; margin-bottom: 20px;}
.memberDirectory .member-search .form-control { height: auto !important; }
.memberDirectory .member-search input.form-text , .memberDirectory .member-search select { width: 85%; padding: 4px 8px; font-size: 12px; margin-bottom: 10px; display: block; margin:0 auto; border:1px solid #a9a9a9;}
.memberDirectory .member-search .form-item { margin-top:0 !important; }
.memberDirectory .member-search .form-item label { display: none; }
.memberDirectory .member-search .button.form-submit { width: auto !important; display: block; margin:0 auto; background: #F3702B;
    color: #fff;text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Raleway-SemiBold';
    border: 2px solid transparent;
    white-space: nowrap;
    vertical-align: middle; }
.accessCop a {font-size: 12px;}
.Btn.BtnSecondary.nwcops.blueBtn.use-ajax, .Btn.BtnSecondary.blueBtn.nwcops { font-size: 12px; padding: 10px 0;}


/*cop send request popup*/
#spb-cop-send-request-container .spb-popup-main-wrapper {border:1px solid #c5c5c5 !important; border-radius: 5px; top:53px; padding:0;}
#spb-cop-send-request-container .cop-send-request-container h2 { border-width: 0 0 1px 0; border-style: solid; border-color: #ccc; border-radius: 0; background: #f3f4ee; font-weight: bold; font-size: 20px; padding: 15px;}

#spb-cop-send-request-container .cop-send-request-container form .inputPlacehodler { padding: .5em 1em;}
#spb-cop-send-request-container .cop-send-request-container form .form-control, #spb-cop-send-request-container .cop-send-request-container form .form-select {height: 40px;font-size: 0.9em;border: 1px solid #ccc; color: #3b3b3b; width: 100%;}
#spb-cop-send-request-container .cop-send-request-container form .form-textarea {height: 90px;font-size: 0.9em;border: 1px solid #ccc; color: #3b3b3b;}
#spb-cop-send-request-container .spb_close { border:none; background: transparent;font-size: 30px; font-weight: 600; }
#spb-cop-send-request-container .Btn.BtnPrimary { border-radius: 0 !important; margin-left: 0 !important; margin-right: 0 !important; background: #065381 !important; color: #fff !important; border-color: #065381 !important; text-transform: uppercase; font-size: 16px; padding: 10px 30px !important; font-family: 'Raleway-SemiBold'; border: 2px solid transparent; -white-space: nowrap; vertical-align: middle; height: 45px !important; width: auto; display: inline-block; }
#spb-cop-send-request-container input[type=submit].btn-block { width: auto !important; }
.path-user #user-login-form {padding: 30px; width: 50%;}
.path-user #user-login-form #edit-submit{float: right; width: 35%;}
/* .path-user .breadcrumb {background: #1F232B; borser-radius: 1px !important;} */
.path-engage-peers .breadcrumb {position: absolute; padding-left: 20px; bottom: 30px;}
.view-document-repository .pager__item {padding: 10px 0;}
.view-document-repository .pager li > a, .view-document-repository .pager li > span {border-radius: 5px;}
.post_messagelog {margin-top: 50px;padding-bottom: 0;}
/* CSS for Send invite Cop*/
#block-sendinviteblock {padding: 5px;}
#block-sendinviteblock h2 {font-size: 28px;}
#block-sendinviteblock #send_invite_btn { width: 30%; margin: 0; float: right;}
#block-sendinviteblock #edit-public-cop-list {border: 1px solid #ddd; padding: 10px;}

/*view webinars page*/ 
.view-webinars .articlePlc{ position: relative; margin-bottom: 40px;}
.view-webinars .articlePlc .imgBox img{ width: 100%; height: 220px; overflow: hidden; }
.view-webinars .articlePlc .calanderBox{ position: absolute; top: 0; background: rgba(0,0,0,0.6); padding: 4px 12px 6px 12px; color: #fff; text-align: center; left: 14px; font-size: 1.3rem; }
.view-webinars .articlePlc .calanderBox .date{ font-size: 30px; }
.view-webinars .articlePlc .calanderBox .month{ text-transform: uppercase; margin-top: 4px; }
.view-webinars .articlePlc .captionBox{ background: rgba(0,0,0,0.6); position: absolute; bottom: 0px; width: 100%; color: #fff; padding: 2px 12px; height: 80px; }
.view-webinars .articlePlc .captionBox article h4{ font-size: 16px; font-weight: 700; }
.view-webinars .articlePlc .captionBox article p.description{ color: #fff; line-height: 22px; margin-top: 5px; font-size: 14px;}
.view-webinars ul.pager__items{ border-top: 1px solid #eee; padding-top: 30px; }
.view-webinars ul.pager__items li.pager__item a{ border-radius: 4px; padding: 6px 16px; border: 2px solid #f6f6f6; font-size: 1.5rem; }
.view-webinars ul.pager__items li.pager__item.is-active a{ background-color: #F3702B; color: #fff; }
.view-webinars ul.pager__items li.pager__item.pager__item--last a{ background-color: #F3702B; color: #fff; }
.view-webinars ul.pager__items li.pager__item.pager__item--first a{ background-color: #F3702B; color: #fff; }

/*view webinars series page*/ 
.view-webinar-series .articlePlc{ position: relative; margin-bottom: 40px;}
.view-webinar-series .articlePlc .imgBox img{ width: 100%; height: 220px; overflow: hidden; }
.view-webinar-series .articlePlc .calanderBox{ position: absolute; top: 0; background: rgba(0,0,0,0.6); padding: 4px 12px 6px 12px; color: #fff; text-align: center; left: 14px; font-size: 1.3rem; }
.view-webinar-series .articlePlc .calanderBox.right { left: initial; right: 14px; width: 87px; height: 78px; padding-bottom: 10px; }
.view-webinar-series .articlePlc .calanderBox.right a{ color: #ffffff; }
.view-webinar-series .articlePlc .calanderBox .date{ font-size: 30px; }
.view-webinar-series .articlePlc .calanderBox .month { margin-top: 9px; font-size: 12px; }
.view-webinar-series .articlePlc .captionBox{ background: rgba(0,0,0,0.6); position: absolute; bottom: 0px; width: 100%; color: #fff; padding: 6px 12px 0 12px; height: 53px;}
.view-webinar-series .articlePlc .captionBox article h4{ font-size: 16px; font-weight: 700; }
.view-webinar-series .articlePlc .captionBox article a{ color: #fff; line-height: 18px; margin-top: 5px; font-size: 14px;}
.view-webinar-series ul.pager__items{ border-top: 1px solid #eee; padding-top: 30px; }
.view-webinar-series ul.pager__items li.pager__item a{ border-radius: 4px; padding: 6px 16px; border: 2px solid #f6f6f6; font-size: 1.5rem; }
.view-webinar-series ul.pager__items li.pager__item.is-active a{ background-color: #F3702B; color: #fff; }
.view-webinar-series ul.pager__items li.pager__item.pager__item--last a{ background-color: #F3702B; color: #fff; }
.view-webinar-series ul.pager__items li.pager__item.pager__item--first a{ background-color: #F3702B; color: #fff; }

@media only screen and (max-width: 1024px){
  .view-webinars .articlePlc .calanderBox .date{ font-size: 24px; }
  .view-webinars .articlePlc .calanderBox{ padding: 3px 10px 5px 10px; left: 10px; font-size: 1.1rem; }
  .view-webinars .articlePlc .captionBox article h4{ font-size: 13px; }
}

@media only screen and (max-width: 480px){
  .innerPage{ padding: 30px 20px; }
  .innerPage .bgBox{ padding: 0px; }
  .view-webinars ul.pager__items{ padding: 0; padding-top: 30px; }
  .view-webinars ul.pager__items li.pager__item{ padding: 0px; }
  .view-webinars ul.pager__items li.pager__item a{ padding: 4px 12px; font-size: 1.3rem; }
}

/*inner webinar page*/
.whiteBg{ background-color: #fff; }
.webinarRow{ background-color: #f5f5f5; }
section.innerPage.countryNetworkSection{ padding-left: 30px; padding-right: 30px; margin-top: 0px; padding-top: 40px; background-color: #fff; }
.webinarRight{ padding: 50px 20px; }
.webinarRight.finish-docs{ padding: 0px 20px; width: 100%; float: right; display: inline-block; }
.webinarRight .accessCop.seeMoreWebinar{ margin-bottom: 15px; }
.webinarRight .accessCop.registerHere, .webinarRight .accessCop.joinWebinarhere{ background-color: #F3702B; }
.webinarRight .accessCop.registerHere a, .webinarRight .accessCop.joinWebinarhere a{ background-color: #F3702B; }
.webinarInfo{ margin-left: 15px; margin-top: 10px; }
.webinarInfoBox{ background-color: #f7f7f7; padding: 25px; margin-top: 8px; margin-bottom: 40px; }
.webinarInfoBox ul{ margin: 0; padding: 0; }
.webinarInfoBox ul li{ list-style: none; margin-bottom: 30px; text-transform: capitalize; }
.webinarInfoBox ul li .webinarTitle{ color: #11193d; font-family: 'Raleway-Medium'; font-size: 16px; vertical-align: middle; }
.webinarInfoBox ul li .webinarTitle:after{ content: ":"; float: none; margin-left: 10px;}
.webinarInfoBox ul li .webinarTitle i{ margin-right: 8px; width: 20px; font-size: 18px; vertical-align: middle; }
.webinarInfoBox ul li .webinarText{ font-size: 15px; }
.webinarInfoBox ul li .webinarText > span{ margin-top: 10px; }
.webinarInfoBox ul li .webinarText.list-spacing{ line-height: 25px; }
.webinarInfoBox ul li .webinarText.list-spacing span { margin: 0; display: inline-block; width: 36%; font-family: 'Raleway-Medium' !important; }
.col-xs-6.webinarText {text-transform: none;}
.webinarInfoBox ul li .webinarText li{ margin-bottom: 0px; }
.webinarInfoBox ul li .webinarText span{display: block; text-transform: none; }
.webinarInfoBox ul li:last-child{ list-style: none; margin-bottom: 0px; }

@media only screen and (max-width: 480px){
  section.innerPage.countryNetworkSection { padding: 0px; padding-top: 30px; }
  section.innerPage.countryNetworkSection h2{ font-size: 21px; line-height: 30px; padding-bottom: 20px; }
  section.innerPage.countryNetworkSection .webinarInfo{ margin: 0px; }
  section.innerPage.countryNetworkSection .webinarInfo article p{ margin-top: 30px; }
  section.innerPage.countryNetworkSection .webinarInfoBox .webinarTitle{ margin-bottom: 5px; }
  .webinarRight{ padding: 50px 20px; }
  .webinarTitle, .webinarText{ font-size: 15px !important; }
  }

  @media only screen and (max-width: 1024px){
  section.innerPage.countryNetworkSection .webinarInfo{ margin: 0px; }
  .webinarInfoBox{ padding: 20px 18px; }
  .webinarTitle, .webinarText{ font-size: 15px !important; }
  }

/*webinar updates page corrections*/
.captionBox p.web-title { color: #fff !important; font-size: 14px; line-height: 21px; margin-top: 5px; }
div#block-webinarlistingpagebanner .content { margin: 0; }
.region-highlighted { margin: 0px !important; }

/*webinar inner page corrections*/
.webinar_docs { padding: 82px 13px 5px 13px; word-break: break-word; font-size: 13px; position: relative; background-color: #fff; margin-bottom: 20px; }
.webinar_docs.ongoing-docs{ display: inline-block; margin-top: 50px; width: 100%; float: right; }
.webinar_docs:before { display: block; content: "Webinar Materials"; text-align: center; color: #fff; background: #065381; padding: 18px 0px; text-transform: uppercase; font-family: 'Raleway-SemiBold'; font-size: 16px; position: absolute; top: 0; left: 0px; width: 100%;} 
.webinar_docs a{ font-size: 13px; display: inline-block; margin-bottom: 20px; padding-left: 40px; border-bottom: 1px solid #eee; padding-bottom: 20px; }
.webinar_docs a:last-child{ padding-bottom: 0px; border-bottom: none; }
.webinar_docs a:before{ content:url('../../images/pdf-icon.png'); width: 15px; vertical-align: middle; height: 15px; position: absolute; left: 15px; }
.webinar_docs a.webinar-link { position: relative; }
.webinar_docs a.webinar-link:before { content: none; }
.webinar_docs a.webinar-link:after { content:url('../../images/link-blue.png'); width: 15px; vertical-align: middle; height: 15px; position: absolute; left: 15px; left:0; top:3px;}

.countryNetworkSection table tbody tr{ background: #065381; color: #fff; }
.countryNetworkSection table tbody tr td{ padding: 12px; }
.countryNetworkSection table tbody tr a { color:#fff; }
.countryNetworkSection table tbody tr a:hover { text-decoration: underline; }

.accessCop{ padding: 13px 30px; }
.accessCop a { font-size: 12px; }
.search-form .form-group.deleteButton {
  position: absolute;
  right: 0;
  width: 119px;
}
.search-form #edit-submit {
  background: url("/themes/custom/qocnetwork/images/search-icon.jpg");
  width: 119px;
  height: 63px;
  border: none;
}
#search-form .form-search {width: 50%;}
#search-form .form-group.deleteButton {right: 40% !important; top: 25px;}
.search-result__info {display: none;}
#search-form #edit-submit {
  background: url("/themes/custom/qocnetwork/images/rmnch-search-icon.jpg")!important;
  width: 110px;
  height: 57px;
}
/*Rajeev CSS 27-12-2019*/

.memberProfileContainer .pager ul li {
    width: auto !important;
    margin: 0;
    padding: 5px;
	float: none;
}
.user-logged-in .login-link {display: none;}

.form-item-field-organization-0-value  .visually-hidden, .form-item-field-role-0-value .visually-hidden, .form-item-field-areas-of-interest-0-value  .visually-hidden {overflow: visible; position: relative!important;
}
.form-item-field-areas-of-interest-0-value  .visually-hidden {width: 100px;}
.form-item-field-organization-0-value  .form-required:after , .form-item-field-role-0-value   .form-required:after, .form-item-field-areas-of-interest-0-value  .form-required:after {position: absolute; top: 0; left: 85px;}

.form-item-field-role-0-value   .form-required:after {left: 55px !important;}

#edit-field-organization-0-value, #edit-field-role-0-value, #cke_edit-field-areas-of-interest-0-value{margin-top: 5px;}

.memberDirectory  .orangeBtn{font-size: 11px!important; padding: 10px 12px!important;}
.comment-documents  h2, .all-documents  h2 {padding: 10px 17px 10px !important; font-size: 12px; text-transform: uppercase; margin-top: 15px; text-align: center;}
.comment-documents .file--application-pdf, #block-views-block-comments-documents-all-block-1 .file--application-pdf {background-image: url(/themes/custom/qocnetwork/images/pdf-icon.png); min-height: 41px; padding-left: 40px;}
.view-comments-documents, #block-views-block-comments-documents-all-block-1 {text-align: left; background: #fff; padding: 10px;}
.view-comments-documents a, #block-views-block-comments-documents-all-block-1 a{display: block; position: relative; top: 10px;}
.all-documents  h2 {cursor: pointer;}

#block-views-block-comments-documents-all-block-1 { display: none; position: absolute; background: #fff; padding: 15px; width: 65%; z-index: 500; border: 1px solid #ddd; top: 100%; left: 100px; }
.close-document{ position: absolute; cursor: pointer; z-index: 99999; right: 10px; top: 5px; }
.path-forum  .comment-documents, .path-forum  .all-documents{display: none;}
body section .contentSection .leftMenu .menuContent .chaptersNav .chapter .chapterGroup a.text>b { font-family: 'Raleway-Semibold'; }

.documentRepository .webinarTopContent h3{font-size:22px;margin-bottom: 0px;line-height: 30px;}
.documentRepository .webinarTopContent .description{display:block;margin-bottom:20px;}


/*********************************** private sector page **************************************/
.innerPage.childHealth { margin-top: 0 !important; padding-top: 60px; }
.innerPage.childHealth h3 { font-size: 30px !important; margin-bottom: 30px !important; }
.innerPage.childHealth p { font-size: 16px !important; }

.childHealth .pageNav { background: #fff; padding:40px 50px; text-align: center; }
.childHealth .pageNav a  { width: 230px; display:block; margin:0 auto; padding: 18px; }
.childHealth .pageNav a + a { margin-top: 30px;  }
.childHealth .pageNav .btn.btn-warning { background: #fa7903 !important; border:1px solid #fa7903 !important; font-size: 16px !important;  font-family: 'Raleway-SemiBold';}
.childHealth .pageNav h3 { margin-top: 0; margin-bottom: 35px; }
.childHealth .pageNavDes p {margin-bottom: 30px; line-height: 30px;}

.childHealth .eqHeight { min-height: 280px; }
.childHealth .eqHeight div[class^="col-"]:nth-child(2) {padding-left: 35px; padding-right: 35px;}
.childHealth .goal_boxes { background: transparent; padding-bottom: 50px; }
.childHealth .goal_boxes h3 { text-align: left; }
.childHealth .goal_boxes .goal_box {padding-top: 50px;}
.childHealth .goal_boxes .goal_box i { font-size: 90px; }
.childHealth .goal_boxes .goal_box .overlay p {color: #fff !important; font-size: 18px !important;}
.childHealth .learnFromCntry {
    width: 100%;
    display: inline-block;
    padding: 30px 15px;
    background: #ada778 url(../../images/World-Map-Big-White.png) no-repeat;
    background-position: center bottom 50px;
    color: #fff;
}
.childHealth .learnFromCntry h3 { margin-top: 0 !important; color:#fff !important; }
.childHealth .learnFromCntry select.form-control { background: transparent; border:2px solid #fff; font-size: 18px;  font-family: 'Raleway-SemiBold';border-radius: 10px; color:#fff; padding:0px 20px;}
.childHealth .learnFromCntry select.form-control option { color:#333333; }
.childHealth .learnFromCntry select.form-control:focus { box-shadow: none; }
.childHealth .learnFromCntry .uiSelect{position:relative; background: #ada778; width: 100%; float: left; margin-top: 5px;margin-bottom: 40px;}
.childHealth .learnFromCntry .uiSelect:before{ content:''; border-top:8px solid #fff; border-left:8px solid transparent; border-right:8px solid transparent; position:absolute; top:50%; margin-top:-6px; right:15px; z-index:3; pointer-events:none; cursor:pointer;}
.childHealth .learnFromCntry .uiSelect:after{ content:''; background:#ada778; width:40px; height:30px; position:absolute; top:12px; right:3px; z-index:2; pointer-events:none;}
.childHealth .learnFromCntry > .row > div[class^="col-"]:last-child { padding-left: 60px; }
.childHealth .learnFromCntry .panel  { padding:40px; border-radius: 0; margin-bottom: 30px;}
.childHealth .learnFromCntry .panel p { font-size: 18px !important; line-height: 31px !important;  font-family: 'Raleway-SemiBold'; }
.childHealth .learnFromCntry .bntBoxes a { width: 100%; display: inline-block; padding: 20px 20px; white-space: pre-wrap; word-break: break-word; min-height: 100px; margin-bottom: 25px; position: relative;}
.childHealth .learnFromCntry .bntBoxes a > span { position:  absolute; left:50%; top:50%; transform: translate(-50%,-50%); width: 100%;}

.childHealth .learnFromCntry .btn.btn-default { background: #948723 !important; color:#fff !important; border:2px solid #fff !important; font-size: 18px !important;  font-family: 'Raleway-SemiBold';}
.childHealth .learnFromCntry .btn.btn-default:hover,
.childHealth .learnFromCntry .btn.btn-default:focus { background: #615817 !important; }

.childHealth .followProject { padding: 30px 0; }
.childHealth .followProject ul { margin-top: 30px; margin-bottom: 20px; }
.childHealth .followProject ul li { list-style: none; font-family: 'Raleway-Medium'; color:#065381; font-size: 18px; padding-left: 15px; position: relative;}
.childHealth .followProject ul li a { font-family: 'Raleway-SemiBold'; text-decoration: underline; color:#065381;}
.childHealth .followProject ul li + li { margin-top: 24px; }
.childHealth .followProject ul li:before { content:"\e919"; font-family: 'icomoon' !important; position: absolute; left:-40px; top:-8px; font-size: 34px;}


.childHealth .readPublication { background: #fff; padding: 30px 15px; }
.childHealth .readPublication .circleBx { width: 120px; height: 120px; line-height: 120px; max-width: 40%; display: inline-block; margin-right: 50px; text-align: center;  background: #ddd; border-radius: 50%; color:#fff; font-size: 40px; vertical-align: top;}
.childHealth .readPublication .circleBx i { font-size: 70px; }
.childHealth .readPublication article { display: inline-block; width: 65%; vertical-align: top; margin-top: 40px;}
.childHealth .readPublication article a { font-family: 'Raleway-SemiBold'; text-decoration: underline; color:#065381;}
.childHealth .readPublication article h4 { font-family: 'Raleway-SemiBold'; font-size: 21px; margin-bottom: 30px;}

.childHealth .implementProcess {padding: 30px 0;}
.childHealth .implementProcess ul {margin-top: 50px; margin-left: 25px; counter-reset: counterList; }
.childHealth .implementProcess ul li { list-style: none; background: #fff; padding:50px; padding-left: 90px; position: relative; }
.childHealth .implementProcess ul li + li { margin-top: 50px; }
.childHealth .implementProcess ul li:before {  
  counter-increment: counterList;   
  content: " "counter(counterList)" ";
  width: 120px; height: 120px; line-height: 120px; display:inline-block; border-radius: 50%; text-align: center; background: #ddd;  color:#fff; font-size: 70px;
  position: absolute; top: -15px; left: -60px; font-family: 'Arial';
}
.childHealth .implementProcess ul li h4 { font-family: 'Raleway-SemiBold'; font-size: 21px; margin-bottom: 30px;}
.childHealth .implementProcess ul li .buttonGroup { display: flex; justify-content: space-between; margin-top: 40px;}
.childHealth .implementProcess ul li .buttonGroup a {background: #ddd; border-radius: 8px; width: 23%; text-align: center; font-family: 'Raleway-SemiBold'; font-size: 18px; padding: 18px 20px; color:#fff;}

.childHealth .implementProcess ul li:nth-child(1) h4 { color:#1bbfc1; }
.childHealth .implementProcess ul li:nth-child(1):before,
.childHealth .implementProcess ul li:nth-child(1) .buttonGroup a { background: #1bbfc1; }

.childHealth .implementProcess ul li:nth-child(2) h4 { color:#c8202f; }
.childHealth .implementProcess ul li:nth-child(2):before,
.childHealth .implementProcess ul li:nth-child(2) .buttonGroup a { background: #c8202f; }

.childHealth .implementProcess ul li:nth-child(3) h4 { color:#065381; }
.childHealth .implementProcess ul li:nth-child(3):before,
.childHealth .implementProcess ul li:nth-child(3) .buttonGroup a { background: #065381; }

.childHealth .implementProcess ul li:nth-child(4) h4 { color:#fa7903; }
.childHealth .implementProcess ul li:nth-child(4):before,
.childHealth .implementProcess ul li:nth-child(4) .buttonGroup a { background: #fa7903; }



.childHealth .Partnerships {
    width: 100%;
    display: inline-block;
    padding: 50px 15px;
    background: #065381 url(../../images/shake-hand.png) no-repeat;
    background-position: center right 100px;
    color: #fff;
}
.childHealth .Partnerships h3 { margin-top: 0 !important; color:#fff !important; }
.childHealth .Partnerships ul { margin-top: 30px; margin-bottom: 20px; }
.childHealth .Partnerships ul li {list-style: none; font-family: 'Raleway-Bold'; color:#fff; font-size: 18px; line-height: 32px; padding-left: 15px; position: relative;}
.childHealth .Partnerships ul li + li { margin-top: 16px; }
.childHealth .Partnerships a, .childHealth .Partnerships li a { font-family: 'Raleway-Bold'; text-decoration: underline; color:#fff;}
.childHealth .Partnerships li:before { content:"\e917"; font-family: 'icomoon' !important; position: absolute; left:-40px; top:1px; font-size: 33px;}
.childHealth .Partnerships li:last-child{font-family: 'Raleway-Medium';}
.childHealth .Partnerships li:last-child:before { content: none; }

/*********************************** private sector page **************************************/


/* Objectives CSS */
.objectivesSection ul {margin-left: 0px; padding-left: 0; margin-top: 10px; counter-reset: counterList; text-align: center;}
.objectivesSection ul li { list-style: none; background: #fff; padding-left: 0px; position: relative; width: calc(90%/2 - 10px); display: inline-block; }
.objectivesSection ul li + li { margin-top: 50px; }
.objectivesSection ul li:before { counter-increment: counterList; content: " "counter(counterList)" "; width: 80px; height: 80px; line-height: 74px; display:inline-block; border-radius: 50%; text-align: center; background: #ddd;  color:#fff; font-size: 45px; position: absolute; top: -25px; left: -40px; font-family: 'Raleway-Medium'; }
.objectivesSection ul li:nth-child(1), .objectivesSection ul li:nth-child(3) {margin-left: 40px;}
.objectivesSection ul li:nth-child(2), .objectivesSection ul li:nth-child(4) {margin-left: 90px;}
.objectivesSection ul li:nth-child(1):before { background: #c8202f; }
.objectivesSection ul li:nth-child(2):before { background: #fa7903; }
.objectivesSection ul li:nth-child(3):before { background: #065381; }
.objectivesSection ul li:nth-child(4):before { background: #1fd8db; }
.objectivesSection { width:100%; display: inline-block; padding: 40px 0px; }
.objectivesSection article {background: #eaedf6; border-radius: 5px; padding:20px 20px 20px 50px; margin-bottom: 20px; width: 100%; text-align: left;}
.objectivesSection article h3 {font-size: 25px; font-family: 'Raleway-SemiBold';}
.objectivesSection article p {font-size: 15px;}
/* Objectives Ends */


/*********Learn-from-other-countries **********************/

section.country-sec-main {background: #e9eaec;}
.country-sec-innr {display: grid;background: #fff; margin: 60px 0; border-radius: 4px;}
h3.sml-title {font-size: 30px;font-weight: 700;padding: 20px 30px;margin: 0;}
.bod-bt{ border-bottom:3px solid #065381; }
.country-flag-bx {padding: 40px 20px;}
.flg-img img { width: 70px;}
.country-flag-innr {display: flex; align-items: center;margin: 15px 0; color: #000;}
.country-flag-innr:hover{ color: #000; }
.country-flag-innr span {
  margin-left: 20px;
  font-size: 20px;
  width: calc(100% - 70px);
}
.flg-img {
    width: 70px;
}


/**********************/
.aboutUsSection article .pro-content {font-size: 18px;line-height: 24px;font-weight: 600;color: #5b5a5a; margin-bottom: 30px;}

ul.report-bx {
    padding: 0;
    list-style: none;
    text-align: left;
    width: max-content;
    margin: auto;

}
ul.report-bx li a {
    font-size: 18px;
    margin: 9px 0;
    display: block;
    font-weight: 600;text-decoration: underline;
}
ul.report-bx li a span{ margin-right: 10px; }

.brif-main-bx h3.sml-title{ padding: 0; padding-bottom: 40px; }
.brif-main-bx{ padding: 0; }
.pad-5{ padding: 0px 40px;  }
.page-node-type-country-data .pad-5{ padding: 40px 40px;  }
.report-b{ margin-top: 0; }


.bfrif-tab-bx .nav-tabs>li.active>a.clor-bg-r, .bfrif-tab-bx.nav-tabs>li.active>a.clor-bg-r:focus, .bfrif-tab-bx.nav-tabs>li.active>a.clor-bg-r:hover {
    color: #c92332;
    cursor: default;
    background-color: transparent;
    border: transparent;
    border-bottom-color: transparent;
}

.bfrif-tab-bx .nav-tabs>li.active>a.clor-bg-y, .bfrif-tab-bx.nav-tabs>li.active>a.clor-bg-y:focus, .bfrif-tab-bx.nav-tabs>li.active>a.clor-bg-y:hover {
    color: #fa7903;
    cursor: default;
    background-color: transparent;
    border: transparent;
    border-bottom-color: transparent;
}


.bfrif-tab-bx .nav-tabs>li.active>a.clor-bg-b, .bfrif-tab-bx.nav-tabs>li.active>a.clor-bg-b:focus, .bfrif-tab-bx.nav-tabs>li.active>a.clor-bg-b:hover {
    color: #065381;
    cursor: default;
    background-color: transparent;
    border: transparent;
    border-bottom-color: transparent;
}

.bfrif-tab-bx .nav-tabs>li.active>a.clor-bg-g, .bfrif-tab-bx.nav-tabs>li.active>a.clor-bg-g:focus, .bfrif-tab-bx.nav-tabs>li >a.clor-bg-g:hover {
    color: #1fd8db;
    cursor: default;
    background-color: transparent;
    border: transparent;
    border-bottom-color: transparent;
}
.clor-bg-r{color: #fff;background-color: #c92332;}
.clor-bg-y{color: #fff; background: #fa7903;}
.clor-bg-b{color: #fff; background: #065381;}
.clor-bg-g{color: #fff; background: #1fd8db;}


.bfrif-tab-bx .nav>li>a.clor-bg-r:hover {
    background: #c92332;
    color: #fff;
}
.bfrif-tab-bx .nav>li>a.clor-bg-y:hover {
    background-color: #fa7903;
    color: #fff;
}
.bfrif-tab-bx .nav>li>a.clor-bg-b:hover {
    background-color: #065381;
    color: #fff;
}
.bfrif-tab-bx .nav>li>a.clor-bg-g:hover {
    background-color: #1fd8db;
    color: #fff;
}
.bfrif-tab-bx .nav>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: transparent;
    border-radius: 0;
    width: 99.4%%; font-size: 18px; font-weight: 600; padding: 20px;
}
.bfrif-tab-bx .nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    width: 25%; text-align: center;
}
/*.bfrif-tab-bx .nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}*/
.bfrif-tab-bx .nav-tabs{ border: none; }
.bfrif-tab-bx {
    background: #ededed;
}
.bfrif-tab-bx .tab-content>.active {
    display: block;
    padding: 30px;
}

.bfrif-tab-bx .nav>li.active>a.clor-bg-r:hover {
    background-color: transparent;
    color: #c92332;
}
.bfrif-tab-bx .nav>li.active>a.clor-bg-y:hover {
    background-color: transparent;
    color: #fa7903;
}
.bfrif-tab-bx .nav>li.active>a.clor-bg-b:hover {
    background-color: transparent;
    color: #065381;
}
.bfrif-tab-bx .nav>li.active>a.clor-bg-g:hover {
    background-color: transparent;
    color: #1fd8db;
}




/***********quality-process-main *************/
.quality-process-main ul {padding: 0;}
.quality-process-main ul li{ width: 20%; float: left; text-align: center; list-style: none;  }
.quality-process-top{ margin-bottom: 20px; margin:0px 10px;}
.quality-process-top h5 {font-size: 18px;font-weight: 800;color: #000;}
.quality-process-cent span i{ font-size: 25px; color: #fa7903; }
.quality-process-cent span{position: relative; display: block; z-index: 9;}
.quality-process-bott { margin-top: 20px; }
.quality-process-bott p{padding: 0px;margin:0px 10px;}
.quality-process-cent span:after{position: absolute; background: #ddd; height: 3px; width: 100%; content: ""; top: 42%; left: 0; z-index: -1;}



.proper-content p {font-family: 'Raleway-Medium';font-size: 15px;color: #333333;line-height: 26px;margin-bottom: 20px; margin-top: 30px;}
.glubal-fourm-content .sml-title { padding-left: 0;}  



.history-main.pad-5 {background: #f5f5f5;}

 .glubal-fourm .goal_box h5 {
    color: #fff;
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    padding-top: 6px;
    line-height: 20px;
    font-weight: 600;
}

.glubal-fourm .goal_box {
    padding: 15px;
    height: 100%; margin-bottom: 10px;
}
.reportThumb .glubal-fourm .goal_box { padding: 5px 15px !important; }
.left-glubal-fourm-bx.goal_boxes {
    padding: 0;
    background: transparent;
}

.glubal-fourm .goal_box h5 {
    color: #c8202f;}
.white-bg{ background: #fff; }
a.glubal-fourm {
    display: block;
}
 .clr-r .goal_box h5{ color:#C8202F ; }
 .clr-y .goal_box h5{ color: #fa7903; }
 .clr-b .goal_box h5{ color: #065381; }
 .clr-g .goal_box h5{ color:#1fd8db ; }

.goal_box i{align-items: center;
    font-size: 60px;
    color: #ffffff;
    width: 40px; 
    height: 40px;
    text-align: center;
    display: grid;
    justify-content: center;
    line-height: 0.5;
    margin: auto;
    padding: 40px;
    border-radius: 50%; margin-bottom: 0px;}

ul.report-bx.mt-4 {
  margin-top: 25px;
}

/*********** Country data****************/
h3.sml-title.pl-0 {
    padding-left: 0;
}
.pt-0{ margin-top: 0; }
.progress-date {
    background: #f5f5f5;
}
.progress-date h4 {
    background: #fa7903;
    padding: 20px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 20px;
}

.progress-date p{ padding: 20px; font-size: 15px; display: block;
  /*display: -webkit-box;
  max-width: 100%;
  height: 120px;
  margin: 0 auto;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;*/}

.no-gutter {
  margin-right: 0px;
  margin-left: 0px;
}

.mother-img img {
    padding: 7px;
    border: 1px solid #939090;
}

h5.pro-content.pt-0 {
    margin-bottom: 15px;
}
.pr-date h2 {
    padding-bottom: 20px;
}
.no-gutter > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.dat-sec.no-gutter > [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}
ul.quality-lists li p {
    margin-bottom: 0;
}
.pr-date .quality-lists li p {
    margin-bottom: 10px !important;
}

.forum-right-data .resource-link {
  margin-top: 0;
}
.lession-data p {
    display: flex;
    font-size: 15px;
}

.lession-data p span i{ margin-right: 10px; font-size: 24px; color: #63ad0e; }

.lession-data {
    margin: 10px  0 20px;
}
.lession-main {
    margin-top: 0px;
}
.ethiopia-main{ margin-top: 0px; }
.resource-link {
    margin-top: 0px;
}
.gray-bg{background: #f5f5f500;}

.dat.glubal-fourm {
    display: block;
    height: 270px;
    padding: 20px;
    border: 1px solid #e6e6e6;
    background: #f5f5f500;
}


.resource-link a {
    font-size: 18px;
    margin: 9px 0;
    display: block;
    font-weight: 600; display: flex;
}
.resource-link a span {
    margin-right: 10px;
}
.dat-sec{ margin-top: 40px; }
.forum-right-data {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 3px;
    border: 1px solid #e6e6e6;
}
.forum-right-data h3{ margin-top: 0; font-size: 23px;}
.forum-right-data .resource-link a {
    font-size: 16px;text-decoration: underline;
    
}
.ethiopia-main p {
    font-size: 18px;
    color: #4a4848;
    font-family: 'Raleway-Regular';
}
.dat-sec .goal_box h5 {
    font-size: 18px;
    margin-top: 15px;
}

.reportThumb {border: 1px solid #e6e6e6; background: #f5f5f5;}
.reportThumb + .reportThumb { margin-top: 20px; }
.reportThumb .goal_box:hover {transform:inherit !important;}

#carousel-example-generic .carousel-inner img {
  height: 275px !important;
  width: 400px;
  object-fit: cover;
}

#carousel-example-generic { margin-top: 50px; }

/* What's New */

.whats-new-main{ padding: 20px 0 50px; }
.weblime-inn figure img{ height: 250px; width: 100%; object-fit: cover; }
.weblime-inn figure{ position: relative; }
.weblime-inn figure figcaption a{ position: absolute; bottom: 0; left: 0; width: 100%; content: ""; padding: 10px;
color: #fff; background: rgb(135,135,135);
background: linear-gradient(180deg, rgba(135,135,135,0.023144291896446068) 0%, rgba(0,0,0,0.9923319669664741) 68%); }
.weblime-inn figure figcaption a span{ margin-bottom: 10px; font-size: 14px; display: block; }
.weblime-inn figure figcaption a span strong{ margin-right: 10px; font-size: 18px; }
.weblime-inn figure figcaption a p{ margin-bottom: 0; }
.weblime-inn figure figcaption a h4{display: block;
  display: -webkit-box; max-width: 100%;height: 37px;margin: 0 auto;line-height: 1;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
  overflow: hidden; text-overflow: ellipsis;}
.weblime-inn {margin: 13px 0;}
.weblime-main .BtnPrimary {width: max-content;margin: auto; display: block; margin-top: 30px;}
.weblime-main { padding-bottom: 30px;}


.resoure-inn figure img{ height: 450px; width: 100%; object-fit: cover; }
.resoure-inn figure{ position: relative; }
.resoure-inn figure figcaption a{ position: absolute; bottom: 0px; left: 0; width: 100%; content: ""; padding:0 10px;
color: #fff; z-index: 99;background: #000; }
.resoure-inn figure figcaption a.data-res{ position: absolute; bottom: 30px; left: 0; width: 100%; content: ""; padding: 10px;
color: #fff; background: rgb(135,135,135);
background: linear-gradient(180deg, rgba(135,135,135,0.023144291896446068) 0%, rgba(0,0,0,0.9923319669664741) 68%); }
.resoure-inn figure figcaption a span{ margin-bottom: 10px; font-size: 14px; display: block; }
.resoure-inn figure figcaption a span strong{ margin-right: 10px; font-size: 18px; }
.resoure-inn figure figcaption a.data-res h4{display: block;
  display: -webkit-box; max-width: 100%;height: 37px;margin: 0 auto;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
  overflow: hidden; text-overflow: ellipsis;}
.resoure-inn figure figcaption a span i { float: right; font-size: 20px; margin-top: 5px;}
.resources-main .BtnPrimary {width: max-content;margin: auto; display: block; margin-top: 30px;}



.whats-new-main .views-row {
  border: 1px solid #809cbd;
  display: table-header-group;
  height: auto;
  align-items: center;
  width: 100%;
  margin: auto;
}
.whats-new-main .views-row span.date-data {
  /* display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 13px 0; */
  padding-left: 10px;
  font-size: 13px;
}
.whats-new-main .views-row:nth-child(even) {
  background: #f4f4f48c;
}

.banner .carousel-inner.carousel-zoom {
  padding-top: 90px;
}

.view-id-what_s_new h4 {
  font-size: 15px;
  line-height: 25px;
}

.view-id-what_s_new h3 {
  display: inline-block;
}

.view-id-what_s_new .BtnPrimary {
  position: absolute;
  right: 17px;
  display: inline-block;
  right: 16px;
  border: 1px solid #065381;
  padding: 5px 10px;
  margin-top: 17px;
}
.view-id-what_s_new .view-content { margin-bottom: 30px; }

.path-whats-new .weblime-main { padding: 10px 55px 0px 55px; }

.view-id-what_s_new h4 i { padding-right: 10px; }
.view-id-what_s_new h4 i { padding-right: 10px; }


/* .banner .slider.what_s_new.innerBanner:after { background: transparent !important; }
.contentArea {
  width: fit-content !important;
  background: #000000ba;
  border-radius: 0 5px 5px 0;
}

.banner .breadcrumb{margin-bottom: 0 !important; margin-top: 8px;}
.banner .contentArea h1{margin-bottom: 0 !important;} */
.quality-process-top span {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 38px;
  margin: 0 auto;
  line-height: 1;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
section.innerPage.aboutUsSection.report-b {
  padding: 40px 0;
}