/*
Theme Name: GrowWithCars.com
Theme URI: https://growwithcars.com/
Author: Ken Nesbit
Author URI: https://growwithcars.com/
Description: Grow with Cars.com
Version: 1.1.0
Text Domain: GrowWithCars
*/

@-webkit-keyframes topDown {
  0% {
    top: -48px
  }

  to {
    top: 0
  }
}

@keyframes topDown {
  0% {
    top: -16px
  }

  to {
    top: 32px
  }
}

@-webkit-keyframes slideDown {
  0% {
    top: 16px
  }

  to {
    top: 48px
  }
}

@keyframes slideDown {
  0% {
    top: 16px
  }

  to {
    top: 48px
  }
}


body {
  background: #fff;
  color: gray;
  font: 14px/1.5 "Inter", "Helvetica", sans-serif !important;
  -webkit-text-size-adjust: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column
}

label {
  padding-bottom: .2rem;
  display: inline-block;
  font-weight: 700
}

button {
  font-family: inherit;
  font-size: 100%;
  cursor: pointer
}

button,
input,
select,
textarea {
  margin: 0
}

input,
textarea {
  width: 100%;
  border: 1px solid #95a1aa;
  border-radius: #c7d3d7;
  padding: .5rem
}

input[type=text],
input[type=url],
textarea {
  -webkit-appearance: none
}

button,
input[type=submit] {
  padding: .5em;
  background: #444;
  border: 1px solid gray
}

input[type=checkbox] {
  width: auto
}

select {
  text-transform: none
}

input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}

input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input[type=checkbox] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  color: inherit;
  font: inherit;
  margin: 4px 0 0;
  line-height: normal
}

textarea {
  overflow: auto
}

input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1
}

.form-control:-ms-input-placeholder {
  color: #999
}

.form-control::-webkit-input-placeholder {
  color: #999
}

.form-group {
  margin-bottom: 15px
}

.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px
}

.checkbox label {
  display: inline;
  font-weight: 400;
  cursor: pointer
}

.checkbox input[type=checkbox] {
  float: left;
  margin-left: -20px
}

form#longMoreInfoForm {
  max-width: 800px;
  margin: 0 auto;
  content: "";
  display: table;
  clear: both;
  padding: 20px 0
}

input,
li,
p,
textarea {
  color: #666
}

.required,
h5 {
  color: #0c92ff
}

.parsley-error {
  border-color: #0c92ff
}

.parsley-errors-list.filled {
  margin-top: .4em;
  background-color: #95a1aa;
  border-radius: .4em;
  padding-left: .25em;
  margin-left: 0
}

.parsley-errors-list.filled li {
  padding-left: .3em;
  margin-left: 0;
  padding-top: .2em;
  padding-bottom: .2em;
  color: #fff;
  list-style-type: none
}

.parsley-errors-list.filled li:before {
  position: relative;
  top: .15em;
  content: "×";
  font-size: 150%;
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: .3em
}

.nav-links {
  *zoom: 1
}

.nav-links:after,
.nav-links:before {
  content: " ";
  display: table
}

.nav-links:after {
  clear: both
}

h1,
h2,
h3 {
  line-height: 1.2;
  color: #65299D
}

.page-section h4,
.page-section h5,
.page-section h6 {
  line-height: 1.4;
}

h1 {
  font-size: 3rem
}

h2,
h3 {
  font-size: 2em
}

h3 {
  font-size: 1.5em;
  font-weight: 400
}

h4 {
  font-size: 1.25em;
  color: #0b61a8
}

h5 {
  font-size: 1.125em
}

h6 {
  font-size: 1em;
  color: #00a1a5
}

.global-nav__menu a,
.secondaryNav a,
.site-main a {
  text-decoration: none
}

.c-footer ol,
.c-footer ul,
.global-nav ol,
.global-nav ul {
  margin: 0;
  padding: 0;
  list-style: none
}

img,
video {
  max-width: 100%;
  height: auto
}

figure img {
  margin-bottom: .5em;
  margin-top: 1em
}

figcaption {
  font-style: italic
}

.cars-global-navigation,
.global-nav {
  position: fixed;
  top: 0
}

.global-nav {
  z-index: 8888;
  width: 100%;
  background-color: #250858;
  -webkit-transition: top .4s ease;
  transition: top .4s ease
}

.global-nav>.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 48px
}

