@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); }

#header {
  width: 100%;
  background: #354052;
  background-image: url(../../graphics/htx/header-background.jpg);
  background-size: cover; }
  #header .inner {
    padding: 17px 35px;
    width: 1200px;
    margin: 0 auto; }
  #header .logo {
    width: 725px;
    display: block;
    margin: 0 auto;
    margin-top: -150px; }
  #header .right {
    float: right; }
  #header .social {
    display: inline-block; }
    #header .social a {
      color: #354052;
      font-size: 16px; }
  #header #userLoginInset {
    display: inline-block; }
    #header #userLoginInset #signInLink {
      color: #354052;
      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; }
    #header #userLoginInset > div {
      display: inline-block;
      margin-right: 25px; }
      #header #userLoginInset > div * {
        color: #354052;
        font-size: 18px;
        font-family: "Fira Sans", Arial, Helvetica, sans-serif;
        color: #354052;
        height: 45px;
        line-height: 45px;
        font-size: 13px;
        text-transform: uppercase; }
    #header #userLoginInset .welcome {
      font-size: 18px;
      color: #354052;
      display: none !important; }
  #header .header-top {
    padding-top: 60px;
    padding-bottom: 90px;
    position: relative;
    z-index: 2; }
  #header .home-contact-info {
    height: 98px; }
    #header .home-contact-info a {
      color: #fff; }
    #header .home-contact-info p {
      font-family: 'Roboto Mono', Arial, Helvetica, sans-serif;
      color: #fff;
      font-size: 14px;
      line-height: 1.75em;
      text-rendering: optimizeLegibility; }
    #header .home-contact-info.left {
      border-left: 7px solid #c32d3b;
      padding-left: 15px;
      float: left; }
    #header .home-contact-info.right {
      border-right: 7px solid #c32d3b;
      padding-right: 15px;
      float: right; }
      #header .home-contact-info.right p {
        text-align: right; }
  #header .header-bottom {
    height: 75px;
    background-color: #f7f7f7;
    position: relative; }
    #header .header-bottom .inner {
      padding: 0 35px; }
    #header .header-bottom .top-effect {
      position: relative;
      top: -20px; }
      #header .header-bottom .top-effect svg {
        fill: #f7f7f7; }
    #header .header-bottom .bottom-effect {
      position: relative;
      bottom: -20px;
      height: 0px; }
      #header .header-bottom .bottom-effect svg {
        transform: rotateX(180deg) rotateY(180deg);
        fill: #f7f7f7; }
    #header .header-bottom #mainMenu {
      text-align: center;
      float: left; }
      #header .header-bottom #mainMenu #mainMenuLinks li {
        display: inline-block;
        margin-right: 15px;
        height: 45px;
        line-height: 45px;
        border-bottom: 2px solid transparent; }
        #header .header-bottom #mainMenu #mainMenuLinks li a {
          font-family: "Fira Sans", Arial, Helvetica, sans-serif;
          color: #354052;
          padding: 0 15px;
          height: 45px;
          line-height: 45px;
          font-size: 13px;
          text-transform: uppercase; }
          #header .header-bottom #mainMenu #mainMenuLinks li a:hover {
            text-decoration: none; }
        #header .header-bottom #mainMenu #mainMenuLinks li:hover {
          border-bottom: 2px solid #ad2e24; }

.header-popout {
  position: fixed;
  height: 100px;
  top: -125px;
  background: #354052;
  width: 100%;
  transition: top 0.3s;
  z-index: 10; }
  .header-popout .bottom-effect svg {
    fill: #354052;
    transform: rotateX(180deg) rotateY(180deg); }
  .header-popout .inner {
    padding: 0 35px; }
  .header-popout .social {
    display: inline-block; }
    .header-popout .social a {
      color: #fff;
      font-size: 16px; }
  .header-popout .logo img {
    max-width: 100px;
    float: left; }
  .header-popout #mainMenu {
    text-align: center;
    float: left; }
    .header-popout #mainMenu #mainMenuLinks {
      margin-top: 28px;
      margin-left: 50px; }
      .header-popout #mainMenu #mainMenuLinks li {
        display: inline-block;
        margin-right: 15px;
        height: 45px;
        line-height: 45px;
        border-bottom: 2px solid transparent; }
        .header-popout #mainMenu #mainMenuLinks li a {
          font-family: "Fira Sans", Arial, Helvetica, sans-serif;
          color: #fff;
          padding: 0 15px;
          height: 45px;
          line-height: 45px;
          font-size: 13px;
          text-transform: uppercase; }
          .header-popout #mainMenu #mainMenuLinks li a:hover {
            text-decoration: none; }
        .header-popout #mainMenu #mainMenuLinks li:hover {
          border-bottom: 2px solid #ad2e24; }
  .header-popout .right {
    float: right; }
  .header-popout .social {
    display: inline-block; }
    .header-popout .social a {
      color: #fff;
      font-size: 16px; }
  .header-popout #userLoginInset {
    display: inline-block;
    margin-top: 28px; }
    .header-popout #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; }
    .header-popout #userLoginInset > div {
      display: inline-block;
      margin-right: 25px; }
      .header-popout #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; }
    .header-popout #userLoginInset .welcome {
      font-size: 18px;
      color: #fff;
      display: none !important; }

#homePageContainer {
  background: #f7f7f7; }

#switchboardRow {
  width: 1200px;
  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%; }

#featured {
  background: #000;
  min-height: 305px;
  margin-top: 17px; }
  #featured .inner {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
    text-align: center; }
  #featured p {
    color: #fff;
    font-size: 16px; }

#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;
    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 .clear {
    height: 25px; }
  #footer .poweredBy {
    float: right;
    margin-top: -30px; }

#pageContainer {
  max-width: 1200px;
  margin: 0 auto;
  padding: 35px 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%; }
