.orange {
  color: #D89719; }

.blue {
  color: #EDF2F5; }

.dark-blue {
  color: #00337F !important; }

::-webkit-input-placeholder {
  color: #00337F; }

input[type="text"]::-moz-placeholder {
  color: #00337F; }

input[type="text"]:-moz-placeholder {
  color: #00337F; }

input[type="text"] {
  color: #00337F; }

body {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 16px; }

@media (max-width: 576px) {
  body {
    font-size: 16px; } }

* {
  margin: 0;
  padding: 0; }

img {
  max-width: 100%; }

a {
  display: inline-block;
  text-decoration: none !important; }

.mobile-show {
  display: none !important; }

@media (max-width: 767px) {
  .mobile-hide {
    display: none !important; }
  .mobile-show {
    display: block !important; } }

section {
  position: relative; }

@media (max-width: 767px) {
  nav.navbar .navbar-brand {
    height: 60px !important; } }

.btn {
  border-radius: 5px;
  font-size: 18px;
  padding: 18px 26px;
  width: auto;
  color: #FFFFFF;
  background: #0F5C82;
  margin: 0 1rem; }
  .btn:hover {
    background: #D89719;
    color: #FFFFFF; }
    .btn:hover svg {
      color: #FFFFFF; }
  .btn svg {
    margin-right: 6px;
    color: #D89719; }
  .btn.white {
    background: #FFFFFF;
    color: #393A37;
    border: 1px solid #CCCCCC; }
    .btn.white:hover {
      background: #D89719;
      color: #FFFFFF; }
      .btn.white:hover svg {
        color: #FFFFFF; }

.arrow-link {
  text-transform: uppercase;
  color: #00337F; }
  .arrow-link:hover {
    color: #D89719; }

.title {
  font-size: 2.64vh; }

.tcenter {
  text-align: center; }

.tleft {
  text-align: left; }

body {
  color: #464646; }

.reg, #home .testimonial .name .title {
  font-weight: 400; }

.sbold, #interior .why-more h2, #interior .article-left h2, #interior .title, #home .why-more h2, #home .empower .content .title, #home .highlights .title, .btn {
  font-weight: 600; }

.bold, #interior .why-more .row.footer .subtitle, #interior .article-left .row.footer .subtitle, #interior .cta, #interior .modal .title, #interior .page-title, #home .testimonial .name, #home .why-more .row.footer .subtitle, #home .explainer, #home .hero .heading h1, footer li a, nav.navbar, .arrow-link {
  font-weight: 700; }

.modal {
  text-align: center;
  top: 10%;
  padding-top: 75px; }
  .modal.in .modal-dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .modal .close {
    position: relative;
    margin-right: -10px;
    margin-top: -10px; }
  .modal .modal-dialog {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0; }
    .modal .modal-dialog .modal-content {
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border: none;
      background-color: transparent;
      box-shadow: none;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
    .modal .modal-dialog .modal-header {
      border: none;
      margin: 0;
      background-color: transparent;
      text-align: right; }
      .modal .modal-dialog .modal-header button {
        display: inline-block;
        vertical-align: middle; }
    .modal .modal-dialog .modal-body {
      padding: 0;
      margin: 0 auto;
      background-color: transparent; }
  .modal.videoModal .modal-dialog {
    max-width: 940px;
    width: 100%; }
    .modal.videoModal .modal-dialog .modal-body {
      margin: 0 auto;
      background-color: transparent;
      max-width: 832px;
      width: 100%;
      padding: 4px 15px 50px 15px; }

@media (max-width: 769px) {
  .modal {
    padding-top: 0;
    top: 0; }
  .modal.videoModal .modal-dialog {
    width: 90%; } }

@media (max-width: 576px) {
  .modal {
    padding-top: 0;
    top: 0; }
  .modal.videoModal .modal-dialog {
    width: 90%; } }

nav.navbar {
  height: 130px;
  width: 100%;
  padding: 0 1rem 0 0;
  font-size: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }
  nav.navbar .navbar-brand {
    background: url("../images/nav.logo.svg") no-repeat;
    background-size: contain;
    background-position: center left;
    height: 100%;
    width: 24vw;
    max-width: 260px;
    margin-right: 0;
    margin-left: 3rem; }
  nav.navbar .navbar-collapse {
    padding-left: 1rem; }
  nav.navbar .navbar-nav .nav-link {
    color: #0F5C82;
    text-transform: uppercase;
    padding-left: 1.8vw;
    padding-right: 1.8vw;
    position: relative; }
    nav.navbar .navbar-nav .nav-link .selected-border {
      display: none; }
    nav.navbar .navbar-nav .nav-link.selected {
      color: #022958; }
      nav.navbar .navbar-nav .nav-link.selected .selected-border {
        display: block;
        border-bottom: 3px solid #D89719;
        margin-left: -8px;
        width: 100%;
        width: 60%;
        position: absolute; }
  nav.navbar .navbar-toggler {
    color: #0F5C82;
    margin-right: 18px; }

@media (max-width: 767px) {
  nav.navbar {
    padding: 0;
    height: 50px; }
    nav.navbar .navbar-brand {
      height: auto;
      min-width: 125px;
      margin-left: 7vw; }
    nav.navbar .sign-up {
      margin-top: 2rem;
      margin-bottom: 3rem; }
    nav.navbar .navbar-nav {
      height: calc(100vh - 50px);
      background: #0F5C82;
      text-align: center; }
      nav.navbar .navbar-nav .nav-link {
        color: #FFFFFF;
        line-height: 3.8rem;
        font-size: 3.2vh; }
        nav.navbar .navbar-nav .nav-link.selected {
          color: #D89719; }
          nav.navbar .navbar-nav .nav-link.selected .selected-border {
            display: none; }
    nav.navbar .navbar-collapse {
      padding-left: 0rem; } }

footer {
  font-size: 16px;
  color: #FFFFFF;
  background: #0F5C82;
  padding: 50px 0; }
  footer .footer-logo {
    width: 260px;
    height: 53px;
    margin: 40px auto; }
  footer ul {
    list-style: none;
    margin-top: 30px; }
  footer li {
    display: inline-block;
    margin-right: 4vw; }
    footer li a {
      font-size: 22px;
      color: #FFFFFF;
      letter-spacing: 1px; }
  footer li:last-child {
    margin-right: 0; }
  footer .copyright {
    font-size: 12px;
    text-align: center; }
  footer a:hover {
    color: #113D77; }

@media (max-width: 767px) {
  footer ul {
    margin-top: 0;
    margin-bottom: 5vh;
    text-align: center; }
  footer li {
    display: block;
    margin: 0; } }

#home > section {
  padding: 50px 0 30px; }

#home h2.title {
  text-align: center;
  color: #00337F;
  margin: 40px 0; }

#home .hero-wrapper {
  position: relative;
  background: url("../images/home.hero.png") no-repeat;
  background-size: cover;
  background-position-y: center;
  background-position-x: center;
  padding-bottom: 1.2vh; }

#home .hero {
  padding-bottom: 2.4vh; }
  #home .hero .heading {
    color: #00337F;
    position: relative;
    margin-top: 20vh;
    margin-bottom: 20vh;
    text-align: center; }
    #home .hero .heading h1 {
      font-size: 52px;
      margin-bottom: 0;
      line-height: 1.1em; }
    #home .hero .heading .buttons {
      margin: 3rem 0; }

@media (max-width: 767px) {
  #home .hero .heading {
    margin-top: 18vh;
    margin-bottom: 12vh; }
    #home .hero .heading h1 {
      font-size: 8vw; }
    #home .hero .heading .buttons {
      text-align: center; }
    #home .hero .heading .btn {
      width: 100%; } }

#home .explainer {
  border-radius: 10px;
  background-color: #0F5C82;
  color: #FFFFFF;
  font-size: 28px;
  line-height: 3.6vh;
  text-align: center;
  padding: 60px 0;
  position: relative;
  margin-bottom: 12px; }
  #home .explainer p {
    padding: 0;
    margin: 0; }
  #home .explainer .border-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    border: 1px solid #D89719;
    border-radius: 10px;
    top: 12px;
    left: 12px; }

@media (max-width: 767px) {
  #home .explainer {
    font-size: 2.24vh; } }

#home .highlights {
  background: #EDF2F5;
  padding-bottom: 100px; }
  #home .highlights img {
    margin-right: 10px; }
  #home .highlights .title {
    color: #254141;
    font-size: 24px;
    margin-bottom: 3.1vh; }
  #home .highlights p {
    font-size: 22px; }
  #home .highlights svg {
    color: #D89719;
    margin-left: 4px; }

