@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@600&display=swap");
body {
  background: #f7f7f7;
  font-family: 'Roboto Mono', Arial, Helvetica, sans-serif; }

body, p, h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Mono', Arial, Helvetica, sans-serif; }

#responsiveHeaderWrapper {
  display: none; }

body.home .header-bottom {
  display: none; }
body.home #introVideoWrap {
  display: block; }
body.home #featured {
  position: relative;
  margin-top: 0; }
  body.home #featured .top-effect {
    position: relative;
    top: -20px; }
  body.home #featured .bottom-effect {
    position: absolute;
    bottom: -20px;
    width: 100%;
    transform: rotateX(180deg) rotateY(180deg); }

.navbarSpace {
  width: 100%;
  height: 100px; }

div#navbar.header-popout {
  position: fixed;
  top: 0px;
  width: 100vw;
  transition: top 0.3s;
  z-index: 10;
  display: flex;
  flex-direction: column; }
  div#navbar.header-popout .topBarWithLogoAndMenus {
    background: #002855;
    display: flex;
    flex-direction: column;
    width: fit-content;
    height: 100px; }
    div#navbar.header-popout .topBarWithLogoAndMenus .upperLoginSocials {
      right: 0;
      position: relative;
      width: 100vw;
      height: 40px;
      text-align: right; }
    div#navbar.header-popout .topBarWithLogoAndMenus .lowerLogoMenus {
      position: relative;
      display: flex;
      flex-direction: row;
      height: 60px;
      justify-content: space-around; }
      div#navbar.header-popout .topBarWithLogoAndMenus .lowerLogoMenus .navbarLogoButton {
        width: 150px;
        padding-left: 30px;
        text-align: center; }
        div#navbar.header-popout .topBarWithLogoAndMenus .lowerLogoMenus .navbarLogoButton .menuLogo {
          width: 100px;
          height: 100px;
          top: -30px;
          position: relative; }
    div#navbar.header-popout .topBarWithLogoAndMenus #mainMenu {
      text-align: center; }
      div#navbar.header-popout .topBarWithLogoAndMenus #mainMenu #mainMenuLinks li {
        display: inline-block;
        margin-right: 15px;
        border-bottom: 2px solid transparent; }
        div#navbar.header-popout .topBarWithLogoAndMenus #mainMenu #mainMenuLinks li a {
          font-family: "Fira Sans", Arial, Helvetica, sans-serif;
          color: #fff;
          padding: 5px 15px;
          font-size: 13px;
          text-transform: uppercase; }
          div#navbar.header-popout .topBarWithLogoAndMenus #mainMenu #mainMenuLinks li a:hover {
            text-decoration: none; }
        div#navbar.header-popout .topBarWithLogoAndMenus #mainMenu #mainMenuLinks li:hover {
          border-bottom: 2px solid #EB6E1F; }
    div#navbar.header-popout .topBarWithLogoAndMenus #userLoginInset {
      display: inline-block; }
      div#navbar.header-popout .topBarWithLogoAndMenus #userLoginInset #signInLink {
        color: #fff;
        font-size: 18px;
        font-family: "Fira Sans", Arial, Helvetica, sans-serif;
        height: 45px;
        line-height: 45px;
        font-size: 13px;
        text-transform: uppercase;
        margin-right: 25px; }
      div#navbar.header-popout .topBarWithLogoAndMenus #userLoginInset > div {
        display: inline-block;
        margin-right: 25px; }
        div#navbar.header-popout .topBarWithLogoAndMenus #userLoginInset > div * {
          color: #fff;
          font-size: 18px;
          font-family: "Fira Sans", Arial, Helvetica, sans-serif;
          height: 45px;
          line-height: 45px;
          font-size: 13px;
          text-transform: uppercase; }
      div#navbar.header-popout .topBarWithLogoAndMenus #userLoginInset .welcome {
        font-size: 18px;
        color: #fff;
        display: none !important; }
    div#navbar.header-popout .topBarWithLogoAndMenus .social {
      display: inline-block;
      margin-right: 29px; }
      div#navbar.header-popout .topBarWithLogoAndMenus .social a {
        color: #fff;
        font-size: 16px; }
  div#navbar.header-popout .bottom-effect svg {
    fill: #002855;
    transform: rotateX(180deg) rotateY(180deg);
    max-width: 100vw; }

#homePageContainer {
  background: #f7f7f7; }

#switchboardRow {
  width: 1200px;
  max-width: 95vw;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 40px; }
  #switchboardRow .componentRow {
    width: 100%; }
    #switchboardRow .componentRow .size_3 {
      width: 100%; }

#mainPage {
  margin-top: 50px; }

#mainPage,
#pageContainer {
  background: #f7f7f7; }

#pageContainer {
  margin-top: 60px; }
  #pageContainer .componentRow {
    width: 100%; }
    #pageContainer .componentRow .size_3 {
      width: 100%; }

#footer {
  background: #f9f9f9; }
  #footer * {
    font-family: 'Roboto Mono', Arial, Helvetica, sans-serif;
    color: #727272;
    font-size: 16px;
    line-height: 1.75em;
    text-rendering: optimizeLegibility; }
  #footer .inner {
    padding: 90px 0 60px;
    width: 1200px;
    max-width: 97vw;
    margin: 0 auto; }
  #footer .footerMenu {
    width: 24%;
    display: inline-block;
    vertical-align: top;
    line-height: 1.5;
    font-size: 14px; }
    #footer .footerMenu h4 {
      font-weight: bold;
      margin-bottom: 1em;
      font-size: 16px; }
    #footer .footerMenu a {
      color: #727272;
      font-size: 16px; }
  #footer .social li a i {
    font-family: 'FontAwesome', 'Font Awesome 5 Brands','Roboto Mono', Arial, Helvetica, sans-serif; }
  #footer .clear {
    height: 25px; }
  #footer .poweredBy {
    float: right;
    margin-top: -30px; }

#pageContainer {
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 0; }

div.formSection {
  background: #f7f7f7; }

.social {
  list-style: none; }
  .social li {
    list-style: none;
    display: inline-block;
    margin-right: 10px; }

#introVideoWrap {
  display: none;
  overflow: hidden;
  height: auto;
  z-index: 0;
  position: absolute;
  top: 0;
  width: 100%;
  margin-top: -110px; }
  #introVideoWrap #overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(53, 64, 82, 0.7); }

#introImage {
  display: none; }

#introVideo video {
  width: 100%;
  height: 100%; }
