/**
 *  @file justHeader.css
 * css for html only version of simple header
 */

@import "https://www.vmware.com/media/blt8c9a8aaca0ffd4ac/blt44d1d081c22e1eb7/6858e6dd7f36c06da78e8978/brcm_base.css"; /* CSS common variables, common css for buttons, links, fonts */

/* Body */

body.menu-open {
  overflow: hidden;
  height: 100vh;
}

/* Header */

.container {
  position: relative;
  width: 100%;
  padding: 0px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1170px;
}
.d-flex {
  display: flex !important;
}

.justify-content-between {
  justify-content: space-between !important;
  -webkit-justify-content: space-between;
}
#header-explore {
  height: 180px;
  background-color: #fff;
  border-bottom: 7px solid #005c8a;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-family: "Metropolis", sans-serif;
  z-index: 100;
}
#header-explore .header_logo_wrapper {
  height: 80px;
}
#header-explore .header-accessibility-statement {
  top: 5px;
}
#header-explore .header-accessibility-statement:focus-within {
  width: auto;
  height: auto;
  clip: auto;
  overflow: visible;
  white-space: normal;
}
#header-explore .nav-skip:focus {
  position: absolute;
  top: 5px;
}
.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  clip: auto;
  overflow: visible;
  white-space: normal;
}
#header-explore .navbar-brand {
  padding-top: 0;
}
#header-explore .header_location {
  width: 185px;
  font-size: 13px;
  color: #565656;
  text-transform: uppercase;
  margin-left: 16px;
  display: block;
}
#header-explore .header_location p {
  margin: 0;
}

#header-explore nav.header_nav {
    display: block;
    padding-top: 30px;
}
#header-explore nav.header_nav .linkChevron {
    display: none;
}
.secondary_nav{
    position: absolute;
    right: 0;
    top: -100px;
    z-index: 10;
    padding: 2px 0 10px 12px;
    display: flex;
    flex-direction: column;
}
.secondary-nav-top{
  display: flex;
  margin-bottom: 30px;
  justify-content: flex-end;
}
.navbar-collapse-inner,
 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

#header-explore .navMenu {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: none;
    position: relative;
    margin-top: 20px;
}
#header-explore .navMenu .navbar {
    flex-wrap: nowrap;
    height: 47px;
    gap: 24px;
}
.navbar-collapse-inner{
  display: block;
}
/* Navigation Links */

#header-explore .navMenu .navbar .MainNavExploreItem>a {
    text-transform: capitalize;
    font-size: 16px;
    color: #000;
    font-weight: 200;
    padding: 12px 0;
    text-decoration: none;
}
#header-explore .secondary_nav .secondary-nav-top a.lnk, a.log-in-button, a.primary-nav-action {
    font-weight: 200;
    font-size: 14px;
    color: #005c8a;
    text-decoration: none;
    text-transform: capitalize;
    display: block;
    padding: 0;
}
#header-explore .secondary_nav .secondary-nav-top a.lnk:hover, a.log-in-button:hover,  a.primary-nav-action:hover {
background-color: #fff;  
}
#header-explore .secondary_nav .secondary-nav-cta a {
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 200;
    font-size: 16px;
    vertical-align: middle;
    margin-left: 20px;
}
#header-explore .secondary_nav .secondary-nav-cta a:hover {
 color: #005c8a;
}
.header_nav,
#nav-links, .rainfocus-definition-mobile-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 15px;
}
.header_nav li,
#nav-links li {
  position: relative;
}
.lnk {
  color: white;
  text-decoration: none;
}


/* Dropdown Menu */
#header-explore .secondary_nav #dropdown-menu {
    position: absolute;
    top: 20px;
    left: auto;
    right: 0;
    width: 200%;
    border-radius: 0;
    padding: 2px 10px;
    border: 1px solid rgba(0, 0, 0, .15);
    z-index: 1000;
    list-style: none;
    height: auto;
    box-shadow: none;
}

.dropdown-content {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  display: none;
  flex-direction: column;
  min-width: 160px;
  box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
}
.dropdown-content a {
  color: #003b5c;
  padding: 10px;
  text-decoration: none;
}
.dropdown-content a:hover {
  background-color: #f1f1f1;
}
.dropdown.active .dropdown-content {
  display: flex;
}
.secondary-nav-cta {
    position: relative;
    margin-left: auto;
    margin-right: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
    margin-top: 40px;
    left: 20px;
}


/* Hamburger Menu for Mobile */
.hamburger {
  display: none;
  margin-left: 10px;
  color: #005c8a;
  cursor: pointer;
  font-size: 25px;
  height: 30px;
  font-weight: 600;
}

.hamburger span {
  margin-left: 0px;
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
}

.close span {
  margin-left: -5px;
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
}
/* Close Icon for Mobile */
.close {
  display: none;
  margin-left: 15px;
  font-size: 30px;
  color: #005c8a;
  cursor: pointer;
  font-weight: 600;
}
/* header responsive styles */
@media (min-width: 992px) and (max-width: 1200px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .navbar-collapse-inner {
        max-height: calc(100vh - 100px);
        width: 100%;
        align-items: center;
        justify-content: space-between;
    }
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media (min-width: 768px) {
  .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  #header-explore{
    padding: 0 20px 0 10px;
  }
}

