/* General Styles */
:root{
    --main-font:'Source Sans Pro', sans-serif;
    --dark-blue:#001C70;
}
html,
body{
  overflow-x: hidden;
  scroll-behavior: smooth;
}
html.flexbox body{
  height: auto;
}
html.flexbox .wrapper{
  padding-top: 0;
}
body{
    font-family: var(--main-font);
}
.j-center{
  justify-content: center;
}
.lb-data .lb-details{
  display: none;
}
h2,
.rdlmdev-section-title h2,
.rdlmdev-section-title h3,
.rdlmdev-section-title p,
#news-page .custom-posts h2{
  font-size : 33px;
  line-height : 40px;
  color : var(--dark-blue);
}
.inner-project-slider-titles h3{
  color:#fff;
  font-size: 42px;
  margin: 0;
}
.inner-project-slider-titles h2,
.inner-project-slider-titles h3{
  position: relative;
  z-index: 10;
}
.remove-padding-left{
  padding-left: 0;
}
.rdlmdev-single-content-section p{
  font-size : 19px;
  line-height : 28px;
  color : #606060;
}
.bold-title h2,
.bold-title h3,
.bold-title strong{
  font-weight: bold;
}
.rdlmdev-blue-btn{
  background:var(--dark-blue);
  border:1px solid var(--dark-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  width:133px;
  height:43px;
  font-size : 16px;
  line-height : 15px;
  color : #FFF;
  margin-top: 45px;
  transition:.7s all ease-in-out;
  position:relative;
}
.rdlmdev-blue-btn span{
  position: relative;
  z-index: 10;
}
.rdlmdev-blue-btn span{
  position: relative;
  z-index: 10;
}
.rdlmdev-blue-btn::before{
  content:"";
  position: absolute;
  left: 0;
  top:0;
  width:0;
  height:100%;
  background:#fff;
  transition:.7s all ease-in-out;
}
.rdlmdev-blue-btn:hover::before{
  width:100%;
}
.rdlmdev-blue-btn:hover{
  color:var(--dark-blue);
}
.rd-lmdev-content p,
.location-container p,
.location-container a,
.alternative-contact p,
.alternative-contact a,
.vendor-button p{
  font-size : 16px;
  line-height : 25px;
  color : var(--dark-blue);
}
.location-container h3{
  font-size: 25px;
  line-height: 40px;
  color: var(--dark-blue);
  font-weight: bold;
}
.rdlmdev-featured-section h2{
  margin-bottom:30px;
}
.rdlmdev-featured-section .mySwiper{
  margin-bottom: 25px;
}
.general-section{
  padding:35px 0;
}
.rd-lmdev-col-3{
  max-width:715px;
}

.p-150{
  padding: 97px 150px 97px 197px;
}
.gray-content-padding {
  padding: 97px 150px 97px 14%;
}
.left-margin-fix {
  margin-left: -14%;
}
.right-margin-fix {
  margin-right: -33%;
}
.graybg{
  background:#EFEFEF;
}
/* Header Styles */
.home-hero-background,
.single-hero-background{
    background: url(/wp-content/uploads/Main-Hero-Background.jpg);
    background-size: cover!important;
    background-position: center center!important;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    filter: blur(0);
    -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
.home-hero-background.vh100{
  height:100vh;
}
.single-hero-background{
  background: url(/wp-content/uploads/20180917_79AvenueD-8303.jpg);
}
.rdlmdev-header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background:transparent;
    z-index: 999;
    transition: all 1s ease;
}
.darker-blue-header{
  padding:15px 0!important;
}
#lmdev-menu .menu-item a{
  font-weight: 700;
  transition: .7s all ease-in-out;
}
.darker-blue-header #lmdev-menu .menu-item a{
  color:var(--dark-blue)!important;
}
.darker-blue-header:before{
  background: linear-gradient(180deg, rgba(250,249,251,1) 50%, rgba(255,255,255,0) 71%)!important;
  opacity: .89!important;
}
.darker-blue-header #rdlmdev-affiliate-selector{
  opacity: 0;
}
.darker-blue-header .appointment-menu-item{
  color: var(--dark-blue)!important;
  border: 2px solid var(--dark-blue)!important;
}
.lmdev-header-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.rdlmdev-header-logo-wrapper{
    display: flex;
    flex-direction: column;
    max-width: 210px;
}
.rdlmdev-header-logo-wrapper .logo{
  background: url(/wp-content/uploads/Main-Logo-White.png);
  height: 58px;
  background-size: contain;
  width: 234px;
  background-repeat: no-repeat;
  margin-top: 30px;
}
.darker-blue-header .rdlmdev-header-logo-wrapper .logo{
  background:url(/wp-content/uploads/Header-Dark-Logo.png);
}
.rdlmdev-header-logo-wrapper,
.lmdev-header-container nav{
    flex:1;
}
.rdlmdev-main-menu li a,
.outline-button{
    font-family : var(--main-font);
    font-size : 20px;
    line-height : 18px;
    color : #FFF;
}
.rdlmdev-main-menu li a{
  font-size: 17px;
  border:none!important;
}
.outline-button{
    font-size: 18px;
    display: inline-block;
    color : #FFF!important;
}
.lmdev-desktop-main-menu{
    padding: 0;
}
#rdlmdev-home-hero{
    position: relative;
}
header.lmdev-header.rdlmdev-header:before{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    background: transparent linear-gradient(0deg, #001C7000 0%, #001C7059 15%, #001C70A1 30%, #001C70D5 45%, #001C70F4 59%, #001C70 71%) 0% 0% no-repeat padding-box;
    opacity: 0.59;
    transition: 1s all ease-in-out;
    z-index: 1;
}
.lmdev-header .container{
  z-index: 2;
}
.appointment-menu-item,
.outline-button{
    border: 2px solid #FFFFFF;
    padding: 7px 15px;
}
#load-more-posts:focus:not(:hover) span{
  color:#fff;
}
.outline-button{
  transition:.7s all ease-in-out;
}
.appointment-menu-item:hover{
    background: var(--dark-blue);
}
.darker-blue-header #lmdev-menu .menu-item.appointment-menu-item:hover a{
    color: #fff!important;
}
#rdlmdev-affiliate-selector option{
  color:var(--dark-blue)!important;
}
#rdlmdev-affiliate-selector{
    background: transparent;
    font-family : Source Sans Pro;
    font-size : 19px;
    line-height : 15px;
    color : #FFF;
    border: 2px solid #FFF;
    margin-top: 15px;
    opacity: 1;
    transition: all 1s ease-in-out;
}
/* Slider Styles */
.rdlmdev-home-slider{
    position: relative;
    padding: 30px 50px;
    width: 70%;
    margin-bottom: 95px;
}
.rdlmdev-home-slider:before{
    content: "";
    position: absolute;
    background: transparent linear-gradient(270deg, #001C7000 0%, #001C7059 15%, #001C70A1 30%, #001C70D5 45%, #001C70F4 59%, #001C70 71%) 0% 0% no-repeat padding-box;
    opacity: 0.85;
    left: 0;
    top: 0;
    width: 75%;
    height: 100%;
    z-index: 1;
    transition: .7s all ease-in-out;
}
.slider-in-transition::before{
    width: 0;
    opacity: 1;
}
.rdlmdev-home-slider h2{
    font-size: 55px;
    line-height: 1.1;
    color : #FFF;
    text-shadow : 1px 1px 3px rgba(0, 0, 0, 0.25);
    margin: 0;
	max-width:70%;
}
.uppercase{
  text-transform: uppercase;
}
.inner-page-subtitles{
  font-size: 25px;
  line-height: 1.1;
  color : #FFF;
  font-weight: normal;
  position: relative;
  z-index: 5;
  width: 80%;
  display: block;
}
.rdlmdev-home-slider .slider-underline{
    font-size: 27px;
    line-height: 35px;
    color : #FFFFFF;
    color : rgb(255, 255, 255);
    text-shadow : 1px 1px 3px rgba(0, 0, 0, 0.25);
    width: 60%;
    margin-bottom: 35px;
}
.rdlmdev-hero-slide{
    position: relative;
    z-index: 2;
    color: #fff;
    -webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
.rdlmdev-home-slider{
  -webkit-animation: text-focus-in .7s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
  animation: text-focus-in .7s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
.rdlmdev-hero-slide:not(:first-of-type){
    display: none;
}
#rdlmdev-home-hero .swiper-pagination-bullets{
  bottom:75px;
}
.small-image-gallery-wrapper .swiper-pagination-bullets{
  bottom:-25px!important;
}
#rdlmdev-home-hero .swiper-pagination-bullet{
    height:15px;
    width:15px;
    border: 2px solid #FFF;
    border-radius: 0;
    background: transparent;
    transition: 1s all ease-in-out;
}
.slider-pagination{
    display: flex;
    justify-content: center;
    gap:15px;
}
.slider-pagination:hover{
    cursor: pointer;
}
#rdlmdev-home-hero .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #FFF;
}
.arrow-wrapper{
  position: absolute;
  bottom: 3%;
  right: 3%;
  animation: moveUpDown 3s ease-in-out infinite;
  background: var(--dark-blue);
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  border-radius: 100%;
  padding-bottom: 15px;
  z-index: 10;
  cursor: pointer;
}
.arrow-down{
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    width: 33px;
    height: 33px;
    transform: rotate(45deg);
}
/* Counters Section */
.single-counter{
  width:33%;
  padding: 15px 0;
  max-width: 410px;
}
.fader-counter{
  opacity: 0;
  transition: .7s all ease-in-out;
}
.fade-in-counter{
  opacity: 1;
}
.single-counter .single-counter-inner-wrap{
  padding:0 35px; 
}
.single-counter:not(:last-child) .single-counter-inner-wrap{
  border-right: 2px solid rgb(0 0 0 / 20%);
}
.inner-counters,
.full-width-text-column{
  margin-bottom: 35px;
  margin-top:35px;
}
.single-counter .counter-number,
.single-counter p{
  text-align: center;
}
.rdlmdev-section-title h2,
.rdlmdev-section-title h3,
.rdlmdev-section-title p{
  margin-bottom: 45px;
}
.single-counter .counter-number{
  font-size : 90px;
  line-height : 90px;
  margin-bottom: 25px;
  color : #0079DB;
}
.single-counter p{
  font-size : 20px;
  line-height : 24px;
  color : var(--dark-blue);
}
/* Footer Styles */
.rdlmdev-footer{
  background: #00123F;
  padding:85px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.rdlmdev-footer>.container>.row{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.rdlmdev-footer .rdlmdev-footer-menu{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  width: 100%;
  padding: 0;
}
.url-info-line{
  text-align: center;
  padding: 25px 0;
  background: #EBEBEB;
  margin-bottom: 50px;
}
.url-info-line a{
  color: #001c70;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 24px;
}
.rdlmdev-footer .rdlmdev-footer-menu .menu-item{
  padding:0 10px;
}
.rdlmdev-footer .rdlmdev-footer-menu .menu-item:not(:last-child){
  border-right: 1px solid #FFF;
}
.rdlmdev-footer .rdlmdev-footer-menu .menu-item a{
  font-size : 2.23Vh;
  line-height : 3.8vh;
  color : #FFF;
  transition: .7s all ease-in-out;
}
.rdlmdev-footer-socials {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap:15px;
}
.rdlmdev-footer-socials .socials-item{
  display: flex;
  justify-content: center;
  align-items: center;
  background:#FAE800;
  color: var(--dark-blue);
  width:43px;
  height: 43px;
  font-size: 23px!important;
}
.rdlmdev-footer .copyright{
  text-align: center;
  margin-top: 30px;
}
.rdlmdev-footer .copyright p{
  font-size : 1.7vh;
  line-height : 1.91vh;
  color : #FFFFFF;
}
#rdlmdev-filter-section{
  padding-bottom: 105px;
}
.rd-project-card-wrap{
  margin-bottom: 30px;
}
.rd-project-card{
  display: flex;
  align-items: flex-end;
  position: relative;
  height:360px;
  max-width: 100%;
  transition: 1s all ease-in-out;
}
.rd-project-card:hover{
  transform: scale(1.025);
}

.rd-project-card-inner{
  height:25%!important;
}
.rd-project-card-inner,
.rd-project-card-info-box .project-info-block{
  width:100%;
}
.rd-project-card:hover .rd-project-card-info-box p{
  color:var(--dark-blue);
  transition: 1s all ease-in-out;
}
.rd-project-card:hover .rd-project-card-info-box p{
  color:#fff;
}
.rd-project-card-info-box .info-button,
.inner-video-content .info-button{
  width:100%;
  display: flex;
  justify-content: center;
  
}
.rd-project-card-info-box .info-button a{
  display: none;
  margin-bottom: 15px;
}
.rd-project-card:hover .rd-project-card-info-box .info-button a{
  display:flex;
}
.rd-project-card:hover .rd-project-card-info-box:not(.community-news-info-box){
  background:#0079DB;
}
.rd-project-card h2{
  word-wrap: break-word;
  widows: 2;
  font-weight : bolder;
  font-size: 1.7rem;
  line-height: 19px;
  color : var(--dark-blue);
  margin: 0;
  transition: 1s all ease-in-out;
}
.hiddent-enterance {
  display: none;
}
.entered {
  display: block;
}
.single-project-button-wrap{
  padding-top: 15px;
  padding-right: 15px;
}
.community-news-info-box{
  border:1px solid #951c2f!important;
}
.community-news-info-box h2{
  color:#951c2f;
}
.rd-project-card:hover h2{
  color:#FFF;
}
.rd-project-card:hover::after{
  background: transparent linear-gradient(180deg, #001C7080 0%, #001C708E 11%, #001C70E5 84%) 0% 0% no-repeat padding-box;
}
.rd-project-card>.rd-project-card-inner>.white-rd-btn{
  width: 0;
}

.single-project-button{
  display: flex;
  transition: all .3s ease-in-out;
  min-width:110px!important;
  margin-left: 10px!important;
}
.white-rd-btn{
  font-size: 14px;
  line-height: 18px;
  color: #FFF!important;
  border: 1px solid #FFF;
  padding: 7px 15px;
  width: 110px;
  height: 41px;
  align-items: center;
  justify-content: center;
  -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
#rdlmdev-filter-section .rdlmdev-search-row{
  padding:30px 0;
  margin:30px 0;
  background:transparent;
}
#rdlmdev-filter-section .rdlmdev-search-row form input,
#rdlmdev-filter-section .rdlmdev-search-row form select{
  border: 1px solid var(--dark-blue);
  background:transparent;
  border-radius: 0;
  height:50px;
  display: flex;
  align-items: center;
}
#rdlmdev-filter-section .rdlmdev-search-row form input::placeholder,
#rdlmdev-filter-section .rdlmdev-search-row form input,
#rdlmdev-filter-section .rdlmdev-search-row form select{
  font-size : 21px;
  line-height : 36px;
  color : var(--dark-blue);
}
#rdlmdev-filter-section .rdlmdev-search-row form .form-group{
  margin:0;
}
#rdlmdev-filter-section .rdlmdev-search-row form select option{
  color:#00123F;
}
#rdlmdev-filter-section .rdlmdev-search-row form button[type="submit"]{
  background: #0079DB;
  border: 1px solid #0079DB;
  font-size : 24px;
  line-height : 36px;
  color : #FFFFFF;
  height:50px;
  padding:10px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width:100%;
}
/* Single Project Styles */
.rdlmdev-hero-single-project-example{
  height: calc(100vh - 175px);
  display: flex;
  align-items: flex-end;
}
.single-project-slider-inner{
  margin-bottom: 170px;
}
.single-project-slider-inner h2{
  font-size: 7.01vh;
  line-height: 6.80vh;
  color: #FFF;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 10;
  margin: 0;
  
}
#quick-info-bar {
  padding:40px 0;
  background:#0079d71a;
}
#quick-info-bar .address a{
  display: block;
  width: 70%;
}
#quick-info-bar>.container{
  display: flex;
  justify-content: space-between;
}
#quick-info-bar .single-info{
  width: 24%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.single-info.address{
  flex:1;
}
#quick-info-bar a,
#quick-info-bar strong,
.transparent-info-content strong{
  font-size : 18px;
  line-height : 18px;
  color : #001C70;
  font-weight: bold;
}
#quick-info-bar a,
#quick-info-bar a p{
  font-size: 21px;
  line-height: 21px;
}
#quick-info-bar strong{
  font-size: 27px;
  line-height: 35px;
}
.rdlmdev-featured-section{
  position:relative;
}
.rdlmdev-featured-section .swiper-button-next, .swiper-rtl .swiper-button-prev{
  right: var(--swiper-navigation-sides-offset,70px);
}
.rdlmdev-featured-section .swiper-button-prev, .swiper-rtl .swiper-button-next{
  left: var(--swiper-navigation-sides-offset,70px);
}
.gallery-scroller{
  position:relative;
}
.gallery-scroller .swiper-button-next, .swiper-rtl .swiper-button-prev{
  right:var(--swiper-navigation-sides-offset,70px);
}
.gallery-scroller .swiper-button-prev, .swiper-rtl .swiper-button-next{
  left: var(--swiper-navigation-sides-offset,70px);
}
.top-fix-pagination{
  top: 55px!important;
}
.swiper-pagination-bullet {
  border-radius: 0!important;
}
.limit-to-scroll{
  position: relative;
}