@media (max-width: 767px) {
  #home .highlights .item {
    margin-bottom: 6.24vh; } }

#home .empower {
  color: #464646;
  padding-bottom: 100px; }
  #home .empower .heading {
    text-align: center;
    width: 100%; }
    #home .empower .heading img {
      width: 560px; }
  #home .empower .content {
    position: relative;
    margin-top: 60px; }
    #home .empower .content .title {
      font-size: 2.67vh;
      color: #00337F;
      text-align: left;
      margin: 20px 0 0; }
    #home .empower .content ul {
      list-style: none;
      margin-left: 15px;
      font-size: 2.1vh;
      margin-top: 40px;
      margin-bottom: 40px; }
    #home .empower .content ul li:before {
      content: " \2219 ";
      margin-left: -15px;
      padding-right: 10px; }

@media (max-width: 767px) {
  #home .empower h2.title {
    margin-top: 0; }
  #home .empower .content {
    margin: 20px 0 60px; } }

#home .lower {
  background: url(../images/home.arrow-down-bkg.png) no-repeat top center;
  background-size: 100% 100%;
  padding-top: 0; }
  #home .lower .explainer {
    margin-bottom: 100px; }
    #home .lower .explainer .border-overlay {
      top: 12px;
      left: -12px; }

#home .why-more {
  padding-bottom: 80px; }
  #home .why-more h2 {
    text-align: left;
    margin: 0 0 0 12px; }
  #home .why-more ul {
    list-style: none;
    margin-left: 15px;
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 20px; }
  #home .why-more li {
    padding: 20px 0;
    border-bottom: 1px solid #cccccc; }
    #home .why-more li:last-child {
      border-bottom: none; }
  #home .why-more .row.footer {
    margin-top: 60px; }
    #home .why-more .row.footer .subtitle {
      text-align: center;
      color: #0F5C82;
      line-height: 40px; }