.global-nav.global-nav-scrolled-past-show {
  position: fixed;
  -webkit-animation-duration: .1s;
  animation-duration: .1s;
  -webkit-animation-name: topDown;
  animation-name: topDown;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.global-nav .cui-icon {
  display: inline-block
}

.admin-bar .global-nav {
  top: 32px
}

.global-nav__logo {
  position: relative;
  z-index: 9998;
  display: block;
  width: 140px;
  padding-top: 12px;
  margin: 0 auto 0 8px;
  -webkit-transition: width .25s, height .25s;
  transition: width .25s, height .25s
}

.global-nav__logo .cars-logo {
  width: 100%;
  height: auto
}

@media all and (min-width:504px) {
  .global-nav__logo {
    width: 155px;
    padding-top: 6px
  }
}

.global-nav__logo .carslogo-tm {
  -webkit-transition: fill .25s;
  transition: fill .25s;
  fill: #333
}

.global-nav-scrolled-past .global-nav__logo,
.global-nav__logo.sticky {
  width: 85px;
  padding-top: 6px
}

.global-nav__logo.sticky .carslogo-tm {
  fill: #fff
}

.global-nav__logo.sticky .cars-logo {
  position: absolute;
  top: 6px;
  right: 0;
  left: 0;
  width: 100%;
  height: auto
}

.global-nav__profile-trigger {
  position: absolute;
  top: 0;
  right: 48px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 48px;
  height: 48px
}

.global-nav__profile-trigger svg {
  padding: 0;
  fill: rgba(255, 255, 255, .6)
}

@media all and (min-width:768px) {
  .global-nav__profile-trigger {
    position: static;
    top: 0;
    right: auto;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .global-nav__profile-trigger.active {
    background-color: rgba(255, 255, 255, .2)
  }
}

.global-nav__profile-count-badge {
  position: absolute;
  top: 11px;
  padding: 5px;
  margin-left: 16px;
  font-size: 12px;
  line-height: .4;
  color: #fff;
  text-align: center;
  text-rendering: optimizeLegibility;
  background-color: #a400b4;
  border-radius: 10px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%)
}

.global-nav__icon {
  display: block;
  width: 48px;
  height: 48px;
  padding: 12px;
  cursor: pointer;
  box-sizing: border-box
}

.global-nav__icon svg {
  width: 24px;
  height: 24px
}

@media all and (min-width:768px) {
  .global-nav__icon:hover {
    background-color: rgba(255, 255, 255, .2)
  }

  .active .global-nav__icon:hover {
    background-color: transparent
  }
}

.global-nav__menu-trigger {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 48px;
  height: 48px;
  padding-top: 16px;
  cursor: pointer
}

@media all and (min-width:768px) {
  .global-nav__menu-trigger {
    display: none
  }
}

.global-nav__menu-trigger::after,
.global-nav__menu-trigger::before {
  content: ''
}

.global-nav__menu-trigger span,
.global-nav__menu-trigger::after,
.global-nav__menu-trigger::before {
  display: block;
  width: 50%;
  height: 1px;
  margin: 0 auto 8px;
  background-color: rgba(255, 255, 255, .6);
  -webkit-transition: opacity .25s, margin-bottom .25s, margin-top .25s, -webkit-transform .25s;
  transition: opacity .25s, margin-bottom .25s, transform .25s, margin-top .25s;
  transition: opacity .25s, margin-bottom .25s, transform .25s, margin-top .25s, -webkit-transform .25s
}

.global-nav__menu-trigger::after {
  margin-bottom: 0
}

.global-nav__menu-trigger.active span {
  opacity: 0
}

.global-nav__menu-trigger.active::after,
.global-nav__menu-trigger.active::before {
  width: 50%;
  height: 1px;
  margin-top: 8px;
  background: rgba(255, 255, 255, .6);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.global-nav__menu-trigger.active::after {
  margin-top: -16px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.extra-menu__sub-nav,
.global-nav__menu {
  bottom: 0;
  left: 0;
  z-index: 8887;
  width: 100%;
  overflow-y: auto;
  background-color: #fff;
  border-bottom: 1px solid #e1e1e1
}

.global-nav__menu {
  position: fixed;
  top: 48px;
  display: none;
  padding-top: 32px
}

.active.extra-menu__sub-nav .global-nav__cta,
.global-nav__menu li,
.global-nav__menu.active .global-nav__cta {
  margin-top: 0
}

.extra-menu__sub-nav .global-nav__cta,
.global-nav__menu .global-nav__cta {
  margin-top: 3px
}

.active.extra-menu__sub-nav,
.global-nav__menu.active {
  display: block
}

@media all and (min-width:768px) {

  .active.extra-menu__sub-nav,
  .global-nav__menu.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

@media all and (min-width:768px) {

  .extra-menu__sub-nav,
  .global-nav__menu {
    position: static;
    top: 0;
    right: 48px;
    left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: auto;
    height: 48px;
    padding: 0;
    line-height: 48px;
    background-color: transparent;
    border: 0
  }
}

.extra-menu__sub-nav li,
.global-nav__option-parent,
.global-nav__option-widow {
  float: none
}

.extra-menu__sub-nav li.active .global-nav__cta,
.global-nav__option-parent.active .global-nav__cta,
.global-nav__option-widow.active .global-nav__cta {
  margin-top: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.extra-menu__sub-nav li.active .global-nav__sub-nav,
.global-nav__option-parent.active .global-nav__sub-nav,
.global-nav__option-widow.active .global-nav__sub-nav {
  display: block;
  width: 80%;
  margin: 0 auto
}

@media all and (min-width:768px) {

  .extra-menu__sub-nav li.active .global-nav__sub-nav,
  .global-nav__option-parent.active .global-nav__sub-nav,
  .global-nav__option-widow.active .global-nav__sub-nav {
    position: absolute;
    top: 48px;
    right: 0;
    left: 0;
    width: 100%;
    padding: 32px 0;
    background-color: #fff;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.extra-menu__sub-nav li>a,
.global-nav__option-parent>a,
.global-nav__option-widow>a {
  display: block;
  height: 44px;
  padding: 0 16px;
  line-height: 44px
}

.global-nav__option-parent>a,
.global-nav__option-widow>a {
  font-weight: 700;
  color: #333
}

.global-nav__option-parent>a:hover,
.global-nav__option-widow>a:hover {
  color: #333
}

@media all and (min-width:768px) {

  .extra-menu__sub-nav li>a:hover,
  .global-nav__option-parent>a:hover,
  .global-nav__option-widow>a:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .2)
  }

  .extra-menu__sub-nav li>a,
  .global-nav__option-parent>a,
  .global-nav__option-widow>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    padding: 0 16px;
    font-weight: 700;
    line-height: normal;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
  }
}

+.extra-menu__sub-nav li,
+.global-nav__option-parent,
+.global-nav__option-widow {
  border-top: 1px solid #e1e1e1
}

@media all and (min-width:768px) {

  +.extra-menu__sub-nav li,
  +.global-nav__option-parent,
  +.global-nav__option-widow {
    border: 0
  }

  .extra-menu__sub-nav li.option-parent--feedback,
  .global-nav__option-parent.option-parent--feedback,
  .global-nav__option-widow.option-parent--feedback {
    display: none
  }

  .extra-menu__sub-nav li.active,
  .global-nav__option-parent.active,
  .global-nav__option-widow.active {
    background-color: rgba(255, 255, 255, .2)
  }

  .extra-menu__sub-nav li.active>a:hover,
  .global-nav__option-parent.active>a:hover,
  .global-nav__option-widow.active>a:hover {
    background-color: transparent
  }
}

.option-widow--login a {
  font-weight: 600
}

.option-widow--login svg {
  margin-top: 0;
  margin-left: 3px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  fill: rgba(255, 255, 255, .8)
}

.option-parent--feedback .global-nav__cta {
  display: none
}

.global-nav__cta {
  position: relative;
  float: right;
  width: 12px;
  height: 18px;
  margin-top: 16px;
  overflow: hidden;
  line-height: 12px;
  background-position: 0 12px;
  -webkit-transition: background-position .25s ease .15s;
  transition: background-position .25s ease .15s;
  fill: #999
}

.global-nav__cta svg {
  width: 12px;
  height: 12px;
  padding: 0;
  vertical-align: middle
}

@media all and (min-width:768px) {
  .global-nav__cta {
    margin-top: 0;
    margin-left: 8px;
    fill: rgba(255, 255, 255, .6)
  }
}

.global-nav__sub-nav {
  display: none
}

.global-nav__sub-nav .container {
  position: relative
}

.global-nav__sub-nav.active {
  display: block;
  width: 80%;
  margin: 0 auto
}

@media all and (min-width:768px) {
  .global-nav__sub-nav.active {
    position: absolute;
    top: 48px;
    right: 0;
    left: 0;
    width: 100%;
    padding: 32px 0;
    background-color: #fff;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.global-nav__sub-nav .global-nav__option-parent.active ul {
  position: relative;
  top: 0
}

@media all and (min-width:768px) {
  .global-nav__sub-nav .global-nav__option-parent.active ul {
    height: 200px
  }

  .global-nav__sub-nav ul {
    width: 70%;
    max-width: 975px;
    margin: 0 auto;
    text-align: center;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    -webkit-column-rule: 1px solid #e1e1e1;
    -moz-column-rule: 1px solid #e1e1e1;
    column-rule: 1px solid #e1e1e1
  }

  .global-nav__sub-nav ul .break {
    -webkit-column-break-after: always;
    -moz-column-break-after: always;
    page-break-after: column;
    break-after: column
  }
}

.global-nav__sub-nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 8px;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  break-inside: avoid-column
}

.global-nav__sub-nav a {
  display: block;
  width: 100%;
  padding: 8px 16px;
  line-height: 1.25;
  color: #666;
  text-rendering: geometricPrecision
}

@media all and (min-width:768px) {
  .global-nav__sub-nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    padding: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.global-nav__sub-nav a strong,
h2 {
  font-weight: 700
}

.global-nav__sub-nav a:hover {
  background-color: #f2f2f2
}

.global-nav__close,
.global-nav__sub-nav a.global-nav__close {
  display: none
}

@media all and (min-width:768px) {
  .global-nav__sub-nav a.global-nav__close {
    display: block;
    width: 44px;
    height: 44px;
    padding: 12px;
    line-height: 20px
  }
}

.global-nav__sub-nav .global-nav__social-icons {
  margin-top: 5px;
  text-align: center
}

.global-nav__sub-nav .global-nav__social-icons a {
  padding-right: 5px;
  padding-left: 5px;
  line-height: 26px
}

.global-nav__sub-nav .global-nav__social-icons a .cui-drawer__item {
  -webkit-transition: -webkit-transform .2s cubic-bezier(.4, 0, .4, 1.5);
  transition: transform .2s cubic-bezier(.4, 0, .4, 1.5);
  transition: transform .2s cubic-bezier(.4, 0, .4, 1.5), -webkit-transform .2s cubic-bezier(.4, 0, .4, 1.5)
}

.global-nav__sub-nav .global-nav__social-icons a:focus {
  outline: #fff auto 0
}

.global-nav__sub-nav .global-nav__social-icons a:hover {
  background-color: inherit;
  border-radius: 50%
}

.global-nav__sub-nav .global-nav__social-icons a:hover .cui-drawer__item {
  -webkit-transform: scale(1.2);
  transform: scale(1.2)
}

@media all and (min-width:768px) {
  .option-parent--grow.active .global-nav__sub-nav ul {
    height: auto;
    max-width: 774px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
  }

  .option-parent--news.active .global-nav__sub-nav ul {
    height: 240px
  }
}

.global-nav__profile .extra-menu__sub-nav {
  overflow-x: hidden
}

.global-nav__profile .extra-menu__sub-nav li {
  display: inline-block;
  width: 100%
}

.global-nav__profile .extra-menu__sub-nav li+li {
  border: 0
}

.global-nav__profile.active {
  position: absolute;
  top: 48px;
  left: 0;
  z-index: 8887;
  width: 100%;
  height: 100vh;
  padding-top: 32px;
  background-color: #fff
}

@media all and (min-width:768px) {
  .global-nav__profile.active {
    height: auto
  }
}

.global-nav__profile .extra-menu__desc {
  margin-bottom: 16px
}

@media all and (min-width:768px) {
  .global-nav__profile ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
  }
}

.global-nav__profile a {
  height: auto
}

@media all and (min-width:768px) {
  .global-nav__profile a {
    height: 40px
  }
}

@media all and (min-width:768px) {
  .global-nav__close {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 50;
    display: block;
    width: 44px;
    height: 44px;
    padding: 12px;
    line-height: 20px;
    box-sizing: border-box
  }

  .global-nav__close svg {
    width: 20px;
    height: 20px;
    fill: #bfbfbf
  }

  .global-nav__close:hover {
    background-color: #eaeaea
  }

  .global-nav__close:hover svg {
    fill: #666
  }
}

.extra-menu__heading {
  padding: 0 16px;
  margin-bottom: 16px;
  color: #65299D
}

@media all and (min-width:768px) {
  .extra-menu__heading {
    text-align: center
  }

  .extra-menu__heading b {
    display: inline
  }
}

.extra-menu__desc {
  padding: 0 16px
}

.extra-menu__buttons--top {
  padding: 0 16px;
  margin-bottom: 24px
}

.extra-menu__buttons--top .cui-button,
.extra-menu__buttons--top .cui-button--secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  float: left;
  width: calc(33% - 8px);
  margin-left: 8px;
  white-space: nowrap
}

.extra-menu__buttons--top .cui-button--secondary:first-child,
.extra-menu__buttons--top .cui-button:first-child {
  margin-left: 0
}

@media all and (min-width:768px) {
  .extra-menu__buttons--top {
    width: 50%;
    margin: 0 auto
  }
}

.extra-menu__buttons--bottom {
  padding: 0 16px;
  margin-top: 24px;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1
}

.extra-menu__buttons--bottom .cui-button,
.extra-menu__buttons--bottom .cui-button--secondary {
  display: block;
  padding: .8rem 0
}

@media all and (min-width:768px) {
  .extra-menu__buttons--bottom {
    width: 30%;
    margin: 0 auto
  }
}

.extra-menu__sub-nav {
  position: relative;
  top: auto;
  display: block;
  height: auto;
  padding-top: 0
}

@media all and (min-width:768px) {
  .extra-menu__sub-nav {
    width: 70%;
    max-width: 774px;
    padding-top: 32px;
    margin: 0 auto;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    -webkit-column-rule: 1px solid #e1e1e1;
    -moz-column-rule: 1px solid #e1e1e1;
    column-rule: 1px solid #e1e1e1
  }
}

.extra-menu__sub-nav li {
  margin-top: 0
}

.extra-menu__sub-nav li>a {
  position: relative;
  font-weight: 400;
  color: #333
}

@media all and (min-width:768px) {
  .extra-menu__sub-nav li>a {
    display: block;
    line-height: 48px;
    text-align: center
  }
}

.extra-menu__sub-nav li>a:hover {
  color: #333;
  background-color: #f2f2f2
}

.global-nav__profile .extra-menu__sub-nav {
  left: 0;
  border: 0
}

.global-nav__promo {
  position: absolute;
  top: 48px;
  z-index: 8887;
  width: 100%;
  height: 32px;
  text-align: right;
  background-color: #7b2b83;
  box-sizing: border-box
}

.global-nav__promo .container {
  height: 32px;
  padding: 0 8px
}

.global-nav__promo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 32px;
  font-size: 14px;
  line-height: 32px;
  color: #fff
}

.global-nav__promo a:active,
.global-nav__promo a:focus,
.global-nav__promo a:hover,
.global-nav__promo a:link {
  color: #fff
}

@media all and (min-width:768px) {
  .global-nav__promo a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.global-nav__promo span {
  display: inline-block
}

.global-nav__promo .global-nav__cta--promo {
  display: inline-block;
  width: 10px;
  height: 32px;
  margin-left: 4px
}

.global-nav__promo .global-nav__cta--promo svg {
  width: 10px;
  height: 10px;
  padding: 0;
  margin-top: 11px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  fill: #fff
}

.global-nav__promo .global-nav__promo--icon {
  display: inline-block;
  width: 16px;
  height: 32px;
  margin-right: 4px
}

.global-nav__promo .global-nav__promo--icon svg {
  width: 16px;
  height: 16px;
  padding: 0;
  margin-top: 8px;
  fill: #fff
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
  .global-nav__logo svg {
    height: calc(155px*70/165)
  }
}

.article-blocks-section h1 {
  font-size: 24px;
  margin-top: 8px;
  font-weight: 200;
  color: #999
}

@media screen and (min-width:504px) {
  .article-blocks-section h1 {
    font-size: 4.67vw
  }
}

@media screen and (min-width:1170px) {
  .article-blocks-section h1 {
    font-size: 56px
  }
}

.article-blocks-section {
  width: 100%;
  padding: 16px 16px 0;
  background: -webkit-linear-gradient(top, #e1e1e1 0, #fafafa 100%);
  background: linear-gradient(to bottom, #e1e1e1 0, #fafafa 100%);
  background-color: #f2f2f2;
  border-top: thin #e1e1e1 solid
}

.article-blocks-section:first-child {
  padding-top: 24px
}

.article-blocks-section h2 {
  margin-top: 8px;
  font-weight: 200;
  color: #999
}

.article-block__image {
  width: 100%;
  padding-bottom: 37.5%;
  background-position: center center;
  background-size: cover;
  -webkit-transition: transform .3s ease;
  -webkit-transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease
}

.article-block__label {
  position: absolute;
  right: 0;
  bottom: 8px;
  left: 0;
  text-align: center
}

.article-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1170px
}

.article-blocks .article-block__image {
  padding-bottom: 75%
}

.article-blocks .article-block--calendar .article-block__image,
.article-blocks.article-blocks--3up .article-block--calendar .article-block__image {
  padding-bottom: 5.5em
}

.article-blocks>.article-block {
  margin-bottom: 16px;
  width: calc(100% - (16px*(1 - 1)/1))
}

.article-blocks>.article-block:not(:last-child) {
  margin-right: 16px
}

.article-blocks>.article-block:nth-child(n) {
  margin-right: 0
}

@media all and (min-width:504px) {
  .article-blocks>.article-block {
    width: 48%;
    margin-bottom: 2%;
    width: calc(100% - (16px*(2 - 1)/2))
  }

  .article-blocks>.article-block:not(:last-child) {
    margin-right: 16px
  }

  .article-blocks>.article-block:nth-child(2n) {
    margin-right: 0
  }
}

@media all and (min-width:1024px) {
  .article-blocks>.article-block {
    width: 24%;
    margin-bottom: 2%;
    width: calc(100% - (16px*(4 - 1)/4))
  }

  .article-blocks>.article-block:not(:last-child) {
    margin-right: 16px
  }

  .article-blocks>.article-block:nth-child(4n) {
    margin-right: 0
  }
}

@supports ((display:-ms-grid) or (display:grid)) {
  .article-blocks {
    max-width: none;
    display: -ms-grid;
    display: grid;
    grid-gap: 16px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr)
  }

  .article-blocks>* {
    float: none
  }

  .article-blocks>div {
    width: auto;
    margin-bottom: 0
  }

  .article-blocks>div:nth-child(n) {
    margin-right: 0
  }

  @ media all and (min-width:1024px) {
    .article-blocks {
      -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr)
    }
  }
}

.article-blocks.article-blocks--3up .article-block__image {
  padding-bottom: 56.25%
}

@media all and (min-width:504px) {
  .article-blocks.article-blocks--3up>.article-block {
    width: 48%;
    margin-bottom: 2%;
    width: calc(100% - (16px*(2 - 1)/2))
  }

  .article-blocks.article-blocks--3up>.article-block:not(:last-child) {
    margin-right: 16px
  }

  .article-blocks.article-blocks--3up>.article-block:nth-child(2n) {
    margin-right: 0
  }
}

@media all and (min-width:1024px) {
  .article-blocks.article-blocks--3up>.article-block {
    width: 32%;
    margin-bottom: 2%;
    width: calc(100% - (16px*(3 - 1)/3))
  }

  .article-blocks.article-blocks--3up>.article-block:not(:last-child) {
    margin-right: 16px
  }

  .article-blocks.article-blocks--3up>.article-block:nth-child(3n) {
    margin-right: 0
  }
}

@supports ((display:-ms-grid) or (display:grid)) {
  .article-blocks.article-blocks--3up {
    max-width: none;
    display: -ms-grid;
    display: grid;
    grid-gap: 16px;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr)
  }

  .article-blocks.article-blocks--3up>* {
    float: none
  }

  .article-blocks.article-blocks--3up>div {
    width: auto;
    margin-bottom: 0
  }

  .article-blocks.article-blocks--3up>div:nth-child(n) {
    margin-right: 0
  }

  @ media all and (min-width:1024px) {
    .article-blocks.article-blocks--3up {
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr)
    }
  }
}

.article-blocks.article-blocks--3up-1row .article-block__image {
  padding-bottom: 56.25%
}

.article-blocks.article-blocks--3up-1row .article-block--calendar .article-block__image {
  padding-bottom: 5.5em
}

@media all and (min-width:504px) {
  .article-blocks.article-blocks--3up-1row>.article-block {
    width: calc(100% - (16px*(1 - 1)/1))
  }

  .article-blocks.article-blocks--3up-1row>.article-block:not(:last-child) {
    margin-right: 16px
  }

  .article-blocks.article-blocks--3up-1row>.article-block:nth-child(n) {
    margin-right: 0
  }
}

@media all and (min-width:1024px) {
  .article-blocks.article-blocks--3up-1row>.article-block {
    width: 32%;
    margin-bottom: 2%;
    width: calc(100% - (16px*(3 - 1)/3))
  }

  .article-blocks.article-blocks--3up-1row>.article-block:not(:last-child) {
    margin-right: 16px
  }

  .article-blocks.article-blocks--3up-1row>.article-block:nth-child(3n) {
    margin-right: 0
  }
}

@supports ((display:-ms-grid) or (display:grid)) {
  .article-blocks.article-blocks--3up-1row {
    max-width: none;
    display: -ms-grid;
    display: grid;
    grid-gap: 16px;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr)
  }

  .article-blocks.article-blocks--3up-1row>* {
    float: none
  }

  .article-blocks.article-blocks--3up-1row>div {
    width: auto;
    margin-bottom: 0
  }

  .article-blocks.article-blocks--3up-1row>div:nth-child(n) {
    margin-right: 0
  }
}

.article-blocks.article-blocks--2up .article-block__image {
  padding-bottom: 37.5%
}

.article-blocks.article-blocks--2up .article-block--calendar .article-block__image {
  padding-bottom: 5.5em
}

@media all and (min-width:504px) {
  .article-blocks.article-blocks--2up>.article-block {
    width: 48%;
    margin-bottom: 2%;
    width: calc(100% - (16px*(2 - 1)/2))
  }

  .article-blocks.article-blocks--2up>.article-block:not(:last-child) {
    margin-right: 16px
  }

  .article-blocks.article-blocks--2up>.article-block:nth-child(2n) {
    margin-right: 0
  }
}

