@import 'fonts.css';
body {
  font: 100% Helvetica, sans-serif;
  color: #545456;
  direction: ltr;
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  color: #3d3d3f;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #909091;
}

.listingTitle {
  font-size: 20px;
}

h4.listingTitle {
  font-size: 18px;
}

.listingHolder > li {
  margin-bottom: 30px;
}

.listingLink a, .listingDescription a {
  color: #909091;
}

.ajaxLoader::before {
  color: #3d3d3f;
}

.loadMoreBtn a {
  border: 1px solid #3d3d3f;
  color: #3d3d3f;
  padding: 0 55px;
  display: inline-block;
  height: 48px;
  line-height: 48px;
}

.loadMoreBtn a:hover {
  color: #FFF;
  background: #909091;
  border-color: #909091;
}

* {
  font-style: normal;
}

body {
  font-family: "Montserrat", "Droid", sans-serif;
  color: rgb(85, 85, 85);
  direction: ltr;
  text-align: left;
  overflow-x: hidden;
}
body.fix {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3d3d3f;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #909091;
}

.listingTitle {
  font-size: 20px;
}

h4.listingTitle {
  font-size: 18px;
}

.listingHolder > li {
  margin-bottom: 30px;
}

.listingLink a,
.listingDescription a {
  color: #909091;
}

.ajaxLoader::before {
  color: #3d3d3f;
}

.loadMoreBtn a {
  border: 1px solid #3d3d3f;
  color: #3d3d3f;
  padding: 0 55px;
  display: inline-block;
  height: 48px;
  line-height: 48px;
}

.loadMoreBtn a:hover {
  color: #FFF;
  background: #909091;
  border-color: #909091;
}


/************************Structuring**********************/
input[type=submit] {
  cursor: pointer;
}

.logoHolder {
  float: left;
  transform: translateY(-23px);
}

.logoHolder img {
  display: block;
  width: auto;
  height: 75px;
  position: relative;
  z-index: 11;
}

.inlineMiddle,
.inlinedList > li {
  vertical-align: middle;
  display: inline-block;
}

.mainMenu {
  float: right;
  margin-top: 15px;
}

.mainMenu > ul > li {
  display: inline-block;
}
.mainMenu > ul > li.hasSmartMenu a.active {
  font-weight: 700;
}
.mainMenu > ul > li.hasSmartMenu:last-child a {
  padding-right: 0;
}

.mainMenu > ul > li > a {
  display: block;
  padding: 10px 15px 45px 15px;
  font-size: 18px;
  color: #555555;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.3s;
}
.mainMenu > ul > li > a:hover {
  color: #0ca8e1;
}

.topHeader .mainMenu > ul > li.hasSubmenu {
  position: relative;
}
.topHeader .mainMenu > ul > li.hasSubmenu::after {
  display: none;
}
.topHeader .mainMenu > ul > li.hasSubmenu:hover .ddSecondLevel {
  opacity: 1;
  visibility: visible;
  display: block;
}
.topHeader .mainMenu > ul > li.hasSubmenu .ddSecondLevel {
  left: 50% !important;
  width: 250px;
  transform: translateX(-50%);
  padding: 0;
  z-index: 1;
  display: none;
  top: 100% !important;
  transition: all 0.3s ease-in-out;
  padding-top: 5px;
}
.topHeader .mainMenu > ul > li.hasSubmenu .ddSecondLevel ul {
  padding: 15px;
  background-color: #f2f0f0;
}
.topHeader .mainMenu > ul > li.hasSubmenu .ddSecondLevel ul li {
  margin-bottom: 5px;
}
.topHeader .mainMenu > ul > li.hasSubmenu .ddSecondLevel ul li a:hover {
  opacity: 0.5;
}
.topHeader .mainMenu > ul > li.hasSubmenu .ddSecondLevel ul li a.active {
  font-weight: 700;
}
.topHeader .mainMenu > ul > li > a {
  font-size: 14px;
  padding-bottom: 0;
}
.topHeader .mainMenu > ul > li > a.active {
  font-weight: bold;
}

.topHeader .menusMain {
  display: inline-block;
}
.topHeader .menusMain::after {
  content: "";
  display: block;
  clear: both;
}
.topHeader .upperNav {
  display: inline-block;
  padding-top: 16px;
}

.ddSecondLevel {
  display: block;
  position: absolute;
  top: 0 !important;
  z-index: 1;
  left: 100% !important;
  width: 100%;
  padding: 0px 35px;
  opacity: 0;
  visibility: hidden;
}
.ddSecondLevel a:hover {
  opacity: 0.5;
}

