/* Banner start */
.welcome-banner-text .block {
  margin-bottom: 0px;
}
.welcome-banner-text p {
  color: white;
  font-size: 14px;
}
.welcome-banner-text {
  padding: 0;
  max-width: none;
  line-height: inherit;
}
.orange-banner{
  background:orange;
  padding: 5px 10px;
}
/* banner end */
.cd-dropdown-wrapper {
  position: relative;
  height: 18px;
  width: 25px;
  cursor: pointer;
  z-index: 100;
  transition: opacity .25s ease;
  /*top: -3px;*/
}

.face-filter-small-full{
  margin-left: 2.5% !important;
}

.cd-dropdown-trigger{
  height: 18px;
  width: 25px;
}
/*
a#navtoggle::after {
  content: "menu";
  position: absolute;
  top: calc(50% + 12px);
  left: calc(50% - 14px);
  color: #111433;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}*/

.cd-dropdown-trigger span {
  background: #333;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .35s ease;
  cursor: pointer;
}

.cd-dropdown-trigger span:nth-of-type(2) {
  top: 7px;
}

.cd-dropdown-trigger #navtoggle span:nth-of-type(3) {
  top: 14px;
}

.cd-dropdown-trigger.dropdown-is-active .top {
  transform: translateY(7px) translateX(0) rotate(45deg);
}

.cd-dropdown-trigger.dropdown-is-active .middle {
  opacity: 0;
}

.cd-dropdown-trigger.dropdown-is-active .bottom {
  transform: translateY(-7px) translateX(0) rotate(-45deg);
}

.cd-dropdown-wrapper .dropdown-is-active .logo{
  display:none;
}

@media only screen and (min-width: 1024px) {
  .cd-secondary-dropdown ul{
    padding-left:0px;
  }

  .sub-section-header {
    width: 95% !important;
    border-bottom: 1px solid !important;
    height: 45px !important;
    display:block;
    margin-top: 20px !important;
    font-weight: bold;
    font-size: 26px;
  }

  .cd-secondary-dropdown li.has-children a.header{
    font-weight: bold;
    color:#333 !important;
    margin-bottom: -10px;
  }
}


@media only screen and (max-width: 1023px) {
  .cd-dropdown-wrapper .dropdown-is-active .logo{
    display: block;
    margin: 0 10%;
    /* padding-left: 25px; */
    margin-top: 10px;
  }

  .cd-dropdown-content{
    margin-top: 70px;
  }

  .cd-dropdown-content, .cd-dropdown-content ul{
    padding-top: 0px !important;
    padding-bottom: 70px !important;
  }

  .sub-section-header {
    display:none;
  }

  li.go-back{
  border-bottom: 1px solid #111433;
  }
}

.cd-dropdown-content, .cd-dropdown-content ul {
  list-style-type: none;
  padding-left: 0px;
}

.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a {
  height: 50px;
  line-height: 50px;
}
@media only screen and (min-width: 768px) {
  .cd-dropdown h2,
  .cd-dropdown-content a,
  .cd-dropdown-content ul a {
    height: 50px;
    /*line-height: 60px;*/
  }
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown h2,
  .cd-dropdown-content a,
  .cd-dropdown-content ul a {
    height: 50px;
    line-height: 50px;
  }

  .cd-secondary-dropdown ul a{
    height:40px;
  }

  .cd-dropdown{
    left: -70px !important;
  }

  .about-usgbc-1{
    width: 30% !important;
  }

  .about-usgbc-2{
    width: 36.6% !important;
  }
}

.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a,
.cd-dropdown-content .cd-divider {
  padding: 0 30px;
}

