html, body {
  font-size: 16px; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background: #fff; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

h1, h2, h3, h4 {
  font-family: 'Lato', sans-serif; }

p {
  font-size: 1rem;
  font-family: 'Lato', sans-serif;
  color: #000; }

a {
  color: #000;
  text-decoration: none;
  font-size: 1rem !important;
  font-family: 'Lato', sans-serif;
  transition: .2s ease-in; }
  a:hover, a:focus {
    color: #0098d7; }

.visually-hidden, .a11y-slider-sr-only {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

.btn, .button {
  padding: 15px;
  border-radius: 10px;
  background: #fc9400;
  color: #fff;
  font-weight: 800;
  transition: .2s ease-in; }
  .btn:hover, .btn:focus, .button:hover, .button:focus {
    color: #fff;
    background: #c97600; }
  .btn.btn--full-width, .button.btn--full-width {
    width: 100%; }

.site-header {
  padding: 20px;
  margin: 0 auto;
  background: #fff;
  text-align: center; }

@media (min-width: 48em) {
  .site-header {
    text-align: left; } }

.header-inner {
  display: block;
  padding: 10px; }

@media (min-width: 48em) {
  .header-inner {
    display: flex;
    max-width: 71.250em;
    margin: 0 auto;
    align-items: center; } }

.site-logo-media, .site-footer-media {
  max-width: 235px;
  margin: 0 auto; }

@media (min-width: 48em) {
  .site-logo-media, .site-footer-media {
    margin: 0; } }

.logo-block {
  margin: 0; }

.site-logo-image, .site-footer-media__image {
  display: block;
  width: 100%; }

.header-inner__nav-section {
  max-width: 605px;
  margin-left: auto; }

.site-navigation-listing {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none; }

.site-navigation-item {
  flex: 1 0 auto;
  margin: 0 11px 0 0; }

@media (min-width: 48em) {
  .site-navigation-item {
    margin: 0 49px 0 0; } }

.site-navigation-item__link {
  color: #000;
  font-size: 17px;
  font-weight: 600;
  transition: .2s ease-in; }

.site-footer {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f6fbfe+0,e2f3fa+26,97d5ef+56,1ca3db+100&0.48+0,1+100 */
  background: -moz-linear-gradient(top, rgba(246, 251, 254, 0.48) 0%, rgba(226, 243, 250, 0.62) 26%, rgba(151, 213, 239, 0.77) 56%, #1ca3db 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(246, 251, 254, 0.48) 0%, rgba(226, 243, 250, 0.62) 26%, rgba(151, 213, 239, 0.77) 56%, #1ca3db 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(246, 251, 254, 0.48) 0%, rgba(226, 243, 250, 0.62) 26%, rgba(151, 213, 239, 0.77) 56%, #1ca3db 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7af6fbfe', endColorstr='#1ca3db',GradientType=0 );
  /* IE6-9 */ }

.footer-inner {
  padding: 20px;
  display: block;
  text-align: center; }

@media (min-width: 48em) {
  .footer-inner {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    max-width: 71.250em;
    margin: 0 auto;
    align-items: center;
    text-align: left; } }

@media (min-width: 48em) {
  .footer-inner__left, .footer-inner__center, .footer-inner__right {
    flex: 0 1 auto; } }

.footer-inner__left, .footer-inner__center {
  margin: 0 0 20px; }

@media (min-width: 48em) {
  .footer-inner__left, .footer-inner__center {
    margin: 0 10px 0 0; } }

.site-footer-media {
  margin: 0 auto; }

@media (min-width: 48em) {
  .site-footer-media {
    margin: 0; } }

.social-media__title {
  margin: 0 0 20px 0; }

.social-media-listing {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center; }

@media (min-width: 48em) {
  .social-media-listing {
    display: flex;
    justify-content: stretch; } }

.social-media-item {
  flex: 0 0 auto;
  margin: 0 10px 0 0; }

.social-media-link {
  display: block;
  max-width: 30px;
  width: 100%;
  height: 30px;
  transition: .2s ease-in; }
  .social-media-link:hover .social-media-icon,
  .social-media-link:focus .social-media-icon {
    fill: #0098d7; }

.social-media-icon {
  width: 100%;
  height: 30px; }

.footer-cta__title {
  margin: 0 0 20px 0; }

.footer-cta__text__word-break {
  display: block;
  margin: 0 0 20px 0; }

.footer-bottom {
  text-align: center;
  font-weight: 600;
  padding-bottom: 30px; }

.footer-bottom__inner__copyright {
  margin: 0; }

.link-block {
  margin: 20px 0 0 0;
  display: block; }

.reset-list, .list-reset {
  padding: 0;
  margin: 0;
  list-style: none; }

.btn-reset, .button-reset {
  border: none; }

.site-container {
  max-width: 71.250em;
  width: 100%;
  padding: 10px;
  margin: 0 auto; }

.cta-link-listing {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 600; }

@media (min-width: 40em) {
  .cta-link-listing {
    display: flex; } }

.cta-link-item {
  font-weight: 800;
  margin: 0 0 10px 0; }

@media (min-width: 40em) {
  .cta-link-item {
    margin: 0 10px 0 0;
    flex: 1 0 auto; } }

.cta-link-item__link {
  position: relative;
  color: #fff;
  text-decoration: underline; }
  .cta-link-item__link:hover, .cta-link-item__link:focus {
    color: #00008b;
    transition: .2s ease-in; }
  .cta-link-item__link::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin: 0 -14px 0 0;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid white;
    border-bottom: 5px solid transparent; }
  .cta-link-item__link:hover::before {
    border-left: 10px solid #00008b; }

.cta-hero-media__image {
  width: 100%;
  max-height: 419px;
  height: auto; }

.cta-content-wrapper {
  padding: 10px;
  font-size: 1.0625rem;
  color: #fff;
  background: #0098d7; }
  .cta-content-wrapper.cta-content-wrapper--theme1 {
    background: none;
    color: #000; }
  .cta-content-wrapper.cta-content-wrapper--theme2 {
    background: none;
    color: #fff; }
    .cta-content-wrapper.cta-content-wrapper--theme2 .cta-content__text {
      color: #000; }
    .cta-content-wrapper.cta-content-wrapper--theme2 p {
      color: #000; }
    .cta-content-wrapper.cta-content-wrapper--theme2 a {
      color: #000; }
  @media (min-width: 60.625em) {
    .cta-content-wrapper.cta-content-wrapper--theme2 {
      background: none;
      color: #fff; }
      .cta-content-wrapper.cta-content-wrapper--theme2 .cta-content__text {
        color: #fff; }
      .cta-content-wrapper.cta-content-wrapper--theme2 p {
        color: #fff; }
      .cta-content-wrapper.cta-content-wrapper--theme2 a {
        color: #fff; } }

@media (min-width: 60.625em) {
  .cta-content-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40px; }
  .cta-content-wrapper--right {
    right: 40px;
    left: auto; } }

@media (min-width: 60.625em) {
  .cta-hero-media {
    position: relative; } }

.cta-content {
  width: 100%;
  padding: 20px;
  max-width: 600px;
  margin: 0 auto;
  font-weight: 800; }

@media (min-width: 60.625em) {
  .cta-content {
    top: 0;
    left: 0;
    padding: 20px; } }

.cta-content-wrapper__title {
  margin: 0;
  line-height: 1.875rem; }

@media (min-width: 60.625em) {
  .cta-content-wrapper__title {
    margin: 0;
    line-height: 2rem; } }

.cta-content-wrapper__title__link {
  display: block;
  margin: 0 0 20px 0;
  color: #fff;
  font-size: 1.25rem;
  transition: .2s ease-in;
  text-decoration: underline; }
  .cta-content-wrapper__title__link:hover, .cta-content-wrapper__title__link:focus {
    color: #00008b; }

.brands-slider {
  position: relative;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none; }

.brands-slide {
  width: 100%; }

@media (min-width: 768px) {
  .brands-slide {
    width: 25%; } }

.brands-slide {
  margin: 0 10px 0 0; }

.brands-slide:last-child {
  margin: 0; }

.brands-slide__media {
  max-width: 150px;
  width: 100%;
  margin: 0 auto; }

@media (min-width: 48em) {
  .brands-slide__media {
    margin: 0; } }

.a11y-slider-container {
  display: flex;
  justify-content: center; }

.brands-slide__media__image {
  width: 100%; }

.brands-slider-wrapper {
  position: relative;
  margin: 0 0 20px 0; }

.brands-slider-btn {
  z-index: 1000;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  background: #00008b;
  border-radius: 30px;
  transition: .2s ease-in; }
  .brands-slider-btn:focus, .brands-slider-btn:hover {
    background: #0098d7; }
  .brands-slider-btn.brands-slider-btn--prev {
    left: -10px; }
  .brands-slider-btn.brands-slider-btn--next {
    right: -10px; }

.brands-slider-btn__icon {
  width: 30px;
  height: 30px;
  fill: #fff; }

.a11y-slider-autoplay {
  display: none; }

.page-title {
  font-size: 3.125rem;
  text-align: center;
  color: #0098d7; }

.site-content {
  max-width: 700px;
  width: 100%;
  margin: 0 auto 20px auto;
  text-align: center; }

.available-insurance {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  text-align: center; }

.icon-listing {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 20px 0; }

@media (min-width: 48em) {
  .icon-listing {
    max-width: 580px;
    width: 100%;
    margin: 0 auto; } }

.icon-item {
  width: 50%;
  flex: 1 0 auto;
  margin: 0 0 20px 0; }

.icon-section {
  max-width: 50px;
  width: 100%;
  height: 50px;
  margin: 0 10px 0 0; }

.icon-item {
  display: flex;
  align-items: center; }

.text-section {
  flex: 1 1 auto; }

.icon-section__icon {
  width: 100%;
  height: 50px;
  fill: #0098d7; }

.contact-form-wrapper {
  display: block;
  margin: 0 0 20px 0;
  padding: 0 20px; }

@media (min-width: 48em) {
  .contact-form-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 0; } }

.contact-form-input-wrapper {
  width: 100%;
  margin: 0 0 20px 0; }

@media (min-width: 48em) {
  .contact-form-input-wrapper {
    width: 48%;
    flex: 1 0 auto;
    margin: 0 20px 20px 0; }
    .contact-form-input-wrapper.contact-form-input-wrapper--full-width {
      width: 100%; } }

@media (min-width: 48em) {
  .contact-form-input-wrapper:nth-child(even) {
    margin: 0 0 20px 0; } }

.interior-hero-banner {
  margin: 0 0 20px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .interior-hero-banner::before {
    content: "";
    display: block;
    padding-bottom: 25%; }

input[type=text] {
  width: 100%;
  padding: 10px;
  border: 1px solid #5f5f5f;
  border-radius: 5px; }

textarea {
  width: 100%;
  min-height: 100px;
  padding: 10px;
  border: 1px solid #5f5f5f;
  border-radius: 5px; }

button {
  border: none;
  background: none;
  cursor: pointer; }