@supports ((display:-ms-grid) or (display:grid)) {
  .article-blocks.article-blocks--2up {
    max-width: none;
    display: -ms-grid;
    display: grid;
    grid-gap: 16px;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr)
  }

  .article-blocks.article-blocks--2up>* {
    float: none
  }

  .article-blocks.article-blocks--2up>div {
    width: auto;
    margin-bottom: 0
  }

  .article-blocks.article-blocks--2up>div:nth-child(n) {
    margin-right: 0
  }
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}

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

body,
div,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
iframe,
label,
nav,
section,
table {
  margin: 0;
  padding: 0
}

blockquote,
p {
  padding: 0
}

article,
figure,
footer,
header,
nav,
section {
  display: block
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: 0 0 !important;
    box-shadow: none !important
  }

  a,
  a:visited {
    text-decoration: underline
  }

  a[href]:after {
    content: " ("attr(href) ")"
  }

  img {
    page-break-inside: avoid;
    max-width: 100% !important
  }

  p {
    orphans: 3;
    widows: 3
  }

  select {
    background: #fff !important
  }
}

table,
td {
  border: 1px solid gray
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%
}

td {
  padding: .2em
}

blockquote,
p {
  margin: 0 0 1em
}

blockquote {
  font-style: italic;
  border-left: 1px solid gray;
  color: gray;
  padding-left: 1em
}

hr {
  border: 0;
  height: 2px;
  background: #d9d9d9;
  margin: 1em 0
}

.cta-block {
  background-color: #eef1f3;
  margin: 1em 0 2em
}

.cta-block a,
.cta-block a:link,
.cta-block a:visited {
  color: #250858
}

.cta-block a:active,
.cta-block a:focus,
.cta-block a:hover {
  color: #65299D
}

.c-btn,
.submit {
  font-family: $sourcesans;
  display: inline-block;
  background: #0b61a8;
  color: #fff;
  line-height: 1;
  padding: .75rem 1.5rem;
  border: 0;
  border-radius: 2px;
  text-align: center;
  transition: all .2s ease
}

.c-btn:focus,
.c-btn:hover,
.submit:focus,
.submit:hover {
  background: #0c92ff;
  color: #fff;
  text-decoration: none
}

.nav-links {
  margin: 20px 0
}

.nav-links .nav-previous {
  max-width: 48%;
  float: left
}

.nav-links .nav-next {
  max-width: 48%;
  float: right
}

.nav-links a {
  font-size: 85%;
  transition: all .5s ease;
  border: solid thin #95a1aa;
  background: #fff;
  padding: .4rem .4rem .3rem;
  color: #95a1aa
}

.nav-links a:active,
.nav-links a:focus,
.nav-links a:hover {
  border: solid thin #5c707c;
  color: #5c707c
}

.carousel {
  background: #fafafa;
  height: 26em;
  height: 50vh;
  background-color: #fff;
  margin-bottom: 20px
}

.carousel-cell {
  width: 29%;
  height: 100%;
  margin-right: 2px;
  background: #8c8;
  background-size: cover;
  background-position: center center;
  border-radius: 0;
  position: relative
}

.article-blocks-section .carousel-cell h2 {
  display: block;
  position: absolute;
  bottom: 0;
  color: #fff;
  font-size: 1.35em;
  padding: .5em;
  text-shadow: 1px 1px 1px #000
}

.carousel-cell:before {
  display: block;
  text-align: center;
  line-height: 26em;
  line-height: 50vh;
  font-size: 80px;
  color: #fff
}

.flickity-page-dots {
  bottom: 10px
}

.c-footer {
  clear: both;
  overflow: hidden;
  background: #65299D;
  color: #fff;
  line-height: 1.2;
  padding: .5em 0
}

.c-footer .cars-logo {
  width: 120px;
  max-width: 33%;
  height: auto
}

.c-footer .g {
  overflow: hidden;
  margin: -.5em
}

.c-footer .social-buttons {
  position: relative
}

.social-buttons a {
  /* width: 44px;
    height: 44px; */
  margin-right: 4px;
    display: inline-block;
    font-size: 2.8rem;
    padding: 5px;
    line-height: 1;
}

.c-footer .social-buttons svg {
  fill: currentColor;
  width: 40px;
  height: 35px
}

.c-footer a {
  color: rgba(255, 255, 255, .6)
}

.c-footer a:active,
.c-footer a:focus,
.c-footer a:hover {
  color: #fff
}

.sub-footer {
  background: #250858
}

.sub-footer .copyright {
  color: rgba(255, 255, 255, .4) !important;
  line-height: 1;
  margin-bottom: 0;
  /* clear: both; */
  font-size: 12px;
  float: left;
}