#home .testimonial {
  background: url(../images/home.arrow-up-bkg.svg) no-repeat top center;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 100px; }
  #home .testimonial .quote {
    font-size: 27px;
    color: #637579;
    padding-top: 200px;
    padding-bottom: 30px;
    text-align: center; }
  #home .testimonial .image {
    margin-right: 20px; }
  #home .testimonial .name {
    font-size: 20px;
    line-height: 22px; }
    #home .testimonial .name .title {
      font-size: 16px; }

@media (max-width: 767px) {
  #home .testimonial .quote {
    padding-top: 12vh; } }

#interior .page-title {
  margin-top: 18vh;
  margin-bottom: 8vh;
  color: #022958;
  font-size: 5vh;
  text-align: center; }

#interior .title {
  color: #0F5C82;
  margin-bottom: 2vh; }

#interior .header p {
  font-size: 22px;
  line-height: 32px; }

#interior.spaced section {
  padding-top: 6vh;
  padding-bottom: 6vh; }
  #interior.spaced section.header {
    padding-top: 0; }
  #interior.spaced section.article-left {
    margin: 0; }

#interior .link {
  text-decoration: underline !important;
  color: #0F5C82; }

#interior .explore {
  background: url(../images/home.arrow-down-bkg.png) no-repeat top center;
  background-size: 100% 100%;
  padding-bottom: 14vh;
  margin-bottom: 8vh; }
  #interior .explore .title {
    text-align: center;
    margin-top: 9.2vh;
    margin-bottom: 2vh; }
  #interior .explore .state {
    height: 300px;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center bottom;
    cursor: pointer; }
  @media (max-width: 767px) {
    #interior .explore .state {
      background-position: center; } }
  #interior .explore .ga {
    background-image: url("../images/solutions.ga.svg");
    background-size: 78%; }
  #interior .explore .ga:hover {
    background-image: url("../images/solutions.ga-hover.svg"); }
  #interior .explore .nc {
    background-image: url("../images/solutions.nc.svg"); }
  #interior .explore .nc:hover {
    background-image: url("../images/solutions.nc-hover.svg"); }
  #interior .explore .sc {
    background-image: url("../images/solutions.sc.svg"); }
  #interior .explore .sc:hover {
    background-image: url("../images/solutions.sc-hover.svg"); }

