body {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

.mainBanner {
  height: 100vh;
  position: relative;
}
.mainBanner .owlslider,
.mainBanner .owl-carousel,
.mainBanner .owl-stage-outer,
.mainBanner .owl-stage {
  height: 100vh;
}
.mainBanner .fullBg {
  background-size: cover;
  background-position: left bottom;
  height: 100vh;
}
.mainBanner .fullBg::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(34, 47, 68, 0) 0%, #222f44 100%);
  background-color: #222f44;
  top: 0;
  left: 0;
  opacity: 0.5;
}
.mainBanner .sliderContent {
  display: flex;
  height: 50vh;
  justify-content: flex-end;
  flex-direction: column;
  margin-bottom: 100px;
  font-size: 50px;
  font-weight: 400;
}
.mainBanner .sliderContent p {
  color: #f0a000;
  display: block;
  font-weight: 700;
  font-size: 50px;
}
.mainBanner h2 {
  font-size: 50px;
  color: #fff;
  letter-spacing: 0;
  line-height: 50px;
  z-index: 2;
  font-weight: 400;
  position: relative;
}
.mainBanner .owl-dots {
  position: absolute;
  bottom: 200px;
  width: 100%;
  text-align: center;
}
.mainBanner .owl-dots .owl-dot {
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: white;
}
.mainBanner .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.mainBanner .owl-dots .owl-dot.active {
  background-color: #f0a000;
  width: 30px;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 20px 0;
  z-index: 6;
}
header.episodeDetails {
  position: static !important;
}
header h1 {
  display: flex;
  gap: 10px;
}
header.fixed {
  background-color: #005071;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  padding: 15px 0;
}
header.fixed img {
  transform: scale(0.9);
}
header.fixed .mainMenu > ul > li.hasSubmenu {
  background-image: url(/images/dropdown-arrow_white.svg);
  background-position: right center;
  background-size: 10px;
  background-repeat: no-repeat;
  padding-right: 20px;
}
header.fixed .mainMenu > ul > li > a {
  color: #fff;
}
header.fixed h1 a {
  background-position: top right;
  display: block;
  background-repeat: no-repeat;
}
header.fixed h1 a img {
  opacity: 1;
}
header.home .mainMenu > ul > li.hasSubmenu {
  background-image: url(/images/dropdown-arrow_white.svg);
  background-position: right center;
  background-size: 10px;
  background-repeat: no-repeat;
  padding-right: 20px;
}
header.black {
  color: #222f44;
  height: 138px;
  position: relative;
}
header.black .mainMenu {
  position: relative;
}
header.black .mainMenu li a {
  color: #222f44;
}
header.black.fixed {
  position: fixed;
}
header.black.fixed .search .searchBtn {
  background-image: url(../images/search-white.svg);
}
header .container {
  margin: 0 auto;
  position: relative;
}
header .mainMenu li {
  display: inline-block;
  margin-right: 20px;
}
header .mainMenu li a {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 18px;
  text-align: right;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  text-transform: uppercase;
  line-height: 90px;
  position: relative;
  padding-bottom: 10px;
}
header .mainMenu li a:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background-color: #f0a000;
  height: 2px;
  width: 0;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
header .mainMenu li a:hover:after, header .mainMenu li a.active:after {
  width: 100%;
}
header .mainMenu li.hasSubmenu {
  background-image: url(/images/dropdown-arrow_black.svg);
  background-position: right center;
  background-size: 10px;
  background-repeat: no-repeat;
  padding-right: 20px;
  position: relative;
}
header .mainMenu li.hasSubmenu:hover .ddsecondLevel {
  display: block;
}
header .mainMenu li.hasSubmenu:hover .ddsecondLevel .hasSubmenu {
  background-image: none;
}
header .mainMenu li.hasThreeLevels {
  position: static;
}
header .mainMenu li.hasThreeLevels .ddsecondLevel {
  width: 100%;
}
header .mainMenu li.hasThreeLevels .ddsecondLevel > div > ul > li.hasSubmenu {
  border: none;
}
header .floatRight h1 a {
  display: inline-block;
  vertical-align: top;
}
header .floatRight h1 a img {
  display: block;
}
header .leftmen {
  display: flex;
  align-items: center;
  position: static;
}
header .leftmen .search {
  position: relative;
  top: 0;
}

.floatRight {
  text-align: right;
}