.gallery-swiper{
  margin-bottom: 30px;
}
.gallery-swiper .swiper-slide img{
  max-width: 100%;
  height: 350px;
}

#quick-info-bar p,
.transparent-info-content p{
  font-size : 18px;
  line-height : 18px;
  color : #001C70!important;
}
#quick-info-bar p{
  font-size: 16px;
}
.transparent-info-content{
  padding:30px 0;
  border-top:2px solid var(--dark-blue);
}
.transparent-info-content a{
  display: block;
  font-size : 18px;
  line-height : 18px;
  color : #0079D7;
  text-decoration : underline;
}
#quick-info-bar>.container>.single-info:first-of-type{
  border-right:1px solid var(--dark-blue);
}
#rdlmdev-single-content-section{
  padding:45px 0;
}
.single-project-content .row{
  display: flex;
  align-items: center;
}
.single-project-content .row.content-row-reverse{
  flex-direction: row-reverse;
  margin-top:70px;
  margin-bottom: 70px;
}
.single-project-content p,
.single-project-content ul li{
  font-size : 19px;
  line-height : 25px;
  color : #606060;
}
#content-map-section{
  margin-bottom: 33px;
}
#content-map-section>.container{
  padding:0!important;
}

.gallery-flex{
  display: flex;
  flex-wrap: wrap;
  gap:30;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 33px;
}
.gallery-flex img{
  max-width: 33%;
}
.tag-cloud strong{
  font-size : 18px;
  line-height : 18px;
  color : #001C70;
  font-weight: bold;
}
.tag-cloud{
  margin-bottom: 33px;
}
.tag-cloud .tags span{
  font-size : 18px;
  line-height : 18px;
  color : #001C70;
  margin-right: 50px;
  margin-top: 15px;
}
#awards-and-news{
  padding:90px 0;
  background:#EBEBEB;
}
#awards-and-news #awards-section {
  display: none;
}
.news-single{
  position: relative;
}
.news-awards-toggler{
  display: flex;
}
.news-awards-toggler h2{
  transition: .7s all ease-in-out;
  background:transparent;
  padding: 15px;
  cursor: pointer;
}
.postitions-row{
  display:flex;
  flex-wrap: wrap;
}
.single-position{
  background: #FFF 0% 0% no-repeat padding-box;
  height: 110px;
  flex-direction: column;
  margin-bottom: 50px;
  overflow-wrap: break-word;
  widows: 3;
  orphans: 3;
  border: 1px solid #001C70;
  display: flex;
}
.single-position-main-title{
  font-size : 18px;
  line-height : 26px;
  color : #FFF!important;
  background-color: #0079D7;
  height: 65%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px;
  margin-bottom: 5px;
  transition:.7s all ease-in-out;
}