#interior .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  padding: 0;
  height: 100%; }
  #interior .modal .modal-content {
    background: #0F5C82;
    color: #FFFFFF;
    padding: 0;
    height: 100%; }
  #interior .modal .row {
    height: 100%; }
  #interior .modal .close {
    margin-right: 0;
    margin-top: 20px;
    opacity: 1; }
  #interior .modal .map-holder {
    height: 100%; }
  #interior .modal .mapping {
    height: 100%; }
  #interior .modal .title {
    font-size: 2.64vh;
    margin-top: 10vh;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 0; }
  #interior .modal p {
    color: #D89719;
    font-style: italic;
    font-size: 2.24vh;
    margin-bottom: 4vh; }
  #interior .modal ul {
    list-style: none;
    text-align: center; }
    #interior .modal ul li {
      font-size: 2.24vh;
      line-height: 4vh; }
  #interior .modal .lower {
    margin-top: 4vh;
    font-size: 1.8vh; }

#interior .cta {
  border-radius: 10px;
  background-color: #0F5C82;
  color: #FFFFFF;
  font-size: 28px;
  line-height: 3.6vh;
  text-align: center;
  padding: 60px 0;
  position: relative;
  margin-bottom: 12px; }
  #interior .cta p {
    padding: 0;
    margin: 0; }
  #interior .cta .border-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    border: 1px solid #D89719;
    border-radius: 10px;
    top: 12px;
    left: 12px; }
  #interior .cta.left .border-overlay {
    left: -12px; }

@media (max-width: 767px) {
  #interior .cta {
    font-size: 2.24vh;
    margin: 0 1vw; } }

.cta .tname {
  margin-top: 1em !important;
  font-weight: bold;
  text-align: right; }

#interior .cta-blue h2 {
  color: #FFFFFF;
  margin-top: 2vh;
  margin-bottom: 1vh;
  font-size: 2.67vh; }

#interior .cta-blue p {
  font-size: 2.1vh;
  font-weight: 400; }

#interior .cta-blue .btn {
  margin-top: 3vh; }

#interior .article-left {
  margin-top: 10vh;
  margin-bottom: 10vh; }
  #interior .article-left h2 {
    text-align: left; }
  #interior .article-left p {
    font-size: 1.6vh; }
  #interior .article-left ul {
    list-style: none;
    margin-left: 15px;
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 20px; }
  #interior .article-left li {
    padding: 20px 0;
    border-bottom: 1px solid #cccccc; }
    #interior .article-left li:last-child {
      border-bottom: none; }
  #interior .article-left .row.footer {
    margin-top: 60px; }
    #interior .article-left .row.footer .subtitle {
      text-align: center;
      color: #0F5C82;
      line-height: 40px; }
  #interior .article-left .image {
    margin-top: 1vh; }
  @media (max-width: 767px) {
    #interior .article-left {
      margin-top: 0; } }