.ddSmartMenu {
  position: absolute;
  top: 89px;
  left: 0;
  right: 0;
  background: white;
  padding-top: 50px;
  z-index: 10;
  margin: 0;
  min-height: 417px;
  display: none;
  border-top: solid 1px #ededed;
}
.ddSmartMenu .row {
  z-index: 2;
  position: relative;
}
.ddSmartMenu::after {
  content: "";
  display: block;
  position: absolute;
  width: 125vw;
  height: 400px;
  background-color: whitesmoke;
  left: -25vw;
  z-index: 1;
  top: 0;
  box-shadow: 2px 2px 0px 0px rgba(237, 237, 237, 0.75);
  -webkit-box-shadow: 2px 2px 0px 0px rgba(237, 237, 237, 0.75);
  -moz-box-shadow: 2px 2px 0px 0px rgba(237, 237, 237, 0.75);
}
.ddSmartMenu .listingTitle {
  padding-right: 20px;
}
.ddSmartMenu .megaMenuCol {
  border-left: 1px solid #7d7d7d;
  padding-right: 0;
}
.ddSmartMenu .megaMenuCol:first-child {
  border: none;
}
.ddSmartMenu .megaMenuCol.noborder {
  border: none;
}
.ddSmartMenu .megaMenuCol .listingList ul li {
  margin-bottom: 0;
  padding-bottom: 15px;
}
.ddSmartMenu .megaMenuCol .listingList ul li .ddSecondLevel {
  border-left: 1px solid #7d7d7d;
  transition: all 0.3s ease-in-out;
  transition-delay: 0.5s;
  height: 100%;
  background-color: whitesmoke;
  overflow-y: auto;
}
.ddSmartMenu .megaMenuCol .listingList ul li .ddSecondLevel::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.01);
}
.ddSmartMenu .megaMenuCol .listingList ul li .ddSecondLevel::-webkit-scrollbar {
  width: 2px;
  background-color: rgba(0, 0, 0, 0.1);
}
.ddSmartMenu .megaMenuCol .listingList ul li .ddSecondLevel::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}
.ddSmartMenu .megaMenuCol .listingList ul li .ddSecondLevel .maps_list {
  display: block;
}
.ddSmartMenu .megaMenuCol .listingList ul li:hover > a {
  color: #0ca8e1;
}
.ddSmartMenu .megaMenuCol .listingList ul li:hover .ddSecondLevel {
  display: block;
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
.ddSmartMenu .megaMenuCol .listingList ul li:hover .ddSecondLevel a:hover {
  color: #0ca8e1;
}
.ddSmartMenu .megaMenuCol .listingList ul li:hover ~ li .ddSecondLevel {
  transition-delay: 0s;
}

.topHeader {
  padding: 15px 0;
  background: #f1f1f1;
  padding-bottom: 0;
}

.additionalHeaderComponents {
  float: right;
}

/************************Structuring**********************/
.topHeader {
  background: none;
}

.firstSideElements {
  float: left;
}

.secondSideElements {
  float: right;
}

.fa {
  height: 250px !important;
}

/********************************************************************Common css ends here***********************************************/
/*************Main Menu***********/
.upperNav {
  font-size: 14px;
  color: rgb(85, 85, 85);
  font-weight: bold;
  text-transform: uppercase;
}

.nav_active {
  border-bottom: 4px solid rgb(158, 195, 58);
  margin-top: 0px;
}

.tabs li {
  border-bottom: 5px solid transparent;
}
.tabs li.section_active {
  border-bottom: 5px solid rgb(158, 195, 58);
}
.tabs li:first-child {
  margin-left: 0 !important;
}

.tab {
  display: none;
}
.tab.tab0 {
  display: block;
}

.listingTitle {
  font-size: 29.363px;
  color: rgb(72, 72, 71);
  font-weight: bold;
  line-height: 1.208;
  text-align: left;
  margin-bottom: 20px;
}

.lowerHeader {
  padding-bottom: 0px;
}
.lowerHeader .mainMenu > ul > li > a {
  font-weight: 600;
}

.listingTxt {
  font-size: 16px;
  color: rgb(24, 24, 24);
  line-height: 1.251;
  margin-bottom: 20px;
  padding-right: 10px;
}

.listingBtn {
  font-size: 14px;
  color: rgb(11, 168, 224);
  font-weight: bold;
  line-height: 1.286;
  text-align: center;
  border: 3px solid rgb(11, 168, 224);
  width: 152px;
  padding: 10px 0px;
  margin-bottom: 20px;
}

.listingBtn a {
  text-decoration: none;
  color: rgb(11, 168, 224);
}

.ArrowIcon {
  margin-left: 7px;
  margin-bottom: -2px;
}

.maps_list,
.charts_list,
.infos_list,
.timelines_list {
  display: none;
}

.ddSecondLevel.active .maps_list,
.ddSecondLevel.active .charts_list,
.ddSecondLevel.active .infos_list,
.ddSecondLevel.active .timelines_list {
  display: block;
}

.ddSecondLevel {
  right: 0;
  left: auto;
}

.middleListing {
  padding: 0px 20px;
  padding-right: 0;
}

.middleListing ul {
  text-transform: uppercase;
}

.lastListing {
  padding: 50px 0px;
}

.listingList ul {
  font-size: 16px;
  font-family: "Montserrat";
  color: rgb(24, 24, 24);
  line-height: 1.251;
}

.listingList ul li {
  margin-bottom: 15px;
}
.listingList ul li a {
  transition: 0.3s;
}
.listingList ul li a:hover {
  color: #0ca8e1;
}
.listingList ul li.hasSubmenu:hover a:hover {
  opacity: 1;
}
.listingList ul li.hasSubmenu:hover::after {
  opacity: 1;
}
.listingList ul li.hasSubmenu > .ddSecondLevel.active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.narrowBox {
  width: 60%;
  margin-top: 5%;
  margin-left: 15%;
}

.listingImg {
  width: 100%;
  height: 100%;
}

.Listing li:nth-child(even) .row {
  flex-direction: row-reverse;
}

.aboutUs .listingHolder > li {
  margin-bottom: 0;
}

/************BreadCrumb**************/
.breadCrumbs {
  display: none;
  text-transform: uppercase;
  font-size: 14px;
  color: rgb(165, 164, 164);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 20px;
  padding-bottom: 30px;
  margin-bottom: 15px;
}
.breadCrumbs a {
  font-weight: 500;
}

.breadcrumbs {
  text-transform: uppercase;
  font-size: 14px;
  color: rgb(165, 164, 164);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 20px;
  margin-bottom: 20px;
}
.breadcrumbs a {
  font-weight: 700;
}

.breadCrumbStyle {
  color: black;
}

.breadCrumbInsideCont li {
  display: inline-block;
}

.breadCrumbInsideCont li::before {
  content: "|";
  margin: 0 5px;
}

.breadCrumbInsideCont li:first-child::before {
  display: none;
}

/* *************Body**********/
.greybg {
  background-color: rgb(245, 245, 245);
}

.sectionMain.greybg,
header.greybg,
.article.greybg,
.similar.greybg {
  background-color: white;
}

header {
  border-bottom: solid 1px #ededed;
  transition: all 0.4s ease-in-out;
}
header.hovered {
  background-color: rgb(245, 245, 245);
}

.sectionMain {
  padding-top: 50px;
}
.sectionMain .container .row {
  margin: 0;
}
.sectionMain .container .row .col-md-12,
.sectionMain .container .row .col-md-8 {
  padding: 0;
}
.sectionMain .pageTitle {
  float: left;
}

.bluebg {
  background-color: rgb(12, 168, 225);
}

.whitebg {
  background-color: white;
}

.seperator {
  border-right: 1px solid black;
  margin: 0px 10px;
}

/*section.main {
    .sectionMain {
        .newsEvent {
            .sectionDecoration {
                position: relative;
                min-height: unset;
                background-position: unset;
                background-repeat: unset;
                background-size: unset;
                background-image: unset;

                &::before {
                    content: "";
                    position: absolute;
                    top: 0;
                    right: 0;*/
/* min-height: 500px; */
/*width: 500px;
                    height: 500px;
                    background-position: right;
                    background-repeat: no-repeat;
                    background-size: contain;
                    background-image: url(/images/decoration.png) !important;
                }

                img{
                    max-width:100%;
                }
            }
        }
    }
}

.eventsDecoration {
    position: relative;
}*/
.sectionContent {
  padding-top: 30px;
}

.sectionDecoration {
  min-height: 500px;
  /* You must set a specified height */
  background-position: right;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: contain;
}

.newsEvent .sectionDecoration {
  min-height: 0px;
}

.sectionText {
  padding-top: 70px;
}

.Homepage {
  min-height: 500px;
}
.Homepage .sectionText {
  padding-bottom: 150px;
}
.Homepage .sectionText .blockTitle,
.Homepage .sectionText .blockInfo,
.Homepage .sectionText .more {
  text-align: center;
}
.Homepage .sectionText a {
  color: #0ca8e1;
}
.Homepage .sectionText a:hover {
  opacity: 0.5;
}
.Homepage .sectionDesign {
  margin-bottom: 50px;
}
.Homepage .sectionDesign::after {
  content: "";
  display: block;
  clear: both;
}
.Homepage .sectionDesign {
  position: relative;
}
.Homepage .sectionDesign .themeSlider {
  position: absolute;
  float: none;
  display: block;
  right: 3.5vw;
  width: 55%;
}
.Homepage .sectionDesign .themeSlider .owl-nav {
  text-align: right;
  padding-right: 75px;
}
.Homepage .sectionDesign .themeSlider .owl-nav .owl-prev {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 0;
  right: auto;
  left: auto;
  margin-right: 20px;
  top: auto;
  transform: none;
  background-image: url(../images/arrow-left.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.Homepage .sectionDesign .themeSlider .owl-nav .owl-prev.disabled {
  opacity: 0.5;
}
.Homepage .sectionDesign .themeSlider .owl-nav .owl-next {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 0;
  right: auto;
  left: auto;
  top: auto;
  transform: none;
  background-image: url(../images/arrow-right.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.Homepage .sectionDesign .themeSlider .owl-nav .owl-next.disabled {
  opacity: 0.5;
}

.Homepage .blockTitle {
  font-size: 44.35px;
  font-weight: bold;
  line-height: 0.8;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.Homepage .blockInfo {
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  margin-bottom: 25px;
}

.Homepage .more {
  font-size: 16px;
  font-family: "Montserrat";
  color: rgb(0, 157, 220);
  font-weight: bold;
  text-decoration: underline;
  line-height: 1.125;
  text-align: left;
  text-transform: uppercase;
}

.themes {
  color: white;
  padding: 25% 10%;
  /* margin-top: -100px; */
}

.themesListing {
  margin-top: 30px;
}

.themesListing .col-md-4:first-child {
  margin-top: 100px;
}

.themesListing .col-md-4:nth-child(3) {
  margin-top: 100px;
}

.themesTitle {
  font-size: 44.35px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.themesInfo {
  font-size: 18.479px;
  line-height: 1.4;
  text-align: left;
  width: 75%;
}

.themesType {
  height: 190px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 66%;
  background-size: contain;
  border: 2px solid #0ca8e1;
  background-color: #f6f6f6;
  position: relative;
}
.themesType:hover .themesTxt {
  color: #0ca8e1;
}

.themesTxt {
  font-size: 17px;
  color: black;
  line-height: 20px;
  font-weight: 600;
  position: absolute;
  left: 50%;
  right: 0;
  bottom: 21px;
  transform: translateX(-50%);
  text-align: center;
  white-space: normal;
  width: 100%;
  transition: 0.3s;
  padding: 0px 10px;
}

.themesTxt a {
  font-size: 22px;
  color: black;
  line-height: 1.199;
  text-align: center;
  padding-bottom: 20px;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  display: block;
  white-space: normal;
  width: 100%;
}

.space_down {
  padding-bottom: 75px;
}

.latestTitle {
  font-size: 44.35px;
  font-family: "Montserrat";
  color: black;
  font-weight: bold;
  line-height: 0.8;
  text-transform: uppercase;
  margin-top: 60px;
  margin-bottom: 120px;
}

.push_up {
  margin-top: -75px;
}

.authorIntro {
  margin-bottom: 50px;
  padding-top: 40px;
}

.authorCard {
  margin-bottom: 30px;
}
.authorCard .sectionDecoration {
  background-size: auto 50%;
}

.author_title {
  padding: 20px 0px;
  font-size: 40px;
  font-family: "Montserrat";
  color: rgb(72, 72, 71);
  font-weight: bold;
  line-height: 1.208;
  text-transform: uppercase;
}

.author_desc {
  font-size: 18px;
  color: rgb(72, 72, 71);
  line-height: 1.2;
  text-align: left;
  padding-right: 100px;
}
.author_desc a {
  color: #0ba8e0;
}
.author_desc a:hover {
  color: #096ea9;
}

.author_sub {
  padding-bottom: 20px;
}

.author_socials {
  margin-top: 30px;
  font-size: 12px;
  font-family: "Montserrat";
  color: rgb(130, 130, 130);
  text-transform: uppercase;
  line-height: 3.214;
}

.authorTitle {
  font-size: 30px;
  font-weight: bold;
  line-height: 0.6;
  text-align: left;
}

.authorDesc {
  padding: 30px 0px;
  font-size: 22px;
  line-height: 1.2;
  text-align: left;
  width: 80%;
}

.banner {
  min-height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
}

.BlockTitle {
  padding-top: 100px;
  font-size: 44.35px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 0.8;
  text-align: center;
  text-transform: uppercase;
}

.BlockTxt {
  padding-top: 50px;
  font-size: 22px;
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: center;
}

.newsTxt {
  margin-top: 80px;
}

.newsTxt .pageSub:last-child {
  margin-bottom: 60px;
}

.pageTxt {
  padding-top: 30px;
}

.font {
  display: inline-block;
}
.font a {
  font-size: 18px;
  color: rgb(85, 85, 85);
  text-transform: uppercase;
  border: 2px solid rgb(207, 207, 207);
  padding: 7px;
  margin-left: 5px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  width: 40px;
  transition: all 0.3s ease-in-out;
}
.font a:hover {
  opacity: 0.5;
}

.article_header {
  background-color: #f2f0f0;
  margin-top: 30px;
}

.articleNav li {
  padding: 30px 0px !important;
  margin: 0px 50px !important;
}

.articleNav li a {
  text-decoration: none;
  color: rgb(85, 85, 85);
}

.pagePic img {
  width: auto;
  max-width: 100%;
  margin-top: 30px;
}
.pagePic .caption {
  font-size: 14px;
  padding-top: 10px;
  display: block;
  line-height: 18px;
  font-weight: 400;
}

.imageCaption {
  font-size: 14px;
  padding-top: 10px;
  display: block;
  line-height: 18px;
  font-weight: 400;
}

.customTitle {
  font-size: 29.363px;
  color: rgb(72, 72, 71);
  font-weight: bold;
  line-height: 1.208;
  text-align: left;
  text-transform: uppercase;
  max-width: 86%;
}

.customSubtitle {
  font-weight: 700;
}

.quoteWrapper span {
  font-style: italic;
}

.footNotes,
.footnotes {
  margin: 30px 0px;
}
.footNotes li,
.footnotes li {
  margin-bottom: 10px;
}
.footNotes li a,
.footnotes li a {
  color: inherit;
  text-decoration: underline;
}
.footNotes li a:hover,
.footnotes li a:hover {
  opacity: 0.5;
}
.footNotes li .footnote-label,
.footnotes li .footnote-label {
  text-decoration: none;
  margin-right: 20px;
  display: inline-block;
  color: #555555;
  font-weight: 700;
}
.footNotes li:last-child,
.footnotes li:last-child {
  margin-bottom: 0;
}
.footNotes sup:first-of-type,
.footnotes sup:first-of-type {
  margin-right: 20px;
  display: inline-block;
  color: #555555;
  font-weight: 700;
}
.footNotes a,
.footnotes a {
  color: inherit;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
  color: #146aa3;
}
.footNotes a:hover,
.footnotes a:hover {
  opacity: 0.5;
}

.footTop {
  font-size: 22px;
  color: rgb(85, 85, 85);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.091;
}

.footTxt {
  padding-top: 15px;
}
.footTxt i,
.footTxt em {
  font-style: italic;
}
.footTxt b,
.footTxt strong {
  font-weight: 700;
}

/***************SideBar***********/
.sideBar {
  padding-top: 30px;
}
.sideBar .sideTxt {
  font-weight: 700;
}

.sideSection {
  font-size: 16px;
  color: rgb(85, 85, 85);
  line-height: 1.5;
  margin-bottom: 30px;
}
.sideSection .sideTxt {
  overflow-wrap: break-word;
}
.sideSection .sideTxt a {
  color: inherit;
  font-weight: 600;
}
.sideSection .sideTxt a:hover {
  opacity: 0.5;
}
.sideSection .dk-select {
  width: 100%;
}
.sideSection input {
  display: block;
  width: 100%;
  padding: 11.5px 12px !important;
  border: 3px solid rgb(215, 215, 215) !important;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 15px;
  font-family: inherit;
  border-radius: 0;
}

.sideTitle {
  text-transform: uppercase;
}

.sideNotes .footNote {
  padding: 30px 0px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sideNotes .footNote a {
  display: inline;
  color: #0ba8e0;
}
.sideNotes .footNote a:hover {
  opacity: 0.5;
}

.similar {
  padding: 30px 0px;
}
.similar .card_text {
  padding-left: 0;
}

.sectTitle {
  text-transform: uppercase;
  font-size: 29.363px;
  color: rgb(72, 72, 71);
  font-weight: bold;
  line-height: 1.208;
  font-style: normal;
}

.sectSub {
  font-size: 17.737px;
  line-height: 1.387;
  padding: 20px 0px;
}

.layout_page {
  margin-bottom: 50px;
}

.homenews .sectTitle {
  margin-bottom: 40px;
}
.homenews .themelinks {
  margin-bottom: 10px;
}
.homenews .themelinks .theme {
  display: block;
  transition: all 0.3s ease-in-out;
}
.homenews .themelinks .theme:hover {
  opacity: 0.5;
}
.homenews .card_details a {
  color: #026aa7;
  transition: all 0.3s ease-in-out;
}
.homenews .card_details a:hover {
  opacity: 0.5;
}
.homenews .card_text {
  background-color: #fff;
}
.homenews .card_more a {
  transition: all 0.3s ease-in-out;
}
.homenews .card_more a:hover {
  opacity: 0.5;
}
.homenews .location {
  color: #026aa7;
  font-size: 12px;
  margin-bottom: 2px;
  font-weight: 700;
}
/***********Similar Articles**************/
.doubleItem .listingItem {
  position: relative;
}
.doubleItem .listingItem .card_about {
  position: absolute;
  top: 18px;
  left: 0;
}
.doubleItem .listingItem .card_about .type,
.doubleItem .listingItem .card_about .theme {
  color: white;
}
.doubleItem .listingItem .card_text {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: transparent;
}
.doubleItem .listingItem .card_text .card_title,
.doubleItem .listingItem .card_text .card_details,
.doubleItem .listingItem .card_text .card_more .readMore {
  color: white;
}

.card_pic {
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  overflow: hidden;
  min-height: 240px;
}

.card_pic img {
  width: 100%;
  display: block;
}

.card_text {
  background-color: white;
  padding: 30px;
}
.card_text .allthemes {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 20px;
}
.card_text .allthemes > a {
  padding: 5px;
  color: #fff;
  transition: 0.3s;
}
.card_text .allthemes > a:hover {
  background-color: #8e8e8e;
}
.card_text .summary {
  font-size: 14px;
  margin-bottom: 10px;
}
.card_text .title {
  font-size: 20px;
  font-weight: 700;
  color: #8e8e8e;
  margin-bottom: 20px;
}
.card_text .date {
  margin-bottom: 10px;
  font-size: 14px;
}
.card_text .read-more {
  font-size: 14px;
  text-decoration: underline;
  transition: 0.3s;
}
.card_text .read-more:hover {
  color: #0ca8e1;
}

.card_title {
  font-size: 18px;
  color: rgb(24, 24, 24);
  font-weight: bold;
  line-height: 1.333;
  padding-bottom: 15px;
  font-style: normal;
}
.card_title a {
  color: inherit;
}

.card_details {
  font-size: 12.5px;
  color: rgb(24, 24, 24);
  line-height: 1.286;
  padding-bottom: 10px;
}

.card_more .readMore {
  font-size: 10px;
  color: rgb(24, 24, 24);
  text-decoration: underline;
  line-height: 1.8;
  text-align: left;
  text-transform: uppercase;
}

.map_image img {
  width: 100%;
  height: 100%;
}

.map_card {
  padding: 10px 0px;
}

.relevantmap {
  margin-bottom: 200px;
}

.relevantmap .sectTitle {
  margin-bottom: 25px;
}

.aboutUs .row {
  align-items: center;
  margin-right: 0px;
}

.aboutUs .col-md-6 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.card_about {
  padding-bottom: 15px;
}
.card_about .location {
  font-size: 12px;
  padding-top: 10px;
  margin-bottom: 10px;
  color: #0069a6;
}

.type {
  font-size: 11px;
  color: rgb(255, 255, 255);
  line-height: 1.636;
  text-align: center;
  background-color: rgb(11, 168, 224);
  padding: 3px 15px;
  text-transform: uppercase;
  text-decoration: none;
}

.inner {
  padding: 10px;
}

.theme {
  font-size: 10px;
  font-family: "Montserrat";
  color: rgb(255, 255, 255);
  line-height: 1.636;
  text-align: left;
  padding: 3px 3px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #0069a6;
  margin-right: 10px;
  display: inline-block;
}

.bodyMain {
  margin-top: 50px;
}

.artTypes {
  border-top: 5px solid rgb(158, 195, 58);
  padding: 30px 20px 20px 20px;
  background-color: white;
}

.artTypes a {
  text-decoration: none;
  color: black;
}

.mainType {
  font-weight: bold;
  padding-top: 10px;
}

.subType li {
  font-weight: normal;
  padding-left: 20px;
  line-height: 18px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.subType li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.subType li a {
  color: #181818;
  font-size: 15px;
}
.subType li a.active {
  color: #9ec33a;
  font-weight: 900;
}

.subType {
  padding: 0px 10px 10px 10px;
}

.pageSearch {
  padding-top: 25px;
}

.relevantContent .sectTitle {
  margin-bottom: 50px;
}

.similar .push_up {
  margin-top: -175px;
}

/************DropDown***********/
.dk-selected {
  border-radius: 0px !important;
  font-weight: bold;
  padding: 7px !important;
  border: 3px solid rgb(215, 215, 215) !important;
  text-transform: uppercase;
}
.dk-selected::after {
  border: none;
  margin: 0;
  display: block;
  position: absolute;
  width: 38px;
  height: 100%;
  background-color: #0ba8e0;
  background-image: url(../images/dropArrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
}

/****************Carousel*************/
.carousel-top {
  margin-top: -50px;
  margin-bottom: 40px;
}

.carousel-bottom {
  margin-top: 50px;
}

.carouselbox {
  padding: 20px;
}

.carousel-title {
  font-size: 18px;
  font-family: "Montserrat";
  color: rgb(24, 24, 24);
  font-weight: bold;
  line-height: 1.333;
  margin-bottom: 5px;
}

.carousel-text {
  font-size: 14px;
  font-family: "Montserrat";
  color: rgb(24, 24, 24);
  line-height: 1.286;
  text-align: left;
  margin-bottom: 5px;
}

.carousel-end {
  font-size: 10px;
  font-family: "Montserrat";
  color: rgb(24, 24, 24);
  text-decoration: underline;
  line-height: 1.8;
  text-transform: uppercase;
  text-decoration: underline;
  margin-bottom: 5px;
}

#newsEventCarousel {
  margin-bottom: -60px;
}

/*************SearchPages***************/
.searchTxt {
  font-size: 22.757px;
  color: rgb(72, 72, 71);
  font-weight: bold;
  line-height: 1.559;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.inptSearch {
  width: 97%;
  border: 0px;
  height: 40px;
  padding-left: 10px;
  padding-top: 5px;
}

.searchbtn {
  background: none;
  border: none;
  margin-left: -65px;
  font-size: 25px;
  cursor: pointer;
  height: 40px;
  padding: 0px 20px;
  color: #F7F5F5;
}

.searchArea {
  padding: 40px 0px;
}
.searchArea .close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../images/close-blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.searchFilter {
  padding: 20px 0px;
}

.filterTitle {
  font-size: 16px;
  color: rgb(85, 85, 85);
  text-transform: uppercase;
  line-height: 2.5;
}

.search_down {
  margin-bottom: 10px;
}

.Filterbtn {
  border: none;
  width: 179px;
  height: 40px;
  background-color: rgb(11, 168, 224);
  color: white;
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
}

.searchFilter .dk-select,
.dk-select-multi {
  width: 90%;
}

.searchFilters {
  display: flex;
}

.search_criteria {
  display: flex;
  margin-left: 20px;
  align-items: center;
}

.search_criteria li {
  margin: 0px 10px;
  padding: 0px 10px;
  font-size: 13px;
  color: rgb(85, 85, 85);
  line-height: 28px;
  background-color: darkgrey;
  text-align: center;
  border-radius: 10px;
  max-height: 28px;
  vertical-align: middle;
}
.search_criteria li .remove {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../images/remove.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 8px;
  vertical-align: middle;
  margin-top: -3px;
}

.clear_filters {
  font-size: 10.277px;
  color: rgb(183, 184, 186);
  text-decoration: underline;
  line-height: 3.452;
  cursor: pointer;
  margin-top: 5px;
  margin-left: 15px;
}

.searchShowing {
  font-size: 10.277px;
  color: rgb(183, 184, 186);
  line-height: 3.452;
  text-align: left;
}

.search_result {
  border-bottom: 2px solid darkgrey;
  padding-bottom: 20px;
  padding-top: 15px;
}

.result_title {
  font-size: 29.363px;
  color: rgb(72, 72, 71);
  font-weight: bold;
  line-height: 1.208;
  text-align: left;
  margin-bottom: 15px;
}

.result_txt {
  font-size: 14.778px;
  font-family: "Montserrat";
  color: rgb(72, 72, 71);
  line-height: 1.259;
  text-align: left;
}

.refineSearch {
  font-size: 22px;
  font-family: "Montserrat";
  color: rgb(85, 85, 85);
  text-transform: uppercase;
  line-height: 1.046;
  margin-bottom: 30px;
}

.Results {
  margin-bottom: 50px;
}
.Results .search_result a {
  color: #0ba8e0;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  display: block;
  text-overflow: ellipsis;
  padding-top: 20px;
  transition: all 0.3s ease-in-out;
}
.Results .search_result a:hover {
  opacity: 0.5;
}
.Results .loadMoreBtn {
  padding-top: 40px;
  text-align: center;
}
.Results .loadMoreBtn a {
  border: none;
  width: 179px;
  height: 40px;
  background-color: #0ba8e0;
  border: 1px solid #0ba8e0;
  color: white;
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
  font: 400 13.3333px Arial;
  padding: 13px 20px;
  transition: all 0.3s ease-in-out;
}
.Results .loadMoreBtn a:hover {
  background-color: white;
  color: #0ba8e0;
}
.Results .col-md-4 .search_down .inptSearch {
  padding-left: 10px;
  padding-top: 0px;
  border: 3px solid #d7d7d7;
  color: black;
  width: 200px;
}
.Results .col-md-4 .sendSearch {
  width: 200px;
}
.Results .col-md-4 .sendSearch button {
  width: 100%;
}

/************Subscribe*******/
.subscribe {
  background-color: black;
  padding: 50px 0px;
  text-transform: uppercase;
}

.subText {
  font-size: 20.751px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 2.25;
  text-align: left;
  width: 100%;
  font-style: normal;
}

.subInpt {
  width: 100%;
  background: transparent;
  border-right: none;
  border-left: none;
  border-top: none;
  border-color: white;
  font-size: 20px;
  padding-left: 10px;
  padding-bottom: 10px;
}

.arrowbtn {
  border: none;
  cursor: pointer;
  background: url(../images/arrow_white.png) no-repeat;
  height: 24px;
  width: 23px;
  background-size: contain;
  margin-left: -25px;
  position: relative;
  z-index: 1;
  position: absolute;
  top: 30%;
  right: 0;
  transform: translateY(-50%);
}

.pageTitle {
  font-size: 29.363px;
  color: rgb(72, 72, 71);
  font-weight: bold;
  line-height: 1.208;
  text-align: left;
  text-transform: uppercase;
  max-width: 86%;
}

.pageSub {
  font-size: 18px;
  color: rgb(72, 72, 71);
  line-height: 26px;
  text-align: left;
  margin-top: 30px;
}
.pageSub p {
  font-size: 18px;
  color: rgb(72, 72, 71);
  line-height: 26px;
  text-align: left;
  margin-bottom: 30px;
}
.pageSub p a {
  color: inherit;
  text-decoration: underline;
}
.pageSub p a:hover {
  opacity: 0.5;
}
.pageSub p .see-footnote {
  text-decoration: none;
  font-weight: 700;
  font-size: 12px;
  vertical-align: top;
  margin-left: 5px;
  color: #484847;
}
.pageSub p span {
  font-family: "Montserrat", "Droid", sans-serif !important;
}
.pageSub a {
  color: #0069a6;
}
.pageSub a:hover {
  opacity: 0.5;
}
.pageSub sup {
  font-weight: 700;
  font-size: 12px;
  vertical-align: top;
  margin-left: 5px;
}
.pageSub sup a {
  color: #0069a6;
}
.pageSub ul.no-bullet-points li::after {
  display: none;
}
.pageSub ul li {
  position: relative;
  padding-left: 20px;
}
.pageSub ul li::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #0163A1;
  border-radius: 50%;
}
.pageSub strong {
  font-weight: 400;
}
.pageSub blockquote {
  padding: 0;
}

/*******Map**********/
.mapouter {
  position: relative;
  text-align: right;
  width: 100%;
  height: 750px;
  margin-top: 40px;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  width: 100%;
  height: 654px;
}
.gmap_canvas iframe {
  width: 100%;
}

.map .gmap_canvas {
  text-align: left;
}

.gmap_iframe {
  height: 654px !important;
}

/****************Footer****************/
.footer {
  padding: 0px 0px 40px 0px;
}
.footer .hold {
  flex-grow: 1;
}
.footer .hold.logoHold {
  line-height: 0px;
}
.footer .hold.otherHold {
  text-align: center;
}
.footer .hold.txtHold .footText {
  margin-left: 0;
}
.footer .secondlogoHold {
  display: none;
}

.footer_bottom {
  padding-top: 40px;
}
.footer_bottom .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}

.otherPages {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.otherPages a {
  border-right: 1px solid #1e1e1e;
  padding-right: 10px;
  font-size: 13.305px;
  color: #1e1e1e;
  font-weight: bold;
  line-height: 1.667;
  text-transform: uppercase;
  transition: 0.3s;
}

.otherPages a:hover {
  color: #0ca8e1;
}

.otherPages a:last-child {
  border-right: none;
}

.social_media {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding-right: 0px;
  text-align: right;
}
.social_media img {
  width: 32px;
  height: 32px;
}

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

.footTitle {
  padding-top: 15px;
  font-size: 13.305px;
  font-family: "Montserrat";
  color: rgb(30, 30, 30);
  font-weight: bold;
  line-height: 1.667;
  text-align: right;
}

.footSub {
  font-size: 13.305px;
  font-family: "Montserrat";
  color: rgb(30, 30, 30);
  line-height: 1.667;
  text-align: right;
}

.conditions {
  font-size: 12px;
  line-height: 20px;
  color: #1e1e1e;
  padding: 0 15px;
  padding-top: 30px;
}
.conditions a {
  color: inherit;
}

.themeMain {
  margin-top: 220px;
  padding-bottom: 60px;
}

.themeMain .aboveTheme {
  margin-top: -175px;
}
.themeMain .aboveTheme .listingHolder.gridView {
  display: flex;
  flex-wrap: wrap;
}
.themeMain .aboveTheme .listingItemLI .listingItem {
  height: 100%;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1);
}
.themeMain .aboveTheme .listingItemLI .listingItem .card_details {
  min-height: 42px;
}
.themeMain .aboveTheme .listingItemLI.highlightedInTheme {
  width: 66.66666667%;
  overflow: hidden;
}
.themeMain .aboveTheme .listingItemLI.highlightedInTheme .listingItem {
  height: 100%;
  position: relative;
}
.themeMain .aboveTheme .listingItemLI.highlightedInTheme .listingItem .card_pic {
  max-height: 100%;
  position: relative;
  height: 100% !important;
}
.themeMain .aboveTheme .listingItemLI.highlightedInTheme .listingItem .card_pic::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
}
.themeMain .aboveTheme .listingItemLI.highlightedInTheme .listingItem .card_pic a {
  display: block;
  height: 100%;
}
.themeMain .aboveTheme .listingItemLI.highlightedInTheme .listingItem .card_pic img {
  display: block;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
}
.themeMain .aboveTheme .listingItemLI.highlightedInTheme .listingItem .card_text {
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: 100%;
  background-color: transparent;
  color: white;
  padding: 0;
  width: calc(100% - 60px);
  height: auto;
}
.themeMain .aboveTheme .listingItemLI.highlightedInTheme .listingItem .card_text .card_details {
  font-size: 22px;
  font-weight: 600;
  color: white;
  margin-bottom: 10px;
  padding: 0;
}
.themeMain .aboveTheme .listingItemLI.highlightedInTheme .listingItem .card_text .card_details.card_summary {
  font-size: 14px;
  font-weight: 400;
  color: white;
}
.themeMain .aboveTheme .listingItemLI.highlightedInTheme .listingItem .card_text .card_more a {
  color: white;
}
.themeMain .aboveTheme .listingItemLI.highlightedInTheme .listingItem .card_text .card_more a:hover {
  opacity: 0.5;
}
.themeMain .aboveTheme .listingItemLI .card_pic {
  height: auto !important;
  max-height: 240px;
  overflow: hidden;
}
.themeMain .aboveTheme .listingItemLI .card_pic img {
  transition: 0.3s;
}
.themeMain .aboveTheme .listingItemLI .card_pic:hover img {
  transform: scale(1.1);
}
.themeMain .aboveTheme .listingItemLI .card_text {
  height: calc(100% - 240px);
}
.themeMain .aboveTheme .listingItemLI .card_text .card_about .theme {
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 5px;
  display: inline-block;
}
.themeMain .aboveTheme .listingItemLI .card_text .card_about .card_details a {
  display: inline;
}

.themeMain .col-md-4 {
  margin-bottom: 25px;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
  height: 50px;
}

/*
.themeMain .col-md-4:nth-child(5n+1) {
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.66667%;
}*/
/*/* .themeMain .col-md-4:nth-child(5n+1) .listingItem{
    color:white !important;
 }

    .themeMain .col-md-4:nth-child(5n+1) .card_title, .themeMain .col-md-4:nth-child(5n+1) .card_about, .themeMain .col-md-4:nth-child(5n+1) .card_details, .themeMain .col-md-4:nth-child(5n+1) .readMore {
        color: white !important;
    }*/
.latestNews .blockTitle,
.latestNews .sectTitle {
  margin-bottom: 78px;
}

.latestNews .sectTitle {
  margin-bottom: 0px;
}

.moreNewsBtn {
  text-align: center;
}
.moreNewsBtn a {
  color: #0ba8e0;
  border: 1px solid #0ba8e0;
}
.moreNewsBtn a:hover {
  background-color: #0ba8e0;
  border: 1px solid #0ba8e0;
  color: white;
}

.Search {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(193, 193, 193, 0.92);
  z-index: 12;
}
.Search .upperSearch {
  position: absolute;
  display: block;
  width: 80vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  max-height: 95vh;
  overflow: auto;
}
.Search .upperSearch .searchArea {
  background-color: #e6e6e6;
  padding: 100px 84px 87px;
}
.Search .upperSearch .searchArea .container {
  width: 100%;
}
.Search .upperSearch .searchArea .container .searchTxt {
  font-size: 30px;
  margin-bottom: 0;
}
.Search .upperSearch .searchArea .container .SearchInpt {
  position: relative;
}
.Search .upperSearch .searchArea .container .SearchInpt .inptSearch {
  width: 100%;
  border: 0px;
  height: 60px;
  padding-left: 10px;
  padding-top: 0;
  font-size: 14px;
  color: #484847;
}
.Search .upperSearch .searchArea .container .SearchInpt .inptSearch::placeholder {
  font-size: 14px;
  color: #484847;
}
.Search .upperSearch .searchArea .container .SearchInpt .searchbtn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: #e6e6e6;
  padding: 0;
  margin: 0;
  height: 28px;
}
.Search .upperSearch .searchArea .container .SearchInpt .ui-autocomplete {
  position: absolute;
  top: 100%;
  width: 100%;
  border: none;
  border: 1px solid rgb(230, 230, 230);
  border-radius: 0px;
  padding: 10px;
}
.Search .upperSearch .searchArea .container .SearchInpt .ui-autocomplete li {
  padding: 0;
}
.Search .upperSearch .searchArea .container .SearchInpt .ui-autocomplete li.ui-search-hover a {
  color: #0ba8e0;
}
.Search .upperSearch .searchArea .container .SearchInpt .ui-autocomplete li a {
  padding: 5px 0;
  display: block;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
}
.Search .upperSearch .searchArea .container .SearchInpt .ui-autocomplete li a:hover {
  color: #0ba8e0;
}
.Search .upperSearch .searchArea .container .SearchInpt .ui-autocomplete li:last-child a {
  border: none;
}
.Search .upperSearch .searchArea .container .errorRecord {
  position: absolute;
  bottom: 20px;
  right: 70px;
  color: red;
}
.Search .upperSearch .searchFilter {
  padding: 34px 84px 65px;
  background-color: white;
}
.Search .upperSearch .searchFilter .container {
  width: 100%;
}
.Search .upperSearch .searchFilter .container .filterTitle {
  line-height: 16px;
  margin-bottom: 20px;
}
.Search .upperSearch .searchFilter .container .search_down {
  margin-bottom: 35px;
}
.Search .upperSearch .searchFilter .container .dk-select .dk-selected::after {
  border: none;
  margin: 0;
  display: block;
  position: absolute;
  width: 38px;
  height: 100%;
  background-color: #0ba8e0;
  background-image: url(../images/dropArrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
}
.Search .upperSearch .searchFilter .container .dk-select .dk-selected::before {
  display: none;
}

.searchToggle {
  margin-right: 45px;
  display: inline-block;
  width: 20px;
  height: 20px;
  transform: translateY(16px);
  background-image: url(../images/search.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.3s ease-in-out;
}
.searchToggle:hover {
  opacity: 0.5;
}

.ajaxLoader {
  background: transparent;
  padding-top: 20px;
}
.ajaxLoader::before {
  color: #0ba8e0;
}

.newsletterSubscribe .subInpt {
  position: relative;
}
.newsletterSubscribe .subInpt input[type=text] {
  color: #fff;
  font-family: "Montserrat", "Droid", sans-serif;
}
.newsletterSubscribe .subInpt input[type=text]::placeholder {
  color: #fff;
  font-family: "Montserrat", "Droid", sans-serif;
}
.newsletterSubscribe .ajaxLoader {
  width: 30px;
  height: 30px;
  background: transparent;
  display: block;
  position: absolute;
  top: 0;
  left: -30px;
}
.newsletterSubscribe .ajaxLoader::before {
  color: #ffffff;
}
.newsletterSubscribe .errorMessage {
  position: absolute;
  color: red;
  padding-top: 5px;
  text-transform: capitalize;
  font-size: 14px;
}
.newsletterSubscribe .successMessage {
  color: white;
  padding-top: 5px;
  text-transform: capitalize;
  font-size: 14px;
}

.lanSwitch {
  font-weight: 400;
}

.filterCol .mainType {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 24px;
  padding-bottom: 20px;
  padding-top: 0;
}
.filterCol .mainType a {
  color: #181818;
  line-height: 24px;
  font-size: 15px;
  font-weight: 400;
}
.filterCol .mainType a.active {
  font-weight: 700;
}
.filterCol .mainType a:hover {
  color: #9ec33a;
}
.filterCol .mainType .subType {
  padding-top: 5px;
  padding-bottom: 0;
  padding-left: 35px;
}
.filterCol .mainType .subType li {
  border: none;
  padding: 0;
  margin-bottom: 8px;
}
.filterCol .mainType .subType li a {
  color: #181818;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}
.filterCol .mainType .subType li a.active {
  font-weight: 700;
}
.filterCol .mainType .subType li a:hover {
  color: #9ec33a;
}
.filterCol .mainType:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

blockquote {
  font-style: italic;
  padding-left: 0.5in;
}
blockquote a {
  font-weight: 700;
  font-size: 12px;
  vertical-align: top;
  margin-left: 5px;
}

.card_details.carddet,
.card_details a {
  font-weight: 700;
  margin-bottom: 20px;
  padding: 0;
  display: block;
}

.timeline .pageTitle {
  float: none;
  display: block;
  margin-bottom: 26px;
  font-weight: bold;
}
.timeline .pageTitle span.ar {
  padding-top: 6px;
  display: inline-block;
}
.timeline .pageTitle.dictionary {
  float: left;
}
.timeline .pageIntro {
  color: #484847;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 74px;
  display: block;
}
.timeline a {
  color: #0069a6;
  transition: all 0.3s ease-in-out;
}
.timeline a:hover {
  opacity: 0.5;
}
.timeline .font a {
  color: #555555;
}

.tab3 {
  padding-top: 30px;
}

.timelineTabs {
  background-color: #F1F0F0;
  padding-top: 32px;
}
.timelineTabs .tabs {
  margin-bottom: 72px;
}
.timelineTabs ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.timelineTabs ul li {
  margin-right: 60px;
  margin-bottom: 0;
  border: none;
}
.timelineTabs ul li a {
  display: block;
  color: #484847;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 48px;
  text-align: center;
  padding-bottom: 12px;
  border-bottom: 5px solid transparent;
  transition: all 0.3s ease-in-out;
}
.timelineTabs ul li a:hover {
  opacity: 0.5;
}
.timelineTabs ul li a.active {
  border-bottom: 5px solid #484847;
}
.timelineTabs ul li.firstwomen a {
  color: #F383D0;
}
.timelineTabs ul li.firstwomen a.active {
  border-bottom: 5px solid #F383D0;
}
.timelineTabs ul li.activism a {
  color: #96A0F0;
}
.timelineTabs ul li.activism a.active {
  border-bottom: 5px solid #96A0F0;
}
.timelineTabs ul li.achievements {
  margin: 0;
}
.timelineTabs ul li.achievements a {
  color: #E0A268;
}
.timelineTabs ul li.achievements a.active {
  border-bottom: 5px solid #E0A268;
}

.timeLineDetails .content .timeLineItemsHolder .owl-nav .owl-prev {
  font-size: 0;
  width: 40px;
  height: 40px;
  background-image: url(../images/timelineArrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
}
.timeLineDetails .content .timeLineItemsHolder .owl-nav .owl-next {
  font-size: 0;
  width: 40px;
  height: 40px;
  background-image: url(../images/timelineArrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotateZ(180deg);
}
.timeLineDetails .content .timeLineItem {
  margin-bottom: 43px;
}
.timeLineDetails .content .timeLineItem .image img {
  width: 100%;
  display: block;
}
.timeLineDetails .content .timeLineItem .text .date {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 10px;
}
.timeLineDetails .content .timeLineItem .text .title {
  color: #484847;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 37px;
  margin-bottom: 10px;
}
.timeLineDetails .content .timeLineItem .text .category {
  border-radius: 8px;
  margin-bottom: 30px;
  color: #484847;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19px;
  text-align: center;
  display: inline-block;
  padding: 6px 16px;
}
.timeLineDetails .content .timeLineItem .text p {
  color: #484847;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 19px;
}
.timeLineDetails .content .timeLineItem .text p a {
  color: inherit;
  transition: all 0.3s ease-in-out;
}
.timeLineDetails .content .timeLineItem .text p a:hover {
  opacity: 0.5;
}
.timeLineDetails .content .timeLineItem.women .text .date {
  color: #F383D0;
}
.timeLineDetails .content .timeLineItem.women .text .category {
  background-color: #F383D0;
}

.tabsrecap {
  margin-bottom: 32px;
}
.tabsrecap ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tabsrecap ul li {
  margin-right: 60px;
}
.tabsrecap ul li a {
  display: block;
  color: #484847;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 48px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.tabsrecap ul li a:hover {
  opacity: 0.5;
}
.tabsrecap ul li:first-child a {
  color: #F383D0;
}
.tabsrecap ul li:nth-child(2) a {
  color: #96A0F0;
}
.tabsrecap ul li:last-child {
  margin: 0;
}
.tabsrecap ul li:last-child a {
  color: #E0A268;
}

.timeLineSecondCarousel {
  margin-bottom: 90px;
}
.timeLineSecondCarousel .timeCar .owl-nav .owl-prev {
  font-size: 0;
  width: 40px;
  height: 40px;
  background-image: url(../images/timelineArrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
}
.timeLineSecondCarousel .timeCar .owl-nav .owl-next {
  font-size: 0;
  width: 40px;
  height: 40px;
  background-image: url(../images/timelineArrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotateZ(180deg);
}
.timeLineSecondCarousel .timeCar li {
  width: 557px;
  margin: 0 auto;
}
.timeLineSecondCarousel .timeCar li .date {
  color: #0263A1;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 10px;
}
.timeLineSecondCarousel .timeCar li .title {
  color: #484847;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 37px;
  margin-bottom: 25px;
}
.timeLineSecondCarousel .timeCar li p {
  color: #484847;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 19px;
}

.alphaSort {
  padding: 32px;
  background-color: #F1F0F0;
  margin-bottom: 62px;
}
.alphaSort label a {
  color: #484847;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
  display: inline-block;
  padding-right: 20px;
  border-right: 2px solid #979797;
  margin-right: 20px;
  margin-bottom: 32px;
}
.alphaSort .alphabet {
  display: inline-block;
}
.alphaSort .alphabet li {
  display: inline-block;
  border-radius: 50%;
  margin-right: 15px;
  text-align: center;
}
.alphaSort .alphabet li:last-child {
  margin: 0;
}
.alphaSort .alphabet li.active {
  background-color: #0169A4;
  height: 40px;
  width: 40px;
  line-height: 40px;
}
.alphaSort .alphabet li.active a {
  color: white;
}
.alphaSort .alphabet li a {
  color: #484847;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 22px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.alphaSort .alphabet li a:hover {
  opacity: 0.5;
}
.alphaSort .right {
  float: right;
  color: #0263A1;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19px;
  border-left: 2px solid #979797;
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 8px;
  transition: all 0.3s ease-in-out;
}
.alphaSort .right:hover {
  opacity: 0.5;
}
.alphaSort .tags {
  display: block;
}
.alphaSort .tags li {
  display: inline-block;
  margin-right: 20px;
}
.alphaSort .tags li:last-child {
  margin: 0;
}
.alphaSort .tags li.active a {
  background-color: #0263A1;
  color: #ffffff;
}
.alphaSort .tags li a {
  color: #484847;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 20px;
  background-color: #E3E3E3;
  padding: 15px 44px;
  display: block;
  margin-bottom: 10px;
}
.alphaSort .tags li a:hover {
  background-color: white;
  color: #0263A1;
}

.dictionaryDetails .title {
  color: #484847;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 34px;
  margin-bottom: 42px;
}
.dictionaryDetails p {
  color: #484847;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
}
.dictionaryDetails p a {
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  color: inherit;
}
.dictionaryDetails p a:hover {
  opacity: 0.5;
}
.dictionaryDetails .en {
  margin-bottom: 70px;
}
.dictionaryDetails .ar {
  padding: 70px 0;
  background-color: #F1F0F0;
  direction: rtl;
  text-align: right;
}
.dictionaryDetails .beautytips-module-processed {
  position: relative;
  display: inline-block;
  color: #0263a1;
  font-weight: 600;
  font-size: 10px;
  margin-left: 2px;
  margin-right: 2px;
  transform: translateY(-4px);
  cursor: pointer;
}
.dictionaryDetails .beautytips-module-processed .tool {
  position: absolute;
  top: calc(100% + 8px);
  transform: translateX(-50%);
  left: 50%;
  width: 234px;
  padding: 14px;
  background-color: white;
  border-radius: 10px;
  min-width: 100px;
  color: #484847;
  font-size: 11px;
  letter-spacing: 0;
  line-height: 12px;
  font-weight: 400;
  display: none;
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.dictionaryDetails .beautytips-module-processed .tool a {
  display: inline-block;
  white-space: nowrap;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #0263A1;
  font-style: italic;
  font-weight: 400;
}
.dictionaryDetails .beautytips-module-processed .tool::before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 50%;
  border: 1px solid rgb(213, 213, 213);
  background-color: white;
  width: 8px;
  height: 8px;
  transform: rotateZ(45deg) translateX(-50%);
  border-bottom: none;
  border-right: none;
}
.dictionaryDetails .beautytips-module-processed.fromtop .tool {
  top: auto;
  bottom: calc(100% + 8px);
}
.dictionaryDetails .beautytips-module-processed.fromtop .tool::before {
  top: auto;
  bottom: -2px;
  transform: rotateZ(-135deg) translateX(-50%);
}

.partnersListing {
  margin-bottom: 115px;
  display: none;
}
.partnersListing .blockHead .title {
  color: #484847;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 34px;
  margin-bottom: 45px;
  text-align: center;
}
.partnersListing .listingHolder .listingItemLI {
  margin-bottom: 30px;
}
.partnersListing .listingHolder .listingItemLI .listingItem {
  padding: 30px;
  border: 1px solid #DBDBDB;
}
.partnersListing .listingHolder .listingItemLI .listingItem .listingImage {
  display: block;
  min-height: 50px;
  margin-bottom: 30px;
  height: 130px;
}
.partnersListing .listingHolder .listingItemLI .listingItem .listingImage a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.partnersListing .listingHolder .listingItemLI .listingItem .listingImage a img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.partnersListing .listingHolder .listingItemLI .listingItem .listingInfos .listingTitle {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 24px;
  display: block;
  margin-bottom: 7px;
  color: #484847;
}
.partnersListing .listingHolder .listingItemLI .listingItem .listingInfos .listingTitle a {
  color: #0069a6;
}
.partnersListing .listingHolder .listingItemLI .listingItem .listingInfos .listingTitle a:hover {
  opacity: 0.5;
}
.partnersListing .listingHolder .listingItemLI .listingItem .listingInfos .listingDescription {
  font-size: 14px;
  color: #8e8e8e;
  margin-bottom: 0px;
}
.partnersListing .listingHolder .listingItemLI:nth-child(4n+1) {
  clear: both;
}
.partnersListing.show {
  display: block;
}
.partnersListing:last-of-type .listingHolder .listingItemLI {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  position: relative;
}
.partnersListing:last-of-type .listingHolder .listingItemLI::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #0169A4;
  border-radius: 50%;
  width: 5px;
  height: 5px;
}
.partnersListing:last-of-type .listingHolder .listingItemLI .listingItem {
  padding: 0;
  padding-left: 10px;
  border: none;
}
.partnersListing:last-of-type .listingHolder .listingItemLI .listingItem .listingImage {
  display: none;
}

.article_header.partners {
  margin-bottom: 45px;
}
.article_header.partners ul {
  display: flex;
  justify-content: center;
}
.article_header.partners ul li.active {
  border-bottom: 5px solid #9EC33B;
}

.database {
  background-color: #f5f5f5;
  padding-top: 73px;
}
.database .container {
  border-bottom: 1px solid #ACACAC;
  padding-bottom: 40px;
}
.database .pageTitle,
.database .pageIntro {
  float: none;
  display: block;
}
.database .pageTitle {
  text-transform: none;
  margin-bottom: 20px;
  max-width: 78%;
}
.database .pageIntro {
  font-size: 18px;
  padding-right: 20px;
}
.database .pageIntro a {
  font-size: 18px !important;
}
.database .rightSection {
  background-color: #FFFFFF;
  padding: 55px 28px;
  min-height: 386px;
}
.database .rightSection h6 {
  color: #484847;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 18px;
  margin-bottom: 13px;
}
.database .rightSection p {
  color: #484847;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
  margin-bottom: 35px;
}
.database .rightSection p:last-child {
  margin-bottom: 0;
}
.database .rightSection h6:not(:first-of-type) {
  margin-top: 20px;
}
.database a {
  color: #0069a6;
}
.database a:hover {
  opacity: 0.5;
}

.databaseContent {
  padding-top: 40px;
  background-color: #f5f5f5;
  margin-bottom: 60px;
}
.databaseContent .title {
  color: #484847;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 34px;
  margin-bottom: 40px;
}
.databaseContent .searchCriteria {
  padding: 30px;
  background-color: white;
  margin-bottom: 42px;
}
.databaseContent .searchCriteria .title {
  color: #484847;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 10px;
}
.databaseContent .searchCriteria form .row {
  margin: 0 -12px;
}
.databaseContent .searchCriteria form .row .inputEntity {
  position: relative;
  margin-bottom: 18px;
  padding: 0 12px;
}
.databaseContent .searchCriteria form .row .inputEntity:nth-child(3n+1) {
  clear: both;
}
.databaseContent .searchCriteria form .row .inputEntity label {
  color: #484847;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19px;
  margin-bottom: 5px;
  display: block;
}
.databaseContent .searchCriteria form .row .inputEntity input.date,
.databaseContent .searchCriteria form .row .inputEntity input {
  display: block;
  width: 100%;
  padding: 11.5px 12px !important;
  border: 1px solid #E1E1E1;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 15px;
  font-family: inherit;
}
.databaseContent .searchCriteria form .row .inputEntity .dk-select {
  display: block;
  width: 100%;
}
.databaseContent .searchCriteria form .row .inputEntity .dk-select .dk-selected {
  border: 1px solid #E1E1E1 !important;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 15px;
  font-family: inherit;
  text-transform: none;
  padding: 11.5px !important;
}
.databaseContent .searchCriteria form .row .inputEntity .dk-select .dk-selected::after {
  background-color: transparent;
  display: none;
}
.databaseContent .searchCriteria form .row .inputEntity .dk-select .dk-selected::before {
  margin: 0;
  right: 20px;
  width: 12px;
  height: 6px;
  transform: translateY(-50%);
  border-top: 6px solid #484847;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: none;
}
.databaseContent .searchCriteria form .row .inputEntity a,
.databaseContent .searchCriteria form .row .inputEntity button[type=submit] {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 18px;
  text-align: center;
  background-color: #0263A1;
  transition: all 0.3s ease-in-out;
  border: 1px solid #0263A1;
  text-transform: uppercase;
  padding: 10px;
  min-width: 164px;
  cursor: pointer;
  display: block;
}
.databaseContent .searchCriteria form .row .inputEntity a:hover,
.databaseContent .searchCriteria form .row .inputEntity button[type=submit]:hover {
  background-color: white;
  color: #0263A1;
}
.databaseContent .searchCriteria .FormHolder {
  position: relative;
}
.databaseContent .searchCriteria .FormHolder .loader {
  width: 100%;
  height: 100%;
  animation: none;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.7);
  border: none;
}
.databaseContent .searchCriteria .FormHolder .loader::after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 5px solid #0ba8e0;
  border-top: 5px solid transparent;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  animation: load 0.5s linear infinite;
}
.databaseContent .searchResults {
  padding: 39px 14px 36px 17px;
  background-color: white;
  margin-bottom: 42px;
}
.databaseContent .searchResults .head {
  margin-bottom: 18px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.databaseContent .searchResults .head ul.tags {
  margin-right: 26px;
}
.databaseContent .searchResults .head ul.tags li {
  display: inline-block;
  margin-right: 5px;
  color: #484847;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 13px;
  padding: 14px 17px;
  border-radius: 18.5px;
  background-color: #C3C3C3;
  vertical-align: middle;
}
.databaseContent .searchResults .head ul.tags li:last-child {
  margin-right: 0;
}
.databaseContent .searchResults .head ul.tags li a {
  vertical-align: middle;
  display: inline-block;
  margin-left: 15px;
  height: 11px;
  width: 11px;
  background-image: url(../images/remove.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.databaseContent .searchResults .head .clearall {
  color: #919191;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 13px;
  text-decoration: underline;
}
.databaseContent .searchResults .head .clearall:hover {
  opacity: 0.5;
}
.databaseContent .searchResults .body table {
  width: 100%;
  table-layout: fixed;
}
.databaseContent .searchResults .body table tr th {
  background-color: #0263A1;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 13px;
  padding: 26px 10px 15px;
  text-transform: uppercase;
  vertical-align: middle;
}
.databaseContent .searchResults .body table tr th:first-child {
  padding-left: 18px;
  width: 224px;
}
.databaseContent .searchResults .body table tr th:last-child {
  padding-right: 18px;
}
.databaseContent .searchResults .body table tr td {
  color: #484847;
  font-size: 11px;
  letter-spacing: 0;
  line-height: 14px;
  padding: 27px 10px;
  vertical-align: middle;
  border-left: 1px solid #DBDBDB;
}
.databaseContent .searchResults .body table tr td:first-child {
  color: #0263A1;
  padding-left: 18px;
  border: none;
}
.databaseContent .searchResults .body table tr td:first-child a {
  color: #0263A1;
  transition: all 0.3s ease-in-out;
}
.databaseContent .searchResults .body table tr td:first-child a:hover {
  opacity: 0.5;
}
.databaseContent .searchResults .body table tr td:last-child {
  padding-right: 18px;
}
.databaseContent .searchResults .body table tr:nth-child(odd) td {
  background-color: rgba(231, 234, 237, 0.5);
}
.databaseContent .searchResults .body .dbpagination {
  display: block;
  text-align: center;
  padding-top: 50px;
  margin-bottom: 50px;
}
.databaseContent .searchResults .body .dbpagination .collectivePage {
  display: inline-block;
  color: #75797c;
  font-weight: bold;
  font-size: 14px;
  padding: 5px;
  border-radius: 5px;
  width: 30px;
  border: 1px solid white;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin: 0;
}
.databaseContent .searchResults .body .dbpagination .collectivePage:hover {
  border: 1px solid #b0b0b0;
}
.databaseContent .searchResults .body .dbpagination .collectivePage.current {
  background-color: #036ba7;
  color: white;
}
.databaseContent .searchResults .body .dbpagination .collectivePage.Previous {
  width: auto;
  border: 1px solid #b0b0b0;
  margin-right: 30px;
  vertical-align: baseline;
  padding: 10px;
}
.databaseContent .searchResults .body .dbpagination .collectivePage.Previous:hover {
  opacity: 0.5;
}
.databaseContent .searchResults .body .dbpagination .collectivePage.Previous::before {
  content: "";
  display: inline-block;
  background-image: url(../images/paginationarrowprev.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 10px;
  vertical-align: baseline;
  margin-right: 10px;
}
.databaseContent .searchResults .body .dbpagination .collectivePage.next {
  width: auto;
  border: 1px solid #b0b0b0;
  margin-left: 30px;
  vertical-align: baseline;
  padding: 10px;
}
.databaseContent .searchResults .body .dbpagination .collectivePage.next:hover {
  opacity: 0.5;
}
.databaseContent .searchResults .body .dbpagination .collectivePage.next::after {
  content: "";
  display: inline-block;
  background-image: url(../images/paginationarrownext.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 10px;
  vertical-align: baseline;
  margin-left: 10px;
}
.databaseContent .searchResults .noresultText {
  display: none;
}

.fullText .pageSub ul li {
  margin-bottom: 15px;
}
.fullText .pageSub ul li:last-child {
  margin-bottom: 0px;
}
.fullText .pageSub table {
  width: 100%;
  table-layout: fixed;
}
.fullText .pageSub table tr th {
  background-color: #0263A1;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 13px;
  padding: 26px 10px 15px;
  text-transform: uppercase;
  vertical-align: middle;
}
.fullText .pageSub table tr th:first-child {
  padding-left: 18px;
  width: 224px;
}
.fullText .pageSub table tr th:last-child {
  padding-right: 18px;
}
.fullText .pageSub table tr td {
  color: #484847;
  font-size: 11px;
  letter-spacing: 0;
  line-height: 14px;
  padding: 27px 10px;
  vertical-align: middle;
  border-left: 1px solid #DBDBDB;
}
.fullText .pageSub table tr td:first-child {
  color: #0263A1;
  padding-left: 18px;
  border: none;
}
.fullText .pageSub table tr td:first-child a {
  color: #0263A1;
  transition: all 0.3s ease-in-out;
}
.fullText .pageSub table tr td:first-child a:hover {
  opacity: 0.5;
}
.fullText .pageSub table tr td:last-child {
  padding-right: 18px;
}
.fullText .pageSub table tr:nth-child(odd) td {
  background-color: rgba(231, 234, 237, 0.5);
}

.listingItem a.type {
  color: white;
  display: inline-block;
}

#GeneratePDF {
  margin-top: 30px;
  display: inline-block;
  border: 2px solid #0ba8e0;
  padding: 10px;
  border-radius: 5px;
  color: #0ba8e0;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 14px;
  transition: all 0.3s ease-in-out;
}
#GeneratePDF:hover {
  background-color: #0ba8e0;
  color: white;
}

.contactTitle {
  text-align: center;
  float: none !important;
  display: block;
  max-width: 100%;
  margin-bottom: 20px;
}

.accountSettings form input {
  color: black;
  padding: 7px !important;
  border: 1px solid #d7d7d7 !important;
  display: block;
  width: 100%;
  margin-bottom: 15px;
  font-family: inherit;
}
.accountSettings form textarea {
  color: black;
  padding: 7px !important;
  border: 1px solid #d7d7d7 !important;
  display: block;
  width: 100%;
  margin-bottom: 15px;
  height: 100px;
  font-family: inherit;
}
.accountSettings form .primaryBtn {
  border: none;
  width: 179px;
  height: 40px;
  background-color: #0ba8e0;
  border: 1px solid #0ba8e0 !important;
  color: white;
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.accountSettings form .primaryBtn:hover {
  background-color: white;
  color: #0ba8e0;
}
.accountSettings form .formFieldTextBox,
.accountSettings form .row .col-md-6,
.accountSettings form .row .col-md-12 {
  width: 50%;
  float: none;
  margin: 0 auto;
}
.accountSettings input#Captcha {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

.FormHolder {
  position: relative;
}
.FormHolder .loader {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 5px solid #0ba8e0;
  border-top: 5px solid transparent;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  animation: load 0.5s linear infinite;
  display: none;
}
.FormHolder .errorMessage {
  right: 15px;
  position: absolute;
  top: 0;
  font-size: 12px;
  color: red;
}

@keyframes load {
  0% {
    transform: translate(-50%, -50%);
  }
  100% {
    transform: translate(-50%, -50%) rotateZ(360deg);
  }
}
.tl-slidenav-previous .tl-slidenav-icon:before {
  content: "";
  background-image: url(../images/timelineArrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 40px;
  height: 40px;
  display: block;
}

.tl-slidenav-next .tl-slidenav-icon:before {
  content: "";
  background-image: url(../images/timelineArrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 40px;
  height: 40px;
  display: block;
  transform: rotateZ(180deg) translateX(20px);
}

.timeline .pageIntro p {
  font-family: "Montserrat", "Droid", sans-serif !important;
}

.tl-slide .tl-slide-scrollable-container {
  display: block;
}
.tl-slide .tl-slide-scrollable-container .tl-slide-content-container {
  display: block;
}
.tl-slide .tl-slide-scrollable-container .tl-slide-content-container .tl-slide-content {
  display: block;
  margin: 0 auto;
  width: 100% !important;
}
.tl-slide .tl-slide-scrollable-container .tl-slide-content-container .tl-slide-content .tl-headline-date {
  color: #0263A1;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 10px;
  text-transform: capitalize !important;
  font-family: "Montserrat", "Droid", sans-serif !important;
}
.tl-slide .tl-slide-scrollable-container .tl-slide-content-container .tl-slide-content .tl-headline-date.FIRSTWOMEN, .tl-slide .tl-slide-scrollable-container .tl-slide-content-container .tl-slide-content .tl-headline-date.firstwomen {
  color: #F383D0;
}
.tl-slide .tl-slide-scrollable-container .tl-slide-content-container .tl-slide-content .tl-headline-date.ACTIVISM, .tl-slide .tl-slide-scrollable-container .tl-slide-content-container .tl-slide-content .tl-headline-date.activism {
  color: #96A0F0;
}
.tl-slide .tl-slide-scrollable-container .tl-slide-content-container .tl-slide-content .tl-headline-date.ACHIEVEMENTS, .tl-slide .tl-slide-scrollable-container .tl-slide-content-container .tl-slide-content .tl-headline-date.achievements {
  color: #E0A268;
}
.tl-slide .tl-slide-scrollable-container .tl-slide-content-container .tl-slide-content .tl-headline {
  color: #484847;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 37px;
  margin-bottom: 23px;
  text-transform: none !important;
  font-family: "Montserrat", "Droid", sans-serif !important;
}
.tl-slide .tl-slide-scrollable-container .tl-slide-content-container .tl-slide-content .tl-headline a {
  color: inherit;
  transition: all 0.3s ease-in-out;
}
.tl-slide .tl-slide-scrollable-container .tl-slide-content-container .tl-slide-content .tl-headline a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.tl-slide .tl-slide-scrollable-container .tl-slide-content-container .tl-slide-content .tl-text-content .timelineTag {
  margin-bottom: 30px;
  color: #484847;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19px;
  font-family: "Montserrat", "Droid", sans-serif !important;
  display: inline-block;
  border-radius: 8px;
  padding: 6px 17px;
  background-color: #e1e1e1;
}
.tl-slide .tl-slide-scrollable-container .tl-slide-content-container .tl-slide-content .tl-text-content .timelineTag.FIRSTWOMEN, .tl-slide .tl-slide-scrollable-container .tl-slide-content-container .tl-slide-content .tl-text-content .timelineTag.firstwomen {
  background-color: #F383D0;
}
.tl-slide .tl-slide-scrollable-container .tl-slide-content-container .tl-slide-content .tl-text-content .timelineTag.ACTIVISM, .tl-slide .tl-slide-scrollable-container .tl-slide-content-container .tl-slide-content .tl-text-content .timelineTag.activism {
  background-color: #96A0F0;
}
.tl-slide .tl-slide-scrollable-container .tl-slide-content-container .tl-slide-content .tl-text-content .timelineTag.ACHIEVEMENTS, .tl-slide .tl-slide-scrollable-container .tl-slide-content-container .tl-slide-content .tl-text-content .timelineTag.achievements {
  background-color: #E0A268;
}
.tl-slide .tl-slide-scrollable-container .tl-slide-content-container .tl-slide-content .tl-text-content p {
  color: #484847;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 19px;
  font-family: "Montserrat", "Droid", sans-serif !important;
}
.tl-slide .tl-slide-scrollable-container .tl-slide-content-container .tl-slide-content .tl-media {
  width: 50%;
  float: left;
  padding-right: 20px;
}
.tl-slide .tl-slide-scrollable-container .tl-slide-content-container .tl-slide-content .tl-text {
  float: right;
  max-height: 435px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  padding-right: 20px;
  padding-bottom: 50px;
}
.tl-slide .tl-slide-scrollable-container .tl-slide-content-container .tl-slide-content .tl-text::-webkit-scrollbar-track {
  border-radius: 20px;
  background-color: #F5F5F5;
}
.tl-slide .tl-slide-scrollable-container .tl-slide-content-container .tl-slide-content .tl-text::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}
.tl-slide .tl-slide-scrollable-container .tl-slide-content-container .tl-slide-content .tl-text::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.1);
}
.tl-slide.tl-slide-text-only .tl-slide-content-container .tl-slide-content .tl-text {
  float: none;
}

.tl-timeline a,
.tl-timeline p a {
  color: inherit;
  transition: all 0.3s ease-in-out;
}
.tl-timeline a:hover,
.tl-timeline p a:hover {
  color: inherit;
  opacity: 0.5;
}

.tl-storyslider {
  height: 500px !important;
}

.tl-timeline .tl-menubar {
  top: 500px !important;
}

.tl-timeline {
  height: auto !important;
}

.tl-icon-zoom-in:after {
  content: "";
  background-image: url(../images/zoomin.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  display: block;
  width: 20px;
}

.tl-icon-zoom-out:after {
  content: "";
  background-image: url(../images/zoomout.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  display: block;
  width: 20px;
}

.tl-icon-goback:after {
  content: "";
  background-image: url(../images/recall.PNG);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  display: block;
  width: 20px;
}

.printLoad {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
}
.printLoad:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.leadershipListHolder {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.leadershipListHolder .listingItemLI {
  width: 100%;
}
.leadershipListHolder .listingItemLI > div {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 1px solid #dddddd;
}
.leadershipListHolder .listingItemLI .listingItem {
  display: flex;
  flex-wrap: wrap;
}
.leadershipListHolder .listingItemLI .listingItem::after {
  content: "";
  display: block;
  clear: both;
}
.leadershipListHolder .listingItemLI .listingItem .listingImage {
  margin-bottom: 11px;
  overflow: hidden;
  width: 20%;
}
.leadershipListHolder .listingItemLI .listingItem .listingImage img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.leadershipListHolder .listingItemLI .listingItem .memberInfo {
  float: right;
  width: 75%;
  padding-left: 40px;
}
.leadershipListHolder .listingItemLI .listingItem .memberInfo .name {
  font-size: 24px;
  font-weight: 600;
  color: #454646;
  margin-bottom: 10px;
}
.leadershipListHolder .listingItemLI .listingItem .memberInfo .post {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 23px;
  color: #0069a6;
  margin-bottom: 30px;
}
.leadershipListHolder .listingItemLI .listingItem .memberInfo .description .email {
  padding-top: 10px;
  color: #0069a6;
  font-weight: 600;
  display: none;
}
.leadershipListHolder .hiddenPopup {
  display: none;
  padding: 30px;
  width: 1120px;
  position: fixed;
  z-index: 9;
  top: 30%;
  left: 50%;
  background: white;
  -moz-transform: translate(-50%, -30%);
  -webkit-transform: translate(-50%, -30%);
  -o-transform: translate(-50%, -30%);
  -ms-transform: translate(-50%, -30%);
  transform: translate(-50%, -30%);
}
.leadershipListHolder .hiddenPopup .closePopUp {
  background: url(../images/close-blue.svg);
  display: block;
  width: 30px;
  height: 30px;
  top: 30px;
  right: 30px;
  position: absolute;
  z-index: 9;
}
.leadershipListHolder .hiddenPopup img {
  float: left;
  margin-right: 33px;
  width: 100%;
  max-height: 430px;
}
.leadershipListHolder .hiddenPopup .name {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 38px;
  padding-top: 33px;
  color: #454646;
}
.leadershipListHolder .hiddenPopup .post {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 23px;
  color: #0069a6;
  margin-bottom: 18px;
}
.leadershipListHolder .hiddenPopup .description {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 23px;
  color: #000;
}
.leadershipListHolder .hiddenPopup .description a {
  color: #9ec33a;
}
.leadershipListHolder .hiddenPopup .description a:hover {
  opacity: 0.5;
}
.leadershipListHolder .hiddenPopup .col-md-8 {
  max-height: 430px;
  overflow: auto;
}
.leadershipListHolder .hiddenPopup .col-md-8::-webkit-scrollbar-track {
  border-radius: 20px;
  background-color: #F5F5F5;
}
.leadershipListHolder .hiddenPopup .col-md-8::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}
.leadershipListHolder .hiddenPopup .col-md-8::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.1);
}
.charts #chart g > g + g > rect {
  fill: #9ec33a !important;
}
.charts #Categorychart g > g + g > rect {
  fill: #0263A1 !important;
}
.charts #Typechart g > g + g > rect {
  fill: #0ba8e0 !important;
}
.charts #Causechart g > g + g > rect {
  fill: #0263A1 !important;
}
.charts #ModeActivechart g > g + g > rect {
  fill: #0ba8e0 !important;
}
.charts text {
  padding-right: 10px;
}

.lowerHeader .mainMenu > ul > li > a {
  font-size: 16px;
}
.lowerHeader .mainMenu > ul > li:last-child a {
  padding-right: 0;
}

.Homepage .blockInfo,
.themesInfo {
  font-size: 19px;
  line-height: 24px;
}

.reportItem .map_card {
  padding-top: 0;
}
.reportItem .card_title {
  margin-bottom: 10px;
}
.reportItem .card_more a {
  font-weight: bold;
  color: #0069a6;
  transition: all 0.3s ease-in-out;
}
.reportItem .card_more a:hover {
  opacity: 0.5;
}

.hiddenPub {
  display: none;
  width: 100%;
  position: fixed;
  top: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  left: 0;
}
.hiddenPub .content {
  background-color: white;
  padding: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: 80vw;
  height: auto;
  max-height: 80vh;
  overflow: auto;
}

.printbtn {
  font-size: 0;
  background-image: url(../images/printer.png);
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}

.testimonials {
  background-color: #F5F5F5;
  padding: 55px 0;
}
.testimonials .testimonialsSlider {
  background-color: #FFFFFF;
  padding: 60px 65px;
}
.testimonials .testimonialsSlider .title {
  color: #484847;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 37px;
  margin-bottom: 44px;
  text-transform: uppercase;
}
.testimonials .testimonialsSlider .pageIntro {
  color: #40403F;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 60px;
}
.testimonials .testimonialsSlider .pageIntro a {
  color: #066ca8;
}
.testimonials .testimonialsSlider .testimonialItem {
  padding: 0 30px;
  margin-bottom: 50px;
}
.testimonials .testimonialsSlider .testimonialItem .img {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
.testimonials .testimonialsSlider .testimonialItem .img img {
  display: block;
}
.testimonials .testimonialsSlider .testimonialItem .img::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% - 50px);
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 50px;
  border-top: 50px solid #E0E4E8;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 0px solid transparent;
}
.testimonials .testimonialsSlider .testimonialItem .content {
  line-height: 22px;
}
.testimonials .testimonialsSlider .owl-dots {
  text-align: center;
}
.testimonials .testimonialsSlider .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
  background-color: #F3F3F3;
  border: none;
}
.testimonials .testimonialsSlider .owl-dots .owl-dot.active {
  background-color: #D8D8D8;
}

.gm-style .gm-style-iw-c {
  padding: 10px !important;
}
.gm-style .gm-style-iw-c .gm-style-iw-d {
  padding: 0 !important;
}
.gm-style .gm-style-iw-c .gm-style-iw-d .MarkerInfo {
  font-family: "Montserrat", "Droid", sans-serif;
}
.gm-style .gm-style-iw-c .gm-style-iw-d .MarkerInfo strong a {
  color: #484847 !important;
  display: block;
  margin-bottom: 0px;
  transition: all 0.3s ease-in-out;
}
.gm-style .gm-style-iw-c .gm-style-iw-d .MarkerInfo strong a:hover {
  opacity: 0.5;
}

.mapdet {
  padding-top: 50px;
}
.mapdet .infoItem {
  margin-bottom: 10px;
}
.mapdet a {
  color: #096ea9;
  transition: all 0.3s ease-in-out;
}
.mapdet a:hover {
  opacity: 0.5;
}
.mapdet .bodyTitle {
  font-size: 20px;
  font-weight: bold;
}

.charts-holder {
  margin-bottom: 60px;
}
.charts-holder .container {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px;
}
.charts-holder .chart-summary {
  margin-bottom: 20px;
}
.charts-holder .filter-holder {
  display: inline-block;
  margin-right: 20px;
}
.charts-holder .filter-holder .dk-selected {
  font-size: 12px;
  padding: 2px 7px !important;
}
.charts-holder .filter-holder .dk-selected::after {
  width: 30px;
}
.charts-holder .btn-holder {
  border: none;
  width: 159px;
  height: 32px;
  background-color: #0ba8e0;
  color: white;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  margin-top: 2px;
}
.charts-holder .btn-holder a {
  color: white;
  line-height: 32px;
}

#ZoneContent_3 .charts-holder {
  margin-bottom: 0px;
}
#ZoneContent_3 .charts-holder .container {
  border-bottom: none;
  padding-bottom: 0;
}

.infographics {
  background-color: #f5f5f5;
  padding: 73px;
}
.infographics .container {
  background-color: #FFFFFF;
  padding: 60px 65px;
}
.infographics .container:not(.infographics .container:last-child) {
  margin-bottom: 40px;
}
.infographics .container.rtl {
  direction: rtl;
  text-align: right;
}
.infographics .container.rtl .pageTitle {
  direction: rtl;
  text-align: right;
}
.infographics .container.rtl .pageIntro {
  padding-left: 20px;
  padding-right: 0;
}
.infographics .container .pageTitle {
  text-transform: none;
  margin-bottom: 20px;
  max-width: 78%;
}
.infographics .container .pageIntro {
  font-size: 19px;
  padding-right: 20px;
  margin-bottom: 30px;
}
.infographics .container .pageIntro a {
  color: #0163A1;
  transition: all 0.3s ease-in-out;
}
.infographics .container .pageIntro a:hover {
  opacity: 0.5;
}
.infographics .container img {
  display: block;
  width: 100%;
  max-width: 90%;
}

.reviewPage {
  background-color: #F5F5F5;
  padding: 40px 0;
}
.reviewPage .container h3 {
  color: #484847;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 37px;
  margin-bottom: 50px;
}
.reviewPage .container p {
  color: #40403F;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 19px;
}
.reviewPage .container img {
  display: block;
  margin-bottom: 60px;
  width: 100%;
}
.reviewPage .container .issue .image {
  margin-bottom: 20px;
}
.reviewPage .container .issue .image a {
  display: block;
}
.reviewPage .container .issue .image a img {
  display: block;
}
.reviewPage .container .issue .name {
  margin-bottom: 22px;
}
.reviewPage .container .issue .name a {
  color: #484847;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
}
.reviewPage .container .issue .link a {
  display: inline-block;
  color: #484847;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 19px;
  text-decoration: underline;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.reviewPage .container .issue .link a:hover {
  opacity: 0.5;
}
.reviewPage .container .listingSolutions .solution .content {
  padding: 45px 20px;
  background-color: white;
  border-top: 8px solid #0163A1;
  text-align: center;
}
.reviewPage .container .listingSolutions .solution .image {
  border: 1px solid #333F48;
  border-radius: 50%;
  width: 116px;
  height: 116px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 35px;
}
.reviewPage .container .listingSolutions .solution .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 55px;
  height: 55px;
}
.reviewPage .container .listingSolutions .solution .name {
  color: #484847;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  margin-bottom: 24px;
}
.reviewPage .container .listingSolutions .solution p {
  color: #484847;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px;
}
.reviewPage .container .listingSolutions .solution p a {
  color: inherit;
}
.reviewPage .container .listingSolutions .solution .link a {
  color: #484847;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 19px;
  text-transform: uppercase;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.reviewPage .container .listingSolutions .solution .link a:hover {
  opacity: 0.5;
}
.reviewPage .right a {
  display: block;
  width: 100%;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 19px;
  text-align: center;
  background: #0163A1;
  padding: 10px;
  text-transform: capitalize;
  border: 1px solid #0163A1;
  transition: all 0.3s ease-in-out;
}
.reviewPage .right a:hover {
  background-color: white;
  color: #0163A1;
}
.reviewPage .empty {
  position: relative;
}
.reviewPage .empty::after {
  content: "";
  display: block;
  right: 40px;
  width: 1px;
  height: 100%;
  background-color: #B3B2B2;
  position: absolute;
  top: 0;
}
.reviewPage .memsListing .item {
  text-align: center;
  margin-bottom: 40px;
}
.reviewPage .memsListing .item .img {
  width: 134px;
  height: 134px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 12px;
}
.reviewPage .memsListing .item .img img {
  width: 100%;
  display: block;
}
.reviewPage .memsListing .item .name {
  color: #40403F;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
  font-weight: 700;
}
.reviewPage .memsListing .item .pos {
  color: #40403F;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
}
.reviewPage.white {
  background-color: white;
}
.reviewPage.tabs .title {
  font-weight: bold;
  text-transform: uppercase;
  color: #484847;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 37px;
}
.reviewPage.tabs .subtitle {
  color: #484847;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 55px;
  display: none;
}
.reviewPage .listingissues .owl-nav {
  position: absolute;
  top: -78px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.reviewPage .listingissues .owl-nav .owl-next,
.reviewPage .listingissues .owl-nav .owl-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  transform: none;
  font-size: 0;
  background-image: url(../images/arrow-left.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.reviewPage .listingissues .owl-nav .owl-next.disabled,
.reviewPage .listingissues .owl-nav .owl-prev.disabled {
  display: block;
  opacity: 0.2;
  pointer-events: none;
}
.reviewPage .listingissues .owl-nav .owl-prev {
  margin-right: 20px;
}
.reviewPage .listingissues .owl-nav .owl-prev:hover {
  opacity: 0.5;
}
.reviewPage .listingissues .owl-nav .owl-next {
  background-image: url(../images/arrow-right.png);
}

.tabsContent .title {
  margin-bottom: 30px;
  color: #484847;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
}
.tabsContent .tab .links {
  margin-bottom: 86px;
}
.tabsContent .tab .links a {
  display: inline-block;
  color: #0163A1;
  border: 1px solid #0163A1;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 19px;
  transition: all 0.3s ease-in-out;
  padding: 24px 30px;
  text-transform: uppercase;
}
.tabsContent .tab .links a:hover {
  background-color: #0163A1;
  color: white;
  opacity: 1;
}
.tabsContent .tab .links a {
  margin-right: 28px;
}

.chart-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.articleTop .col-md-9 {
  padding-top: 30px;
}
.articleTop .col-md-9 .infoItem {
  margin-bottom: 10px;
}
.articleTop .col-md-9 .infoItem:last-child {
  margin-bottom: 0;
}

.bodyContentMainParent {
  margin-bottom: 40px;
}

.bodyContentMainParent.tab {
  margin-bottom: 0;
  max-width: 100%;
}
.bodyContentMainParent.tab .pageSub {
  padding-top: 0;
}

.file-listing {
  padding-top: 20px;
}
.file-listing li {
  position: relative;
  padding-left: 20px;
}
.file-listing li::after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #0163A1;
  border-radius: 50%;
}
.file-listing li a {
  color: #0163A1;
  transition: all 0.3s ease-in-out;
}
.file-listing li a:hover {
  opacity: 0.5;
}

.infographic-title {
  margin-bottom: 20px;
  font-weight: 600;
}

.infographic-image {
  margin-bottom: 30px;
}

.audioplayer {
  display: flex;
  align-items: center;
}

.eventsummary p[dir=rtl] {
  display: none;
}

.pdfListingDetails a {
  display: block;
  padding: 10px 30px;
  position: relative;
}
.pdfListingDetails a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url(../images/pdf.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.type2 {
  padding: 16px 12px !important;
  color: white !important;
  width: 100% !important;
}

.artTypes2 {
  border: none !important;
  text-align: center !important;
  padding-top: 12px !important;
}

.block-with-seperator {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.block-with-seperator p {
  margin-bottom: 0px;
}
.block-with-seperator strong {
  margin-bottom: 30px;
  display: block;
}

.article .container {
  border-bottom: solid 1px #f1f1f1;
}

.pageIntro p span {
  font-family: "Montserrat" !important;
  font-size: 16px !important;
}

.leadershipListHolder .listingItemLI .listingItem .listingImage {
  margin-right: 40px;
}

.themesTxt {
  width: 100%;
  bottom: 10px;
  top: auto;
}

.Results {
  padding-top: 50px;
}

.social-share-holder {
  padding-top: 20px;
  display: flex;
  align-items: center;
}
.social-share-holder .sideIcon {
  display: inline-block;
  margin-right: 15px;
}
.social-share-holder .sideIcon a {
  display: block;
  width: 20px;
}
.social-share-holder .sideIcon a img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.social-share-holder .sideIcon:last-child {
  margin: 0;
}

.paginationContainer {
  display: block;
  text-align: center;
  padding-top: 50px;
  margin-bottom: 50px;
}
.paginationContainer a {
  display: inline-block;
  color: #75797c;
  font-weight: bold;
  font-size: 14px;
  padding: 5px;
  border-radius: 5px;
  width: 30px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin: 0;
  /*display: none;*/
}
.paginationContainer a:hover {
  border: 1px solid #b0b0b0;
}
.paginationContainer a.current {
  background-color: #036ba7;
  color: white;
}
.paginationContainer a.Previous {
  width: auto;
  border: 1px solid #b0b0b0;
  margin-left: 30px;
  vertical-align: baseline;
  padding: 10px;
}
.paginationContainer a.Previous:hover {
  opacity: 0.5;
}
.paginationContainer a.Previous::before {
  content: "";
  display: inline-block;
  background-image: url(../images/paginationarrowprev.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 10px;
  vertical-align: baseline;
  margin-left: 10px;
}
.paginationContainer a.next {
  width: auto;
  border: 1px solid #b0b0b0;
  margin-right: 30px;
  vertical-align: baseline;
  padding: 10px;
}
.paginationContainer a.next:hover {
  opacity: 0.5;
}
.paginationContainer a.next::after {
  content: "";
  display: inline-block;
  background-image: url(../images/paginationarrownext.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 10px;
  vertical-align: baseline;
  margin-right: 10px;
}
.paginationContainer a.first, .paginationContainer a.last, .paginationContainer a.left, .paginationContainer a.right, .paginationContainer a.current, .paginationContainer a.displayed-pages {
  display: inline-block;
}

.themeMain .col-md-4:nth-child(3n+1) {
  clear: both;
}

.themeMain .aboveTheme .listingItemLI .card_text .card_about .theme {
  max-height: 26px;
}

.social-share-holder {
  margin-bottom: 20px;
  padding-top: 0;
}

#listingContainer_999000033 {
  display: flex;
  flex-wrap: wrap;
}
#listingContainer_999000033 iframe {
  width: 100%;
  height: 514px;
}
#listingContainer_999000033 .listingItemLI {
  flex: 0 0 33.33333333%;
}
#listingContainer_999000033 .listingItemLI.highlightedInTheme {
  flex: 0 0 66.666666666%;
}
#listingContainer_999000033 .listingItemLI.video-frame {
  flex: 0 0 100%;
}

.iCWJxf {
  background-color: #0069a6 !important;
}
.iCWJxf:hover {
  background-color: #0ba8e0 !important;
}

.tl-slidenav-previous {
  margin-left: 100px;
}

.tl-slidenav-next {
  right: 150px;
}

.themeMain .aboveTheme .listingItemLI .listingItem .card_details {
  padding-top: 15px;
}

.themeMain .aboveTheme .listingItemLI .card_pic {
  background-color: white;
}

.article .container {
  border-bottom: none;
}

.databaseContent .searchResults .body .dbpagination .collectivePage.Previous,
.databaseContent .searchResults .body .dbpagination .collectivePage.next {
  border: 1px solid white;
  padding: 10px;
  margin: 0;
  height: 30px;
  line-height: 9.5px;
}
.databaseContent .searchResults .body .dbpagination .collectivePage.Previous:hover,
.databaseContent .searchResults .body .dbpagination .collectivePage.next:hover {
  border: 1px solid #b0b0b0;
  opacity: 1;
}
.databaseContent .searchResults .body .dbpagination .collectivePage.Previous::after,
.databaseContent .searchResults .body .dbpagination .collectivePage.next::after {
  display: none;
}
.databaseContent .searchResults .body .dbpagination .collectivePage.Previous::before,
.databaseContent .searchResults .body .dbpagination .collectivePage.next::before {
  display: none;
}

.databaseContent .searchResults .body .dbpagination .collectivePage {
  display: none;
}
.databaseContent .searchResults .body .dbpagination .collectivePage.current, .databaseContent .searchResults .body .dbpagination .collectivePage.displayed-pages, .databaseContent .searchResults .body .dbpagination .collectivePage.next, .databaseContent .searchResults .body .dbpagination .collectivePage.last, .databaseContent .searchResults .body .dbpagination .collectivePage.first, .databaseContent .searchResults .body .dbpagination .collectivePage.Previous {
  display: inline-block;
}

.pageSub p a {
  word-wrap: break-word;
}

.pageSub strong,
.pageSub b {
  font-weight: 700;
}
.pageSub em,
.pageSub i {
  font-style: italic;
}

.surveySec .surveyPersonalInfo .row,
.surveySec .surveyFields .row {
  padding: 0 15px;
}
.surveySec .surveyPersonalInfo {
  margin-bottom: 30px;
}
.surveySec .surveyFields .inputEntity {
  margin-bottom: 30px;
}
.surveySec .surveyFields .inputEntity > label {
  font-weight: 700;
}
.surveySec .surveyFields .inputEntity .MvcDynamicOrientableList input {
  position: absolute;
  width: 20px;
  opacity: 0;
  visibility: hidden;
}
.surveySec .surveyFields .inputEntity .MvcDynamicOrientableList input:checked ~ label::before {
  border: 1px solid #0ba8e0;
}
.surveySec .surveyFields .inputEntity .MvcDynamicOrientableList input:checked ~ label::after {
  opacity: 1;
}
.surveySec .surveyFields .inputEntity .MvcDynamicOrientableList input:checked ~ label:hover::before {
  background-color: transparent;
}
.surveySec .surveyFields .inputEntity .MvcDynamicOrientableList label {
  padding-left: 30px;
  position: relative;
  cursor: pointer;
}
.surveySec .surveyFields .inputEntity .MvcDynamicOrientableList label:hover::before {
  background-color: #dddddd;
}
.surveySec .surveyFields .inputEntity .MvcDynamicOrientableList label::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #dddddd;
  transition: all 0.3s ease-in-out;
}
.surveySec .surveyFields .inputEntity .MvcDynamicOrientableList label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0ba8e0;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.surveySec .surveyFields .inputEntity textarea {
  margin-top: 10px;
  display: block;
  width: 100%;
  color: black;
  padding: 7px !important;
  border: 1px solid #d7d7d7 !important;
  display: block;
  width: 100%;
  margin-bottom: 15px;
  font-family: inherit;
  height: 200px;
}
.surveySec .surveyFields input[type=submit] {
  border: none;
  width: 179px;
  height: 40px;
  background-color: #0ba8e0;
  border: 1px solid #0ba8e0 !important;
  color: white;
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.surveySec .surveyFields input[type=submit]:hover {
  background-color: white;
  color: #0ba8e0;
}
.surveySec .personalInfo {
  margin-bottom: 30px;
}
.surveySec label {
  font-size: 18px;
  color: rgb(72, 72, 71);
  line-height: 26px;
  text-align: left;
}
.surveySec input {
  color: black;
  padding: 7px !important;
  border: 1px solid #d7d7d7 !important;
  display: block;
  width: 100%;
  margin-bottom: 15px;
  font-family: inherit;
}

.sideTitle {
  text-transform: uppercase;
  font-weight: bold;
}

.sideSection .sideTxt {
  overflow-wrap: break-word;
  margin-bottom: 20px;
}
.sideSection .sideIcon {
  float: left;
}
.sideSection .sideIcon a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  margin-inline-end: 20px;
}
.sideSection .sideIcon a img {
  max-width: 30px;
}

.charts-holder .d-block {
  display: block;
}