.postitions-row .single-position{
  width: 31.23%;
  max-width: 32.3%;
  flex-grow: 1;
  margin-right: 15px;
}
.single-position:hover .single-position-main-title{
  background:#00123F;
}
.single-position-category-button{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  padding-left: 15px;
}
.single-position-category-button p{
  margin:0;
}
.single-position-more-info{
  background:transparent;
  color: #001C70;
  border:1px solid #001C70;
  align-self: flex-end;
  margin-right: 15px;
  padding: 0 25px;
  transition:.7s all ease-in-out;
}
.single-position:hover .single-position-more-info{
  color:#fff;
  background:#00123F;
}
.single-position-more-info:hover{
  color:#fff;
  background:#00123F!important;
}
.news-awards-toggler>h2{
  margin-right: 25px;
}
.active-awads-news-title{
  color: #fff!important;
  background: #00123f!important;
}
.news-and-awards{
  -webkit-animation: fade-in 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  animation: fade-in 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
#awards-and-news h2{
  font-weight : bold;
  font-size : 40px;
  line-height : 44px;
  color : #001C70;
  margin-bottom: 30px;
}
.awards{
  padding-top:15px;
  padding-bottom:15px ;
  margin-bottom: 30px;
}
.awards-row{
  padding:10px;
  border-bottom: 2px solid #001C70;
}
.awards-row span{
  font-size : 22px;
  line-height : 22px;
  color : #001C70;
  margin-right: 25px;
}
.single-news-box{
  background: #FFF 0% 0% no-repeat padding-box;
  height: 110px;
  flex-direction: column;
  margin-bottom: 50px;
  overflow-wrap: break-word;
  widows: 3;
  orphans: 3;
}
.single-news-box a{
  font-size : 18px;
  line-height : 26px;
  color : #FFF;
  background-color: #0079D7;
  height: 65%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px;
  margin-bottom: 5px;
}
.single-news-box p{
  display: block;
  font-size : 19px;
  line-height : 26px;
  color : #001C70;
  padding-left: 15px;
  font-style: italic;
}
.swiper-wrapper {
  transition-timing-function: linear;
}
/* Team Page */
#team-members,
#impact-selector{
  padding-top:75px;
  padding-bottom: 75px;
}
.team-selector-wrap{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.impact-selector-tabs{
  justify-content: space-between;
}
.single-category-tab{
  font-size: 19px;
  line-height: 3.8vh;
  color: var(--dark-blue);
  transition: 1s all ease-in-out;
  text-transform: uppercase;
  background:transparent;
  padding:10px;
  cursor: pointer;
  position: relative;
  width: 20%;
  margin-bottom: 15px;
}
.single-category-tab.width25{
  width:25%;
}
.single-category-tab.width20{
  width:18.5%;
}
.btn-width-fix{
  width:200px;
}
.btn-width-fix span{
  position: relative;
  z-index: 10;
}
.single-category-tab span{
  position: relative;
  z-index: 10;
}
.single-category-tab::before{
  content:"";
  background: var(--dark-blue);
  left: 0;
  top: 0;
  width: 1px;
  position: absolute;
  height: 100%;
  transition: .5s all ease-in-out;
  z-index: 1;
}
.single-category-tab.active:hover::before{
  color:var(--dark-blue);
  width:100%;
}
.single-category-tab.active::before{
  background:var(--dark-blue);
  width:100%!important;
}
.single-category-tab.active{
  color:#fff;
}
.single-category-tab:hover::before{
  background:var(--dark-blue);
  width:100%;
}
.single-category-tab span{
  font-size: 19px;
  line-height: 3.8vh;
}
.single-category-tab a{
  color: var(--dark-blue);
}
.single-category-tab:hover span,
.single-category-tab:hover a{
  color:#fff;
  
}
.team-title{
  width: 100%;
  display: block;
}
.space-between-team{
justify-content: space-between;
}
.team-tab{
  padding:50px 0;
  padding-right:10px;
  padding-left:10px;
}
.team-tab-grid{
  display: grid;
  grid-template-columns: 24% 24% 24% 24%;
  justify-content: space-between;
}
.projects-tab-grid{
  display: grid;
  grid-template-columns: 33% 33% 33%;
  justify-content: space-between;
}
.page-id-20124 .video-container{
  display: grid!important;
  grid-template-columns: 33% 33% 33%;
  justify-content: space-between!important;
}
.page-id-20124 .video-container .single-video-content{
  width:100%!important;
}
.st-image img{
  max-width: 100%;
}
.gap-0{
  gap:0!important;
}
.social-imact-image-wrap img{
  max-width: 100%;
}
.team-tab .single-team-member{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 15px;
  -webkit-animation: fade-in 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  animation: fade-in 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;

}
.team-tab .single-team-member.our-people{

  margin-right: 0;
  box-sizing: border-box;
}
#rdlmdev-affiliate-selector option[value="Affiliate Companies"] {
  display: none;
}
.image-wrapper-inner-info{
  position: relative;
  width:100%;
  overflow: hidden;
}
.image-wrapper-inner-info img{
  width: 300px;
}
.inner-info-text-hover{
  position: absolute;
  top: 0;
  text-align: center;
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap:15px;
  justify-content: center;
  align-items: center;
  color:#fff;
  background: rgb(0 28 112 / 90%);
  padding: 15px;
  transition: 1s all ease-in-out;
  opacity: 0;
}
.image-wrapper-inner-info:hover .inner-info-text-hover{
  opacity: 1;
}
.team-tab .single-team-member strong{
    font-size: 2.23Vh;
    line-height: 3.8vh;
    color: #337ab7;
    font-weight: 900;
    transition: .7s all ease-in-out;
}
.alternative-contact{
  padding-top: 23px;
}
#address-section .contact-us-content{
  margin-bottom: 30px;
}
.contacts-wrapper{
  display: flex;
  flex-wrap: wrap;
  gap:35px;
}
.location-container{
  transition: 1s all ease-in-out;
  cursor: pointer;
  width:calc(33% - 35px);
  padding: 25px;
}
.location-container.active,
.location-container:hover{
  background: #001c70;
}
.location-container.active p,
.location-container.active a,
.location-container.active h3,
.location-container:hover p,
.location-container:hover a,
.location-container:hover h3{
  color: #fff!important;
}
/* Video Page Styles */
#videos-section{
  padding:70px 0;
}
.video-container{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.video-container .single-video-content{
  flex: 0 0 calc(33.33% - 15px);
  width: calc(32.33% - 15px);
  margin-bottom: 15px;
  margin-right: 15px;
  height: 400px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 9;
  transition: 1s all ease-in-out;
}
.video-container .single-video-content .inner-video-content,
.rd-project-card-info-box{
  width: 100%;
  height: 25%;
  display: grid;
  grid-template-columns: 70% 30%;
  justify-content: flex-start;
  align-items: center;
  padding: 0 15px;
  position: relative;
  bottom: 0;
  background: #FFF;
  border: 1px solid var(--dark-blue);
  word-wrap: break-word;
  widows: 2;
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
  color: var(--dark-blue);
  transition: 1s all ease-in-out;
}
.rd-project-card-info-box{
  height:100%;
}
.video-container .single-video-content:hover{
  transform: scale(1.015);
  z-index: 11;
}
.video-container .dedication:hover .inner-video-content{
  background: #729f82!important;
  border: 1px solid #729f82!important;
}
.video-container .relationships:hover .inner-video-content{
  background: #197fa7!important;
  border: 1px solid #197fa7!important;
}
.video-container .innovation:hover .inner-video-content{
  background: #951c2f!important;
  border: 1px solid #951c2f!important;
}
.video-container .respect:hover .inner-video-content{
  background: #f55765!important;
  border: 1px solid #f55765!important;
}
.video-container .quality:hover .inner-video-content{
  background: #251651!important;
  border: 1px solid #251651!important;
}
.video-container .integrity:hover .inner-video-content{
  background: #f7bd42;
  border: 1px solid #f7bd42;
}
.community-news-general-page .single-video-content .inner-video-content{
  color:#951c2f;
}
.video-container .single-video-content:hover .inner-video-content{
  background: #0079DB;
  border: 1px solid #0079DB;
  color:#fff;
}
.community-news-general-page .single-video-content:hover .inner-video-content{
  background: #951c2f;
  border: 1px solid #951c2f;
  color:#fff;
}
.single-video-content .info-button{
  opacity: 0;
  transition:.7s all ease-in-out;
  align-self: center;
}
.video-container .white-rd-btn{
  color: var(--dark-blue)!important;
  border:1px solid var(--dark-blue)!important;
  margin-left: 0!important;
  transition: .7s all ease-in-out!important;
}
.single-video-content:hover .info-button{
  opacity: 1;
}
.single-video-content:hover .white-rd-btn{
  color:#fff!important;
  border:1px solid #fff!important;
}
.video-container .vid-title,
.project-title{
  font-size: 1.7rem;
  padding-right:15px;
  transition: .7s all ease-in-out;
}
.person-info-title{
  width:70%;
  text-align:center;
}
.project-title p{
  margin-bottom: 0;
}
.video-container .vid-title{
	font-weight:bolder;
}
.video-container .vid-title p{
	font-weight:normal;
}
.single-video-content:hover .vid-title{
  color:#fff;
}
.slide-up-menu-hide{
	-webkit-animation: slide-out-top 1.3s ease-in-out both;
	        animation: slide-out-top 1.3s ease-in-out both;
}
.slide-up-menu-show{
  -webkit-animation: slide-in-top .7s ease-in-out both;
  animation: slide-in-top .7s ease-in-out both;
}
.content-padding{
  padding-top: 70px;
  padding-bottom: 70px;
} 
.st-content strong{
  font-size: 18px;
  margin-bottom: 5px;
  display: block;
}
.social-content-section{
  padding-top: 25px;
  padding-bottom: 25px;
}
#vendor-buttons{
  margin-bottom: 70px;
}
.vendor-button{
  border: 1px solid #0079DB;
  padding: 35px;
  background: #fff;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.vendor-button:hover{
  background:#0079DB;
}
.vendor-button a{
  color:#0079DB;
  font-size: 35px;
}
.vendor-button:hover a,
.vendor-button:hover p{
  color:#fff;
}
.vendor-button:hover p,
.vendor-button:hover a,
.vendor-button{
  transition: .7s all ease-in-out;
}
.entrance-element{
  display: none;
}
.visible-element{
  display: block;
}
.impact-tab-response:not(:first-of-type){
  display: none;
}
.impact-tab-response{
  -webkit-animation: fade-in 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  animation: fade-in 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
.full-width-swiper-box {
  width: 100% !important;
}
.single-tab{
  text-align: center;
}
.single-tab span{
  font-size: 1.9vh;
}
.vendors-images img{
  max-width: 100%;
}
#news-redesigned{
  padding-top:70px;
  padding-bottom: 70px;
}
#news-redesigned .post-listing{
  margin-bottom: 50px;
}
#news-redesigned h3,
#news-page .post-listing h3, 
#news-archive .post-listing h3, 
#press-release-archive .post-listing h3{
  font-size: 21px;
  margin-bottom: 10px;
  color:#00123F;
  font-weight: normal;
}
#news-redesigned p{
  font-size: 17px;
  line-height: 28px;  
  color: #606060;
}
#news-redesigned .info-button{
  text-align: right;
  padding-right: 35px;
}
#news-redesigned .info-button a{
  background:transparent;
  transition: .7s all ease-in-out;
  color:#00123F;
}
#news-redesigned .info-button a:hover{
  background:var(--dark-blue);
  color:#fff;
  border:1px solid #fff;
}
.rdlmdev-blue-btn:before{
	content:none!important;
}
.rdlmdev-blue-btn{
  background:transparent!important;
  transition: .7s all ease-in-out!important;
  color:#00123F!important;
}
.rdlmdev-blue-btn:hover{
  background:var(--dark-blue)!important;
  color:#fff!important;
  border:1px solid #fff!important;
}
#news-redesigned .years-list{
  display: flex;
  gap:10px;
  list-style: none;
  padding-left: 0;
}
#news-redesigned .years-list li{
  font-size: 21px;
  padding: 5px;
  border:1px solid #00123f;
  transition: .7s all ease-in-out;
}
#news-redesigned .years-list li:hover{
  padding: 5px;
  background: #00123f;
  border:1px solid #00123f;
}
#news-redesigned .years-list li:hover a{
  color:#fff;
}
#news-redesigned hr.divide{
  margin-top: 30px;
  margin-bottom: 30px;
}
.horizontal-ruller{
  width: 100%;
    height: 1px;
    margin: 30px 0;
    display: block;
    background: rgb(0 0 0 / 15%);
}
.flex-box-wrap{
  display: flex;
  justify-content: space-between;
}
.single-si-box{
  height: 350px;
  width: 24.5%;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.si-title-box{
  height: 25%;
  padding: 15px;
  width: 100%;
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #001C70;
  color:#00123F;
  font-size: 1.7rem;
  padding-right: 15px;
  transition: .7s all ease-in-out;
}
.gray-text-middle{
  background: gray;
  padding: 15px 0;
  color: #fff;
  text-align: center;
  margin-top: 35px;
}
.text-right{
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
.si-hover-text{
  position: absolute;
  height: 100%;
  width: 100%;
  top:0;
  left:0;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
  background:rgb(0 28 112 / 90%);
  transition: .7s all ease-in-out;
}
.single-si-box:hover .si-hover-text{
  opacity: 1;
}
.si-hover-text p,
.si-hover-text a{
  color:#fff;
}
.related-sidebar{
  border-left: 1px solid gray;
  padding-left:10px;
  padding-right: 55px;
}
.related-sidebar h2{
  margin: 0;
  background: var(--dark-blue);
  color: #fff;
  margin-left: -10px;
}
.single-news-content{
  padding-right: 90px;
}
.related-sidebar a{
  display: block;
  padding:7.5px 0;
  font-size: 17px;
}
.position-sticky{
  position: sticky;
  top:70px;
}
.grantees-hover{
  color: var(--dark-blue);
  border: 2px solid var(--dark-blue);
  font-family: var(--main-font);
  font-size: 17px;
  line-height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  margin-top: 15px;
  transition:.7s all ease-in-out;
}
.grantees-hover:hover{
  color:#fff;
  background:var(--dark-blue);
}
@media (max-width:1200px){
  .vendor-button{
    margin-bottom: 50px;
  }
}
@media (min-width:1200px){
  .single-project-content .row.content-row-reverse .image-container{
    justify-content: flex-start!important;
  } 
  .single-project-content .row .image-container{
    justify-content: flex-end!important;
  }
  .padding-fixup{
    padding:0;
  }
    .rdlmdev-header{
        padding: 38px 0;
    }
    .rdlmdev-hero .hp-slider .swiper-slide{
        padding:270px 0 53px 0;
    }
    .project-hero-padding-adjust{
      padding:297px 0 42px 0;
    }
    .rd-project-card{
      width:480px;
    }
    .single-project-content .text-column,
    .right-padding-50{
      padding-right: 50px;
    }
    .sinle-project-slider{
      margin-bottom:50px;
    }
    .sinle-project-slider .image-column{
      height:393px;
    }
    .news-single .swiper-button-prev,
    .news-single  .swiper-rtl .swiper-button-next,
    .sinle-project-slider .swiper-button-prev, 
    .sinle-project-slider .swiper-rtl .swiper-button-next {
      left: var(--swiper-navigation-sides-offset,70px);
    }
    .sinle-project-slider .swiper-button-next,
    .sinle-project-slider .swiper-rtl .swiper-button-prev,
    .news-single .swiper-button-next,
    .news-single .swiper-rtl .swiper-button-pre{
      right: var(--swiper-navigation-sides-offset,70px);
    }
    .transparent-info-content{
      margin-bottom: 90px;
    }
    .rdlmdev-main-menu .sub-menu{
      width: 300px;
      background: #ffffffdc!important;
      left:0;
      border-left: 7px solid var(--dark-blue);
    }
    .rdlmdev-main-menu .sub-menu .menu-item{
      padding:3px 0;
      margin-left: 0!important;
    }
    .rdlmdev-main-menu .sub-menu a {
      font-family: var(--main-font);
      font-size: 17px!important;
      line-height: 18px!important;
      color: var(--dark-blue)!important;   
      
    }
}
@media (min-width:998px){
  .rdlmdev-dflex-row{
    display: flex;
    flex-direction: row;
  }
}
@media (min-width:1500px){
    .container{
        width:80%;
    }
    .rdlmdev-main-menu li{
        margin: 0 12px !important;
    }
}
@media (min-width:900px) and (max-width:1350px){
  .rdlmdev-featured-section .swiper-button-next, .swiper-rtl .swiper-button-prev,
  .gallery-scroller .swiper-button-next,.gallery-scroller .swiper-rtl .swiper-button-prev,
  .news-single .swiper-button-next,.news-single .swiper-rtl .swiper-button-prev,
  .news-single .swiper-button-next,.news-single .swiper-rtl .swiper-button-prev{
    right: var(--swiper-navigation-sides-offset,5px);
  }
  .rdlmdev-featured-section .swiper-button-prev, .swiper-rtl .swiper-button-next,
  .gallery-scroller .swiper-button-prev,.gallery-scroller .swiper-rtl .swiper-button-next,
  .news-single .swiper-button-prev,.news-single .swiper-rtl .swiper-button-next,
  .news-single .swiper-button-prev,.news-single .swiper-rtl .swiper-button-next{
    left: var(--swiper-navigation-sides-offset,5px);
  }
  .rd-project-card h2{
    font-size: 18px;
  }
}
@media (min-width:900px) and (max-width:1550px){
  .p-150{
    padding-left: 150px;
  }
}
@media (min-width:1200px) and (max-width:1910px){
  .lmdev-desktop-main-menu li.appointment-menu-item{
    margin-right: 0!important;
  }
  .rp-0{
    padding-right: 0!important;;
  }
}
/* Animation Classes */
.fade-out {
	-webkit-animation: fade-out 1s ease-out both;
	        animation: fade-out 1s ease-out both;
}
.gray{
	-webkit-animation: fade-out 1s ease-out both;
	        animation: fade-out 1s ease-out both;
}
/* Animation Keyframes */
@-webkit-keyframes text-focus-in {
    0% {
      -webkit-filter: blur(12px);
              filter: blur(12px);
      opacity: 0;
    }
    100% {
      -webkit-filter: blur(0px);
              filter: blur(0px);
      opacity: 1;
    }
  }
  @keyframes text-focus-in {
    0% {
      -webkit-filter: blur(12px);
              filter: blur(12px);
      opacity: 0;
    }
    100% {
      -webkit-filter: blur(0px);
              filter: blur(0px);
      opacity: 1;
    }
  }

  @-webkit-keyframes fade-out {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes fade-out {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }

  @-webkit-keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes moveUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@-webkit-keyframes slide-out-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
}
@keyframes slide-out-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
}
@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.lmdev-device-main-menu{
  list-style: none;
}
.page-id-20124 .video-container::before{
  content: none;
}
@media (min-width:1200px) and (max-width:1500px){
  .rdlmdev-home-slider{
      position: relative;
      padding: 20px 30px;
      width: 90%;
      margin-bottom: 55px;
  }
  .rdlmdev-hero-single-project-example {
    height: calc(100vh - 55px);
    display: flex;
    align-items: flex-end;
  }
  .rdlmdev-main-menu li a,
  .rdlmdev-main-menu .sub-menu a{
    font-size: 15px!important;
  }
}
@media (max-width:1199px){
  .rd-project-card-info-box .info-button a{
    display:flex;
  }
  .info-button a,
  .video-container .white-rd-btn,
  #news-redesigned .info-button a{
    color:var(--dark-blue)!important;
    border:1px solid var(--dark-blue);
  }
  header.lmdev-header.rdlmdev-header:not(.darker-blue-header):before{
    height:150px;
  }
  .rdlmdev-hero-single-project-example{
    height: 100%;
  }
  .lmdev-header-container{
    justify-content: flex-start;
  }
  .lmdev-header .burger .icon-bar{
    background-color:#fff!important;
  }
  .darker-blue-header .burger .icon-bar{
    background-color:var(--dark-blue)!important;
  }
  .single-counter p{
    font-size: 17px;
  }
  .single-counter .counter-number{
    font-size: 75px;
  }
  .limit-to-scroll{
    max-height:1000px;
  }
  .postitions-row .single-position{
    width: 48.23%;
    max-width: 48.3%;
  }
  #rdlmdev-affiliate-selector{
    max-width: 230px;
  }
  .rdlmdev-header-logo-wrapper{
    max-width: none;
    margin-right: -35px;
    width:80%;
  }
  .video-container .single-video-content{
    flex: 0 0 calc(49.33% - 15px);
  }
  .right-margin-fix{
    margin-right: 0;
  }
  .left-margin-fix{
    width:100%;
    max-width:100%;
  }
  .rdlmdev-home-slider,
  .rdlmdev-home-slider .slider-underline,
  .single-counter,
  .single-si-box{
    width:100%;
    max-width: 100%;
  }
  .rdlmdev-home-slider{
    padding:10px;
    margin-top:195px;
  }
  .rdlmdev-home-slider:before{
    width:100%;
  }
  .rdlmdev-home-slider h2{
    font-size:35px;
  }
  .slider-underline{
    font-size:17px!important;
    line-height: 20px!important;
  }
  .rdlmdev-home-slider{
    font-size: 15px;
  }
  .swiper-button-next,
  .swiper-button-prev{
    display:none!important;
  }
  .rdlmdev-footer>.container>.row{
    flex-direction: column;
  }
  .rdlmdev-footer>.container>.row .col-sm-6,
  .rdlmdev-footer>.container>.row .col-sm-3{
    width: 100%!important;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  .gray-content-padding{
    padding: 15px;
    margin: 0!important;
  }
  .single-counter-inner-wrap{
    border-right:none!important;
  }
  .vendors-images img{
    height:auto!important;
  }
  .single-outline-box{
    width:100%;
  }
  .menu-item-has-children > .sub-menu {
    display: none;
    list-style: none;
  }
  .menu-item-has-children{
    position: relative;
  }
  .menu-item-has-children:after{
    content:"\f107";
    font-family: "FontAwesome";
    color:#fff;
    position: absolute;
    right: 0;
    top:0;
  }
  .dropped-menu:after{
    content:"\f106";
  }

  .lmdev-device-main-menu-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .single-video-content .info-button{
    opacity: 1; 
   }
   .projects-tab-grid,
   .page-id-20124 .video-container{
    grid-template-columns: 49.5% 49.5%;
  }
}