#interior .graphs {
  margin-top: 10vh;
  margin-bottom: 10vh; }
  #interior .graphs .title {
    margin-top: 2vh;
    font-size: 2.1vh;
    text-align: center; }
  @media (max-width: 767px) {
    #interior .graphs .graph {
      margin-bottom: 2vh; } }
#interior .cta-clear {
  text-align: center; }
  #interior .cta-clear .title {
    margin-top: 2vh;
    margin-bottom: 1vh;
    font-size: 2.67vh; }
  #interior .cta-clear .copy {
    font-size: 2.1vh; }
  #interior .cta-clear .btn {
    margin-top: 3vh; }

#interior.benefits .benefits-count {
  margin-top: 32px;
  font-size: 22px;
  line-height: 32px; }
  #interior.benefits .benefits-count .title {
    font-size: 2.24vh; }
  #interior.benefits .benefits-count .item {
    margin-bottom: 3vh; }

#interior.benefits .article-left {
  margin-top: 4vh;
  margin-bottom: 0; }
  #interior.benefits .article-left ul {
    font-size: 18px;
    list-style: disc; }
    #interior.benefits .article-left ul li {
      border: none;
      padding: 10px 0; }

#interior .why-more {
  padding-bottom: 80px; }
  #interior .why-more h2 {
    text-align: left;
    margin: 0 0 0 12px; }
  #interior .why-more ul {
    list-style: none;
    margin-left: 15px;
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 20px; }
  #interior .why-more li {
    padding: 20px 0;
    border-bottom: 1px solid #cccccc; }
    #interior .why-more li:last-child {
      border-bottom: none; }
  #interior .why-more .row.footer {
    margin-top: 60px; }
    #interior .why-more .row.footer .subtitle {
      text-align: center;
      color: #0F5C82;
      line-height: 40px; }

#interior.samples .explore {
  padding-top: 20px; }
  #interior.samples .explore .title {
    margin-top: 0vh;
    margin-bottom: 2vh; }
  #interior.samples .explore .state {
    background-position: center top; }

#interior.samples .header {
  padding-bottom: 0; }

#interior.samples .contact-form {
  padding-top: 0; }
  #interior.samples .contact-form input[type="text"]::placeholder {
    color: #565656; }
  #interior.samples .contact-form .email {
    display: inline-block; }
  #interior.samples .contact-form .button-holder {
    text-align: center; }
  #interior.samples .contact-form .form-group {
    margin-bottom: 0; }
  #interior.samples .contact-form .form-control {
    height: 50px;
    margin-top: 11px; }
  #interior.samples .contact-form .form-button {
    margin: 3vh 0;
    cursor: pointer;
    width: 30%; }
  #interior.samples .contact-form .response-reveal {
    padding: 20px; }
    #interior.samples .contact-form .response-reveal h4 {
      font-size: 16px; }

#interior.samples .input-error {
  border: 1px solid red; }

#interior.samples .result-error {
  color: red; }

#interior.samples .result-success {
  color: blue; }

.form-button {
  cursor: pointer; }

@media (max-width: 992px) {
  #interior.samples .contact-form .title {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 18px;
    margin: 18px;
    margin: 16px 16px 0;
    font-size: 13px; }
  #interior.samples .contact-form .form-control {
    height: 35px;
    margin-top: 10px;
    width: 50%; }
  #interior.samples .contact-form .form-button {
    margin: 1rem 0 1rem 10px; } }

#interior .arrow-down-bkg {
  background: url(../images/home.arrow-down-bkg.png) no-repeat bottom center;
  background-size: cover; }
  #interior .arrow-down-bkg.header {
    padding-bottom: 16vh; }
  #interior .arrow-down-bkg.header-small {
    padding-bottom: 8vh; }

#interior footer {
  margin-top: 10vh; }