.cd-dropdown {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  /*width: 100%;*/
  width: 35vw;
  height: 100%;
  background-color: #f2f2f2;
  color: #333;
  visibility: hidden;
  /* Force Hardware Acceleration */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0.5s;
  -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0.5s;
  transition: transform 0.5s 0s, visibility 0s 0.5s;
  border-bottom-right-radius: 5px;
  border-bottom: 1px solid #f2f2f2;
  border-bottom-left-radius: 5px;
}
@media only screen and (max-width: 449px) {
  .cd-dropdown {
    width: 85vw;
  }
}
@media only screen and (min-width: 450px) {
  .cd-dropdown {
    width: 75vw;
  }
}
@media only screen and (min-width: 650px) {
  .cd-dropdown {
    width: 60vw;
  }
}
@media only screen and (min-width: 750px) {
  .cd-dropdown {
    width: 50vw;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown {
    width: 35vw;
  }
}
.cd-dropdown h2 {
  /* dropdown title - mobile version only */
  position: relative;
  z-index: 1;
  color: #585a70;
  background-color: #111433;
  border-bottom: 1px solid #242643;
}
.cd-dropdown .cd-close {
  /* 'X' close icon - mobile version only */
  position: absolute;
  z-index: 1;
  right: 17px;
  top: 10px;
  height: 50px;
  width: 50px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
  margin:0 10%;
}
.cd-dropdown .cd-close::after, .cd-dropdown .cd-close::before {
  /* this is the 'X' icon */
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 20px;
  width: 2px;
  background-color: #111433;
}
.cd-dropdown .cd-close::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.cd-dropdown .cd-close::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.cd-dropdown.dropdown-is-active {
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0s;
  transition: transform 0.5s 0s, visibility 0s 0s;
}
@media only screen and (min-width: 768px) {
  .cd-dropdown .cd-close {
    top: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown {
    position: absolute;
    top: calc(100% + 30px);
    height: 100%;
    width: 25vw;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    background-color: #ffffff;
    color: #333;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
    border-bottom-right-radius: 5px;
    border-bottom: 1px solid #ffffff;
    border-bottom-left-radius: 5px;
  }
  .open-to-left .cd-dropdown {
    /* use the .open-to-left class if you want to open the dropdown on the left */
    right: 0;
    left: auto;
  }
  .cd-dropdown h2, .cd-dropdown .cd-close {
    /* on desktop - hide title and 'X' */
    display: none;
  }
  .cd-dropdown.dropdown-is-active {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0.3s 0s, visibility 0.3s 0s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0.3s 0s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s;
  }
}

.cd-dropdown-content, .cd-dropdown-content ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  padding-top: 70px;
  list-style-type: none;
}

.cd-dropdown-content a, .cd-dropdown-content ul a {
  display: block;
  color: #111433;
  /* truncate text with ellipsis if too long */
  overflow: visible  !important;
  /*text-overflow: ellipsis;*/
  white-space: normal;
  border-top-width: 1px;
  border-color: #242643;
  border-style: none;
}

.cd-secondary-dropdown ul a, .cd-dropdown-icons li a {
  color: #111433 !important;
}


.cd-dropdown-content li:first-of-type > a, .cd-dropdown-content ul li:first-of-type > a {
  border-top-width: 0;
}
.cd-dropdown-content li:last-of-type > a, .cd-dropdown-content ul li:last-of-type > a {
  border-bottom-width: 1px;
}
.cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #0b0e23;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #585a70;
  text-transform: uppercase;
}
.cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
  border-top-width: 0;
}
.cd-dropdown-content a, .cd-dropdown-content .cd-search, .cd-dropdown-content .cd-divider, .cd-dropdown-content ul a, .cd-dropdown-content ul .cd-search, .cd-dropdown-content ul .cd-divider {
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.cd-dropdown-content.is-hidden, .cd-dropdown-content ul.is-hidden {
  /* push the secondary dropdown items to the right */
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
  /* lower down the dropdown items opacity - when secondary dropdown slides in or for dropdown items hidden on the right */
  opacity: 0;
}
.cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
  /* push the dropdown items to the left when secondary dropdown slides in */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.dropdown-is-active .cd-dropdown-content, .dropdown-is-active .cd-dropdown-content ul {
  -webkit-overflow-scrolling: touch;
}

@media only screen and (min-width: 768px) {
  .cd-dropdown-content, .cd-dropdown-content ul {
    /*padding-top: 60px;*/
  }
  .cd-dropdown-content a, .cd-dropdown-content ul a {
    font-size: 14px;
  }

  .cd-dropdown-content ul li ul li a{
    line-height: normal;
    padding: 17px 30px;
  }
  .cd-dropdown-item{
    line-height: normal !important;
    padding: 17px 0px !important;
  }

}
@media only screen and (min-width: 1024px) {
  .dropdown-is-active .cd-dropdown-content {
    -webkit-overflow-scrolling: touch;
    /*background-color: #f2f2f2;*/
    background-color:#333;
  }

  /*.dropdown-is-active .cd-dropdown-content{
    border-top: 1px solid #cac9c9;
    border-bottom-right-radius: 5px;
    border-bottom: 1px solid #cac9c9;
    border-bottom-left-radius: 5px;
  }*/

  ul.cd-secondary-dropdown{
    background-color: #f2f2f2;
  }

  #header.bg-themed .dropdown-is-active .cd-dropdown-content, #header.bg-themed .dropdown-is-active .cd-dropdown-content ul {
    -webkit-overflow-scrolling: touch;
    /*background-color: #fff;*/
  }

  /*#header.bg-themed .dropdown-is-active .cd-dropdown-content{
    border-top: 1px solid #fff;
    border-bottom-right-radius: 5px;
    border-bottom: 1px solid #ffff;
    border-bottom-left-radius: 5px;
  }*/

  #header.bg-themed ul.cd-secondary-dropdown{
    background-color: #fff;
  }

  .cd-dropdown-content, .cd-dropdown-content ul {
    padding-top: 0;
    overflow: visible;
  }
  .cd-dropdown-content a, .cd-dropdown-content ul a {
    color: #fff;
    /* height: 42px; */
    /* line-height: 45px; */
    /* font-size: 1.4rem; */
    /* border-color: #ebebeb; */
    /* border: none; */
    /* font-size: 1.125rem; */
    font-weight: 500;
    line-height: 1.2;
    position: relative;
    padding: 18px 0;
    margin: 0 10%;
    margin-left: 0px;
  }
  .cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
    margin: 0 0 5px;
    padding: 0 0 5px;
    border-color: #ddd;
    background: #ddd;
  }
  .cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
    border-top-width: 1px;
  }
  .cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
    /* reset mobile style */
    opacity: 1;
  }
