html {
  font-size: 16px;
}

body {
  color: #000;
  font-family: 'Raleway', sans-serif;
  font-optical-sizing: auto;
  margin: 0;
}
@media (min-width: 768px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  html {
    font-size: 24px;
  }
}

a,
button {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:focus,
button:focus {
  outline: none;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  font-weight: 900;
  margin: 10px 0 10px;
}
h1, .h1,
h2, .h2 {
  font-size: 2rem;
}
h3, .h3 {
  font-size: 1.25rem;
  margin: 35px 0 10px;
}

a {
  color: #414f6b;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

p {
  margin-top: 0;
}

a:focus img {
  opacity: 0.75;
}

@media (max-width: 767px) {
  .hide-mobile {
    display: none;
  }
}

.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header {
  position: relative;
  background: #003963;
  padding: 20px 0 15px;
  color: #fff;
}
.header .row div {
  width: 50%;
}
.header .row div:last-child {
  text-align: right;
  margin-top: 16px;
}

.logo img {
  display: inline-block;
  max-width: 200px;
}
@media (max-width: 400px) {
  .logo img {
    max-width: 150px;
  }
}

.btn {
  display: inline-block;
  background: #FA9D1C;
  color: #003963;
  border-radius: 10px;
  padding: 10px 50px;
  font-weight: 900;
}
.btn:hover,
.btn:focus,
.btn:active {
  background: #003963;
  color: #fff;
  text-decoration: none;
}

.offer-area {
  background-color: #1C6DBE;
  display: none;
  justify-content: center;
  color: #fff;
}
.offer-area .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
}
.offer-area .row > div {
  width: 35%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.offer-area .row > div:last-child {
  width: 65%;
  padding: 2.5%;
  box-sizing: border-box;
}
.offer-area img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.offer-area h1 {
  font-weight: 800;
  font-size: 2.75rem;
  margin: 40px 0 25px;
}
.offer-area h1.alt {
  font-size: 1.75rem;
}
.offer-area .tagline-1 {
  font-weight: 400;
  font-size: 2.75rem;
}
.offer-area .tagline-2 {
  font-weight: 800;
  font-size: 2.75rem;
}
.offer-area .tagline-3 {
  font-weight: 400;
  font-size: 2rem;
}
.offer-area .cta {
  margin: 50px 0 25px;
}

@media (max-width: 768px) {
  .offer-area .row > div {
    width: 40%;
  }
  .offer-area .row > div:last-child {
    width: 60%;
  }
  .offer-area h1 {
    font-size: 2rem;
    margin: 30px 0 15px;
  }
  .offer-area h1.alt {
    font-size: 1.75rem;
  }
  .offer-area .tagline-1 {
    font-size: 2rem;
  }
  .offer-area .tagline-2 {
    font-size: 2rem;
  }
  .offer-area .tagline-3 {
    font-size: 1.25rem;
  }
  .offer-area .cta {
    margin: 40px 0 15px;
  }
}

.plan-area {
  color: #fff;
  background: #003963;
  padding: 40px 0 0;
  position: relative;
  text-align: center;
}
.plan-area:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -80px;
  content: "";
  border-style: solid;
  border-width: 80px 50vw 0 50vw;
  border-color: #003963 transparent transparent transparent;
}

.options-area {
  padding: 100px 0 35px;
  font-weight: bold;
}
.options-area .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 0 10%;
}
.options-area ul {
  padding: 0;
  width: 40%;
  margin-top: 0;
}
.options-area ul:first-child {
  width: 40%;
}
.options-area ul li {
  margin: 0 0 10px;
}
.options-area .call-to-action {
  text-align: center;
}
@media (max-width: 767px) {
  .options-area ul:first-child,
  .options-area ul {
    width: 100%;
  }

  .options-area ul:first-child {
    margin: 0;
  }
}

.info-area {
  background: #6acbb8;
  padding: 35px 0 35px;
  color: #003963;
}
.info-area.alt {
  background: #fff;
}
.info-area p {
  margin: 0 0 5px;
}
.info-area h2 {
  margin-top: 0;
}

.questions-area {
  color: #003963;
  background: #fff;
  text-align: center;
  border-bottom: solid 10px #003963;
  padding: 20px 0 10px;
}
.questions-area h2 {
  font-size: 1.5rem;
  margin: 15px 0 10px;
}
.questions-area a {
  text-decoration: underline;
}
.questions-area a:hover,
.questions-area a:focus {
  color: #FA9D1C;
}

.topics-area {
  background: #003963;
  padding: 20px 0 35px;
  color: #fff;
}
.topics-area .row:first-child h3 {
  margin-top: 24px;
}

.footer {
  background: #003963;
  padding: 35px 0 35px;
  color: #fff;
  text-align: center;
}
footer p {
  margin: 0;
}
.footer .copy {
  font-size: .65rem;
}
.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding: 0;
  margin: 30px 0 30px;
  font-size: .75rem;
}
.footer-nav li {
  position: relative;
  padding: 0 15px;
  margin-bottom: 5px;
}
.footer-nav li:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  content: "";
  width: 2px;
  background: #fff;
}
.footer-nav li:first-child:before {
  display: none;
}
.footer-nav a {
  color: #fff;
}
.footer-nav a:focus {
  color: #FA9D1C;
}

/* Glia Chat Style Overrides */

#salemove .sm-button.sm-media-button .sm-text {
  margin-top: 12px !important;
}

#salemove .sm-media-selection h3,
#salemove .sm-cobrowsing-request .sm-message,
#salemove .sm-screen-sharing-modal .sm-message,
#salemove .ob-screen-sharing-modal .ob-message {
  font-size: 14px !important;
  word-break: break-word !important;
}

@media only screen and (orientation: landscape) and (max-width: 896px) {
  #salemove .sm-media-selection .sm_cobrowsing_disabled_field {
    position: static;
    float: right;
  }

  #salemove .ob-screen-sharing-modal .ob-screen-sharing-title,
  #salemove .ob-screen-sharing-modal .ob-icon-share-screen {
    display: none;
  }
}