.sub-footer .l ,
.sub-footer .row{
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.c-footer-nav {
  display: block;
  margin-right: 1rem;
  font-size: 12px
}

.c-footer-nav ul {
  display: flex;
  flex-direction: column
}

@media all and (min-width:48em) {
  .c-footer-nav ul {
    flex-direction: row
  }
}

.c-footer-nav ul li {
  width: 50%;
  margin: .25em 0
}

@media all and (min-width:48em) {
  .c-footer-nav ul li {
    width: inherit
  }
}

.c-footer-nav ul li a {
  font-weight: 400;
  display: block;
  padding: 0 1rem 0 0
}

@font-face {
  font-family: 'icons';
  src: url(/font/icons/icons.eot);
  src: url(/font/icons/icons.eot?#iefix) format("embedded-opentype"), url(/font/icons/icons.woff) format("woff"), url(/font/icons/icons.ttf) format("truetype"), url(/font/icons/icons.svg#icons) format("svg");
  font-weight: 400;
  font-style: normal
}

.arrow {
  max-width: 12em
}

.l,
.page.hentry {
  max-width: 100em;
  max-width: 80vw;
  margin: 0 auto;
  padding: 2.5rem 1rem;
  padding-top: 0;
}

.group:after {
  content: "";
  display: table;
  clear: both
}

.g {
  overflow: hidden;
  margin: 0 -.5em
}

.gi {
  padding: .5em
}

@media all and (min-width:46.8em) {
  .gi {
    float: left
  }

  .g-2up>.gi {
    float: left;
    width: 50%
  }

  .g-2up>.gi:nth-of-type(odd) {
    clear: left
  }
}

.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

.col-xs-12 {
  float: left;
  width: 100%
}

@media (min-width:768px) {

  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6 {
    float: left
  }

  .col-sm-3 {
    width: 25%
  }

  .col-sm-4 {
    width: 33.33333%
  }

  .col-sm-5 {
    width: 41.66667%
  }

  .col-sm-6 {
    width: 50%
  }
}

/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
*,
::after,
::before {
  background-repeat: no-repeat
}

::after,
::before {
  text-decoration: inherit;
  vertical-align: inherit
}

html {
  cursor: default;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin: 2rem 0;
  clear: both;
  border: 0;
  border-bottom: 1px solid #e1e1e1
}

nav ul {
  list-style: none
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none
}

svg {
  vertical-align: middle
}

video {
  display: inline-block
}

svg:not(:root) {
  overflow: hidden
}

button {
  line-height: inherit;
  text-transform: none
}

input,
select,
textarea {
  background-color: transparent
}

select {
  color: inherit
}

button,
input {
  overflow: visible
}

[type=submit],
button,
html [type=button] {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

textarea {
  resize: vertical
}

[type=checkbox] {
  box-sizing: border-box;
  padding: 0
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

[tabindex],
a,
button,
input,
label,
select,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute
}

.article-blocks::after {
  display: block
}

.carousel::after,
.global-nav::after,
.global-nav__menu::after,
.global-nav__option-parent>a::after,
.global-nav__option-widow>a::after {
  display: block;
  clear: both;
  content: ''
}

.article-blocks>* {
  float: left
}

a,
article,
div,
em,
figcaption,
figure,
footer,
form,
header,
html,
iframe,
img,
main,
nav,
section,
span,
table,
tbody,
time,
tr,
video {
  padding: 0;
  margin: 0;
  font-size: 100%;
  font-weight: 400;
  vertical-align: baseline;
  border: 0
}

body {
  margin: 0;
  border: 0;
  padding: 48px 0 0;
  font-size: 16px;
  line-height: 1.6;
  color: #333
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
small {
  border: 0
}

blockquote {
  font-size: 100%;
  quotes: none;
  padding: .5em 0 1em;
  margin: 0;
  border: 1px solid #333;
  border-style: solid none;
  border-width: 3px 0 1px
}

button {
  background-color: transparent
}

h1,
h2,
h3,
h4,
h5,
h6,
label,
p,
small,
strong,
td {
  padding: 0;
  margin: 0
}

blockquote,
body,
button,
h1,
h2,
h3,
h4,
h5,
h6,
label,
p,
small,
strong {
  vertical-align: baseline
}

label,
li,
ol,
strong,
td,
ul {
  font-size: 100%;
  border: 0
}

td {
  vertical-align: middle
}

li,
ol,
ul {
  vertical-align: baseline
}

article,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block
}

blockquote::after,
blockquote::before {
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

.article-attribution {
  padding: 24px 16px;
  border: 1px solid #e1e1e1;
  border-style: solid none
}

@media all and (min-width:1170px) {
  .article-attribution {
    padding: 24px 0
  }
}

.article-attribution .image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.article-attribution .image-expert {
  display: block;
  width: 64px;
  min-width: 64px
}

.article-attribution .image__caption {
  margin-left: 16px
}

.article-att_link {
  white-space: nowrap
}

.article-byline__author {
  line-height: 1.25
}

.article-byline__author strong,
blockquote,
body,
button,
li,
ol,
p,
small,
td,
ul {
  font-weight: 400
}

.article-byline__date {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 200;
  line-height: 1.125
}

.article-attribution {
  margin-top: 16px
}

.page-body {
  max-width: 1170px;
  margin: 16px auto 32px
}

@media screen and (min-width:1024px) {
  .page-body {
    padding-top: calc(1.3675213675vw + 17.9965811966px)
  }
}

@media screen and (min-width:2194px) {
  .page-body {
    padding-top: 48px
  }
}

@media screen and (min-width:1024px) {
  .page-body {
    padding-right: calc(.6837606838vw + 8.9982905983px)
  }
}

@media screen and (min-width:2194px) {
  .page-body {
    padding-right: 24px
  }
}

.page-body {
  padding: 32px 16px 0
}

@media screen and (min-width:1024px) {
  .page-body {
    padding-left: calc(.6837606838vw + 8.9982905983px)
  }
}

@media screen and (min-width:2194px) {
  .page-body {
    padding-left: 24px
  }
}

.article-module+.article-module {
  margin-top: 3.2rem
}

.article-footer,
.article-masthead,
.article-text {
  max-width: 960px;
  margin: 0 auto
}

.site-main ol,
.site-main ul,
.site-main ul.ad-specs ul {
  list-style: square;
  padding-left: 1.5em
}

.site-main ol {
  list-style: decimal
}

.article-text {
  margin: 56px auto
}

.article-text li,
.article-text p {
  font-weight: 400;
  line-height: 1.25
}

.article-text h1+h2,
.article-text h1+h3,
.article-text h1+h4,
.article-text h1+h5,
.article-text h1+h6,
.article-text h2+h3,
.article-text h2+h4,
.article-text h2+h5,
.article-text h2+h6,
.article-text h3+h4,
.article-text h3+h5,
.article-text h3+h6,
.article-text h4+h5,
.article-text h4+h6,
.article-text h5+h6 {
  margin-top: 4px;
  margin-bottom: 0
}

.article-text p {
  margin-top: 16px;
  -webkit-font-smoothing: antialiased
}

.article-text h1+p {
  margin-top: 32px
}

.article-text blockquote p {
  font-weight: 600;
  line-height: 1.1;
  font-size: 24px
}

@media screen and (min-width:504px) {
  .article-text blockquote p {
    font-size: calc(.6006006006vw + 20.972972973px)
  }
}

@media screen and (min-width:1170px) {
  .article-text blockquote p {
    font-size: 28px
  }
}

.entry-content.page-section.pagetopper {
  margin-bottom: 0
}

.page-section .cta-block {
  margin-right: -32px
}

@media screen and (min-width:1188px) {
  .page-section .cta-block {
    margin-right: calc(-47.442680776vw + 531.619047619px)
  }
}

@media screen and (min-width:1755px) {
  .page-section .cta-block {
    margin-right: -301px
  }
}

.page-section .cta-block {
  margin-left: -32px
}

@media screen and (min-width:1188px) {
  .page-section .cta-block {
    margin-left: calc(-47.442680776vw + 531.619047619px)
  }
}

@media screen and (min-width:1755px) {
  .page-section .cta-block {
    margin-left: -301px
  }
}

.page-section .cui-page-section--full,
.page-section .cui-page-section--hero {
  display: block;
  min-height: 30vh;
  color: #fff;
  text-align: center;
  background-position: center;
  background-size: cover;
  margin: 5px -32px
}

@media screen and (min-width:1188px) {

  .page-section .cui-page-section--full,
  .page-section .cui-page-section--hero {
    margin-right: calc(-47.442680776vw + 531.619047619px)
  }
}

@media screen and (min-width:1755px) {

  .page-section .cui-page-section--full,
  .page-section .cui-page-section--hero {
    margin-right: -301px
  }
}

.page-section .cui-page-section--full,
.page-section .cui-page-section--hero {
  margin-left: -32px
}

@media screen and (min-width:1188px) {

  .page-section .cui-page-section--full,
  .page-section .cui-page-section--hero {
    margin-left: calc(-47.442680776vw + 531.619047619px)
  }
}

@media screen and (min-width:1755px) {

  .page-section .cui-page-section--full,
  .page-section .cui-page-section--hero {
    margin-left: -301px
  }
}

.page-section .cui-page-section--full div,
.page-section .cui-page-section--full h1,
.page-section .cui-page-section--full h2,
.page-section .cui-page-section--full p,
.page-section .cui-page-section--hero div,
.page-section .cui-page-section--hero h1,
.page-section .cui-page-section--hero h2,
.page-section .cui-page-section--hero p {
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, .75)
}

.page-section .hero-padding__large {
  padding-top: 8vh;
  padding-bottom: 8vh;
  background-size: cover
}

.page-section .hero-padding__xlarge {
  padding-top: 12vh;
  padding-bottom: 12vh
}

.page-section .hero-video {
  position: relative;
  overflow: hidden;
  background: 0 0
}

.page-section .cui-button {
  margin: 0 1rem 1rem 0
}

.alignright,
.article-element {
  display: block;
  float: none;
  height: auto;
  max-width: 100%;
  padding: 16px 0;
  margin: 0
}

@media all and (min-width:504px) {

  .alignright,
  .article-element {
    float: right;
    max-width: 50%;
    margin-right: -16px;
    margin-left: 16px
  }
}

.alignright,
.article-element {
  margin-right: -16px
}

@media screen and (min-width:1188px) {

  .alignright,
  .article-element {
    margin-right: calc(-50.2645502646vw + 581.142857143px)
  }
}

@media screen and (min-width:1755px) {

  .alignright,
  .article-element {
    margin-right: -301px
  }
}

.article-element--left {
  display: block;
  float: none;
  height: auto;
  max-width: 100%;
  padding: 16px 0
}

@media all and (min-width:504px) {
  .article-element--left {
    float: left;
    max-width: 50%;
    margin-right: 16px;
    margin-left: -16px
  }
}

.article-element--left {
  margin: 0 0 0 -16px
}

@media screen and (min-width:1188px) {
  .article-element--left {
    margin-left: calc(-50.2645502646vw + 581.142857143px)
  }
}

@media screen and (min-width:1755px) {
  .article-element--left {
    margin-left: -301px
  }
}

.page-section a.cui-button,
.page-section a.cui-button:hover {
  color: #fff
}

.cui-button,
.page-section a.cui-button--secondary,
.page-section a.cui-button--secondary-dense,
.page-section a.cui-button--secondary-dense:hover,
.page-section a.cui-button--secondary:hover {
  color: #000;
  text-decoration: none
}

.cui-button {
  display: inline-block;
  margin: 0 auto;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background: 0 0;
  background-color: #a400b4;
  border: 0;
  border-radius: 2px;
  outline: 0;
  box-shadow: none;
  box-sizing: border-box;
  -webkit-transition: background-color .5s ease;
  transition: background-color .5s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.cui-button,
.cui-button--secondary {
  width: 100%;
  height: 40px;
  padding: 11px 32px;
  line-height: 1
}

.cui-button--secondary,
.cui-button--secondary-dense {
  display: inline-block;
  margin: 0 auto;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  background: 0 0;
  background-color: #a400b4;
  border-radius: 2px;
  outline: 0;
  box-shadow: none;
  box-sizing: border-box;
  -webkit-transition: background-color .5s ease;
  transition: background-color .5s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.cui-button:hover {
  color: #fff;
  background: 0 0;
  background-color: #65299D
}

.cui-button--secondary-dense:hover,
.cui-button--secondary:hover {
  background: 0 0
}

@media all and (min-width:504px) {

  .cui-button,
  .cui-button--secondary,
  .cui-button--secondary-dense {
    width: auto
  }
}

.cui-button--secondary-dense:focus,
.cui-button--secondary:focus,
.cui-button:focus {
  position: relative;
  z-index: 4444;
  box-shadow: 0 0 2px 1px #098ae4
}

.cui-button--secondary,
.cui-button--secondary-dense {
  color: #5c707c;
  background-color: rgba(255, 255, 255, .5);
  border: 1px solid #5c707c
}

.cui-button--secondary-dense:hover,
.cui-button--secondary:hover {
  color: #5c707c;
  background-color: #dae0e4
}

.cui-button--secondary-dense {
  width: auto;
  height: 32px;
  padding: 8px 16px;
  line-height: .9
}

.image__caption {
  padding: 0
}

.checkbox {
  position: relative
}

.image-expert {
  max-width: 6.4rem;
  min-width: 6.4rem;
  border-radius: 50%
}

.c-logo-footer-link .carslogo-tm {
  fill: #fff
}

.article-blocks-section::after,
.article-blocks::after,
.group::after,
.nav-links::after,
.page-section::after,
.post-navigation::after {
  display: table;
  clear: both;
  content: ''
}

.global-nav {
  position: fixed;
  top: 0;
  z-index: 8888;
  width: 100%;
  background-color: #250858;
  -webkit-transition: top .4s ease;
  transition: top .4s ease
}

.global-nav>.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 48px
}

.global-nav .cui-icon {
  display: inline-block
}

.global-nav__logo {
  position: relative;
  z-index: 9998;
  display: block;
  width: 140px;
  padding-top: 12px;
  margin: 0 auto 0 8px;
  -webkit-transition: width .25s, height .25s;
  transition: width .25s, height .25s
}

.global-nav__logo .cars-logo {
  width: 100%;
  height: auto
}

@media all and (min-width:504px) {
  .global-nav__logo {
    width: 155px;
    padding-top: 6px
  }
}

.global-nav__logo .carslogo-tm {
  -webkit-transition: fill .25s;
  transition: fill .25s;
  fill: #333
}

.global-nav__menu-trigger {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 48px;
  height: 48px;
  padding-top: 16px;
  cursor: pointer
}

@media all and (min-width:768px) {
  .global-nav__menu-trigger {
    display: none
  }
}

.global-nav__menu-trigger::after,
.global-nav__menu-trigger::before {
  content: ''
}

.global-nav__menu-trigger span,
.global-nav__menu-trigger::after,
.global-nav__menu-trigger::before {
  display: block;
  width: 50%;
  height: 1px;
  margin: 0 auto 8px;
  background-color: rgba(255, 255, 255, .6);
  -webkit-transition: opacity .25s, margin-bottom .25s, margin-top .25s, -webkit-transform .25s;
  transition: opacity .25s, margin-bottom .25s, transform .25s, margin-top .25s;
  transition: opacity .25s, margin-bottom .25s, transform .25s, margin-top .25s, -webkit-transform .25s
}

.global-nav__menu-trigger::after {
  margin-bottom: 0
}

.global-nav__menu {
  position: fixed;
  top: 48px;
  bottom: 0;
  left: 0;
  z-index: 8887;
  display: none;
  width: 100%;
  padding-top: 32px;
  overflow-y: auto;
  background-color: #fff;
  border-bottom: 1px solid #e1e1e1
}

.global-nav__menu li {
  margin-top: 0
}

.global-nav__menu .global-nav__cta {
  margin-top: 3px
}

@media all and (min-width:768px) {
  .global-nav__menu {
    position: static;
    top: 0;
    right: 48px;
    left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: auto;
    height: 48px;
    padding: 0;
    line-height: 48px;
    background-color: transparent;
    border: 0
  }
}

.global-nav__option-parent,
.global-nav__option-widow {
  float: none
}

.global-nav__option-parent>a,
.global-nav__option-widow>a {
  display: block;
  height: 44px;
  padding: 0 16px;
  font-weight: 700;
  line-height: 44px;
  color: #333
}

.global-nav__option-parent>a:hover,
.global-nav__option-widow>a:hover {
  color: #333
}

@media all and (min-width:768px) {

  .global-nav__option-parent>a:hover,
  .global-nav__option-widow>a:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .2)
  }

  .global-nav__option-parent>a,
  .global-nav__option-widow>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    padding: 0 16px;
    font-weight: 700;
    line-height: normal;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
  }
}

+.extra-menu__sub-nav li,
+.global-nav__option-parent,
+.global-nav__option-widow {
  border-top: 1px solid #e1e1e1
}

@media all and (min-width:768px) {

  +.extra-menu__sub-nav li,
  +.global-nav__option-parent,
  +.global-nav__option-widow {
    border: 0
  }
}

.option-widow--login a {
  font-weight: 600
}

.option-widow--login svg {
  margin-top: 0;
  margin-left: 3px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  fill: rgba(255, 255, 255, .8)
}

.global-nav__cta {
  float: right;
  width: 12px;
  height: 18px;
  margin-top: 16px;
  overflow: hidden;
  line-height: 12px;
  background-position: 0 12px;
  -webkit-transition: background-position .25s ease .15s;
  transition: background-position .25s ease .15s;
  fill: #999
}

@media all and (min-width:768px) {
  .global-nav__cta {
    margin-top: 0;
    margin-left: 8px;
    fill: rgba(255, 255, 255, .6)
  }
}

.global-nav__cta,
.global-nav__sub-nav .container {
  position: relative
}

@media all and (min-width:768px) {
  .global-nav__sub-nav ul {
    width: 70%;
    max-width: 975px;
    margin: 0 auto;
    text-align: center;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    -webkit-column-rule: 1px solid #e1e1e1;
    -moz-column-rule: 1px solid #e1e1e1;
    column-rule: 1px solid #e1e1e1
  }
}

.global-nav__sub-nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 8px;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  break-inside: avoid-column
}

.global-nav__sub-nav a {
  display: block;
  width: 100%;
  padding: 8px 16px;
  line-height: 1.25;
  color: #666;
  text-rendering: geometricPrecision
}

@media all and (min-width:768px) {
  .global-nav__sub-nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    padding: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.global-nav__sub-nav a:hover {
  background-color: #f2f2f2
}

.global-nav__close,
.global-nav__sub-nav,
.global-nav__sub-nav a.global-nav__close {
  display: none
}

@media all and (min-width:768px) {
  .global-nav__sub-nav a.global-nav__close {
    display: block;
    width: 44px;
    height: 44px;
    padding: 12px;
    line-height: 20px
  }
}

.global-nav__sub-nav .global-nav__social-icons {
  margin-top: 5px;
  text-align: center
}

.global-nav__sub-nav .global-nav__social-icons a {
  padding-right: 5px;
  padding-left: 5px;
  line-height: 26px
}

.global-nav__sub-nav .global-nav__social-icons a .cui-drawer__item {
  -webkit-transition: -webkit-transform .2s cubic-bezier(.4, 0, .4, 1.5);
  transition: transform .2s cubic-bezier(.4, 0, .4, 1.5);
  transition: transform .2s cubic-bezier(.4, 0, .4, 1.5), -webkit-transform .2s cubic-bezier(.4, 0, .4, 1.5)
}

.global-nav__sub-nav .global-nav__social-icons a:focus {
  outline: #fff auto 0
}

.global-nav__sub-nav .global-nav__social-icons a:hover {
  background-color: inherit;
  border-radius: 50%
}

.global-nav__sub-nav .global-nav__social-icons a:hover .cui-drawer__item {
  -webkit-transform: scale(1.2);
  transform: scale(1.2)
}

@media all and (min-width:768px) {
  .global-nav__close {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 50;
    display: block;
    width: 44px;
    height: 44px;
    padding: 12px;
    line-height: 20px;
    box-sizing: border-box
  }

  .global-nav__close svg {
    width: 20px;
    height: 20px;
    fill: #bfbfbf
  }

  .global-nav__close:hover {
    background-color: #eaeaea
  }

  .global-nav__close:hover svg {
    fill: #666
  }
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
  .global-nav__logo svg {
    height: calc(155px*70/165)
  }
}

.cui-gamma {
  line-height: 1
}

@supports (-webkit-text-size-adjust:none) and (not (-ms-accelerator:true)) and (not (-moz-appearance:none)) {
  .cui-gamma {
    letter-spacing: -.07px
  }
}

h1,
h1 strong {
  font-size: 40px
}

@media all and (min-width:504px) {
  h1 {
    font-size: 48px
  }
}

@media all and (min-width:1024px) {
  h1 {
    font-size: 60px
  }
}

@media all and (min-width:504px) {
  h1 strong {
    font-size: 48px
  }
}

@media all and (min-width:1024px) {
  h1 strong {
    font-size: 60px
  }
}

h1,
h1 strong,
h2 {
  font-family: 'SharpSans', "Inter", Helvetica, Arial, sans-serif
}

@media all and (min-width:504px) {
  h2 {
    font-size: 26px
  }
}

@media all and (min-width:1024px) {
  h2 {
    font-size: 28px
  }
}

.cui-gamma {
  font-size: 22px
}

.cui-gamma,
h3 {
  font-weight: 600
}

@media all and (min-width:1024px) {

  .cui-gamma,
  h3 {
    font-size: 24px
  }
}

h3 small {
  font-size: 20px
}

@media all and (min-width:504px) {
  h3 small {
    font-size: 20px
  }
}

@media all and (min-width:1024px) {
  h3 small {
    font-size: 22px
  }
}

h4 {
  font-weight: 400
}

.cui-gamma,
h3,
h3 small,
h4,
h5,
h6 {
  font-family: "Inter", Helvetica, Arial, sans-serif
}

@media all and (min-width:1024px) {
  h4 {
    font-size: 21px
  }
}

h3 small,
h5 {
  font-weight: 200
}

@media all and (min-width:1024px) {
  h5 {
    font-size: 21px
  }
}

h1 strong,
h6 {
  font-weight: 700
}

html {
  box-sizing: border-box
}

@supports (display:flex) {
  html {
    min-height: 100%
  }
}

*,
::after,
::before {
  box-sizing: inherit
}

@media all and (min-width:1024px) {
  @ supports (display:flex) {
    body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      min-height: 100%
    }
  }
}