/*
  ul.cd-secondary-dropdown.leed-tool{
    top: 40px;
  }
  ul.cd-dropdown-icons.credentials{
    top: 80px;
  }
  ul.cd-dropdown-icons.membership{
    top: 120px;
  }
  ul.cd-dropdown-icons.education{
    top: 160px;
  }
  ul.cd-secondary-dropdown.about{
    top: 80px;
  }
  ul.cd-secondary-dropdown.resources{
    top: 80px;
    padding-bottom: 30px;
  }
  ul.cd-dropdown-icons.store{
    top: 80px;
  }
  ul.cd-dropdown-icons.articles{
    top: 120px;
  }
  ul.cd-dropdown-icons.accounts{
    top: 120px;
  }*/
}

.cd-dropdown-content .see-all a {
  /* different style for the See all links */
  /*color: #3f8654;*/
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
  /* items with picture (or icon) and title */
  height: 50px;
  line-height: 50px;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item h3, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
  /* truncate text with ellipsis if too long */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
  padding-left: 90px;
}
.cd-dropdown-content .cd-dropdown-gallery img {
  position: absolute;
  display: block;
  height: 40px;
  width: auto;
  left: 20px;
  top: 50%;
  margin-top: -20px;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
  padding-left: 40px;
  position: relative;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
  color: #111433;
  font-size: 1.3rem;
  /* hide description on small devices */
  display: none;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
  /* item icon */
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
}