.upcomingActivities {
  position: relative;
  z-index: 2;
}
.upcomingActivities .owl-carousel .owl-stage-outer {
  z-index: 2;
}
.upcomingActivities .container {
  width: 1400px;
}
.upcomingActivities .container .owl-carousel {
  padding: 0 100px;
}
.upcomingActivities h6 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-left: 100px;
}
.upcomingActivities .item {
  background-color: #ffffff;
  height: 130px;
}
.upcomingActivities .item .listingPrice {
  color: #222f44;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 19px;
  text-align: center;
  padding: 0 20px;
  margin-right: 0;
}
.upcomingActivities .item .listingPrice .priceTag {
  color: #f0a000;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 43px;
  text-align: center;
  display: block;
}
.upcomingActivities .item .listingItem.op1v7 .listingPrice {
  width: 80px;
  background-color: #f5f5f5;
  padding-top: 0;
  height: 130px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.upcomingActivities .item .listingInfos {
  padding: 20px;
  display: inline-block;
  width: 72%;
  vertical-align: top;
}
.upcomingActivities .item .listingInfos .listingDescription {
  color: #a4a4a4;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.85px;
  line-height: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.upcomingActivities .item .listingInfos .listingTitle a {
  color: #222f44;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.upcomingActivities .item .listingInfos .listingTitle a:hover {
  color: #f0a000;
}
.upcomingActivities .owl-nav {
  transform: translateY(calc(-50% + 18px));
}

.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  top: 50%;
  height: 50px;
  left: 0;
  margin-top: -20px;
  z-index: -1;
}
.owl-nav .owl-prev {
  left: 20px;
  position: absolute;
  z-index: 2;
}
.owl-nav .owl-prev.disabled {
  cursor: not-allowed;
}
.owl-nav .owl-prev.disabled span {
  background-image: url(/images/left-arrow-nav-white.svg);
}
.owl-nav .owl-prev span {
  background-image: url(/images/left-arrow-nav-white-hover.svg);
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.owl-nav .owl-prev span:hover {
  opacity: 0.5;
}
.owl-nav .owl-next {
  right: 20px;
  position: absolute;
  z-index: 2;
}
.owl-nav .owl-next .disabled {
  cursor: not-allowed;
}
.owl-nav .owl-next .disabled span {
  background-image: url(/images/right-arrow-nav-white.svg);
}
.owl-nav .owl-next span {
  background-image: url(/images/right-arrow-nav-white-hover.svg);
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.owl-nav .owl-next span:hover {
  opacity: 0.5;
}
.owl-nav button {
  width: 43px;
  height: 43px;
}
.owl-nav button span {
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  display: block;
  width: 43px;
  height: 43px;
  font-size: 0;
}

.impact {
  background-color: #19354f;
  padding: 40px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.impact .blockHead .blockTitle {
  color: #ffffff;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 43px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.impact .col-sm-3 canvas {
  margin: 0 auto 20px;
  width: 120px;
}
.impact .col-sm-3 img {
  margin: 0 auto 20px;
  width: 40px;
}
.impact .col-sm-3 .impactItem {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
}
.impact .col-sm-3 .impactItem .prefix {
  font-size: 20px;
}
.impact .col-sm-3 .impactItem .count {
  font-size: 30px;
  font-weight: bold;
}
.impact .col-sm-3 .impactItem p {
  font-size: 15px;
  font-weight: 500;
  margin-top: 8px;
  line-height: 16px;
  width: 100%;
}

.title {
  color: #222f44;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.title.white {
  color: #fff;
}

.latestProject {
  padding: 120px 0;
}
.latestProject .owl-nav {
  position: absolute;
  width: 50%;
  top: 50px;
  height: 50px;
  margin-top: 0;
  left: 50%;
  float: right;
  margin-left: 0px;
}
.latestProject .owl-nav .disabled {
  cursor: default;
}
.latestProject .owl-nav .disabled span {
  opacity: 0.5;
}
.latestProject .owl-nav .owl-next {
  right: auto;
  left: 80px;
}
.latestProject .owl-nav .owl-next span {
  border: 1px solid #4d5e7a;
  border-radius: 50%;
  background-image: url(/images/left-arrow-nav-white-noout.svg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.latestProject .owl-nav .owl-next span:hover {
  opacity: 1;
}
.latestProject .owl-nav .owl-next:hover {
  opacity: 1;
}
.latestProject .owl-nav .owl-next:hover span {
  background-color: #4d5e7a;
  background-image: url(/images/left-arrow-nav-white-noout-hover.svg);
}
.latestProject .owl-nav .owl-prev span {
  border: 1px solid #4d5e7a;
  border-radius: 50%;
  background-image: url(/images/left-arrow-nav-white-noout.svg);
}
.latestProject .owl-nav .owl-prev span:hover {
  opacity: 1;
}
.latestProject .owl-nav .owl-prev:hover {
  opacity: 1;
}
.latestProject .owl-nav .owl-prev:hover span {
  background-color: #4d5e7a;
  background-image: url(/images/left-arrow-nav-white-noout-hover.svg);
}
.latestProject .listingImage {
  position: relative;
  width: 40% !important;
}
.latestProject .listingImage a {
  padding-right: 20px;
  padding-bottom: 20px;
  display: block;
  z-index: 2;
  position: relative;
}
.latestProject .listingImage .borderedImg {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.5;
  top: 50px;
  left: 50px;
  width: calc(100% - 50px);
}
.latestProject .listingInfos {
  margin-top: 140px;
  width: 50% !important;
}
.latestProject .listingInfos .listingTitle a {
  color: #222f44;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 40px;
  margin-bottom: 20px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.latestProject .listingInfos .listingTitle a:hover {
  color: #f0a000;
}
.latestProject .listingInfos .listingDescription {
  color: #222f44;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 40px;
}

.listingLink a {
  background-image: url(/images/link-arrow.svg);
  color: #f0a000;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 16px;
  text-align: right;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 15px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.listingLink a:hover {
  opacity: 0.5;
}

.clearBtn {
  color: #f0a000 !important;
  background-color: #fff !important;
  margin-bottom: 20px;
}
.clearBtn:hover {
  color: #ffffff !important;
  background-color: #f0a000 !important;
}

.mapButtons {
  display: flex;
  justify-content: space-between;
}
.mapButtons button {
  width: 49% !important;
  min-width: 49%;
}

.blueBg {
  padding: 120px 0;
  background-color: #05425c;
}

.latestUpdates .listingImage {
  margin-bottom: 20px;
}
.latestUpdates .listingDate {
  color: #64b8c7;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 15px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.latestUpdates .listingTitle a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 28px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.latestUpdates .listingTitle a:hover {
  color: #f0a000;
}

.blockHead .blockTitle {
  display: inline-block;
  color: #222f44;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 43px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.blockHead .sideLinks {
  margin-top: 20px;
  float: right;
}
.blockHead .sideLinks a {
  background-image: url(../images/link-arrow.svg);
  color: #f0a000;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 16px;
  text-align: right;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 15px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.inputEntity .customSelect {
  font-weight: 500;
  min-width: 220px;
  border: 1px solid #ececec;
  border-radius: 35px;
  height: 40px;
  text-align: left;
  padding: 0 20px;
}

.dk-selected {
  line-height: 40px;
}
.dk-selected:before {
  top: 50%;
  border: none;
  border-width: 0.25em 0.25em 0;
  border-top-color: #cccccc;
  margin: -0.125em 0.5em 0 0;
  background-image: url(/images/dropdown-arrow.svg);
  width: 14px;
  height: 8px;
  right: -6px;
  margin-top: -4px;
}

.dk-select-open-down .dk-selected:before {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dk-selected:after {
  display: none;
}

.technologyListing .technoItem .listingImage img {
  width: 120px;
  width: auto;
  height: 80px;
}

.dk-select-open-up .dk-select-options,
.dk-select-open-down .dk-select-options,
.dk-select-multi:focus .dk-select-options {
  border-color: #f0a000;
}

.dk-option {
  padding: 5px;
}

.dk-select-options .dk-option-highlight {
  background-color: #f0a000;
}

.mrgb120 {
  margin-bottom: 120px;
}

.latestOpportunities {
  padding: 0;
  position: relative;
}
.latestOpportunities:before {
  background-image: url(/images/Opportunities-ImageBackground.jpg?w=2080);
  background-attachment: fixed;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.latestOpportunities:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-color: #222f44;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}
.latestOpportunities .listingInfos {
  background-color: #fff;
  padding: 20px 30px 40px;
  position: relative;
}
.latestOpportunities .container {
  padding-top: 150px;
  z-index: 2;
  position: relative;
}
.latestOpportunities .listingDate {
  color: #64b8c7;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 15px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.latestOpportunities .listingTitle {
  margin-bottom: 20px;
}
.latestOpportunities .listingTitle a {
  color: #222f44;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 28px;
}
.latestOpportunities .listingDescription {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 26px;
}
.latestOpportunities .listingDescription a {
  color: #f0a000;
}
.latestOpportunities .listingDescription a:hover {
  opacity: 0.5;
}
.latestOpportunities .type {
  background-color: #005071;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 5px 30px;
  text-transform: uppercase;
  font-weight: 600;
}
.latestOpportunities .type.Technical {
  background-color: #005071;
}
.latestOpportunities .type.procurement, .latestOpportunities .type.callforapplicants, .latestOpportunities .type.Studies {
  background-color: #f0a000;
}
.latestOpportunities .type.Resource {
  background-color: #5f994d;
}
.latestOpportunities .type.Exchanges {
  background-color: #15759c;
}
.latestOpportunities .type a {
  color: inherit;
}
.latestOpportunities .owl-nav .owl-prev {
  left: -70px;
}
.latestOpportunities .owl-nav .owl-prev span {
  background-image: url(/images/left-arrow-nav-white-hover.svg);
}
.latestOpportunities .owl-nav .owl-next {
  right: -70px;
}
.latestOpportunities .owl-nav .owl-next span {
  background-image: url(/images/right-arrow-nav-white-hover.svg);
}
.latestOpportunities .listingItemLI:nth-child(3n+1) {
  clear: both;
}

.whatNews .listingItemLI {
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.whatNews .listingImage {
  margin-bottom: 0px;
}
.whatNews .listingImage a {
  display: block;
}
.whatNews .listingImage a img {
  display: block;
}
.whatNews .listingTitle a {
  color: #222f44;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 34px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  background-color: #005071;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 0px 30px;
}
.whatNews .listingTitle a:hover {
  color: #f0a000;
}
.whatNews .listingItem {
  position: relative;
}

.listingItem.video {
  position: relative;
}
.listingItem.video .listingImage {
  position: relative;
  min-height: 320px;
}
.listingItem.video .listingImage a {
  display: block;
  height: 100%;
}
.listingItem.video .listingImage a iframe {
  height: 100%;
  min-height: 320px;
  pointer-events: none;
}
.listingItem.video .listingImage::before {
  position: absolute;
  content: "";
  background-image: url(/images/video-play-button.svg);
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  z-index: 2;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
}

.onFocus {
  padding: 120px 0;
  background: linear-gradient(180deg, #005071 0%, #013f59 100%);
  position: relative;
  min-height: 650px;
}
.onFocus .container {
  position: relative;
  z-index: 2;
}
.onFocus::before {
  background-image: url(/images/background-overlay-video-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.onFocus .listingItem {
  position: relative;
  z-index: 2;
}
.onFocus .listingItem .listingImage {
  overflow: hidden;
  position: relative;
}
.onFocus .listingItem .listingImage a img {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
.onFocus .listingItem .listingImage:before {
  transition: all 0.3s ease-in-out;
}
.onFocus .listingItem .listingImage:hover::before {
  width: 100px !important;
  height: 100px !important;
}
.onFocus .listingItem .listingInfos {
  min-height: 330px;
  padding-left: 20px;
}
.onFocus .listingItem .listingTitle {
  width: 500px;
  margin: 50px 0;
}
.onFocus .listingItem .listingTitle a {
  color: #ffffff;
  font-size: 45px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 55px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.onFocus .listingItem .listingTitle a:hover {
  color: #f0a000;
}
.onFocus .listingItem .listingLink a {
  background-image: none;
  color: #fff;
}
.onFocus .listingItem.video .listingImage {
  position: relative;
}
.onFocus .listingItem.video .listingImage::before {
  position: absolute;
  content: "";
  background-image: url(/images/video-play-button.svg);
  top: 50%;
  left: 50%;
  width: 74px;
  height: 74px;
  z-index: 2;
}

.joinCampaign {
  padding: 100px 0;
  text-align: center;
  position: relative;
}
.joinCampaign::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-color: #222f44;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}
.joinCampaign .container {
  position: relative;
  z-index: 2;
}

.normalBtn {
  min-width: 309px;
  border-radius: 35px;
  background-color: #f0a000;
  border: 1px solid #f0a000;
  text-align: center;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  font-weight: 600;
}
.normalBtn:hover {
  color: #f0a000;
  background-color: #fff;
}

footer {
  background-color: #005071;
  padding: 80px 0 40px;
}
footer .description {
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 25px;
  margin-bottom: 20px;
  width: 320px;
}
footer .socialMedia {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
footer .socialMedia h5 {
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
  text-align: center;
  margin-right: 20px;
  text-transform: capitalize;
}
footer .socialMedia ul {
  display: inline-block;
}
footer .socialMedia ul li {
  display: inline-block;
  margin-right: 10px;
}
footer .socialMedia ul li a {
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
footer .socialMedia ul li a:hover {
  opacity: 0.5;
}
footer .socialLinks img {
  max-width: 17px;
}
footer .socialLinks a {
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
footer .socialLinks a:hover {
  opacity: 0.5 !important;
}
footer .newsLetterContainer h5 {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 19px;
  margin-bottom: 15px;
}
footer .newsLetterContainer .newsletterSearch {
  position: relative;
}
footer .newsLetterContainer .newsletterSearch .errorMessage {
  position: absolute;
  color: #fff;
  font-size: 12px;
  right: 0;
  bottom: -20px;
}
footer .newsLetterContainer .newsletterSearch input[type=text] {
  height: 50px;
  border: 1px solid #ececec;
  border-radius: 35px;
  background-color: #ffffff;
  width: 100%;
  padding: 0 30px;
  color: #005071;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 18px;
}
footer .newsLetterContainer .newsletterSearch input[type=text]::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}
footer .newsLetterContainer .newsletterSearch input[type=text]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}
footer .newsLetterContainer .newsletterSearch input[type=text]::placeholder {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}
footer .newsLetterContainer .newsletterSearch a {
  display: block;
  position: absolute;
  width: 50px;
  text-align: center;
  top: 1px;
  bottom: 1px;
  right: 1px;
  font-size: 0;
  background-image: url(/images/link-arrow.svg);
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: pointer;
}
footer .newsLetterContainer .simpleListTitle {
  border-bottom: none;
  padding-bottom: 0;
}
footer .simpleListTitle {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
footer .simpleListTitle a {
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 19px !important;
  margin-bottom: 0 !important;
}
footer .simpleList a {
  color: #d1f2ff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 18px;
  margin-bottom: 15px;
  display: block;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
footer .simpleList a:hover {
  color: #f0a000;
}
footer .col-sm-2 .simpleListTitle {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
footer .col-sm-2 .simpleListTitle a {
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
footer .col-sm-2 .simpleListTitle a:hover {
  color: #f0a000;
}
footer .footerBottom {
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 70px;
  font-size: 12px;
  color: #ffffff;
  display: flex;
  align-items: center;
}
footer .footerBottom .col-sm-6 {
  width: 75%;
}
footer .footerBottom a {
  color: #ffffff;
  opacity: 0.5;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  margin-right: 10px;
}
footer .footerBottom a:last-child {
  margin-right: 0;
}
footer .footerBottom a:hover {
  color: #f0a000;
  opacity: 1;
}
footer .rightAlign a {
  opacity: 0.6;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
footer .rightAlign a:hover {
  color: #f0a000;
  opacity: 1;
}

.upcomingActivitiesPopup {
  max-width: 900px;
  color: #4d5e7a;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 28px;
}
.upcomingActivitiesPopup .date {
  color: #64b8c7;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
}
.upcomingActivitiesPopup h3 {
  color: #222f44;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 40px;
  margin-bottom: 20px;
}
.upcomingActivitiesPopup .type {
  margin-bottom: 20px;
  color: #005071;
  font-size: 12px;
  letter-spacing: 0.92px;
  line-height: 12px;
  text-transform: uppercase;
}
.upcomingActivitiesPopup .normalBtn {
  min-width: 200px;
  margin-bottom: 30px;
  font-size: 13px;
}

.smallBanner {
  padding: 45px 0;
  background-image: url(/images/smallBannerPattern.png);
  background-position: left center;
  position: relative;
  margin-bottom: 80px;
  min-height: 230px;
  display: flex;
  align-items: center;
  background-size: cover;
}
.smallBanner.projectBanner {
  background-image: url(../images/eventBackground.jpg) !important;
  padding: auto 0 80px;
  display: block;
  min-height: 480px;
  margin-bottom: 0;
  background-position: bottom right;
  background-size: cover;
}
.smallBanner.projectBanner + .grayBg {
  padding-top: 100px;
}
.smallBanner.projectBanner + .grayBg .projectDetails {
  background-color: #fff;
  padding: 80px 40px;
}
.smallBanner.projectBanner + .grayBg .projectDetails h3 {
  margin-bottom: 10px;
}
.smallBanner.projectBanner + .grayBg .projectDetails .listingItem .listingImage,
.smallBanner.projectBanner + .grayBg .projectDetails .listingItem .listingInfos {
  margin-top: 30px;
}
.smallBanner.projectBanner h2 {
  line-height: 45px;
  margin-bottom: 35px;
}
.smallBanner.projectBanner .projectImg {
  position: relative;
  bottom: -40px;
}
.smallBanner.projectBanner .projectImg img {
  position: relative;
  right: auto;
  z-index: 2;
  width: 100%;
}
.smallBanner.projectBanner .listingDate {
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 16px;
  font-weight: 400;
}
.smallBanner.projectBanner.pod .share {
  color: white;
}
.smallBanner:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: linear-gradient(167.15deg, #005071 0%, #013f59 100%);
}
.smallBanner h2 {
  color: #ffffff;
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 55px;
  position: relative;
  z-index: 2;
}
.smallBanner .listingDate {
  margin-top: 0;
  padding-left: 45px;
  position: relative;
  margin-bottom: 50px;
}
.smallBanner .listingDate:before {
  position: absolute;
  content: "";
  background-image: url(../images/calendarIcon.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 31px;
  height: 31px;
  top: 50%;
  left: 0;
  margin-top: -15px;
}
.smallBanner .share {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}

.center {
  text-align: center;
}

.pageTitle {
  font-size: 40px;
  text-transform: initial;
  font-weight: 500;
  line-height: 60px;
  margin-bottom: 30px;
}

.title {
  text-transform: capitalize !important;
}

.grayBg {
  background-color: #f7f7fb;
  padding: 80px 0;
}

.projectListing .listingItem {
  background-color: #fff;
  padding: 30px;
  position: relative;
  margin-bottom: 35px;
}
.projectListing .listingItem .listingImage {
  float: right;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
.projectListing .listingItem .listingImage img + img {
  border-left: 1px solid rgba(34, 47, 68, 0.2);
  padding-left: 30px;
  margin-left: 30px;
}
.projectListing .listingItem .listingImage img {
  max-width: 140px;
  max-height: 75px;
}
.projectListing .listingItem .listingInfos {
  float: left;
}
.projectListing .listingItem .listingInfos .listingDate {
  color: #64b8c7;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 5px;
}
.projectListing .listingItem .listingInfos .listingTitle a {
  color: #222f44;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 40px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  margin-bottom: 30px;
  display: block;
}
.projectListing .listingItem .listingInfos .listingTitle a:hover {
  color: #f0a000;
}
.projectListing .listingItem .listingInfos .listingDescription {
  color: #4d5e7a;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 26px;
}
.projectListing .listingItem .listingInfos .listingDescription h6 {
  color: #f0a000;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 10px;
}
.projectListing .listingItem .listingInfos .listingLink {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.loadMoreBtn {
  text-align: center;
  padding: 30px 0;
}
.loadMoreBtn a {
  min-width: 150px;
  cursor: pointer;
}

.blueContainer {
  right: 0;
  background-color: #01638c;
  padding: 20px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.blueContainer .date {
  color: #ffffff;
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 29px;
}
.blueContainer .budget {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 20px;
  margin-left: 20px;
  color: #ffffff;
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 29px;
}

.projectDetails {
  background-color: #fff;
  padding: 30px;
  color: #4d5e7a;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 80px;
}
.projectDetails h3:first-child {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
.projectDetails .listingImage img + img {
  margin-left: 30px;
}
.projectDetails a {
  color: #4d5e7a;
  text-decoration: underline;
}

.centerAligned {
  margin: 0 auto;
}

.textCaps {
  text-transform: initial;
}

.textUpper {
  text-transform: uppercase;
  font-weight: 700;
}

.filterDropdown {
  margin-bottom: 40px;
  position: relative;
}
.filterDropdown .mCSB_inside > .mCSB_container {
  margin-right: 10px;
}
.filterDropdown.withSearchBtn {
  padding-right: 80px;
}
.filterDropdown .filterBtn {
  height: 40px;
  width: 40px;
  background-color: #f0a000;
  border-radius: 100%;
  background-image: url(/images/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.filterDropdown .filterBtn:hover {
  opacity: 0.7;
}
.filterDropdown label {
  color: #a4a4a4;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.85px;
  line-height: 12px;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}

.latestUpdates .listingTitle a {
  font-size: 20px !important;
  line-height: 28px !important;
}

.mrgb0 {
  margin-bottom: 0;
}

.fancybox-close-small {
  background-image: url(/images/cancel.svg);
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  right: 20px !important;
  top: 20px !important;
}
.fancybox-close-small svg {
  opacity: 0;
}

.projectNumber {
  background-color: #005071;
  text-align: center;
  color: #ffffff;
  font-size: 35px;
  letter-spacing: 0;
  line-height: 49px;
  text-align: center;
  height: 400px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 388px;
  width: 380px;
  float: right;
  margin-right: 15px;
}
.projectNumber h3 {
  color: #ffffff;
  font-size: 100px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 146px;
  text-align: center;
  display: inline-block;
}
.projectNumber .suffix {
  color: #ffffff;
  font-size: 120px;
}

.p100 {
  padding: 100px 0;
}

.p50 {
  padding: 50px 0;
}
.p50 .filterDropdown {
  margin-bottom: 0;
}

.description {
  color: #4d5e7a;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 28px;
  text-align: justify;
}
.description h6 {
  color: #222f44;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 27px;
  margin-bottom: 20px;
}
.description ul {
  margin-bottom: 50px;
}
.description ul li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}
.description ul li::before {
  position: absolute;
  content: "";
  left: 6px;
  top: 50%;
  background-image: url(/images/Check-Icon.svg);
  width: 2px;
  height: 2px;
  background-color: #222f44;
  border-radius: 100%;
}

.solarDescription .description {
  color: #4d5e7a;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 28px;
  text-align: justify;
}
.solarDescription .description ul {
  margin-bottom: 50px;
}
.solarDescription .description ul li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.solarDescription .description ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 16px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #005071;
}

.descriptionContainer .col-sm-6 {
  margin-top: 0px;
}

.technologySection .title {
  margin-bottom: 15px;
}
.technologySection .summary {
  color: #576a86;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 30px;
}
.technologySection .listingItem {
  background-color: #fff;
  padding: 15px 30px;
}
.technologySection .listingItem img {
  margin-bottom: 25px;
}
.technologySection .listingItem .listingTitle {
  margin-bottom: 20px;
}
.technologySection .listingItem .listingTitle a {
  color: #26364e;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 28px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.technologySection .listingItem .listingTitle a:hover {
  color: #f0a000;
}
.technologySection .listingItem .listingLink {
  text-align: right;
}
.technologySection .listingItem .listingInfos {
  margin-bottom: 15px;
}

.latestProjectSlider .owl-nav .owl-prev {
  left: -80px;
}
.latestProjectSlider .owl-nav .owl-prev span {
  background-image: url(/images/left-arrow-nav-white.svg);
}
.latestProjectSlider .owl-nav .owl-next span {
  background-image: url(/images/right-arrow-nav-white.svg);
}
.latestProjectSlider .owl-nav .owl-next {
  right: -80px;
}
.latestProjectSlider .owl-nav .owl-next span {
  background-image: url(/images/right-arrow-nav-white.svg);
}
.latestProjectSlider .owl-nav {
  margin-top: -120px;
}

.relatedPublication::before, .relatedPublication:after {
  display: none;
}
.relatedPublication .container {
  padding-top: 0;
}
.relatedPublication .listingImage .type {
  position: absolute;
  top: 30px;
  left: 30px;
  background-color: transparent;
  padding: 0;
  bottom: auto;
  width: auto;
  max-width: calc(100% - 60px);
  border-radius: 14px;
  background-color: #15759c;
  color: #fff;
  font-size: 13px;
  text-align: center;
  padding: 4px 8px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  display: block;
  margin-bottom: 10px;
}
.relatedPublication .listingImage .type a {
  border-radius: 14px;
  background-color: #15759c;
  border: 1px solid #15759c;
  color: #fff;
  font-size: 13px;
  text-align: center;
  padding: 5px 10px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.relatedPublication .listingImage .type a:last-child {
  margin-bottom: 0;
}
.relatedPublication .listingImage .type span {
  color: #fff;
  font-size: 13px;
  text-align: left;
  display: block;
  width: 100%;
}
.relatedPublication .owl-nav .owl-prev {
  left: -80px;
}
.relatedPublication .owl-nav .owl-prev span {
  background-image: url(/images/left-arrow-nav-white.svg);
}
.relatedPublication .owl-nav .owl-next span {
  background-image: url(/images/right-arrow-nav-white.svg);
}
.relatedPublication .owl-nav .owl-next {
  right: -80px;
}
.relatedPublication .owl-nav .owl-next span {
  background-image: url(/images/right-arrow-nav-white.svg);
}
.relatedPublication .owl-nav {
  margin-top: 0;
  transform: translateY(-50%);
}
.relatedPublication .listingInfos {
  min-height: 200px;
}

.discoverOther {
  margin-bottom: 100px;
}
.discoverOther .container {
  position: relative;
  max-width: 600px;
}
.discoverOther h3 {
  color: #2a3f5a;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 55px;
  text-align: center;
}
.discoverOther h3 a {
  color: #f0a000;
  position: relative;
  padding-right: 40px;
}
.discoverOther h3 a:before {
  position: absolute;
  content: "";
  right: 0;
  top: 20px;
  background-image: url(/images/dropdown-arrow.svg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.discoverOther .sourcesListing {
  display: none;
  position: absolute;
  width: 600px;
  background-color: #ffffff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  padding: 10px 0;
  z-index: 2;
}
.discoverOther .sourcesListing li {
  padding: 0 40px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.discoverOther .sourcesListing li:hover {
  background-color: #e7e7e7;
}
.discoverOther .sourcesListing li a {
  color: #222f44;
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  display: block;
  padding: 14px 10px;
}
.discoverOther .sourcesListing li a:hover {
  background-color: #e7e7e7;
}
.discoverOther .sourcesListing li:last-child a {
  border-bottom: none;
  margin-bottom: 0;
}

.sourceContainer {
  padding-top: 55px;
}
.sourceContainer .listingItem {
  margin-bottom: 80px;
}

.share {
  padding-left: 30px;
  color: #222f44;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 18px;
  position: relative;
  margin-bottom: 60px;
  display: block;
}
.share:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-image: url(/images/Share.svg);
  width: 18px;
  height: 20px;
}

.solarDescription {
  padding: 20px 0;
  background-color: #fff;
}
.solarDescription .description {
  margin-bottom: 50px;
}
.solarDescription .projectImg {
  margin-bottom: 30px;
}
.solarDescription .listingImage {
  margin-bottom: 30px;
}
.solarDescription .textTrimmed {
  margin-bottom: 20px;
}
.solarDescription a.textTrimmed {
  display: inline-block;
  color: inherit;
}

.projectInfo {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 20px;
  color: #222f44;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 22px;
}
.projectInfo h6 {
  color: #005071;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 20px;
}
.projectInfo h6 span {
  font-size: 45px;
  font-weight: 600;
}

.mrgb100 {
  margin-bottom: 100px;
}

.fixedAlignment .title {
  padding: 0 15px;
  font-size: 23px;
}
.fixedAlignment::after {
  content: "";
  display: block;
  clear: both;
}

.footnote {
  color: #4d5e7a;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
  padding: 30px;
  margin-bottom: 20px;
  background-color: #f7f7fb;
  margin-bottom: 30px;
}

.googleMap {
  margin-bottom: 100px;
}

.relatedProjectListing .owl-nav .owl-prev {
  left: -80px;
}
.relatedProjectListing .owl-nav .owl-prev span {
  background-image: url(/images/left-arrow-nav-white.svg);
}
.relatedProjectListing .owl-nav .owl-next span {
  background-image: url(/images/right-arrow-nav-white.svg);
}
.relatedProjectListing .owl-nav .owl-next {
  right: -80px;
}
.relatedProjectListing .owl-nav .owl-next span {
  background-image: url(/images/right-arrow-nav-white.svg);
}
.relatedProjectListing .owl-nav {
  margin-top: -120px;
}

.projectSideInfo {
  color: #4d5e7a;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
  padding: 30px;
  margin-bottom: 20px;
}
.projectSideInfo strong {
  color: #222f44;
  font-size: 11px;
  font-weight: 700 !important;
  letter-spacing: 0;
  line-height: 14px;
  text-transform: uppercase;
}
.projectSideInfo .row {
  margin-bottom: 35px;
}
.projectSideInfo .row:last-child {
  margin-bottom: 0;
}
.projectSideInfo h6 {
  color: #222f44;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 23px;
  margin-bottom: 30px;
}
.projectSideInfo a {
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  color: inherit;
  transition: all 0.3s ease-in-out;
}
.projectSideInfo a:hover {
  opacity: 0.5;
}
.projectSideInfo.latestNews .blockHead .blockTitle, .projectSideInfo.latestNew .blockHead .blockTitle {
  font-size: 19px;
  line-height: 23px;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.projectSideInfo.latestNews .listingItemLI, .projectSideInfo.latestNew .listingItemLI {
  border-bottom: 1px solid #e6e6f1;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.projectSideInfo.latestNews .listingItemLI:last-child, .projectSideInfo.latestNew .listingItemLI:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.projectSideInfo.latestNews .listingItem, .projectSideInfo.latestNew .listingItem {
  border-bottom: 1px solid #e6e6f1;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.projectSideInfo.latestNews .listingItem:last-child, .projectSideInfo.latestNew .listingItem:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.projectSideInfo.latestNews .listingItem .listingDate, .projectSideInfo.latestNew .listingItem .listingDate {
  color: #64b8c7;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 15px;
  margin-bottom: 10px;
}
.projectSideInfo.latestNews .listingItem .listingTitle a, .projectSideInfo.latestNew .listingItem .listingTitle a {
  color: #222f44;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 25px;
}
.projectSideInfo.latestNews .moreNewsBtn a, .projectSideInfo.latestNew .moreNewsBtn a {
  color: #ffffff;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
.projectSideInfo.latestNews .moreNewsBtn a:hover, .projectSideInfo.latestNew .moreNewsBtn a:hover {
  opacity: 0.5;
  color: #f0a000;
}

.PublicationsList .listingImage {
  min-height: 282.047px;
  overflow: hidden;
}
.PublicationsList .listingImage a {
  display: block;
}
.PublicationsList .listingImage a img {
  display: block;
}
.PublicationsList .listingImage .type a {
  display: inline-block;
}
.PublicationsList .listingInfos {
  position: relative;
  margin-bottom: 35px;
}
.PublicationsList .listingInfos .type {
  background-color: #f0a000;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 5px 30px;
  text-transform: uppercase;
  font-weight: 600;
  top: auto;
}
.PublicationsList .listingInfos .type.procurement, .PublicationsList .listingInfos .type.Technical {
  background-color: #005071;
}
.PublicationsList .listingInfos .type.callforapplicants, .PublicationsList .listingInfos .type.Studies {
  background-color: #f0a000;
}
.PublicationsList .listingInfos .type.Resource {
  background-color: #5f994d;
}
.PublicationsList .listingInfos .type.Exchanges {
  background-color: #15759c;
}

.otherPublications {
  margin-top: 100px;
}
.otherPublications:before, .otherPublications:after {
  display: none;
}
.otherPublications .title {
  color: #222f44;
}
.otherPublications .container {
  padding-top: 0;
}
.otherPublications .owl-nav .owl-prev {
  left: -80px;
}
.otherPublications .owl-nav .owl-prev span {
  background-image: url(/images/left-arrow-nav-white.svg);
}
.otherPublications .owl-nav .owl-next span {
  background-image: url(/images/right-arrow-nav-white.svg);
}
.otherPublications .owl-nav .owl-next {
  right: -80px;
}
.otherPublications .owl-nav .owl-next span {
  background-image: url(/images/right-arrow-nav-white.svg);
}
.otherPublications .owl-nav {
  margin: 0;
  transform: translateY(-50%);
}
.otherPublications .typeTop {
  top: 30px;
  bottom: auto;
}
.otherPublications .listingImage .type {
  background-color: transparent;
  position: absolute;
}
.otherPublications .listingImage .type a {
  border-radius: 14px;
  background-color: #15759c;
  border: 1px solid #15759c;
  color: #fff;
  font-size: 10px;
  text-align: center;
  padding: 3px 6px;
  margin-right: 5px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  display: block;
  margin-bottom: 5px;
  width: 100%;
  text-align: center;
}
.otherPublications .listingImage .type a:last-child {
  margin-right: 0px;
}
.otherPublications .listingImage .type a:hover {
  background-color: #fff;
  color: #15759c;
}

.eventsListing {
  padding: 80px 0;
}
.eventsListing .listingItemLI {
  margin-bottom: 100px;
  padding: 0 50px;
}
.eventsListing .listingImage {
  padding-left: 20px;
  padding-bottom: 20px;
  position: relative;
}
.eventsListing .listingImage::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 60%;
  background-color: #0a4764;
}
.eventsListing .listingImage::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40%;
  height: 10px;
  background-color: #0a4764;
}
.eventsListing .listingInfos {
  padding: 30px;
  background-color: #fff;
  padding-bottom: 0;
  padding-right: 15px;
  display: none;
}
.eventsListing .listingInfos .listingTitle {
  margin-bottom: 40px;
  width: 100%;
}
.eventsListing .listingInfos .listingTitle a {
  color: #222f44;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 34px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.eventsListing .listingInfos .listingTitle a:hover {
  color: #f0a000;
}
.eventsListing .listingInfos .listingLink .floatRight {
  line-height: 50px;
  display: block;
  float: none;
}
.eventsListing .listingInfos .listingLink .normalBtn {
  color: #fff;
  min-width: 160px;
  text-align: center;
  line-height: 50px;
  padding-right: 0;
  background-image: none;
}
.eventsListing .listingInfos .listingLink .normalBtn:hover {
  color: #f0a000;
}

.solarDescription .listingItem .listingImage {
  width: 100%;
  position: relative;
}
.solarDescription .listingItem .listingImage img {
  width: 100%;
  max-height: 190px;
}
.solarDescription .col-sm-4 .normalBtn {
  margin-bottom: 50px;
}
.solarDescription .podcastListing.episodesLibraryListing .listingItem .listingImage img {
  max-height: none;
}
.solarDescription .podcastListing.episodesLibraryListing .listingItem .listingImage img.defaultImage {
  max-height: 270px;
}

.tabsLinks {
  text-align: center;
}
.tabsLinks a {
  color: #a4a4a4;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 18px;
  text-align: center;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  margin-right: 30px;
  position: relative;
  padding-bottom: 5px;
}
.tabsLinks a:hover, .tabsLinks a.active {
  color: #64b8c7;
}
.tabsLinks a:hover:before, .tabsLinks a.active:before {
  width: 20px;
}
.tabsLinks a:before {
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 3px;
  width: 0;
  background-color: #64b8c7;
}

.opportunitiesList .listingInfos {
  min-height: 390px;
}

.brdBtm .container {
  border-bottom: 1px solid #e3e3ea;
  padding-bottom: 80px;
  margin-bottom: 80px;
}

.newsboirderbtm {
  border-bottom: 1px solid #e3e3ea;
  padding-bottom: 80px;
  margin-bottom: 80px;
}

.latestList .listingTitle a {
  color: #222f44;
}

.videoList .listingTitle a {
  color: #222f44;
  font-size: 30px;
  margin-bottom: 40px;
  display: block;
  line-height: 40px;
  min-height: 56px;
}

.newsListing li {
  margin-bottom: 80px;
}

.projectImg {
  position: relative;
}
.projectImg .owl-carousel img {
  position: static !important;
}
.projectImg .owl-carousel .owl-nav button {
  background-color: rgba(0, 0, 0, 0.5);
  height: 60px;
  width: 60px;
}
.projectImg .owl-carousel .owl-nav span {
  background-repeat: no-repeat;
  background-position: center;
  height: 60px;
  width: 60px;
}
.projectImg .owl-carousel .owl-nav .owl-prev {
  left: 0;
}
.projectImg .owl-carousel .owl-nav .owl-prev span {
  background-image: url(/images/angle-left.svg);
}
.projectImg .owl-carousel .owl-nav .owl-next {
  right: 0;
}
.projectImg .owl-carousel .owl-nav .owl-next span {
  background-image: url(/images/angle-right.svg);
}

.crowdfundingList .listingTitle {
  line-height: 20px;
}
.crowdfundingList .listingTitle,
.crowdfundingList .listingDescription {
  margin-bottom: 40px;
}
.crowdfundingList .normalBtn {
  background-image: none;
  min-width: 160px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  padding-right: 0;
}
.crowdfundingList .normalBtn:hover {
  color: #f0a000;
}
.crowdfundingList .listingInfos {
  min-height: 360px;
}

.hashtags span {
  display: block;
  color: #64b8c7;
}

.fullWidth {
  width: 100%;
}

.contactItem {
  padding-left: 78px;
  position: relative;
  margin-bottom: 30px;
  height: 80px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.contactItem h6 {
  color: #222f44;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19px;
  margin-bottom: 10px;
}
.contactItem h6 a {
  color: #222f44;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  margin-right: 5px;
}
.contactItem h6 a:hover {
  color: #f0a000;
}
.contactItem h6 a:last-child {
  margin-right: 0;
}
.contactItem h6 a:last-child::after {
  display: none;
}
.contactItem h6 a::after {
  content: " ,";
  display: inline-block;
  color: #222f44;
  margin-left: 3px;
}
.contactItem h6:after {
  background-image: url(/images/location.svg);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  width: 67px;
  height: 67px;
  top: 0;
  left: 0;
}
.contactItem h6::before {
  width: 67px;
  height: 67px;
  border-radius: 100%;
  background-color: #64b8c7;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}
.contactItem .description {
  color: #222f44;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
}
.contactItem.call h6:after {
  background-image: url(/images/phone.svg);
}
.contactItem.mail h6:after {
  background-image: url(/images/mail-contact.svg);
}

.socialMediaLink {
  margin-bottom: 30px;
  text-align: right;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.socialMediaLink a {
  height: 40px;
  width: 40px;
  background-color: #f7f7fb;
  display: inline-block;
  border-radius: 100%;
  text-align: center;
  padding-top: 10px;
  margin-right: 10px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.socialMediaLink a:hover {
  opacity: 0.5;
}
.socialMediaLink a:last-child {
  margin-right: 0;
}

.toggleItem {
  padding: 20px;
  color: #4d5e7a;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 28px;
  letter-spacing: 0;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
.toggleItem .toggleTitle {
  background-image: url(/images/dropdown-arrow-left.svg);
  background-repeat: no-repeat;
  background-position: center right;
  color: #222f44;
  font-weight: 500;
  font-size: 22px;
  line-height: 34px;
}
.toggleItem .toggleTitle.active {
  background-image: url(/images/dropdown-arrow-up.svg);
  background-size: 18px 10px;
}
.toggleItem:last-child {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.toggleContent {
  display: none;
}

.toggleTitle {
  cursor: pointer;
  font-size: 20px;
}

.ddsecondLevel {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 235px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  z-index: 1;
  top: calc(100% + 10px);
  width: 100%;
  left: 0;
  width: auto;
  padding: 0;
  top: calc(100% + 18px);
}
.ddsecondLevel > div > ul > li {
  width: 100%;
}
.ddsecondLevel::before {
  content: "";
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 30px;
  position: absolute;
}
.ddsecondLevel ul {
  padding: 6px 16px;
}
.ddsecondLevel ul li {
  display: block;
  margin: 0;
  border-bottom: 1px solid #e3e3e3;
}
.ddsecondLevel ul li:last-child {
  border: none;
}
.ddsecondLevel ul li a {
  display: block;
  color: #222f44;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 14px;
  text-transform: capitalize;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  padding: 10px 0;
  text-align: left;
}
.ddsecondLevel ul li a:after {
  display: none;
}
.ddsecondLevel ul li a:hover {
  color: #f0a000;
}
.ddsecondLevel h6 {
  margin-bottom: 20px;
}
.ddsecondLevel h6 a {
  color: #0a4964 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  line-height: 18px !important;
  text-transform: uppercase !important;
  padding: 0 !important;
}
.ddsecondLevel.twoCols {
  padding: 30px 16px 30px;
}
.ddsecondLevel.twoCols > div > ul > li {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  background: none;
}
.ddsecondLevel.twoCols > div > ul > li ul {
  column-count: 2;
  padding: 0;
}
.ddsecondLevel.twoCols > div > ul > li ul li {
  display: block;
  padding: 0 !important;
}
.ddsecondLevel.twoCols > div > ul > li ul li:last-child {
  border-bottom: 1px solid #e3e3e3;
}
.ddsecondLevel.twoCols > div > ul > li ul li.hasSubmenu {
  background-image: none;
  border-bottom: none;
}
.ddsecondLevel.twoCols > div > ul > li ul li a {
  color: #0a4964;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 14px;
  text-transform: capitalize;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  padding: 10px 0;
}
.ddsecondLevel.twoCols > div > ul > li ul li a:hover {
  color: #f0a000;
}

.ourworkMenu {
  position: relative;
}
.ourworkMenu .twoCols {
  width: auto;
  padding: 0;
  top: calc(100% + 18px);
}
.ourworkMenu .twoCols > div > ul > li {
  width: 100%;
}

.implementationsClass .ddsecondLevel .hasSubmenu {
  border-bottom: none;
}

header.black .search .searchBtn {
  background-image: url(../images/search-green.svg);
}

.search {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 35px;
}
.search .searchBtn {
  background-image: url(/images/search-green.svg);
  width: 20px;
  height: 20px;
  display: block;
}
.search .innerSearch {
  display: none;
  position: fixed;
  background-color: #ffffff;
  padding: 30px;
  width: 100vw;
  z-index: 2;
  left: 0;
  box-shadow: 1px 7px 20px -2px rgba(18, 18, 18, 0.52);
  -webkit-box-shadow: 1px 7px 20px -2px rgba(18, 18, 18, 0.52);
  -moz-box-shadow: 1px 7px 20px -2px rgba(18, 18, 18, 0.52);
  top: 0;
  height: auto;
  overflow: hidden;
}
.search .innerSearch .headerSearch {
  display: block;
  height: auto;
  flex-direction: column;
  justify-content: center;
  padding: 0 50px;
  padding-top: 120px;
  padding-bottom: 84px;
}
.search .innerSearch .floatRight {
  float: none;
  text-align: left;
}
.search .innerSearch #txtAdvancedSearch {
  border: none;
  border-bottom: 1px solid #ccc;
  width: 100%;
  padding-bottom: 10px;
  font-size: 18px;
  font-family: inherit;
}
.search .fa-search {
  background-image: url(/images/search-green.svg);
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  right: 80px;
}
.search .ui-menu {
  left: 0 !important;
  width: 100% !important;
  padding: 0 50px !important;
  padding-top: 30px !important;
}
.search .ui-menu .ui-menu-item a {
  transition: all 0.3s ease-in-out;
}
.search .ui-menu .ui-menu-item.ui-search-hover a {
  opacity: 0.5;
}

header.home .search .searchBtn {
  background-image: url(/images/search-white.svg) !important;
}

.ui-autocomplete {
  padding-top: 30px;
}
.ui-autocomplete li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.ui-autocomplete li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.ui-autocomplete li.ui-view-all-results a {
  color: #f0a000;
}
.ui-autocomplete li a {
  color: #222f44;
  font-weight: 600;
}

.relatedPublication h3 {
  font-size: 30px;
  line-height: 28px;
  text-transform: none;
  font-weight: 500;
}
.relatedPublication h3 a {
  line-height: 0 !important;
}

.searchListing {
  margin-bottom: 80px;
  padding-top: 50px;
}
.searchListing .blockHead .blockTitle {
  text-transform: none;
}
.searchListing li .listingItem {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.searchListing li:last-child .listingItem {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.searchListing li .listingTitle a {
  color: #222f44;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 40px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  margin-bottom: 0px;
  display: block;
}
.searchListing li .listingTitle a:hover {
  color: #f0a000;
}
.searchListing li .listingDescription {
  margin-bottom: 20px;
  font-size: 16px;
}
.searchListing li .listingLink a {
  text-transform: none;
  padding-left: 15px;
  background-position: center left;
  background-image: url(../images/linkarrowsearch.svg);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  display: block;
  text-align: left;
}
.searchListing li .listingLink a:hover {
  opacity: 1;
  text-decoration: underline;
}

.no-records {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  font-weight: 800;
  color: #222f44;
}

.single .col-sm-2 {
  float: right;
}

#map {
  min-height: 500px;
}

.lnk {
  color: #333;
  text-decoration: underline;
  font-size: 10px;
  margin-top: 10px;
}

.closeBtn {
  position: absolute;
  right: 30px;
  top: 30px;
  color: #323232;
  font-size: 0;
  background-image: url(/images/cancel.svg);
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
}

.showRegistraionLink,
.showRegistraionLink0 {
  display: none;
}

.upcomingAct {
  margin-top: -150px;
}

.titleWithLinks {
  position: relative;
}
.titleWithLinks .listingLink {
  position: absolute;
  right: 0;
  top: 5px;
}

.sharePopup {
  position: fixed;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.95);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none !important;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.sharePopup.open {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.sharePopup.open .st-btn {
  display: inline-block !important;
  border-radius: 100% !important;
  width: 60px;
  height: 60px !important;
  padding-top: 6px !important;
  margin-right: 30px !important;
}
.sharePopup.open .st-btn > img {
  height: 30px !important;
  width: 30px !important;
  top: 8px;
  vertical-align: top;
}
.sharePopup .close {
  position: absolute;
  right: 40px;
  top: 40px;
  font-weight: bold;
  color: #000;
  font-size: 20px;
}

.homePage .latestUpdates .blockTitle {
  color: #fff !important;
}
.homePage .latestOpportunities {
  margin-bottom: 0;
}
.homePage .latestOpportunities .container {
  padding-bottom: 150px;
}

.newvidsectionMedia {
  margin-bottom: 100px;
}

.videoList .blockBody .listingHolder .listingItemLI:nth-last-child(2),
.videoList .blockBody .listingHolder .listingItemLI:nth-last-child(1) {
  margin-bottom: 0;
}
.videoList .blockBody .listingHolder .listingItem.video .listingImage {
  border: 10px solid #05425c;
  height: 220px;
  min-height: 220px;
}
.videoList .blockBody .listingHolder .listingItem.video .listingImage a img {
  display: block;
}
.videoList .blockBody .listingHolder .listingItem.video .listingImage iframe {
  width: 100%;
  height: 100% !important;
  display: block;
}

.newsletterSubscribe .successMessage {
  color: white;
}

.advancedSearch .col-sm-12 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.advancedSearch .keywordinput {
  display: block;
  position: relative;
  width: calc(100% - 250px);
}
.advancedSearch .keywordinput input {
  border: 1px solid #ececec;
  border-radius: 25px;
  background-color: #ffffff;
  width: 100%;
  color: #222f44;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 19px;
  padding: 14px 20px;
  padding-right: 50px;
}
.advancedSearch .keywordinput a {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background-image: url(../images/search-orange.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.advancedSearch .filtertoggle {
  display: inline-block;
  padding: 13px 48px;
  border-radius: 25px;
  background-color: #f0a000;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  vertical-align: middle;
  flex: 0 0 200px;
}
.advancedSearch .filtertoggle::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  background-image: url(../images/filter.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
  vertical-align: middle;
}
.advancedSearch .filtertoggle:hover {
  opacity: 0.7;
}
.advancedSearch .filterDropdown {
  padding-top: 32px;
}
.advancedSearch .filterDropdown label {
  margin-bottom: 11px;
}
.advancedSearch .filterDropdown .filterBtn {
  bottom: 0;
  top: auto;
}
.advancedSearch .filterDropdown .dk-select {
  color: #222f44;
  font-weight: 600;
}

.relatedProjectListing .listingImage {
  max-height: 254px;
}
.relatedProjectListing .listingImage a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.relatedProjectListing .listingImage a img {
  max-height: none;
  max-width: none;
  height: 100%;
  width: 100%;
  display: block;
}

.projectDetails .listingImage img {
  max-width: 100px;
  max-height: 50px;
}

.privacyTerms {
  padding: 100px 0;
  color: #4d5e7a;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 26px;
}
.privacyTerms h2 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #222f44;
}
.privacyTerms span {
  display: block;
  color: #4d5e7a;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 26px;
}
.privacyTerms ul {
  display: block;
  color: #4d5e7a;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 26px;
  padding-top: 20px;
}
.privacyTerms ul li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
}
.privacyTerms ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background-color: #4d5e7a;
  left: 0;
}

.latestProject .listingImage,
.latestUpdates .listingImage,
.whatNews .listingImage {
  overflow: hidden;
}
.latestProject .listingImage a img,
.latestUpdates .listingImage a img,
.whatNews .listingImage a img {
  transition: all 0.3s ease-in-out;
}
.latestProject .listingImage a:hover img,
.latestUpdates .listingImage a:hover img,
.whatNews .listingImage a:hover img {
  transform: scale(1.05);
}

.crowdfundingList .item {
  width: 100% !important;
}
.crowdfundingList .item .listingImage {
  display: inline-block;
  width: 25%;
  overflow: hidden;
}
.crowdfundingList .item .listingImage a {
  display: block;
  height: 100%;
}
.crowdfundingList .item .listingImage a img {
  max-width: none;
  max-height: 100%;
  width: auto;
  height: auto;
  height: 360px;
}
.crowdfundingList .item .listingInfos {
  display: inline-block;
  width: calc(75% - 4px);
}

.fancybox-container {
  color: #4d5e7a;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 26px;
}
.fancybox-container .text {
  margin-top: 20px;
  font-weight: 600;
}
.fancybox-container .items {
  padding-top: 20px;
}
.fancybox-container .items .item {
  color: #4d5e7a;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 26px;
  margin-bottom: 10px;
}
.fancybox-container .items .item a {
  display: block;
  position: relative;
  font-weight: 500;
  color: inherit;
  transition: all 0.3s ease-in-out;
  padding-left: 30px;
}
.fancybox-container .items .item a:hover {
  color: #f0a000;
}
.fancybox-container .items .item a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../images/dwnpdf.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

footer .col-md-3:last-of-type ul.simpleList li:first-of-type a {
  font-weight: bold;
  text-decoration: underline;
  font-size: 14px;
  pointer-events: none;
}

footer .simpleList a {
  font-size: 12px;
}

.loadMoreBtn a {
  border-radius: 35px;
  background-color: #f0a000;
  border: 1px solid #f0a000;
  text-align: center;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  font-weight: 600;
}
.loadMoreBtn a:hover {
  color: #f0a000;
  background-color: #fff;
}

.pdfDwn {
  border-top: 1px solid #dddddd;
  padding-top: 40px;
}
.pdfDwn h2 {
  color: #222f44;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 23px;
  margin-bottom: 20px;
}
.pdfDwn .listingHolder .listingItemLI {
  margin-bottom: 10px;
}
.pdfDwn .listingHolder .listingItemLI .listingItem {
  padding: 30px;
  background-color: #f7f7fb;
}
.pdfDwn .listingHolder .listingItemLI .listingItem .listingInfos {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pdfDwn .listingHolder .listingItemLI .listingItem .listingInfos .listingTitle {
  color: #222f44;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 25px;
  max-width: 50%;
}
.pdfDwn .listingHolder .listingItemLI .listingItem .listingInfos .listingTitle a {
  color: inherit;
  transition: all 0.3s ease-in-out;
}
.pdfDwn .listingHolder .listingItemLI .listingItem .listingInfos .listingTitle a:hover {
  opacity: 0.5;
}
.pdfDwn .listingHolder .listingItemLI .listingItem .listingInfos .listingLink {
  color: #f0a000;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 16px;
  text-transform: uppercase;
  position: relative;
  padding-left: 30px;
  transition: all 0.3s ease-in-out;
}
.pdfDwn .listingHolder .listingItemLI .listingItem .listingInfos .listingLink:hover {
  opacity: 0.5;
}
.pdfDwn .listingHolder .listingItemLI .listingItem .listingInfos .listingLink::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../images/dwnpdf.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.strip,
.relatedPublication .typeTag {
  background-color: #f0a000;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 5px 30px;
  text-transform: uppercase;
  font-weight: 600;
  top: auto;
}
.strip.procurement, .strip.TechnicalGuidelineReports,
.relatedPublication .typeTag.procurement,
.relatedPublication .typeTag.TechnicalGuidelineReports {
  background-color: #005071;
}
.strip.callforapplicants, .strip.Studies,
.relatedPublication .typeTag.callforapplicants,
.relatedPublication .typeTag.Studies {
  background-color: #f0a000;
}
.strip.Resource,
.relatedPublication .typeTag.Resource {
  background-color: #5f994d;
}
.strip.Exchanges,
.relatedPublication .typeTag.Exchanges {
  background-color: #15759c;
}

.LocationTitle {
  color: #f0a000;
  font-size: 14px;
  font-weight: 500;
}

.podcastIntro {
  margin-bottom: 100px;
  padding-top: 64px;
}
.podcastIntro h2 {
  color: #222f44;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 49px;
  text-align: center;
  margin-bottom: 10px;
}
.podcastIntro .form-intro {
  color: #4d5e7a;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 28px;
  text-align: center;
  margin-bottom: 40px;
}
.podcastIntro .logos {
  display: flex;
  justify-content: center;
  align-items: center;
}
.podcastIntro .logos li {
  margin-right: 60px;
}
.podcastIntro .logos li a {
  display: block;
}
.podcastIntro .logos li a img {
  display: block;
}

.podcastListing {
  padding: 100px 0 60px;
}
.podcastListing.dark {
  background: #222f44;
}
.podcastListing.dark h2 {
  color: White;
}
.podcastListing.dark .form-intro {
  color: white;
}
.podcastListing.dark .listingItemLI .listingItem .listingDescription p {
  color: white;
}
.podcastListing.dark .owl-next span,
.podcastListing.dark .owl-prev span {
  background-image: url(/images/arrowRightWhiteNew.svg) !important;
  transition: all 0.3s ease-in-out !important;
}
.podcastListing .blockHead {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.podcastListing .blockHead .blockTitle {
  margin-bottom: 0;
  text-transform: capitalize;
}
.podcastListing h2 {
  margin-bottom: 0;
  color: #222f44;
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
}
.podcastListing .form-intro {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 30px;
  color: #222f44;
  max-width: 700px;
}
.podcastListing .listingItemLI {
  margin-bottom: 30px;
}
.podcastListing .listingItemLI .listingItem {
  display: flex;
  flex-direction: column;
}
.podcastListing .listingItemLI .listingItem .listingImage {
  width: 100%;
  margin-bottom: 15px;
}
.podcastListing .listingItemLI .listingItem .listingImage img {
  border-radius: 10px;
}
.podcastListing .listingItemLI .listingItem .listingImage a {
  display: block;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.podcastListing .listingItemLI .listingItem .listingImage a:hover {
  opacity: 0.7;
}
.podcastListing .listingItemLI .listingItem .listingImage a iframe {
  pointer-events: none;
  width: 100%;
  height: 300px;
}
.podcastListing .listingItemLI .listingItem .listingInfos {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.podcastListing .listingItemLI .listingItem .listingTitle {
  margin-bottom: 15px;
}
.podcastListing .listingItemLI .listingItem .listingTitle a {
  color: #4ba1c5;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.736px;
  text-transform: uppercase;
}
.podcastListing .listingItemLI .listingItem .listingTitle a span {
  color: #01638c;
  font-weight: bold;
}
.podcastListing .listingItemLI .listingItem .listingDate {
  color: #5dbeb4;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.podcastListing .listingItemLI .listingItem .listingDescription {
  padding: 0;
  background-color: transparent;
}
.podcastListing .listingItemLI .listingItem .listingDescription p {
  color: black;
  font-size: 19px;
  font-weight: 500;
}
.podcastListing .listingItemLI .listingItem .listingDescription .links a {
  display: inline-block;
  color: #f0a000;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 16px;
  padding-left: 52px;
  position: relative;
  margin-right: 20px;
  vertical-align: baseline;
}
.podcastListing .listingItemLI .listingItem .listingDescription .links a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 42px;
  height: 42px;
  background-image: url(../images/video-play-button.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.podcastListing .listingItemLI .listingItem .listingDescription .links .duration {
  display: inline-block;
  color: #a4a4a4;
  vertical-align: baseline;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 15px;
}
.podcastListing .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: -1;
}
.podcastListing .owl-nav .owl-next,
.podcastListing .owl-nav .owl-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  transform: none;
  font-size: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: brightness(0);
}
.podcastListing .owl-nav .owl-next span,
.podcastListing .owl-nav .owl-prev span {
  display: block;
}
.podcastListing .owl-nav .owl-next.disabled,
.podcastListing .owl-nav .owl-prev.disabled {
  display: block;
  opacity: 0.2;
  pointer-events: none;
}
.podcastListing .owl-nav .owl-prev {
  margin-right: 20px;
}
.podcastListing .owl-nav .owl-prev:hover {
  opacity: 0.5;
}
.podcastListing .owl-dots {
  display: block;
  text-align: center;
}
.podcastListing .owl-dots .owl-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: white;
  border: 1px solid #013f59;
  margin-right: 6px;
}
.podcastListing .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.podcastListing .owl-dots .owl-dot.active {
  background-color: #013f59;
}

.podcastSection {
  background-color: #f7f7fb;
  padding: 65px 0;
  margin-bottom: 65px;
}
.podcastSection .title {
  display: inline-block;
  color: #222f44;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 43px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.podcastSection .subtitle {
  color: #222f44;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 40px;
}
.podcastSection p {
  color: #4d5e7a;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 40px;
}
.podcastSection img {
  display: block;
}

.newsletterOverlay {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.newsletterOverlay.show {
  visibility: visible;
  opacity: 1;
}
.newsletterOverlay .newsletterContainer {
  text-align: center;
}
.newsletterOverlay .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  width: auto;
  min-width: 568px;
}
.newsletterOverlay .content .image {
  width: 50%;
  overflow: hidden;
  background-image: url(../images/newspop.JPG);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.newsletterOverlay .content .image img {
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
}
.newsletterOverlay .content .info {
  width: 100%;
  background-color: white;
  position: relative;
  padding: 45px 100px 50px 100px;
  height: auto !important;
}
.newsletterOverlay .content .info .close {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  background-image: url(../images/close_dark.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
}
.newsletterOverlay .content .info .title,
.newsletterOverlay .content .info .successMsg {
  color: #222f44;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 37px;
  text-align: center;
  margin-bottom: 10px;
}
.newsletterOverlay .content .info p {
  color: #222f44;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
  text-align: center;
  margin-bottom: 30px;
}
.newsletterOverlay .content .info .newsletterContainer input {
  display: block;
  width: 100%;
  color: #005071;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 18px;
  border: 1px solid #ececec;
  border-radius: 35.5px;
  background-color: #ffffff;
  padding: 15px 20px;
  margin-bottom: 15px;
}
.newsletterOverlay .content .info .newsletterContainer input::placeholder {
  color: #005071;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 18px;
}
.newsletterOverlay .content .info .newsletterContainer .dk-select {
  display: block;
  width: 100%;
  color: #005071;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 18px;
  border: 1px solid #ececec;
  border-radius: 35.5px;
  background-color: #ffffff;
  padding: 15px 20px;
  margin-bottom: 20px;
  padding: 4px 20px;
  text-align: left;
}
.newsletterOverlay .content .info .newsletterContainer a {
  display: inline-block;
  border-radius: 35.5px;
  background-color: #f0a000;
  border: 1px solid #f0a000;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 16px;
  padding: 16px 46px;
  text-align: center;
  cursor: pointer;
}
.newsletterOverlay .content .info .newsletterContainer a:hover {
  background-color: #ffffff;
  color: #f0a000;
}
.newsletterOverlay .content .info .newsletterContainer .errorMessage span {
  color: red;
  padding-top: 20px;
  display: inline-block;
}
.newsletterOverlay .content .info .image {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.newsletterOverlay .content .info .image img {
  display: inline-block;
  width: 50%;
  margin-bottom: 30px;
}
.newsletterOverlay .content .simpleListTitle {
  display: none;
}

.pod .row {
  display: flex;
  align-items: center;
}
.pod .backLink {
  margin-bottom: 30px;
  margin-top: 0;
}
.pod img {
  padding-right: 50px;
}
.pod p {
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 30px;
}
.pod h2 {
  margin-bottom: 15px;
}
.pod .links a {
  position: relative;
  border-radius: 2px;
  background-color: #ffffff;
  border: 1px solid white;
  margin-right: 15px;
  padding: 9px 20px;
  color: #222f44;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 18px;
  padding-left: 50px;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  margin-bottom: 15px;
}
.pod .links a.yt::before {
  background-image: url(../images/yticonsml.svg);
}
.pod .links a.sy::before {
  background-image: url(../images/spotify.png);
}
.pod .links a.ap::before {
  background-image: url(../images/ap.png);
}
.pod .links a.sc::before {
  background-image: url(../images/soundcloud.png);
}
.pod .links a.anghami::before {
  background-image: url(../images/anghami.svg);
}
.pod .links a.deezer::before {
  background-image: url(../images/deezer.svg);
}
.pod .links a:hover {
  background-color: transparent;
  color: white;
}
.pod .links a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 22px;
  height: 22px;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.podinmed .listingHolder .listingItemLI .listingItem .listingImage a img {
  display: block;
}

.mb0 {
  margin-bottom: 0;
}

.videosSection {
  background-color: #f7f7fb;
  padding-top: 65px;
}
.videosSection .title {
  color: #005071;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 49px;
  margin-bottom: 18px;
  text-transform: none;
  padding-left: 22px;
  position: relative;
}
.videosSection .title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 6px;
  background-color: #f0a000;
}
.videosSection .title.green::before {
  background-color: #5f994d;
}
.videosSection .title.blue::before {
  background-color: #58aecb;
}
.videosSection .title.grey::before {
  background-color: #929292;
}
.videosSection .title.red::before {
  background-color: #af4e4d;
}
.videosSection .intro {
  color: #005071;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 40px;
}
.videosSection .videosSectionCarousel {
  padding-bottom: 40px;
}
.videosSection .videosSectionCarousel h2 {
  color: #64b8c7;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.videosSection .videosSectionCarousel .listingHolder {
  position: relative;
}
.videosSection .videosSectionCarousel .listingHolder .listingItemLI {
  margin-bottom: 0;
  border: 1px solid #7195ce;
}
.videosSection .videosSectionCarousel .listingHolder .listingItemLI .listingItem .listingImage a {
  display: block;
  position: relative;
  overflow: hidden;
}
.videosSection .videosSectionCarousel .listingHolder .listingItemLI .listingItem .listingImage a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/video-play-button.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  transition: all 0.3s ease-in-out;
}
.videosSection .videosSectionCarousel .listingHolder .listingItemLI .listingItem .listingImage a img {
  display: block;
  width: 100%;
  transition: all 0.3s ease-in-out;
  height: 100%;
  object-fit: cover;
}
.videosSection .videosSectionCarousel .listingHolder .listingItemLI .listingItem .listingImage a iframe {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  max-height: 210px;
}
.videosSection .videosSectionCarousel .listingHolder .listingItemLI .listingItem .listingImage a:hover::after {
  width: 70px;
  height: 70px;
}
.videosSection .videosSectionCarousel .listingHolder .listingItemLI .listingItem .listingInfos {
  padding: 20px;
  background: white;
}
.videosSection .videosSectionCarousel .listingHolder .listingItemLI .listingItem .listingInfos .listingTitle {
  margin-bottom: 5px;
}
.videosSection .videosSectionCarousel .listingHolder .listingItemLI .listingItem .listingInfos .listingTitle a {
  display: block;
  color: #222f44;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 28px;
}
.videosSection .videosSectionCarousel .listingHolder .listingItemLI .listingItem .listingInfos .listingDescription {
  color: #222f44;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 18px;
}
.videosSection .videosSectionCarousel .listingHolder .owl-nav {
  width: calc(100% + 100px);
  left: -50px;
}
.videosSection .videosSectionCarousel .listingHolder .owl-nav button {
  border: none;
  background-color: transparent;
  outline: none;
}
.videosSection .videosSectionCarousel .listingHolder .owl-nav .owl-prev {
  left: 0;
}
.videosSection .videosSectionCarousel .listingHolder .owl-nav .owl-next {
  right: 0;
}
.videosSection .videosSectionCarousel .listingHolder .owl-nav .owl-next span {
  background-image: url(../images/arrowRightNew.svg);
  background-size: contain;
}
.videosSection .videosSectionCarousel .listingHolder .owl-nav .owl-next.disabled span {
  opacity: 0.5;
}
.videosSection .videosSectionCarousel .listingHolder .owl-nav .owl-prev span {
  background-image: url(../images/arrowRightNew.svg);
  background-size: contain;
  transform: rotate(180deg);
}
.videosSection .videosSectionCarousel .listingHolder .owl-nav .owl-prev.disabled span {
  opacity: 0.5;
}
.videosSection.white {
  background-color: #ffffff;
}
.videosSection.white .videosSectionCarousel .listingHolder .listingItemLI .listingItem .listingInfos {
  background-color: #f7f7fb;
}
.videosSection .listingNumbers {
  display: flex;
  justify-content: space-between;
}
.videosSection .listingNumbers .listingNumber {
  color: #005071;
  font-size: 24px;
  font-weight: 600;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #c3c3c3;
}
.videosSection .listingNumbers .listingNumber:first-of-type {
  margin-left: 0;
  padding-left: 0;
  border: none;
}
.videosSection .listingNumbers .listingNumber span {
  font-size: 16px;
  margin-left: 5px;
}
.videosSection .listingNumbers .listingNumber .unit {
  font-weight: 500;
  font-size: 12px;
}
.videosSection.dark {
  background: #222f44;
}
.videosSection.dark .title {
  color: White;
}
.videosSection.dark .intro {
  color: white;
}
.videosSection.dark .owl-next span,
.videosSection.dark .owl-prev span {
  background-image: url(../images/arrowRightWhiteNew.svg) !important;
  transition: all 0.3s ease-in-out !important;
}
.videosSection.dark .videosSectionCarousel .listingHolder .listingItemLI .listingItem .listingInfos {
  background: transparent;
}
.videosSection.dark .videosSectionCarousel .listingHolder .listingItemLI .listingItem .listingInfos .listingTitle a {
  color: White;
}
.videosSection.dark .listingNumbers .listingNumber {
  color: white;
}

.videosSection .videosSectionCarousel .listingHolder .owl-dots {
  text-align: center;
  padding-top: 40px;
}
.videosSection .videosSectionCarousel .listingHolder .owl-dots .owl-dot {
  margin-right: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f6cf95;
}
.videosSection .videosSectionCarousel .listingHolder .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.videosSection .videosSectionCarousel .listingHolder .owl-dots .owl-dot.active {
  background: #ed9f2b;
}

.videosOfTheMonth {
  background-color: #f7f7fb;
  padding: 60px 0;
}
.videosOfTheMonth h2 {
  color: #222f44;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 49px;
  margin-bottom: 35px;
}
.videosOfTheMonth .listingHolder {
  counter-reset: vidCounter;
}
.videosOfTheMonth .listingHolder .listingItemLI {
  counter-increment: vidCounter;
  margin-bottom: 20px;
}
.videosOfTheMonth .listingHolder .listingItemLI .listingItem {
  padding-left: 50px;
  position: relative;
  display: flex;
}
.videosOfTheMonth .listingHolder .listingItemLI .listingItem::before {
  content: counter(vidCounter);
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  color: #f0a000;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 49px;
}
.videosOfTheMonth .listingHolder .listingItemLI .listingItem:hover .listingImage a img {
  transform: scale(1.1);
}
.videosOfTheMonth .listingHolder .listingItemLI .listingItem .listingImage {
  flex: 0 0 194px;
  max-width: 194px;
}
.videosOfTheMonth .listingHolder .listingItemLI .listingItem .listingImage a {
  display: block;
  overflow: hidden;
}
.videosOfTheMonth .listingHolder .listingItemLI .listingItem .listingImage a iframe,
.videosOfTheMonth .listingHolder .listingItemLI .listingItem .listingImage a img {
  display: block;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.videosOfTheMonth .listingHolder .listingItemLI .listingItem .listingImage a iframe {
  pointer-events: none;
}
.videosOfTheMonth .listingHolder .listingItemLI .listingItem .listingInfos {
  flex: 0 0 calc(100% - 194px);
  max-width: calc(100% - 194px);
  background-color: #ffffff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.videosOfTheMonth .listingHolder .listingItemLI .listingItem .listingInfos .listingTitle a {
  display: block;
  color: #222f44;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 28px;
  transition: all 0.3s ease-in-out;
}
.videosOfTheMonth .listingHolder .listingItemLI .listingItem .listingInfos .listingTitle a:hover {
  opacity: 0.5;
}

.hiddenMobileHomeLink {
  display: none;
}

.home-podcasts .podcastSection {
  padding-top: 100px;
  padding-bottom: 50px;
  background-image: url(../images/newpodcastsbg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-podcasts .podcastSection .title {
  color: white;
}
.home-podcasts .podcastSection .subtitle {
  color: white;
}
.home-podcasts .podcastSection .subtitle .listingLink {
  margin-top: 30px;
}
.home-podcasts .podcastSection .podSub {
  color: white;
}
.home-podcasts .podcastSection p {
  color: white !important;
  margin-bottom: 60px;
}
.home-podcasts .podcastSection .toptitle {
  color: #ffffff;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 43px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.home-podcasts .podcastSection .right::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -50px;
  width: 2px;
  height: 100%;
  background-color: #f0a000;
}
.home-podcasts .podcastSection .right .listingInfos {
  display: none;
}
.home-podcasts .podcastSection .right .whatNews .listingItemLI {
  padding-bottom: 0;
  margin-bottom: 0;
}
.home-podcasts .podcastSection .right .whatNews {
  padding: 0;
}
.home-podcasts .podcastSection .left .podSub {
  padding: 0;
  margin-bottom: 0;
  font-size: 17px !important;
  font-weight: 300;
}
.home-podcasts .podcastSection .left .podSub::before {
  display: none;
}
.home-podcasts .podcastSection .left p {
  font-size: 17px;
}
.home-podcasts .podcastSection .bottomCarousel {
  padding-top: 50px;
}
.home-podcasts .podcastSection .bottomCarousel .blockHead h2 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19px;
  margin-bottom: 36px;
}
.home-podcasts .podcastSection .bottomCarousel .blockBody {
  margin-bottom: 40px;
}
.home-podcasts .podcastSection .bottomCarousel .blockBody .listingImage {
  margin-bottom: 20px;
  position: relative;
}
.home-podcasts .podcastSection .bottomCarousel .blockBody .listingImage::after {
  position: absolute;
  content: "";
  background-image: url(/images/video-play-button.svg);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 74px;
  height: 74px;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
.home-podcasts .podcastSection .bottomCarousel .blockBody .listingImage:hover::after {
  width: 100px;
  height: 100px;
}
.home-podcasts .podcastSection .bottomCarousel .blockBody .listingImage a {
  /*display: block;*/
}
.home-podcasts .podcastSection .bottomCarousel .blockBody .listingImage a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-podcasts .podcastSection .bottomCarousel .blockBody .listingImage a iframe {
  display: block;
  width: 100%;
  height: 190px;
}
.home-podcasts .podcastSection .bottomCarousel .blockBody .listingTitle a {
  display: block;
  font-size: 16px;
  color: white;
  font-weight: 500;
}
.home-podcasts .podcastSection .bottomCarousel .blockBody .listingTitle a:hover {
  opacity: 0.5;
}
.home-podcasts .podcastSection .bottomCarousel .no-records {
  display: none;
}
.home-podcasts .podcastSection .bottomCarousel .viewAllBottom a {
  background-image: url(../images/link-arrow.svg);
  color: #f0a000;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 16px;
  text-align: right;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 15px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.home-podcasts .podcastSection .bottomCarousel .viewAllBottom a:hover {
  opacity: 0.4;
}

.backcolPodBlue {
  background: #f7f7fb;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 100px;
}

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

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.commonContent {
  margin-bottom: 40px;
}
.commonContent h4 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 20px;
  color: #222f44;
}

.podcastdetShare {
  filter: brightness(100);
}
.podcastdetShare:hover {
  opacity: 0.5;
}

.podSub {
  font-size: 18px !important;
  position: relative;
  padding-left: 10px;
}
.podSub::before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 100%;
  background-color: #ed9f2b;
  top: 0;
  left: 0;
}

.solarDescription p {
  font-size: 18px;
  line-height: 26px;
}

.showmoreLinkWrapper {
  text-align: center;
  display: block;
}

.showmoreLink {
  background-image: url(../images/link-arrow.svg);
  color: #f0a000;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 16px;
  text-align: right;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 15px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.showmoreLink:hover {
  opacity: 0.5;
}

.newsletterOverlay .content .info .newsletterContainer .dk-selected {
  font-weight: 400;
}
.newsletterOverlay .content .info .newsletterContainer input {
  font-weight: 400;
}
.newsletterOverlay .content .info .newsletterContainer input::placeholder {
  font-weight: 400;
}

.pod .links {
  margin-bottom: 20px;
}
.pod .links a {
  max-width: 190px;
  width: 190px;
}

.smallBanner.projectBanner {
  display: flex;
  position: relative;
  background-image: none;
}
.smallBanner.projectBanner::before {
  content: "";
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  top: auto;
  background: none;
  opacity: 1;
  background-color: rgba(18, 18, 18, 0.5);
}
.smallBanner.projectBanner.pod {
  background-image: url(../images/podbanner.jpg);
}
.smallBanner.projectBanner.pod::before {
  background-color: white;
}

.pushup100px {
  margin-top: -100px;
}

.podcastListing .owl-nav .owl-next span:hover,
.podcastListing .owl-nav .owl-prev span:hover {
  opacity: 0.8;
}

.podCastAlternatingSections .podcastListing .repeatDiv:nth-child(even) {
  background-color: #eeeeee;
  padding: 60px 0;
  margin-bottom: 60px;
}

.podcastListing .owl-nav .owl-prev:hover {
  opacity: 1;
}
.podcastListing .owl-nav .owl-next,
.podcastListing .owl-nav .owl-prev {
  position: absolute;
  filter: none;
}
.podcastListing .owl-nav .owl-next {
  right: -60px;
}
.podcastListing .owl-nav .owl-prev {
  left: -60px;
}
.podcastListing .owl-nav .owl-next span,
.podcastListing .owl-nav .owl-prev span {
  transition: background-color 0.3s ease-in-out;
  background-image: url(/images/arrowRightNew.svg);
  background-size: contain;
  border-radius: 50%;
}
.podcastListing .owl-nav .owl-prev span {
  transform: rotateZ(180deg);
}

.solarDescription .textTrimmed {
  font-size: 16px;
  color: #4d5e7a;
}

.notFound404 {
  padding: 200px 0 0;
  min-height: calc(100vh - 295px);
}

.crowdfundingSection b,
.crowdfundingSection strong {
  color: #05425c;
}

.interactiveMap .row {
  display: flex;
}
.interactiveMap .col-md-8 {
  padding: 0;
}
.interactiveMap .mapFilters {
  padding: 30px;
  background-color: #f4f4f4;
}
.interactiveMap .mapFilters .title {
  color: #222f44;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}
.interactiveMap .mapFilters .filterSelects .dk-select {
  width: 100%;
  margin-bottom: 20px;
  background-color: white;
  border-radius: 70px;
  padding: 0px 20px;
}
.interactiveMap .mapFilters .filterSelects .dk-select .dk-seleted {
  color: #797979;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.interactiveMap .mapFilters .filterSelects .dk-select .dk-select-options {
  border-top: none;
  left: -1px;
  width: calc(100% + 2px);
  padding-bottom: 10px;
  border-radius: 0 0 20px 20px;
}
.interactiveMap .mapFilters .filterSelects .dk-select .dk-select-options .dk-option {
  padding: 5px 20px;
}
.interactiveMap .mapFilters .filterSelects .dk-select.dk-select-open-down {
  border: 1px solid #f0a000;
  border-bottom: none;
  border-radius: 20px 20px 0 0;
}
.interactiveMap .mapFilters .filterSelects button {
  width: 100%;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  outline: none;
  border: none;
  padding: 13px 20px;
  border-radius: 70px;
  background: #efa102;
  border: 1px solid #efa102;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.interactiveMap .mapFilters .filterSelects button:hover {
  background-color: white;
  color: #efa102;
}

.shareDiv {
  position: relative;
  display: inline-block;
}
.shareDiv a {
  display: inline-block;
}
.shareDiv .sharePopup.open {
  position: absolute;
  top: -5px;
  left: calc(100% + 10px);
  width: 100px;
  height: 200px;
  border: none;
  z-index: 1;
  width: auto;
  height: auto;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  min-width: 55px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.shareDiv .sharePopup.open .close {
  display: none;
}
.shareDiv .sharePopup.open .st-btn {
  margin-right: 0px !important;
  display: block !important;
  margin-bottom: 10px;
  height: 32px !important;
  width: 32px !important;
  padding: 4px !important;
}
.shareDiv .sharePopup.open .st-btn img {
  top: 50% !important;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  padding: 0 !important;
}
.shareDiv .sharePopup.open .st-btn:last-child {
  margin-bottom: 0 !important;
}

.episodeItem {
  color: #f0a000 !important;
  font-weight: bold !important;
}

.whatNews {
  padding-top: 100px;
}
.whatNews .listingImage {
  padding-left: 20px;
  padding-bottom: 20px;
  position: relative;
}
.whatNews .listingImage img {
  border: 1px solid #05425c;
}
.whatNews .listingImage::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 60%;
  background-color: #0a4764;
}
.whatNews .listingImage::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40%;
  height: 10px;
  background-color: #0a4764;
}
.whatNews .listingInfos {
  display: none;
}

.home-podcasts .podcastSection {
  margin-bottom: 0;
}

.revampedVideosSection {
  background-image: url(../images/vidbg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}
.revampedVideosSection .blockHead .blockTitle {
  color: white;
}
.revampedVideosSection .sideLinks .viewAll:hover {
  opacity: 0.5;
}
.revampedVideosSection .strip {
  display: none !important;
}
.revampedVideosSection .listingDate,
.revampedVideosSection .latestUpdates .listingTitle a {
  font-size: 17px;
  line-height: 22px;
  color: white;
  text-transform: none;
  font-weight: 400;
}
.revampedVideosSection .listingDate:hover,
.revampedVideosSection .latestUpdates .listingTitle a:hover {
  opacity: 0.5;
}
.revampedVideosSection .videoList .blockBody .listingHolder .listingItem.video .listingImage {
  border: none;
}
.revampedVideosSection .videoList .blockBody .listingHolder .listingItem.video .listingImage img,
.revampedVideosSection .videoList .blockBody .listingHolder .listingItem.video .listingImage iframe {
  transition: all 0.3s ease-in-out;
}
.revampedVideosSection .videoList .blockBody .listingHolder .listingItem.video .listingImage:hover::before {
  width: 100px;
  height: 100px;
}
.revampedVideosSection .videoList .blockBody .listingHolder .listingItem.video .listingImage:hover img {
  transform: none;
}
.revampedVideosSection .listingItem.video .listingImage::before {
  width: 70px;
  height: 70px;
  transition: all 0.3s ease-in-out;
}
.revampedVideosSection .listingItem.video .listingImage a iframe {
  min-height: 0;
}
.revampedVideosSection .videoList .blockBody .listingHolder .listingItem.video .listingImage a {
  display: block;
  overflow: hidden;
}
.revampedVideosSection .videoList .blockBody .listingHolder .listingItem.video .listingImage a img {
  display: block;
  height: 100%;
  object-fit: cover;
}

.revampedPodcastSection {
  margin-bottom: 0;
}
.revampedPodcastSection .whatNews {
  padding-top: 0;
  margin-bottom: 0;
}
.revampedPodcastSection .whatNews .listingImage a {
  overflow: hidden;
}
.revampedPodcastSection .whatNews .listingDescription {
  padding-top: 5px;
  font-size: 18px;
  color: #054b6a;
}
.revampedPodcastSection .whatNews .listingLink a {
  background-image: url(../images/link-arrow.svg);
  color: #f0a000;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 16px;
  text-align: right;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 15px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.revampedPodcastSection .whatNews .col-md-5 {
  padding-right: 90px;
}
.revampedPodcastSection .whatNews .col-md-5 .listingItemLI {
  margin-bottom: 0;
  padding-bottom: 0;
}
.revampedPodcastSection .whatNews .col-md-5 .listingImage {
  margin-bottom: 36px;
}
.revampedPodcastSection .whatNews .col-md-5 .listingInfos {
  display: block;
}
.revampedPodcastSection .whatNews .col-md-5 .listingInfos .listingTitle {
  display: none;
}
.revampedPodcastSection .whatNews .col-md-7 .latestEpisodeHolder .listingItemLI {
  margin-bottom: 0;
  padding-bottom: 0;
}
.revampedPodcastSection .whatNews .col-md-7 .latestEpisodeHolder .listingItemLI .listingImage {
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
}
.revampedPodcastSection .whatNews .col-md-7 .latestEpisodeHolder .listingItemLI .listingImage img {
  border: none;
}
.revampedPodcastSection .whatNews .col-md-7 .latestEpisodeHolder .listingItemLI .listingImage::before, .revampedPodcastSection .whatNews .col-md-7 .latestEpisodeHolder .listingItemLI .listingImage::after {
  display: none;
}
.revampedPodcastSection .whatNews .col-md-7 .latestEpisodeHolder .listingItemLI .listingImage a {
  position: relative;
  cursor: pointer;
}
.revampedPodcastSection .whatNews .col-md-7 .latestEpisodeHolder .listingItemLI .listingImage a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background-image: url(../images/video-play-button.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s ease-in-out;
}
.revampedPodcastSection .whatNews .col-md-7 .latestEpisodeHolder .listingItemLI .listingImage a:hover img {
  transform: none;
}
.revampedPodcastSection .whatNews .col-md-7 .latestEpisodeHolder .listingItemLI .listingImage a:hover::after {
  width: 100px;
  height: 100px;
}
.revampedPodcastSection .whatNews .col-md-7 .latestEpisodeHolder .listingItemLI .listingInfos {
  display: block;
}
.revampedPodcastSection .whatNews .col-md-7 .latestEpisodeHolder .listingItemLI .listingInfos .listingTitle a {
  position: relative;
  background-color: transparent;
  padding: 0;
  font-size: 24px;
  line-height: 30px;
  color: #054b6a;
}
.revampedPodcastSection .whatNews .col-md-7 .latestEpisodeHolder .listingItemLI .listingInfos .listingTitle a:hover {
  opacity: 0.5;
}

.lessmarginbottom {
  margin-bottom: 50px;
  padding-top: 0;
}
.lessmarginbottom .blockHead .sideLinks a:hover {
  opacity: 0.5;
}

.revampedProjectBanner {
  height: 450px;
  background-image: url(../images/projbg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0;
}
.revampedProjectBanner h2 {
  font-size: 60px;
  font-weight: 400;
  line-height: 74px;
  text-align: left;
}

.revampedProjSummary {
  padding: 50px 0;
}
.revampedProjSummary .title {
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  text-align: left;
  padding-left: 40px;
  position: relative;
  margin-bottom: 0;
  max-width: 58%;
}
.revampedProjSummary .title:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: #f0a000;
}

footer .newsLetterContainer .simpleListTitle,
footer .socialMedia h5,
footer .simpleList .simpleListTitle a {
  color: #f0a000 !important;
  font-weight: bold !important;
}

.revampedVideosSection .videoList .blockBody .listingHolder .listingItem.video .listingImage a img {
  width: 100%;
}

.ajaxLoader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 6;
}
.ajaxLoader::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border: 8px solid #005071;
  border-top: 8px solid transparent;
  border-radius: 50%;
  animation: spin 0.5s linear forwards infinite;
}

@keyframes spin {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.revampedVideosSection {
  background-color: white;
  background-image: none;
  margin-bottom: 50px;
}
.revampedVideosSection .latestUpdates .listingDate,
.revampedVideosSection .blockHead .blockTitle {
  color: #222f44;
}
.revampedVideosSection .latestUpdates .listingDate {
  color: #222f44;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 28px;
}

.home-podcasts .podcastSection .bottomCarousel .blockBody .listingTitle a {
  transition: all 0.3s ease-in-out;
}

.blockHead .sideLinks a:hover {
  opacity: 0.5;
}

footer .col-sm-2 .simpleListTitle a:hover {
  color: #f0a000 !important;
}

.onFocus .title {
  text-transform: uppercase;
}

/**Begin Upflift 8/6/2024**/
.ddsecondLevel {
  top: 100%;
}

.leftBorderIntro {
  color: #222f44;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 40px;
  border-left: 2px solid #f0a000;
  margin: 80px 0;
  width: 70%;
}

.revampedImplementationsListing .blockBody {
  width: 1200px;
  margin: 0 auto;
}
.revampedImplementationsListing .blockBody .listingItem {
  display: flex;
  gap: 30px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.revampedImplementationsListing .blockBody .listingItem .listingImage {
  padding: 0 0 15px 15px;
  position: relative;
}
.revampedImplementationsListing .blockBody .listingItem .listingImage a {
  z-index: 2;
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.revampedImplementationsListing .blockBody .listingItem .listingImage a:hover img {
  transform: scale(1.05);
}
.revampedImplementationsListing .blockBody .listingItem .listingImage img {
  max-width: none;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.revampedImplementationsListing .blockBody .listingItem .listingImage:before {
  position: absolute;
  content: "";
  background-image: url(../images/borderCorner.svg);
  background-repeat: no-repeat;
  background-position: bottom left;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.revampedImplementationsListing .blockBody .listingItem .listingImage img {
  display: block;
}
.revampedImplementationsListing .blockBody .listingItem .listingDetails h3 a {
  font-size: 30px;
  color: #222f44;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 35px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  display: block;
  padding-right: 20px;
}
.revampedImplementationsListing .blockBody .listingItem .listingDetails h3 a:hover {
  color: #f0a000;
}
.revampedImplementationsListing .blockBody .listingItem .listingDetails .listingInfo {
  color: #222f44;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 35px;
}
.revampedImplementationsListing .blockBody .listingItem .listingDetails .listingLink {
  color: #f0a000;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  background-image: url(../images/link-arrow-right.svg);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 20px;
}
.revampedImplementationsListing .blockBody .listingItem .listingDetails .listingLink:hover {
  padding-right: 30px;
}
.revampedImplementationsListing.energyListing .blockBody .listingImage {
  padding: 0;
}
.revampedImplementationsListing.energyListing .blockBody .listingImage:before {
  background-image: url(../images/frame.svg);
  z-index: 3;
}

.projectTypeBanner {
  height: 450px;
  margin-bottom: 0;
  display: block;
}
.projectTypeBanner:before {
  background: rgba(18, 18, 18, 0.5);
}
.projectTypeBanner .col-sm-6:first-child {
  height: 200px;
  display: flex;
  align-items: center;
}

.profileDetails {
  max-width: 990px;
}
.profileDetails .col-sm-3 {
  min-height: 500px;
}
.profileDetails .profileImg {
  margin-bottom: 20px;
}
.profileDetails .projectListing h3 {
  text-transform: capitalize;
  font-size: 15px;
}
.profileDetails h3 {
  color: #222f44;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 19px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.profileDetails .position {
  color: #222f44;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 18px;
  margin-bottom: 20px;
}
.profileDetails .joinedDate {
  color: #4d5e7a;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 15px;
}
.profileDetails .profileInfo .description {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 35px;
  font-weight: 400;
  color: #222f44;
}
.profileDetails .profileInfo .description h3 {
  color: #222f44;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 19px;
  text-transform: uppercase;
}
.profileDetails .profileInfo .projectListing h3 {
  color: #222f44;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 19px;
}
.profileDetails .profileInfo .projectListing a {
  color: #4d5e7a;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 19px;
  text-decoration: underline;
  display: block;
  margin-bottom: 10px;
}
.profileDetails .membersocialLinks {
  display: flex;
  gap: 20px;
}
.profileDetails .mail {
  color: #4d5e7a;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 15px;
  padding-left: 30px;
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.profileDetails .mail::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-image: url(/images/Mail.svg);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
}
.profileDetails .linkedin {
  color: #4d5e7a;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 15px;
  padding-left: 30px;
  position: relative;
  display: block;
}
.profileDetails .linkedin::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-image: url(/images/linked-in.svg);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}

.projectListing ul li {
  padding-left: 25px;
  position: relative;
}
.projectListing ul li::before {
  position: absolute;
  content: "";
  left: 6px;
  top: 50%;
  width: 2px;
  height: 2px;
  background-color: #222f44;
  border-radius: 100%;
}

.backLink {
  color: #f0a000;
  font-size: 13px;
  font-weight: 700;
  padding-left: 30px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  display: block;
  clear: both;
  margin-bottom: 30px;
}
.backLink:hover {
  padding-left: 20px;
}
.backLink:before {
  position: absolute;
  content: "";
  left: 0;
  top: 2px;
  background-image: url(/images/arrow-left-yellow.svg);
  background-repeat: no-repeat;
  background-position: top left;
  width: 8px;
  height: 14px;
}

.solarDescription.grayBg {
  background: #f7f7fb;
}
.solarDescription .description {
  position: relative;
  padding-left: 32px;
}
.solarDescription .description::before {
  position: absolute;
  content: "";
  background-color: #f0a000;
  width: 2px;
  height: 68px;
  top: 0;
  left: 0;
}

.downloadPdf {
  position: relative;
}
.downloadPdf h2,
.downloadPdf h6 {
  color: #222f44;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
  line-height: 19px;
  margin-bottom: 30px;
  padding: 0 30px;
}
.downloadPdf .listingSize {
  display: block;
  color: #4d5e7a;
  font-size: 14px;
  padding-top: 5px;
  opacity: 0.5;
}
.downloadPdf li.file {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.downloadPdf a {
  color: #222f44;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 45px;
  position: relative;
  display: block;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  padding-left: 62px;
  padding-right: 30px;
}
.downloadPdf a:hover {
  opacity: 0.5;
}
.downloadPdf a::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0px;
  width: 43px;
  height: 43px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}
.downloadPdf a::after {
  position: absolute;
  display: block;
  content: "";
  background-image: url(/images/download.svg);
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 15px;
}
.downloadPdf a.pdf::before {
  background-image: url(../images/PDF-red.svg);
}
.downloadPdf .tabsRow {
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.downloadPdf .tabsRow .tab {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #222f44;
  letter-spacing: 0;
  line-height: 28px;
  margin-right: 20px;
  position: relative;
  cursor: pointer;
  border-radius: 60px;
  border: 1px solid #ddd;
  padding: 10px 15px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.downloadPdf .tabsRow .tab:last-child {
  margin-right: 0;
}
.downloadPdf .tabsRow .tab.active, .downloadPdf .tabsRow .tab:hover {
  color: #f0a000;
  border-color: #f0a000;
}
.downloadPdf .title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 45px;
}

.speakersListing .title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 45px;
}
.speakersListing .listingItem .listingImage {
  height: 110px;
  width: 110px;
  border-radius: 100%;
  text-align: center;
  margin: 0 auto;
}
.speakersListing .listingItem .listingImage img {
  text-align: center;
  margin: 0 auto;
}
.speakersListing .listingItem .listingInfos {
  width: 65%;
}
.speakersListing .listingItem .listingInfos .listingTitle {
  color: #222f44;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 20px;
}
.speakersListing .listingItem .listingInfos .listingTitle a {
  color: #222f44;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.speakersListing .listingItem .listingInfos .listingTitle a:hover {
  color: #f0a000;
}
.speakersListing .listingItem .listingInfos .listingDescription h6 {
  color: #222f44;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.speakersListing .listingItem .listingInfos .listingLink a {
  background-image: url(/images/linked-in.svg);
  font-size: 0;
  width: 14px;
  height: 14px;
  display: block;
}

.speakersListing .listingItem {
  margin-bottom: 30px;
}

.projectTypeBanner .col-sm-6:first-child {
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
  height: 450px;
}

.projectBannerDetails {
  display: flex;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  margin-top: 40px;
}
.projectBannerDetails .budget {
  padding-left: 30px;
  margin-left: 30px;
  position: relative;
}
.projectBannerDetails .budget::before {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.4);
  width: 1px;
  height: 35px;
  top: -2px;
  left: 0;
}

.newSideTechnologyListing {
  padding-top: 0;
}
.newSideTechnologyListing .techList {
  background-color: #f7f7fb;
  padding: 0 20px;
}
.newSideTechnologyListing .techList .title {
  color: #222f44;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 27px;
  text-transform: uppercase;
  margin-bottom: 45px;
}
.newSideTechnologyListing .techList .listingHolder .listingItemLI {
  display: block;
  padding-bottom: 14px;
  border-bottom: 1px solid #ddd;
  background: #fff;
  padding: 10px 15px;
}
.newSideTechnologyListing .techList .listingHolder .listingItemLI:last-child {
  padding-top: 14px;
  margin-bottom: 0;
  border-bottom: none;
  border-bottom: none;
}
.newSideTechnologyListing .techList .listingHolder .listingItemLI .listingItem {
  display: flex;
  align-items: center;
  position: relative;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.newSideTechnologyListing .techList .listingHolder .listingItemLI .listingItem .absLink {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.newSideTechnologyListing .techList .listingHolder .listingItemLI .listingItem .absLink:hover + * {
  opacity: 0.7;
}
.newSideTechnologyListing .techList .listingHolder .listingItemLI .listingItem .listingImage {
  width: 75px;
  margin-right: 30px;
  display: inline-block;
  vertical-align: middle;
}
.newSideTechnologyListing .techList .listingHolder .listingItemLI .listingItem .listingImage a {
  display: block;
  overflow: hidden;
}
.newSideTechnologyListing .techList .listingHolder .listingItemLI .listingItem .listingImage a img {
  display: block;
  width: 100%;
}
.newSideTechnologyListing .techList .listingHolder .listingItemLI .listingItem .listingInfos {
  display: inline-block;
  width: calc(100% - 52px);
  position: relative;
  vertical-align: middle;
}
.newSideTechnologyListing .techList .listingHolder .listingItemLI .listingItem .listingInfos .listingTitle {
  color: #222f44;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19px;
}
.newSideTechnologyListing .techList .listingHolder .listingItemLI .listingItem .listingInfos .listingLink {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.descriptionContainer .highlightedText {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 30px;
  color: #222f44;
  position: relative;
  line-height: 39px;
}
.descriptionContainer .highlightedText:before {
  position: absolute;
  content: "";
  background: #f0a000;
  height: 68px;
  width: 2px;
  top: 10px;
  left: -40px;
}
.descriptionContainer.grayBg .description {
  color: #222f44;
  font-size: 18px;
}

.technology .pageTitle {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
}

.relatedProjectListing .listingItem {
  padding-bottom: 40px;
  border-bottom: 1px solid #005071;
}
.relatedProjectListing .listingImage {
  margin-bottom: 40px;
  position: relative;
}
.relatedProjectListing .type {
  position: absolute;
  top: 30px;
  left: 30px;
  width: calc(100% - 60px);
}
.relatedProjectListing .type a {
  border-radius: 14px;
  background-color: #15759c;
  border: 1px solid #15759c;
  color: #fff;
  font-size: 13px;
  text-align: center;
  padding: 5px 10px;
  margin-right: 10px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  display: inline-block !important;
  width: auto !important;
  margin-bottom: 10px;
}
.relatedProjectListing .type a:hover {
  background-color: #fff;
  color: #15759c;
}
.relatedProjectListing .listingTitle {
  margin-bottom: 10px;
}
.relatedProjectListing .listingTitle a {
  color: #222f44;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 28px;
}
.relatedProjectListing .listingDescription span {
  font-weight: 500;
  font-size: 12px;
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
  line-height: 11px;
}
.relatedProjectListing .listingDescription span:before {
  position: absolute;
  content: "|";
  color: #4d5e7a;
  right: 0;
  top: 1px;
}
.relatedProjectListing .listingDescription span:last-child:before {
  display: none;
}

.latestOpportunities.mrgb120 {
  margin-bottom: 100px;
}

.projectDetailsTop h3 {
  color: #222f44;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}
.projectDetailsTop .listingImage img {
  max-height: 74px;
}

.grayBg .projectDetails {
  background: #f7f7fb;
  position: relative;
}
.grayBg .projectDetails:before {
  position: absolute;
  content: "";
  background: #f0a000;
  height: 68px;
  width: 2px;
  top: 40px;
  left: -40px;
}
.grayBg .projectDetails h3 {
  color: #222f44;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 30px;
}

.relatedbox {
  padding: 50px;
  display: flex;
  margin-top: -80px;
  justify-content: space-between;
}
.relatedbox .normalBtn {
  min-width: 260px;
}
.relatedbox h3 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.relatedbox .centerAligned {
  margin: 0;
}

.revampedPodcastSectionProjListing #projectListing {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
}
.revampedPodcastSectionProjListing .listingItemLI {
  flex: 0 0 50%;
  padding: 0 15px;
}
.revampedPodcastSectionProjListing .listingItem {
  border: 1px solid #ddd;
  padding: 30px;
  display: flex;
  background-color: transparent;
  min-height: 270px;
}
.revampedPodcastSectionProjListing .listingItem .listingImage {
  justify-content: flex-start;
}
.revampedPodcastSectionProjListing .listingItem .listingImage a {
  overflow: hidden;
}
.revampedPodcastSectionProjListing .listingItem .listingImage a img {
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  max-width: inherit;
  max-height: inherit;
}
.revampedPodcastSectionProjListing .listingItem .listingImage a:hover img {
  transform: scale(1.1);
}
.revampedPodcastSectionProjListing .listingItem .listingInfos {
  width: 100%;
  float: none;
}
.revampedPodcastSectionProjListing .listingItem .listingInfos .listingDate {
  position: relative;
  padding-left: 35px;
  color: #222f44;
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 20px;
}
.revampedPodcastSectionProjListing .listingItem .listingInfos .listingDate::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url(../images/newCalendar.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.revampedPodcastSectionProjListing .listingItem .listingInfos .listingDescription h6 {
  font-size: 14px;
  display: none;
}
.revampedPodcastSectionProjListing .listingItem .listingInfos .listingDescription p {
  display: none;
}
.revampedPodcastSectionProjListing .listingItem .listingInfos .listingTitle a {
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  text-align: left;
}

.relatedImplentations .title {
  font-size: 30px;
}

.relatedProjectListing .listingTitle a:hover,
.latestOpportunities .listingTitle a:hover {
  color: #1d4f71;
}

.relatedProjectListing .listingItem {
  margin-bottom: 40px;
}

.relatedProjectListing .listingImage a {
  overflow: hidden;
}
.relatedProjectListing .listingImage a img {
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.relatedProjectListing .listingImage a:hover img {
  transform: scale(1.1);
}

.revampedProjectBanner::before {
  display: none;
}

#projectListing .listingItemLI:hover .listingItem {
  background-color: #fff;
  border-color: transparent;
}
#projectListing .listingItemLI .listingTitle {
  color: #222f44;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 30px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  margin-bottom: 30px;
  display: block;
}

.projectListing .listingItem .listingImage img {
  max-width: 140px;
  max-height: 125px;
}

.smallBanner.projectBanner h2 {
  font-size: 45px;
  line-height: 40px;
}

.projectDetailsTop .listingItem.op1v6 .listingImage {
  width: auto;
}

.cluster span {
  color: #fff;
}

/**End Upflift 8/6/2024**/
.teamListing .listingItem {
  margin-bottom: 55px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 800ms linear;
  -moz-transition: all 800ms linear;
  -ms-transition: all 800ms linear;
  -o-transition: all 800ms linear;
  transition: all 800ms linear;
  min-height: 250px;
}

.teamListing .listingItem .listingImage {
  height: 215px;
  width: 215px;
  border-radius: 100%;
  margin: 0 auto 15px;
  overflow: hidden;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  border-radius: 0;
  width: 100%;
  height: auto;
}

.teamListing .listingItem .listingImage a {
  display: block;
  height: 190px;
  width: 190px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}

.teamListing .listingItem .listingImage a::before {
  position: absolute;
  content: "";
  bottom: -35px;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}

.teamListing .listingItem .listingImage a img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.teamListing .listingItem .listingInfos {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.teamListing .listingItem .listingInfos .listingTitle {
  margin-bottom: 20px;
}

.teamListing .listingItem .listingInfos .listingTitle a {
  color: #005071;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  text-align: center;
  display: block;
  display: block;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
  position: absolute;
  width: 100%;
}

.teamListing .listingItem .listingInfos .listingTitle a:hover {
  color: #f0a000;
}

.teamListing .listingItem .listingInfos .listingLink {
  margin-bottom: 40px;
  text-align: center;
  display: none;
}

.teamListing .listingItem .listingInfos .listingLink a {
  background: none;
}

.teamListing .listingItem:hover .listingImage a {
  height: 250px;
  width: 250px;
}

.teamListing .listingItem:hover .listingImage a::before {
  opacity: 1;
}

.teamListing .listingItem:hover .listingInfos .listingTitle a {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  margin: 0;
  z-index: 1;
}

.teamListing .listingItem .listingInfos .listingTitle a {
  color: #005071;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  text-align: center;
  display: block;
  display: block;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
  position: absolute;
  width: 100%;
}

.teamListing .listingItem .listingInfos .listingTitle a:hover {
  color: #f0a000;
}

.teamListing .listingItem .listingInfos .listingLink {
  margin-bottom: 40px;
  text-align: center;
  display: none;
}

.teamListing .listingItem .listingInfos .listingLink a {
  background: none;
}

.teamListing .listingItem:hover .listingImage a {
  height: 250px;
  width: 250px;
}

.teamListing .listingItem:hover .listingImage a::before {
  opacity: 1;
}

.teamListing .listingItem:hover .listingInfos .listingTitle a {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  margin: 0;
  z-index: 1;
}

footer .col-sm-4 .simpleListTitle a {
  font-size: 14px !important;
}
footer .simpleList .simpleListTitle a {
  font-size: 12px !important;
}
footer .simpleListTitle {
  padding-bottom: 0;
  border-bottom: none;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
}
footer .simpleListTitle a {
  font-size: 12px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
}
footer .simpleList li {
  display: block;
  width: 100%;
}
footer .simpleList li a {
  color: #d1f2ff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}
footer .newsLetterContainer .newsletterSearch input[type=text] {
  background-color: transparent;
  color: #fff;
}
footer .newsLetterContainer .newsletterSearch a {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(277deg) brightness(107%) contrast(102%);
}
footer .description {
  width: 100%;
  opacity: 0.7;
  margin-top: 60px;
}
footer .footerBottom {
  padding-top: 40px;
  border-top: none;
  margin-top: 0;
  font-size: 12px;
  color: #fff;
}
footer .socialLinks ul {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
footer .socialLinks ul li {
  width: 37px;
  height: 37px;
  border-radius: 100%;
  background-color: #1c6381;
}
footer .socialLinks ul li a {
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
}
footer .designedDeveloped {
  margin-top: 5px;
}
footer .displayFlex {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 40px;
}
footer .simpleListTitle a {
  color: #d1f2ff !important;
}

.PublicationsList .listingImage {
  position: relative;
}
.PublicationsList .listingImage .type {
  bottom: 20px !important;
  background-color: transparent !important;
  top: auto !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  text-align: center;
  flex-direction: column;
  padding-bottom: 25px;
}
.PublicationsList .listingImage .type::before {
  background: #ed9f2b;
  position: absolute;
  content: "";
  width: 28px;
  height: 2px;
  bottom: 0 !important;
  left: 50%;
  transform: translateX(-50%);
}
.PublicationsList .listingImage .type span {
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.relatedProjectListing .listingImage,
.otherPublications .listingImage {
  position: relative;
}
.relatedProjectListing .listingImage:before,
.otherPublications .listingImage:before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.relatedProjectListing .listingImage .type,
.otherPublications .listingImage .type {
  bottom: 20px !important;
  background-color: transparent !important;
  top: auto !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  text-align: center;
  flex-direction: column;
  padding-bottom: 25px;
  left: 0 !important;
}
.relatedProjectListing .listingImage .type::before,
.otherPublications .listingImage .type::before {
  background: #ed9f2b;
  position: absolute;
  content: "";
  width: 28px;
  height: 2px;
  bottom: 0 !important;
  left: 50%;
  transform: translateX(-50%);
}
.relatedProjectListing .listingImage .type a,
.otherPublications .listingImage .type a {
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  background-color: transparent !important;
  border: none !important;
  margin-bottom: 0;
}

.solarDescription.mrgb100.grayBg:last-child {
  margin-bottom: 0;
}

footer .col-sm-4 h5.simpleListTitle a {
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
footer .col-sm-4 h5.simpleListTitle a:hover {
  color: #f0a000 !important;
}

.guests {
  background: #101b2e;
  padding: 100px 0;
}
.guests .blockHead {
  margin-bottom: 40px;
}
.guests .blockHead .blockTitle {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: capitalize;
}
.guests .row {
  display: flex;
  flex-wrap: wrap;
  margin-inline: -4px;
  row-gap: 8px;
}
.guests .row > li {
  padding-inline: 4px;
}
.guests .listingImage img {
  width: 100%;
  display: block;
}
.guests .listingInfos {
  position: absolute;
  bottom: 0;
  padding: 20px;
  color: white;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.guests .listingInfos .listingTitle {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.guests .listingInfos .listingDescription {
  font-size: 17.057px;
  font-weight: 400;
  line-height: 26.154px;
}
.guests .listingItemLI:hover .listingInfos {
  opacity: 1;
  visibility: visible;
}

.podCastDetail {
  position: relative;
  padding: 100px 0;
  background-size: cover;
}
.podCastDetail .backLink {
  margin-bottom: 30vw;
}
.podCastDetail .container {
  height: 100%;
}
.podCastDetail .container .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.podCastDetail .container .content:before, .podCastDetail .container .content:after {
  content: none;
}
.podCastDetail .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30vh;
}
.podCastDetail .info .textContainer {
  max-width: 450px;
}
.podCastDetail .episode {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 174.5%;
}
.podCastDetail .title {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 0;
}

.shareSection .description {
  max-width: 490px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 50px;
}
.shareSection .shareLinks {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 23px;
}
.shareSection .shareLinks span {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 190.1%;
}
.shareSection .shareLinks img {
  height: 18px;
  transition: all 0.3s ease-in-out;
}
.shareSection .shareLinks img:hover {
  scale: 1.1;
}

.smallBanner.projectBanner.pod {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #c0bfb3;
  padding: 250px 0 80px;
}
.smallBanner.projectBanner.pod img {
  max-width: 150px;
  margin-bottom: 40px;
}
.smallBanner.projectBanner.pod .commonContent {
  max-width: 500px;
  color: White;
}
.smallBanner.projectBanner.pod h2 {
  font-size: 50px;
  font-weight: 500;
}
.smallBanner.projectBanner.pod .links a {
  color: white;
  border-radius: 70px;
  background: #ed9f2b;
  border: 1px solid #ed9f2b;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding: 16px 40px;
  margin: 0;
  text-align: center;
  width: 220px;
  transition: all 0.3s ease-in-out;
}
.smallBanner.projectBanner.pod .links a:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  width: 12px;
  height: 12px;
  background: url(/images/playWhite.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.smallBanner.projectBanner.pod .links a:hover {
  background: transparent;
  color: white;
  border: 1px solid #ed9f2b;
}

.podCastDetail {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
  overflow: auto;
  padding: 100px 0 250px;
  color: #fff;
}
.podCastDetail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.podCastDetail:after {
  content: "";
  background: linear-gradient(0deg, #021f2b 0%, rgba(2, 31, 43, 0) 100%);
  mix-blend-mode: multiply;
  position: absolute;
  width: 100%;
  height: 200px;
  bottom: 0;
}
.podCastDetail .container {
  position: relative;
  z-index: 2;
}
.podCastDetail .playBtn {
  position: fixed;
  cursor: pointer;
}
.podCastDetail .content,
.podCastDetail .description,
.podCastDetail .shareSection {
  position: relative;
  z-index: 3;
}
.podCastDetail .description {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 40px;
  max-width: 500px;
}

/*# sourceMappingURL=styles.css.map */