.container {
  max-width: 1170px;
  margin: 0 auto
}

.cui-page-section,
.page-section {
  max-width: 1170px;
  padding: 0 16px;
  margin-left: auto;
  margin-right: auto
}

.page-section+.page-section {
  margin-top: 32px
}

.cui-page-section:last-child,
.page-section:last-child {
  margin-bottom: 56px
}

.cui-page-section--full {
  max-width: none;
  padding: 24px 0 32px;
  background-color: #f2f2f2
}

.cui-page-section--full:last-child {
  padding-bottom: 0;
  margin-bottom: 0
}

.cui-page-section--full:last-child .cui-page-section__container {
  padding-bottom: 56px
}

.cui-page-section__container {
  max-width: 1170px;
  padding: 0 16px;
  margin: 0 auto
}

@media all and (min-width:1194px) {
  .cui-page-section__container {
    padding: 0
  }
}

a {
  color: #098ae4
}

a:hover {
  color: #004d81
}

a:not([href]) {
  cursor: pointer
}

.global-nav__menu a,
.secondaryNav a,
.site-main a {
  text-decoration: none
}

.menu__content::-webkit-scrollbar:vertical {
  width: 11px;
  border-top: 2px #e1e1e1 solid
}

.menu__content::-webkit-scrollbar:horizontal {
  height: 11px
}

.cui-dialog__content-body::-webkit-scrollbar:vertical,
.dialog__content-body::-webkit-scrollbar:vertical {
  width: 11px
}

.cui-dialog__content-body::-webkit-scrollbar:horizontal,
.dialog__content-body::-webkit-scrollbar:horizontal {
  height: 11px
}

small {
  font-size: 12px;
  line-height: 1.25;
  color: #666
}

strong {
  font-weight: 700
}

em {
  font-style: italic
}

.cui-drawer__item {
  width: 30px;
  height: 30px;
  background-color: #f2f2f2;
  border-radius: 50%;
  -webkit-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0)
}

.cui-drawer__item svg {
  -webkit-transition: fill .25s ease;
  transition: fill .25s ease;
  fill: #fff
}

.cui-social-share--twitter {
  background-color: #55acee
}

.cui-social-share--facebook {
  background-color: #3b5998
}

.cui-social-share--facebook svg {
  width: 18px;
  height: 18px
}

.cui-social-share--googleplus {
  background-color: #dc4e41
}

.cui-social-share--googleplus svg {
  width: 20px;
  height: 20px
}

.cui-social-share--youtube {
  background-color: #cd201f
}

.cui-social-share--linkedin svg,
.cui-social-share--youtube svg {
  width: 18px;
  height: 18px
}

.cui-social-share--linkedin {
  background-color: #0077b5
}

img {
  height: auto;
  max-width: 100%
}

body {
  font-family: "Inter", Helvetica, Arial, sans-serif
}

.article-blocks-section {
  width: 100%;
  padding: 16px 16px 0;
  background: -webkit-linear-gradient(top, #e1e1e1 0, #fafafa 100%);
  background: linear-gradient(to bottom, #e1e1e1 0, #fafafa 100%);
  background-color: #f2f2f2;
  border-top: thin #e1e1e1 solid
}

.article-blocks-section h2 {
  margin-top: 8px
}

.article-block__image {
  width: 100%;
  padding-bottom: 37.5%;
  background-position: center center;
  background-size: cover;
  -webkit-transition: transform .3s ease;
  -webkit-transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease
}

.article-block__label {
  position: absolute;
  right: 0;
  bottom: 8px;
  left: 0;
  text-align: center
}

.article-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1170px
}

.article-blocks .article-block__image {
  padding-bottom: 75%
}

.article-blocks>.article-block {
  margin-bottom: 16px;
  width: calc(100% - (16px*(1 - 1)/1))
}

.article-blocks>.article-block:not(:last-child) {
  margin-right: 16px
}

.article-blocks>.article-block:nth-child(n) {
  margin-right: 0
}

@media all and (min-width:504px) {
  .article-blocks>.article-block {
    width: 48%;
    margin-bottom: 2%;
    width: calc(100% - (16px*(2 - 1)/2))
  }

  .article-blocks>.article-block:not(:last-child) {
    margin-right: 16px
  }

  .article-blocks>.article-block:nth-child(2n) {
    margin-right: 0
  }
}

@media all and (min-width:1024px) {
  .article-blocks>.article-block {
    width: 24%;
    margin-bottom: 2%;
    width: calc(100% - (16px*(4 - 1)/4))
  }

  .article-blocks>.article-block:not(:last-child) {
    margin-right: 16px
  }

  .article-blocks>.article-block:nth-child(4n) {
    margin-right: 0
  }
}

@supports ((display:-ms-grid) or (display:grid)) {
  .article-blocks {
    max-width: none;
    display: -ms-grid;
    display: grid;
    grid-gap: 16px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr)
  }

  .article-blocks>* {
    float: none
  }

  .article-blocks>div {
    width: auto;
    margin-bottom: 0
  }

  .article-blocks>div:nth-child(n) {
    margin-right: 0
  }

  @ media all and (min-width:504px) {
    .article-blocks {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr)
    }
  }

  @media all and (min-width:1024px) {
    .article-blocks {
      -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr)
    }
  }
}

@media all and (min-width:504px) {
  .article-blocks.article-blocks--3up>.article-block {
    width: 48%;
    margin-bottom: 2%;
    width: calc(100% - (16px*(2 - 1)/2))
  }

  .article-blocks.article-blocks--3up>.article-block:not(:last-child) {
    margin-right: 16px
  }

  .article-blocks.article-blocks--3up>.article-block:nth-child(2n) {
    margin-right: 0
  }
}

@media all and (min-width:1024px) {
  .article-blocks.article-blocks--3up>.article-block {
    width: 32%;
    margin-bottom: 2%;
    width: calc(100% - (16px*(3 - 1)/3))
  }

  .article-blocks.article-blocks--3up>.article-block:not(:last-child) {
    margin-right: 16px
  }

  .article-blocks.article-blocks--3up>.article-block:nth-child(3n) {
    margin-right: 0
  }
}

@supports ((display:-ms-grid) or (display:grid)) {
  .article-blocks.article-blocks--3up {
    max-width: none;
    display: -ms-grid;
    display: grid;
    grid-gap: 16px;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr)
  }

  .article-blocks.article-blocks--3up>* {
    float: none
  }

  .article-blocks.article-blocks--3up>div {
    width: auto;
    margin-bottom: 0
  }

  .article-blocks.article-blocks--3up>div:nth-child(n) {
    margin-right: 0
  }

  @ media all and (min-width:504px) {
    .article-blocks.article-blocks--3up {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr)
    }
  }

  @media all and (min-width:1024px) {
    .article-blocks.article-blocks--3up {
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr)
    }
  }
}

.article-blocks.article-blocks--3up-1row .article-block__image {
  padding-bottom: 56.25%
}

@media all and (min-width:504px) {
  .article-blocks.article-blocks--3up-1row>.article-block {
    width: calc(100% - (16px*(1 - 1)/1))
  }

  .article-blocks.article-blocks--3up-1row>.article-block:not(:last-child) {
    margin-right: 16px
  }

  .article-blocks.article-blocks--3up-1row>.article-block:nth-child(n) {
    margin-right: 0
  }
}

@media all and (min-width:1024px) {
  .article-blocks.article-blocks--3up-1row>.article-block {
    width: 32%;
    margin-bottom: 2%;
    width: calc(100% - (16px*(3 - 1)/3))
  }

  .article-blocks.article-blocks--3up-1row>.article-block:not(:last-child) {
    margin-right: 16px
  }

  .article-blocks.article-blocks--3up-1row>.article-block:nth-child(3n) {
    margin-right: 0
  }
}

@supports ((display:-ms-grid) or (display:grid)) {
  .article-blocks.article-blocks--3up-1row {
    max-width: none;
    display: -ms-grid;
    display: grid;
    grid-gap: 16px;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr)
  }

  .article-blocks.article-blocks--3up-1row>* {
    float: none
  }

  .article-blocks.article-blocks--3up-1row>div {
    width: auto;
    margin-bottom: 0
  }

  .article-blocks.article-blocks--3up-1row>div:nth-child(n) {
    margin-right: 0
  }

  @ media all and (min-width:600px) {
    .article-blocks.article-blocks--3up-1row {
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr)
    }
  }
}

.article-blocks.article-blocks--2up .article-block__image {
  padding-bottom: 37.5%
}

@media all and (min-width:504px) {
  .article-blocks.article-blocks--2up>.article-block {
    width: 48%;
    margin-bottom: 2%;
    width: calc(100% - (16px*(2 - 1)/2))
  }

  .article-blocks.article-blocks--2up>.article-block:not(:last-child) {
    margin-right: 16px
  }

  .article-blocks.article-blocks--2up>.article-block:nth-child(2n) {
    margin-right: 0
  }
}

@supports ((display:-ms-grid) or (display:grid)) {
  .article-blocks.article-blocks--2up {
    max-width: none;
    display: -ms-grid;
    display: grid;
    grid-gap: 16px;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr)
  }

  .article-blocks.article-blocks--2up>* {
    float: none
  }

  .article-blocks.article-blocks--2up>div {
    width: auto;
    margin-bottom: 0
  }

  .article-blocks.article-blocks--2up>div:nth-child(n) {
    margin-right: 0
  }

  @ media all and (min-width:504px) {
    .article-blocks.article-blocks--2up {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr)
    }
  }
}

.article-block {
  position: relative;
  max-width: 1170px;
  padding-bottom: 16px;
  background-color: #fff;
  box-shadow: 0 8px 2px -2px rgba(0, 0, 0, .3)
}

.article-block .article-block__icon {
  position: relative;
  -webkit-transition: transform .4s cubic-bezier(.4, 0, .4, 1.5);
  -webkit-transition: -webkit-transform .4s cubic-bezier(.4, 0, .4, 1.5);
  transition: transform .4s cubic-bezier(.4, 0, .4, 1.5);
  transition: transform .4s cubic-bezier(.4, 0, .4, 1.5), -webkit-transform .4s cubic-bezier(.4, 0, .4, 1.5)
}

.article-block .article-block__headline {
  margin-top: 28px;
  margin-right: 16px;
  margin-left: 16px;
  line-height: 1.2;
  color: #65299D;
  -webkit-transition: color .4s cubic-bezier(.4, 0, .4, 1.5);
  transition: color .4s cubic-bezier(.4, 0, .4, 1.5);
  font-size: 20px
}

@media screen and (min-width:504px) {
  .article-block .article-block__headline {
    font-size: calc(.7692307692vw + 16.1230769231px)
  }
}

@media screen and (min-width:1024px) {
  .article-block .article-block__headline {
    font-size: 24px
  }
}

.article-block:active .article-block__icon,
.article-block:focus .article-block__icon,
.article-block:hover .article-block__icon {
  -webkit-transform: scale(1.3);
  transform: scale(1.3)
}

.article-block:active a .article-block__headline,
.article-block:focus a .article-block__headline,
.article-block:hover a .article-block__headline {
  color: #098ae4
}

.article-block__icon {
  position: relative
}

.article-block__icon .cui-icon {
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px
}

.article-block__icon .cui-icon img {
  width: 100%;
  height: 100%
}

.article-block__icon .cui-icon::before {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  content: '';
  -webkit-transition: background-color .5s ease;
  transition: background-color .5s ease
}

.article-block__icon .cui-icon.icon-purple-bg::before {
  background-color: #65299D
}

.article-block__icon .cui-icon.icon-large {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px
}

.article-block__icon .cui-icon svg {
  position: absolute;
  top: 8px;
  left: 10px;
  width: 24px;
  height: 24px;
  color: #fff;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  fill: #fff
}

.article-block__excerpt {
  margin-top: 8px;
  margin-right: 16px;
  margin-left: 16px;
  color: #333;
  font-size: 13px
}

@media screen and (min-width:504px) {
  .article-block__excerpt {
    font-size: calc(.5769230769vw + 10.0923076923px)
  }
}

@media screen and (min-width:1024px) {
  .article-block__excerpt {
    font-size: 16px
  }
}

@media all and (min-width:504px) {
  .article-block__excerpt {
    display: block
  }
}

.article-byline__author a,
.article-byline__author a:link,
.article-byline__author a:visited {
  color: #333
}

.article-byline__title {
  display: block;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.2
}

.entry-footer {
  margin-top: 32px
}

.entry-footer .cat-links,
.entry-footer .tags-links {
  margin-right: 8px;
  font-size: 14px;
  font-weight: 200
}

.entry-footer .cat-links a,
.entry-footer .tags-links a {
  font-weight: 200
}

.comments-area {
  padding-top: 16px;
  margin-bottom: 24px;
  border-top: solid thin #e1e1e1
}

.carousel {
  height: 26em;
  height: 50vh;
  padding-top: 4px;
  margin-top: 24px;
  margin-bottom: 40px;
  background-color: #fff
}

.carousel-cell {
  position: relative;
  width: 29%;
  height: 26em;
  height: 50vh;
  margin-right: 2px;
  overflow: hidden;
  background-color: #8c8;
  border-radius: 0
}

.carousel-cell a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.carousel-cell .carousel-image {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  -webkit-transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  -webkit-transition: transform .3s ease
}

.carousel-cell .carousel-image::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  content: '';
  -webkit-transition: background-color 1s ease;
  transition: background-color 1s ease
}

.carousel-cell.is-selected .carousel-image::before {
  background-color: rgba(0, 0, 0, .3);
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease
}