@media (max-width:998px){
  #quick-info-bar a,
	#quick-info-bar p,
	#quick-info-bar strong{
	  font-size: 14px;
		line-height:1;
	}
  #quick-info-bar .single-info{
    margin-bottom: 15px;
  }
  .location-container{
    width:100%;
    text-align: center;
  }
  .grantees-button{
    width: 100%;
    justify-content: center;
  }
  .right-margin-fix{
    height:250px;
  }
  #quick-info-bar>.container{
    flex-wrap: wrap;
  }
  #quick-info-bar .single-info{
    width: 50%;
    text-align: center;
  }
  #quick-info-bar .address a{
    width:100%;
  }
  #quick-info-bar>.container>.single-info:nth-child(3) {
    border-right: 1px solid var(--dark-blue);
  }
  .single-si-box{
    margin-bottom: 15px;
  }
  .flex-box-wrap{
    flex-wrap: wrap;
  }
  .single-category-tab{
    width:100%!important;
  }
  .single-category-tab::before{
    content:none;
  }
  .limit-to-scroll{
    max-height: 1500px;
  }
  .team-tab-grid{
    grid-template-columns: 33% 33% 33%;
  }
  .single-category-tab span,
  .single-category-tab:hover span, 
  .single-category-tab:hover a{
    color: var(--dark-blue)!important;
  }
}