@media screen and (max-width: 767px) {
  #header-explore nav.header_nav {
        margin-top: 10px;
    }
  #header-explore nav.header_nav .linkChevron {
    display: inline-block;
    margin-right: 20px;
    align-self: center;
    }
  #header-explore .navBrand .navbar-brand{
        width: 300px;
        position: absolute;
        top: 60px;
        left: 55%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }
  #header-explore .header_location {
        position: absolute;
        left: 22%;
        top: 68%;
    }
  #header-explore .navMenu{
    display: block;
    max-width: 320px;
  }
  #header-explore .secondary_nav #dropdown-menu {
    width: 90%;
    position: relative;
    padding: 2px 10px;
    top: 2px;
  }
  #header-explore .navMenu .navbar {
    width: 90%;
    height: unset;
  }
  .navbar-collapse-inner,
  .secondary_nav {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    background: #003b5c;
    padding: 10px;
  }
  .navbar-collapse{
    display: none;
  }
  .navbar-collapse.active {
    display: block;
    background-color: #fff;
    position: fixed;
    z-index: 100;
    overflow: scroll;
    width: 95%;
    height: 100%;
   }
  .navbar-collapse-inner.active,
  .secondary_nav.active {
    display: block;
    background-color: #fff;
    flex-wrap: nowrap;
  }
.secondary_nav.active {
    position: relative;
    display: flex;
    top: unset;
    right: unset;
    margin-left: 10px;
    margin-right: 20px;
    width: 95%;
  }
  .header_nav,
  #nav-links {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }
  .secondary-nav-top{
    margin-bottom: 0;
  }
  .secondary-nav-cta {
    width: 100%;
    margin-top: 10px;
      }
  #header-explore ul.navbar-nav {
      padding: 10px;
      align-items: flex-start;
      height: unset;
      width: 95%;
    }
  #header-explore ul.navbar-nav li {
        padding: 15px 0;
        border-bottom: solid 1px #8d8d90;
        width: 100%;
        display: flex;
    }
   #header-explore nav.header_nav .MainNavExploreItem a{
    width: 100%;
   } 
  .hamburger,
  .close {
    display: block;
  }
}


@media screen and (max-width: 991px) {
  .container {
    max-width: 100%;
    }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
}

/* footer */
footer {
  display: block;
  width: 100%;
}
#footer .footer-content {
  width: 100%;
  border-top: solid 6px #005c8a;
  box-sizing: border-box;
  padding-top: 30px;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
#footer .footer-content .container .footer-menu-cols .nav-item {
  margin-bottom: 20px;
  text-align: left;
}
#footer .footer-content .container .footer-image-link {
  display: flex;
  justify-content: start;
  align-items: center;
}
#footer .footer-content a {
  text-decoration: none;
}
#footer .footer-content .container img {
  max-width: 140px;
  width: 100%;
  height: 42px;
}
#footer .footer-content .container .footer-menu-cols .nav-item {
  margin-bottom: 20px;
  text-align: left;
}
#footer .footer-content .container li {
  list-style: none;
}
#footer .footer-content .container .footer-menu-cols .nav-item a {
  font-size: 14px;
  font-weight: 300;
  color: #000;
  margin: 0;
  text-transform: capitalize;
  text-decoration: none;
}
#footer .footer-content .container .social-nav {
  padding-left: 40px;
}
#footer .footer-content .container .social-nav li {
  margin-bottom: 10px;
}
#footer .footer-content .container li {
  list-style: none;
}
#footer .footer-content .container .social-nav li a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 300;
  font-size: 14px;
  justify-content: start;
  text-transform: capitalize;
  color: #000;
}
#footer .footer-content .container .copyright-text {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid;
  margin-top: 40px;
}
#footer .footer-content .container .footer-secondary-nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 20px;
  padding-top: 30px;
  flex-direction: row;
}
#footer .footer-content .container .footer-secondary-nav a {
  font-weight: 300;
  font-size: 15px;
  color: #000;
  text-transform: capitalize;
}
#footer .footer-content .container .social-nav li a img {
  max-width: 25px;
  width: 100%;
  height: 25px;
  object-fit: contain;
}

/* footer responsive styles */

@media (min-width: 576px) {
  .col-sm-12 {
    flex: 0 0 100%;
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-2 {
    flex: 0 0 16.66667%;
    -webkit-box-flex: 0 0 16.66667%;
    -moz-box-flex: 0 0 16.66667%;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    -webkit-box-flex: 0 0 33.33333%;
    -moz-box-flex: 0 0 33.33333%;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 991.98px) {
  #footer .footer-content .container .footer-secondary-nav {
    flex-direction: column;
  }
  .social-nav {
    margin-top: 60px;
  }
  #footer .footer-content .container .social-nav li a {
    justify-content: center;
  }
  #footer .footer-content .container .footer-menu-cols .nav-item {
    text-align: center;
  }
  #footer .footer-content .container .footer-image-link {
    justify-content: center;
    padding-bottom: 35px;
  }
  .col-sm-12 {
    width: 100%;
  }
  #footer .footer-content .container .social-nav {
    padding-left: 0px;
  }
  .footer-content {
    width: 100%;
  }
}