.carousel-cell:active .carousel-image,
.carousel-cell:focus .carousel-image,
.carousel-cell:hover .carousel-image {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform .5s cubic-bezier(.4, 0, .4, 1.5);
  transition: transform .5s cubic-bezier(.4, 0, .4, 1.5);
  transition: transform .5s cubic-bezier(.4, 0, .4, 1.5), -webkit-transform .5s cubic-bezier(.4, 0, .4, 1.5);
  -webkit-transition: transform .5s cubic-bezier(.4, 0, .4, 1.5)
}

.carousel-cell h2 {
  position: absolute;
  bottom: 0;
  display: block;
  padding: .5em;
  line-height: 1.2;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  font-size: 20px
}

@media screen and (min-width:504px) {
  .carousel-cell h2 {
    font-size: calc(2.4024024024vw + 7.8918918919px)
  }
}

@media screen and (min-width:1170px) {
  .carousel-cell h2 {
    font-size: 36px
  }
}

.carousel-cell::before {
  display: block;
  font-size: 80px;
  line-height: 26em;
  line-height: 50vh;
  color: #fff;
  text-align: center
}

.sg-colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 16px 0 0;
  list-style: none !important
}

.sg-colors li {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  max-width: 14em;
  min-width: 5em;
  padding: .3em;
  margin: 0 .5em .5em 0;
  border: 1px solid #ddd;
  border-radius: 8px
}

.sg-swatch {
  display: block;
  height: 4em;
  margin-bottom: .3em;
  border-radius: 5px
}

.sg-label {
  font-size: 90%;
  line-height: 1
}

label {
  display: inline-block;
  margin-bottom: 5px;
  color: #666;
  font-weight: 200
}

button {
  font-family: inherit;
  font-size: 100%;
  cursor: pointer
}

button,
input,
select,
textarea {
  margin: 0
}

input,
textarea {
  width: 100%;
  max-width: 100%;
  padding: .5rem;
  border: 1px solid #95a1aa;
  border-radius: #c7d3d7
}

input[type=text],
input[type=url],
textarea {
  -webkit-appearance: none
}

button,
input[type=submit] {
  padding: .5em;
  color: #f2f2f2;
  background: #444;
  border: 1px solid gray
}

button:active,
button:focus,
button:hover,
input[type=submit]:active,
input[type=submit]:focus,
input[type=submit]:hover {
  color: #098ae4;
  border: 1px solid #333
}

input[type=checkbox] {
  width: auto
}

select {
  text-transform: none
}

input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button
}

input::-moz-focus-inner {
  padding: 0;
  border: 0
}

input[type=checkbox] {
  padding: 0;
  font: inherit;
  color: inherit;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 4px 0 0;
  line-height: normal
}

textarea {
  overflow: auto
}

input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  color: #666;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1
}

.form-control::-ms-input-placeholder {
  color: #999
}

.form-control::-webkit-input-placeholder {
  color: #999
}

.form-group {
  margin-bottom: 15px
}

.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px
}

.checkbox label {
  display: inline;
  cursor: pointer
}

.checkbox input[type=checkbox] {
  float: left;
  margin-left: -20px
}

input,
li,
p,
textarea {
  color: #666
}

.required {
  color: #0c92ff
}

.parsley-error {
  border-color: #0c92ff
}

@supports (-webkit-text-size-adjust:none) and (not (-ms-accelerator:true)) and (not (-moz-appearance:none)) {

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    letter-spacing: -.07px
  }
}

#page h1,
#page h2 {
  font-family: 'SharpSans', "Inter", Helvetica, Arial, sans-serif;
  font-weight: 700
}

.article-blocks-section h1,
.article-blocks-section h2,
.article-blocks-section h3,
.article-blocks-section h4,
.article-blocks-section h5,
.article-blocks-section h6,
.grids-is-advanced h1,
.grids-is-advanced h2,
.grids-is-advanced h3,
.grids-is-advanced h4,
.grids-is-advanced h5,
.grids-is-advanced h6 {
  color: #65299D;
  font-weight: 700
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  color: #65299D
}

h1 {
  font-weight: 700;
  margin-top: 16px
}

@media screen and (min-width:504px) {
  h1 {
    margin-top: calc(2.4024024024vw + 3.8918918919px)
  }
}

@media screen and (min-width:1170px) {
  h1 {
    margin-top: 32px
  }
}

.article-header h1 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 28px
}

@media screen and (min-width:504px) {
  .article-header h1 {
    font-size: calc(2.1021021021vw + 17.4054054054px)
  }
}

@media screen and (min-width:1170px) {
  .article-header h1 {
    font-size: 42px
  }
}

h2,
h3,
h4,
h5,
h6 {
  font-size: 24px
}

@media screen and (min-width:504px) {
  h2 {
    font-size: calc(.6006006006vw + 20.972972973px)
  }
}

@media screen and (min-width:1170px) {
  h2 {
    font-size: 28px
  }
}

h2 {
  margin-top: 8px;
  font-weight: 700
}

@media screen and (min-width:504px) {
  h2 {
    margin-top: calc(3.6036036036vw - 10.1621621622px)
  }
}

@media screen and (min-width:1170px) {
  h2 {
    margin-top: 32px
  }
}

h3,
h4,
h5,
h6 {
  font-size: 21px
}

@media screen and (min-width:504px) {
  h3 {
    font-size: calc(.1501501502vw + 20.2432432432px)
  }
}

@media screen and (min-width:1170px) {
  h3 {
    font-size: 22px
  }
}

h3 {
  margin-top: 16px
}

@media screen and (min-width:504px) {
  h3 {
    margin-top: calc(1.2012012012vw + 9.9459459459px)
  }
}

@media screen and (min-width:1170px) {
  h3 {
    margin-top: 24px
  }
}

h4,
h5,
h6 {
  color: #5c707c;
  font-size: 20px
}

@media screen and (min-width:504px) {
  h4 {
    font-size: calc(.1501501502vw + 19.2432432432px)
  }
}

@media screen and (min-width:1170px) {
  h4 {
    font-size: 21px
  }
}

h4 {
  margin-top: 16px
}

@media screen and (min-width:504px) {
  h4 {
    margin-top: calc(1.2012012012vw + 9.9459459459px)
  }
}

@media screen and (min-width:1170px) {
  h4 {
    margin-top: 24px
  }
}

h5,
h6 {
  font-size: 18px
}

@media screen and (min-width:504px) {
  h5 {
    font-size: calc(.3003003003vw + 16.4864864865px)
  }
}

@media screen and (min-width:1170px) {
  h5 {
    font-size: 20px
  }
}

h5 {
  margin-top: 16px
}

@media screen and (min-width:504px) {
  h5 {
    margin-top: calc(1.2012012012vw + 9.9459459459px)
  }
}

@media screen and (min-width:1170px) {
  h5 {
    margin-top: 24px
  }
}

h6 {
  font-size: 16px
}

@media screen and (min-width:504px) {
  h6 {
    font-size: calc(.3003003003vw + 14.4864864865px)
  }
}

@media screen and (min-width:1170px) {
  h6 {
    font-size: 18px
  }
}

h6 {
  margin-top: 16px
}

@media screen and (min-width:504px) {
  h6 {
    margin-top: calc(1.2012012012vw + 9.9459459459px)
  }
}

@media screen and (min-width:1170px) {
  h6 {
    margin-top: 24px
  }
}

main li,
p {
  font-size: 14px
}

@media screen and (min-width:504px) {

  main li,
  p {
    font-size: calc(.6006006006vw + 10.972972973px)
  }
}

@media screen and (min-width:1170px) {

  main li,
  p {
    font-size: 18px
  }
}

main li,
p {
  margin-top: 8px
}

@media screen and (min-width:504px) {

  main li,
  p {
    margin-top: calc(1.2012012012vw + 1.9459459459px)
  }
}

@media screen and (min-width:1170px) {

  main li,
  p {
    margin-top: 16px
  }
}

.article-block h5 {
  padding-top: 8px;
  line-height: 1.2;
  font-size: 14px
}

@media screen and (min-width:504px) {
  .article-block h5 {
    font-size: calc(.6006006006vw + 10.972972973px)
  }
}

@media screen and (min-width:1170px) {
  .article-block h5 {
    font-size: 18px
  }
}

.article-block p {
  font-size: 15px
}

@media screen and (min-width:504px) {
  .article-block p {
    font-size: calc(.4504504505vw + 12.7297297297px)
  }
}

@media screen and (min-width:1170px) {
  .article-block p {
    font-size: 18px
  }
}

.article-block p {
  margin-top: 6px
}

@media screen and (min-width:504px) {
  .article-block p {
    margin-top: calc(.3003003003vw + 4.4864864865px)
  }
}

@media screen and (min-width:1170px) {
  .article-block p {
    margin-top: 8px
  }
}

.article-block p.image__caption,
.image__caption {
  line-height: 1.2;
  color: #999;
  font-size: 10px
}

@media screen and (min-width:504px) {
  .article-block p.image__caption {
    font-size: calc(.6006006006vw + 6.972972973px)
  }
}

@media screen and (min-width:1170px) {
  .article-block p.image__caption {
    font-size: 14px
  }
}

.image__caption {
  font-weight: 200
}

@media screen and (min-width:504px) {
  .image__caption {
    font-size: calc(.6006006006vw + 6.972972973px)
  }
}

@media screen and (min-width:1170px) {
  .image__caption {
    font-size: 14px
  }
}

.post-navigation {
  margin-top: 16px;
  margin-bottom: 16px
}

.nav-links {
  margin-top: 10px
}

.nav-links .nav-previous {
  float: left;
  max-width: 49.5%
}

.nav-links .nav-next svg,
.nav-links .nav-previous svg {
  width: 12px;
  height: 12px;
  vertical-align: center;
  transform: rotate(90deg) translateX(-1px);
  -webkit-transform: rotate(90deg) translateX(-1px)
}

.nav-links .nav-next {
  float: right;
  max-width: 49.5%
}

.nav-links .nav-next svg {
  transform: rotate(-90deg) translateX(1px);
  -webkit-transform: rotate(-90deg) translateX(1px)
}

.post-navigation-title {
  display: none;
  font-size: 9px
}

@media screen and (min-width:504px) {
  .post-navigation-title {
    font-size: calc(.7692307692vw + 5.1230769231px)
  }
}

@media screen and (min-width:1024px) {
  .post-navigation-title {
    font-size: 13px
  }
}

@media all and (min-width:604px) {
  .post-navigation-title {
    display: inline
  }
}

.option-widow--login {
  fill: #fff
}

#post-17151 .is-stacked-on-mobile .wp-block-media-text__media,
.product-block {
  text-align: center
}

.product-block h2 {
  margin: 20px 15px 8px;
  font-weight: 600;
  color: #65299D;
  text-align: center
}

.product-block a:active h2,
.product-block a:focus h2,
.product-block a:hover h2 {
  color: #250858
}

.product-block .article-block__excerpt {
  font-size: 1.1em
}

.promo-image-list {
  width: 100%
}

.promo-image-list .image-cell {
  width: 90px;
  padding-right: 16px;
  padding-bottom: 16px;
  vertical-align: top
}

.promo-image-list .image-cell img {
  width: 100%;
  height: auto
}

.promo-image-list .copy-cell {
  padding-bottom: 16px;
  vertical-align: middle
}

.cta-block {
  background-color: #eef1f3;
  padding: 3em 0 1px;
  margin: 2em 0 0
}

.cta-block .cui-button {
  margin: 20px auto 0;
  display: inline-block;
  border: 0
}

.cta-block .cui-button,
.cta-block .cui-button:link,
.cta-block .cui-button:visited,
nav.header.always-scrolled ul li .button:hover,
nav.header.scrolling ul li .button:hover {
  color: #fff;
  background-color: #65299D
}

.cta-block .cui-button:active,
.cta-block .cui-button:focus,
.cta-block .cui-button:hover {
  color: #fff;
  background-color: #7b2b83
}

.video-container-16x9 {
  position: relative;
  height: 0;
  padding-top: 0;
  padding-bottom: 56.25%;
  margin-top: 8px;
  margin-bottom: 8px
}

.video-container-16x9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.hero-video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  -webkit-transition: 1s opacity;
  transition: 1s opacity
}

.overflow {
  width: 100%;
  height: 48px;
  background: #250858;
  position: absolute;
  bottom: -48px;
  left: 0
}

.global-nav__cta svg {
  width: 12px;
  height: 12px;
  padding: 0;
  vertical-align: middle
}

.global-nav__logo.sticky {
  width: 85px;
  padding-top: 6px
}

.easy-footnote-single {
  font-size: 85%
}

