label {
  font-weight: 400;
  font-size: 15px; }
  @media screen and (max-width: 400px) {
    label {
      font-size: 16px; } }
.label {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 20px;
  cursor: default; }
  @media screen and (max-width: 400px) {
    .label {
      font-size: 16px; } }
b,
strong {
  font-weight: 500; }

.text-light {
  font-weight: 200; }

.underline {
  text-decoration: underline !important; }

.uppercase {
  text-transform: uppercase; }

.no-wrap {
  white-space: nowrap; }

.navbar {
  background-color: #FFF;
  border: 0;
  /* stop flash of submenus, use display:inherit on dom load to enable */ }
  @media screen and (max-width: 767px) {
    .navbar {
      top: 0;
      position: fixed;
      z-index: 1030;
      right: 0;
      left: 0;
      overflow: auto;
      max-height: 85vh;
      align-items: flex-start; } }
  @media screen and (max-width: 767px) {
    .navbar .navbar-header {
      text-align: center; } }
  .navbar .navbar-header .scroll-up {
    float: right;
    padding: 10px;
    font-size: 12px; }
    .navbar .navbar-header .scroll-up:not(.active) {
      display: none !important; }
    .navbar .navbar-header .scroll-up .arrow {
      display: block;
      margin-bottom: -5px; }
  .navbar .navbar-brand {
    padding-top: 5px;
    padding-bottom: 5px; }
    @media screen and (max-width: 767px) {
      .navbar .navbar-brand {
        float: none;
        display: inline-block;
        padding: 15px;
        height: 40px; } }
    .navbar .navbar-brand img {
      max-height: 40px; }
    .navbar .navbar-brand .at {
      max-height: 60px; }
      @media screen and (max-width: 767px) {
        .navbar .navbar-brand .at {
          max-height: 35px;
          margin-top: -8px; } }
  .navbar a {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    color: #545454;
    font-size: 16px; }
  .navbar .navbar-text {
    font-size: 15px; }
  .navbar .icon-bar {
    background-color: #E84533; }
  @media screen and (max-width: 767px) {
    .navbar .nav > li > span > a {
      padding: 10px 15px;
      display: block; } }
  @media screen and (max-width: 767px) {
    .navbar .nav > li {
      border-bottom: 1px dotted #D6D6D6; }
      .navbar .nav > li:last-child, .navbar .nav > li:nth-last-child(2) {
        border: none; } }
  .navbar .nav > li > a span {
    -webkit-transition: border-bottom 0.2s ease;
    -moz-transition: border-bottom 0.2s ease;
    transition: border-bottom 0.2s ease;
    padding-bottom: 16px; }
  .navbar .nav > li > a span.caret {
    -webkit-transition: color 0s;
    -moz-transition: color 0s;
    transition: color 0s;
    padding: 0;
    border-bottom: 0; }
  .navbar .nav > li:hover > a span.caret {
    border-bottom: 0 !important; }
  .navbar .nav > li > a:focus,
  .navbar .nav > li > a:hover {
    background-color: #FFF; }
  .navbar .navbar-nav > li > a:focus > span:first-of-type,
  .navbar .navbar-nav > li:hover > a > span:first-of-type,
  .navbar .navbar-nav > li.active > a > span:first-of-type {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    color: #E84533;
    border-bottom: 4px solid #E84533; }
    @media screen and (max-width: 767px) {
      .navbar .navbar-nav > li > a:focus > span:first-of-type,
      .navbar .navbar-nav > li:hover > a > span:first-of-type,
      .navbar .navbar-nav > li.active > a > span:first-of-type {
        padding-bottom: 3px;
        border-width: 2px;
        border-bottom: 0;
        color: inherit; } }
  .navbar .navbar-nav > li > ul > li {
    display: none; }
  .navbar .navbar-nav > li > ul {
    padding: 0;
    top: 90%;
    border-radius: 4px; }
    .navbar .navbar-nav > li > ul > li > a {
      padding: 12px 30px 12px 15px; }
    @media screen and (max-width: 767px) {
      .navbar .navbar-nav > li > ul > li {
        padding: 8px 30px 8px 15px; } }
    .navbar .navbar-nav > li > ul > li:hover > a {
      color: #E84533; }
    .navbar .navbar-nav > li > ul > li:first-of-type a {
      border-top-left-radius: 4px;
      border-top-right-radius: 4px; }
    .navbar .navbar-nav > li > ul > li:last-of-type a {
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px; }
    .navbar .navbar-nav > li > ul.drop-left {
      left: auto;
      right: 0; }
  @media screen and (min-width: 768px) {
    .navbar .navbar-nav > li:hover > ul {
      display: block;
      max-height: 1000px; } }
  @media screen and (max-width: 767px) {
    .navbar ul > li > a {
      white-space: normal; } }
  .navbar li a span.caret {
    color: #666; }
  .navbar .ad-choices {
    display: block;
    float: right;
    position: relative;
    font-size: 13px;
    color: #666; }
    .navbar .ad-choices img {
      width: 18px;
      margin: 0 5px; }
    @media screen and (max-width: 767px) {
      .navbar .ad-choices {
        padding: 5px;
        margin: 6px 0; } }
  .navbar .subscribe-header a {
    padding: 0;
    color: #E84533; }
  .navbar .subscribe-header.contact {
    padding: 10px; }
    .navbar .subscribe-header.contact a {
      font-size: 18px;
      font-weight: bold; }
  .navbar .subscribe-header.address {
    padding-left: 10px;
    border-left: 1px solid #D6D6D6; }

.navbar-main {
  box-shadow: 0 1px 2px 0 #D6D6D6;
  padding-top: 22px; }
  @media screen and (max-width: 767px) {
    .navbar-main {
      margin-bottom: 0;
      padding-top: 0; } }
  .navbar-main .container {
    max-width: 975px; }
  .navbar-main .navbar-toggle {
    float: left;
    margin: 6px 0px 6px 5px; }
  .navbar-main .navbar-collapse {
    max-height: inherit; }
  @media screen and (max-width: 767px) {
    .navbar-main ul {
      box-shadow: none;
      float: none;
      position: relative;
      z-index: auto;
      border: 0;
      visibility: visible; } }
  .navbar-main ul.in {
    display: block; }

.navbar-lob {
  box-shadow: 0 1px 0 0 #D6D6D6;
  margin-bottom: 25px;
  height: 50px;
  border-radius: 4px; }
  .navbar-lob .container-fluid {
    padding-left: 20px;
    padding-right: 20px; }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .navbar-lob .container-fluid {
        padding-left: 5px;
        padding-right: 5px; } }
    @media screen and (min-width: 992px) and (max-width: 1199px) {
      .navbar-lob .container-fluid {
        padding-left: 5px;
        padding-right: 5px; } }
  .navbar-lob li a span {
    padding-left: 5px;
    padding-right: 5px; }
  .navbar-lob .navbar-text {
    margin-left: 30px; }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .navbar-lob .navbar-text {
        margin-left: 10px; } }
    @media screen and (min-width: 992px) and (max-width: 1199px) {
      .navbar-lob .navbar-text {
        margin-left: 20px; } }
.banner {
  background-size: cover;
  background-position: right 0% bottom 100%;
  background-repeat: no-repeat;
  font-size: 30px;
  margin-bottom: 35px;
  height: 500px; }
  .banner .overlay {
    padding: 60px 0;
    color: #FFF; }
    .banner .overlay .heading h1 {
      font-size: 80px; }
      @media screen and (max-width: 767px) {
        .banner .overlay .heading h1 {
          text-align: left;
          font-size: 40px;
          width: 200px;
          padding: 0 25px; } }
    @media screen and (min-width: 992px) {
      .banner .overlay .heading {
        padding: 60px 0 0; } }
    .banner .overlay .badge-icons {
      font-size: 14px;
      padding: 35px 0 0; }
      .banner .overlay .badge-icons .container {
        display: flex; }
        .banner .overlay .badge-icons .container .badge-label {
          align-self: center;
          text-align: left; }
        .banner .overlay .badge-icons .container img {
          padding: 0 0 0 10px; }
    @media screen and (max-width: 767px) {
      .banner .overlay {
        padding: 30px 0; } }
  @media screen and (min-width: 1200px) {
    .banner {
      height: 600px; } }
  @media screen and (max-width: 767px) {
    .banner {
      height: 300px;
      background-position: right 25% bottom 100%; } }
.outer-badge-icons .badge-label {
  text-align: center;
  padding: 0 0 15px; }

.outer-badge-icons .badges {
  display: flex;
  justify-content: space-evenly; }
  .outer-badge-icons .badges #google-assist {
    border: 1px solid lightgrey;
    border-radius: 5px; }

.badges #alexa {
  border: 0;
  width: auto;
  height: 44px; }

@font-face {
  font-family: 'Aspira W01';
  src: url("/static/core/fonts/aspira/.eot?#iefix");
  src: url("/static/core/fonts/aspira/aspira-w01-light.eot?&22ae08ca4759#iefix") format("eot"), url("/static/core/fonts/aspira/aspira-w01-light.woff2?118afd9a2414") format("woff2"), url("/static/core/fonts/aspira/aspira-w01-light.woff?e242720a26e6") format("woff"), url("/static/core/fonts/aspira/aspira-w01-light.ttf?f9f84708e480") format("truetype"), url("/static/core/fonts/aspira/aspira-w01-light.svg?c957a2d2d3a0#aspira-w01-light") format("svg");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'Aspira W01';
  src: url("/static/core/fonts/aspira/aspira-w01-regular.eot?&9bdd65d6434e#iefix");
  src: url("/static/core/fonts/aspira/aspira-w01-regular.eot?&9bdd65d6434e#iefix") format("eot"), url("/static/core/fonts/aspira/aspira-w01-regular.woff2?af9379ae46a6") format("woff2"), url("/static/core/fonts/aspira/aspira-w01-regular.woff?7360119b425d") format("woff"), url("/static/core/fonts/aspira/aspira-w01-regular.ttf?9b3a5b816450") format("truetype"), url("/static/core/fonts/aspira/aspira-w01-regular.svg?7501b409e234#aspira-w01-regular") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Aspira W01';
  src: url("/static/core/fonts/aspira/aspira-w01-demi.eot?&0b9f2edac8b7#iefix");
  src: url("/static/core/fonts/aspira/aspira-w01-demi.eot?&0b9f2edac8b7#iefix") format("eot"), url("/static/core/fonts/aspira/aspira-w01-demi.woff2?2c21f2cdbe9f") format("woff2"), url("/static/core/fonts/aspira/aspira-w01-demi.woff?95505e092460") format("woff"), url("/static/core/fonts/aspira/aspira-w01-demi.ttf?6fa4c4846c9a") format("truetype"), url("/static/core/fonts/aspira/aspira-w01-demi.svg?88c3273621a4#aspira-w01-demi") format("svg");
  font-weight: 500;
  font-style: normal; }

@media screen and (max-width: 767px) {
  .main-body {
    padding-top: 50px; } }