@media (max-width:768px){
  #rdlmdev-filter-section .rdlmdev-search-row form button[type="submit"]{
    margin:25px 0;
  }
  .projects-tab-grid,
  .page-id-20124 .video-container{
    grid-template-columns: 100%;
  }
  .team-tab-grid{
    grid-template-columns: 49.5% 49.5%;
  }
  #rdlmdev-affiliate-selector{
    max-width: 190px;
  }
  .rdlmdev-header-logo-wrapper .logo{
    height: 45px;
  }
  .darker-blue-header .rdlmdev-header-logo-wrapper .logo{
    height:58px;
  }
  .postitions-row .single-position{
    width: 100%;
    max-width: 100%;
  }
  .video-container .single-video-content{
    flex: 0 0 calc(100%);
  }
  .rd-project-card-wrap,
  .video-container .vid-title, 
  .project-title{
    width:100%;
  }
  .single-project-content .row,
  .single-project-content .row.content-row-reverse{
    flex-direction: column;
    display: block;
    margin-top: 0;
    margin-bottom: 0;
  }
  .team-tab .single-team-member{
    min-height: 300px;
  }
}
@media (max-width:400px){
  .team-tab-grid{
    grid-template-columns: 100%;
  }
}
.award-year.bold{
  font-size: 33px!important;
  line-height: 40px!important;
  padding-bottom: 8px!important;
  color: var(--dark-blue)!important;
  border-bottom: 1px solid #eee;
}