.icon-chevron.text-link {
  margin-top: -3px;
  margin-left: 3px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

.site-main ul.ad-specs {
  list-style: none;
  padding-left: 0
}

.ad-specs--table {
  margin: 8px 0 24px
}

.ad-specs--table td,
.ad-specs--table th {
  text-align: left;
  border-bottom: 2px solid #999;
  padding: 10px 5px 5px 0;
  vertical-align: bottom
}

.ad-specs--table td {
  border-bottom: 1px solid #ccc;
  vertical-align: middle
}

.ad-specs--table td:last-child,
.ad-specs--table th:last-child {
  padding-right: 0
}

.site-callout {
  position: absolute;
  z-index: 999;
  width: 100%;
  top: 76px;
  padding: 1px 5px;
  background-color: #008fde;
  color: #fff;
  text-align: center;
  line-height: 2
}

.admin-bar .site-callout {
  top: 108px
}

.global-nav-spacer {
  height: 48px
}

@media screen and (min-width:720px) {
  .site-callout {
    top: 48px
  }

  .admin-bar .site-callout {
    top: 80px
  }

  .global-nav-spacer {
    height: 0
  }
}

@media screen and (max-width:720px) {
  .site-callout {
    z-index: 8000
  }
}

.site-callout a,
.site-callout a:link,
.site-callout a:visited {
  fill: rgba(255, 255, 255, .85);
  color: rgba(255, 255, 255, .85);
  text-decoration: none;
  font-weight: 500
}

.site-callout a:active,
.site-callout a:focus,
.site-callout a:hover {
  fill: #fff;
  color: #fff
}

.contact-form-purple {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px
}

.form-3 {
  height: 325px
}

.form-4 {
  height: 409px
}

.form-5 {
  height: 493px
}

.form-6 {
  height: 577px
}

.form-7 {
  height: 661px
}

.form-8,
.form-sm-8 {
  height: 745px
}

@media screen and (min-width:979px) {
  .form-4 {
    height: 400px
  }

  .form-lg-3 {
    height: 325px
  }

  .form-lg-4 {
    height: 409px
  }

  .form-lg-5 {
    height: 493px
  }

  .form-lg-6 {
    height: 577px
  }

  .form-lg-7 {
    height: 661px
  }

  .form-lg-8 {
    height: 745px
  }
}

@media print {

  .article-footer,
  .c-footer,
  .global-nav,
  .global-nav-spacer,
  .sharedaddy,
  .site-callout {
    display: none
  }

  h1:first-child {
    padding-top: 0;
    margin-top: 0
  }

  .article-module,
  .content-area,
  .cui-page-section--full:last-child .cui-page-section__container,
  .page,
  .page-section .cui-page-section--full,
  .page-section .cui-page-section--hero,
  .page-section .hero-padding__large,
  .site,
  .site-main,
  body,
  html {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    min-height: 0 !important;
    overflow: visible !important;
    display: block !important;
    height: auto !important
  }

  .wp-block-button .wp-block-button__link {
    border-radius: 6px
  }
}

main .footnotes li,
main p.footnotes {
  font-size: 12px;
  color: #999;
  margin-top: 8px
}

.wp-embed-aspect-16-9 {
  position: relative;
  width: 100%;
  padding-top: 56.25%
}

.wp-embed-aspect-16-9 iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.headline--slanted {
  padding: .3em 1em 0;
  display: inline-block;
  position: relative;
  color: #fff;
  letter-spacing: .05em
}

.headline--slanted::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  content: '';
  transform: skewX(-8deg);
  background: #00b1ce
}

.has-align-center,
.has-text-align-center {
  margin-left: auto;
  margin-right: auto
}

.editor-styles-wrapper .has-purple-color,
.article-blocks-section .has-purple-color,
.grids-is-advanced .has-purple-color,
.has-purple-color,
.has-purple-color a,
.has-purple-color a:active,
.has-purple-color a:focus,
.has-purple-color a:hover,
.has-purple-color a:link,
.has-purple-color a:visited,
.has-text-color a.has-purple-color,
.has-text-color a.has-purple-color:active,
.has-text-color a.has-purple-color:focus,
.has-text-color a.has-purple-color:hover,
.has-text-color a.has-purple-color:link,
.has-text-color a.has-purple-color:visited {
  color: #65299D
}

.editor-styles-wrapper .has-aqua-color,
.article-blocks-section .has-aqua-color,
.grids-is-advanced .has-aqua-color,
.has-aqua-color,
.has-aqua-color a,
.has-aqua-color a:active,
.has-aqua-color a:focus,
.has-aqua-color a:hover,
.has-aqua-color a:link,
.has-aqua-color a:visited,
.has-text-color a.has-aqua-color,
.has-text-color a.has-aqua-color:active,
.has-text-color a.has-aqua-color:focus,
.has-text-color a.has-aqua-color:hover,
.has-text-color a.has-aqua-color:link,
.has-text-color a.has-aqua-color:visited {
  color: #00bfde
}

.editor-styles-wrapper .has-true-black-color,
.article-blocks-section .has-true-black-color,
.grids-is-advanced .has-true-black-color,
.has-true-black-color,
.has-true-black-color a,
.has-true-black-color a:active,
.has-true-black-color a:focus,
.has-true-black-color a:hover,
.has-true-black-color a:link,
.has-true-black-color a:visited,
.has-text-color a.has-true-black-color,
.has-text-color a.has-true-black-color:active,
.has-text-color a.has-true-black-color:focus,
.has-text-color a.has-true-black-color:hover,
.has-text-color a.has-true-black-color:link,
.has-text-color a.has-true-black-color:visited {
  color: #000
}

.editor-styles-wrapper .has-black-color,
.article-blocks-section .has-black-color,
.grids-is-advanced .has-black-color,
.has-black-color,
.has-black-color a,
.has-black-color a:active,
.has-black-color a:focus,
.has-black-color a:hover,
.has-black-color a:link,
.has-black-color a:visited,
.has-text-color a.has-black-color,
.has-text-color a.has-black-color:active,
.has-text-color a.has-black-color:focus,
.has-text-color a.has-black-color:hover,
.has-text-color a.has-black-color:link,
.has-text-color a.has-black-color:visited {
  color: #282828
}

.editor-styles-wrapper .has-light-gray-color,
.article-blocks-section .has-light-gray-color,
.grids-is-advanced .has-light-gray-color,
.has-light-gray-color,
.has-light-gray-color a,
.has-light-gray-color a:active,
.has-light-gray-color a:focus,
.has-light-gray-color a:hover,
.has-light-gray-color a:link,
.has-light-gray-color a:visited,
.has-text-color a.has-light-gray-color,
.has-text-color a.has-light-gray-color:active,
.has-text-color a.has-light-gray-color:focus,
.has-text-color a.has-light-gray-color:hover,
.has-text-color a.has-light-gray-color:link,
.has-text-color a.has-light-gray-color:visited {
  color: #ccc
}

.editor-styles-wrapper .has-gray-color,
.article-blocks-section .has-gray-color,
.grids-is-advanced .has-gray-color,
.has-lighter-gray-color,
.has-lighter-gray-color a,
.has-lighter-gray-color a:active,
.has-lighter-gray-color a:focus,
.has-lighter-gray-color a:hover,
.has-lighter-gray-color a:link,
.has-lighter-gray-color a:visited,
.has-text-color a.has-lighter-gray-color,
.has-text-color a.has-lighter-gray-color:active,
.has-text-color a.has-lighter-gray-color:focus,
.has-text-color a.has-lighter-gray-color:hover,
.has-text-color a.has-lighter-gray-color:link,
.has-text-color a.has-lighter-gray-color:visited {
  color: #e6e6e6
}

.editor-styles-wrapper .has-white-color,
.article-blocks-section .has-white-color,
.grids-is-advanced .has-white-color,
.has-white-color,
.has-white-color a,
.has-white-color a:active,
.has-white-color a:focus,
.has-white-color a:hover,
.has-white-color a:link,
.has-white-color a:visited,
.has-text-color a.has-white-color,
.has-text-color a.has-white-color:active,
.has-text-color a.has-white-color:focus,
.has-text-color a.has-white-color:hover,
.has-text-color a.has-white-color:link,
.has-text-color a.has-white-color:visited {
  color: #fff
}

a.wp-block-button__link.has-white-color:active,
a.wp-block-button__link.has-white-color:focus,
a.wp-block-button__link.has-white-color:hover {

  animation: pulseWhite 2s infinite;
}

@keyframes pulseWhite {
  0% {
    color: rgba(255, 255, 255, 1);
  }

  50% {
    color: rgba(255, 255, 255, .8);
  }

  100% {
    color: rgba(255, 255, 255, 1);
  }

}


.has-white-color a {
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, .7);
}

.has-white-color a:active,
.has-white-color a:focus,
.has-white-color a:hover {
  text-decoration-color: rgba(255, 255, 255, 1);
}

.has-text-color a:.wp-block-button__link {
  text-decoration: none;
}

.editor-styles-wrapper .has-deep-purple-color,
.article-blocks-section .has-deep-purple-color,
.grids-is-advanced .has-deep-purple-color,
.has-deep-purple-color,
.has-deep-purple-color a,
.has-deep-purple-color a:active,
.has-deep-purple-color a:focus,
.has-deep-purple-color a:hover,
.has-deep-purple-color a:link,
.has-deep-purple-color a:visited,
.has-text-color a.has-deep-purple-color,
.has-text-color a.has-deep-purple-color:active,
.has-text-color a.has-deep-purple-color:focus,
.has-text-color a.has-deep-purple-color:hover,
.has-text-color a.has-deep-purple-color:link,
.has-text-color a.has-deep-purple-color:visited {
  color: #331a5e
}

.editor-styles-wrapper .has-light-purple-color,
.article-blocks-section .has-light-purple-color,
.grids-is-advanced .has-light-purple-color,
.has-light-purple-color,
.has-light-purple-color a,
.has-light-purple-color a:active,
.has-light-purple-color a:focus,
.has-light-purple-color a:hover,
.has-light-purple-color a:link,
.has-light-purple-color a:visited,
.has-text-color a.has-light-purple-color,
.has-text-color a.has-light-purple-color:active,
.has-text-color a.has-light-purple-color:focus,
.has-text-color a.has-light-purple-color:hover,
.has-text-color a.has-light-purple-color:link,
.has-text-color a.has-light-purple-color:visited {
  color: #794691
}

.editor-styles-wrapper .has-blue-color,
.article-blocks-section .has-blue-color,
.grids-is-advanced .has-blue-color,
.has-blue-color,
.has-blue-color a,
.has-blue-color a:active,
.has-blue-color a:focus,
.has-blue-color a:hover,
.has-blue-color a:link,
.has-blue-color a:visited,
.has-text-color a.has-blue-color,
.has-text-color a.has-blue-color:active,
.has-text-color a.has-blue-color:focus,
.has-text-color a.has-blue-color:hover,
.has-text-color a.has-blue-color:link,
.has-text-color a.has-blue-color:visited {
  color: #3e64ab
}

.editor-styles-wrapper .has-deep-blue-color,
.article-blocks-section .has-deep-blue-color,
.grids-is-advanced .has-deep-blue-color,
.has-deep-blue-color,
.has-deep-blue-color a,
.has-deep-blue-color a:active,
.has-deep-blue-color a:focus,
.has-deep-blue-color a:hover,
.has-deep-blue-color a:link,
.has-deep-blue-color a:visited,
.has-text-color a.has-deep-blue-color,
.has-text-color a.has-deep-blue-color:active,
.has-text-color a.has-deep-blue-color:focus,
.has-text-color a.has-deep-blue-color:hover,
.has-text-color a.has-deep-blue-color:link,
.has-text-color a.has-deep-blue-color:visited {
  color: #1f3e7b
}

:root .has-background-dim.has-purple-background-color,
.has-purple-background-color {
  background-color: #65299D
}

:root .has-background-dim.has-aqua-background-color,
.has-aqua-background-color {
  background-color: #00bfde
}

:root .has-background-dim.has-true-black-background-color,
.has-true-black-background-color {
  background-color: #000
}

:root .has-background-dim.has-black-background-color,
.has-black-background-color {
  background-color: #282828
}

:root .has-background-dim.has-light-gray-background-color,
.has-light-gray-background-color {
  background-color: #ccc
}

:root .has-background-dim.has-lighter-gray-background-color,
.has-lighter-gray-background-color {
  background-color: #e6e6e6
}

:root .has-background-dim.has-white-background-color,
nav.header .mobile-menu .dropdown li:hover,
.has-white-background-color,
nav.header .mobile-menu .dropdown li:hover {
  background-color: #fff
}

:root .has-background-dim.has-deep-purple-background-color,
.has-deep-purple-background-color {
  background-color: #331a5e
}

:root .has-background-dim.has-light-purple-background-color,
.has-light-purple-background-color {
  background-color: #794691
}

:root .has-background-dim.has-blue-background-color,
.has-blue-background-color {
  background-color: #3e64ab
}

:root .has-background-dim.has-deep-blue-background-color,
.has-deep-blue-background-color {
  background-color: #1f3e7b
}

.entry-content .alignwide {
  margin-left: -80px;
  margin-right: -80px
}

.entry-content .alignfull,
.page-template-page-growwithcars .cta-block {
  margin-left: calc(-100vw/2 + 100%/2);
  margin-right: calc(-100vw/2 + 100%/2);
  max-width: 100vw
}

.alignfull img,
.page-template-page-growwithcars .cta-block,
.page-template-page-growwithcars .entry-content .alignfull {
  width: 100vw
}

.vjs-social-overlay .vjs-social-share-links a,
nav.header ul li ul li:hover a {
  color: #fff
}

.vjs-social-overlay input {
  background-color: rgba(255, 255, 255, .85)
}

.product-grid-row h1:first-child,
.product-grid-row h2:first-child,
.product-grid-row h3:first-child,
.product-grid-row h4:first-child,
.product-grid-row h5:first-child,
.product-grid-row h6:first-child,
.product-grid-row p:first-child {
  margin-top: 0
}

.wp-block-cover {
  font-size: 12px
}

@media screen and (min-width:504px) {
  .wp-block-cover {
    font-size: 15px
  }
}

@media screen and (min-width:768px) {
  .wp-block-cover {
    font-size: 18px
  }
}

.article-blocks-section h1,
.grids-is-advanced h1,
.wp-block-cover h1 {
  font-size: 3.052em
}

.article-blocks-section h2,
.grids-is-advanced h2,
.wp-block-cover h2 {
  font-size: 2.441em
}

.article-blocks-section h3,
.grids-is-advanced h3,
.wp-block-cover h3 {
  font-size: 1.953em
}

.article-blocks-section h4,
.grids-is-advanced h4,
.wp-block-cover h4 {
  font-size: 1.563em
}

.article-blocks-section h5,
.grids-is-advanced h5,
.wp-block-cover h5 {
  font-size: 1.25em
}