@media only screen and (min-width: 1024px) {
  .cd-dropdown-content {
    /* reset mobile style */
    position: static;
    height: auto;
    width: 25vw;
    margin-bottom: 0px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

/*
.megaextend{
    height: calc( calc(var(--lenthOfMegamenu) * 50px) + 650px) !important;
}
.megaextend .cd-secondary-dropdown{
    min-height: calc( calc(var(--lenthOfMegamenu) * 50px) + 650px) !important;
}
.megaextend .cd-dropdown-icons{
    min-height: calc( calc(var(--lenthOfMegamenu) * 50px) + 650px) !important;
}
*/

/*
  ul.cd-dropdown-content::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    top: 2px;
    left: 50%;
    transform: rotate(45deg) translate(-100%,0);
    transform-origin: bottom;
    background: #f2f2f2;
    border: 1px solid transparent;
    border-top-color: #cac9c9;
    border-left-color: #cac9c9;
    transition: opacity .3s;
    z-index: 5;
  }

  #header.bg-themed ul.cd-dropdown-content::before {
    background: #fff;
    border: 1px solid transparent;
    border-top-color: #fff;
    border-left-color: #fff;
  }
*/
  .cd-dropdown-icons a.cd-dropdown-item:hover,
  .cd-secondary-dropdown a:hover{
    color: #1F6779 !important;
    /*background-color: #f2f2f2 !important;*/
  }

  #header.bg-themed .cd-dropdown-icons a.cd-dropdown-item:hover,
  #header.bg-themed .cd-secondary-dropdown a:hover{
    color: #1F6779 !important;
    /*background-color: #fff !important;*/
  }

  .cd-secondary-dropdown .has-children a.header:hover{
    color: #111433;
  }

  .cd-dropdown-content > li:last-of-type a {
    border-bottom: none;
  }
  /*.no-touch .cd-dropdown-content > li:not(.has-children) a:hover {
    color: #3f8654;
  }*/
  .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .cd-dropdown-content .cd-secondary-dropdown, .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    left: 100%;
    height: auto;
    background-color: #ffffff;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
  }
  .cd-dropdown-content .cd-secondary-dropdown::after, .cd-dropdown-content .cd-dropdown-gallery::after, .cd-dropdown-content .cd-dropdown-icons::after {
    clear: both;
    content: "";
    display: table;
  }
  .open-to-left .cd-dropdown-content .cd-secondary-dropdown, .open-to-left .cd-dropdown-content .cd-dropdown-gallery, .open-to-left .cd-dropdown-content .cd-dropdown-icons {
    /* use the .open-to-left class if you want to open the dropdown on the left */
    left: auto;
    right: 100%;
  }
  .cd-dropdown-content .cd-secondary-dropdown.is-hidden, .cd-dropdown-content .cd-dropdown-gallery.is-hidden, .cd-dropdown-content .cd-dropdown-icons.is-hidden {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-dropdown-content .cd-secondary-dropdown.fade-in, .cd-dropdown-content .cd-dropdown-gallery.fade-in, .cd-dropdown-content .cd-dropdown-icons.fade-in {
    /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
    -webkit-animation: cd-fade-in 0.2s;
    -moz-animation: cd-fade-in 0.2s;
    animation: cd-fade-in 0.2s;
  }
  .cd-dropdown-content .cd-secondary-dropdown.fade-out, .cd-dropdown-content .cd-dropdown-gallery.fade-out, .cd-dropdown-content .cd-dropdown-icons.fade-out {
    /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
    -webkit-animation: cd-fade-out 0.2s;
    -moz-animation: cd-fade-out 0.2s;
    animation: cd-fade-out 0.2s;
  }
  .cd-dropdown-content .cd-secondary-dropdown > .go-back, .cd-dropdown-content .cd-dropdown-gallery > .go-back, .cd-dropdown-content .cd-dropdown-icons > .go-back {
    display: none;
  }
  .cd-dropdown-content .cd-secondary-dropdown > .see-all, .cd-dropdown-content .cd-dropdown-gallery > .see-all, .cd-dropdown-content .cd-dropdown-icons > .see-all {
    position: absolute;
    bottom: 20px;
    height: 45px;
    text-align: center;
  }
  .cd-dropdown-content .cd-secondary-dropdown > .see-all a, .cd-dropdown-content .cd-dropdown-gallery > .see-all a, .cd-dropdown-content .cd-dropdown-icons > .see-all a {
    margin: 0;
    height: 100%;
    line-height: 45px;
    background: #ebebeb;
    pointer-events: auto;
    -webkit-transition: color 0.2s, background-color 0.2s;
    -moz-transition: color 0.2s, background-color 0.2s;
    transition: color 0.2s, background-color 0.2s;
  }
  .no-touch .cd-dropdown-content .cd-secondary-dropdown > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-gallery > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-icons > .see-all a:hover {
    color: #ffffff;
    background-color: #111433;
  }
  .cd-dropdown-content .cd-secondary-dropdown .cd-dropdown-item, .cd-dropdown-content .cd-secondary-dropdown a, .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-gallery a, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons a {
    border: none;
  }
  .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
    /*padding: 20px 30px 50px;*/
    padding: 36px 96px;
  }
  .cd-dropdown-content .cd-dropdown-gallery > .see-all, .cd-dropdown-content .cd-dropdown-icons > .see-all {
    width: calc(100% - 60px);
  }
  .cd-dropdown-content .cd-dropdown-icons > li, .cd-dropdown-content .cd-secondary-dropdown > li {
    width: 50%;
    float: left;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li {
    width: 33.3%;
  }
  .cd-dropdown-content .cd-secondary-dropdown {
    overflow: hidden;
    width: 75vw;
    /* padding-bottom: 65px;
    padding: 20px 30px 70px;*/
    padding: 36px 96px;
    min-height: 650px;
    cursor: auto;
  }
  /*.cd-dropdown-content .cd-secondary-dropdown.directory {
    width: 500px;
  }*/
  .cd-dropdown-content .cd-secondary-dropdown.directory > li {
    width: 50%;
  }
  .cd-dropdown-content .cd-secondary-dropdown::before {
    /* this is the separation line in the middle of the .cd-secondary-dropdown element */
    position: absolute;
    content: '';
    top: 290px;
    left: 15px;
    height: 0px;
    width: 520px;
    background-color: #ebebeb;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > a {
    /*color: #3f8654;*/
    font-size: 1.6rem;
    /*margin-bottom: 10px;
    line-height: 30px;
    height: 30px;*/
    pointer-events: none;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > a::after, .cd-dropdown-content .cd-secondary-dropdown > li > a::before {
    /* hide the arrow */
    display: none;
  }
  .cd-dropdown-content .cd-secondary-dropdown.move-out > li > a {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-dropdown-content .cd-secondary-dropdown > li {
    margin: 10px 0;
    border-right-width: 1px;
    border-color: #ebebeb;
    border-style: none;
    padding: 0 0px;
   /* height: 250px; */
  }
  .cd-dropdown-content .cd-secondary-dropdown > li:nth-of-type(2n) {
    border-right-width: 0;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > ul {
    /* reset mobile style */
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    position: relative;
    height: auto;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > ul > .go-back {
    display: none;
  }
  .cd-dropdown-content .cd-secondary-dropdown a {
    /*line-height: 25px;
    height: 35px;*/
    font-size: 1.4rem;
    padding-left: 0;
  }
  /*.no-touch .cd-dropdown-content .cd-secondary-dropdown a:hover {
    color: #3f8654;
  }*/

  .cd-dropdown-content .cd-secondary-dropdown ul {
    padding-bottom: 25px;
    overflow: hidden;
    height: auto;
  }
  .cd-dropdown-content .cd-secondary-dropdown .go-back a {
    padding-left: 20px;
    color: transparent;
  }
  .no-touch .cd-dropdown-content .cd-secondary-dropdown .go-back a:hover {
    color: transparent;
  }
  .cd-dropdown-content .cd-secondary-dropdown .go-back a::before, .cd-dropdown-content .cd-secondary-dropdown .go-back a::after {
    left: 0;
  }
  .cd-dropdown-content .cd-secondary-dropdown .see-all {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .cd-dropdown-content .cd-dropdown-gallery {
    width: 600px;
    padding-bottom: 100px;
  }
  .cd-dropdown-content .cd-dropdown-gallery > li {
    width: 48%;
    float: left;
    margin-right: 4%;
  }
  .cd-dropdown-content .cd-dropdown-gallery > li:nth-of-type(2n) {
    margin-right: 0;
  }
  .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
    padding: 0;
    height: auto;
    line-height: normal;
    /*color: #3f8654;*/
    margin-bottom: 2em;
  }
  .cd-dropdown-content .cd-dropdown-gallery > li:nth-last-of-type(2) a,
  .cd-dropdown-content .cd-dropdown-gallery > li:last-of-type a {
    margin-bottom: 0;
  }
  .cd-dropdown-content .cd-dropdown-gallery img {
    position: static;
    height: auto;
    width: 100%;
    margin: 0 0 0.6em;
  }
  .cd-dropdown-content .cd-dropdown-icons {
    /*width: 650px;*/
    width: 75vw;
    min-height: 650px;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    height: 40px;
    line-height: 1.2;
    padding: 15px 15px 0px 0px;

  }
  /*.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item:hover {
    background: #ebebeb;
  }*/
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
    /*color: #3f8654;*/
    font-weight: bold;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
    display: block;
    font-size: 1.2rem;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
    left: 25px;
  }
  .cd-dropdown-content > .has-children > ul {
    visibility: hidden;
  }
  .cd-dropdown-content > .has-children > ul.is-active {
    /* when hover over .cd-dropdown-content items - show subnavigation */
    visibility: visible;
  }
  .cd-dropdown-content > .has-children > .cd-secondary-dropdown.is-active > li > ul {
    /* if .cd-secondary-dropdown is visible - show also subnavigation */
    visibility: visible;
  }
  .cd-dropdown-content > .has-children > a.is-active {
    /* hover effect for .cd-dropdown-content items with subnavigation */
    /*box-shadow: inset 2px 0 0 #3f8654;*/
    /*box-shadow: inset 2px 0 0;*/
    /*color: #3f8654;*/
  }
  /*.cd-dropdown-content > .has-children > a.is-active::before, .cd-dropdown-content > .has-children > a.is-active::after {
    background: #3f8654;
  }*/
  .open-to-left .cd-dropdown-content > .has-children > a.is-active {
    /*box-shadow: inset -2px 0 0 #3f8654;*/
    /*box-shadow: inset -2px 0 0;*/
  }
}

@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
@-moz-keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
@keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
.cd-search input[type="search"] {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #242643;
  color: #ffffff;
  border: none;
  border-radius: 0;
}
.cd-search input[type="search"]::-webkit-input-placeholder {
  color: #ffffff;
}
.cd-search input[type="search"]::-moz-placeholder {
  color: #ffffff;
}
.cd-search input[type="search"]:-moz-placeholder {
  color: #ffffff;
}
.cd-search input[type="search"]:-ms-input-placeholder {
  color: #ffffff;
}
.cd-search input[type="search"]:focus {
  background: #ffffff;
  color: #111433;
  outline: none;
}
.cd-search input[type="search"]:focus::-webkit-input-placeholder {
  color: rgba(17, 20, 51, 0.4);
}
.cd-search input[type="search"]:focus::-moz-placeholder {
  color: rgba(17, 20, 51, 0.4);
}
.cd-search input[type="search"]:focus:-moz-placeholder {
  color: rgba(17, 20, 51, 0.4);
}
.cd-search input[type="search"]:focus:-ms-input-placeholder {
  color: rgba(17, 20, 51, 0.4);
}
@media only screen and (min-width: 1024px) {
  .cd-search input[type="search"] {
    background-color: #ebebeb;
  }
  .cd-search input[type="search"]::-webkit-input-placeholder {
    color: #b3b3b3;
  }
  .cd-search input[type="search"]::-moz-placeholder {
    color: #b3b3b3;
  }
  .cd-search input[type="search"]:-moz-placeholder {
    color: #b3b3b3;
  }
  .cd-search input[type="search"]:-ms-input-placeholder {
    color: #b3b3b3;
  }
}

.has-children > a, .go-back a {
  position: relative;
}
.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
  /* arrow icon in CSS - for element with nested unordered lists */
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: inline-block;
  height: 2px;
  width: 10px;
  background: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.has-children > a::before, .go-back a::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.has-children > a::after, .go-back a::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (max-width: 1023px) {
  .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
    background: #333;
  }
  .has-children > a:hover::before, .has-children > a:hover::after, .go-back a:hover::before, .go-back a:hover::after {
    /*background: #fff;*/
  }
  .has-children > a {
    padding: 0px 0 !important;
  }
  .main-leaf > a{
    padding: 0px 0 !important;
  }
}

.has-children > a {
  padding: 18px 0;
  margin: 0 10%;
}

.main-leaf > a{
  padding: 18px 0;
  margin: 0 10%;
}

.has-children > a::before, .has-children > a::after {
  /* arrow goes on the right side - children navigation */
  right: 40px;
  -webkit-transform-origin: 9px 50%;
  -moz-transform-origin: 9px 50%;
  -ms-transform-origin: 9px 50%;
  -o-transform-origin: 9px 50%;
  transform-origin: 9px 50%;
}

@media only screen and (min-width: 1024px) {
  .has-children > a::before, .has-children > a::after {
    right: 20px;
  }

  .open-to-left .cd-dropdown-content > .has-children > a {
    padding-left: 40px;
    padding-right: 20px;
  }
  .open-to-left .cd-dropdown-content > .has-children > a::before, .open-to-left .cd-dropdown-content > .has-children > a::after {
    right: auto;
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    -moz-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    -o-transform-origin: 1px 50%;
    transform-origin: 1px 50%;
  }
}

.has-children > a.is-active::before, .has-children > a.is-active::after{
  background: #1F6779;
}

.cd-dropdown-content .go-back a {
  padding-left: 40px;
  font-weight:bold;
}

.cd-dropdown-content .go-back a::before, .cd-dropdown-content .go-back a::after {
  /* arrow goes on the left side - go back button */
  left: 20px;
  -webkit-transform-origin: 1px 50%;
  -moz-transform-origin: 1px 50%;
  -ms-transform-origin: 1px 50%;
  -o-transform-origin: 1px 50%;
  transform-origin: 1px 50%;
}

.cd-main-content {
  background-color: #e6e6e6;
  min-height: calc(100vh - 100px);
  padding: 2em 5%;
  line-height: 2;
}

.no-js .cd-dropdown-wrapper:hover .cd-dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.no-js .cd-dropdown-wrapper .cd-close {
  display: none;
}

.menuitem{
  padding-top: 15px;
  padding-bottom: 35px;
  margin-bottom: 0px !important;
  cursor: pointer;
}

.menuitem.single{
  position:relative;
}

.sub-nav{
  /*background: #051C2C;*/
  background: #333;
  width: 75%;
  max-width: none;
 /* left: 0;*/
  padding: 25px 35px 12px;;
  z-index: 999;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  position: absolute;
  box-shadow: 0 1px 8px rgba(0,0,0,0.1);
  cursor: default;
  top: calc(100% + -17px);
}

.menuitem.single .sub-nav{
  width:auto;
  left: -35px;
}

.showmenu .sub-nav{
  visibility: visible;
  opacity: 1;
}

.showmenu a.main-nav{
  color: #1F6779 !important;
  font-weight: 500;
  border-bottom: 2px solid;
  padding-bottom: 2px;
}

.sub-nav-links{
  overflow:hidden;
}

.sub-nav-links .column {
  float: left;
  width: 33.3%;
  padding-bottom: 20px;
}

.sub-nav-links.single .column{
  width: 100%;
}

.sub-nav-links .column .nav-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 46px;
  display: inline-block;
}

.sub-nav-links .column .sub-nav-item:first-child {
  padding-top: 0;
}

.sub-nav-links .column .sub-nav-item {
  font-size: 14px;
  line-height: 1.4;
  padding-top: 20px;
}

.sub-nav-links .column .sub-nav-item a {
  font-weight: 300;
  color: #fff;
  border-bottom:none;
}
.sub-nav-links .column .sub-nav-item a:hover {
  color:#1F6779;
}

.sub-nav .sub-nav-footer {
  padding-top: 12px;
  margin-top: 32px;
  white-space: nowrap;
  line-height: 46px;
}

.sub-nav .sub-nav-footer a{
  font-weight: 300;
  color: #fff;
  border-bottom: none;
  width: 33.3%;
  float: left;
}

.sub-nav .sub-nav-footer a:hover{
  color: #1F6779;
}

.sub-nav .sub-nav-footer:after {
  content: '';
  position: absolute;
  bottom: 71px;
  left: 0;
  height: 1px;
  width: 100%;
 /*  background: rgba(255,255,255,0.4); */
}

.menuitem.double .sub-nav{
  width:50%;
}

.double .sub-nav-links .column{
  float: left;
  width: 50%;
  padding-bottom: 20px;
}

.footer-divider {
    height: 0;
    overflow: hidden;
    content: '';
    position: absolute;
    left: 0;
    height: 1px;
    margin-top: -15px;
    width: 100%;
    background: rgba(255,255,255,0.4);
    border-top: 0px solid rgba(255,255,255,0.4);
}

li.sub-nav-item.sub-nav-header {
  font-size: 16px !important;
  font-weight: 600;
  color: #737373 !important;
  border-bottom: 1px solid #737373;
  padding-bottom: 15px;
}

li.sub-nav-item.sub-nav-header a {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #fff !important;
}

/*
.-arrow:after {
  position: absolute;
  right: 10px;
  content: "\e608";
  color: #1F40E6;
  -webkit-transition: right 0.4s, color 120ms;
  transition: right 0.4s, color 120ms;
  margin: 0;
  top: 0;
}

.-arrow:focus:after, .-arrow:hover:after {
  right: 0;
}*/

@media only screen and (min-width: 1024px) {
  .megamenuflex{
   display: flex;
   flex-wrap: wrap;
  }
}
#MultiSubHeader a {
    white-space: normal;
}