.article-blocks-section h6,
.grids-is-advanced h6,
.wp-block-cover h6 {
  font-size: 1em
}

.product-grid-row figure,
.product-grid-row img {
  margin: 0;
  padding: 0
}

#post-17151 .is-stacked-on-mobile .wp-block-media-text__media img {
  max-width: 300px
}

#form,
#startnow {
  padding-top: 90px;
  padding-bottom: 16px;
  text-align: center
}

.wp-block-button__link {
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 14px 24px;
  border-radius: 6px;
  font-weight: 600;
  text-shadow: none
}

.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:link,
.wp-block-button__link:visited {
  text-decoration: none
}

nav.header {
  width: 100%;
  position: fixed;
  top: 0;
  padding: 31px 0 19px;
  z-index: 1000;
  transition: .5s
}

nav.header .logo-container {
  position: relative;
  overflow: visible
}

nav.header .logo {
  position: absolute;
  width: 155px
}

nav.header .logo-white {
  display: block;
}
nav.header .logo-purple {
  display: none !important;
}
.header.scrolling img.logo.logo-purple, .header.always-scrolled img.logo.logo-purple, .header.open img.logo.logo-purple {
    display: block !important;
}

nav.header .logo,
nav.header ul,
nav.header ul li {
  transition: .5s;
  display: inline-block
}

nav.header ul {
  list-style-type: none;
  float: right
}

nav.header ul li {
  margin-left: 32px;
  position: relative
}

nav.header ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem
}

nav.header ul li a .icon {
  margin-left: 10px
}

nav.header ul li a:active,
nav.header ul li a:focus,
nav.header ul li a:hover {
  color: #fff;
  text-decoration: none
}

nav.header ul li ul {
  z-index: 1001;
  margin: 10px 0 0;
  padding: 0;
  position: absolute;
  left: 0;
  background-color: #fff;
  border-top: 3px solid #A74DCE;
  width: 255px;
  height: 0;
  overflow: hidden;
  opacity: 0;
  top: 20px
}

nav.header ul li ul.show {
  height: auto;
  opacity: 1
}

nav.header ul li ul li {
  margin: 0;
  display: block;
  text-align: left;
  padding: 0;
  color: #000
}

nav.header ul li ul li a {
  color: #000;
  width: 100%;
  padding: 12px;
  display: block
}

nav.header ul li ul li:hover {
  background-color: #A74DCE
}

nav.header .dropdown svg path {
    fill: white;
}
nav.header.always-scrolled .dropdown svg path,
nav.header.scrolling .dropdown svg path,
nav.header.open .dropdown svg path {
  fill: #65299D;
}
nav.header.always-scrolled,
nav.header.scrolling {
  background-color: #fff;
  border-bottom: 3px solid #A74DCE;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2)
}

nav.header .mobile-menu .dropdown li:hover a,
nav.header.always-scrolled ul li a,
nav.header.scrolling ul li a {
  color: #000
}

nav.header.always-scrolled ul li .button,
nav.header.scrolling ul li .button {
  border-color: #65299D;
  color: #65299D
}

nav.header.always-scrolled .logo,
nav.header.scrolling .logo {
  width: 120px;
  margin-top: -18px
}

nav.header .mobile-menu>ul>li {
  margin: 0 1px 0 25px
}

nav.header .mobile-menu>ul>li>ul {
  padding-left: 20px;
  padding-right: 20px;
  position: fixed;
  top: 71px;
  border-top: 0;
  width: 100%
}

nav.header .mobile-menu>ul>li>ul>li {
  font-weight: 600
}

nav.header .mobile-menu>ul>li>ul>li li {
  font-weight: 500
}

nav.header .mobile-menu>ul>li>ul>li li:first-of-type {
  border-top: 1px solid #eee
}

nav.header .mobile-menu>ul>li>ul>li li:last-of-type {
  border-bottom: 1px solid #eee;
  margin-bottom: 10px
}

nav.header .mobile-menu>ul>li>ul li {
  padding-left: 0;
  padding-right: 0
}

nav.header .mobile-menu>ul>li>ul ul {
  position: relative;
  border-top: 0;
  width: 100%
}

nav.header .mobile-menu .icon {
  float: right
}

nav.header .mobile-menu .logo {
  width: 78px
}

.bc-player-default_default.vjs-mouse .vjs-big-play-button {
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  position: absolute;
  margin-left: -50px;
  margin-top: -50px;
  border-radius: 50%;
}
button.slick-next.slick-arrow svg circle {
    stroke: #A74DCE;
}
.testimonial-slide.play-icon svg path {
    fill: #A74DCE;
}

@media (max-width:767px) {
  nav.header {
    padding: 26px 0 19px
  }

  nav.header.always-scrolled .logo,
  nav.header.scrolling .logo {
    margin-top: -5px
  }
}

.page-template-page-growwithcars nav.header ul li a {
  color: #333
}

.page-template-page-growwithcars.home nav.header:not(.scrolling) ul li a {
  color: #fff
}

.page-template-page-growwithcars.home nav.header:not(.scrolling) ul li a.button:hover {
  background-color: #65299D;
  border-color: #65299D
}

.page-template-page-growwithcars.home nav.header:not(.scrolling) ul.show li a {
  color: #000
}

.page-template-page-growwithcars.home nav.header:not(.scrolling) ul li li a,
.page-template-page-growwithcars.home nav.header:not(.scrolling) ul.show li:hover a {
  color: #333
}

/* anchor link offset to account for main menu and ribbon */
.anchor-offset,
.listings-callouts.callouts .row.anchor-offset,
#form.anchor-offset,
#startnow.anchor-offset {
  padding-top: 120px;
  margin-top: -120px;
}

.listings-callouts.callouts .row.anchor-offset {
  margin-top: 80px;
}

.sub-footer {
  padding-top: 24px;
  padding-bottom: 24px
}

.sub-footer small {
  font-size: 12px;
  color: inherit;
}

.sub-footer .brands {
  /* float: right;
  margin-top: -8px */
  text-align: right;
}
footer.footer{
  background: #65299D;
    color: #fff;
    line-height: 1.2;
    padding: 20px 0;
}
footer.footer a{
  color: rgba(255, 255, 255, .6);
}
footer.footer a:hover,
footer.footer a:focus{
  color: #fff;
}
footer.footer .cars-logo{
  width: 120px;
  max-width: 100%;
  margin-bottom: 12px;
}
footer.footer .social-buttons{
  /* text-align: right; */
  /* margin-bottom: 15px; */
}
footer.footer ul.footer-nav{
  list-style: none;
  margin: 0;
  padding: 0;
  columns: 3;
  column-gap: 10px;
}
footer.footer ul.footer-nav > li{
display: block;
margin: 0 0 4px 0;
}
footer.footer ul.footer-nav > li a{
  padding: 5px;
  line-height: 1;
  font-size: 12px;
  display: block;
}

.sub-footer .brands .brand-logomark {
  position: relative;
  display: inline-block;
  padding-right: 12px;
  margin-right: 12px;
  display: none !important;
}

.sub-footer .brands .brand-logomark::after {
  content: ' ';
  width: 1px;
  height: 44px;
  right: 0;
  top: calc(50% - 22px);
  background-color: white;
  position: absolute;
  display: none !important;
}

.sub-footer .brands a {
  display: inline-block;
  margin: 0 13px
}

.sub-footer .brands a img {
  max-width: 48px;
  max-height: 21px
}

.type-post {
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  footer.footer .social-buttons{
    text-align: left;
  }
  footer.footer ul.footer-nav{
    columns: 2;
    column-gap: 10px;
    margin-top: 10px;
  }
  footer.footer ul.footer-nav > li{
    display: block;
    margin: 0 0 2px 0;
    }
    footer.footer ul.footer-nav > li a{
      padding: 6px;
    }
  .sub-footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sub-footer .l,
  .sub-footer .row{
    display: block;
  }
  .sub-footer .copyright {
    float: none;
  }

  .sub-footer .brands {
    float: none;
    margin-top: 10px;
    text-align: left;
  }

  .sub-footer .brands a {
    margin: 0;
    padding: 10px;
  }

  .sub-footer .brands .brand-logomark {
    margin-right: 0;
  }

  .secondaryNav .gi {
    float: none;
  }

  .secondaryNav .c-footer-nav {
    margin: 0;
  }

  .secondaryNav .c-footer-nav ul {
    display: block;
    columns: 2;
    column-gap: 15px;
  }

  .secondaryNav .c-footer-nav ul li {
    margin: 0;
    width: 100%;
  }

  .secondaryNav .c-footer-nav ul li a {
    padding: 12px 0;
  }

  /* .social-buttons a {
    font-size: 3.2rem;
  } */
}

/* @media screen and (max-width: 580px) {
  .sub-footer .brands { */
    /* float: none; */
    /* margin-top: unset */
  /* }
} */

/* Landing page */
.landing.video-hero {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    color: #fff;
}
.landing.video-hero .landing_hero-background {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.landing.video-hero .landing_hero-background .background {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
    display: block;
}
.landing.video-hero .landing_hero-background:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #241f5a;
    opacity: .8;
    display: block;
    content: "";
}
#landingintro {
    padding-top: 50px;
    padding-bottom: 120px;
}
#landingintro h2 {
    text-align: center;
    font-size: 4.6rem;
    margin-bottom: 2rem;
    color: white;
}
.main_centered {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.main_centered h2 {
  font-size: 4rem;
}

#landinghero p, .main_centered p {
    font-size: 1.8rem;
    color: currentColor;
    margin: 0 0 10px;
}
.landing-grey-bg {
  background-color: #eee;
}

.landing.video-hero .container {
    position: relative;
    z-index: 2;
}

#landingform {
    padding-top: 90px;
    padding-bottom: 16px;
    text-align: center;
}
#landingform h2 {
    font-size: 4rem;
}
#landingform p {
    font-size: 1.8rem;
}


/* Landing page modal */
.modal.landing_modal {
  z-index: 100001;
}
.modal.landing_modal:not(.form-modal) .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: block;
  z-index: 100002;
}
.modal.landing_modal:not(.form-modal) .modal-content {
  height: 100%;
  min-height: 100%;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none !important;
}
.modal.landing_modal:not(.form-modal) .modal-body {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.modal.landing_modal .modal-video video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: auto;
  object-position: center;
}

@media (max-width: 768px) {
  .modal.landing_modal .modal-video video {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  object-position: center;
}

}

.modal.landing_modal .modal-video video:focus {
  outline: none;
}
.modal.landing_modal .close {
  color: #fff;
  opacity: .85;
  font-size: 30px;
  /*    padding: .15em;*/
  padding: .15em .15em .3em .15em;
  z-index: 100003;
  position: absolute;
  top: .5em;
  right: .5em;
  background-color: #65299D;
  height: 1.5em;
  width: 1.5em;
  border-radius: 50%;
  font-weight: 400;
}
.modal.landing_modal .close:hover, .modal.landing_modal .close:focus {
  opacity: 1;
}

.img_grad {
    overflow: hidden;
}
.wp-block-column a img {
    transition: 0.5s;
}
.wp-block-column a:hover img {
    transform: scale(1.2);
}

/* animated svg logo */
nav.header ul.cars-suite li {
    margin-left: 25px !important;
}
#logo {
    width: 40px;
}
#homenavbar #mainNav>ul>li:last-child {
    border: 0;
    padding: 0;
    padding-left: 33px;
    border-left: 1px solid white;
}

 #logoWrap {
    position: absolute;
    left: -34px;
    top: -2px;
    width: 100%;
}
 .part {
   transition: all 0.40s ease-in-out;
   margin: 0;
   float: left;
}
 .purpledot {
   color: #794891;
   transform-origin: center center;
   transform-box: fill-box;
}

#purplecircle {
 animation: scaleP 1s;
    transform-origin: 40% 15%;
    animation-delay: 1s;
    opacity: 1;
}
@-webkit-keyframes "scaleP" {
    from {
        opacity: 0;
        transform: scale(0);
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes scaleP {
from {
        opacity: 0;
        transform: scale(0);
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

 .bluedot {
   color: #364ba0;
}
#bluecircle {
animation: scaleB 1s;
    transform-origin: 20% 70%;
    animation-delay: 1s;
}
@-webkit-keyframes "scaleB" {
    from {
        opacity: 0;
        transform: scale(0);
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes scaleB {
from {
        opacity: 0;
        transform: scale(0);
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}
 .orangedot {
  color: #f17424;
}
#orangecircle {
animation: scaleO 1s;
    transform-origin: 60% 20%;
    animation-delay: 1s;
}
@-webkit-keyframes "scaleO" {
    from {
        opacity: 0;
        transform: scale(0);
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes scaleO {
from {
        opacity: 0;
        transform: scale(0);
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}
 .aquadot {
   color: #53a9cb;
}
#aquacircle {
animation: scaleA 1s;
    transform-origin: 70% 40%;
    animation-delay: .5s;
    opacity: 1;
}
.smallblue {
   background-color: #f2b835;
}
#smallbluecicle {
    animation: scaleA 1.2s;
    transform-origin: 0% 40%;
    animation-delay: 1s;
    opacity: 1;
}
@-webkit-keyframes "scaleA" {
    from {
        opacity: 0;
        transform: scale(0);
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes scaleA {
 from {
        opacity: 0;
        transform: scale(0);
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

 #logo:hover .purpledot {
   transform: translate(8px, 14px);
}
 #logo:hover .bluedot {
  transform: translate(7px, -17px);
}
 #logo:hover .orangedot {
   transform: translate(-20px, 16px);
}
 #logo:hover .aquadot {
   transform: translate(-20px, -10px);
}
#logo:hover .smallblue {
    transform: translate(25px, -7px);
        }