﻿#wpadminbar #wp-admin-bar-useful-stories > .ab-item:before {
    content: "";
    top: 3px;
}

#wpadminbar #wp-admin-bar-useful-xray > .ab-item:before {
    content: "";
    top: 3px;
}

#wpadminbar #wp-admin-bar-useful-xray.ux-admin-bar--active > .ab-item:before {
    content: "";
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

    .fa-ul > li {
        position: relative;
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center;
}

    .fa-li.fa-lg {
        left: -1.85714286em;
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    transform: scale(-1,1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    transform: scale(1,-1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

.fa-glass:before {
    content: "";
}

.fa-music:before {
    content: "";
}

.fa-search:before {
    content: "";
}

.fa-envelope-o:before {
    content: "";
}

.fa-heart:before {
    content: "";
}

.fa-star:before {
    content: "";
}

.fa-star-o:before {
    content: "";
}

.fa-user:before {
    content: "";
}

.fa-film:before {
    content: "";
}

.fa-th-large:before {
    content: "";
}

.fa-th:before {
    content: "";
}

.fa-th-list:before {
    content: "";
}

.fa-check:before {
    content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "";
}

.fa-search-plus:before {
    content: "";
}

.fa-search-minus:before {
    content: "";
}

.fa-power-off:before {
    content: "";
}

.fa-signal:before {
    content: "";
}

.fa-gear:before,
.fa-cog:before {
    content: "";
}

.fa-trash-o:before {
    content: "";
}

.fa-home:before {
    content: "";
}

.fa-file-o:before {
    content: "";
}

.fa-clock-o:before {
    content: "";
}

.fa-road:before {
    content: "";
}

.fa-download:before {
    content: "";
}

.fa-arrow-circle-o-down:before {
    content: "";
}

.fa-arrow-circle-o-up:before {
    content: "";
}

.fa-inbox:before {
    content: "";
}

.fa-play-circle-o:before {
    content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "";
}

.fa-refresh:before {
    content: "";
}

.fa-list-alt:before {
    content: "";
}

.fa-lock:before {
    content: "";
}

.fa-flag:before {
    content: "";
}

.fa-headphones:before {
    content: "";
}

.fa-volume-off:before {
    content: "";
}

.fa-volume-down:before {
    content: "";
}

.fa-volume-up:before {
    content: "";
}

.fa-qrcode:before {
    content: "";
}

.fa-barcode:before {
    content: "";
}

.fa-tag:before {
    content: "";
}

.fa-tags:before {
    content: "";
}

.fa-book:before {
    content: "";
}

.fa-bookmark:before {
    content: "";
}

.fa-print:before {
    content: "";
}

.fa-camera:before {
    content: "";
}

.fa-font:before {
    content: "";
}

.fa-bold:before {
    content: "";
}

.fa-italic:before {
    content: "";
}

.fa-text-height:before {
    content: "";
}

.fa-text-width:before {
    content: "";
}

.fa-align-left:before {
    content: "";
}

.fa-align-center:before {
    content: "";
}

.fa-align-right:before {
    content: "";
}

.fa-align-justify:before {
    content: "";
}

.fa-list:before {
    content: "";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "";
}

.fa-indent:before {
    content: "";
}

.fa-video-camera:before {
    content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "";
}

.fa-pencil:before {
    content: "";
}

.fa-map-marker:before {
    content: "";
}

.fa-adjust:before {
    content: "";
}

.fa-tint:before {
    content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "";
}

.fa-share-square-o:before {
    content: "";
}

.fa-check-square-o:before {
    content: "";
}

.fa-arrows:before {
    content: "";
}

.fa-step-backward:before {
    content: "";
}

.fa-fast-backward:before {
    content: "";
}

.fa-backward:before {
    content: "";
}

.fa-play:before {
    content: "";
}

.fa-pause:before {
    content: "";
}

.fa-stop:before {
    content: "";
}

.fa-forward:before {
    content: "";
}

.fa-fast-forward:before {
    content: "";
}

.fa-step-forward:before {
    content: "";
}

.fa-eject:before {
    content: "";
}

.fa-chevron-left:before {
    content: "";
}

.fa-chevron-right:before {
    content: "";
}

.fa-plus-circle:before {
    content: "";
}

.fa-minus-circle:before {
    content: "";
}

.fa-times-circle:before {
    content: "";
}

.fa-check-circle:before {
    content: "";
}

.fa-question-circle:before {
    content: "";
}

.fa-info-circle:before {
    content: "";
}

.fa-crosshairs:before {
    content: "";
}

.fa-times-circle-o:before {
    content: "";
}

.fa-check-circle-o:before {
    content: "";
}

.fa-ban:before {
    content: "";
}

.fa-arrow-left:before {
    content: "";
}

.fa-arrow-right:before {
    content: "";
}

.fa-arrow-up:before {
    content: "";
}

.fa-arrow-down:before {
    content: "";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "";
}

.fa-expand:before {
    content: "";
}

.fa-compress:before {
    content: "";
}

.fa-plus:before {
    content: "";
}

.fa-minus:before {
    content: "";
}

.fa-asterisk:before {
    content: "";
}

.fa-exclamation-circle:before {
    content: "";
}

.fa-gift:before {
    content: "";
}

.fa-leaf:before {
    content: "";
}

.fa-fire:before {
    content: "";
}

.fa-eye:before {
    content: "";
}

.fa-eye-slash:before {
    content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "";
}

.fa-plane:before {
    content: "";
}

.fa-calendar:before {
    content: "";
}

.fa-random:before {
    content: "";
}

.fa-comment:before {
    content: "";
}

.fa-magnet:before {
    content: "";
}

.fa-chevron-up:before {
    content: "";
}

.fa-chevron-down:before {
    content: "";
}

.fa-retweet:before {
    content: "";
}

.fa-shopping-cart:before {
    content: "";
}

.fa-folder:before {
    content: "";
}

.fa-folder-open:before {
    content: "";
}

.fa-arrows-v:before {
    content: "";
}

.fa-arrows-h:before {
    content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "";
}

.fa-twitter-square:before {
    content: "";
}

.fa-facebook-square:before {
    content: "";
}

.fa-camera-retro:before {
    content: "";
}

.fa-key:before {
    content: "";
}

.fa-gears:before,
.fa-cogs:before {
    content: "";
}

.fa-comments:before {
    content: "";
}

.fa-thumbs-o-up:before {
    content: "";
}

.fa-thumbs-o-down:before {
    content: "";
}

.fa-star-half:before {
    content: "";
}

.fa-heart-o:before {
    content: "";
}

.fa-sign-out:before {
    content: "";
}

.fa-linkedin-square:before {
    content: "";
}

.fa-thumb-tack:before {
    content: "";
}

.fa-external-link:before {
    content: "";
}

.fa-sign-in:before {
    content: "";
}

.fa-trophy:before {
    content: "";
}

.fa-github-square:before {
    content: "";
}

.fa-upload:before {
    content: "";
}

.fa-lemon-o:before {
    content: "";
}

.fa-phone:before {
    content: "";
}

.fa-square-o:before {
    content: "";
}

.fa-bookmark-o:before {
    content: "";
}

.fa-phone-square:before {
    content: "";
}

.fa-twitter:before {
    content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "";
}

.fa-github:before {
    content: "";
}

.fa-unlock:before {
    content: "";
}

.fa-credit-card:before {
    content: "";
}

.fa-feed:before,
.fa-rss:before {
    content: "";
}

.fa-hdd-o:before {
    content: "";
}

.fa-bullhorn:before {
    content: "";
}

.fa-bell:before {
    content: "";
}

.fa-certificate:before {
    content: "";
}

.fa-hand-o-right:before {
    content: "";
}

.fa-hand-o-left:before {
    content: "";
}

.fa-hand-o-up:before {
    content: "";
}

.fa-hand-o-down:before {
    content: "";
}

.fa-arrow-circle-left:before {
    content: "";
}

.fa-arrow-circle-right:before {
    content: "";
}

.fa-arrow-circle-up:before {
    content: "";
}

.fa-arrow-circle-down:before {
    content: "";
}

.fa-globe:before {
    content: "";
}

.fa-wrench:before {
    content: "";
}

.fa-tasks:before {
    content: "";
}

.fa-filter:before {
    content: "";
}

.fa-briefcase:before {
    content: "";
}

.fa-arrows-alt:before {
    content: "";
}

.fa-group:before,
.fa-users:before {
    content: "";
}

.fa-chain:before,
.fa-link:before {
    content: "";
}

.fa-cloud:before {
    content: "";
}

.fa-flask:before {
    content: "";
}

.fa-cut:before,
.fa-scissors:before {
    content: "";
}

.fa-copy:before,
.fa-files-o:before {
    content: "";
}

.fa-paperclip:before {
    content: "";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "";
}

.fa-square:before {
    content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "";
}

.fa-list-ul:before {
    content: "";
}

.fa-list-ol:before {
    content: "";
}

.fa-strikethrough:before {
    content: "";
}

.fa-underline:before {
    content: "";
}

.fa-table:before {
    content: "";
}

.fa-magic:before {
    content: "";
}

.fa-truck:before {
    content: "";
}

.fa-pinterest:before {
    content: "";
}

.fa-pinterest-square:before {
    content: "";
}

.fa-google-plus-square:before {
    content: "";
}

.fa-google-plus:before {
    content: "";
}

.fa-money:before {
    content: "";
}

.fa-caret-down:before {
    content: "";
}

.fa-caret-up:before {
    content: "";
}

.fa-caret-left:before {
    content: "";
}

.fa-caret-right:before {
    content: "";
}

.fa-columns:before {
    content: "";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "";
}

.fa-envelope:before {
    content: "";
}

.fa-linkedin:before {
    content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "";
}

.fa-legal:before,
.fa-gavel:before {
    content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "";
}

.fa-comment-o:before {
    content: "";
}

.fa-comments-o:before {
    content: "";
}

.fa-flash:before,
.fa-bolt:before {
    content: "";
}

.fa-sitemap:before {
    content: "";
}

.fa-umbrella:before {
    content: "";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "";
}

.fa-lightbulb-o:before {
    content: "";
}

.fa-exchange:before {
    content: "";
}

.fa-cloud-download:before {
    content: "";
}

.fa-cloud-upload:before {
    content: "";
}

.fa-user-md:before {
    content: "";
}

.fa-stethoscope:before {
    content: "";
}

.fa-suitcase:before {
    content: "";
}

.fa-bell-o:before {
    content: "";
}

.fa-coffee:before {
    content: "";
}

.fa-cutlery:before {
    content: "";
}

.fa-file-text-o:before {
    content: "";
}

.fa-building-o:before {
    content: "";
}

.fa-hospital-o:before {
    content: "";
}

.fa-ambulance:before {
    content: "";
}

.fa-medkit:before {
    content: "";
}

.fa-fighter-jet:before {
    content: "";
}

.fa-beer:before {
    content: "";
}

.fa-h-square:before {
    content: "";
}

.fa-plus-square:before {
    content: "";
}

.fa-angle-double-left:before {
    content: "";
}

.fa-angle-double-right:before {
    content: "";
}

.fa-angle-double-up:before {
    content: "";
}

.fa-angle-double-down:before {
    content: "";
}

.fa-angle-left:before {
    content: "";
}

.fa-angle-right:before {
    content: "";
}

.fa-angle-up:before {
    content: "";
}

.fa-angle-down:before {
    content: "";
}

.fa-desktop:before {
    content: "";
}

.fa-laptop:before {
    content: "";
}

.fa-tablet:before {
    content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "";
}

.fa-circle-o:before {
    content: "";
}

.fa-quote-left:before {
    content: "";
}

.fa-quote-right:before {
    content: "";
}

.fa-spinner:before {
    content: "";
}

.fa-circle:before {
    content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "";
}

.fa-github-alt:before {
    content: "";
}

.fa-folder-o:before {
    content: "";
}

.fa-folder-open-o:before {
    content: "";
}

.fa-smile-o:before {
    content: "";
}

.fa-frown-o:before {
    content: "";
}

.fa-meh-o:before {
    content: "";
}

.fa-gamepad:before {
    content: "";
}

.fa-keyboard-o:before {
    content: "";
}

.fa-flag-o:before {
    content: "";
}

.fa-flag-checkered:before {
    content: "";
}

.fa-terminal:before {
    content: "";
}

.fa-code:before {
    content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "";
}

.fa-location-arrow:before {
    content: "";
}

.fa-crop:before {
    content: "";
}

.fa-code-fork:before {
    content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "";
}

.fa-question:before {
    content: "";
}

.fa-info:before {
    content: "";
}

.fa-exclamation:before {
    content: "";
}

.fa-superscript:before {
    content: "";
}

.fa-subscript:before {
    content: "";
}

.fa-eraser:before {
    content: "";
}

.fa-puzzle-piece:before {
    content: "";
}

.fa-microphone:before {
    content: "";
}

.fa-microphone-slash:before {
    content: "";
}

.fa-shield:before {
    content: "";
}

.fa-calendar-o:before {
    content: "";
}

.fa-fire-extinguisher:before {
    content: "";
}

.fa-rocket:before {
    content: "";
}

.fa-maxcdn:before {
    content: "";
}

.fa-chevron-circle-left:before {
    content: "";
}

.fa-chevron-circle-right:before {
    content: "";
}

.fa-chevron-circle-up:before {
    content: "";
}

.fa-chevron-circle-down:before {
    content: "";
}

.fa-html5:before {
    content: "";
}

.fa-css3:before {
    content: "";
}

.fa-anchor:before {
    content: "";
}

.fa-unlock-alt:before {
    content: "";
}

.fa-bullseye:before {
    content: "";
}

.fa-ellipsis-h:before {
    content: "";
}

.fa-ellipsis-v:before {
    content: "";
}

.fa-rss-square:before {
    content: "";
}

.fa-play-circle:before {
    content: "";
}

.fa-ticket:before {
    content: "";
}

.fa-minus-square:before {
    content: "";
}

.fa-minus-square-o:before {
    content: "";
}

.fa-level-up:before {
    content: "";
}

.fa-level-down:before {
    content: "";
}

.fa-check-square:before {
    content: "";
}

.fa-pencil-square:before {
    content: "";
}

.fa-external-link-square:before {
    content: "";
}

.fa-share-square:before {
    content: "";
}

.fa-compass:before {
    content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "";
}

.fa-euro:before,
.fa-eur:before {
    content: "";
}

.fa-gbp:before {
    content: "";
}

.fa-dollar:before,
.fa-usd:before {
    content: "";
}

.fa-rupee:before,
.fa-inr:before {
    content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "";
}

.fa-won:before,
.fa-krw:before {
    content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "";
}

.fa-file:before {
    content: "";
}

.fa-file-text:before {
    content: "";
}

.fa-sort-alpha-asc:before {
    content: "";
}

.fa-sort-alpha-desc:before {
    content: "";
}

.fa-sort-amount-asc:before {
    content: "";
}

.fa-sort-amount-desc:before {
    content: "";
}

.fa-sort-numeric-asc:before {
    content: "";
}

.fa-sort-numeric-desc:before {
    content: "";
}

.fa-thumbs-up:before {
    content: "";
}

.fa-thumbs-down:before {
    content: "";
}

.fa-youtube-square:before {
    content: "";
}

.fa-youtube:before {
    content: "";
}

.fa-xing:before {
    content: "";
}

.fa-xing-square:before {
    content: "";
}

.fa-youtube-play:before {
    content: "";
}

.fa-dropbox:before {
    content: "";
}

.fa-stack-overflow:before {
    content: "";
}

.fa-instagram:before {
    content: "";
}

.fa-flickr:before {
    content: "";
}

.fa-adn:before {
    content: "";
}

.fa-bitbucket:before {
    content: "";
}

.fa-bitbucket-square:before {
    content: "";
}

.fa-tumblr:before {
    content: "";
}

.fa-tumblr-square:before {
    content: "";
}

.fa-long-arrow-down:before {
    content: "";
}

.fa-long-arrow-up:before {
    content: "";
}

.fa-long-arrow-left:before {
    content: "";
}

.fa-long-arrow-right:before {
    content: "";
}

.fa-apple:before {
    content: "";
}

.fa-windows:before {
    content: "";
}

.fa-android:before {
    content: "";
}

.fa-linux:before {
    content: "";
}

.fa-dribbble:before {
    content: "";
}

.fa-skype:before {
    content: "";
}

.fa-foursquare:before {
    content: "";
}

.fa-trello:before {
    content: "";
}

.fa-female:before {
    content: "";
}

.fa-male:before {
    content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "";
}

.fa-sun-o:before {
    content: "";
}

.fa-moon-o:before {
    content: "";
}

.fa-archive:before {
    content: "";
}

.fa-bug:before {
    content: "";
}

.fa-vk:before {
    content: "";
}

.fa-weibo:before {
    content: "";
}

.fa-renren:before {
    content: "";
}

.fa-pagelines:before {
    content: "";
}

.fa-stack-exchange:before {
    content: "";
}

.fa-arrow-circle-o-right:before {
    content: "";
}

.fa-arrow-circle-o-left:before {
    content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "";
}

.fa-dot-circle-o:before {
    content: "";
}

.fa-wheelchair:before {
    content: "";
}

.fa-vimeo-square:before {
    content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "";
}

.fa-plus-square-o:before {
    content: "";
}

.fa-space-shuttle:before {
    content: "";
}

.fa-slack:before {
    content: "";
}

.fa-envelope-square:before {
    content: "";
}

.fa-wordpress:before {
    content: "";
}

.fa-openid:before {
    content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "";
}

.fa-yahoo:before {
    content: "";
}

.fa-google:before {
    content: "";
}

.fa-reddit:before {
    content: "";
}

.fa-reddit-square:before {
    content: "";
}

.fa-stumbleupon-circle:before {
    content: "";
}

.fa-stumbleupon:before {
    content: "";
}

.fa-delicious:before {
    content: "";
}

.fa-digg:before {
    content: "";
}

.fa-pied-piper-pp:before {
    content: "";
}

.fa-pied-piper-alt:before {
    content: "";
}

.fa-drupal:before {
    content: "";
}

.fa-joomla:before {
    content: "";
}

.fa-language:before {
    content: "";
}

.fa-fax:before {
    content: "";
}

.fa-building:before {
    content: "";
}

.fa-child:before {
    content: "";
}

.fa-paw:before {
    content: "";
}

.fa-spoon:before {
    content: "";
}

.fa-cube:before {
    content: "";
}

.fa-cubes:before {
    content: "";
}

.fa-behance:before {
    content: "";
}

.fa-behance-square:before {
    content: "";
}

.fa-steam:before {
    content: "";
}

.fa-steam-square:before {
    content: "";
}

.fa-recycle:before {
    content: "";
}

.fa-automobile:before,
.fa-car:before {
    content: "";
}

.fa-cab:before,
.fa-taxi:before {
    content: "";
}

.fa-tree:before {
    content: "";
}

.fa-spotify:before {
    content: "";
}

.fa-deviantart:before {
    content: "";
}

.fa-soundcloud:before {
    content: "";
}

.fa-database:before {
    content: "";
}

.fa-file-pdf-o:before {
    content: "";
}

.fa-file-word-o:before {
    content: "";
}

.fa-file-excel-o:before {
    content: "";
}

.fa-file-powerpoint-o:before {
    content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "";
}

.fa-file-code-o:before {
    content: "";
}

.fa-vine:before {
    content: "";
}

.fa-codepen:before {
    content: "";
}

.fa-jsfiddle:before {
    content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "";
}

.fa-circle-o-notch:before {
    content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "";
}

.fa-ge:before,
.fa-empire:before {
    content: "";
}

.fa-git-square:before {
    content: "";
}

.fa-git:before {
    content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "";
}

.fa-tencent-weibo:before {
    content: "";
}

.fa-qq:before {
    content: "";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "";
}

.fa-history:before {
    content: "";
}

.fa-circle-thin:before {
    content: "";
}

.fa-header:before {
    content: "";
}

.fa-paragraph:before {
    content: "";
}

.fa-sliders:before {
    content: "";
}

.fa-share-alt:before {
    content: "";
}

.fa-share-alt-square:before {
    content: "";
}

.fa-bomb:before {
    content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "";
}

.fa-tty:before {
    content: "";
}

.fa-binoculars:before {
    content: "";
}

.fa-plug:before {
    content: "";
}

.fa-slideshare:before {
    content: "";
}

.fa-twitch:before {
    content: "";
}

.fa-yelp:before {
    content: "";
}

.fa-newspaper-o:before {
    content: "";
}

.fa-wifi:before {
    content: "";
}

.fa-calculator:before {
    content: "";
}

.fa-paypal:before {
    content: "";
}

.fa-google-wallet:before {
    content: "";
}

.fa-cc-visa:before {
    content: "";
}

.fa-cc-mastercard:before {
    content: "";
}

.fa-cc-discover:before {
    content: "";
}

.fa-cc-amex:before {
    content: "";
}

.fa-cc-paypal:before {
    content: "";
}

.fa-cc-stripe:before {
    content: "";
}

.fa-bell-slash:before {
    content: "";
}

.fa-bell-slash-o:before {
    content: "";
}

.fa-trash:before {
    content: "";
}

.fa-copyright:before {
    content: "";
}

.fa-at:before {
    content: "";
}

.fa-eyedropper:before {
    content: "";
}

.fa-paint-brush:before {
    content: "";
}

.fa-birthday-cake:before {
    content: "";
}

.fa-area-chart:before {
    content: "";
}

.fa-pie-chart:before {
    content: "";
}

.fa-line-chart:before {
    content: "";
}

.fa-lastfm:before {
    content: "";
}

.fa-lastfm-square:before {
    content: "";
}

.fa-toggle-off:before {
    content: "";
}

.fa-toggle-on:before {
    content: "";
}

.fa-bicycle:before {
    content: "";
}

.fa-bus:before {
    content: "";
}

.fa-ioxhost:before {
    content: "";
}

.fa-angellist:before {
    content: "";
}

.fa-cc:before {
    content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "";
}

.fa-meanpath:before {
    content: "";
}

.fa-buysellads:before {
    content: "";
}

.fa-connectdevelop:before {
    content: "";
}

.fa-dashcube:before {
    content: "";
}

.fa-forumbee:before {
    content: "";
}

.fa-leanpub:before {
    content: "";
}

.fa-sellsy:before {
    content: "";
}

.fa-shirtsinbulk:before {
    content: "";
}

.fa-simplybuilt:before {
    content: "";
}

.fa-skyatlas:before {
    content: "";
}

.fa-cart-plus:before {
    content: "";
}

.fa-cart-arrow-down:before {
    content: "";
}

.fa-diamond:before {
    content: "";
}

.fa-ship:before {
    content: "";
}

.fa-user-secret:before {
    content: "";
}

.fa-motorcycle:before {
    content: "";
}

.fa-street-view:before {
    content: "";
}

.fa-heartbeat:before {
    content: "";
}

.fa-venus:before {
    content: "";
}

.fa-mars:before {
    content: "";
}

.fa-mercury:before {
    content: "";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "";
}

.fa-transgender-alt:before {
    content: "";
}

.fa-venus-double:before {
    content: "";
}

.fa-mars-double:before {
    content: "";
}

.fa-venus-mars:before {
    content: "";
}

.fa-mars-stroke:before {
    content: "";
}

.fa-mars-stroke-v:before {
    content: "";
}

.fa-mars-stroke-h:before {
    content: "";
}

.fa-neuter:before {
    content: "";
}

.fa-genderless:before {
    content: "";
}

.fa-facebook-official:before {
    content: "";
}

.fa-pinterest-p:before {
    content: "";
}

.fa-whatsapp:before {
    content: "";
}

.fa-server:before {
    content: "";
}

.fa-user-plus:before {
    content: "";
}

.fa-user-times:before {
    content: "";
}

.fa-hotel:before,
.fa-bed:before {
    content: "";
}

.fa-viacoin:before {
    content: "";
}

.fa-train:before {
    content: "";
}

.fa-subway:before {
    content: "";
}

.fa-medium:before {
    content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "";
}

.fa-optin-monster:before {
    content: "";
}

.fa-opencart:before {
    content: "";
}

.fa-expeditedssl:before {
    content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "";
}

.fa-mouse-pointer:before {
    content: "";
}

.fa-i-cursor:before {
    content: "";
}

.fa-object-group:before {
    content: "";
}

.fa-object-ungroup:before {
    content: "";
}

.fa-sticky-note:before {
    content: "";
}

.fa-sticky-note-o:before {
    content: "";
}

.fa-cc-jcb:before {
    content: "";
}

.fa-cc-diners-club:before {
    content: "";
}

.fa-clone:before {
    content: "";
}

.fa-balance-scale:before {
    content: "";
}

.fa-hourglass-o:before {
    content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "";
}

.fa-hourglass:before {
    content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "";
}

.fa-hand-scissors-o:before {
    content: "";
}

.fa-hand-lizard-o:before {
    content: "";
}

.fa-hand-spock-o:before {
    content: "";
}

.fa-hand-pointer-o:before {
    content: "";
}

.fa-hand-peace-o:before {
    content: "";
}

.fa-trademark:before {
    content: "";
}

.fa-registered:before {
    content: "";
}

.fa-creative-commons:before {
    content: "";
}

.fa-gg:before {
    content: "";
}

.fa-gg-circle:before {
    content: "";
}

.fa-tripadvisor:before {
    content: "";
}

.fa-odnoklassniki:before {
    content: "";
}

.fa-odnoklassniki-square:before {
    content: "";
}

.fa-get-pocket:before {
    content: "";
}

.fa-wikipedia-w:before {
    content: "";
}

.fa-safari:before {
    content: "";
}

.fa-chrome:before {
    content: "";
}

.fa-firefox:before {
    content: "";
}

.fa-opera:before {
    content: "";
}

.fa-internet-explorer:before {
    content: "";
}

.fa-tv:before,
.fa-television:before {
    content: "";
}

.fa-contao:before {
    content: "";
}

.fa-500px:before {
    content: "";
}

.fa-amazon:before {
    content: "";
}

.fa-calendar-plus-o:before {
    content: "";
}

.fa-calendar-minus-o:before {
    content: "";
}

.fa-calendar-times-o:before {
    content: "";
}

.fa-calendar-check-o:before {
    content: "";
}

.fa-industry:before {
    content: "";
}

.fa-map-pin:before {
    content: "";
}

.fa-map-signs:before {
    content: "";
}

.fa-map-o:before {
    content: "";
}

.fa-map:before {
    content: "";
}

.fa-commenting:before {
    content: "";
}

.fa-commenting-o:before {
    content: "";
}

.fa-houzz:before {
    content: "";
}

.fa-vimeo:before {
    content: "";
}

.fa-black-tie:before {
    content: "";
}

.fa-fonticons:before {
    content: "";
}

.fa-reddit-alien:before {
    content: "";
}

.fa-edge:before {
    content: "";
}

.fa-credit-card-alt:before {
    content: "";
}

.fa-codiepie:before {
    content: "";
}

.fa-modx:before {
    content: "";
}

.fa-fort-awesome:before {
    content: "";
}

.fa-usb:before {
    content: "";
}

.fa-product-hunt:before {
    content: "";
}

.fa-mixcloud:before {
    content: "";
}

.fa-scribd:before {
    content: "";
}

.fa-pause-circle:before {
    content: "";
}

.fa-pause-circle-o:before {
    content: "";
}

.fa-stop-circle:before {
    content: "";
}

.fa-stop-circle-o:before {
    content: "";
}

.fa-shopping-bag:before {
    content: "";
}

.fa-shopping-basket:before {
    content: "";
}

.fa-hashtag:before {
    content: "";
}

.fa-bluetooth:before {
    content: "";
}

.fa-bluetooth-b:before {
    content: "";
}

.fa-percent:before {
    content: "";
}

.fa-gitlab:before {
    content: "";
}

.fa-wpbeginner:before {
    content: "";
}

.fa-wpforms:before {
    content: "";
}

.fa-envira:before {
    content: "";
}

.fa-universal-access:before {
    content: "";
}

.fa-wheelchair-alt:before {
    content: "";
}

.fa-question-circle-o:before {
    content: "";
}

.fa-blind:before {
    content: "";
}

.fa-audio-description:before {
    content: "";
}

.fa-volume-control-phone:before {
    content: "";
}

.fa-braille:before {
    content: "";
}

.fa-assistive-listening-systems:before {
    content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "";
}

.fa-glide:before {
    content: "";
}

.fa-glide-g:before {
    content: "";
}

.fa-signing:before,
.fa-sign-language:before {
    content: "";
}

.fa-low-vision:before {
    content: "";
}

.fa-viadeo:before {
    content: "";
}

.fa-viadeo-square:before {
    content: "";
}

.fa-snapchat:before {
    content: "";
}

.fa-snapchat-ghost:before {
    content: "";
}

.fa-snapchat-square:before {
    content: "";
}

.fa-pied-piper:before {
    content: "";
}

.fa-first-order:before {
    content: "";
}

.fa-yoast:before {
    content: "";
}

.fa-themeisle:before {
    content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "";
}

.fa-handshake-o:before {
    content: "";
}

.fa-envelope-open:before {
    content: "";
}

.fa-envelope-open-o:before {
    content: "";
}

.fa-linode:before {
    content: "";
}

.fa-address-book:before {
    content: "";
}

.fa-address-book-o:before {
    content: "";
}

.fa-vcard:before,
.fa-address-card:before {
    content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "";
}

.fa-user-circle:before {
    content: "";
}

.fa-user-circle-o:before {
    content: "";
}

.fa-user-o:before {
    content: "";
}

.fa-id-badge:before {
    content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "";
}

.fa-quora:before {
    content: "";
}

.fa-free-code-camp:before {
    content: "";
}

.fa-telegram:before {
    content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "";
}

.fa-shower:before {
    content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "";
}

.fa-podcast:before {
    content: "";
}

.fa-window-maximize:before {
    content: "";
}

.fa-window-minimize:before {
    content: "";
}

.fa-window-restore:before {
    content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "";
}

.fa-bandcamp:before {
    content: "";
}

.fa-grav:before {
    content: "";
}

.fa-etsy:before {
    content: "";
}

.fa-imdb:before {
    content: "";
}

.fa-ravelry:before {
    content: "";
}

.fa-eercast:before {
    content: "";
}

.fa-microchip:before {
    content: "";
}

.fa-snowflake-o:before {
    content: "";
}

.fa-superpowers:before {
    content: "";
}

.fa-wpexplorer:before {
    content: "";
}

.fa-meetup:before {
    content: "";
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

    nav ul {
        list-style: none;
    }

blockquote,
q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: "";
        content: none;
    }

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: transparent;
    color: inherit;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
    border: none;
}

a {
    text-decoration: none;
}

input:focus {
    outline: none;
}

input[type='submit'] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input {
    -webkit-appearance: none;
    border-radius: 0;
}

address {
    font-style: normal;
}

img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

a:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}

textarea {
    resize: none;
}

button:focus {
    outline: none;
}

main {
    display: block;
}

button {
    background: none;
    padding: 0;
    margin: 0;
    border: none;
    font: unset;
    cursor: pointer;
}

textarea {
    border-radius: 0;
    -webkit-appearance: none;
}

cite {
    font-style: normal;
}

:root {
    --color--white: #fff;
    --color--gray: #f2f2f2;
    --color--gray--light: #fafafa;
    --color--gray--dark: #737373;
    --color--red: #cb2026;
    --color--red--dark: #a10406;
    --color--blue: #131446;
    --color--blue--rgb: 19,20,70;
    --color--blue--light: #2b2c59;
    --color--gold: #d1a81e;
    --theme--primary-color: var(--color--red);
    --theme--primary-color--hover: var(--color--red--dark);
    --theme--secondary-color: var(--color--blue);
    --theme--secondary-color--rgb: var(--color--blue--rgb);
    --theme--secondary-color--hover: var(--color--blue--light);
    --state--focus-color: var(--theme--primary-color);
    --status--error-color: #bb332f;
}

body {
    --text--base-color: #4d4d4d;
    --text--heading-color: #333;
    --text--body-color: var(--text--base-color);
    --text--accent-color: var(--color--gray--dark);
    --text--error-color: var(--color--red);
    --text--inverted-color: var(--color--white);
    --bg--base-color: var(--color--white);
    --bg--accent-color: var(--color--gray--light);
    --bg--bold-color: var(--color--gray);
    --bg--card-color: var(--color--white);
    --bg--empty-color: transparent;
    --card-shadow: 0px 3px 20px rgba(0,0,0,.08);
    --card-shadow--hover: 0px 3px 14px 13px rgba(0,0,0,.08);
}

.u-sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    color: rgba(255,255,255,0) !important;
    pointer-events: none !important;
}

.u-skip-to-content {
    position: fixed !important;
    top: -100px;
    left: 30px;
    z-index: 10 !important;
}

    .u-skip-to-content:focus {
        top: 30px;
    }

.u-skip {
    transition: none !important;
    position: fixed !important;
    top: -50px;
    left: 30px;
    z-index: 10 !important;
}

    .u-skip:focus {
        top: 30px;
    }

[class*='u-container'] {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

:root {
    --container-width: 1200px;
    --container-padding: 80px;
}

@media screen and (max-width: 1024px) {
    :root {
        --container-padding: 60px;
    }
}

@media screen and (max-width: 950px) {
    :root {
        --container-padding: 40px;
    }
}

@media screen and (max-width: 390px) {
    :root {
        --container-padding: 20px;
    }
}

@media screen and (max-width: 320px) {
    :root {
        --container-padding: 10px;
    }
}

.u-container {
    max-width: 1360px;
    padding-left: 80px;
    padding-right: 80px;
    box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
    .u-container {
        max-width: 1320px;
        padding-left: 60px;
        padding-right: 60px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 950px) {
    .u-container {
        max-width: 1280px;
        padding-left: 40px;
        padding-right: 40px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 390px) {
    .u-container {
        max-width: 1240px;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 320px) {
    .u-container {
        max-width: 1220px;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }
}

.u-h1,
.m-wysiwyg h1,
.gform_body .gfield--type-html h1,
.p-leads-map .o-nvl-leads-map__heading {
    font-family: gotham-bold;
    font-size: 3.25em;
    line-height: 1.15385em;
    color: var(--theme--secondary-color);
}

@media screen and (max-width: 768px) {
    .u-h1,
    .m-wysiwyg h1,
    .gform_body .gfield--type-html h1,
    .p-leads-map .o-nvl-leads-map__heading {
        font-size: 2.75em;
        line-height: 1.18182em;
    }
}

.u-h2,
.m-heading-body-button-group--heading-large .m-heading-body-button-group__heading,
.m-wysiwyg h2,
.gform_body .gfield--type-html h2 {
    font-family: gotham-bold;
    font-size: 2.75em;
    line-height: 1.22727em;
    color: var(--theme--secondary-color);
}

@media screen and (max-width: 768px) {
    .u-h2,
    .m-heading-body-button-group--heading-large .m-heading-body-button-group__heading,
    .m-wysiwyg h2,
    .gform_body .gfield--type-html h2 {
        font-size: 2.25em;
        line-height: 1.22222em;
    }
}

.u-h3,
.m-heading-body-button-group__heading,
.m-wysiwyg h3,
.gform_body .gfield--type-html h3 {
    font-family: gotham-bold;
    font-size: 2.25em;
    line-height: 1.27778em;
    color: var(--theme--secondary-color);
}

@media screen and (max-width: 768px) {
    .u-h3,
    .m-heading-body-button-group__heading,
    .m-wysiwyg h3,
    .gform_body .gfield--type-html h3 {
        font-size: 1.75em;
        line-height: 1.28571em;
    }
}

.u-h4,
.m-heading-body-button-group--heading-small .m-heading-body-button-group__heading,
.m-wysiwyg h4,
.gform_body .gfield--type-html h4,
.gform_body .gsection_title {
    font-family: gotham-bold;
    font-size: 1.75em;
    line-height: 1.28571em;
    color: var(--text--heading-color);
}

@media screen and (max-width: 768px) {
    .u-h4,
    .m-heading-body-button-group--heading-small .m-heading-body-button-group__heading,
    .m-wysiwyg h4,
    .gform_body .gfield--type-html h4,
    .gform_body .gsection_title {
        font-size: 1.375em;
        line-height: 1.27273em;
    }
}

.u-h5,
.m-wysiwyg h5,
.gform_body .gfield--type-html h5 {
    font-family: gotham-bold;
    font-size: 1.375em;
    line-height: 1.27273em;
    color: var(--text--heading-color);
}

.u-h6,
.m-wysiwyg h6,
.gform_body .gfield--type-html h6 {
    font-family: gotham-bold;
    font-size: 1.25em;
    line-height: 1.4em;
    color: var(--text--heading-color);
    text-transform: uppercase;
}

:root {
    --theme-margin: 100px;
}

@media screen and (max-width: 768px) {
    :root {
        --theme-margin: 70px;
    }
}

@media screen and (max-width: 600px) {
    :root {
        --theme-margin: 60px;
    }
}

.a-agent-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 0;
}

.a-agent-list-item__content {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.a-agent-list-item__city {
    font-family: gotham-regular;
    font-size: 1em;
    line-height: 1.375em;
    color: var(--text--base-color);
}

.a-agent-list-item__heading {
    position: relative;
}

    .a-agent-list-item__heading::after {
        transition: all .25s ease-in-out;
        content: "";
        position: absolute;
        height: 2px;
        background-color: var(--theme--primary-color);
        width: 0;
        bottom: 0;
        left: 0;
    }

.a-agent-list-item__arrow {
    transition: all .25s ease-in-out;
    color: var(--theme--primary-color);
}

.a-agent-list-item:hover .a-agent-list-item__heading::after {
    width: 100%;
}

.a-agent-list-item:hover .a-agent-list-item__arrow {
    margin-right: -5px;
}

.keyboard-in-use .a-agent-list-item:focus {
    outline: 2px dashed var(--state--focus-color) !important;
    outline-offset: 5px;
    transition: none;
}

.a-arrow-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    color: var(--theme--primary-color);
}

.a-arrow-button__arrow {
    transition: all .15s ease-in-out;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .a-arrow-button__arrow svg {
        transition: all .15s ease-in-out;
    }

        .a-arrow-button__arrow svg line,
        .a-arrow-button__arrow svg path {
            transition: all .15s ease-in-out;
            stroke: currentColor;
        }

.a-arrow-button--left .a-arrow-button__arrow {
    transform: rotate(180deg);
}

.a-arrow-button--up .a-arrow-button__arrow {
    transform: rotate(-90deg);
}

.a-arrow-button--down .a-arrow-button__arrow {
    transform: rotate(90deg);
}

@media (hover: hover) {
    .a-arrow-button:hover .a-arrow-button__arrow svg {
        width: 60px;
    }

        .a-arrow-button:hover .a-arrow-button__arrow svg line {
            scale: 2 1;
        }

        .a-arrow-button:hover .a-arrow-button__arrow svg path {
            translate: 17px 0px;
        }
}

.a-arrow-button--has-badge {
    height: 53px;
}

    .a-arrow-button--has-badge::before {
        content: "";
        background-image: url("https://cdn-eblegdb.nitrocdn.com/VHmNeCEJJoKWfmvXkhEaOeHIrciUMhDg/assets/images/optimized/rev-8cc3cd1/www.nationalvanlines.com/wp-content/themes/useful-group/assets/images/badge.svg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

.a-arrow-button--white-badge::before {
    background-image: url("https://cdn-eblegdb.nitrocdn.com/VHmNeCEJJoKWfmvXkhEaOeHIrciUMhDg/assets/images/optimized/rev-8cc3cd1/www.nationalvanlines.com/wp-content/themes/useful-group/assets/images/badge-white.svg");
}

.a-arrow-button--light-badge::before {
    background-image: url("https://cdn-eblegdb.nitrocdn.com/VHmNeCEJJoKWfmvXkhEaOeHIrciUMhDg/assets/images/optimized/rev-8cc3cd1/www.nationalvanlines.com/wp-content/themes/useful-group/assets/images/badge-light.svg");
}

.a-arrow-button--blue-badge {
    color: var(--text--inverted-color);
}

    .a-arrow-button--blue-badge::before {
        background-image: url("https://cdn-eblegdb.nitrocdn.com/VHmNeCEJJoKWfmvXkhEaOeHIrciUMhDg/assets/images/optimized/rev-8cc3cd1/www.nationalvanlines.com/wp-content/themes/useful-group/assets/images/badge-blue.svg");
    }

.a-arrow-button--has-circle {
    background-color: var(--theme--primary-color);
    border-radius: 50%;
}

    .a-arrow-button--has-circle .a-arrow-button__arrow svg {
        color: var(--text--inverted-color);
    }

    .a-arrow-button--has-circle:hover .a-arrow-button__arrow svg {
        width: 32px;
    }

        .a-arrow-button--has-circle:hover .a-arrow-button__arrow svg line {
            scale: 1.2 1;
        }

        .a-arrow-button--has-circle:hover .a-arrow-button__arrow svg path {
            translate: 4px 0px;
        }

.keyboard-in-use .a-arrow-button:focus {
    outline: 2px dashed var(--state--focus-color) !important;
    outline-offset: 5px;
    transition: none;
}

.a-arrow-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}

.a-arrow-link__arrow {
    transition: all .25s ease-in-out;
    color: var(--theme--primary-color);
}

.a-arrow-link__text {
    font-family: gotham-bold;
    font-size: 1.375em;
    line-height: 1.27273em;
    color: var(--theme--secondary-color);
    position: relative;
}

    .a-arrow-link__text::after {
        transition: all .25s ease-in-out;
        content: "";
        position: absolute;
        height: 2px;
        background-color: var(--theme--primary-color);
        width: 0;
        bottom: 0;
        left: 0;
    }

.a-arrow-link:hover .a-arrow-link__text::after {
    width: 100%;
}

.a-arrow-link:hover .a-arrow-link__arrow {
    padding-left: 5px;
}

.a-arrow-link--inverted .a-arrow-link__text {
    color: var(--text--inverted-color);
}

.a-arrow-link--small .a-arrow-link__text {
    font-size: 1.125em;
    line-height: 1.11111em;
}

.keyboard-in-use .a-arrow-link:focus {
    outline: 2px dashed var(--state--focus-color) !important;
    outline-offset: 5px;
    transition: none;
}

.a-bar {
    display: flex;
    align-items: center;
    gap: 10px;
}

.a-bar__label,
.a-bar__percentage {
    font-family: gotham-regular;
    font-size: 1em;
    line-height: 1.125em;
    color: var(--text--base-color);
}

.a-bar__label {
    flex: 0 0 5ch;
    word-wrap: break-word;
}

.a-bar__percentage {
    flex: 0 0 4ch;
    text-align: right;
}

.a-bar__bar {
    flex: 1;
    height: 24px;
    background-color: var(--bg--bold-color);
    border-radius: 5px;
    position: relative;
}

.a-bar__bar__bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: var(--theme--primary-color);
    border-radius: 5px;
}

.a-bar--light .a-bar__label,
.a-bar--light .a-bar__percentage {
    color: var(--text--inverted-color);
}

.a-bar--light .a-bar__bar {
    background-color: var(--color--blue--light);
}

.a-button,
.gform_body .gfield .add_list_item,
.gform_body .gfield .delete_list_item,
.gform_body .gfield_checkbox button[data-checked],
.gform_body .ginput_container_fileupload .gform_button_select_files,
.gform_body .ginput_container_consent button[data-checked],
.gform_footer button,
.gform_footer input[type='button'],
.gform_next_button,
.gform_previous_button,
#nvl_movement_tracker button {
    transition: all .15s ease-in-out;
    font-family: gotham-bold;
    font-size: 1em;
    line-height: 1.875em;
    letter-spacing: .03em;
    position: relative;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 28px;
    box-sizing: border-box;
    border-radius: 4px;
    color: var(--text--inverted-color);
    background-color: var(--theme--primary-color);
}

    .a-button > span::before,
    .gform_body .gfield .add_list_item > span::before,
    .gform_body .gfield .delete_list_item > span::before,
    .gform_body .gfield_checkbox button[data-checked] > span::before,
    .gform_body .ginput_container_fileupload .gform_button_select_files > span::before,
    .gform_body .ginput_container_consent button[data-checked] > span::before,
    .gform_footer button > span::before,
    .gform_footer input[type='button'] > span::before,
    .gform_next_button > span::before,
    .gform_previous_button > span::before,
    #nvl_movement_tracker button > span::before,
    .a-button > span::after,
    .gform_body .gfield .add_list_item > span::after,
    .gform_body .gfield .delete_list_item > span::after,
    .gform_body .gfield_checkbox button[data-checked] > span::after,
    .gform_body .ginput_container_fileupload .gform_button_select_files > span::after,
    .gform_body .ginput_container_consent button[data-checked] > span::after,
    .gform_footer button > span::after,
    .gform_footer input[type='button'] > span::after,
    .gform_next_button > span::after,
    .gform_previous_button > span::after,
    #nvl_movement_tracker button > span::after,
    .a-button > a::before,
    .gform_body .gfield .add_list_item > a::before,
    .gform_body .gfield .delete_list_item > a::before,
    .gform_body .gfield_checkbox button[data-checked] > a::before,
    .gform_body .ginput_container_fileupload .gform_button_select_files > a::before,
    .gform_body .ginput_container_consent button[data-checked] > a::before,
    .gform_footer button > a::before,
    .gform_footer input[type='button'] > a::before,
    .gform_next_button > a::before,
    .gform_previous_button > a::before,
    #nvl_movement_tracker button > a::before,
    .a-button > a::after,
    .gform_body .gfield .add_list_item > a::after,
    .gform_body .gfield .delete_list_item > a::after,
    .gform_body .gfield_checkbox button[data-checked] > a::after,
    .gform_body .ginput_container_fileupload .gform_button_select_files > a::after,
    .gform_body .ginput_container_consent button[data-checked] > a::after,
    .gform_footer button > a::after,
    .gform_footer input[type='button'] > a::after,
    .gform_next_button > a::after,
    .gform_previous_button > a::after,
    #nvl_movement_tracker button > a::after {
        transition: all .25s ease-in-out;
        content: "";
        position: absolute;
        width: calc(100% - 10px);
        width: 0;
        height: 2px;
        background-color: var(--theme--primary-color);
    }

    .a-button > span::before,
    .gform_body .gfield .add_list_item > span::before,
    .gform_body .gfield .delete_list_item > span::before,
    .gform_body .gfield_checkbox button[data-checked] > span::before,
    .gform_body .ginput_container_fileupload .gform_button_select_files > span::before,
    .gform_body .ginput_container_consent button[data-checked] > span::before,
    .gform_footer button > span::before,
    .gform_footer input[type='button'] > span::before,
    .gform_next_button > span::before,
    .gform_previous_button > span::before,
    #nvl_movement_tracker button > span::before,
    .a-button > a::before,
    .gform_body .gfield .add_list_item > a::before,
    .gform_body .gfield .delete_list_item > a::before,
    .gform_body .gfield_checkbox button[data-checked] > a::before,
    .gform_body .ginput_container_fileupload .gform_button_select_files > a::before,
    .gform_body .ginput_container_consent button[data-checked] > a::before,
    .gform_footer button > a::before,
    .gform_footer input[type='button'] > a::before,
    .gform_next_button > a::before,
    .gform_previous_button > a::before,
    #nvl_movement_tracker button > a::before {
        top: 8px;
        left: 5px;
    }

    .a-button > span::after,
    .gform_body .gfield .add_list_item > span::after,
    .gform_body .gfield .delete_list_item > span::after,
    .gform_body .gfield_checkbox button[data-checked] > span::after,
    .gform_body .ginput_container_fileupload .gform_button_select_files > span::after,
    .gform_body .ginput_container_consent button[data-checked] > span::after,
    .gform_footer button > span::after,
    .gform_footer input[type='button'] > span::after,
    .gform_next_button > span::after,
    .gform_previous_button > span::after,
    #nvl_movement_tracker button > span::after,
    .a-button > a::after,
    .gform_body .gfield .add_list_item > a::after,
    .gform_body .gfield .delete_list_item > a::after,
    .gform_body .gfield_checkbox button[data-checked] > a::after,
    .gform_body .ginput_container_fileupload .gform_button_select_files > a::after,
    .gform_body .ginput_container_consent button[data-checked] > a::after,
    .gform_footer button > a::after,
    .gform_footer input[type='button'] > a::after,
    .gform_next_button > a::after,
    .gform_previous_button > a::after,
    #nvl_movement_tracker button > a::after {
        bottom: 8px;
        right: 5px;
    }

    .a-button img,
    .gform_body .gfield .add_list_item img,
    .gform_body .gfield .delete_list_item img,
    .gform_body .gfield_checkbox button[data-checked] img,
    .gform_body .ginput_container_fileupload .gform_button_select_files img,
    .gform_body .ginput_container_consent button[data-checked] img,
    .gform_footer button img,
    .gform_footer input[type='button'] img,
    .gform_next_button img,
    .gform_previous_button img,
    #nvl_movement_tracker button img {
        vertical-align: middle;
    }

@media (hover: hover) {
    .a-button:hover,
    .gform_body .gfield .add_list_item:hover,
    .gform_body .gfield .delete_list_item:hover,
    .gform_body .gfield_checkbox button:hover[data-checked],
    .gform_body .ginput_container_fileupload .gform_button_select_files:hover,
    .gform_body .ginput_container_consent button:hover[data-checked],
    .gform_footer button:hover,
    .gform_footer input:hover[type='button'],
    .gform_next_button:hover,
    .gform_previous_button:hover,
    #nvl_movement_tracker button:hover {
        background-color: var(--theme--primary-color--hover);
    }

        .a-button:hover > span::before,
        .gform_body .gfield .add_list_item:hover > span::before,
        .gform_body .gfield .delete_list_item:hover > span::before,
        .gform_body .gfield_checkbox button:hover[data-checked] > span::before,
        .gform_body .ginput_container_fileupload .gform_button_select_files:hover > span::before,
        .gform_body .ginput_container_consent button:hover[data-checked] > span::before,
        .gform_footer button:hover > span::before,
        .gform_footer input:hover[type='button'] > span::before,
        .gform_next_button:hover > span::before,
        .gform_previous_button:hover > span::before,
        #nvl_movement_tracker button:hover > span::before,
        .a-button:hover > span::after,
        .gform_body .gfield .add_list_item:hover > span::after,
        .gform_body .gfield .delete_list_item:hover > span::after,
        .gform_body .gfield_checkbox button:hover[data-checked] > span::after,
        .gform_body .ginput_container_fileupload .gform_button_select_files:hover > span::after,
        .gform_body .ginput_container_consent button:hover[data-checked] > span::after,
        .gform_footer button:hover > span::after,
        .gform_footer input:hover[type='button'] > span::after,
        .gform_next_button:hover > span::after,
        .gform_previous_button:hover > span::after,
        #nvl_movement_tracker button:hover > span::after,
        .a-button:hover > a::before,
        .gform_body .gfield .add_list_item:hover > a::before,
        .gform_body .gfield .delete_list_item:hover > a::before,
        .gform_body .gfield_checkbox button:hover[data-checked] > a::before,
        .gform_body .ginput_container_fileupload .gform_button_select_files:hover > a::before,
        .gform_body .ginput_container_consent button:hover[data-checked] > a::before,
        .gform_footer button:hover > a::before,
        .gform_footer input:hover[type='button'] > a::before,
        .gform_next_button:hover > a::before,
        .gform_previous_button:hover > a::before,
        #nvl_movement_tracker button:hover > a::before,
        .a-button:hover > a::after,
        .gform_body .gfield .add_list_item:hover > a::after,
        .gform_body .gfield .delete_list_item:hover > a::after,
        .gform_body .gfield_checkbox button:hover[data-checked] > a::after,
        .gform_body .ginput_container_fileupload .gform_button_select_files:hover > a::after,
        .gform_body .ginput_container_consent button:hover[data-checked] > a::after,
        .gform_footer button:hover > a::after,
        .gform_footer input:hover[type='button'] > a::after,
        .gform_next_button:hover > a::after,
        .gform_previous_button:hover > a::after,
        #nvl_movement_tracker button:hover > a::after {
            width: calc(100% - 10px);
        }
}

.a-button--icon-only {
    padding: 10px 20px;
}

.a-button--inverted,
.gform_body .gfield .add_list_item,
.gform_body .gfield .delete_list_item,
.gform_body .gfield_checkbox button[data-checked],
.gform_body .ginput_container_consent button[data-checked],
.gform_footer button + button,
.gform_footer input[type='button'] + button {
    color: var(--theme--primary-color);
    background-color: transparent;
}

@media (hover: hover) {
    .a-button--inverted:hover,
    .gform_body .gfield .add_list_item:hover,
    .gform_body .gfield .delete_list_item:hover,
    .gform_body .gfield_checkbox button:hover[data-checked],
    .gform_body .ginput_container_consent button:hover[data-checked],
    .gform_footer button + button:hover,
    .gform_footer input[type='button'] + button:hover {
        color: var(--theme--primary-color--hover);
        background-color: var(--bg--accent-color);
    }
}

.a-button--clear,
.a-button--clear-inverted {
    background-color: transparent;
    color: var(--text--base-color);
}

    .a-button--clear::before,
    .a-button--clear-inverted::before {
        content: "";
        background-image: url("https://cdn-eblegdb.nitrocdn.com/VHmNeCEJJoKWfmvXkhEaOeHIrciUMhDg/assets/images/optimized/rev-8cc3cd1/www.nationalvanlines.com/wp-content/themes/useful-group/assets/images/badge.svg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        width: 36px;
        height: 43px;
        top: 50%;
        left: 14px;
        transform: translateY(-50%);
    }

    .a-button--clear > span,
    .a-button--clear > a,
    .a-button--clear-inverted > span,
    .a-button--clear-inverted > a {
        position: relative;
    }

        .a-button--clear > span::before,
        .a-button--clear > a::before,
        .a-button--clear-inverted > span::before,
        .a-button--clear-inverted > a::before {
            left: 0;
        }

        .a-button--clear > span::after,
        .a-button--clear > a::after,
        .a-button--clear-inverted > span::after,
        .a-button--clear-inverted > a::after {
            right: 0;
        }

        .a-button--clear > span::before,
        .a-button--clear > a::before,
        .a-button--clear-inverted > span::before,
        .a-button--clear-inverted > a::before {
            top: -8px;
        }

        .a-button--clear > span::after,
        .a-button--clear > a::after,
        .a-button--clear-inverted > span::after,
        .a-button--clear-inverted > a::after {
            bottom: -8px;
        }

@media (hover: hover) {
    .a-button--clear:hover,
    .a-button--clear-inverted:hover {
        background-color: transparent;
        color: var(--theme--secondary-color);
    }

        .a-button--clear:hover > span::before,
        .a-button--clear:hover > span::after,
        .a-button--clear:hover > a::before,
        .a-button--clear:hover > a::after,
        .a-button--clear-inverted:hover > span::before,
        .a-button--clear-inverted:hover > span::after,
        .a-button--clear-inverted:hover > a::before,
        .a-button--clear-inverted:hover > a::after {
            width: 100%;
        }
}

.a-button--clear-inverted {
    background-color: transparent;
    color: var(--text--inverted-color);
}

    .a-button--clear-inverted:hover {
        background-color: transparent;
        color: var(--text--inverted-color);
    }

.a-button--badge-light::before {
    background-image: url("https://cdn-eblegdb.nitrocdn.com/VHmNeCEJJoKWfmvXkhEaOeHIrciUMhDg/assets/images/optimized/rev-8cc3cd1/www.nationalvanlines.com/wp-content/themes/useful-group/assets/images/badge-light.svg");
}

.a-button--badge-white::before,
.m-agents-group__header:has(.m-agents-group__toggle:hover) .m-agents-group__button::before {
    background-image: url("https://cdn-eblegdb.nitrocdn.com/VHmNeCEJJoKWfmvXkhEaOeHIrciUMhDg/assets/images/optimized/rev-8cc3cd1/www.nationalvanlines.com/wp-content/themes/useful-group/assets/images/badge-white.svg");
}

.a-button--badge-blue::before {
    background-image: url("https://cdn-eblegdb.nitrocdn.com/VHmNeCEJJoKWfmvXkhEaOeHIrciUMhDg/assets/images/optimized/rev-8cc3cd1/www.nationalvanlines.com/wp-content/themes/useful-group/assets/images/badge-blue.svg");
}

.a-button--badge-hidden::before {
    display: none;
}

.keyboard-in-use .a-button:focus,
.keyboard-in-use .gform_body .gfield .add_list_item:focus,
.gform_body .gfield .keyboard-in-use .add_list_item:focus,
.keyboard-in-use .gform_body .gfield .delete_list_item:focus,
.gform_body .gfield .keyboard-in-use .delete_list_item:focus,
.keyboard-in-use .gform_body .gfield_checkbox button:focus[data-checked],
.gform_body .gfield_checkbox .keyboard-in-use button:focus[data-checked],
.keyboard-in-use .gform_body .ginput_container_fileupload .gform_button_select_files:focus,
.gform_body .ginput_container_fileupload .keyboard-in-use .gform_button_select_files:focus,
.keyboard-in-use .gform_body .ginput_container_consent button:focus[data-checked],
.gform_body .ginput_container_consent .keyboard-in-use button:focus[data-checked],
.keyboard-in-use .gform_footer button:focus,
.gform_footer .keyboard-in-use button:focus,
.keyboard-in-use .gform_footer input:focus[type='button'],
.gform_footer .keyboard-in-use input:focus[type='button'],
.keyboard-in-use .gform_next_button:focus,
.keyboard-in-use .gform_previous_button:focus,
.keyboard-in-use #nvl_movement_tracker button:focus,
#nvl_movement_tracker .keyboard-in-use button:focus {
    outline: 2px dashed var(--state--focus-color) !important;
    outline-offset: 5px;
    transition: none;
}

.a-card-link {
    transition: all .15s ease-in-out;
    width: -moz-fit-content;
    width: fit-content;
    box-sizing: border-box;
    padding: 28px 38px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    position: relative;
    background-color: var(--bg--card-color);
    box-shadow: var(--card-shadow);
}

.a-card-link__label {
    font-family: gotham-bold;
    font-size: 1.375em;
    line-height: 1.27273em;
    color: var(--text--heading-color);
    text-align: center;
    position: relative;
}

    .a-card-link__label::after {
        transition: all .25s ease-in-out;
        content: "";
        position: absolute;
        height: 2px;
        background-color: var(--theme--primary-color);
        width: 0;
        bottom: 0;
        left: 0;
    }

.a-card-link__subtitle {
    font-family: gotham-book;
    font-size: 1.125em;
    line-height: 1.44444em;
    color: var(--text--base-color);
    text-align: center;
}

.a-card-link__arrow {
    transition: all .25s ease-in-out;
    color: var(--theme--primary-color);
    position: absolute;
    right: -28px;
    top: 50%;
    transform: translateY(-50%);
}

    .a-card-link__arrow svg {
        width: 14px;
        height: 14px;
    }

.a-card-link--url {
    padding-right: 52px;
}

    .a-card-link--url:hover .a-card-link__label::after {
        width: 100%;
    }

    .a-card-link--url:hover .a-card-link__arrow {
        transform: translateY(-50%) translateX(5px);
    }

.a-card-link--flat {
    background-color: var(--bg--bold-color);
    box-shadow: none;
}

.keyboard-in-use .a-card-link:focus {
    outline: 2px dashed var(--state--focus-color) !important;
    outline-offset: 5px;
    transition: none;
}

.a-checklist-item {
    font-family: gotham-bold;
    font-size: 1.375em;
    line-height: 1.27273em;
    color: var(--text--heading-color);
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

    .a-checklist-item svg {
        flex: 0 0 20px;
        margin-top: 5px;
    }

.a-checklist-item--inverted {
    color: var(--text--inverted-color);
}

.a-checklist-item--small {
    font-family: gotham-book;
    font-size: 1.125em;
    line-height: 1.44444em;
    color: var(--text--base-color);
}

.a-close-button {
    position: relative;
    width: 25px;
    height: 25px;
}

.a-close-button__line {
    transition: all .15s ease-in-out;
    position: absolute;
    top: 12px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--theme--secondary-color);
}

    .a-close-button__line:first-child {
        transform: rotate(-45deg);
    }

    .a-close-button__line:last-child {
        transform: rotate(45deg);
    }

.keyboard-in-use .a-close-button:focus {
    outline: 2px dashed var(--state--focus-color) !important;
    outline-offset: 5px;
    transition: none;
}

.a-close-button:hover .a-close-button__line {
    background-color: var(--theme--primary-color);
}

.a-dropdown {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("https://cdn-eblegdb.nitrocdn.com/VHmNeCEJJoKWfmvXkhEaOeHIrciUMhDg/assets/images/optimized/rev-8cc3cd1/www.nationalvanlines.com/wp-content/themes/useful-group/assets/images/icons/chevron.svg") no-repeat 97% var(--color--white);
}

.a-dropdown--clean {
    color: var(--text--accent-color) !important;
}

.a-hamburger {
    display: none;
    position: relative;
    width: 25px;
    height: 20px;
}

    .a-hamburger:before {
        content: "";
        position: absolute;
        left: -50%;
        right: -50%;
        top: 0;
        bottom: 0;
        width: 120%;
        height: 135%;
        margin: auto;
        border: 2px solid var(--theme--primary-color);
        opacity: 0;
    }

.a-hamburger__line {
    transition: all .15s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--text-color);
    border-radius: 3px;
}

.a-dropdown.nitro-lazy {
    background-image: none !important;
}

.a-hamburger__line:nth-child(2) {
    top: 8.5px;
}

.a-hamburger__line:last-child {
    top: 18px;
    left: unset;
    right: 0;
}

.a-hamburger[aria-expanded='true']:before {
    opacity: 1;
}

.a-hamburger[aria-expanded='true'] .a-hamburger__line:nth-child(2) {
    transform: scale(0);
}

.a-hamburger[aria-expanded='true'] .a-hamburger__line:first-child {
    transform: rotate(45deg);
    top: 8.5px;
}

.a-hamburger[aria-expanded='true'] .a-hamburger__line:last-child {
    transform: rotate(-45deg);
    top: 8.5px;
}

.a-hamburger[aria-expanded='true']:hover .a-hamburger__line:first-child,
.a-hamburger[aria-expanded='true']:hover .a-hamburger__line:last-child {
    width: 100%;
}

@media screen and (max-width: 950px) {
    .a-hamburger {
        display: block;
    }
}

.a-info-list-item {
    font-family: gotham-regular;
    font-size: 1em;
    line-height: 1.375em;
    color: var(--text--base-color);
    position: relative;
    padding-left: 30px;
    display: inline-block;
}

.a-info-list-item__icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
}

    .a-info-list-item__icon svg {
        width: 100%;
        height: 100%;
    }

.a-info-list-item__link.a-link,
.m-timeline-cta-entry__card .m-heading-body-button-group__body a.a-info-list-item__link {
    font-family: gotham-regular;
    font-size: 1em;
    line-height: 1.375em;
    color: var(--text--base-color);
}

.a-info-list-item--inverted {
    color: var(--text--inverted-color);
}

    .a-info-list-item--inverted .a-info-list-item__link.a-link,
    .a-info-list-item--inverted .m-timeline-cta-entry__card .m-heading-body-button-group__body a.a-info-list-item__link,
    .m-timeline-cta-entry__card .m-heading-body-button-group__body .a-info-list-item--inverted a.a-info-list-item__link {
        color: var(--text--inverted-color);
    }

.a-info-list-item--large {
    font-family: gotham-bold;
    font-size: 1.375em;
    line-height: 1.27273em;
    padding-left: 42px;
}

.a-info-list-item--large__icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
}

.a-info-list-item--large .a-info-list-item__link.a-link,
.a-info-list-item--large .m-timeline-cta-entry__card .m-heading-body-button-group__body a.a-info-list-item__link,
.m-timeline-cta-entry__card .m-heading-body-button-group__body .a-info-list-item--large a.a-info-list-item__link {
    font-family: gotham-bold;
}

.a-input,
.a-dropdown,
.gform_body .gfield input[type='text'],
.gform_body .gfield input[type='email'],
.gform_body .gfield input[type='tel'],
.gform_body .gfield input[type='number'],
.gform_body .gfield input[type='url'],
.gform_body .gfield input[type='password'],
.gform_body .gfield select,
#nvl_movement_tracker input {
    font-family: gotham-regular;
    font-size: 1em;
    line-height: 1.875em;
    width: 100%;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
    color: var(--text--base-color);
    border: 4px solid var(--color--gray);
    border-radius: 4px;
    box-sizing: border-box;
}

    .a-input::-moz-placeholder,
    .a-dropdown::-moz-placeholder,
    .gform_body .gfield input[type='text']::-moz-placeholder,
    .gform_body .gfield input[type='email']::-moz-placeholder,
    .gform_body .gfield input[type='tel']::-moz-placeholder,
    .gform_body .gfield input[type='number']::-moz-placeholder,
    .gform_body .gfield input[type='url']::-moz-placeholder,
    .gform_body .gfield input[type='password']::-moz-placeholder,
    .gform_body .gfield select::-moz-placeholder,
    #nvl_movement_tracker input::-moz-placeholder {
        color: var(--text--accent-color);
    }

    .a-input::placeholder,
    .a-dropdown::placeholder,
    .gform_body .gfield input[type='text']::placeholder,
    .gform_body .gfield input[type='email']::placeholder,
    .gform_body .gfield input[type='tel']::placeholder,
    .gform_body .gfield input[type='number']::placeholder,
    .gform_body .gfield input[type='url']::placeholder,
    .gform_body .gfield input[type='password']::placeholder,
    .gform_body .gfield select::placeholder,
    #nvl_movement_tracker input::placeholder {
        color: var(--text--accent-color);
    }

.a-label,
.m-field__label,
.gform_body .gfield label,
.gform_body .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_left legend {
    font-family: gotham-regular;
    font-size: 1em;
    line-height: 1.875em;
    color: var(--text--accent-color);
}

.a-link,
.m-timeline-cta-entry__card .m-heading-body-button-group__body a {
    transition: all .15s ease-in-out;
    font-family: gotham-regular;
    font-size: .875em;
    line-height: 1.57143em;
    position: relative;
    display: inline-block;
    color: var(--text--accent-color);
    cursor: pointer;
}

    .a-link::after,
    .m-timeline-cta-entry__card .m-heading-body-button-group__body a::after {
        transition: all .15s ease-in-out;
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: var(--theme--primary-color);
        transform: scaleX(0);
        transform-origin: left;
    }

@media (hover: hover) {
    .a-link:hover,
    .m-timeline-cta-entry__card .m-heading-body-button-group__body a:hover {
        color: var(--theme--secondary-color);
    }

        .a-link:hover::after,
        .m-timeline-cta-entry__card .m-heading-body-button-group__body a:hover::after {
            transform: scaleX(1);
        }
}

.a-link--inverted,
.m-timeline-cta-entry__card .m-heading-body-button-group__body a {
    color: var(--text--inverted-color);
}

@media (hover: hover) {
    .a-link--inverted:hover,
    .m-timeline-cta-entry__card .m-heading-body-button-group__body a:hover {
        color: var(--color--gray--light);
    }
}

.a-link--large {
    font-size: 1em;
    line-height: 1.625em;
}

.keyboard-in-use .a-link:focus,
.keyboard-in-use .m-timeline-cta-entry__card .m-heading-body-button-group__body a:focus,
.m-timeline-cta-entry__card .m-heading-body-button-group__body .keyboard-in-use a:focus {
    outline: 2px dashed var(--state--focus-color) !important;
    outline-offset: 5px;
    transition: none;
}

.a-play-button {
    transition: all .15s ease-in-out;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 84px;
    padding-left: 4px;
    height: 84px;
    border-radius: 50%;
    box-sizing: border-box;
    background-color: var(--theme--primary-color);
    color: var(--color--white);
}

.a-play-button__arrow svg {
    display: block;
    width: 32px;
}

    .a-play-button__arrow svg path {
        stroke: currentColor;
    }

.keyboard-in-use .a-play-button:focus {
    outline: 2px dashed var(--state--focus-color) !important;
    outline-offset: 5px;
    transition: none;
}

.a-play-button:is(a, button):hover {
    background-color: var(--theme--primary-color--hover);
}

.a-play-button--medium {
    width: 62px;
    padding-left: 4px;
    height: 62px;
}

    .a-play-button--medium .a-play-button__arrow svg {
        width: 22px;
    }

.a-play-button--small {
    width: 28px;
    padding-left: 2px;
    height: 28px;
}

    .a-play-button--small .a-play-button__arrow svg {
        width: 14px;
    }

.a-quick-link {
    font-family: gotham-regular;
    font-size: 1em;
    line-height: 1.125em;
    color: var(--text--base-color);
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 15px;
    background-color: var(--bg--bold-color);
}

.a-quick-link--small {
    padding: 10px;
    border-radius: 5px;
}

.a-quick-link--link {
    transition: all .15s ease-in-out;
    text-decoration: none;
}

    .a-quick-link--link .a-quick-link__inner {
        position: relative;
        word-break: inherit;
    }

        .a-quick-link--link .a-quick-link__inner::after {
            transition: all .15s ease-in-out;
            content: "";
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 100%;
            height: 2px;
            background-color: var(--theme--primary-color);
            transform: scaleX(0);
            transform-origin: left;
        }

    .a-quick-link--link:hover {
        color: var(--theme--secondary-color);
    }

        .a-quick-link--link:hover .a-quick-link__inner::after {
            transform: scaleX(1);
        }

.a-social-button {
    transition: all .15s ease-in-out;
    font-size: 1em;
    line-height: 1.5em;
    padding: 8px;
    border-radius: 6px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    color: var(--text--base-color);
}

.keyboard-in-use .a-social-button:focus {
    outline: 2px dashed var(--state--focus-color) !important;
    outline-offset: 5px;
    transition: none;
}

.a-social-button:hover {
    color: var(--theme--secondary-color);
    background-color: var(--bg--bold-color);
}

.a-social-link {
    transition: all .15s ease-in-out;
    width: -moz-fit-content;
    width: fit-content;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.a-social-link__icon {
    font-size: 1em;
    line-height: 1.5em;
    color: var(--text--inverted-color);
    background-color: var(--theme--secondary-color);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.a-social-link__label {
    font-family: gotham-bold;
    font-size: 1.375em;
    line-height: 1.27273em;
    color: var(--text--heading-color);
}

.a-social-link:hover {
    background-color: var(--bg--bold-color);
}

.keyboard-in-use .a-social-link:focus {
    outline: 2px dashed var(--state--focus-color) !important;
    outline-offset: 5px;
    transition: none;
}

.a-stars {
    white-space: nowrap;
}

.a-stars__star {
    position: relative;
    display: inline-block;
    clip-path: url("#star-clip");
    background-color: var(--bg--bold-color);
}

.a-stars__star__bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: var(--color--gold);
    clip-path: url("#star-clip");
}

.a-stars--blue .a-stars__star__bg {
    background-color: var(--color--blue);
}

.a-stars--bg-blue .a-stars__star {
    background-color: var(--color--blue--light);
}

.a-tab {
    transition: all .15s ease-in-out;
    font-family: gotham-regular;
    font-size: 1.25em;
    line-height: 1.3em;
    color: var(--text--inverted-color);
    background-color: var(--theme--secondary-color);
    cursor: pointer;
    width: 100%;
    padding: 10px 20px;
    padding: 10px 36px 10px 20px;
    box-sizing: border-box;
    text-align: left;
}

.a-tab--selected {
    background-color: var(--theme--secondary-color--hover);
}

    .a-tab--selected:before,
    .a-tab--selected:after {
        opacity: 1;
    }

@media not all and (hover: none) {
    .a-tab:hover {
        background-color: var(--theme--secondary-color--hover);
    }
}

.a-tab--clear {
    background-color: transparent;
    color: var(--text--heading-color);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    .a-tab--clear:hover {
        background-color: var(--bg--bold-color);
    }

.keyboard-in-use .a-tab:focus {
    outline: 2px dashed var(--state--focus-color) !important;
    outline-offset: 5px;
    transition: none;
}

.m-accordion {
    transition: all .15s ease-in-out;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
}

.m-accordion__toggle {
    transition: all .15s ease-in-out;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 22px 25px 22px 22px;
    box-sizing: border-box;
    cursor: pointer;
}

    .m-accordion__toggle:hover {
        background-color: var(--bg--bold-color);
    }

.keyboard-in-use .m-accordion__toggle:focus {
    outline: 2px dashed var(--state--focus-color) !important;
    outline-offset: 5px;
    transition: none;
}

.m-accordion__arrow {
    transition: all .15s ease-in-out;
    color: var(--theme--primary-color);
    transform: rotate(90deg);
}

.m-accordion__heading {
    text-align: left;
}

.m-accordion__panel {
    display: none;
    flex-direction: column;
    gap: 40px;
    padding: 0 25px 22px 22px;
    box-sizing: border-box;
}

.m-accordion__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 50px;
}

.m-accordion--open .m-accordion__arrow {
    transform: rotate(90deg) scale(-1);
}

.m-accordion--open .m-accordion__content {
    display: flex;
}

@media screen and (max-width: 768px) {
    .m-accordion__toggle,
    .m-accordion__panel {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.m-accordions__list {
    list-style: none;
}

.m-accordions__item {
    border-top: 2px solid var(--bg--bold-color);
}

    .m-accordions__item:last-child {
        border-bottom: 2px solid var(--bg--bold-color);
    }

.m-agent-card {
    transition: all .4s ease-in-out;
    box-sizing: border-box;
    padding: 24px;
    width: -moz-fit-content;
    width: fit-content;
    background-color: var(--bg--card-color);
    box-shadow: var(--card-shadow);
    border-radius: 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
}

    .m-agent-card:after {
        transition: all .15s ease-in-out;
        content: "";
        position: absolute;
        width: 15px;
        height: 100%;
        background-color: var(--theme--primary-color);
        right: 0;
        top: 0;
        opacity: 0;
    }

.m-agent-card__heading {
    font-size: 1.25em;
    line-height: 1.3em;
}

.m-agent-card__address {
    font-family: gotham-regular;
    font-size: 1em;
    line-height: 1.375em;
    color: var(--text--base-color);
}

.m-agent-card__buttons {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.m-agent-card--active:after,
.m-agent-card.js-map-marker--active:after {
    opacity: 1;
}

.m-agents-group {
    transition: all .15s ease-in-out;
    padding: 0 10px;
}

.m-agents-group__header {
    transition: all .15s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    border-bottom: 2px solid var(--bg--bold-color);
}

    .m-agents-group__header:has(.m-agents-group__toggle:hover) {
        background-color: var(--bg--bold-color);
        padding: 3px 10px 0 10px;
        margin: -3px -10px 0 -10px;
        border-radius: 15px;
    }

.m-agents-group__toggle {
    transition: all .15s ease-in-out;
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
    padding: 20px 10px 10px 0;
}

    .m-agents-group__toggle:hover {
        background-color: var(--bg--bold-color);
    }

.keyboard-in-use .m-agents-group__toggle:focus {
    outline: 2px dashed var(--state--focus-color) !important;
    outline-offset: 5px;
    transition: none;
}

.m-agents-group__title {
    color: var(--theme--secondary-color);
}

.m-agents-group__subtitle {
    font-family: gotham-regular;
    font-size: 1em;
    line-height: 1.375em;
    color: var(--text--base-color);
}

.m-agents-group__list {
    list-style: none;
    display: flex;
    flex-direction: column;
}

.m-agents-group__item {
    border-bottom: 2px solid var(--bg--bold-color);
}

.m-agents-group__arrow {
    color: var(--theme--primary-color);
    flex: 1;
    text-align: right;
}

    .m-agents-group__arrow svg {
        transition: all .15s ease-in-out;
        transform: rotate(90deg);
    }

.m-agents-group--open {
    background-color: var(--bg--accent-color);
    border-radius: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .m-agents-group--open .m-agents-group__arrow svg {
        transform: rotate(90deg) scale(-1);
    }

@media screen and (max-width: 600px) {
    .m-agents-group__toggle {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        position: relative;
    }

    .m-agents-group__arrow {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .m-agents-group__button {
        font-size: .75em;
        line-height: 1.5em;
        letter-spacing: .03em;
        padding-left: 26px;
        padding-right: 10px;
        margin-left: -16px;
    }
}

.m-author-card {
    width: -moz-fit-content;
    width: fit-content;
    width: 100%;
    max-width: 340px;
    background-color: var(--bg--card-color);
    box-shadow: var(--card-shadow);
    border-radius: 15px;
    position: relative;
}

.m-author-card__container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    height: 100%;
}

.m-author-card__heading {
    font-size: 1.25em;
    line-height: 1.3em;
}

.m-author-card__image-container {
    width: 100%;
    aspect-ratio: 4/3;
    background: var(--bg--bold-color);
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.m-author-card__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 100%;
    max-width: 100%;
}

.m-author-card__content {
    box-sizing: border-box;
    padding: 12px 24px 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.m-author-card__body {
    font-family: gotham-book;
    font-size: 1em;
    line-height: 1.375em;
    color: var(--text--base-color);
}

.m-author-card__buttons {
    margin-top: auto;
    padding: 0 24px 24px;
}

.m-bars {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.m-captioned-image-card {
    padding: 84px 40px 42px;
    border-radius: 15px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    height: 100%;
    box-sizing: border-box;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    aspect-ratio: 384/524;
    width: 384px;
}

.m-captioned-image-card__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top,rgba(0,0,0,.6) 0%,rgba(0,0,0,0) 100%);
    z-index: -1;
}

.m-captioned-image-card__caption {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.m-captioned-image-card__heading {
    font-size: 1.75em;
    line-height: 1.35714em;
    color: var(--text--inverted-color);
}

.m-captioned-image-card__body {
    font-family: gotham-regular;
    font-size: 1.125em;
    line-height: 1.44444em;
    color: var(--text--inverted-color);
}

@media screen and (max-width: 390px) {
    .m-captioned-image-card {
        width: 300px;
    }
}

a.m-captioned-image-card {
    transition: all .15s ease-in-out;
}

    a.m-captioned-image-card:hover {
        transform: scale(1.005);
        box-shadow: var(--card-shadow--hover);
    }

.m-centered-content-card {
    transition: all .4s ease-in-out;
    box-sizing: border-box;
    padding: 40px;
    width: -moz-fit-content;
    width: fit-content;
    background-color: var(--bg--card-color);
    box-shadow: var(--card-shadow);
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.m-centered-content-card__image {
    width: 64px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 10px;
}

.m-centered-content-card__heading {
    font-family: gotham-bold;
    font-size: 1.375em;
    line-height: 1.27273em;
    color: var(--text--heading-color);
    text-align: center;
}

.m-centered-content-card__body {
    font-family: gotham-book;
    font-size: 1.125em;
    line-height: 1.44444em;
    color: var(--text--body-color);
    text-align: center;
}

.m-centered-content-card--link:hover {
    box-shadow: var(--card-shadow--hover);
}

.m-checklist {
    list-style: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.m-dropdown-filters-block {
    display: flex;
    align-items: center;
}

.m-dropdown-filters-block__container {
    flex: 1;
}

.m-dropdown-filters-block__form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.m-dropdown-filters-block__input,
.m-dropdown-filters-block__dropdown,
.m-dropdown-filters-block__title {
    width: 384px;
}

.m-dropdown-filters-block__ribbon {
    background: var(--bg--bold-color);
    height: 76px;
    flex: 1;
    position: relative;
}

    .m-dropdown-filters-block__ribbon:after {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        position: absolute;
        right: -38px;
        border-top: 38px solid transparent;
        border-bottom: 38px solid transparent;
        border-left: 38px solid var(--bg--bold-color);
    }

    .m-dropdown-filters-block__ribbon:last-child {
        right: 0;
        left: auto;
    }

        .m-dropdown-filters-block__ribbon:last-child:after {
            right: auto;
            left: -38px;
            border-left: 0;
            border-right: 38px solid var(--bg--bold-color);
        }

.m-dropdown-filters-block__clear-button {
    padding: 10px 0;
    line-height: 1.2;
    font-size: 80%;
    background-color: transparent;
    color: var(--theme--primary-color);
}

    .m-dropdown-filters-block__clear-button:hover {
        background-color: transparent;
        color: var(--theme--primary-color--hover);
    }

@media screen and (max-width: 600px) {
    .m-dropdown-filters-block__container {
        flex: 1 0 90%;
    }

    .m-dropdown-filters-block__form {
        flex-direction: column;
        padding: 0 20px;
        width: 100%;
        box-sizing: border-box;
    }

    .m-dropdown-filters-block__input,
    .m-dropdown-filters-block__dropdown,
    .m-dropdown-filters-block__title {
        width: 100%;
    }

    .m-dropdown-filters-block__title {
        text-align: center;
    }
}

.m-featured-link {
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-width: 306px;
}

.m-featured-link__body {
    font-family: gotham-book;
    font-size: 1em;
    line-height: 1.5em;
    color: var(--text--base-color);
}

.m-field {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.m-field__label {
    transition: all .15s ease-in-out;
    position: absolute;
    left: 17px;
    top: 14px;
    background-color: unset;
}

.m-field ::-webkit-search-cancel-button {
    -webkit-appearance: none;
    display: none;
}

.m-field:has(input:not(:-moz-placeholder-shown)) .m-field__label {
    transform-origin: left;
    transform: scale(.8);
    left: 0;
    top: -22px;
}

.m-field--focused .m-field__label,
.m-field:focus-within .m-field__label,
.m-field:has(input:not(:placeholder-shown)) .m-field__label,
.m-field:has(select:not(.a-dropdown--clean)) .m-field__label {
    transform-origin: left;
    transform: scale(.8);
    left: 0;
    top: -22px;
}

.m-field__search-button {
    transition: all .15s ease-in-out;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 100%;
    aspect-ratio: 1/1;
    color: var(--text--accent-color);
    display: grid;
    place-items: center;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

    .m-field__search-button:hover {
        background-color: var(--bg--bold-color);
    }

.m-field__clear-button {
    transition: all .15s ease-in-out;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    height: 30px;
    width: 30px;
    color: var(--text--accent-color);
    display: none;
    place-items: center;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

    .m-field__clear-button:hover {
        background-color: var(--bg--bold-color);
    }

.m-field--focused .m-field__search-button + .m-field__clear-button {
    right: 55px;
}

.m-field--focused .m-field__clear-button {
    display: grid;
}

.m-footer-cta {
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    width: 100%;
    max-width: 500px;
    padding: 30px;
    background-color: var(--bg--bold-color);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.m-footer-cta__primary {
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.m-footer-cta__heading {
    text-align: center;
}

.m-footer-cta__secondary {
    box-sizing: border-box;
    width: 100%;
    padding: 40px;
    display: flex;
    justify-content: center;
    border-top: 2px solid var(--bg--card-color);
}

.m-form-modal-trigger {
    display: inline-block;
}

.m-form-modal {
    transition: z-index 0s .2s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    visibility: hidden;
}

.m-form-modal__overlay,
.m-form-modal__header,
.m-form-modal__card {
    transition: all .15s ease-in-out;
}

.m-form-modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
}

.m-form-modal__close {
    position: absolute;
    top: 30px;
    right: 30px;
}

    .m-form-modal__close .a-close-button__line {
        background-color: var(--theme--primary-color);
    }

    .m-form-modal__close:hover .a-close-button__line {
        background-color: var(--theme--primary-color--hover);
    }

.m-form-modal__wrapper {
    overflow: auto;
    height: 100%;
    z-index: 1;
    position: relative;
    overscroll-behavior: contain;
}

.m-form-modal__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 996px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.m-form-modal__header {
    position: relative;
    z-index: 1;
    opacity: 0;
    box-sizing: border-box;
    padding: 60px 20px 80px;
    margin-bottom: -20px;
    background-color: var(--theme--secondary-color);
    border-radius: 15px;
    width: calc(100% - 200px);
}

.m-form-modal__heading {
    color: var(--text--inverted-color);
    text-align: center;
}

.m-form-modal__card {
    position: relative;
    z-index: 1;
    opacity: 0;
    box-sizing: border-box;
    padding: 65px 80px;
    width: 100%;
    background-color: var(--bg--card-color);
    box-shadow: var(--card-shadow);
    border-radius: 15px;
}

.m-form-modal--open {
    transition: none .15s ease-in-out;
    z-index: 20;
    visibility: visible;
}

    .m-form-modal--open .m-form-modal__overlay {
        background-color: rgba(0,0,0,.8);
    }

    .m-form-modal--open .m-form-modal__card,
    .m-form-modal--open .m-form-modal__header,
    .m-form-modal--open .m-form-modal__close {
        opacity: 1;
    }

@media screen and (max-width: 768px) {
    .m-form-modal__card {
        padding: 65px 40px;
    }

    .m-form-modal__header {
        width: calc(100% - 80px);
        padding-top: 40px;
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 500px) {
    .m-form-modal__container {
        padding-left: 10px;
        padding-right: 10px;
        width: calc(100% - 10px);
        margin-left: 0;
    }

    .m-form-modal__card {
        padding: 65px 20px;
    }

    .m-form-modal__header {
        width: calc(100% - 20px);
    }

    .m-form-modal__heading {
        font-size: 1.625em;
        line-height: 1.15385em;
    }
}

.m-google-map__map {
    height: 100%;
    width: 100%;
}

.m-gravity-form__heading {
    font-size: 1.75em;
    line-height: 1.35714em;
}

.m-gravity-form--centered-text .m-gravity-form__heading,
.m-gravity-form--centered-text .m-gravity-form__body {
    text-align: center;
}

.m-heading-body-button-group {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.m-heading-body-button-group__heading {
    color: var(--text--heading-color);
}

.m-heading-body-button-group__body {
    font-family: gotham-book;
    font-size: 1.125em;
    line-height: 1.44444em;
    color: var(--text--base-color);
}

.m-heading-body-button-group__buttons {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.m-heading-body-button-group--inverted .m-heading-body-button-group__heading {
    color: var(--text--inverted-color);
}

.m-heading-body-button-group--inverted .m-heading-body-button-group__body {
    color: var(--text--inverted-color);
}

.m-heading-body-button-group--heading-blue .m-heading-body-button-group__heading {
    color: var(--theme--secondary-color);
}

.m-heading-body-button-group--body-large .m-heading-body-button-group__body {
    font-size: 1.5em;
    line-height: 1.33333em;
}

.m-heading-body-button-group--body-large .m-heading-body-button-group__body {
    font-size: 1em;
    line-height: 1.375em;
}

@media screen and (max-width: 600px) {
    .m-heading-body-button-group__buttons {
        flex-direction: column;
        justify-content: center;
    }
}

.a-icon-card-link {
    display: inline-flex;
    align-items: center;
    gap: 30px;
    cursor: pointer;
    box-sizing: border-box;
    padding: 30px 60px;
    width: 100%;
    background-color: var(--bg--card-color);
    box-shadow: var(--card-shadow);
    border-radius: 15px;
}

.a-icon-card-link__icon {
    width: 64px;
}

.a-icon-card-link__arrow {
    transition: all .25s ease-in-out;
    position: relative;
    color: var(--theme--primary-color);
    z-index: 1;
    height: 53px;
    width: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}

    .a-icon-card-link__arrow svg {
        transition: all .25s ease-in-out;
    }

        .a-icon-card-link__arrow svg line,
        .a-icon-card-link__arrow svg path {
            transition: all .25s ease-in-out;
            stroke: currentColor;
        }

    .a-icon-card-link__arrow::before {
        content: "";
        background-image: url("https://cdn-eblegdb.nitrocdn.com/VHmNeCEJJoKWfmvXkhEaOeHIrciUMhDg/assets/images/optimized/rev-8cc3cd1/www.nationalvanlines.com/wp-content/themes/useful-group/assets/images/badge.svg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
    }

.a-icon-card-link__text {
    font-family: gotham-bold;
    font-size: 2.25em;
    line-height: 1.27778em;
    color: var(--theme--secondary-color);
    position: relative;
}

    .a-icon-card-link__text::after {
        transition: all .25s ease-in-out;
        content: "";
        position: absolute;
        height: 2px;
        background-color: var(--theme--primary-color);
        width: 0;
        bottom: 0;
        left: 0;
    }

.a-icon-card-link:hover .a-icon-card-link__text::after {
    width: 100%;
}

.a-icon-card-link:hover .a-icon-card-link__arrow svg {
    width: 60px;
}

    .a-icon-card-link:hover .a-icon-card-link__arrow svg line {
        scale: 2 1;
    }

    .a-icon-card-link:hover .a-icon-card-link__arrow svg path {
        translate: 17px 0px;
    }

.keyboard-in-use .a-icon-card-link:focus {
    outline: 2px dashed var(--state--focus-color) !important;
    outline-offset: 5px;
    transition: none;
}

@media screen and (max-width: 950px) {
    .a-icon-card-link__text {
        font-size: 1.75em;
        line-height: 1.35714em;
    }
}

@media screen and (max-width: 600px) {
    .a-icon-card-link {
        padding: 30px 20px;
        gap: 20px;
    }

    .a-icon-card-link__text {
        font-size: 1.5em;
        line-height: 1.41667em;
    }

    .a-icon-card-link__icon {
        width: 48px;
    }

    .a-icon-card-link__arrow {
        width: 42px;
        height: 42px;
    }
}

.m-icon-card {
    transition: all .15s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 260px;
    width: -moz-max-content;
    width: max-content;
    border-radius: 15px;
    padding: 34px 24px;
    box-sizing: border-box;
}

.m-icon-card__image {
    width: 64px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 24px;
}

.m-icon-card__heading {
    text-align: center;
}

.m-icon-card__body {
    font-family: gotham-regular;
    font-size: 1em;
    line-height: 1.375em;
    color: var(--text--base-color);
    text-align: center;
    margin-top: 12px;
}

.m-icon-card--link:hover {
    background-color: var(--bg--bold-color);
}

.m-image-card {
    transition: all .15s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 320px;
    width: 100%;
    border-radius: 15px;
    padding: 34px 24px;
    box-sizing: border-box;
}

.m-image-card__image {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 24px;
}

.m-image-card__heading {
    text-align: center;
}

.m-image-card__body {
    font-family: gotham-regular;
    font-size: 1em;
    line-height: 1.375em;
    color: var(--text--base-color);
    text-align: center;
    margin-top: 12px;
}

.m-image-card--hoverable {
    cursor: pointer;
}

    .m-image-card--hoverable:hover {
        background-color: var(--bg--bold-color);
    }

.m-image-content-block {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}

.m-image-content-block__text {
    font-family: gotham-bold;
    font-size: 2.25em;
    line-height: 1.27778em;
    color: var(--theme--secondary-color);
    flex: 0 1 60%;
    padding: 20px 0;
}

.m-image-content-block__image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 30px;
    position: relative;
}

    .m-image-content-block__image:before {
        position: absolute;
        z-index: -1;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

.m-image-content-block--image-square .m-image-content-block__image {
    aspect-ratio: 1/1;
    flex: 0 1 384px;
}

.m-image-content-block--image-tall .m-image-content-block__image {
    aspect-ratio: 282/461;
    flex: 0 1 282px;
}

.m-image-content-block--visuals-badge .m-image-content-block__image:before {
    content: "";
    top: -40px;
    left: 88%;
    width: 68%;
    aspect-ratio: 270/320;
    background-image: url("https://cdn-eblegdb.nitrocdn.com/VHmNeCEJJoKWfmvXkhEaOeHIrciUMhDg/assets/images/optimized/rev-8cc3cd1/www.nationalvanlines.com/wp-content/themes/useful-group/assets/images/badge-outline.svg");
}

.m-image-content-block--visuals-badge.m-image-content-block--right .m-image-content-block__image:before {
    left: -56%;
}

.m-image-content-block--visuals-stripe .m-image-content-block__image:before {
    content: "";
    height: 68%;
    top: 10px;
    left: 100%;
    transform: translateX(-25%);
    aspect-ratio: 270/320;
    background-image: url("https://cdn-eblegdb.nitrocdn.com/VHmNeCEJJoKWfmvXkhEaOeHIrciUMhDg/assets/images/optimized/rev-8cc3cd1/www.nationalvanlines.com/wp-content/themes/useful-group/assets/images/stripes-tip.svg");
}

.m-image-content-block--visuals-stripe.m-image-content-block--right .m-image-content-block__image:before {
    left: unset;
    transform: translateX(25%) rotate(180deg);
    right: 100%;
}

@media screen and (max-width: 950px) {
    .m-image-content-block__text {
        font-size: 1.75em;
        line-height: 1.35714em;
    }
}

@media screen and (max-width: 768px) {
    .m-image-content-block {
        gap: 30px;
    }

    .m-image-content-block__text {
        font-size: 1.5em;
        line-height: 1.33333em;
    }

    .m-image-content-block--image-square .m-image-content-block__image {
        flex: 0 1 300px;
    }

    .m-image-content-block--image-tall .m-image-content-block__image {
        flex: 0 1 222px;
    }
}

@media screen and (max-width: 600px) {
    .m-image-content-block {
        flex-direction: column;
        gap: 0;
    }

    .m-image-content-block__text {
        text-align: center;
    }

    .m-image-content-block--image-square .m-image-content-block__image,
    .m-image-content-block--image-tall .m-image-content-block__image {
        flex: unset;
        width: 100%;
        aspect-ratio: 16/9;
        max-height: 480px;
    }

    .m-image-content-block__image:before {
        display: none !important;
    }
}

.m-image-gallery-item {
    transition: all .15s ease-in-out;
    aspect-ratio: 352/264;
    width: 100%;
    max-width: 500px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    display: block;
}

.m-image-gallery-item__image {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.m-image-gallery-item--contain {
    box-shadow: var(--card-shadow);
}

    .m-image-gallery-item--contain .m-image-gallery-item__image {
        -o-object-fit: contain;
        object-fit: contain;
        height: unset;
        width: unset;
        max-width: 100%;
        max-height: 100%;
    }

.m-image-gallery-item--link:hover {
    box-shadow: var(--card-shadow--hover);
}

.keyboard-in-use .m-image-gallery-item:focus {
    outline: 2px dashed var(--state--focus-color) !important;
    outline-offset: 5px;
    transition: none;
}

.m-info-card {
    transition: all .4s ease-in-out;
    box-sizing: border-box;
    padding: 40px;
    width: -moz-fit-content;
    width: fit-content;
    background-color: var(--bg--card-color);
    box-shadow: var(--card-shadow);
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.m-info-list {
    list-style: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.m-info-list--large {
    gap: 28px;
}

.m-inset-image-card {
    background-color: var(--bg--card-color);
    box-shadow: var(--card-shadow);
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 38px;
}

.m-inset-image-card__content {
    padding: 60px 0 60px 60px;
}

.m-inset-image-card__image {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    max-width: Min(408px,50%);
    max-height: 360px;
    margin: 30px 0;
}

@media screen and (max-width: 1200px) {
    .m-inset-image-card {
        flex-direction: column-reverse;
    }

    .m-inset-image-card__content {
        padding: 0 20px 40px;
    }

    .m-inset-image-card__image {
        max-width: 100%;
        border-radius: 0;
        margin: 0;
        max-height: 280px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media screen and (max-width: 600px) {
    .m-inset-image-card__image {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.m-kicker-card {
    transition: all .4s ease-in-out;
    box-sizing: border-box;
    padding: 40px 60px;
    width: -moz-fit-content;
    width: fit-content;
    background-color: var(--bg--card-color);
    box-shadow: var(--card-shadow);
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

.m-kicker-card__kicker {
    font-family: gotham-regular;
    font-size: 1em;
    line-height: 1.375em;
    color: var(--theme--primary-color);
    min-height: 22px;
}

a.m-kicker-card {
    transition: all .15s ease-in-out;
}

    a.m-kicker-card:hover {
        transform: scale(1.005);
        box-shadow: var(--card-shadow--hover);
    }

.m-modal-trigger {
    display: inline-block;
}

.m-modal {
    transition: z-index 0s .2s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    visibility: hidden;
}

.m-modal__overlay,
.m-modal__wrapper {
    transition: all .15s ease-in-out;
}

.m-modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
}

.m-modal__close {
    position: absolute;
    bottom: 100%;
    right: 0;
    margin-bottom: 20px;
}

    .m-modal__close .a-close-button__line {
        background-color: var(--color--white);
    }

.m-modal__container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.m-modal__wrapper {
    position: relative;
    z-index: 1;
    max-height: calc(100% - 200px);
    padding: 50px;
    box-sizing: border-box;
    background-color: var(--color--white);
    box-shadow: 0 8px 15px rgba(0,0,0,.15);
    transform: scale(.8);
    opacity: 0;
}

.m-modal--open {
    transition: none .15s ease-in-out;
    z-index: 20;
    visibility: visible;
}

    .m-modal--open .m-modal__overlay {
        background-color: rgba(0,0,0,.8);
    }

    .m-modal--open .m-modal__wrapper,
    .m-modal--open .m-modal__close {
        opacity: 1;
    }

    .m-modal--open .m-modal__wrapper {
        transform: scale(1);
    }

.m-numbered-text-card {
    box-sizing: border-box;
    padding: 40px 60px;
    width: 588px;
    background-color: var(--bg--card-color);
    box-shadow: var(--card-shadow);
    border-radius: 15px;
    display: flex;
    gap: 42px;
}

.m-numbered-text-card__number {
    font-family: gotham-bold;
    font-size: 3.75em;
    line-height: 1em;
    color: var(--theme--primary-color);
}

.m-numbered-text-card__content {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.m-numbered-text-card__body.m-wysiwyg,
.gform_body .m-numbered-text-card__body.gfield--type-html {
    font-size: 1.25em;
    line-height: 1.4em;
}

@media screen and (max-width: 768px) {
    .m-numbered-text-card {
        width: 420px;
        padding: 40px;
    }

    .m-numbered-text-card__number {
        font-size: 3.125em;
        line-height: 1em;
    }

    .m-numbered-text-card__body.m-wysiwyg,
    .gform_body .m-numbered-text-card__body.gfield--type-html {
        font-size: 1em;
        line-height: 1.375em;
    }
}

@media screen and (max-width: 600px) {
    .m-numbered-text-card {
        gap: 30px;
    }
}

@media screen and (max-width: 500px) {
    .m-numbered-text-card {
        width: 320px;
        flex-direction: column;
        gap: 12px;
    }

    .m-numbered-text-card__number {
        font-size: 2.5em;
        line-height: 1em;
    }
}

@media screen and (max-width: 390px) {
    .m-numbered-text-card {
        width: 280px;
        padding: 40px 20px;
    }

    .m-numbered-text-card__body.m-wysiwyg,
    .gform_body .m-numbered-text-card__body.gfield--type-html {
        font-size: 1.125em;
        line-height: 1.44444em;
    }
}

.m-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-numbers {
    transition: all .15s ease-in-out;
    font-family: gotham-bold;
    font-size: 1em;
    line-height: 1em;
    letter-spacing: .03em;
    text-align: center;
    color: var(--text--accent-color);
    width: 44px;
    height: 44px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .page-numbers:is(a):hover {
        background-color: var(--bg--bold-color);
    }

    .page-numbers.current {
        background-color: var(--theme--secondary-color);
        color: var(--text--inverted-color);
    }

    .page-numbers.prev,
    .page-numbers.next {
        display: none;
    }

.keyboard-in-use .page-numbers:focus {
    outline: 2px dashed var(--state--focus-color) !important;
    outline-offset: 5px;
    transition: none;
}

.m-post {
    transition: all .15s ease-in-out;
    border-radius: 20px;
    background-color: transparent;
    width: 100%;
}

.m-post__link {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 29px 24px;
    max-width: 352px;
}

.m-post__image {
    aspect-ratio: 352/264;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    border-radius: 15px;
    background-color: var(--bg--bold-color);
    background-image: url("https://cdn-eblegdb.nitrocdn.com/VHmNeCEJJoKWfmvXkhEaOeHIrciUMhDg/assets/images/optimized/rev-8cc3cd1/www.nationalvanlines.com/wp-content/themes/useful-group/assets/images/full-logo.webp");
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

    .m-post__image.nitro-lazy {
        background-image: none !important;
    }

.m-post__title {
    color: var(--theme--secondary-color);
}

.m-post:hover {
    background-color: var(--bg--accent-color);
}

.m-post--small .m-post__link {
    flex-direction: row;
    align-items: center;
}

.m-post--small .m-post__image {
    aspect-ratio: 100/75;
    width: 100px;
}

.m-post--small .m-post__title {
    font-size: 1.125em;
    line-height: 1.44444em;
}

.m-quick-links {
    --fade-color: var(--bg--base-color);
    transition: max-height .5s ease-in-out,padding .25s ease-in-out;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 24px;
    position: relative;
    box-sizing: border-box;
    padding-bottom: 80px;
    max-height: 300px;
    overflow: hidden;
}

.m-quick-links__city {
    width: 100%;
    height: 100%;
}

.m-quick-links__button {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.m-quick-links:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 160px;
    background: linear-gradient(180deg,transparent 0%,var(--fade-color) 60%);
}

.m-quick-links--expanded {
    max-height: 600px;
    padding-bottom: 0;
}

    .m-quick-links--expanded .m-quick-links__button {
        display: none;
    }

    .m-quick-links--expanded:after {
        display: none;
    }

.m-quick-links--small {
    grid-template-columns: repeat(5,1fr);
    gap: 5px;
}

@media screen and (max-width: 950px) {
    .m-quick-links--small {
        grid-template-columns: repeat(4,1fr);
        gap: 5px;
    }
}

@media screen and (max-width: 768px) {
    .m-quick-links {
        grid-template-columns: repeat(5,1fr);
        gap: 18px;
    }

    .m-quick-links--small {
        grid-template-columns: repeat(4,1fr);
        gap: 5px;
    }
}

@media screen and (max-width: 600px) {
    .m-quick-links {
        grid-template-columns: repeat(4,1fr);
        gap: 12px;
    }
}

@media screen and (max-width: 500px) {
    .m-quick-links {
        grid-template-columns: repeat(3,1fr);
        gap: 10px;
    }
}

@media screen and (max-width: 390px) {
    .m-quick-links {
        grid-template-columns: repeat(2,1fr);
        gap: 8px;
    }
}

.m-ratings-summary {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}

@media screen and (max-width: 600px) {
    .m-ratings-summary {
        align-items: center;
    }
}

.m-review-card {
    padding: 40px;
    background-color: var(--bg--card-color);
    box-shadow: var(--card-shadow);
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.m-review-card__content {
    transition: all .15s ease-in-out;
    font-family: gotham-book;
    font-size: 1.125em;
    line-height: 1.44444em;
    color: var(--text--base-color);
    max-height: 200px;
    position: relative;
    overflow: hidden;
}

    .m-review-card__content:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 60px;
        background: linear-gradient(180deg,transparent 0%,var(--bg--card-color) 100%);
    }

.m-review-card__author {
    font-family: gotham-regular;
    font-size: 1em;
    line-height: 1.125em;
    color: var(--text--base-color);
}

.m-review-card__read-more {
    margin-left: auto;
    margin-right: auto;
    margin-top: -10px;
    width: -moz-fit-content;
    width: fit-content;
    text-transform: uppercase;
}

.m-review-card--expanded .m-review-card__content {
    max-height: 1000px;
    overflow: auto;
}

    .m-review-card--expanded .m-review-card__content:after {
        display: none;
    }

.m-review-card--expanded .m-review-card__read-more {
    display: none;
}

@media screen and (max-width: 768px) {
    .m-review-card {
        padding: 40px 20px;
    }
}

@media screen and (max-width: 600px) {
    .m-review-card__stars {
        margin: 0 auto;
    }
}

.m-search-result {
    transition: all .15s ease-in-out;
    background-color: transparent;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    gap: 20px;
    padding: 29px 24px;
}

.m-search-result__image {
    aspect-ratio: 352/264;
    -o-object-fit: cover;
    object-fit: cover;
    height: 200px;
    border-radius: 15px;
    background-color: var(--bg--bold-color);
    background-image: url("https://cdn-eblegdb.nitrocdn.com/VHmNeCEJJoKWfmvXkhEaOeHIrciUMhDg/assets/images/optimized/rev-8cc3cd1/www.nationalvanlines.com/wp-content/themes/useful-group/assets/images/full-logo.webp");
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

    .m-search-result__image.nitro-lazy {
        background-image: none !important;
    }

.m-search-result__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.m-search-result__title {
    color: var(--theme--secondary-color);
    margin-top: 5px;
    margin-bottom: 8px;
}

.m-search-result__date {
    font-family: gotham-book;
    font-size: .875em;
    line-height: 1.42857em;
    color: var(--text--accent-color);
}

.m-search-result__excerpt {
    font-family: gotham-book;
    font-size: .875em;
    line-height: 1.42857em;
    color: var(--text--accent-color);
}

.m-search-result__type {
    font-family: gotham-regular;
    font-size: .875em;
    line-height: 1em;
    text-transform: uppercase;
    color: var(--text--accent-color);
    background-color: var(--bg--bold-color);
    padding: 4px 8px;
    border-radius: 8px;
    margin-bottom: 6px;
}

.m-search-result__button {
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    .m-search-result__image {
        height: unset;
        width: 200px;
    }
}

@media screen and (max-width: 600px) {
    .m-search-result {
        flex-direction: column;
    }

    .m-search-result__thumbnail {
        text-align: center;
    }

    .m-search-result__image {
        height: 200px;
        width: unset;
    }

    .m-search-result__excerpt {
        display: none;
    }

    .m-search-result__title {
        margin: 0;
    }

    .m-search-result__button {
        align-self: stretch;
    }
}

@media screen and (max-width: 500px) {
    .m-search-result__image {
        height: unset;
        width: 100%;
    }
}

.m-search__field {
    background-image: url("https://cdn-eblegdb.nitrocdn.com/VHmNeCEJJoKWfmvXkhEaOeHIrciUMhDg/assets/images/optimized/rev-8cc3cd1/www.nationalvanlines.com/wp-content/themes/useful-group/assets/images/icons/search-gray.svg");
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 10px center;
}

    .m-search__field.nitro-lazy {
        background-image: none !important;
    }

    .m-search__field .m-field__input {
        background-color: transparent;
        padding-left: 32px;
    }

.m-share-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 30px;
    width: -moz-fit-content;
    width: fit-content;
    background-color: var(--bg--card-color);
    border-radius: 15px;
    box-shadow: var(--card-shadow);
}

.m-share-card__label {
    font-family: gotham-bold;
    font-size: 1em;
    line-height: 1.875em;
    letter-spacing: .06em;
    color: var(--text--base-color);
    text-transform: uppercase;
}

.m-share-card__list {
    list-style: none;
    display: flex;
    gap: 20px;
    align-items: center;
}

.m-share-card__link {
    transition: all .15s ease-in-out;
    font-family: gotham-regular;
    font-size: .875em;
    line-height: 1.57143em;
    color: var(--text--base-color);
    cursor: pointer;
}

    .m-share-card__link:hover {
        color: var(--theme--secondary-color);
    }

.m-social-buttons__list {
    list-style: none;
    display: flex;
}

.m-social-buttons__item + .m-social-buttons__item {
    margin-left: 24px;
}

.m-stars-rating {
    display: flex;
    align-items: center;
    gap: 20px;
}

.m-stars-rating__rating {
    font-family: gotham-bolder;
    font-size: 6.25em;
    line-height: 1em;
    color: var(--text--base-color);
}

.m-stars-rating--light .m-stars-rating__rating {
    color: var(--text--inverted-color);
}

@media screen and (max-width: 768px) {
    .m-stars-rating__rating {
        font-size: 5em;
        line-height: 1em;
    }
}

@media screen and (max-width: 600px) {
    .m-stars-rating__rating {
        font-size: 3.75em;
        line-height: 1em;
    }
}

.m-sticker {
    width: 238px;
    height: 238px;
    box-sizing: border-box;
    background-color: var(--theme--primary-color);
    border-radius: 50%;
    border: 6px solid var(--bg--card-color);
    box-shadow: var(--card-shadow);
}

.m-sticker__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    box-sizing: border-box;
    border-radius: 50%;
    border: 2px solid var(--theme--primary-color--hover);
    margin: 8px;
}

.m-sticker__text {
    font-family: gotham-bold;
    color: var(--text--inverted-color);
    text-transform: uppercase;
    padding: 10px 0;
    box-sizing: border-box;
    text-align: center;
}

    .m-sticker__text:first-child {
        font-size: 1em;
        line-height: 1.125em;
        letter-spacing: .05em;
        border-bottom: 2px solid var(--theme--primary-color--hover);
        margin: 0 40px;
        width: 126px;
    }

    .m-sticker__text:nth-child(2) {
        font-size: 2em;
        line-height: 1.1875em;
    }

    .m-sticker__text:last-child {
        font-size: 1em;
        line-height: 1.25em;
        letter-spacing: .05em;
        border-top: 2px solid var(--theme--primary-color--hover);
        margin: 0 40px;
        width: 126px;
    }

@media screen and (max-width: 600px) {
    .m-sticker {
        width: 190px;
        height: 190px;
    }

    .m-sticker__text {
        padding: 2px 0;
    }

        .m-sticker__text:first-child {
            font-size: .875em;
            line-height: 1.14286em;
            letter-spacing: .05em;
            width: 96px;
            margin: 0;
        }

        .m-sticker__text:nth-child(2) {
            font-size: 2em;
            line-height: 1.1875em;
        }

        .m-sticker__text:last-child {
            font-size: 1em;
            line-height: 1.125em;
            letter-spacing: .05em;
            margin: 0;
            width: 96px;
        }
}

.m-tab-list {
    padding: 32px 0;
    margin-right: -15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: stretch;
    background-color: var(--theme--secondary-color);
    position: relative;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.m-tab-list__item {
    border-top: 2px solid var(--theme--secondary-color--hover);
}

    .m-tab-list__item:last-child {
        border-bottom: 2px solid var(--theme--secondary-color--hover);
    }

.m-tab-list__active-indicator {
    transition: all .5s cubic-bezier(0,0,0,1);
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 54px;
    box-sizing: border-box;
    background-color: var(--theme--primary-color);
}

@media screen and (min-width: 769px) {
    .m-tab-list--top {
        width: 100%;
        padding: 0;
        background-color: transparent;
        z-index: 1;
    }

        .m-tab-list--top .m-tab-list__list {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .m-tab-list--top .m-tab-list__item {
            border: none;
        }

        .m-tab-list--top .m-tab-list__active-indicator {
            width: unset;
            height: 10px;
            top: unset;
            bottom: -5px;
        }

        .m-tab-list--top .a-tab {
            padding: 10px 20px;
        }
}

@media screen and (max-width: 768px) {
    .m-tab-list {
        flex: 1;
        width: 100%;
        margin: 0;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 0;
    }

        .m-tab-list .m-tab-list__active-indicator {
            width: 8px;
            left: 0;
        }

    .m-tab-list--top {
        background: var(--bg--bold-color);
        padding: 16px 0 0;
    }

        .m-tab-list--top .m-tab-list__item {
            border-color: var(--color--white);
        }

            .m-tab-list--top .m-tab-list__item:first-child {
                border: none;
            }
}

.m-tab-panel {
    background-color: var(--bg--bold-color);
    border-radius: 15px;
    display: flex;
    align-items: flex-start;
}

.m-tab-panel__content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 60px;
    box-sizing: border-box;
    position: relative;
    flex: 1;
}

.m-tab-panel__heading {
    font-size: 1.75em;
    line-height: 1.35714em;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .m-tab-panel__heading {
        font-size: 1.625em;
        line-height: 1.61538em;
    }
}

@media screen and (max-width: 600px) {
    .m-tab-panel__heading {
        font-size: 1.375em;
        line-height: 1.72727em;
    }
}

.m-tab-panel__actions {
    margin-top: 13px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.m-tab-panel__icon-container {
    box-sizing: border-box;
    width: 120px;
    height: 120px;
    background-color: var(--bg--card-color);
    border-radius: 50%;
    box-shadow: var(--card-shadow);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(-50%,-50%);
}

.m-tab-panel__icon {
    width: 64px;
    height: 64px;
    -o-object-fit: contain;
    object-fit: contain;
}

.m-tab-panel__image {
    flex: 1;
    min-height: 381px;
    max-height: 512px;
    margin: 40px 40px 40px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 30px;
    position: relative;
}

.m-tab-panel__image_2 {
    flex: 1;
    margin: 40px 40px 40px 0;
    border-radius: 30px;
    height: auto;
}

.m-tab-panel--bold {
    background-color: var(--theme--secondary-color);
    color: var(--text--inverted-color);
}

    .m-tab-panel--bold .m-tab-panel__heading,
    .m-tab-panel--bold .m-tab-panel__body {
        color: var(--text--inverted-color);
    }

    .m-tab-panel--bold .m-tab-panel__icon-container {
        transform: unset;
        top: 20px;
        right: 20px;
        width: 80px;
        height: 80px;
    }

    .m-tab-panel--bold .m-tab-panel__icon {
        width: 46px;
        height: 46px;
        -o-object-fit: contain;
        object-fit: contain;
    }

@media screen and (max-width: 768px) {
    .m-tab-panel {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        flex-direction: column;
    }

    .m-tab-panel__content {
        padding: 20px 20px 40px;
        width: 100%;
    }

    .m-tab-panel__image {
        width: calc(100% - 40px);
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        aspect-ratio: 4/3;
        min-height: unset;
        max-height: unset;
    }

    .m-tab-panel--has-icon .m-tab-panel__content {
        padding: 70px 20px 40px;
    }

    .m-tab-panel__icon-container {
        width: 100px;
        height: 100px;
        transform: translate(-50%,-25%);
    }
}

@media screen and (max-width: 600px) {
    .m-tab-panel__icon-container {
        width: 60px;
        height: 60px;
        transform: translate(-50%,0);
        left: 50%;
        top: 10px;
        overflow: hidden;
    }

    .m-tab-panel__icon {
        width: 48px;
        height: 48px;
    }

    .m-tab-panel--has-icon .m-tab-panel__content {
        padding: 80px 20px 40px;
    }
}

.m-tab-panels {
    flex: 1;
    width: 100%;
    display: flex;
    overflow: hidden;
    position: relative;
    padding-top: 70px;
    margin-top: -70px;
}

.m-tab-panels__panel {
    flex: 0 0 100%;
    margin-right: -100%;
}

    .m-tab-panels__panel .m-tab-panel__content,
    .m-tab-panels__panel .m-tab-panel__image {
        transition: opacity .3s ease-in-out;
        opacity: 0;
    }

.m-tab-panels__panel--open {
    margin-right: 0;
}

    .m-tab-panels__panel--open .m-tab-panel__content,
    .m-tab-panels__panel--open .m-tab-panel__image {
        opacity: 1;
    }

.m-tab-panels--tabs-top {
    padding-top: 0;
    margin-top: 0;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .m-tab-panels:not(.m-tab-panels--tabs-top) {
        padding-top: 30px;
        margin-top: -30px;
    }
}

.m-tabs {
    display: flex;
    align-items: flex-start;
}

.m-tabs__tabs {
    flex: 0 0 306px;
}

.m-tabs--top {
    flex-direction: column;
}

    .m-tabs--top .m-tabs__tabs {
        flex: 1;
    }

@media screen and (max-width: 950px) {
    .m-tabs:not(.m-tabs--top) {
        width: calc(100% + ( var(--container-padding) * 2 ));
        margin-left: calc(var(--container-padding) * -1);
    }

        .m-tabs:not(.m-tabs--top) .m-tabs__tabs {
            flex: 0 0 220px;
        }
}

@media screen and (max-width: 768px) {
    .m-tabs:not(.m-tabs--top) {
        flex-direction: column;
        width: unset;
        margin-left: unset;
    }

        .m-tabs:not(.m-tabs--top) .m-tabs__tabs {
            flex: 1;
        }
}

.m-team-member-modal {
    transition: z-index 0s .2s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    visibility: hidden;
}

.m-team-member-modal__overlay,
.m-team-member-modal__header,
.m-team-member-modal__card {
    transition: all .15s ease-in-out;
}

.m-team-member-modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
}

.m-team-member-modal__close {
    position: absolute;
    top: 30px;
    right: 30px;
}

    .m-team-member-modal__close .a-close-button__line {
        background-color: var(--theme--primary-color);
    }

    .m-team-member-modal__close:hover .a-close-button__line {
        background-color: var(--theme--primary-color--hover);
    }

.m-team-member-modal__wrapper {
    overflow: auto;
    height: 100%;
    z-index: 1;
    position: relative;
    overscroll-behavior: contain;
}

.m-team-member-modal__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 996px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.m-team-member-modal__header {
    position: relative;
    z-index: 1;
    opacity: 0;
    box-sizing: border-box;
    padding: 60px 20px 80px;
    margin-bottom: -20px;
    background-color: var(--theme--secondary-color);
    border-radius: 15px;
    width: calc(100% - 200px);
}

.m-team-member-modal__heading {
    color: var(--text--inverted-color);
    text-align: center;
}

.m-team-member-modal__subheading {
    font-family: gotham-book;
    font-size: 1em;
    line-height: 1.25em;
    color: var(--text--inverted-color);
    text-align: center;
}

.m-team-member-modal__card {
    position: relative;
    z-index: 1;
    opacity: 0;
    box-sizing: border-box;
    padding: 65px 80px;
    width: 100%;
    background-color: var(--bg--card-color);
    box-shadow: var(--card-shadow);
    border-radius: 15px;
}

.m-team-member-modal__image {
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    display: block;
    margin-bottom: 20px;
    border-radius: 15px;
}

.m-team-member-modal--open {
    transition: none .15s ease-in-out;
    z-index: 20;
    visibility: visible;
}

    .m-team-member-modal--open .m-team-member-modal__overlay {
        background-color: rgba(0,0,0,.8);
    }

    .m-team-member-modal--open .m-team-member-modal__card,
    .m-team-member-modal--open .m-team-member-modal__header,
    .m-team-member-modal--open .m-team-member-modal__close {
        opacity: 1;
    }

@media screen and (max-width: 768px) {
    .m-team-member-modal__card {
        padding: 65px 40px;
    }

    .m-team-member-modal__header {
        width: calc(100% - 80px);
        padding-top: 40px;
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 500px) {
    .m-team-member-modal__container {
        padding-left: 10px;
        padding-right: 10px;
        width: calc(100% - 10px);
        margin-left: 0;
    }

    .m-team-member-modal__card {
        padding: 65px 20px;
    }

    .m-team-member-modal__header {
        width: calc(100% - 20px);
    }

    .m-team-member-modal__heading {
        font-size: 1.625em;
        line-height: 1.15385em;
    }
}

.m-testimony-slider {
    box-sizing: border-box;
    width: 100%;
    max-width: 588px;
    padding: 64px 48px;
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: var(--bg--card-color);
    box-shadow: var(--card-shadow);
    border-radius: 15px;
}

.m-testimony-slider__item {
    width: 100%;
    max-width: calc(588px - 96px);
}

.m-testimony-slider__navigation {
    position: absolute;
    height: calc(100% - 28px);
    top: 14px;
    right: 22px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}

.m-testimony-slider__pagination {
    font-family: gotham-bold;
    font-size: .875em;
    line-height: 2.71429em;
    color: var(--text--accent-color);
}

.m-testimony-slider__arrows {
    display: flex;
    align-items: center;
}

.m-testimony-slider__visual {
    position: absolute;
    height: 64px;
    width: 64px;
    transform: translateY(-50%);
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--theme--primary-color);
    border-radius: 50%;
}

@media screen and (max-width: 768px) {
    .m-testimony-slider {
        padding: 64px 24px;
        max-width: 480px;
    }

    .m-testimony-slider__item {
        max-width: calc(480px - 48px);
    }
}

@media screen and (max-width: 600px) {
    .m-testimony-slider {
        max-width: 420px;
    }

    .m-testimony-slider__item {
        max-width: calc(420px - 48px);
    }
}

@media screen and (max-width: 500px) {
    .m-testimony-slider {
        max-width: 350px;
    }

    .m-testimony-slider__item {
        max-width: calc(350px - 48px);
    }
}

@media screen and (max-width: 320px) {
    .m-testimony-slider {
        max-width: 280px;
    }

    .m-testimony-slider__item {
        max-width: calc(280px - 48px);
    }
}

.m-testimony__content {
    font-family: gotham-book;
    font-size: 1.125em;
    line-height: 1.44444em;
    color: var(--text--base-color);
}

.m-testimony__author {
    font-family: gotham-bold;
    font-size: 1.25em;
    line-height: 1.4em;
    color: var(--text--heading-color);
}

.m-testimony__info {
    margin-top: 10px;
}

.m-testimony__author-info {
    display: flex;
    align-items: baseline;
}

.m-testimony__location {
    font-family: gotham-book;
    font-size: 1.25em;
    line-height: 1.4em;
    color: var(--text--heading-color);
    position: relative;
    display: inline-block;
    padding-left: 6px;
    margin-left: 6px;
}

    .m-testimony__location::before {
        content: "";
        position: absolute;
        top: -3px;
        left: 0;
        height: 21px;
        width: 1px;
        background: var(--color--gray--dark);
    }

.m-testimony__national-agent {
    font-family: gotham-book;
    font-size: .875em;
    line-height: 2.14286em;
    color: var(--theme--secondary-color);
}

    .m-testimony__national-agent strong {
        font-family: gotham-bold;
        font-size: .875em;
        line-height: 2.14286em;
        letter-spacing: .03em;
        text-transform: uppercase;
        margin-right: 5px;
    }

.m-text-card-slider {
    --max-width: 588px;
    --side-padding: 48px;
    box-sizing: border-box;
    width: 100%;
    padding: 64px var(--side-padding);
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: var(--bg--card-color);
    box-shadow: var(--card-shadow);
    border-radius: 15px;
}

.m-text-card-slider__list {
    max-width: var(--max-width);
    align-self: center;
}

.m-text-card-slider__item {
    width: 100%;
    max-width: var(--max-width);
}

.m-text-card-slider__item__wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 50px;
}

.m-text-card-slider__item__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
}

.m-text-card-slider__navigation {
    position: absolute;
    height: calc(100% - 28px);
    top: 14px;
    right: 22px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}

.m-text-card-slider__pagination {
    font-family: gotham-bold;
    font-size: .875em;
    line-height: 2.71429em;
    color: var(--text--accent-color);
}

.m-text-card-slider__arrows {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1280px) {
    .m-text-card-slider {
        --max-width: 420px;
    }
}

@media screen and (max-width: 950px) {
    .m-text-card-slider {
        --max-width: 350px;
        --side-padding: 24px;
    }
}

@media screen and (max-width: 768px) {
    .m-text-card-slider {
        --max-width: 520px;
        --side-padding: 48px;
    }
}

@media screen and (max-width: 600px) {
    .m-text-card-slider {
        --max-width: 410px;
        --side-padding: 24px;
    }
}

@media screen and (max-width: 500px) {
    .m-text-card-slider {
        --max-width: 310px;
        --side-padding: 24px;
    }
}

@media screen and (max-width: 320px) {
    .m-text-card-slider {
        --max-width: 300px;
    }
}

.m-text-card {
    box-sizing: border-box;
    padding: 60px;
    width: 588px;
    background-color: var(--bg--card-color);
    box-shadow: var(--card-shadow);
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 50px;
}

.m-text-card__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
}

.m-text-card--no-heading {
    padding: 40px;
}

    .m-text-card--no-heading .m-text-card__body {
        font-size: 1.5em;
        line-height: 1.33333em;
    }

@media screen and (max-width: 768px) {
    .m-text-card {
        width: 420px;
        padding: 40px;
    }
}

@media screen and (max-width: 600px) {
    .m-text-card {
        gap: 30px;
    }
}

@media screen and (max-width: 500px) {
    .m-text-card {
        width: 320px;
        flex-direction: column;
        gap: 12px;
    }
}

@media screen and (max-width: 390px) {
    .m-text-card {
        width: 280px;
        padding: 40px 20px;
    }
}

.m-text-on-image-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 100px 136px;
    border-radius: 30px;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.m-text-on-image-card__text {
    font-family: gotham-bold;
    font-size: 2.75em;
    line-height: 1.22727em;
    color: var(--text--inverted-color);
    text-align: center;
    z-index: 2;
}

.m-text-on-image-card__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51,51,51,.4);
    z-index: 1;
    border-radius: 30px;
}

@media screen and (max-width: 1024px) {
    .m-text-on-image-card {
        padding: 80px 60px;
    }
}

@media screen and (max-width: 950px) {
    .m-text-on-image-card__text {
        font-size: 2.25em;
        line-height: 1.27778em;
    }
}

@media screen and (max-width: 768px) {
    .m-text-on-image-card {
        padding: 60px 40px;
    }

    .m-text-on-image-card__text {
        font-size: 1.75em;
        line-height: 1.28571em;
    }
}

@media screen and (max-width: 600px) {
    .m-text-on-image-card {
        padding: 40px 20px;
    }
}

.m-timeline-cta-entry {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

    .m-timeline-cta-entry::before {
        content: "";
        position: absolute;
        left: -2px;
        top: 0;
        height: 100%;
        width: 4px;
        background-color: var(--theme--secondary-color);
    }

    .m-timeline-cta-entry::after {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 16px;
        height: 16px;
        background-color: var(--theme--primary-color);
        transform: translate(-50%,-50%);
        border-radius: 50%;
        border: 3px solid var(--bg--base-color);
    }

.m-timeline-cta-entry__inset {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 220px;
}

    .m-timeline-cta-entry__inset::before {
        content: "";
        position: absolute;
        left: 0px;
        top: 50%;
        height: 4px;
        width: 100%;
        background-color: var(--theme--secondary-color);
        transform: translateY(-50%);
    }

.m-timeline-cta-entry__date {
    font-family: gotham-bold;
    font-size: 1.25em;
    line-height: 1.3em;
    letter-spacing: .03em;
    background-color: var(--theme--secondary-color);
    color: var(--text--inverted-color);
    text-align: center;
    text-transform: uppercase;
    white-space: break-spaces;
    word-break: break-word;
    max-width: 60%;
    border-radius: 5px;
    padding: 2px 8px;
    z-index: 1;
}

.m-timeline-cta-entry__card {
    position: relative;
    flex: 1;
    margin: 12px 0;
    padding: 60px;
    overflow: hidden;
    background-color: var(--theme--secondary-color);
    border-radius: 15px;
}

    .m-timeline-cta-entry__card .m-heading-body-button-group__body {
        font-family: gotham-bold;
        font-size: 1.75em;
        line-height: 1.28571em;
        display: block;
    }

        .m-timeline-cta-entry__card .m-heading-body-button-group__body a {
            font-family: gotham-bold;
            font-size: inherit;
            line-height: inherit;
            text-decoration: none;
        }

.m-timeline-cta-entry__content {
    z-index: 2;
    position: relative;
}

.m-timeline-cta-entry__visuals {
    height: 100%;
    position: absolute;
    aspect-ratio: 1/1;
    right: 0;
    top: 0;
    transform: translateX(24%) rotate(-100deg);
    z-index: 1;
    color: var(--theme--secondary-color--hover);
    --fade-color: var(--theme--secondary-color);
}

@media screen and (max-width: 768px) {
    .m-timeline-cta-entry {
        align-items: flex-start;
        flex-direction: column;
    }

    .m-timeline-cta-entry__inset {
        flex: unset;
        width: 100%;
    }

    .m-timeline-cta-entry:after {
        top: 3px;
        transform: translateX(-50%);
    }

    .m-timeline-cta-entry__card {
        max-width: 100%;
        margin-left: 30px;
        margin-bottom: 30px;
        margin-top: 30px;
        padding: 40px;
    }
}

@media screen and (max-width: 600px) {
    .m-timeline-cta-entry__card {
        padding: 40px 20px;
        margin-left: 10px;
    }

    .m-timeline-cta-entry .m-heading-body-button-group__body {
        font-size: 1.375em;
        line-height: 1.27273em;
    }
}

.m-timeline-entry {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

    .m-timeline-entry::before {
        content: "";
        position: absolute;
        left: -2px;
        top: 0;
        height: 100%;
        width: 4px;
        background-color: var(--theme--secondary-color);
    }

    .m-timeline-entry::after {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 16px;
        height: 16px;
        background-color: var(--theme--primary-color);
        transform: translate(-50%,-50%);
        border-radius: 50%;
        border: 3px solid var(--bg--base-color);
    }

.m-timeline-entry__inset {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 220px;
}

    .m-timeline-entry__inset::before {
        content: "";
        position: absolute;
        left: 0px;
        top: 50%;
        height: 4px;
        width: 100%;
        background-color: var(--theme--secondary-color);
        transform: translateY(-50%);
    }

.m-timeline-entry__date {
    font-family: gotham-bold;
    font-size: 1.25em;
    line-height: 1.3em;
    letter-spacing: .03em;
    background-color: var(--theme--secondary-color);
    color: var(--text--inverted-color);
    text-align: center;
    text-transform: uppercase;
    white-space: break-spaces;
    word-break: break-word;
    max-width: 60%;
    border-radius: 5px;
    padding: 2px 8px;
    z-index: 1;
}

.m-timeline-entry__card {
    flex: 1;
    margin: 12px 0;
}

@media screen and (max-width: 768px) {
    .m-timeline-entry {
        align-items: flex-start;
        flex-direction: column;
    }

    .m-timeline-entry__inset {
        flex: unset;
        width: 100%;
    }

    .m-timeline-entry:after {
        top: 3px;
        transform: translateX(-50%);
    }

    .m-timeline-entry__card {
        max-width: 100%;
        margin-left: 30px;
        margin-bottom: 30px;
        margin-top: 30px;
    }
}

@media screen and (max-width: 600px) {
    .m-timeline-entry__card {
        margin-left: 10px;
    }
}

.m-video-button__modal .m-modal__wrapper {
    width: 100%;
    max-width: 700px;
    padding: 0;
}

.m-video-hosted {
    max-width: 1200px;
    width: 100%;
    height: 100%;
    position: relative;
}

.m-video-hosted__video {
    width: 100%;
    height: 100%;
    background: #000;
}

.m-video-hosted__thumbnail,
.m-video-hosted__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.m-video-hosted__thumbnail {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.m-video-hosted__trigger {
    cursor: pointer;
}

.m-video-hosted__overlay {
    z-index: 2;
    background-color: rgba(0,0,0,.5);
}

.m-video-hosted__play {
    z-index: 3;
}

.m-video-hosted--playing .m-video-hosted__thumbnail {
    z-index: -1;
    opacity: 0;
}

.m-video {
    max-width: 700px;
}

.m-video__wrapper {
    width: 100%;
    padding-top: 55.71429%;
    position: relative;
    background-color: #000;
}

.m-video__thumbnail,
.m-video__iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.m-video__thumbnail {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .m-video__thumbnail:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: rgba(0,0,0,.5);
    }

.keyboard-in-use .m-video__thumbnail.m-video__trigger:focus {
    outline: 2px dashed var(--state--focus-color) !important;
    outline-offset: 5px;
    transition: none;
}

.m-video__thumbnail.m-video__trigger:hover {
    background-color: var(--theme--primary-color);
    border-color: var(--theme--primary-color);
    color: var(--color--white);
}

.m-video__trigger {
    cursor: pointer;
}

.m-video__play {
    position: relative;
    z-index: 0;
    border-color: var(--color--white);
    color: var(--color--white);
}

.m-video--playing .m-video__thumbnail {
    z-index: -1;
    opacity: 0;
}

.m-wysiwyg,
.gform_body .gfield--type-html {
    font-family: gotham-book;
    font-size: 1.125em;
    line-height: 1.44444em;
    text-align: left;
    color: var(--text--base-color);
}

    .m-wysiwyg h1 + p,
    .gform_body .gfield--type-html h1 + p,
    .m-wysiwyg h1 + ul,
    .gform_body .gfield--type-html h1 + ul,
    .m-wysiwyg h1 + ol,
    .gform_body .gfield--type-html h1 + ol,
    .m-wysiwyg h1 + h1,
    .gform_body .gfield--type-html h1 + h1,
    .m-wysiwyg h1 + h2,
    .gform_body .gfield--type-html h1 + h2,
    .m-wysiwyg h1 + h3,
    .gform_body .gfield--type-html h1 + h3,
    .m-wysiwyg h1 + h4,
    .gform_body .gfield--type-html h1 + h4,
    .m-wysiwyg h1 + h5,
    .gform_body .gfield--type-html h1 + h5,
    .m-wysiwyg h1 + h6,
    .gform_body .gfield--type-html h1 + h6,
    .m-wysiwyg h2 + p,
    .gform_body .gfield--type-html h2 + p,
    .m-wysiwyg h2 + ul,
    .gform_body .gfield--type-html h2 + ul,
    .m-wysiwyg h2 + ol,
    .gform_body .gfield--type-html h2 + ol,
    .m-wysiwyg h2 + h1,
    .gform_body .gfield--type-html h2 + h1,
    .m-wysiwyg h2 + h2,
    .gform_body .gfield--type-html h2 + h2,
    .m-wysiwyg h2 + h3,
    .gform_body .gfield--type-html h2 + h3,
    .m-wysiwyg h2 + h4,
    .gform_body .gfield--type-html h2 + h4,
    .m-wysiwyg h2 + h5,
    .gform_body .gfield--type-html h2 + h5,
    .m-wysiwyg h2 + h6,
    .gform_body .gfield--type-html h2 + h6,
    .m-wysiwyg h3 + p,
    .gform_body .gfield--type-html h3 + p,
    .m-wysiwyg h3 + ul,
    .gform_body .gfield--type-html h3 + ul,
    .m-wysiwyg h3 + ol,
    .gform_body .gfield--type-html h3 + ol,
    .m-wysiwyg h3 + h1,
    .gform_body .gfield--type-html h3 + h1,
    .m-wysiwyg h3 + h2,
    .gform_body .gfield--type-html h3 + h2,
    .m-wysiwyg h3 + h3,
    .gform_body .gfield--type-html h3 + h3,
    .m-wysiwyg h3 + h4,
    .gform_body .gfield--type-html h3 + h4,
    .m-wysiwyg h3 + h5,
    .gform_body .gfield--type-html h3 + h5,
    .m-wysiwyg h3 + h6,
    .gform_body .gfield--type-html h3 + h6,
    .m-wysiwyg h4 + p,
    .gform_body .gfield--type-html h4 + p,
    .m-wysiwyg h4 + ul,
    .gform_body .gfield--type-html h4 + ul,
    .m-wysiwyg h4 + ol,
    .gform_body .gfield--type-html h4 + ol,
    .m-wysiwyg h4 + h1,
    .gform_body .gfield--type-html h4 + h1,
    .m-wysiwyg h4 + h2,
    .gform_body .gfield--type-html h4 + h2,
    .m-wysiwyg h4 + h3,
    .gform_body .gfield--type-html h4 + h3,
    .m-wysiwyg h4 + h4,
    .gform_body .gfield--type-html h4 + h4,
    .m-wysiwyg h4 + h5,
    .gform_body .gfield--type-html h4 + h5,
    .m-wysiwyg h4 + h6,
    .gform_body .gfield--type-html h4 + h6,
    .m-wysiwyg h5 + p,
    .gform_body .gfield--type-html h5 + p,
    .m-wysiwyg h5 + ul,
    .gform_body .gfield--type-html h5 + ul,
    .m-wysiwyg h5 + ol,
    .gform_body .gfield--type-html h5 + ol,
    .m-wysiwyg h5 + h1,
    .gform_body .gfield--type-html h5 + h1,
    .m-wysiwyg h5 + h2,
    .gform_body .gfield--type-html h5 + h2,
    .m-wysiwyg h5 + h3,
    .gform_body .gfield--type-html h5 + h3,
    .m-wysiwyg h5 + h4,
    .gform_body .gfield--type-html h5 + h4,
    .m-wysiwyg h5 + h5,
    .gform_body .gfield--type-html h5 + h5,
    .m-wysiwyg h5 + h6,
    .gform_body .gfield--type-html h5 + h6,
    .m-wysiwyg h6 + p,
    .gform_body .gfield--type-html h6 + p,
    .m-wysiwyg h6 + ul,
    .gform_body .gfield--type-html h6 + ul,
    .m-wysiwyg h6 + ol,
    .gform_body .gfield--type-html h6 + ol,
    .m-wysiwyg h6 + h1,
    .gform_body .gfield--type-html h6 + h1,
    .m-wysiwyg h6 + h2,
    .gform_body .gfield--type-html h6 + h2,
    .m-wysiwyg h6 + h3,
    .gform_body .gfield--type-html h6 + h3,
    .m-wysiwyg h6 + h4,
    .gform_body .gfield--type-html h6 + h4,
    .m-wysiwyg h6 + h5,
    .gform_body .gfield--type-html h6 + h5,
    .m-wysiwyg h6 + h6,
    .gform_body .gfield--type-html h6 + h6 {
        margin-top: 24px;
    }

    .m-wysiwyg p + h1,
    .gform_body .gfield--type-html p + h1,
    .m-wysiwyg p + h2,
    .gform_body .gfield--type-html p + h2,
    .m-wysiwyg p + h3,
    .gform_body .gfield--type-html p + h3,
    .m-wysiwyg p + h4,
    .gform_body .gfield--type-html p + h4,
    .m-wysiwyg p + h5,
    .gform_body .gfield--type-html p + h5,
    .m-wysiwyg p + h6,
    .gform_body .gfield--type-html p + h6 {
        margin-top: 40px;
    }

    .m-wysiwyg p + p,
    .gform_body .gfield--type-html p + p,
    .m-wysiwyg p + ul,
    .gform_body .gfield--type-html p + ul,
    .m-wysiwyg p + ol,
    .gform_body .gfield--type-html p + ol {
        margin-top: 24px;
    }

    .m-wysiwyg ul + p,
    .gform_body .gfield--type-html ul + p,
    .m-wysiwyg ul + h1,
    .gform_body .gfield--type-html ul + h1,
    .m-wysiwyg ul + h2,
    .gform_body .gfield--type-html ul + h2,
    .m-wysiwyg ul + h3,
    .gform_body .gfield--type-html ul + h3,
    .m-wysiwyg ul + h4,
    .gform_body .gfield--type-html ul + h4,
    .m-wysiwyg ul + h5,
    .gform_body .gfield--type-html ul + h5,
    .m-wysiwyg ul + h6,
    .gform_body .gfield--type-html ul + h6,
    .m-wysiwyg ol + p,
    .gform_body .gfield--type-html ol + p,
    .m-wysiwyg ol + h1,
    .gform_body .gfield--type-html ol + h1,
    .m-wysiwyg ol + h2,
    .gform_body .gfield--type-html ol + h2,
    .m-wysiwyg ol + h3,
    .gform_body .gfield--type-html ol + h3,
    .m-wysiwyg ol + h4,
    .gform_body .gfield--type-html ol + h4,
    .m-wysiwyg ol + h5,
    .gform_body .gfield--type-html ol + h5,
    .m-wysiwyg ol + h6,
    .gform_body .gfield--type-html ol + h6 {
        margin-top: 24px;
    }

    .m-wysiwyg a,
    .gform_body .gfield--type-html a {
        text-decoration: underline;
        color: var(--theme--secondary-color);
        word-break: break-all;
    }

        .m-wysiwyg a:hover,
        .gform_body .gfield--type-html a:hover {
            color: var(--theme--secondary-color--hover);
        }

    .m-wysiwyg strong,
    .gform_body .gfield--type-html strong,
    .m-wysiwyg b,
    .gform_body .gfield--type-html b {
        font-family: gotham-bold;
    }

    .m-wysiwyg > br,
    .gform_body .gfield--type-html > br {
        display: block;
        content: "";
        margin-top: -18px;
    }

    .m-wysiwyg ul,
    .gform_body .gfield--type-html ul,
    .m-wysiwyg ol,
    .gform_body .gfield--type-html ol {
        padding-left: 40px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

        .m-wysiwyg ul li::marker,
        .gform_body .gfield--type-html ul li::marker,
        .m-wysiwyg ol li::marker,
        .gform_body .gfield--type-html ol li::marker {
            font-family: gotham-bold;
            color: var(--theme--primary-color);
        }

    .m-wysiwyg ul,
    .gform_body .gfield--type-html ul {
        list-style-image: url("https://cdn-eblegdb.nitrocdn.com/VHmNeCEJJoKWfmvXkhEaOeHIrciUMhDg/assets/images/optimized/rev-8cc3cd1/www.nationalvanlines.com/wp-content/themes/useful-group/assets/images/check.svg");
    }

    .m-wysiwyg blockquote,
    .gform_body .gfield--type-html blockquote {
        font-family: gotham-book;
        font-size: 1.5em;
        line-height: 1.33333em;
        padding: 60px;
        margin: 40px 0;
        background-color: var(--color--gray);
        border-radius: 15px;
    }

        .m-wysiwyg blockquote p,
        .gform_body .gfield--type-html blockquote p,
        .m-wysiwyg blockquote h1,
        .gform_body .gfield--type-html blockquote h1,
        .m-wysiwyg blockquote h2,
        .gform_body .gfield--type-html blockquote h2,
        .m-wysiwyg blockquote h3,
        .gform_body .gfield--type-html blockquote h3,
        .m-wysiwyg blockquote h4,
        .gform_body .gfield--type-html blockquote h4,
        .m-wysiwyg blockquote h5,
        .gform_body .gfield--type-html blockquote h5,
        .m-wysiwyg blockquote h6,
        .gform_body .gfield--type-html blockquote h6 {
            font-family: inherit;
            font-size: inherit;
            line-height: inherit;
            color: inherit;
        }

    .m-wysiwyg hr,
    .gform_body .gfield--type-html hr {
        position: relative;
        display: block;
        height: 2px;
        margin-top: 60px;
        margin-bottom: 60px;
        border: 0px;
        background-color: var(--color--gray);
    }

    .m-wysiwyg img.alignleft,
    .gform_body .gfield--type-html img.alignleft,
    .m-wysiwyg div.alignleft,
    .gform_body .gfield--type-html div.alignleft {
        float: left;
        margin-right: 24px;
    }

    .m-wysiwyg img.alignright,
    .gform_body .gfield--type-html img.alignright,
    .m-wysiwyg div.alignright,
    .gform_body .gfield--type-html div.alignright {
        float: right;
        margin-left: 24px;
    }

    .m-wysiwyg img.aligncenter,
    .gform_body .gfield--type-html img.aligncenter,
    .m-wysiwyg img.alignnone,
    .gform_body .gfield--type-html img.alignnone,
    .m-wysiwyg div.aligncenter,
    .gform_body .gfield--type-html div.aligncenter,
    .m-wysiwyg div.alignnone,
    .gform_body .gfield--type-html div.alignnone {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .m-wysiwyg table,
    .gform_body .gfield--type-html table {
        margin: 24px auto;
        display: block;
        overflow-x: auto;
        white-space: nowrap;
        max-width: 100%;
    }

    .m-wysiwyg table,
    .gform_body .gfield--type-html table,
    .m-wysiwyg th,
    .gform_body .gfield--type-html th,
    .m-wysiwyg td,
    .gform_body .gfield--type-html td {
        border: 2px solid var(--color--gray);
    }

    .m-wysiwyg th,
    .gform_body .gfield--type-html th,
    .m-wysiwyg td,
    .gform_body .gfield--type-html td {
        padding: 8px 16px;
    }

@media screen and (max-width: 500px) {
    .m-wysiwyg img.alignleft,
    .gform_body .gfield--type-html img.alignleft,
    .m-wysiwyg img.alignright,
    .gform_body .gfield--type-html img.alignright,
    .m-wysiwyg div.alignleft,
    .gform_body .gfield--type-html div.alignleft,
    .m-wysiwyg div.alignright,
    .gform_body .gfield--type-html div.alignright {
        margin-left: auto;
        margin-right: auto;
        float: none;
        display: block;
        margin-top: 24px;
        margin-bottom: 24px;
    }
}

.m-page-nav {
    --text-color: var(--text--base-color);
    --mobile-background-color: transparent;
    --mobile-sublist-background-color: transparent;
}

.m-page-nav__list {
    display: flex;
    align-items: center;
    gap: 20px;
}

.m-page-nav__item--parent {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    cursor: pointer;
}

    .m-page-nav__item--parent:after {
        transition: all .25s ease-in-out;
        content: "";
        width: 6px;
        height: 6px;
        border-right: 2px solid var(--theme--primary-color);
        border-bottom: 2px solid var(--theme--primary-color);
        transform: translateY(-4px) rotate(45deg);
    }

    .m-page-nav__item--parent .m-page-nav__link {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

        .m-page-nav__item--parent .m-page-nav__link:after {
            display: none;
        }

.m-page-nav__item.a-button,
.gform_body .gfield .m-page-nav__item.add_list_item,
.gform_body .gfield .m-page-nav__item.delete_list_item,
.gform_body .gfield_checkbox button.m-page-nav__item[data-checked],
.gform_body .ginput_container_fileupload .m-page-nav__item.gform_button_select_files,
.gform_body .ginput_container_consent button.m-page-nav__item[data-checked],
.gform_footer button.m-page-nav__item,
.gform_footer input.m-page-nav__item[type='button'],
.m-page-nav__item.gform_next_button,
.m-page-nav__item.gform_previous_button,
#nvl_movement_tracker button.m-page-nav__item {
    padding: 2px 18px;
    white-space: nowrap;
}

    .m-page-nav__item.a-button .m-page-nav__link,
    .gform_body .gfield .m-page-nav__item.add_list_item .m-page-nav__link,
    .gform_body .gfield .m-page-nav__item.delete_list_item .m-page-nav__link,
    .gform_body .gfield_checkbox button.m-page-nav__item[data-checked] .m-page-nav__link,
    .gform_body .ginput_container_fileupload .m-page-nav__item.gform_button_select_files .m-page-nav__link,
    .gform_body .ginput_container_consent button.m-page-nav__item[data-checked] .m-page-nav__link,
    .gform_footer button.m-page-nav__item .m-page-nav__link,
    .gform_footer input.m-page-nav__item[type='button'] .m-page-nav__link,
    .m-page-nav__item.gform_next_button .m-page-nav__link,
    .m-page-nav__item.gform_previous_button .m-page-nav__link,
    #nvl_movement_tracker button.m-page-nav__item .m-page-nav__link {
        position: unset;
        color: inherit;
    }

        .m-page-nav__item.a-button .m-page-nav__link:before,
        .gform_body .gfield .m-page-nav__item.add_list_item .m-page-nav__link:before,
        .gform_body .gfield .m-page-nav__item.delete_list_item .m-page-nav__link:before,
        .gform_body .gfield_checkbox button.m-page-nav__item[data-checked] .m-page-nav__link:before,
        .gform_body .ginput_container_fileupload .m-page-nav__item.gform_button_select_files .m-page-nav__link:before,
        .gform_body .ginput_container_consent button.m-page-nav__item[data-checked] .m-page-nav__link:before,
        .gform_footer button.m-page-nav__item .m-page-nav__link:before,
        .gform_footer input.m-page-nav__item[type='button'] .m-page-nav__link:before,
        .m-page-nav__item.gform_next_button .m-page-nav__link:before,
        .m-page-nav__item.gform_previous_button .m-page-nav__link:before,
        #nvl_movement_tracker button.m-page-nav__item .m-page-nav__link:before {
            top: 4px;
        }

        .m-page-nav__item.a-button .m-page-nav__link:after,
        .gform_body .gfield .m-page-nav__item.add_list_item .m-page-nav__link:after,
        .gform_body .gfield .m-page-nav__item.delete_list_item .m-page-nav__link:after,
        .gform_body .gfield_checkbox button.m-page-nav__item[data-checked] .m-page-nav__link:after,
        .gform_body .ginput_container_fileupload .m-page-nav__item.gform_button_select_files .m-page-nav__link:after,
        .gform_body .ginput_container_consent button.m-page-nav__item[data-checked] .m-page-nav__link:after,
        .gform_footer button.m-page-nav__item .m-page-nav__link:after,
        .gform_footer input.m-page-nav__item[type='button'] .m-page-nav__link:after,
        .m-page-nav__item.gform_next_button .m-page-nav__link:after,
        .m-page-nav__item.gform_previous_button .m-page-nav__link:after,
        #nvl_movement_tracker button.m-page-nav__item .m-page-nav__link:after {
            bottom: 4px;
            left: unset;
            transform: unset;
        }

.m-page-nav__item:not(.a-button):not(.gform_next_button):not(.gform_previous_button) .m-page-nav__link {
    color: var(--text-color);
}

.m-page-nav__link:hover {
    color: var(--text-color);
}

.m-page-nav__sub-list {
    transition: all .25s ease-in-out;
    position: absolute;
    opacity: 0;
    top: calc(100% - 10px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    min-width: 160px;
    border-radius: 10px;
    padding: 0 5px;
    box-sizing: border-box;
    background-color: var(--bg--card-color);
    box-shadow: 0 10px 20px rgba(0,0,0,.3);
    max-height: 0;
    overflow: hidden;
}

    .m-page-nav__sub-list:before {
        transition: all .25s ease-in-out;
        content: "";
        position: absolute;
        top: 1px;
        left: 50%;
        height: 15px;
        background: var(--bg--card-color);
        width: 15px;
        transform: translateY(-50%) rotate(45deg);
        border-radius: 4px;
        opacity: 0;
    }

.m-page-nav__sub-list--open {
    opacity: 1;
    margin-top: 10px;
    max-height: 600px;
    overflow: visible;
    padding: 12px 5px;
}

    .m-page-nav__sub-list--open:before {
        opacity: 1;
    }

.m-page-nav__sub-item .m-page-nav__link {
    display: block;
    padding: 6px 4px;
    border-radius: 4px;
    color: var(--text--base-color) !important;
    white-space: nowrap;
}

    .m-page-nav__sub-item .m-page-nav__link:after {
        display: none !important;
    }

    .m-page-nav__sub-item .m-page-nav__link:hover {
        background-color: var(--bg--bold-color);
        color: var(--theme--secondary-color);
    }

.m-page-nav__sub-item + .m-page-nav__sub-item {
    margin-top: 4px;
}

@media screen and (max-width: 950px) {
    .m-page-nav__list {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .m-page-nav__sub-list {
        transform: none;
        left: 0;
    }

        .m-page-nav__sub-list:before {
            left: 10%;
        }

    .m-page-nav__link.a-link--large {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 950px) {
    .m-page-nav {
        width: 100%;
    }

    .m-page-nav__list {
        width: 100%;
    }

    .m-page-nav__item {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        -webkit-tap-highlight-color: transparent;
    }

        .m-page-nav__item:after {
            width: 16px;
            height: 16px;
            transform: translateY(0px) rotate(-45deg);
            position: absolute;
            right: 0;
            top: 0;
            translate: 0 50%;
        }

    .m-page-nav__item--parent.m-page-nav__item--open:after {
        transform: rotate(45deg);
    }

    .m-page-nav__sub-list {
        position: relative;
        width: 100vw;
        padding-left: var(--container-padding);
        margin-left: calc(var(--container-padding) * -1);
        margin-top: 0;
        background: var(--mobile-sublist-background-color);
        box-shadow: none;
        border-radius: 0;
    }

        .m-page-nav__sub-list:before {
            display: none;
        }

    .m-page-nav__sub-item .m-page-nav__link.a-link,
    .m-page-nav__sub-item .m-timeline-cta-entry__card .m-heading-body-button-group__body a.m-page-nav__link,
    .m-timeline-cta-entry__card .m-heading-body-button-group__body .m-page-nav__sub-item a.m-page-nav__link {
        font-size: 1em;
        line-height: 1.25em;
        color: var(--text-color) !important;
        text-align: left;
        padding-left: 0;
    }

        .m-page-nav__sub-item .m-page-nav__link.a-link:hover,
        .m-page-nav__sub-item .m-timeline-cta-entry__card .m-heading-body-button-group__body a.m-page-nav__link:hover,
        .m-timeline-cta-entry__card .m-heading-body-button-group__body .m-page-nav__sub-item a.m-page-nav__link:hover {
            background-color: var(--mobile-background-color);
        }
}

.o-accordions-section {
    margin-top: var(--theme-margin);
    margin-bottom: var(--theme-margin);
    margin-left: auto;
    margin-right: auto;
    max-width: 996px;
}

.o-accordions-section__heading {
    font-family: gotham-bold;
    font-size: 2.25em;
    line-height: 1.27778em;
    color: var(--theme--secondary-color);
    padding-bottom: 20px;
}

.o-agent-hero {
    overflow: hidden;
    background-color: var(--bg--accent-color);
}

.o-agent-hero__container {
    display: flex;
    align-items: flex-start;
    gap: 100px;
    padding-top: 125px;
}

.o-agent-hero__image {
    flex: 0 1 588px;
    aspect-ratio: 1/1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 30px;
    z-index: 2;
}

.o-agent-hero__content {
    flex: 0 1 510px;
    position: relative;
    padding: 86px 0;
    margin-top: 60px;
    z-index: 1;
}

    .o-agent-hero__content::before {
        content: "";
        position: absolute;
        width: 70vw;
        height: 100%;
        top: 0;
        left: -50%;
        background-color: var(--theme--secondary-color);
        z-index: -1;
    }

.o-agent-hero__location {
    font-family: gotham-bold;
    font-size: 1.75em;
    line-height: 1.28571em;
    color: var(--text--inverted-color);
    margin-bottom: 20px;
}

.o-agent-hero__name {
    color: var(--text--inverted-color);
}

.o-agent-hero__information {
    margin: 50px 0;
}

@media screen and (max-width: 1024px) {
    .o-agent-hero__content:before {
        left: -70%;
    }
}

@media screen and (max-width: 950px) {
    .o-agent-hero__container {
        gap: 30px;
        padding-top: 110px;
    }

    .o-agent-hero__content:before {
        width: 100vw;
        left: -80%;
    }
}

@media screen and (max-width: 768px) {
    .o-agent-hero__container {
        flex-direction: column-reverse;
        gap: 0;
    }

    .o-agent-hero__content {
        flex: unset;
        margin-top: 0;
        padding: 40px 0;
    }

        .o-agent-hero__content:before {
            left: calc(var(--container-padding) * -1);
            height: calc(100% + 160px);
        }

    .o-agent-hero__image {
        flex: unset;
        width: Min(100%,320px);
        margin-left: auto;
        margin-top: -40px;
        aspect-ratio: 1/1;
    }
}

@media screen and (max-width: 600px) {
    .o-agent-hero__image {
        aspect-ratio: 4/3;
        margin-right: auto;
        margin-top: 0;
    }

    .o-agent-hero__content:before {
        height: calc(100% + 120px);
    }
}

.o-agents-map-feed {
    padding-top: 125px;
    padding-bottom: 60px;
    min-height: Min(100vh,1100px);
    box-sizing: border-box;
    width: 100%;
    position: relative;
    background-color: var(--bg--accent-color);
    --sidebar-width: 45vw;
}

.o-agents-map-feed__bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: var(--sidebar-width);
    background-color: var(--theme--secondary-color);
}

.o-agents-map-feed__container {
    display: flex;
}

.o-agents-map-feed__feed {
    z-index: 2;
    flex: 0 1 388px;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.o-agents-map-feed__map-container {
    flex: 1;
    position: relative;
    z-index: 1;
}

.o-agents-map-feed__map {
    position: sticky;
    top: 132px;
    width: 100%;
    height: calc(100vh - 200px);
    max-height: 910px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: var(--card-shadow);
}

.o-agents-map-feed__heading {
    color: var(--text--inverted-color);
    margin-bottom: 20px;
}

.o-agents-map-feed__form {
    background-color: var(--bg--card-color);
    padding: 32px;
    border-radius: 15px;
    width: calc(100% + 115px);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-shadow: var(--card-shadow);
}

    .o-agents-map-feed__form .js-find-location {
        transition: all .15s ease-in-out;
        opacity: 1;
        background: white;
        border: 4px solid var(--bg--bold-color);
        box-shadow: var(--card-shadow);
        border-top: none;
        padding-left: 10px;
        padding-right: 10px;
        z-index: 1;
        width: 100%;
        position: absolute;
        transform: scaleY(0);
        transform-origin: top;
    }

        .o-agents-map-feed__form .js-find-location:before {
            display: none;
        }

@keyframes fade-in-out {
    0%, 100% {
        opacity: .5;
    }

    50% {
        opacity: 1;
    }
}

.o-agents-map-feed__form .js-find-location--loading {
    animation: fade-in-out 2s infinite linear;
}

.o-agents-map-feed__form .js-find-location--show,
.o-agents-map-feed__form .js-find-location--loading {
    transform: scaleY(1);
}

.o-agents-map-feed__form .js-find-location--error {
    display: none;
}

.o-agents-map-feed__form-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.o-agents-map-feed__input-container {
    flex: 1;
    position: relative;
}

.o-agents-map-feed__input {
    width: 100%;
}

.o-agents-map-feed__results {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.o-agents-map-feed__result {
    width: 100%;
}

.o-agents-map-feed__contact {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.o-agents-map-feed__contact-heading {
    color: var(--text--inverted-color);
}

.o-agents-map-feed__contact-text {
    font-family: gotham-book;
    font-size: 1.125em;
    line-height: 1.44444em;
    color: var(--text--inverted-color);
}

    .o-agents-map-feed__contact-text a {
        transition: all .15s ease-in-out;
        color: var(--text--inverted-color);
        -webkit-text-decoration-color: var(--theme--primary-color);
        text-decoration-color: var(--theme--primary-color);
        text-underline-offset: 4px;
        text-decoration-thickness: 2px;
    }

        .o-agents-map-feed__contact-text a:hover {
            color: var(--text--inverted-color);
            text-underline-offset: 6px;
        }

.o-agents-map-feed__modal .m-modal__wrapper {
    border-radius: 12px;
}

@media screen and (max-width: 1024px) {
    .o-agents-map-feed {
        min-height: unset;
    }

    .o-agents-map-feed__bg {
        width: 100vw;
    }

    .o-agents-map-feed__feed {
        flex: 1;
        padding: 40px 0;
    }

    .o-agents-map-feed__form {
        width: 100%;
    }

    .o-agents-map-feed__map-container {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .o-agents-map-feed__form-row {
        flex-direction: column;
        align-items: unset;
    }
}

@media screen and (max-width: 390px) {
    .o-agents-map-feed__feed {
        padding: 20px 0;
    }

    .o-agents-map-feed__form {
        padding: 32px 16px;
    }
}

.admin-bar .o-agents-map-feed__map {
    top: 164px;
}

.o-agents-state-feed {
    margin-top: var(--theme-margin);
    margin-bottom: var(--theme-margin);
}

.o-agents-state-feed__results {
    margin-left: auto;
    margin-right: auto;
    max-width: 996px;
    display: flex;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
    max-height: 1200px;
    overflow: hidden;
    position: relative;
}

    .o-agents-state-feed__results:after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 240px;
        background: linear-gradient(180deg,transparent 0%,var(--bg--base-color) 50%);
    }

.o-agents-state-feed__button {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.o-agents-state-feed--expanded .o-agents-state-feed__results {
    max-height: unset;
}

    .o-agents-state-feed--expanded .o-agents-state-feed__results:after {
        display: none;
    }

.o-agents-state-feed--expanded .o-agents-state-feed__button {
    display: none;
}

.o-aligned-visual-content {
    margin-top: var(--theme-margin);
    margin-bottom: var(--theme-margin);
    box-sizing: border-box;
    width: 100%;
}

.o-aligned-visual-content__container {
    display: flex;
    justify-content: center;
    gap: 80px;
    position: relative;
}

.o-aligned-visual-content__content {
    flex: 0 1 50%;
    aspect-ratio: 1/1;
    justify-content: center;
}

    .o-aligned-visual-content__content .m-heading-body-button-group__heading {
        max-width: 500px;
    }

.o-aligned-visual-content__image {
    flex: 0 1 532px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 30px;
    position: relative;
}

.o-aligned-visual-content--body-only .o-aligned-visual-content__content {
    aspect-ratio: 16/9;
}

.o-aligned-visual-content--body-only .m-heading-body-button-group__body {
    font-size: 1.5em;
    line-height: 1.33333em;
}

@media screen and (max-width: 950px) {
    .o-aligned-visual-content__container {
        flex-direction: column;
        gap: 40px;
    }

    .o-aligned-visual-content__image {
        flex: unset;
        aspect-ratio: 16/9;
        width: 100%;
        max-width: 480px;
        align-self: center;
    }

    .o-aligned-visual-content__content {
        aspect-ratio: unset !important;
    }

        .o-aligned-visual-content__content .m-heading-body-button-group__heading {
            max-width: unset;
        }
}

.o-banner-callout-with-card-carousel {
    box-sizing: border-box;
    padding: 80px 0;
    background-color: var(--theme--secondary-color);
    position: relative;
}

.o-banner-callout-with-card-carousel__container {
    display: flex;
    align-items: flex-start;
    gap: 100px;
}

.o-banner-callout-with-card-carousel__content,
.o-banner-callout-with-card-carousel__slider {
    flex: 1;
}

@media screen and (max-width: 950px) {
    .o-banner-callout-with-card-carousel__container {
        gap: 50px;
    }
}

@media screen and (max-width: 768px) {
    .o-banner-callout-with-card-carousel__container {
        flex-direction: column;
        gap: 30px;
    }

    .o-banner-callout-with-card-carousel__slider {
        align-self: center;
    }
}

@media screen and (max-width: 500px) {
    .o-banner-callout-with-card-carousel__slider {
        width: calc(100% + var(--container-padding));
    }
}

.o-banner-callout {
    margin-top: 40px;
    margin-bottom: 40px;
}

.o-banner-callout__container {
    box-sizing: border-box;
    width: 100%;
    padding: 100px 60px 100px 80px;
    border-radius: 15px;
    background-color: var(--theme--secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
    position: relative;
}

.o-banner-callout__image {
    aspect-ratio: 486/346;
    flex: 0 1 486px;
    z-index: 2;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 30px;
}

.o-banner-callout__content {
    display: flex;
    flex-direction: column;
    gap: 38px;
    z-index: 2;
    flex: 0 1 520px;
}

.o-banner-callout__text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.o-banner-callout__heading {
    color: var(--text--inverted-color);
}

.o-banner-callout__body {
    font-family: gotham-book;
    font-size: 1.125em;
    line-height: 1.44444em;
    color: var(--text--inverted-color);
}

.o-banner-callout__buttons {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.o-banner-callout__visuals {
    height: 100%;
    position: absolute;
    aspect-ratio: 1/1;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 1;
    background: url("https://cdn-eblegdb.nitrocdn.com/VHmNeCEJJoKWfmvXkhEaOeHIrciUMhDg/assets/images/optimized/rev-8cc3cd1/www.nationalvanlines.com/wp-content/themes/useful-group/assets/images/nvl-map-graphic.png") no-repeat;
    background-size: contain;
    background-position: center center;
}

    .o-banner-callout__visuals.nitro-lazy {
        background-image: none !important;
    }

.o-banner-callout--body-only .o-banner-callout__body {
    font-family: gotham-bold;
    font-size: 1.75em;
    line-height: 1.28571em;
}

.o-banner-callout--no-image .o-banner-callout__content {
    flex: 1;
    flex-direction: row;
    justify-content: space-between;
}

.o-banner-callout--no-image .o-banner-callout__text-wrapper {
    flex: 0 1 690px;
}

.o-banner-callout--no-image .o-banner-callout__buttons {
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
}

.o-banner-callout--clear .o-banner-callout__container {
    background-color: transparent;
}

.o-banner-callout--clear .o-banner-callout__heading {
    color: var(--text--heading-color);
}

.o-banner-callout--clear .o-banner-callout__body {
    color: var(--text--base-color);
}

.o-banner-callout--clear .o-banner-callout__visuals {
    background: url("https://cdn-eblegdb.nitrocdn.com/VHmNeCEJJoKWfmvXkhEaOeHIrciUMhDg/assets/images/optimized/rev-8cc3cd1/www.nationalvanlines.com/wp-content/themes/useful-group/assets/images/nvl-map-graphic-gray.png") no-repeat;
}

    .o-banner-callout--clear .o-banner-callout__visuals.nitro-lazy {
        background-image: none !important;
    }

@media screen and (max-width: 1024px) {
    .o-banner-callout__image {
        aspect-ratio: 1/1;
    }
}

@media screen and (max-width: 950px) {
    .o-banner-callout__container {
        gap: 40px;
        padding: 60px 30px 60px 40px;
    }

    .o-banner-callout__image {
        flex: 0 1 360px;
        aspect-ratio: 3/4;
    }
}

@media screen and (max-width: 768px) {
    .o-banner-callout__container {
        flex-direction: column;
        padding: 40px 20px;
    }

    .o-banner-callout__image {
        flex: unset;
        aspect-ratio: 16/9;
        width: 100%;
        max-width: 430px;
    }

    .o-banner-callout__content {
        flex: unset !important;
    }

    .o-banner-callout__visuals {
        height: 100%;
        width: 100%;
        overflow: hidden;
        display: flex;
        align-items: center;
    }
}

@media screen and (max-width: 600px) {
    .o-banner-callout {
        padding-left: calc(var(--container-padding) / 2);
        padding-right: calc(var(--container-padding) / 2);
    }

    .o-banner-callout__buttons {
        flex-direction: column !important;
        justify-content: center !important;
    }

    .o-banner-callout--no-image .o-banner-callout__content {
        flex-direction: column;
        justify-content: center;
    }

    .o-banner-callout--no-image .o-banner-callout__text-wrapper {
        flex: unset;
    }
}

.o-callout-checklist-sticker {
    margin-top: var(--theme-margin);
    margin-bottom: var(--theme-margin);
}

.o-callout-checklist-sticker__container {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.o-callout-checklist-sticker__heading {
    font-size: 2.25em;
    line-height: 1.27778em;
    color: var(--theme--secondary-color);
    margin-bottom: 18px;
}

.o-callout-checklist-sticker__content {
    display: flex;
    align-items: center;
    gap: 60px;
    padding: 80px 0 80px 80px;
    background: var(--theme--secondary-color);
    border-radius: 15px;
    position: relative;
}

.o-callout-checklist-sticker__checklist {
    flex: 1 0 50%;
}

.o-callout-checklist-sticker__image {
    flex: 0 1 552px;
    aspect-ratio: 552/511;
    margin-top: -120px;
    margin-bottom: -120px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    border-radius: 30px;
}

.o-callout-checklist-sticker__sticker {
    transition: all .5s cubic-bezier(.5,-.1,.1,1.5);
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: rotate(11deg);
}

    .o-callout-checklist-sticker__sticker:hover {
        transform: rotate(0deg) scale(1.1);
        filter: drop-shadow(0px 6px 11px rgba(0,0,0,.3));
    }

.o-callout-checklist-sticker__footer {
    font-family: gotham-bold;
    font-size: 1.75em;
    line-height: 1.28571em;
    color: var(--text--heading-color);
    max-width: 50%;
}

    .o-callout-checklist-sticker__footer a {
        transition: all .15s ease-in-out;
        font-style: normal;
        color: var(--theme--primary-color);
        text-decoration: none;
    }

        .o-callout-checklist-sticker__footer a:hover {
            color: var(--theme--primary-color);
            text-decoration: underline;
        }

@media screen and (max-width: 1200px) {
    .o-callout-checklist-sticker__content {
        padding: 60px 0 60px 60px;
    }

    .o-callout-checklist-sticker__checklist {
        flex: 1 0 40%;
    }

    .o-callout-checklist-sticker__sticker {
        right: 10%;
        left: unset;
    }
}

@media screen and (max-width: 950px) {
    .o-callout-checklist-sticker__content {
        flex-direction: column;
        padding: 40px;
    }

    .o-callout-checklist-sticker__checklist {
        flex: unset;
    }

    .o-callout-checklist-sticker__image {
        flex: unset;
        margin: 0;
        aspect-ratio: 4/3;
        width: 100%;
        max-height: 480px;
    }

    .o-callout-checklist-sticker__sticker {
        right: 0;
        transform: rotate(11deg);
    }

    .o-callout-checklist-sticker__footer {
        max-width: calc(100% - 220px);
    }
}

@media screen and (max-width: 600px) {
    .o-callout-checklist-sticker__content {
        padding: 40px 20px;
    }

    .o-callout-checklist-sticker__sticker {
        bottom: -50px;
        right: calc(var(--container-padding) * -1);
    }

    .o-callout-checklist-sticker__footer {
        max-width: 100%;
        margin-top: 30px;
        text-align: center;
    }
}

@media screen and (max-width: 320px) {
    .o-callout-checklist-sticker__sticker {
        right: 0;
    }
}

.o-captioned-image-card-carousel__slide {
    height: 100%;
}

.o-captioned-image-cards-grid {
    margin-top: var(--theme-margin);
    margin-bottom: var(--theme-margin);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.o-captioned-image-cards-grid__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.o-captioned-image-cards-grid__heading {
    flex: 1 1 300px;
}

.o-captioned-image-cards-grid__buttons {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.o-captioned-image-cards-grid__content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.o-captioned-image-cards-grid__list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    width: 100%;
}

.o-captioned-image-cards-grid__item {
    flex: 1;
    min-width: 280px;
    max-width: 384px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.o-captioned-image-cards-grid__card {
    width: unset;
}

@media screen and (max-width: 768px) {
    .o-captioned-image-cards-grid__item {
        max-width: unset;
    }

    .o-captioned-image-cards-grid__card {
        aspect-ratio: unset;
    }
}

@media screen and (max-width: 500px) {
    .o-captioned-image-cards-grid__header {
        justify-content: center;
    }

    .o-captioned-image-cards-grid__heading {
        text-align: center;
    }

    .o-captioned-image-cards-grid__buttons {
        flex-direction: column;
        justify-content: center;
    }
}

.o-card-cta {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 0 100px;
    position: relative;
    background-color: var(--theme--secondary-color);
    margin-top: 300px;
}

    .o-card-cta::before {
        content: "";
        background-image: url("https://cdn-eblegdb.nitrocdn.com/VHmNeCEJJoKWfmvXkhEaOeHIrciUMhDg/assets/images/optimized/rev-8cc3cd1/www.nationalvanlines.com/wp-content/themes/useful-group/assets/images/stripes.svg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        width: 400px;
        aspect-ratio: 1/1;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .o-card-cta::after {
        content: "";
        background-image: url("https://cdn-eblegdb.nitrocdn.com/VHmNeCEJJoKWfmvXkhEaOeHIrciUMhDg/assets/images/optimized/rev-8cc3cd1/www.nationalvanlines.com/wp-content/themes/useful-group/assets/images/stripes-tip.svg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        height: 320px;
        aspect-ratio: 1/1;
        top: -200px;
        left: 50%;
        transform: rotate(-90deg) translateY(-50%);
    }

.o-card-cta__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    min-height: 320px;
    padding: 80px;
    background-color: var(--bg--card-color);
    box-shadow: var(--card-shadow);
    border-radius: 15px;
    overflow: hidden;
    z-index: 1;
    transform: translateY(-80px);
    position: relative;
}

.o-card-cta__heading {
    padding-bottom: 10px;
    color: var(--theme--secondary-color);
    text-align: center;
}

.o-card-cta__buttons {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
}

@media screen and (max-width: 1024px) {
    .o-card-cta {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 768px) {
    .o-card-cta__card {
        padding: 40px;
    }
}

@media screen and (max-width: 600px) {
    .o-card-cta {
        margin-top: 220px;
    }

    .o-card-cta__buttons {
        flex-wrap: wrap;
        justify-content: center;
    }

    .o-card-cta__heading {
        font-size: 1.75em;
        line-height: 1.28571em;
    }

    .o-card-cta__card {
        padding: 40px 20px;
    }

    .o-card-cta:before {
        width: 300px;
    }

    .o-card-cta:after {
        height: 230px;
    }
}

.o-centered-card-hero {
    width: 100%;
    position: relative;
    padding-top: 120px;
    padding-bottom: 60px;
    background-color: var(--theme--secondary-color);
}

.o-centered-card-hero__image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 400px;
    border-radius: 15px;
    margin-bottom: -80px;
}

.o-centered-card-hero__card {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    box-sizing: border-box;
    width: 90%;
    max-width: 1045px;
    padding: 60px 80px;
    min-height: 224px;
    margin-bottom: 25px;
    background-color: var(--bg--card-color);
    box-shadow: var(--card-shadow);
    border-radius: 15px;
    position: relative;
}

.o-centered-card-hero__title {
    text-align: center;
}

.o-centered-card-hero__buttons {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media screen and (max-width: 768px) {
    .o-centered-card-hero__card {
        padding: 40px;
    }
}

@media screen and (max-width: 600px) {
    .o-centered-card-hero {
        padding-bottom: 20px;
    }

    .o-centered-card-hero__card {
        padding: 40px 10px;
        width: calc(100% + var(--container-padding));
        margin-left: calc(( var(--container-padding) / 2 ) * -1);
    }

    .o-centered-card-hero__buttons {
        flex-direction: column;
        justify-content: center;
    }
}

.o-centered-card-links-grid {
    margin-top: 40px;
    margin-bottom: 40px;
}

.o-centered-card-links-grid__container {
    display: flex;
    flex-direction: column;
    gap: 44px;
}

.o-centered-card-links-grid__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.o-centered-card-links-grid__heading {
    font-family: gotham-bold;
    font-size: 2.25em;
    line-height: 1.27778em;
    color: var(--theme--secondary-color);
    text-align: center;
    margin-bottom: 18px;
}

.o-centered-card-links-grid__body {
    font-family: gotham-book;
    font-size: 1.125em;
    line-height: 1.44444em;
    color: var(--text--base-color);
    text-align: center;
}

.o-centered-card-links-grid__subheading {
    font-family: gotham-bold;
    font-size: 1.375em;
    line-height: 1.27273em;
    color: var(--text--heading-color);
    text-align: center;
}

.o-centered-card-links-grid__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 24px;
}

.o-centered-card-links-grid__item {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .o-centered-card-links-grid__grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 500px) {
    .o-centered-card-links-grid__grid {
        grid-template-columns: 1fr;
    }
}

.o-centered-content-card-block {
    margin-top: var(--theme-margin);
    margin-bottom: var(--theme-margin);
    box-sizing: border-box;
    width: 100%;
}

.o-centered-content-card-block__container {
    margin-left: auto;
    margin-right: auto;
    padding: 0 100px;
    position: relative;
}

.o-centered-content-card-block__card {
    box-sizing: border-box;
    width: 100%;
    min-height: 320px;
    padding: 100px;
    max-width: 996px;
    margin: 0 auto;
    background-color: var(--bg--bold-color);
    border-radius: 15px;
}

@media screen and (max-width: 1024px) {
    .o-centered-content-card-block__container {
        padding: 0 var(--container-padding);
    }
}

@media screen and (max-width: 950px) {
    .o-centered-content-card-block__card {
        padding: 40px;
    }
}

@media screen and (max-width: 600px) {
    .o-centered-content-card-block__container {
        padding: 0 calc(var(--container-padding) / 2);
    }

    .o-centered-content-card-block__card {
        padding: 40px 20px;
    }
}

.o-centered-content-cards-grid {
    margin-top: var(--theme-margin);
    margin-bottom: var(--theme-margin);
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    width: 100%;
}

.o-centered-content-cards-grid__container {
    padding: 0 100px;
    position: relative;
}

.o-centered-content-cards-grid__card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    min-height: 320px;
    padding: 80px 100px;
    max-width: 996px;
    margin: 0 auto;
    background-color: var(--bg--bold-color);
    border-radius: 15px;
    position: relative;
}

.o-centered-content-cards-grid__heading {
    text-align: center;
    margin-bottom: 46px;
}

.o-centered-content-cards-grid__grid {
    margin-left: -200px;
    margin-right: -200px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
}

.o-centered-content-cards-grid__item {
    flex: 0 0 30%;
    min-width: 320px;
}

@media screen and (max-width: 1024px) {
    .o-centered-content-cards-grid__container {
        padding: 0 var(--container-padding);
    }

    .o-centered-content-cards-grid__grid {
        margin-left: -100px;
        margin-right: -100px;
    }
}

@media screen and (max-width: 950px) {
    .o-centered-content-cards-grid__card {
        padding: 40px;
    }

    .o-centered-content-cards-grid__grid {
        margin-left: -40px;
        margin-right: -40px;
    }
}

@media screen and (max-width: 600px) {
    .o-centered-content-cards-grid__container {
        padding: 0 calc(var(--container-padding) / 2);
    }

    .o-centered-content-cards-grid__card {
        padding: 40px 20px;
    }

    .o-centered-content-cards-grid__grid {
        margin-left: -20px;
        margin-right: -20px;
    }
}

@media screen and (max-width: 320px) {
    .o-centered-content-cards-grid__item {
        min-width: 300px;
    }
}

.o-centered-text-block {
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 80px;
    margin-bottom: 80px;
}

    .o-centered-text-block::before,
    .o-centered-text-block::after {
        content: "";
        background-image: url("https://cdn-eblegdb.nitrocdn.com/VHmNeCEJJoKWfmvXkhEaOeHIrciUMhDg/assets/images/optimized/rev-8cc3cd1/www.nationalvanlines.com/wp-content/themes/useful-group/assets/images/stripes-tip.svg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        aspect-ratio: 1/1;
        flex: 0 1 258px;
    }

    .o-centered-text-block::after {
        transform: rotate(180deg);
    }

.o-centered-text-block__content {
    flex: 1;
    padding: 0 40px;
    min-width: Min(100vw,450px);
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.o-centered-text-block__heading {
    padding-bottom: 10px;
    color: var(--theme--secondary-color);
    text-align: center;
}

.o-centered-text-block__body {
    font-family: gotham-book;
    font-size: 1.125em;
    line-height: 1.44444em;
    color: var(--text--base-color);
    text-align: center;
}

.o-centered-text-block__button {
    margin-top: 28px;
}

.o-centered-text-block--body-only .o-centered-text-block__body {
    font-size: 1.375em;
    line-height: 1.27273em;
    color: var(--theme--secondary-color);
}

@media screen and (max-width: 950px) {
    .o-centered-text-block:before,
    .o-centered-text-block:after {
        position: absolute;
        width: 120px;
        left: 0;
    }

    .o-centered-text-block:after {
        right: 0;
        left: unset;
    }

    .o-centered-text-block__content {
        padding: 0 120px;
    }
}

@media screen and (max-width: 768px) {
    .o-centered-text-block__content {
        padding: 0 40px;
    }
}

.o-checklist-banner-callout {
    margin-top: var(--theme-margin);
    margin-bottom: var(--theme-margin);
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}

.o-checklist-banner-callout__bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 80%;
    background-color: var(--theme--secondary-color);
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.o-checklist-banner-callout__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}

.o-checklist-banner-callout__content {
    flex: 1;
    padding: 40px 0;
    z-index: 2;
}

.o-checklist-banner-callout__card {
    flex: 1;
    max-width: 526px;
    margin-top: -20px;
    margin-bottom: -20px;
    padding: 60px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    background-color: var(--bg--card-color);
    box-shadow: var(--card-shadow);
    border-radius: 15px;
    overflow: hidden;
    z-index: 1;
}

.o-checklist-banner-callout__card-heading {
    font-family: gotham-bold;
    font-size: 1.375em;
    line-height: 1.27273em;
    color: var(--text--heading-color);
    margin-bottom: 30px;
}

.o-checklist-banner-callout--overflow-bottom {
    padding-bottom: 70px;
}

    .o-checklist-banner-callout--overflow-bottom .o-checklist-banner-callout__container {
        align-items: flex-start;
    }

    .o-checklist-banner-callout--overflow-bottom .o-checklist-banner-callout__content {
        padding: 0;
    }

    .o-checklist-banner-callout--overflow-bottom .o-checklist-banner-callout__card {
        margin-top: -40px;
        margin-bottom: -132px;
    }

@media screen and (max-width: 950px) {
    .o-checklist-banner-callout__container {
        gap: 40px;
    }

    .o-checklist-banner-callout__card {
        padding: 30px;
    }
}

@media screen and (max-width: 768px) {
    .o-checklist-banner-callout {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .o-checklist-banner-callout--overflow-bottom {
        padding-bottom: 40px;
    }

    .o-checklist-banner-callout__bg {
        width: 100%;
        border-radius: 0;
        height: calc(100% - 90px);
    }

    .o-checklist-banner-callout__container {
        flex-direction: column;
    }

    .o-checklist-banner-callout__card {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        align-self: center;
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .o-checklist-banner-callout__card {
        padding: 20px;
        width: calc(100% + var(--container-padding));
    }
}

.o-collage-content-block {
    margin-top: var(--theme-margin);
    margin-bottom: var(--theme-margin);
    box-sizing: border-box;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
    position: relative;
}

.o-collage-content-block__content {
    flex: 0 1 50%;
}

.o-collage-content-block__collage {
    position: relative;
    flex: 0 1 548px;
    display: grid;
    justify-content: end;
    grid-template-columns: 178px 216px;
    grid-template-rows: 128px 216px 1fr;
    gap: 20px;
}

    .o-collage-content-block__collage:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 198px;
        height: 235px;
        z-index: 1;
        background-image: url("https://cdn-eblegdb.nitrocdn.com/VHmNeCEJJoKWfmvXkhEaOeHIrciUMhDg/assets/images/optimized/rev-8cc3cd1/www.nationalvanlines.com/wp-content/themes/useful-group/assets/images/badge-outline.svg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

.o-collage-content-block__image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 30px;
    z-index: 2;
}

    .o-collage-content-block__image:first-child {
        grid-row: span 2;
        width: 178px;
        height: 312px;
        align-self: end;
    }

    .o-collage-content-block__image:nth-child(2) {
        grid-row: 1;
        grid-column: 2;
        width: 128px;
        height: 128px;
    }

    .o-collage-content-block__image:nth-child(3) {
        grid-row: 2;
        grid-column: 2;
        width: 216px;
        height: 216px;
    }

    .o-collage-content-block__image:nth-child(4) {
        grid-row: 3;
        grid-column: span 2;
        width: 416px;
        height: 165px;
        margin-left: -100px;
    }

.o-collage-content-block--left .o-collage-content-block__collage {
    justify-content: start;
}

    .o-collage-content-block--left .o-collage-content-block__collage::before {
        left: unset;
        right: 0;
    }

@media screen and (max-width: 1024px) {
    .o-collage-content-block {
        flex-direction: column;
        gap: 30px;
    }

    .o-collage-content-block__collage {
        flex: unset;
        width: 100%;
        justify-content: center;
    }

        .o-collage-content-block__collage:before {
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);
        }
}

@media screen and (max-width: 768px) {
    .o-collage-content-block__image:nth-child(4) {
        margin-left: 0;
    }
}

@media screen and (max-width: 500px) {
    .o-collage-content-block__collage {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 128px 128px 128px;
    }

    .o-collage-content-block__image:first-child {
        align-self: start;
        height: 276px;
        width: 100%;
    }

    .o-collage-content-block__image:nth-child(3) {
        height: 128px;
        width: 128px;
    }

    .o-collage-content-block__image:nth-child(4) {
        width: 100%;
        justify-self: center;
    }
}

.o-faded-image-hero {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    width: 100%;
    background-color: var(--theme--secondary-color);
}

.o-faded-image-hero__container {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 550px;
    position: relative;
    padding-top: 240px;
    padding-bottom: 100px;
}

.o-faded-image-hero__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 586px;
}

.o-faded-image-hero__title {
    color: var(--text--inverted-color);
}

.o-faded-image-hero__kicker {
    font-family: gotham-regular;
    font-size: 1.875em;
    line-height: 1.33333em;
    color: var(--text--inverted-color);
}

@media screen and (max-width: 768px) {
    .o-faded-image-hero__kicker {
        font-size: 1.625em;
        line-height: 1.15385em;
    }
}

.o-faded-image-hero__bg-image {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 70%;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    box-shadow: inset 0 20px 100px 0px black;
}

.o-faded-image-hero__bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 70%;
    background-image: linear-gradient(to right,var(--theme--secondary-color) 50%,transparent);
}

@media screen and (max-width: 950px) {
    .o-faded-image-hero__bg-overlay {
        height: 100%;
        width: 100%;
        background-image: linear-gradient(to bottom right,var(--theme--secondary-color) 20%,transparent);
    }

    .o-faded-image-hero__bg-image {
        width: 100%;
        background-position: center;
    }
}

.o-featured-authors {
    margin-top: var(--theme-margin);
    margin-bottom: var(--theme-margin);
}

.o-featured-authors__heading {
    margin-bottom: 32px;
    text-align: center;
}

.o-featured-authors__list {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 32px 16px;
}

.o-featured-authors__item {
    flex: 1 1 300px;
    max-width: 400px;
    display: flex;
    justify-content: center;
}

.o-featured-authors__card {
    max-width: 400px;
}

.o-featured-document-callout {
    margin-top: var(--theme-margin);
    margin-bottom: var(--theme-margin);
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    width: 100%;
}

.o-featured-document-callout__container {
    padding: 0 100px;
    position: relative;
}

.o-featured-document-callout__callout {
    box-sizing: border-box;
    width: 100%;
    min-height: 320px;
    padding: 80px 100px;
    max-width: 996px;
    margin: 0 auto;
    background-color: var(--theme--secondary-color);
    border-radius: 15px;
    display: flex;
    align-items: flex-start;
    gap: 57px;
}

.o-featured-document-callout__image {
    width: 327px;
    margin-top: -40px;
    margin-bottom: -140px;
    filter: drop-shadow(0px 6px 11px rgba(0,0,0,.3));
}

@media screen and (max-width: 1024px) {
    .o-featured-document-callout__container {
        padding: 0 var(--container-padding);
    }
}

@media screen and (max-width: 950px) {
    .o-featured-document-callout__callout {
        padding: 40px;
        gap: 30px;
    }
}

@media screen and (max-width: 768px) {
    .o-featured-document-callout__callout {
        padding: 40px 20px;
        flex-direction: column;
        align-items: center;
    }

    .o-featured-document-callout__content {
        align-items: center;
        text-align: center;
    }

    .o-featured-document-callout__image {
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 600px) {
    .o-featured-document-callout__container {
        padding: 0 calc(var(--container-padding) / 2);
    }
}

.o-featured-form {
    box-sizing: border-box;
    width: 100%;
    padding: 100px 0;
    overflow: hidden;
}

.o-featured-form__container {
    padding: 0 100px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

    .o-featured-form__container::before,
    .o-featured-form__container::after {
        content: "";
        background-image: url("https://cdn-eblegdb.nitrocdn.com/VHmNeCEJJoKWfmvXkhEaOeHIrciUMhDg/assets/images/optimized/rev-8cc3cd1/www.nationalvanlines.com/wp-content/themes/useful-group/assets/images/stripes-tip.svg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        height: 60%;
        aspect-ratio: 1/1;
        top: 50%;
        transform: translateY(-50%);
        z-index: -1;
    }

    .o-featured-form__container::before {
        left: 0;
        transform: rotate(180deg) translateY(50%);
    }

    .o-featured-form__container::after {
        right: 0;
    }

.o-featured-form__card {
    display: flex;
    align-items: stretch;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    padding: 40px 80px;
    background-color: var(--bg--card-color);
    box-shadow: var(--card-shadow);
    border-radius: 15px;
    overflow: hidden;
    z-index: 1;
}

.o-featured-form--bold {
    background-color: var(--theme--secondary-color);
}

    .o-featured-form--bold .o-featured-form__container::before,
    .o-featured-form--bold .o-featured-form__container::after {
        background-image: url("https://cdn-eblegdb.nitrocdn.com/VHmNeCEJJoKWfmvXkhEaOeHIrciUMhDg/assets/images/optimized/rev-8cc3cd1/www.nationalvanlines.com/wp-content/themes/useful-group/assets/images/stripes-tip-blue.svg");
    }

.o-featured-form--accent {
    background-color: var(--bg--accent-color);
}

@media screen and (max-width: 1024px) {
    .o-featured-form__container {
        padding: 0 var(--container-padding);
        overflow: hidden;
        padding-bottom: 20px;
        margin-bottom: -20px;
    }
}

@media screen and (max-width: 950px) {
    .o-featured-form__card {
        padding: 40px;
    }
}

@media screen and (max-width: 600px) {
    .o-featured-form__container {
        padding: 0 calc(var(--container-padding) / 2);
    }

    .o-featured-form__card {
        padding: 40px 20px;
    }
}

.o-featured-icon-cards {
    margin-top: var(--theme-margin);
    margin-bottom: var(--theme-margin);
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 26px;
    width: 100%;
}

.o-featured-icon-cards__heading {
    font-family: gotham-bold;
    font-size: 1.75em;
    line-height: 1.35714em;
    color: var(--theme--secondary-color);
}

.o-featured-icon-cards__list {
    list-style: none;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.o-featured-icon-cards__item {
    flex: 0 1 213px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.o-featured-icon-cards__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

@media screen and (max-width: 500px) {
    .o-featured-icon-cards__heading {
        text-align: center;
    }
}

.o-featured-links {
    display: flex;
    flex-direction: column;
    gap: 48px 32px;
}

.o-featured-links__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.o-featured-links__heading {
    color: var(--theme--secondary-color);
}

.o-featured-links__list {
    list-style: none;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 48px;
    width: 100%;
}

.o-featured-links__item {
    flex: 0 1 306px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.o-featured-logos {
    padding-top: 20px;
    padding-bottom: 20px;
}

.o-featured-logos__list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.o-featured-logos__item,
.o-featured-logos__link {
    font-family: gotham-book;
    font-size: .875em;
    line-height: 1.42857em;
    color: var(--text--base-color);
    flex: 1 0 280px;
    max-width: 400px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.o-featured-logos__link {
    transition: all .15s ease-in-out;
    font-size: inherit;
}

@media (hover: hover) {
    .o-featured-logos__link:hover {
        background: var(--bg--bold-color);
    }
}

.o-featured-logos__image-wrapper {
    width: 84px;
    height: 60px;
    display: grid;
    place-items: center;
}

.o-featured-logos__image {
    width: 84px;
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain;
}

@media screen and (max-width: 950px) {
    .o-featured-logos {
        padding-left: 0;
        padding-right: 0;
    }
}

.o-featured-post {
    margin-top: var(--theme-margin);
    margin-bottom: var(--theme-margin);
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    display: flex;
    gap: 40px;
    padding: 36px 40px;
    background-color: var(--bg--bold-color);
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

    .o-featured-post::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100px;
        background-color: var(--theme--secondary-color);
    }

.o-featured-post__thumbnail {
    z-index: 1;
    flex: 1 0 352px;
    display: flex;
}

.o-featured-post__image {
    aspect-ratio: 352/264;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    border-radius: 15px;
    background-color: var(--bg--card-color);
    background-image: url("https://cdn-eblegdb.nitrocdn.com/VHmNeCEJJoKWfmvXkhEaOeHIrciUMhDg/assets/images/optimized/rev-8cc3cd1/www.nationalvanlines.com/wp-content/themes/useful-group/assets/images/full-logo.webp");
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

    .o-featured-post__image.nitro-lazy {
        background-image: none !important;
    }

.o-featured-post__content {
    flex: 1 0 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    z-index: 1;
}

.o-featured-post__title {
    font-family: gotham-bold;
    font-size: 1.75em;
    line-height: 1.28571em;
    color: var(--text--heading-color);
}

.o-featured-post__excerpt {
    font-family: gotham-book;
    font-size: 1.125em;
    line-height: 1.44444em;
    color: var(--text--base-color);
}

@media screen and (max-width: 950px) {
    .o-featured-post {
        flex-direction: column;
        padding-left: 120px;
    }

        .o-featured-post::before {
            width: 80px;
        }

    .o-featured-post__thumbnail {
        flex: unset;
    }

    .o-featured-post__image {
        aspect-ratio: 16/9;
        max-width: 600px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    .o-featured-post {
        padding-left: 100px;
    }

        .o-featured-post::before {
            width: 60px;
        }

    .o-featured-post__title {
        font-family: gotham-bold;
        font-size: 1.75em;
        line-height: 1.28571em;
        color: var(--text--heading-color);
    }
}

@media screen and (max-width: 600px) {
    .o-featured-post {
        padding: 36px 20px 36px 40px;
    }

        .o-featured-post::before {
            width: 20px;
        }

    .o-featured-post__excerpt {
        display: none;
    }

    .o-featured-post__title {
        font-size: 1.375em;
        line-height: 1.27273em;
    }
}

.o-featured-posts-callout {
    margin-top: var(--theme-margin);
    margin-bottom: var(--theme-margin);
    margin-left: auto;
    margin-right: auto;
    background-color: var(--theme--secondary-color);
    color: var(--text--inverted-color);
}

.o-featured-posts-callout__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}

.o-featured-posts-callout__content {
    flex: 1;
    padding: 40px 0;
}

.o-featured-posts-callout__card {
    flex: 1;
    max-width: 526px;
    margin-top: -20px;
    margin-bottom: -20px;
    padding: 30px 0;
    display: flex;
    align-items: stretch;
    box-sizing: border-box;
    background-color: var(--bg--card-color);
    box-shadow: var(--card-shadow);
    border-radius: 15px;
    overflow: hidden;
    z-index: 1;
}

.o-featured-posts-callout__list {
    list-style: none;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.o-featured-posts-callout__post .m-post__link {
    padding-top: 10px;
    padding-bottom: 10px;
}

.o-featured-posts-callout__post .m-post__title {
    color: var(--text--heading-color);
}

@media screen and (max-width: 950px) {
    .o-featured-posts-callout__container {
        gap: 40px;
    }
}

@media screen and (max-width: 768px) {
    .o-featured-posts-callout__container {
        flex-direction: column;
    }

    .o-featured-posts-callout__content {
        padding-bottom: 0;
    }

    .o-featured-posts-callout__card {
        width: 100%;
    }
}

.o-featured-posts {
    margin-top: var(--theme-margin);
    margin-bottom: var(--theme-margin);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.o-featured-posts__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.o-featured-posts__heading {
    color: var(--theme--secondary-color);
    flex: 1 1 300px;
}

.o-featured-posts__buttons {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.o-featured-posts__content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.o-featured-posts__list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
}

.o-featured-posts__item {
    flex: 0 0 33.333%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 950px) {
    .o-featured-posts__list {
        justify-content: space-between;
    }

    .o-featured-posts__item {
        flex: 1 0 280px;
    }
}

@media screen and (max-width: 500px) {
    .o-featured-posts__header {
        justify-content: center;
    }

    .o-featured-posts__heading {
        text-align: center;
    }

    .o-featured-posts__buttons {
        flex-direction: column;
        justify-content: center;
    }
}

.o-featured-quick-links-visuals {
    margin-top: var(--theme-margin);
    margin-bottom: var(--theme-margin);
    box-sizing: border-box;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.o-featured-quick-links-visuals__image {
    aspect-ratio: 1/1;
    flex: 0 1 615px;
    margin: -50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    position: relative;
}

    .o-featured-quick-links-visuals__image:after {
        content: "";
        position: absolute;
        top: -1px;
        left: -1px;
        width: 101%;
        height: 101%;
        background: radial-gradient(circle at 50% 50%,transparent 0%,var(--bg--base-color) 60%);
        border-radius: 50%;
    }

.o-featured-quick-links-visuals__content {
    flex: 0 1 65%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 34px;
}

.o-featured-quick-links-visuals__header {
    display: flex;
    flex-direction: column;
    gap: 23px;
}

.o-featured-quick-links-visuals__heading {
    font-size: 2.25em;
    line-height: 1.27778em;
    text-align: left;
    color: var(--theme--secondary-color);
}

@media screen and (max-width: 768px) {
    .o-featured-quick-links-visuals__heading {
        font-size: 1.625em;
        line-height: 1.61538em;
    }
}

@media screen and (max-width: 600px) {
    .o-featured-quick-links-visuals__heading {
        font-size: 1.375em;
        line-height: 1.72727em;
    }
}

@media screen and (max-width: 768px) {
    .o-featured-quick-links-visuals {
        overflow: hidden;
    }

    .o-featured-quick-links-visuals__image {
        margin-left: -120px;
        flex: 0 1 400px;
    }
}

@media screen and (max-width: 600px) {
    .o-featured-quick-links-visuals__image {
        position: absolute;
        width: Min(80%,300px);
        right: 0;
        top: 0;
    }

    .o-featured-quick-links-visuals__subheading {
        max-width: 65%;
    }

    .o-featured-quick-links-visuals__content {
        flex: unset;
    }
}

.o-featured-quick-links {
    background-color: var(--bg--accent-color);
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 80px 0;
}

.o-featured-quick-links__container {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.o-featured-quick-links__heading {
    font-size: 2.25em;
    line-height: 1.27778em;
    text-align: center;
    color: var(--theme--secondary-color);
}

@media screen and (max-width: 768px) {
    .o-featured-quick-links__heading {
        font-size: 1.625em;
        line-height: 1.61538em;
    }
}

@media screen and (max-width: 600px) {
    .o-featured-quick-links__heading {
        font-size: 1.375em;
        line-height: 1.72727em;
    }
}

.o-featured-quick-links__list {
    --fade-color: var(--bg--accent-color);
}

.o-featured-reviews {
    margin-top: var(--theme-margin);
    margin-bottom: var(--theme-margin);
    padding-bottom: 40px;
    padding-top: 40px;
    overflow: hidden;
}

.o-featured-reviews__content {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.o-featured-reviews__heading {
    font-family: gotham-bold;
    font-size: 1.75em;
    line-height: 1.28571em;
    color: var(--text--heading-color);
    flex: 0 0 100%;
    margin-bottom: 40px;
}

.o-featured-reviews__reviews {
    flex: 1 1 60%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 800px;
}

.o-featured-reviews__summary {
    flex: 1 0 385px;
    position: relative;
}

    .o-featured-reviews__summary::before {
        content: "";
        position: absolute;
        width: 80vw;
        height: calc(100% + 80px);
        top: -40px;
        left: -50%;
        background-color: var(--theme--secondary-color);
        z-index: -1;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
    }

@media screen and (max-width: 1024px) {
    .o-featured-reviews__content {
        flex-direction: column-reverse;
        position: relative;
    }

        .o-featured-reviews__content::before {
            content: "";
            position: absolute;
            width: 100vw;
            height: calc(100% + 80px);
            top: -40px;
            left: calc(var(--container-padding) * -1);
            background-color: var(--theme--secondary-color);
            z-index: -1;
        }

    .o-featured-reviews__summary {
        align-self: center;
        flex: unset;
    }

        .o-featured-reviews__summary::before {
            display: none;
        }

    .o-featured-reviews__reviews {
        flex: unset;
        flex-direction: row;
        max-width: unset;
    }

        .o-featured-reviews__reviews .m-review-card {
            flex: 1;
        }

    .o-featured-reviews__heading {
        text-align: center;
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 950px) {
    .o-featured-reviews__reviews {
        flex-direction: column;
    }
}

@media screen and (max-width: 600px) {
    .o-featured-reviews__summary {
        width: 100%;
    }
}

.o-featured-testimonies {
    box-sizing: border-box;
    padding: 80px 100px;
    background-color: var(--theme--secondary-color);
    position: relative;
}

.o-featured-testimonies__list {
    list-style: none;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 48px;
    width: 100%;
}

.o-featured-testimonies__item {
    flex: 0 1 213px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.o-featured-testimonies__image {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 68%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
    .o-featured-testimonies {
        padding: 60px;
    }
}

@media screen and (max-width: 600px) {
    .o-featured-testimonies {
        padding: 60px 40px;
    }
}

@media screen and (max-width: 500px) {
    .o-featured-testimonies {
        padding: 60px 20px;
    }
}

.o-floating-image-hero {
    width: 100%;
    position: relative;
}

.o-floating-image-hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 45vw;
    background-color: var(--theme--secondary-color);
}

@media screen and (max-width: 1230px) {
    .o-floating-image-hero__bg {
        width: 43vw;
    }
}

@media screen and (max-width: 1100px) {
    .o-floating-image-hero__bg {
        width: 40vw;
    }
}

.o-floating-image-hero__container {
    display: flex;
    align-items: center;
    gap: 32px;
    padding-top: 125px;
    padding-bottom: 40px;
}

@media screen and (max-width: 1200px) {
    .o-floating-image-hero__container {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 150px;
        padding-bottom: 60px;
    }
}

.o-floating-image-hero__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    z-index: 2;
    flex: 0 1 520px;
}

.o-floating-image-hero__title {
    color: var(--text--inverted-color);
}

.o-floating-image-hero__body {
    font-family: gotham-book;
    font-size: 1.125em;
    line-height: 1.44444em;
    color: var(--text--inverted-color);
}

.o-floating-image-hero__image {
    aspect-ratio: 792/657;
    flex: 0 1 792px;
    z-index: 2;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 30px;
}

@media screen and (max-width: 1024px) {
    .o-floating-image-hero__bg {
        width: 100vw;
        height: 80%;
    }

    .o-floating-image-hero__container {
        flex-direction: column;
        padding-top: 145px;
    }

    .o-floating-image-hero__content {
        flex: unset;
    }

    .o-floating-image-hero__image {
        flex: unset;
        height: 380px;
        width: calc(100% - ( var(--container-padding) * 2 ));
    }

    .o-floating-image-hero__button {
        align-self: center;
    }
}

@media screen and (max-width: 600px) {
    .o-floating-image-hero__image {
        height: 250px;
        width: 100%;
    }
}

@media screen and (min-width: 1400px) {
    .o-floating-image-hero__bg {
        width: 48vw;
    }
}

.o-floating-image-with-card-hero {
    width: 100%;
    position: relative;
    padding-top: 120px;
}

.o-floating-image-with-card-hero__bg {
    position: absolute;
    top: 120px;
    left: 0;
    height: calc(100% - 120px);
    width: 45vw;
    background-color: var(--theme--secondary-color);
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

@media screen and (max-width: 1230px) {
    .o-floating-image-with-card-hero__bg {
        width: 43vw;
    }
}

@media screen and (max-width: 1100px) {
    .o-floating-image-with-card-hero__bg {
        width: 40vw;
    }
}

.o-floating-image-with-card-hero__container {
    display: flex;
    align-items: center;
    gap: 32px;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    min-height: 440px;
}

@media screen and (max-width: 1200px) {
    .o-floating-image-with-card-hero__container {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 150px;
        padding-bottom: 60px;
    }
}

.o-floating-image-with-card-hero__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    z-index: 2;
    flex: 0 1 486px;
    padding-top: 32px;
    padding-bottom: 32px;
}

.o-floating-image-with-card-hero__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    padding: 60px 40px;
    min-height: 224px;
    margin-bottom: 25px;
    background-color: var(--bg--card-color);
    box-shadow: var(--card-shadow);
    border-radius: 15px;
    position: relative;
}

.o-floating-image-with-card-hero__title {
    color: var(--theme--secondary-color);
    text-align: center;
}

.o-floating-image-with-card-hero__main-button {
    position: absolute;
    bottom: 0;
    transform: translateY(50%);
}

.o-floating-image-with-card-hero__image {
    height: calc(100% - 120px);
    z-index: 1;
    position: absolute;
    width: 65%;
    right: 80px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 30px;
}

.o-floating-image-with-card-hero__button-container {
    min-height: 50px;
}

@media screen and (max-width: 1024px) {
    .o-floating-image-with-card-hero__image {
        width: 56%;
    }
}

@media screen and (max-width: 768px) {
    .o-floating-image-with-card-hero__bg {
        width: 80vw;
    }

    .o-floating-image-with-card-hero__container {
        flex-direction: column;
    }

    .o-floating-image-with-card-hero__content {
        padding-top: 0;
        padding-bottom: 0;
        justify-content: flex-start;
        align-items: center;
        min-width: 50%;
        flex: unset;
        align-self: flex-start;
    }

    .o-floating-image-with-card-hero__image {
        right: 0;
    }
}

@media screen and (max-width: 600px) {
    .o-floating-image-with-card-hero__card {
        padding: 60px 20px;
    }

    .o-floating-image-with-card-hero__image {
        display: none;
    }

    .o-floating-image-with-card-hero__bg {
        width: 100vw;
        border-radius: 0;
    }

    .o-floating-image-with-card-hero__content {
        width: 100%;
        align-items: center;
    }
}

@media screen and (min-width: 1400px) {
    .o-floating-image-with-card-hero__bg {
        width: 48vw;
    }
}

.o-frontpage-hero {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    width: 100%;
    background-color: var(--theme--secondary-color);
}

.o-frontpage-hero__container {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 800px;
    position: relative;
    padding-top: 240px;
}

.o-frontpage-hero__content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 586px;
}

.o-frontpage-hero__title {
    color: var(--text--inverted-color);
}

.o-frontpage-hero__body {
    font-family: gotham-regular;
    font-size: 1.875em;
    line-height: 1.33333em;
    color: var(--text--inverted-color);
}

@media screen and (max-width: 768px) {
    .o-frontpage-hero__body {
        font-size: 1.625em;
        line-height: 1.15385em;
    }
}

.o-frontpage-hero__phone-link {
    display: none;
}

.o-frontpage-hero__bg-image,
.o-frontpage-hero__bg-video {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 70%;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    box-shadow: inset 0 20px 100px 0px black;
}

.o-frontpage-hero__bg-video {
    max-width: unset;
}

    .o-frontpage-hero__bg-video .m-video-hosted__video {
        -o-object-fit: cover;
        object-fit: cover;
        background-color: var(--theme--secondary-color);
    }

    .o-frontpage-hero__bg-video:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 120px;
        background-image: linear-gradient(to bottom,var(--theme--secondary-color) 0%,rgba(var(--theme--secondary-color--rgb),.5) 50%,transparent);
    }

.o-frontpage-hero__bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 70%;
    background-image: linear-gradient(to right,var(--theme--secondary-color) 50%,transparent);
}

.o-frontpage-hero__form {
    box-sizing: border-box;
    padding: 40px;
    background-color: var(--bg--card-color);
    border-radius: 15px;
    box-shadow: var(--card-shadow);
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 100px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.o-frontpage-hero__form-label {
    font-family: gotham-regular;
    font-size: 1.25em;
    line-height: 1.2em;
    color: var(--text--base-color);
}

.o-frontpage-hero__form-field {
    max-width: 215px;
}

.o-frontpage-hero__form-title {
    display: none;
}

@media screen and (max-width: 600px) {
    .o-frontpage-hero--hybrid-bg .o-frontpage-hero__bg-video {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .o-frontpage-hero__form {
        padding: 40px 20px;
        gap: 10px;
    }

    .o-frontpage-hero__form-field {
        max-width: 200px;
    }
}

@media screen and (max-width: 950px) {
    .o-frontpage-hero__bg-overlay {
        height: 100%;
        width: 100%;
        background-image: linear-gradient(to bottom right,var(--theme--secondary-color) 20%,transparent);
    }

    .o-frontpage-hero__bg-image,
    .o-frontpage-hero__bg-video {
        width: 100%;
        background-position: center;
    }

    .o-frontpage-hero__form {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    .o-frontpage-hero__form {
        margin-left: auto;
        margin-right: auto;
        -moz-column-gap: 0;
        column-gap: 0;
        margin-top: 60px;
    }

    .o-frontpage-hero__form-label {
        flex: 1 0 30%;
    }

    .o-frontpage-hero__form-field {
        flex: 1 0 50%;
        max-width: unset;
    }
}

@media screen and (max-width: 500px) {
    .o-frontpage-hero__container {
        padding-top: 150px;
        min-height: 600px;
    }

    .o-frontpage-hero__phone-link {
        margin-left: auto;
        margin-right: auto;
        display: flex;
        margin-top: 30px;
    }

    .o-frontpage-hero__form {
        padding: 20px 20px 30px 10px;
        width: 100%;
        margin-top: 30px;
        margin-bottom: 40px;
        -moz-column-gap: 5px;
        column-gap: 5px;
    }

    .o-frontpage-hero__form-title {
        display: block;
        width: 100%;
        text-align: center;
    }

    .o-frontpage-hero__form-label {
        font-size: 1em;
        line-height: 1.25em;
        text-align: right;
        flex: 1 0 20%;
    }

    .o-frontpage-hero__form-field {
        flex: 1 0 60%;
    }

        .o-frontpage-hero__form-field label,
        .o-frontpage-hero__form-field input {
            font-size: .875em;
            line-height: 2.14286em;
        }

        .o-frontpage-hero__form-field label {
            max-width: calc(100% - 21px);
            white-space: nowrap;
            overflow: hidden;
        }

    .o-frontpage-hero__form button {
        margin-top: 12px;
    }

    .o-frontpage-hero__bg-image {
        background-position: 70% 50%;
    }

    .o-frontpage-hero__title {
        font-size: 1.5em;
        line-height: 1.16667em;
    }

    .o-frontpage-hero__body {
        font-size: 1em;
        line-height: 1.25em;
    }
}

.o-hero-with-form {
    display: flex;
    flex-direction: column;
    background-color: var(--bg--accent-color);
    padding-bottom: var(--theme-margin);
}

.o-hero-with-form__hero {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 480px;
    background-color: var(--theme--secondary-color);
}

.o-hero-with-form--has-image .o-hero-with-form__hero {
    min-height: calc(465px + 81px);
}

.o-hero-with-form__container {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    width: 100%;
    max-width: 702px;
    position: relative;
    padding-top: 240px;
    padding-bottom: 196px;
}

.o-hero-with-form__title {
    color: var(--text--inverted-color);
    text-align: center;
}

.o-hero-with-form__body {
    font-family: gotham-book;
    font-size: 1.125em;
    line-height: 1.44444em;
    color: var(--text--inverted-color);
    text-align: center;
}

.o-hero-with-form__button {
    margin-top: 20px;
}

.o-hero-with-form__bg-image {
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% - 81px);
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: inset 0 35px 100px 0px black;
}

.o-hero-with-form__bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% - 81px);
    width: 100%;
    background-color: rgba(0,0,0,.2);
}

.o-hero-with-form__form {
    margin-top: -136px;
    z-index: 1;
}

.o-hero-with-form__card {
    display: flex;
    align-items: stretch;
    box-sizing: border-box;
    width: 100%;
    padding: 40px 80px;
    background-color: var(--bg--card-color);
    box-shadow: var(--card-shadow);
    border-radius: 15px;
    overflow: hidden;
}

@media screen and (max-width: 950px) {
    .o-hero-with-form__card {
        padding: 40px;
    }
}

@media screen and (max-width: 600px) {
    .o-hero-with-form__card {
        padding: 40px 20px;
    }
}

.o-icon-card-links-callout {
    margin-left: auto;
    margin-right: auto;
    margin-top: calc(var(--theme-margin) + 44px);
    margin-bottom: calc(var(--theme-margin) + 44px);
    color: var(--text--inverted-color);
    position: relative;
}

.o-icon-card-links-callout__bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 80%;
    background-color: var(--theme--secondary-color);
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.o-icon-card-links-callout__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}

.o-icon-card-links-callout__content {
    flex: 1;
    padding: 40px 0;
    z-index: 1;
}

.o-icon-card-links-callout__list {
    z-index: 1;
    flex: 1 0 690px;
    max-width: 690px;
    margin-top: -44px;
    margin-bottom: -44px;
    list-style: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.o-icon-card-links-callout__post .m-post__link {
    padding-top: 10px;
    padding-bottom: 10px;
}

.o-icon-card-links-callout__post .m-post__title {
    color: var(--text--heading-color);
}

@media screen and (max-width: 1024px) {
    .o-icon-card-links-callout__list {
        flex-basis: 480px;
    }
}

@media screen and (max-width: 950px) {
    .o-icon-card-links-callout__container {
        gap: 40px;
    }
}

@media screen and (max-width: 768px) {
    .o-icon-card-links-callout {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .o-icon-card-links-callout__bg {
        width: 100%;
        border-radius: 0;
    }

    .o-icon-card-links-callout__container {
        flex-direction: column;
    }
}

.o-image-content-card {
    margin-top: var(--theme-margin);
    margin-bottom: var(--theme-margin);
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    width: 100%;
}

.o-image-content-card__container {
    padding: 0 100px;
    position: relative;
    display: flex;
    max-width: var(--container-width);
}

    .o-image-content-card__container::before,
    .o-image-content-card__container::after {
        content: "";
        background-image: url("https://cdn-eblegdb.nitrocdn.com/VHmNeCEJJoKWfmvXkhEaOeHIrciUMhDg/assets/images/optimized/rev-8cc3cd1/www.nationalvanlines.com/wp-content/themes/useful-group/assets/images/stripes-tip.svg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        height: 60%;
        aspect-ratio: 1/1;
        top: 50%;
        transform: translateY(-50%);
    }

    .o-image-content-card__container::before {
        left: 0;
        transform: rotate(180deg) translateY(50%);
    }

    .o-image-content-card__container::after {
        right: 0;
    }

.o-image-content-card__card {
    display: flex;
    align-items: stretch;
    box-sizing: border-box;
    width: 100%;
    background-color: var(--bg--card-color);
    box-shadow: var(--card-shadow);
    border-radius: 15px;
    overflow: hidden;
    z-index: 1;
}

.o-image-content-card__image {
    flex: 0 1 395px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    min-height: 468px;
}

.o-image-content-card__content {
    justify-content: center;
    flex: 1 1 50%;
    padding: 40px;
    box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
    .o-image-content-card__container {
        padding: 0 var(--container-padding);
        overflow: hidden;
    }
}

@media screen and (max-width: 950px) {
    .o-image-content-card__card {
        flex-direction: column;
    }

    .o-image-content-card__image {
        flex: unset;
        background-size: contain;
        min-height: 360px;
    }
}

@media screen and (max-width: 600px) {
    .o-image-content-card__content {
        padding: 20px;
    }
}

.o-image-content-montage {
    margin-top: var(--theme-margin);
    margin-bottom: var(--theme-margin);
}

.o-image-content-montage__container {
    display: flex;
    flex-direction: column;
}

.o-image-content-montage__item--first {
    z-index: 2;
}

    .o-image-content-montage__item--first .m-image-content-block__image {
        margin-bottom: -72px;
    }

.o-image-content-montage__item--second {
    z-index: 1;
    margin: 0 100px;
    position: relative;
    transform-style: preserve-3d;
}

    .o-image-content-montage__item--second:before {
        position: absolute;
        z-index: -1;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        content: "";
        height: 86%;
        bottom: -67%;
        right: 180px;
        transform: translateZ(-1px) translateX(25%) rotate(180deg);
        aspect-ratio: 270/320;
        background-image: url("https://cdn-eblegdb.nitrocdn.com/VHmNeCEJJoKWfmvXkhEaOeHIrciUMhDg/assets/images/optimized/rev-8cc3cd1/www.nationalvanlines.com/wp-content/themes/useful-group/assets/images/stripes-tip.svg");
    }

.o-image-content-montage__item--third {
    z-index: 2;
}

    .o-image-content-montage__item--third .m-image-content-block__image {
        margin-top: -78px;
    }

@media screen and (max-width: 1024px) {
    .o-image-content-montage__item--first .m-image-content-block__image {
        margin-bottom: -28px;
    }

    .o-image-content-montage__item--second {
        margin: 0 20px;
    }

    .o-image-content-montage__item--third .m-image-content-block__image {
        margin-top: -28px;
    }
}

@media screen and (max-width: 768px) {
    .o-image-content-montage__container {
        gap: 20px;
    }

    .o-image-content-montage__item--first .m-image-content-block__image {
        margin-bottom: 0;
    }

    .o-image-content-montage__item--second {
        margin: 0;
    }

        .o-image-content-montage__item--second:before {
            display: none;
        }

    .o-image-content-montage__item--third .m-image-content-block__image {
        margin-top: 0;
    }
}

.o-image-gallery {
    margin-top: var(--theme-margin);
    margin-bottom: var(--theme-margin);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.o-image-gallery__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.o-image-gallery__heading {
    color: var(--theme--secondary-color);
    flex: 1 1 300px;
}

.o-image-gallery__buttons {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.o-image-gallery__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.o-image-gallery__list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 40px 48px;
    width: 100%;
}

.o-image-gallery__item {
    display: flex;
}

@media screen and (max-width: 950px) {
    .o-image-gallery__list {
        gap: 26px 30px;
    }
}

@media screen and (max-width: 768px) {
    .o-image-gallery__list {
        gap: 12px 16px;
    }
}

@media screen and (max-width: 600px) {
    .o-image-gallery__list {
        grid-template-columns: repeat(2,1fr);
    }
}

@media screen and (max-width: 500px) {
    .o-image-gallery__header {
        justify-content: center;
    }

    .o-image-gallery__heading {
        text-align: center;
    }

    .o-image-gallery__buttons {
        flex-direction: column;
        justify-content: center;
    }
}

@media screen and (max-width: 390px) {
    .o-image-gallery__list {
        grid-template-columns: 1fr;
    }
}

.o-info-cards-grid {
    margin-top: var(--theme-margin);
    margin-bottom: var(--theme-margin);
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.o-info-cards-grid__heading {
    font-size: 2.25em;
    line-height: 1.27778em;
    color: var(--theme--secondary-color);
    text-align: center;
    margin-bottom: 46px;
}

.o-info-cards-grid__ribbon {
    background: var(--bg--bold-color);
    position: absolute;
    width: Min(236px,15%);
    height: 76px;
    top: -14px;
    left: 0;
    z-index: -1;
}

    .o-info-cards-grid__ribbon:after {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        position: absolute;
        right: -38px;
        border-top: 38px solid transparent;
        border-bottom: 38px solid transparent;
        border-left: 38px solid var(--bg--bold-color);
    }

    .o-info-cards-grid__ribbon:last-child {
        right: 0;
        left: auto;
    }

        .o-info-cards-grid__ribbon:last-child:after {
            right: auto;
            left: -38px;
            border-left: 0;
            border-right: 38px solid var(--bg--bold-color);
        }

.o-info-cards-grid__grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
}

.o-info-cards-grid__item {
    flex: 0 0 30%;
    min-width: 320px;
}

@media screen and (max-width: 390px) {
    .o-info-cards-grid__ribbon {
        display: none;
    }
}

.o-inline-cta {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: var(--theme--secondary-color);
}

.o-inline-cta__container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.o-inline-cta__body {
    font-family: gotham-bold;
    font-size: 1.75em;
    line-height: 1.28571em;
    color: var(--text--inverted-color);
}

@media screen and (max-width: 600px) {
    .o-inline-cta__container {
        flex-direction: column;
        gap: 20px;
    }

    .o-inline-cta__body {
        text-align: center;
    }
}

.o-kicker-card-carousel__slide {
    height: 100%;
    max-width: Min(calc(100vw - ( var(--container-padding) * 2 ) - 24px),400px);
}

.o-kicker-card-carousel .slick-list {
    padding-bottom: 20px;
    padding-top: 15px;
    margin-top: -15px;
    margin-bottom: -20px;
}

@media screen and (max-width: 600px) {
    .o-kicker-card-carousel__slide {
        width: calc(100vw - ( var(--container-padding) * 2 ) - 24px);
    }
}

.o-numbered-text-card-carousel__slide {
    height: 100%;
}

.o-numbered-text-card-carousel .slick-list {
    padding-bottom: 20px;
    padding-top: 15px;
    margin-top: -15px;
    margin-bottom: -20px;
}

.o-numbered-text-card-slides__slide {
    height: 100%;
    width: 100%;
}

.o-numbered-text-card-slides .slick-list {
    padding: 15px 15px 20px !important;
    margin-top: -15px;
    margin-bottom: -20px;
}

.o-post-hero {
    overflow: hidden;
    margin-bottom: -30px;
}

.o-post-hero__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding-top: 125px;
    padding-bottom: 60px;
}

.o-post-hero__title {
    text-align: center;
}

.o-post-hero__image {
    aspect-ratio: 1200/566;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 15px;
    width: 100%;
    box-shadow: var(--card-shadow);
    margin-bottom: -30px;
}

.o-post-hero__back-button {
    align-self: flex-start;
}

.o-post-hero__share {
    transform: translateY(50%);
    margin-top: -20px;
}

@media screen and (max-width: 500px) {
    .o-post-hero__image {
        width: calc(100% + ( var(--container-padding) * 2 ));
        aspect-ratio: 16/9;
    }

    .o-post-hero__back-button {
        align-self: center;
    }
}

.o-posts-cards-block__filters {
    padding-top: 60px;
}

.o-posts-cards-block__wrapper {
    display: flex;
    flex-direction: column;
    gap: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.o-posts-cards-block__featured {
    margin-top: 0;
    margin-bottom: 0;
}

.o-posts-cards-block__feed {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.o-posts-cards-block--loading {
    opacity: .7;
    pointer-events: none;
}

.o-promotional-ad-space {
    max-width: 1156px;
    padding-left: 80px;
    padding-right: 80px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    margin-top: var(--theme-margin);
    margin-top: 0;
    margin-bottom: var(--theme-margin);
}

.o-promotional-ad-space__link {
    transition: all .15s ease-in-out;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    background-color: var(--bg--bold-color);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

    .o-promotional-ad-space__link:hover {
        box-shadow: 0px 3px 10px 1px rgba(0,0,0,.2);
    }

        .o-promotional-ad-space__link:hover .o-promotional-ad-space__button .a-arrow-button__arrow svg {
            width: 60px;
        }

            .o-promotional-ad-space__link:hover .o-promotional-ad-space__button .a-arrow-button__arrow svg line {
                scale: 2 1;
            }

            .o-promotional-ad-space__link:hover .o-promotional-ad-space__button .a-arrow-button__arrow svg path {
                translate: 17px 0px;
            }

.o-promotional-ad-space__image {
    width: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 200/150;
    border-radius: 10px;
}

.o-promotional-ad-space__content {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.o-promotional-ad-space__body {
    font-family: gotham-book;
    font-size: 1.125em;
    line-height: 1.33333em;
    color: var(--text--base-color);
}

.o-promotional-ad-space__button {
    flex: 1 0 44px;
}

@media screen and (max-width: 768px) {
    .o-promotional-ad-space {
        padding-left: var(--container-padding);
        padding-right: var(--container-padding);
    }

    .o-promotional-ad-space__link {
        flex-wrap: wrap;
    }

    .o-promotional-ad-space__image {
        width: 100%;
        aspect-ratio: 16/9;
    }

    .o-promotional-ad-space__content {
        flex: 1;
    }

    .o-promotional-ad-space__button {
        flex: 0 0 44px;
    }
}

.o-random-single-slide {
    margin-top: var(--theme-margin);
    margin-bottom: var(--theme-margin);
    overflow: hidden;
}

.o-random-single-slide__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 100px;
    position: relative;
}

.o-random-single-slide__header {
    display: flex;
    align-items: center;
    justify-content: center;
}

.o-random-single-slide__heading {
    color: var(--theme--secondary-color);
}

.o-random-single-slide__content {
    max-width: 996px;
    width: 100%;
}

.o-random-single-slide__item {
    padding: 0;
    box-sizing: border-box;
    max-width: unset;
    height: 100%;
}

.o-random-single-slide__buttons {
    padding: 40px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.o-random-single-slide .slick-slide {
    transition: all 1s ease-out;
    opacity: 0;
}

.o-random-single-slide .slick-active {
    transition: all 1s ease-in;
    opacity: 1 !important;
}

@media screen and (max-width: 1024px) {
    .o-random-single-slide__container {
        padding: 0 var(--container-padding);
    }
}

@media screen and (max-width: 600px) {
    .o-random-single-slide__container {
        padding: 0 calc(var(--container-padding) / 2);
    }
}

@media screen and (max-width: 500px) {
    .o-random-single-slide__buttons {
        flex-direction: column;
        gap: 30px;
        padding: 30px 0;
    }
}

.o-related-links {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background-color: var(--theme--secondary-color);
    padding-bottom: 70px;
}

    .o-related-links::before {
        content: "";
        background-image: url("https://cdn-eblegdb.nitrocdn.com/VHmNeCEJJoKWfmvXkhEaOeHIrciUMhDg/assets/images/optimized/rev-8cc3cd1/www.nationalvanlines.com/wp-content/themes/useful-group/assets/images/stripes.svg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        width: 400px;
        aspect-ratio: 1/1;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

.o-related-links__heading {
    font-size: 1.75em;
    line-height: 1.28571em;
    padding-bottom: 30px;
    color: var(--text--inverted-color);
    text-align: center;
    z-index: 2;
    position: relative;
}

.o-related-links__list {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 40px;
}

.o-related-links__item {
    flex: 1 0 80px;
    text-align: center;
}

.o-related-links__link {
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
}

@media screen and (max-width: 600px) {
    .o-related-links:before {
        width: 300px;
    }
}

.o-reviews-grid {
    margin-top: var(--theme-margin);
    margin-bottom: var(--theme-margin);
    padding-bottom: 40px;
}

.o-reviews-grid__content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.o-reviews-grid__heading {
    text-align: center;
    margin-bottom: 40px;
}

.o-reviews-grid__agent-link {
    align-self: flex-end;
    margin-top: -20px;
    margin-bottom: -20px;
}

@media screen and (max-width: 768px) {
    .o-reviews-grid__agent-link {
        align-self: center;
    }
}

.o-reviews-grid__summary {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    padding: 40px;
    background-color: var(--bg--card-color);
    box-shadow: var(--card-shadow);
    border-radius: 15px;
    margin-top: -80px;
    z-index: 1;
}

.o-reviews-grid__reviews {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.o-reviews-grid__review {
    flex: 1 0 300px;
    max-width: 600px;
}

.o-reviews-grid__text {
    font-family: gotham-book;
    font-size: 1.125em;
    line-height: 1.44444em;
    text-align: center;
    margin: 20px auto;
    color: var(--text--base-color);
}

@media screen and (max-width: 500px) {
    .o-reviews-grid__summary {
        padding: 20px;
    }
}

@media screen and (max-width: 390px) {
    .o-reviews-grid__review {
        flex-basis: 250px;
    }

    .o-reviews-grid__summary {
        margin-left: calc(var(--container-padding) * -1);
        margin-right: calc(var(--container-padding) * -1);
        border-radius: 0;
        box-shadow: none;
    }
}

.o-search-results-block__filters {
    padding-top: 60px;
}

.o-search-results-block__wrapper {
    display: flex;
    flex-direction: column;
    gap: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.o-search-results-block__featured {
    margin-top: 0;
    margin-bottom: 0;
}

.o-search-results-block__feed {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.o-search-results-block--loading {
    opacity: .7;
    pointer-events: none;
}

.o-search-results {
    margin-top: var(--theme-margin);
    margin-bottom: var(--theme-margin);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.o-search-results__content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.o-search-results__list {
    list-style: none;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.o-search-results__item:not(:last-child) {
    border-bottom: 1px solid var(--color--gray);
}

.o-slider-carousel {
    margin-top: var(--theme-margin);
    margin-bottom: var(--theme-margin);
    overflow: hidden;
}

.o-slider-carousel__container {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.o-slider-carousel__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.o-slider-carousel__heading {
    color: var(--theme--secondary-color);
    flex: 1 1 300px;
}

.o-slider-carousel__body {
    font-family: gotham-book;
    font-size: 1.125em;
    line-height: 1.44444em;
    color: var(--text--base-color);
    margin-top: -20px;
}

.o-slider-carousel__buttons {
    display: flex;
    align-items: center;
    gap: 12px;
}

.o-slider-carousel__item {
    padding: 0 12px;
    box-sizing: border-box;
    max-width: 612px;
    height: 100%;
}

.o-slider-carousel__navigation {
    padding: 26px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.o-slider-carousel__pagination {
    font-family: gotham-bold;
    font-size: 1em;
    line-height: 2.375em;
    color: var(--text--accent-color);
}

.o-slider-carousel__arrows {
    display: flex;
    align-items: center;
}

.o-slider-carousel__progress {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 4px;
    background-color: var(--bg--bold-color);
}

.o-slider-carousel__progress__fill {
    transition: all .5s ease-in-out;
    height: 100%;
    background-color: var(--theme--primary-color);
}

.o-slider-carousel--show-overflow .o-slider-carousel__list {
    width: 100vw;
    padding-left: calc(100vw - min((var(--container-width) + var(--container-padding) * 2),100vw));
    margin-left: calc(( 100vw - min((var(--container-width) + var(--container-padding) * 2),100vw) ) * -1);
}

.o-slider-carousel--show-overflow .o-slider-carousel--resetting .slick-slide[data-slick-index^='-'] {
    opacity: 1;
}

.o-slider-carousel--show-overflow .slick-list {
    overflow: visible;
}

.o-slider-carousel--show-overflow .slick-track {
    display: flex;
}

.o-slider-carousel--show-overflow .slick-slide {
    height: inherit;
}

    .o-slider-carousel--show-overflow .slick-slide > div {
        height: 100%;
    }

    .o-slider-carousel--show-overflow .slick-slide[data-slick-index^='-'] {
        transition: opacity .5s ease-in-out;
        opacity: 0;
        pointer-events: none;
    }

.o-slider-carousel--single-slide .o-slider-carousel__item {
    padding: 0;
}

@media screen and (max-width: 500px) {
    .o-slider-carousel__header {
        justify-content: center;
    }

    .o-slider-carousel__heading {
        text-align: center;
    }

    .o-slider-carousel__buttons {
        flex-direction: column;
        justify-content: center;
    }
}

.o-slim-hero {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 480px;
    background-color: var(--theme--secondary-color);
}

.o-slim-hero--has-image {
    min-height: calc(465px + 81px);
}

.o-slim-hero__container {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    width: 100%;
    max-width: 702px;
    position: relative;
    padding-top: 240px;
    padding-bottom: 60px;
}

.o-slim-hero__kicker {
    font-family: gotham-book;
    font-size: 1.125em;
    line-height: 1.44444em;
    color: var(--text--inverted-color);
    text-align: center;
}

.o-slim-hero__title {
    color: var(--text--inverted-color);
    text-align: center;
}

.o-slim-hero__body {
    font-family: gotham-book;
    font-size: 1.125em;
    line-height: 1.44444em;
    color: var(--text--inverted-color);
    text-align: center;
}

.o-slim-hero__button {
    margin-top: 20px;
}

.o-slim-hero__bg-image {
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% - 81px);
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: inset 0 35px 100px 0px black;
}

.o-slim-hero__bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% - 81px);
    width: 100%;
    background-color: rgba(0,0,0,.2);
}

.o-social-links-section {
    margin-top: var(--theme-margin);
    margin-bottom: var(--theme-margin);
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 55px;
    width: 100%;
}

.o-social-links-section__heading {
    color: var(--theme--secondary-color);
    text-align: center;
}

.o-social-links-section__list {
    list-style: none;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 48px;
    width: 100%;
}

.o-social-links-section__item {
    flex: 0 1 170px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.o-stacked-cards-hero {
    width: 100%;
    position: relative;
    padding-top: 125px;
    background-color: var(--bg--accent-color);
}

.o-stacked-cards-hero__bg {
    position: absolute;
    bottom: 0;
    right: 0;
    height: calc(100% - 164px);
    width: 70vw;
    background-color: var(--theme--secondary-color);
}

.o-stacked-cards-hero__container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 32px;
    padding-top: 60px;
    padding-bottom: 96px;
    position: relative;
    min-height: 685px;
}

.o-stacked-cards-hero__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    z-index: 2;
    flex: 0 1 588px;
    padding-top: 32px;
    padding-bottom: 32px;
}

.o-stacked-cards-hero__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    padding: 60px 40px;
    min-height: 224px;
    background-color: var(--bg--card-color);
    box-shadow: var(--card-shadow);
    border-radius: 15px;
    position: relative;
}

.o-stacked-cards-hero__title {
    color: var(--theme--secondary-color);
    text-align: center;
}

.o-stacked-cards-hero__kicker {
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
}

.o-stacked-cards-hero__body {
    font-family: gotham-book;
    font-size: 1.5em;
    line-height: 1.33333em;
    color: var(--text--heading-color);
    margin-top: 36px;
}

.o-stacked-cards-hero__image {
    height: calc(100% - 96px);
    width: 65%;
    z-index: 1;
    border-radius: 30px;
    position: absolute;
    left: var(--container-padding);
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.o-stacked-cards-hero--has-body .o-stacked-cards-hero__title,
.o-stacked-cards-hero--has-body .o-stacked-cards-hero__kicker {
    text-align: left;
    width: 100%;
}

.o-stacked-cards-hero--no-image .o-stacked-cards-hero__content {
    flex: 1;
    align-items: center;
}

.o-stacked-cards-hero--no-image .o-stacked-cards-hero__card {
    width: -moz-fit-content;
    width: fit-content;
    min-width: Min(500px,100%);
}

@media screen and (max-width: 950px) {
    .o-stacked-cards-hero__container {
        flex-direction: column;
        align-items: center;
        padding-bottom: 60px;
        min-height: unset;
        padding-top: 310px;
    }

    .o-stacked-cards-hero__image {
        height: 380px;
        width: calc(100% - ( var(--container-padding) * 2 ));
    }

    .o-stacked-cards-hero__content {
        justify-content: flex-start;
        min-width: 60%;
        padding: 0;
        max-width: 88%;
        flex: unset;
    }
}

@media screen and (max-width: 768px) {
    .o-stacked-cards-hero__bg {
        width: 80vw;
    }

    .o-stacked-cards-hero__body {
        font-size: 1.25em;
        line-height: 1.4em;
    }
}

@media screen and (max-width: 600px) {
    .o-stacked-cards-hero__container {
        padding-left: 0;
        padding-right: 0;
        padding-top: 220px;
    }

    .o-stacked-cards-hero__image {
        height: 250px;
    }

    .o-stacked-cards-hero__bg {
        width: 100vw;
    }

    .o-stacked-cards-hero__content {
        max-width: 96%;
    }

    .o-stacked-cards-hero__card {
        padding: 40px 20px;
        min-height: 160px;
    }

    .o-stacked-cards-hero__kicker {
        margin-bottom: 8px;
    }

    .o-stacked-cards-hero__body {
        margin-top: 18px;
    }
}

.o-tabbed-content {
    margin-top: var(--theme-margin);
    margin-bottom: var(--theme-margin);
    text-align: center;
}

.o-tabbed-content__heading {
    color: var(--theme--secondary-color);
    text-align: left;
    margin-bottom: 28px;
}

.o-team-members-grid {
    margin-top: var(--theme-margin);
    margin-bottom: var(--theme-margin);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.o-team-members-grid__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.o-team-members-grid__heading {
    color: var(--theme--secondary-color);
    flex: 1 1 300px;
}

.o-team-members-grid__buttons {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.o-team-members-grid__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.o-team-members-grid__list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 40px 48px;
    width: 100%;
}

.o-team-members-grid__item {
    display: flex;
}

@media screen and (max-width: 950px) {
    .o-team-members-grid__list {
        gap: 26px 30px;
    }
}

@media screen and (max-width: 768px) {
    .o-team-members-grid__list {
        gap: 12px 16px;
    }
}

@media screen and (max-width: 600px) {
    .o-team-members-grid__list {
        grid-template-columns: repeat(2,1fr);
    }
}

@media screen and (max-width: 500px) {
    .o-team-members-grid__header {
        justify-content: center;
    }

    .o-team-members-grid__heading {
        text-align: center;
    }

    .o-team-members-grid__buttons {
        flex-direction: column;
        justify-content: center;
    }
}

@media screen and (max-width: 390px) {
    .o-team-members-grid__list {
        grid-template-columns: 1fr;
    }
}

.o-text-block-with-cta {
    margin-top: var(--theme-margin);
    margin-bottom: var(--theme-margin);
    margin-left: auto;
    margin-right: auto;
}

.o-text-block-with-cta__container {
    display: flex;
    justify-content: space-between;
    gap: 54px;
}

.o-text-block-with-cta__left {
    flex: 0 0 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 36px;
}

.o-text-block-with-cta__right {
    flex: 0 1 60%;
}

.o-text-block-with-cta__button {
    margin-left: -14px;
}

.o-text-block-with-cta__body {
    font-family: gotham-book;
    font-size: 1.125em;
    line-height: 1.44444em;
    color: var(--text--base-color);
}

@media screen and (max-width: 768px) {
    .o-text-block-with-cta__container {
        flex-direction: column;
        gap: 30px;
    }

    .o-text-block-with-cta__left {
        flex: 1;
        align-items: center;
        gap: 20px;
    }

    .o-text-block-with-cta__heading {
        text-align: center;
    }

    .o-text-block-with-cta__right {
        flex: 1;
    }
}

.o-text-card-carousel__slide {
    height: 100%;
}

.o-text-card-carousel .slick-list {
    padding-bottom: 20px;
    padding-top: 15px;
    margin-top: -15px;
    margin-bottom: -20px;
}

.o-timeline {
    margin-top: var(--theme-margin);
    margin-bottom: var(--theme-margin);
    box-sizing: border-box;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 90px;
    background-color: var(--bg--accent-color);
}

.o-timeline__header {
    display: flex;
    align-items: center;
}

.o-timeline__inset {
    position: relative;
    flex: 0 0 220px;
    padding-bottom: 120px;
    margin-right: 60px;
}

    .o-timeline__inset::before {
        content: "";
        position: absolute;
        left: -2px;
        top: 50%;
        height: 50%;
        width: 4px;
        background-color: var(--theme--secondary-color);
    }

    .o-timeline__inset::after {
        content: "";
        position: absolute;
        left: 0px;
        top: 50%;
        height: 4px;
        width: 100%;
        background-color: var(--theme--secondary-color);
        transform: translateY(-50%);
    }

.o-timeline__list {
    list-style: none;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 768px) {
    .o-timeline__inset {
        flex-basis: 20px;
        margin-right: 20px;
    }
}

.o-video-carousel__slide {
    max-width: unset;
    border-radius: 15px;
    overflow: hidden;
}

.o-video-carousel .o-slider-carousel__header {
    justify-content: center;
}

.o-video-carousel .o-slider-carousel__heading {
    font-size: 2.25em;
    line-height: 1.27778em;
}

.o-video-carousel .o-slider-carousel__item {
    max-width: unset;
}

.o-video-content-block {
    margin-top: var(--theme-margin);
    margin-bottom: var(--theme-margin);
    box-sizing: border-box;
    width: 100%;
}

.o-video-content-block__container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
    position: relative;
}

.o-video-content-block__content {
    flex: 0 1 50%;
}

.o-video-content-block__video-container {
    aspect-ratio: 1/1;
    flex: 0 1 532px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 30px;
    position: relative;
}

.o-video-content-block__video-button {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%,-50%);
}

@media screen and (max-width: 950px) {
    .o-video-content-block__container {
        flex-direction: column-reverse;
    }

    .o-video-content-block__content {
        flex: unset;
    }

    .o-video-content-block__video-container {
        flex: unset;
        width: 100%;
        aspect-ratio: 16/9;
    }

    .o-video-content-block__video-button {
        left: 50%;
        top: 100%;
    }
}

.o-wysiwyg-block {
    margin-top: var(--theme-margin);
    margin-bottom: var(--theme-margin);
    --content-max-width: 792px;
    --container-width: Min(1200px,calc(100vw - 80px * 2));
    --content-padding: Max(calc(( var(--container-width) - var(--content-max-width) ) / 2),0px);
}

.o-wysiwyg-block__content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.o-wysiwyg-block__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.o-wysiwyg-block__text {
    display: grid;
    grid-template-columns: 1fr var(--container-padding) var(--content-padding) Min(var(--content-max-width),calc(100% - ( var(--container-padding) * 2 ))) var(--content-padding) var(--container-padding) 1fr;
    width: 100vw;
    max-width: 1800px;
    position: relative;
    left: 50%;
    translate: -50%;
}

    .o-wysiwyg-block__text > * {
        grid-column: 4;
    }

    .o-wysiwyg-block__text .full-bleed,
    .o-wysiwyg-block__text :has(>.full-bleed) {
        grid-column: 1/8;
    }

    .o-wysiwyg-block__text img {
        max-height: 500px;
        width: -moz-fit-content;
        width: fit-content;
        border-radius: 15px;
    }

        .o-wysiwyg-block__text img.alignnone {
            display: block;
            max-width: 100%;
            max-height: unset;
        }

        .o-wysiwyg-block__text img.aligncenter {
            max-height: unset;
            max-width: unset;
            width: calc(100% + var(--content-padding) * 2);
            margin-left: calc(var(--content-padding) * -1) !important;
            height: auto;
        }

        .o-wysiwyg-block__text img.alignleft {
            margin-left: calc(var(--content-padding) * -1);
        }

        .o-wysiwyg-block__text img.alignright {
            margin-right: calc(var(--content-padding) * -1);
        }

@media screen and (max-width: 500px) {
    .o-wysiwyg-block__text img.alignleft {
        margin-left: auto;
    }

    .o-wysiwyg-block__text img.alignright {
        margin-right: auto;
    }
}

.o-wysiwyg-block__text hr {
    width: calc(100% + var(--content-padding) * 2);
    margin-left: calc(var(--content-padding) * -1);
}

.o-wysiwyg-block__actions-container {
    display: grid;
    grid-template-columns: 1fr var(--container-padding) var(--content-padding) Min(var(--content-max-width),calc(100% - ( var(--container-padding) * 2 ))) var(--content-padding) var(--container-padding) 1fr;
    width: 100vw;
    max-width: 1800px;
    position: relative;
    left: 50%;
    translate: -50%;
}

    .o-wysiwyg-block__actions-container > * {
        grid-column: 4;
    }

    .o-wysiwyg-block__actions-container .full-bleed,
    .o-wysiwyg-block__actions-container :has(>.full-bleed) {
        grid-column: 1/8;
    }

.o-wysiwyg-block__actions {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 20px;
}

@media screen and (max-width: 600px) {
    .o-wysiwyg-block__container {
        padding-left: 0;
        padding-right: 0;
    }
}

.o-footer {
    background-color: var(--bg--accent-color);
}

.o-footer__top {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.o-footer__main {
    padding-right: 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
    background-color: var(--bg--accent-color);
}

.o-footer__main__top {
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    justify-content: space-between;
    gap: 48px;
}

.o-footer__main__bottom {
    padding-top: 18px;
    padding-bottom: 18px;
    border-top: 2px solid var(--bg--bold-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

.o-footer__social {
    flex: 1;
}

.o-footer__copyright {
    font-family: gotham-book;
    font-size: .875em;
    line-height: 1.71429em;
    color: var(--text--base-color);
    text-align: right;
    flex: 1 0 220px;
}

.o-footer__information {
    list-style: none;
}

.o-footer__information__item {
    font-family: gotham-book;
    font-size: 1em;
    line-height: 1.5em;
    color: var(--text--base-color);
    position: relative;
    padding-left: 24px;
}

.o-footer__information__item__icon {
    position: absolute;
    top: 0;
    left: 0;
}

.o-footer__information__item a {
    font-family: gotham-book;
    font-size: 1em;
    line-height: 1.5em;
    color: var(--text--base-color);
}

.o-footer__information__item + .o-footer__information__item {
    margin-top: 20px;
}

.o-footer__navigation {
    flex: 1;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.o-footer__navigation__col {
    flex: 1 0 175px;
}

.o-footer__navigation__list .m-page-nav__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
}

.o-footer__navigation__logo-link {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
}

.o-footer__navigation__logo-image {
    max-width: 100%;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
    height: 80px;
}

.o-footer__side {
    flex: 0 0 382px;
    margin-right: calc(var(--container-padding) * -1);
    background-color: var(--bg--bold-color);
    display: flex;
    align-items: center;
}

@media screen and (max-width: 950px) {
    .o-footer__top {
        flex-direction: column-reverse;
    }

    .o-footer__side {
        flex: unset;
        margin-left: calc(var(--container-padding) * -1);
    }

    .o-footer__main {
        padding-right: 0;
    }
}

@media screen and (max-width: 500px) {
    .o-footer__main__top {
        flex-direction: column;
    }

    .o-footer__main__bottom {
        justify-content: center;
    }

    .o-footer__social {
        display: flex;
        justify-content: center;
    }

    .o-footer__copyright {
        text-align: center;
    }
}

.o-header {
    transition: all .15s ease-in-out;
    width: 100vw;
    padding-top: 20px;
    position: fixed;
    top: 0;
    z-index: 9;
    --title-text-color: var(--text--inverted-color);
    --nav-text-color: var(--text--inverted-color);
    --nav-accent-text-color: var(--text--inverted-color);
    --mobile-menu-background-color: var(--theme--secondary-color);
    --mobile-submenu-background-color: var(--theme--secondary-color--hover);
}

.o-header__container {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.o-header__left {
    display: flex;
    align-items: center;
    gap: 8px 20px;
    flex-wrap: wrap;
    margin-right: 20px;
    flex: 1 0 180px;
}

@media screen and (max-width: 500px) {
    .o-header__left {
        max-width: 138px;
        flex: unset;
        justify-content: center;
    }
}

.o-header__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
}

.keyboard-in-use .o-header__logo:focus {
    outline: 2px dashed var(--state--focus-color) !important;
    outline-offset: 5px;
    transition: none;
}

.o-header__logo__color {
    display: none;
}

.o-header__logo img {
    width: 100%;
    max-height: 80px;
    height: auto;
}

@media screen and (max-width: 1024px) {
    .o-header__logo {
        max-width: 138px;
    }
}

@media screen and (max-width: 500px) {
    .o-header__logo {
        max-width: 110px;
    }
}

.o-header__logo__phone {
    font-size: 1em;
    line-height: 1.375em;
    display: none;
}

@media screen and (max-width: 950px) {
    .o-header__logo__phone {
        display: block;
    }
}

@media screen and (max-width: 500px) {
    .o-header__logo__phone {
        display: none;
    }
}

.o-header__page-title {
    font-family: gotham-bold;
    font-size: 1.375em;
    line-height: 1.27273em;
    color: var(--title-text-color);
    border-left: 2px solid var(--theme--secondary-color--hover);
    margin-left: 32px;
    padding-left: 32px;
    display: flex;
    align-items: center;
    min-width: 150px;
}

@media screen and (max-width: 1200px) {
    .o-header__page-title {
        margin-left: 24px;
        padding-left: 24px;
    }
}

@media screen and (max-width: 1024px) {
    .o-header__page-title {
        display: none;
    }
}

.o-header__navigation {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    box-sizing: border-box;
    height: 100%;
}

.o-header__navigation__wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.o-header__navigation__line {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

.o-header__navigation__list {
    --text-color: var(--nav-accent-text-color);
    --mobile-background-color: var(--mobile-menu-background-color);
    --mobile-sublist-background-color: var(--mobile-submenu-background-color);
}

.o-header__navigation__list--large {
    --text-color: var(--nav-text-color);
}

.o-header__navigation__phone {
    font-size: 1em;
    line-height: 1.375em;
    display: none;
}

@media screen and (max-width: 1200px) {
    .o-header__navigation .m-page-nav__list {
        gap: 15px;
    }
}

@media screen and (max-width: 950px) {
    .o-header__navigation {
        transition: all .15s ease-in-out;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100dvh;
        padding-top: 80px;
        background-color: var(--mobile-menu-background-color);
        overflow: auto;
        transform: translateY(-200%);
    }

    .o-header__navigation__wrapper {
        padding-inline: var(--container-padding);
        padding-bottom: 40px;
        align-items: flex-start;
        gap: 30px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .o-header__navigation__line {
        flex-direction: column;
        align-items: flex-start;
    }

        .o-header__navigation__line:first-child {
            order: 2;
        }

    .o-header__navigation--open {
        transform: translateY(0);
    }
}

@media screen and (max-width: 950px) {
    .o-header__navigation {
        padding-top: 120px;
    }

    .o-header__navigation__line {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .o-header__navigation {
        padding-top: 88px;
    }
}

.o-header__hamburger {
    --text-color: var(--nav-text-color);
}

.o-header__link {
    color: var(--nav-text-color);
    text-align: center;
}

    .o-header__link:hover {
        color: var(--nav-text-color);
    }

.o-header__search-trigger {
    color: var(--nav-text-color);
    padding: 0 8px;
}

    .o-header__search-trigger .a-button__text::before {
        top: unset;
        bottom: -3px;
    }

    .o-header__search-trigger .a-button__text::after {
        display: none;
    }

    .o-header__search-trigger .a-button__text svg #search {
        transition: all .15s ease-in-out;
        opacity: 1;
    }

    .o-header__search-trigger .a-button__text svg #clear {
        transition: all .15s ease-in-out;
        opacity: 0;
    }

.o-header__search-trigger--active .a-button__text svg #search {
    opacity: 0;
}

.o-header__search-trigger--active .a-button__text svg #clear {
    opacity: 1;
}

.o-header__search-trigger:hover {
    color: var(--nav-text-color);
}

.o-header__search {
    display: none;
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    min-width: 533px;
    background-color: var(--bg--card-color);
    box-shadow: var(--card-shadow--hover);
    pointer-events: none;
    z-index: 2;
    border-radius: 12px;
}

    .o-header__search:before {
        content: "";
        position: absolute;
        top: 1px;
        right: 142px;
        height: 15px;
        background: var(--bg--card-color);
        width: 15px;
        transform: translateY(-50%) rotate(45deg);
        border-radius: 4px;
    }

.o-header__search--open {
    pointer-events: unset;
}

.o-header__search .m-search__submit {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

@media screen and (max-width: 600px) {
    .o-header__search .m-search__submit {
        padding: 8px 14px;
    }
}

.o-header__search .m-field__input {
    border: 0px;
    height: 68px;
    padding-right: 150px;
}

@media screen and (max-width: 600px) {
    .o-header__search .m-field__input {
        padding-right: 120px;
    }
}

.o-header__mobile-nav {
    display: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 15px 20px;
    height: 100%;
}

    .o-header__mobile-nav .o-header__search-trigger .a-button__text {
        width: 20px;
        height: 20px;
        display: block;
    }

        .o-header__mobile-nav .o-header__search-trigger .a-button__text svg {
            width: 100%;
            height: 100%;
        }

    .o-header__mobile-nav .o-header__search {
        width: Min(533px,100vw);
        min-width: unset;
    }

        .o-header__mobile-nav .o-header__search:before {
            right: 95px;
        }

@media screen and (max-width: 500px) {
    .o-header__mobile-nav .o-header__search {
        border-radius: 0;
        top: calc(100% + 5px);
        box-shadow: 0px 19px 17px 0px rgba(0,0,0,.08);
        border-top: 1px solid var(--bg--bold-color);
    }

        .o-header__mobile-nav .o-header__search:before {
            border: 1px solid var(--bg--bold-color);
            border-bottom: none;
            border-right: none;
        }
}

@media screen and (max-width: 390px) {
    .o-header__mobile-nav .o-header__search:before {
        right: 75px;
    }
}

@media screen and (max-width: 320px) {
    .o-header__mobile-nav .o-header__search:before {
        right: 65px;
    }
}

@media screen and (max-width: 950px) {
    .o-header__mobile-nav {
        display: flex;
    }
}

@media screen and (max-width: 950px) {
    .o-header__navigation .o-header__search-trigger,
    .o-header__navigation .o-header__search {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .o-header {
        padding-top: 10px;
    }
}

@media screen and (min-width: 1025px) {
    .o-header--divided {
        --nav-text-color: var(--text--base-color);
        --nav-accent-text-color: var(--text--accent-color);
        --mobile-menu-background-color: var(--bg--card-color);
        --mobile-submenu-background-color: var(--bg--bold-color);
    }
}

.o-header--inverted,
.o-header--floating,
.o-header--no-scroll {
    --title-text-color: var(--text--base-color);
    --nav-text-color: var(--text--base-color);
    --nav-accent-text-color: var(--text--accent-color);
    --mobile-menu-background-color: var(--bg--card-color);
    --mobile-submenu-background-color: var(--bg--bold-color);
}

    .o-header--inverted .o-header__logo__white,
    .o-header--floating .o-header__logo__white,
    .o-header--no-scroll .o-header__logo__white {
        display: none;
    }

    .o-header--inverted .o-header__logo__color,
    .o-header--floating .o-header__logo__color,
    .o-header--no-scroll .o-header__logo__color {
        display: block;
    }

.o-header--floating {
    background-color: var(--bg--card-color);
    box-shadow: var(--card-shadow);
    padding-top: 15px;
    padding-bottom: 15px;
}

@media screen and (max-width: 768px) {
    .o-header:not(.o-header--floating) .o-header__navigation {
        padding-top: 100px;
    }
}

.o-header--no-scroll {
    position: relative;
    padding-bottom: 10px;
    top: 0 !important;
}

@media screen and (max-width: 950px) {
    .o-header__link.a-link--large {
        font-size: 1.5em;
        line-height: 1.16667em;
    }
}

@media screen and (max-width: 500px) {
    .o-header__container {
        padding-bottom: 0;
    }
}

.admin-bar .o-header {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar .o-header {
        top: 46px;
    }
}

@media screen and (max-width: 600px) {
    .admin-bar .o-header--floating {
        top: 0;
    }
}

.t-cobranded .o-footer__copyright {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.p-leads-map .o-header__navigation,
.p-leads-map .marker-app,
.p-leads-map .o-footer {
    display: none;
}

.p-leads-map .o-nvl-leads-map {
    box-sizing: border-box;
    position: relative;
    background-color: var(--bg--accent-color);
}

.p-leads-map .o-nvl-leads-map__heading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
    z-index: 1;
    padding: 35px;
    max-width: 1280px;
    background-color: var(--bg--accent-color);
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    overflow: hidden;
    box-shadow: var(--card-shadow);
}

.p-leads-map .o-nvl-leads-map__map {
    height: 100vh;
    width: 100vw;
}

.p-leads-map .o-nvl-leads-map__legend-item {
    font-family: gotham-regular;
}

.t-region__checklist .o-checklist-banner-callout__card {
    max-width: 690px;
}

.t-region__fun-facts,
.t-region__notable-people,
.t-region__landmarks {
    background: var(--bg--accent-color);
    padding-top: var(--theme-margin);
    padding-bottom: var(--theme-margin);
    margin-top: 0;
    margin-bottom: 0;
}

    .t-region__fun-facts + .t-region__fun-facts,
    .t-region__fun-facts + .t-region__notable-people,
    .t-region__fun-facts + .t-region__landmarks,
    .t-region__notable-people + .t-region__fun-facts,
    .t-region__notable-people + .t-region__notable-people,
    .t-region__notable-people + .t-region__landmarks,
    .t-region__landmarks + .t-region__fun-facts,
    .t-region__landmarks + .t-region__notable-people,
    .t-region__landmarks + .t-region__landmarks {
        padding-top: 0;
    }

.t-service__why-us {
    margin-top: var(--theme-margin);
    margin-bottom: var(--theme-margin);
    background: var(--bg--accent-color);
    padding: 72px 0;
}

    .t-service__why-us .o-aligned-visual-content {
        margin-top: 0;
    }

    .t-service__why-us .o-text-card-carousel {
        margin-bottom: 0;
    }

.t-service .o-text-card-carousel,
.t-service .o-aligned-visual-content,
.t-service .o-centered-card-links-grid {
    background: var(--bg--accent-color);
    padding-top: var(--theme-margin);
    padding-bottom: var(--theme-margin);
    margin-top: 0;
    margin-bottom: 0;
}

.t-service .o-featured-posts-callout {
    margin-top: 0;
    margin-bottom: 0;
}

.t-service .o-featured-form {
    background-color: var(--bg--accent-color);
}

.gform {
    background: red !important;
}

.gform_ajax_spinner {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100px;
    margin: 0 auto;
    height: auto;
}

.gform_required_legend {
    display: none;
}

.gform_validation_errors {
    font-family: gotham-bold;
    font-size: 1em;
    line-height: 1.375em;
    margin-top: 15px;
    text-align: center;
    color: var(--text--error-color);
}

.gform_fields {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.gform_body .gsection:not(:first-child) {
    border-top: 4px solid var(--bg--bold-color);
    padding-top: 40px;
}

.gform_body .gsection_title {
    color: var(--theme--secondary-color);
}

.gform_body .gsection_description {
    font-family: gotham-book;
    font-size: 1em;
    line-height: 1.25em;
    color: var(--text--base-color);
}

.gform_body .gfmc-container {
    width: 100%;
    flex-wrap: wrap;
}

    .gform_body .gfmc-container .gfmc-column {
        flex: 1 0 300px;
    }

.gform_body .gfield {
    flex: 1 100%;
    position: relative;
    margin-top: 32px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: flex;
    flex-direction: column;
}

    .gform_body .gfield.spacer {
        display: none;
    }

    .gform_body .gfield.gform_hidden,
    .gform_body .gfield_visibility_hidden,
    .gform_body .gfield.gfield--type-honeypot {
        display: none;
    }

    .gform_body .gfield .screen-reader-text,
    .gform_body .gfield .admin-hidden-markup {
        display: none;
    }

.gform_body .gfield--half,
.gform_body .gfield--width-half {
    max-width: calc(50% - 12px);
}

.gform_body .gfield--third,
.gform_body .gfield--width-third {
    max-width: calc(33% - 12px);
}

.gform_body .gfield--quarter,
.gform_body .gfield--width-quarter {
    max-width: calc(25% - 12px);
}

.gform_body .gfield_description {
    font-family: gotham-book;
    font-size: .875em;
    line-height: 1.28571em;
    color: var(--text--accent-color);
}

.gform_body .gfield_validation_message,
.gform_body .gfield .validation_message {
    font-family: gotham-regular;
    font-size: 1em;
    line-height: 1.375em;
    margin-top: 5px;
    color: var(--text--error-color);
}

.gform_body .gfield_required {
    color: var(--color--red);
    margin-left: 5px;
}

.gform_body .gfield .add_list_item,
.gform_body .gfield .delete_list_item {
    padding: 2px 18px;
}

.gform_body .gfield legend {
    font-family: gotham-regular;
    font-size: 1.25em;
    line-height: 1.4em;
    color: var(--text--base-color);
}

    .gform_body .gfield legend + .ginput_container {
        margin-top: 20px;
    }

.gform_body .gfield label {
    transition: all .15s ease-in-out;
    background-color: unset;
}

    .gform_body .gfield label.gfield_label--float {
        position: absolute;
        left: 17px;
        top: 14px;
    }

.gform_body .gfield--focused label.gfield_label--float {
    transform-origin: left;
    transform: scale(.8);
    left: 0;
    top: -22px;
    white-space: nowrap;
    max-width: 125%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gform_body .gfield.hidden_label .gfield_label,
.gform_body .gfield.hidden_label legend {
    display: none !important;
}

.gform_body .gfield_error input[type='text'],
.gform_body .gfield_error input[type='email'],
.gform_body .gfield_error input[type='tel'],
.gform_body .gfield_error input[type='number'],
.gform_body .gfield_error input[type='url'],
.gform_body .gfield_error select {
    border-color: var(--status--error-color);
    color: var(--text--error-color);
}

.gform_body .gfield_error .gfield_label {
    color: var(--text--error-color);
}

.gform_body .gfield .ginput_complex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 10px;
}

    .gform_body .gfield .ginput_complex > span {
        position: relative;
        flex: 1 0 150px;
    }

.gform_body .gfield input[type='text']:not(:placeholder-shown)::-moz-placeholder,
.gform_body .gfield input[type='text']:focus::-moz-placeholder,
.gform_body .gfield input[type='email']:not(:placeholder-shown)::-moz-placeholder,
.gform_body .gfield input[type='email']:focus::-moz-placeholder,
.gform_body .gfield input[type='tel']:not(:placeholder-shown)::-moz-placeholder,
.gform_body .gfield input[type='tel']:focus::-moz-placeholder,
.gform_body .gfield input[type='number']:not(:placeholder-shown)::-moz-placeholder,
.gform_body .gfield input[type='number']:focus::-moz-placeholder,
.gform_body .gfield input[type='url']:not(:placeholder-shown)::-moz-placeholder,
.gform_body .gfield input[type='url']:focus::-moz-placeholder,
.gform_body .gfield input[type='password']:not(:placeholder-shown)::-moz-placeholder,
.gform_body .gfield input[type='password']:focus::-moz-placeholder,
.gform_body .gfield select:not(:placeholder-shown)::-moz-placeholder,
.gform_body .gfield select:focus::-moz-placeholder {
    color: var(--text--accent-color);
}

.gform_body .gfield input[type='text']:not(:-moz-placeholder-shown)::placeholder,
.gform_body .gfield input[type='email']:not(:-moz-placeholder-shown)::placeholder,
.gform_body .gfield input[type='tel']:not(:-moz-placeholder-shown)::placeholder,
.gform_body .gfield input[type='number']:not(:-moz-placeholder-shown)::placeholder,
.gform_body .gfield input[type='url']:not(:-moz-placeholder-shown)::placeholder,
.gform_body .gfield input[type='password']:not(:-moz-placeholder-shown)::placeholder,
.gform_body .gfield select:not(:-moz-placeholder-shown)::placeholder {
    color: var(--text--accent-color);
}

.gform_body .gfield input[type='text']:not(:placeholder-shown)::placeholder,
.gform_body .gfield input[type='text']:focus::placeholder,
.gform_body .gfield input[type='email']:not(:placeholder-shown)::placeholder,
.gform_body .gfield input[type='email']:focus::placeholder,
.gform_body .gfield input[type='tel']:not(:placeholder-shown)::placeholder,
.gform_body .gfield input[type='tel']:focus::placeholder,
.gform_body .gfield input[type='number']:not(:placeholder-shown)::placeholder,
.gform_body .gfield input[type='number']:focus::placeholder,
.gform_body .gfield input[type='url']:not(:placeholder-shown)::placeholder,
.gform_body .gfield input[type='url']:focus::placeholder,
.gform_body .gfield input[type='password']:not(:placeholder-shown)::placeholder,
.gform_body .gfield input[type='password']:focus::placeholder,
.gform_body .gfield select:not(:placeholder-shown)::placeholder,
.gform_body .gfield select:focus::placeholder {
    color: var(--text--accent-color);
}

.gform_body .gfield select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: var(--text--base-color);
    background: url("https://cdn-eblegdb.nitrocdn.com/VHmNeCEJJoKWfmvXkhEaOeHIrciUMhDg/assets/images/optimized/rev-8cc3cd1/www.nationalvanlines.com/wp-content/themes/useful-group/assets/images/icons/chevron.svg") no-repeat 97% var(--color--white);
}

    .gform_body .gfield select.nitro-lazy {
        background-image: none !important;
    }

.gform_body .gfield textarea {
    font-family: gotham-regular;
    font-size: 1.125em;
    line-height: 1.44444em;
    width: 100%;
    padding: 16px;
    color: var(--text--base-color);
    border: 2px solid var(--color--gray);
    box-sizing: border-box;
}

    .gform_body .gfield textarea:-moz-placeholder-shown + label {
        left: 17px;
        top: 44px;
    }

    .gform_body .gfield textarea:placeholder-shown + label {
        left: 17px;
        top: 44px;
    }

    .gform_body .gfield textarea:not(:placeholder-shown)::-moz-placeholder,
    .gform_body .gfield textarea:focus::-moz-placeholder {
        color: var(--color--black);
    }

    .gform_body .gfield textarea:not(:-moz-placeholder-shown)::placeholder {
        color: var(--color--black);
    }

    .gform_body .gfield textarea:not(:placeholder-shown)::placeholder,
    .gform_body .gfield textarea:focus::placeholder {
        color: var(--color--black);
    }

    .gform_body .gfield textarea:not(:-moz-placeholder-shown) + label {
        left: 0px;
        top: 0;
        transform: translateY(0%);
    }

    .gform_body .gfield textarea:not(:placeholder-shown) + label,
    .gform_body .gfield textarea:focus + label {
        left: 0px;
        top: 0;
        transform: translateY(0%);
    }

.gform_body .gfield--type-html br {
    display: none;
}

.gform_body .gfield--type-html ul,
.gform_body .gfield--type-html ol {
    margin: 20px 0;
}

.gform_body .gfield--type-checkbox.gf_list_2col .gchoice {
    flex: 1 50%;
    max-width: 50%;
}

    .gform_body .gfield--type-checkbox.gf_list_2col .gchoice:nth-child(2) {
        margin-top: 0 !important;
    }

@media screen and (max-width: 800px) {
    .gform_body .gfield--type-checkbox.gf_list_2col .gchoice {
        flex: 1 100%;
        max-width: 100%;
        margin: 0;
    }

        .gform_body .gfield--type-checkbox.gf_list_2col .gchoice:not(:first-of-type) {
            margin-top: 16px !important;
        }
}

.gform_body .gfield--type-checkbox.gf_list_3col .gchoice {
    flex: 1 33%;
    max-width: 33%;
}

    .gform_body .gfield--type-checkbox.gf_list_3col .gchoice:nth-child(2),
    .gform_body .gfield--type-checkbox.gf_list_3col .gchoice:nth-child(3) {
        margin-top: 0 !important;
    }

@media screen and (max-width: 800px) {
    .gform_body .gfield--type-checkbox.gf_list_3col .gchoice {
        flex: 1 100%;
        max-width: 100%;
    }

        .gform_body .gfield--type-checkbox.gf_list_3col .gchoice:not(:first-of-type) {
            margin-top: 16px !important;
        }
}

.gform_body .gfield_checkbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
}

    .gform_body .gfield_checkbox .gchoice {
        position: relative;
        flex: 1 100%;
    }

        .gform_body .gfield_checkbox .gchoice:nth-child(1) ~ * {
            margin-top: 16px;
        }

        .gform_body .gfield_checkbox .gchoice input {
            position: absolute;
        }

            .gform_body .gfield_checkbox .gchoice input:checked + label:before {
                background-color: var(--theme--primary-color);
                border-color: var(--theme--primary-color);
            }

            .gform_body .gfield_checkbox .gchoice input:checked + label:after {
                background: url("https://cdn-eblegdb.nitrocdn.com/VHmNeCEJJoKWfmvXkhEaOeHIrciUMhDg/assets/images/optimized/rev-8cc3cd1/www.nationalvanlines.com/wp-content/themes/useful-group/assets/images/icons/checkmark-white-icon.svg") no-repeat 50% 50%;
                opacity: 1;
            }

.keyboard-in-use .gform_body .gfield_checkbox .gchoice input:focus + label {
    outline: 2px dashed var(--state--focus-color) !important;
    outline-offset: 5px;
    transition: none;
}

    .keyboard-in-use .gform_body .gfield_checkbox .gchoice input:focus + label:after {
        opacity: 1;
    }

.gform_body .gfield_checkbox .gchoice label {
    position: relative;
    top: initial;
    left: initial;
    padding-left: 42px;
    display: flex;
    line-height: 1.1em;
}

    .gform_body .gfield_checkbox .gchoice label:before {
        transition: all .15s ease-in-out;
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 24px;
        height: 24px;
        margin-top: -12px;
        border-radius: 2px;
        border: 2px solid var(--color--gray);
        background-color: var(--color--white);
        box-sizing: border-box;
    }

    .gform_body .gfield_checkbox .gchoice label:after {
        transition: all .15s ease-in-out;
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 24px;
        height: 24px;
        margin-top: -11px;
        background: url("https://cdn-eblegdb.nitrocdn.com/VHmNeCEJJoKWfmvXkhEaOeHIrciUMhDg/assets/images/optimized/rev-8cc3cd1/www.nationalvanlines.com/wp-content/themes/useful-group/assets/images/icons/checkmark-icon.svg") no-repeat 50% 50%;
        opacity: 0;
    }

    .gform_body .gfield_checkbox .gchoice label:hover:after {
        opacity: 1;
    }

.gform_body .gfield_checkbox button[data-checked] {
    padding: 2px 18px;
}

.gform_body .gfield .gfield_description + .ginput_container_radio {
    margin-top: 10px;
}

.gform_body .gfield--type-radio.gf_list_3col .gfield_radio {
    display: flex;
    flex-wrap: wrap;
}

.gform_body .gfield--type-radio.gf_list_3col .gchoice {
    flex: 1 33%;
    max-width: 33%;
}

    .gform_body .gfield--type-radio.gf_list_3col .gchoice:nth-child(2),
    .gform_body .gfield--type-radio.gf_list_3col .gchoice:nth-child(3) {
        margin-top: 0 !important;
    }

@media screen and (max-width: 800px) {
    .gform_body .gfield--type-radio.gf_list_3col .gchoice {
        flex: 1 100%;
        max-width: 100%;
    }

        .gform_body .gfield--type-radio.gf_list_3col .gchoice:not(:first-of-type) {
            margin-top: 16px !important;
        }
}

.gform_body .gfield--type-radio.gf_list_2col .gfield_radio {
    display: flex;
    flex-wrap: wrap;
}

.gform_body .gfield--type-radio.gf_list_2col .gchoice {
    flex: 1 50%;
    max-width: 50%;
}

    .gform_body .gfield--type-radio.gf_list_2col .gchoice:nth-child(2) {
        margin-top: 0 !important;
    }

@media screen and (max-width: 800px) {
    .gform_body .gfield--type-radio.gf_list_2col .gchoice {
        flex: 1 100%;
        max-width: 100%;
    }

        .gform_body .gfield--type-radio.gf_list_2col .gchoice:not(:first-of-type) {
            margin-top: 16px !important;
        }
}

.gform_body .gfield .gfield_radio .gchoice {
    position: relative;
}

    .gform_body .gfield .gfield_radio .gchoice + .gchoice {
        margin-top: 5px;
    }

.gform_body .gfield .gfield_radio input[type='radio'] {
    position: absolute;
    width: 0;
    height: 0;
}

    .gform_body .gfield .gfield_radio input[type='radio']:hover + label:before {
        border-width: 5px;
    }

    .gform_body .gfield .gfield_radio input[type='radio']:checked + label:before {
        border-width: 8px;
        border-color: var(--theme--primary-color);
    }

.gform_body .gfield .gfield_radio label {
    padding-left: 32px;
}

    .gform_body .gfield .gfield_radio label:before {
        transition: all .15s ease-in-out;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        border: 2px solid var(--color--gray);
        background-color: var(--color--white);
        box-sizing: border-box;
    }

.gform_body .ginput_container_fileupload input[type='file']:not([multiple]) + .gform_fileupload_rules {
    margin-top: 5px;
    display: block;
}

.gform_body .ginput_container_fileupload .gform_drop_area {
    border: 1px dashed var(--color--gray--dark);
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.gform_body .ginput_container_fileupload .gform_drop_instructions {
    font-family: gotham-regular;
    font-size: 1em;
    line-height: 1.25em;
    color: var(--text--base-color);
}

.gform_body .ginput_container_fileupload .gform_button_select_files {
    padding: 2px 18px;
}

.gform_body .ginput_container_fileupload .gform_fileupload_rules {
    font-family: gotham-regular;
    font-size: .75em;
    line-height: 1.33333em;
    color: var(--text--base-color);
}

.gform_body .ginput_preview {
    font-family: gotham-regular;
    font-size: .875em;
    line-height: 1.28571em;
    color: var(--text--base-color);
}

.gform_body .ginput_container_consent {
    position: relative;
    margin-top: 16px;
    margin-bottom: 16px;
}

    .gform_body .ginput_container_consent input {
        position: absolute;
    }

        .gform_body .ginput_container_consent input:checked + label:before {
            background-color: var(--theme--primary-color);
            border-color: var(--theme--primary-color);
        }

        .gform_body .ginput_container_consent input:checked + label:after {
            background: url("https://cdn-eblegdb.nitrocdn.com/VHmNeCEJJoKWfmvXkhEaOeHIrciUMhDg/assets/images/optimized/rev-8cc3cd1/www.nationalvanlines.com/wp-content/themes/useful-group/assets/images/icons/checkmark-white-icon.svg") no-repeat 50% 50%;
            opacity: 1;
        }

.keyboard-in-use .gform_body .ginput_container_consent input:focus + label {
    outline: 2px dashed var(--state--focus-color) !important;
    outline-offset: 5px;
    transition: none;
}

    .keyboard-in-use .gform_body .ginput_container_consent input:focus + label:after {
        opacity: 1;
    }

.gform_body .ginput_container_consent label {
    position: relative;
    top: initial;
    left: initial;
    padding-left: 42px;
    display: flex;
    line-height: 1.1em;
}

    .gform_body .ginput_container_consent label:before {
        transition: all .15s ease-in-out;
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 24px;
        height: 24px;
        margin-top: -12px;
        border-radius: 2px;
        border: 2px solid var(--color--gray);
        background-color: var(--color--white);
        box-sizing: border-box;
    }

    .gform_body .ginput_container_consent label:after {
        transition: all .15s ease-in-out;
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 24px;
        height: 24px;
        margin-top: -11px;
        background: url("https://cdn-eblegdb.nitrocdn.com/VHmNeCEJJoKWfmvXkhEaOeHIrciUMhDg/assets/images/optimized/rev-8cc3cd1/www.nationalvanlines.com/wp-content/themes/useful-group/assets/images/icons/checkmark-icon.svg") no-repeat 50% 50%;
        opacity: 0;
    }

    .gform_body .ginput_container_consent label:hover:after {
        opacity: 1;
    }

.gform_body .ginput_container_consent button[data-checked] {
    padding: 2px 18px;
    margin-top: 0 !important;
}

.gform_body .gfield_consent_description {
    max-height: 200px;
    overflow: auto;
    background: var(--bg--accent-color);
    padding: 10px;
    border-radius: 8px;
    border: 1px solid var(--bg--bold-color);
}

.gform_body .ginput_container_singleproduct {
    font-family: gotham-regular;
    font-size: .875em;
    line-height: 1.28571em;
    color: var(--text--base-color);
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.gform_body .ginput_container_total {
    font-family: gotham-regular;
    font-size: .875em;
    line-height: 1.28571em;
    color: var(--text--base-color);
}

    .gform_body .ginput_container_total .ginput_total {
        font-family: gotham-regular;
        font-size: .875em;
        line-height: 1.28571em;
        color: var(--text--base-color);
    }

.gform_body .ginput_container_creditcard {
    flex-direction: column;
}

    .gform_body .ginput_container_creditcard > span {
        flex: unset !important;
    }

    .gform_body .ginput_container_creditcard .gform_card_icon_container {
        display: flex;
        gap: 5px;
        margin-bottom: 5px;
    }

        .gform_body .ginput_container_creditcard .gform_card_icon_container .gform_card_icon {
            background-image: url("https://cdn-eblegdb.nitrocdn.com/VHmNeCEJJoKWfmvXkhEaOeHIrciUMhDg/assets/images/optimized/rev-8cc3cd1/www.nationalvanlines.com/wp-content/plugins/gravityforms/images/gf-creditcards.svg");
            background-repeat: no-repeat;
            height: 32px;
            text-indent: -9000px;
            width: 40px;
        }

            .gform_body .ginput_container_creditcard .gform_card_icon_container .gform_card_icon.nitro-lazy {
                background-image: none !important;
            }

        .gform_body .ginput_container_creditcard .gform_card_icon_container .gform_card_icon_amex {
            background-position: -167px 0;
        }

        .gform_body .ginput_container_creditcard .gform_card_icon_container .gform_card_icon_discover {
            background-position: -221px 0;
        }

        .gform_body .ginput_container_creditcard .gform_card_icon_container .gform_card_icon_mastercard {
            background-position: -275px 0;
        }

        .gform_body .ginput_container_creditcard .gform_card_icon_container .gform_card_icon_visa {
            background-position: -59px 0;
        }

        .gform_body .ginput_container_creditcard .gform_card_icon_container .gform_card_icon_jcb {
            background-position: -329px 0;
        }

        .gform_body .ginput_container_creditcard .gform_card_icon_container .gform_card_icon_maestro {
            background-position: -5px 0;
        }

    .gform_body .ginput_container_creditcard .ginput_cardextras {
        display: flex;
        align-items: flex-end;
        gap: 20px;
    }

        .gform_body .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_left {
            flex: 1 0 300px;
        }

            .gform_body .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_left legend {
                position: absolute;
                bottom: 0;
            }

        .gform_body .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_right {
            flex: 1 0 140px;
        }

        .gform_body .ginput_container_creditcard .ginput_cardextras .ginput_card_expiration_container {
            display: flex;
            gap: 10px;
            padding-bottom: 30px;
        }

            .gform_body .ginput_container_creditcard .ginput_cardextras .ginput_card_expiration_container > span {
                flex: 1;
            }

.gform_page_footer {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.gform_previous_button,
.gform_next_button {
    padding: 10px 28px;
}

.gform_footer {
    position: relative;
    margin-top: 60px;
}

    .gform_footer button + button,
    .gform_footer input[type='button'] + button {
        margin-left: 10px;
    }

        .gform_footer button + button svg > path,
        .gform_footer input[type='button'] + button svg > path {
            fill: var(--theme--primary-color);
        }

        .gform_footer button + button:hover svg > path,
        .gform_footer input[type='button'] + button:hover svg > path {
            fill: var(--theme--primary-color--hover);
        }

@media screen and (max-width: 768px) {
    .gform_body .gfield--upload label {
        padding-right: 20px;
    }

        .gform_body .gfield--upload label:after {
            display: block;
            position: relative;
            right: initial;
            top: initial;
            transform: none;
            margin-top: 10px;
        }

    .gform_body .gfield--half,
    .gform_body .gfield--width-half,
    .gform_body .gfield--third,
    .gform_body .gfield--width-third,
    .gform_body .gfield--quarter,
    .gform_body .gfield--width-quarter {
        max-width: 100%;
    }

    .gform_body .gfield_checkbox {
        flex-direction: column;
        gap: 16px;
    }

        .gform_body .gfield_checkbox .gchoice {
            max-width: 100%;
            width: 100%;
        }

            .gform_body .gfield_checkbox .gchoice:nth-child(1) ~ *,
            .gform_body .gfield_checkbox .gchoice:nth-child(2) ~ * {
                margin-top: 0;
            }
}

@media screen and (max-width: 600px) {
    .gform_body .gfield--half,
    .gform_body .gfield--width-half,
    .gform_body .gfield--third,
    .gform_body .gfield--width-third,
    .gform_body .gfield--quarter,
    .gform_body .gfield--width-quarter {
        max-width: 100%;
    }
}

.gf_progressbar_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 6px;
}

    .gf_progressbar_wrapper .gf_progressbar_title {
        font-family: gotham-regular;
        font-size: .875em;
        line-height: 1.28571em;
        color: var(--text--base-color);
    }

    .gf_progressbar_wrapper .gf_progressbar {
        width: 100%;
        background-color: var(--bg--bold-color);
        border-radius: 15px;
        overflow: hidden;
    }

        .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage {
            width: 20%;
            background-color: var(--theme--primary-color);
            height: 100%;
            padding: 4px 2px;
        }

            .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage span {
                display: none;
            }

.ui-datepicker {
    display: none;
    background: red;
    z-index: 99 !important;
}

.ui-datepicker-title select:focus,
.ui-datepicker-next .ui-corner-all:focus {
    outline: 2px dashed var(--state--focus-color) !important;
    outline-offset: 5px;
    transition: none;
}

.ui-datepicker-month {
    margin-right: 8px !important;
    text-align: right;
}

.ui-datepicker-prev {
    transform: rotate(180deg);
    top: 5px;
    left: 5px;
}

    .ui-datepicker-prev:before {
        top: 6px;
    }

    .ui-datepicker-prev:after {
        top: 10px;
    }

.ui-datepicker-next {
    right: 5px;
}

    .ui-datepicker-next:before {
        top: 8px;
    }

    .ui-datepicker-next:after {
        top: 12px;
    }

.ui-datepicker-next,
.ui-datepicker-prev {
    background-image: unset !important;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

    .ui-datepicker-next span,
    .ui-datepicker-prev span {
        height: 0;
        opacity: 0;
    }

    .ui-datepicker-next:before,
    .ui-datepicker-next:after,
    .ui-datepicker-prev:before,
    .ui-datepicker-prev:after {
        margin-left: auto;
        margin-right: auto;
        content: "";
        position: absolute;
        right: 0;
        left: 0;
        background-color: var(--theme--primary-color);
        width: 8px;
        height: 2px;
        border-radius: 4px;
    }

    .ui-datepicker-next:before,
    .ui-datepicker-prev:before {
        transform: rotate(45deg);
    }

    .ui-datepicker-next:after,
    .ui-datepicker-prev:after {
        transform: rotate(-45deg);
    }

.keyboard-in-use .ui-datepicker-next:focus,
.keyboard-in-use .ui-datepicker-prev:focus {
    outline: 2px dashed var(--state--focus-color) !important;
    outline-offset: 5px;
    transition: none;
}

.ui-datepicker-next:hover:before,
.ui-datepicker-next:hover:after,
.ui-datepicker-prev:hover:before,
.ui-datepicker-prev:hover:after {
    background-color: var(--theme--secondary-color);
}

.ui-datepicker tr td.ui-datepicker-today a {
    background-color: var(--bg--bold-color);
    color: var(--theme--secondary-color);
    box-shadow: var(--card-shadow);
}

.ui-datepicker-title {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .ui-datepicker-title select {
        font-family: gotham-regular;
        margin: 0 !important;
        background-color: transparent !important;
        background-color: var(--bg--base-color);
        font-size: 15px;
        line-height: 24px;
        -webkit-appearance: none !important;
        -moz-appearance: none;
        appearance: none;
        text-overflow: ellipsis;
    }

        .ui-datepicker-title select + select {
            margin-left: 5px !important;
        }

.ui-datepicker {
    box-shadow: var(--card-shadow);
    background-color: var(--bg--base-color);
    width: 100% !important;
    max-width: 456px;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 20px !important;
}

    .ui-datepicker select {
        font-family: gotham-regular;
        box-sizing: border-box;
        text-overflow: ellipsis;
        color: var(--text--base-color);
    }

.ui-datepicker-calendar {
    max-width: 348px;
    width: 100%;
    margin: 0 auto !important;
}

.ui-datepicker tbody tr,
.ui-datepicker tbody td {
    border: 0 !important;
}

.ui-datepicker tbody tr {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 5px;
}

.ui-datepicker tbody td {
    font-family: gotham-regular;
    width: 25px !important;
    height: 25px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .ui-datepicker tbody td.ui-state-disabled {
        color: #c2c2c2;
    }

    .ui-datepicker tbody td a {
        transition: all .15s ease-in-out;
        font-size: 16px;
        line-height: 24px;
        box-shadow: none !important;
        border-radius: 6px;
        padding: 5px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--text--base-color);
        width: 100%;
        height: 100%;
    }

        .ui-datepicker tbody td a:hover {
            background-color: var(--theme--secondary-color) !important;
            color: var(--text--inverted-color);
        }

        .ui-datepicker tbody td a.ui-state-active {
            color: var(--text--inverted-color);
            background-color: var(--theme--secondary-color) !important;
            text-shadow: none !important;
            cursor: default !important;
        }

.keyboard-in-use .ui-datepicker tbody td a:focus {
    outline: 2px dashed var(--state--focus-color) !important;
    outline-offset: 5px;
    transition: none;
}

.ui-datepicker thead {
    border-bottom: 0 !important;
    margin-bottom: 2px;
}

    .ui-datepicker thead tr {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

.ui-datepicker th {
    font-family: gotham-regular;
    font-size: 15px !important;
    line-height: 24px !important;
    color: var(--text--base-color);
    padding: 0 !important;
    width: 25px !important;
    height: 25px !important;
    margin-bottom: 5px;
}

.ui-datepicker tr td {
    border-radius: 2px;
}

@media screen and (max-width: 768px) {
    .ui-datepicker {
        padding: 20px !important;
        max-width: 60vw;
    }
}

@media screen and (max-width: 600px) {
    .ui-datepicker {
        max-width: calc(100% - 20px) !important;
        left: 10px !important;
    }
}

.ui-datepicker-header {
    position: relative;
    background: transparent;
    background: var(--color--white) !important;
    border-width: 0 !important;
    max-width: 365px;
    width: 100%;
    margin: 0 auto 12px !important;
    padding: 5px;
}

.ui-datepicker-trigger {
    display: none;
}

.gform_confirmation_message {
    font-family: gotham-regular;
    font-size: 1.125em;
    line-height: 1.33333em;
    text-align: center !important;
    color: var(--text--base-color);
}

@media screen and (max-width: 600px) {
    .gform_confirmation_message {
        font-size: 1em;
        line-height: 1.25em;
    }
}

.gform_legacy_markup_wrapper .flex-wrapper {
    list-style: none;
}

.gform_legacy_markup_wrapper .hidden_sub_label {
    display: none;
}

.gform_legacy_markup_wrapper .field_sublabel_hidden_label .gfield_label {
    transform-origin: left;
    transform: scale(.8);
    left: 0;
    top: -22px;
}

.gform_legacy_markup_wrapper .field_sublabel_hidden_label input::-moz-placeholder {
    color: var(--text--accent-color) !important;
}

.gform_legacy_markup_wrapper .field_sublabel_hidden_label input::placeholder {
    color: var(--text--accent-color) !important;
}

.gform_legacy_markup_wrapper .ginput_container_name {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

    .gform_legacy_markup_wrapper .ginput_container_name > span {
        flex: 1 0 150px;
    }

.gform_legacy_markup_wrapper .gfmc-column50 + .gfmc-column50 {
    margin-left: 10px;
    width: calc(50% - 10px);
}

.gform_legacy_markup_wrapper ul {
    list-style: none;
}

#gform_16 .gform_previous_button,
#gform_16 .gform_next_button {
    font-size: .75em;
    padding: 5px 10px;
}

#gform_16 button.a-button,
#gform_16 .gform_body .gfield button.add_list_item,
.gform_body .gfield #gform_16 button.add_list_item,
#gform_16 .gform_body .gfield button.delete_list_item,
.gform_body .gfield #gform_16 button.delete_list_item,
#gform_16 .gform_body .gfield_checkbox button[data-checked],
.gform_body .gfield_checkbox #gform_16 button[data-checked],
#gform_16 .gform_body .ginput_container_fileupload button.gform_button_select_files,
.gform_body .ginput_container_fileupload #gform_16 button.gform_button_select_files,
#gform_16 .gform_body .ginput_container_consent button[data-checked],
.gform_body .ginput_container_consent #gform_16 button[data-checked],
#gform_16 .gform_footer button,
.gform_footer #gform_16 button,
#gform_16 button.gform_next_button,
#gform_16 button.gform_previous_button,
#gform_16 #nvl_movement_tracker button,
#nvl_movement_tracker #gform_16 button {
    font-size: .75em;
    padding: 5px 10px;
}

#nvl_movement_tracker input {
    width: 100%;
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container {
    margin-top: 80px;
}

    .rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__icons-list {
        display: block;
    }

@media screen and (max-width: 600px) {
    .rmp-widgets-container.rmp-wp-plugin.rmp-main-container {
        margin-top: 30px;
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    touch-action: pan-y;
    -ms-touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

    .slick-slider:not(.slick-initialized) .slick-slide:not(:first-child) {
        display: none;
    }

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0,0,0);
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    min-height: 1px;
    height: 100%;
    float: left;
}

    .slick-slide img {
        display: block;
    }

    .slick-slide.slick-loading img {
        display: none;
    }

    .slick-slide.dragging img {
        pointer-events: none;
    }

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-arrow.slick-disabled {
    display: none !important;
}

html {
    overflow-x: hidden;
}

.accent-page-builder-block {
    background-color: var(--bg--accent-color);
    margin-top: calc(var(--theme-margin) / 2);
    margin-bottom: 0;
    padding-top: calc(var(--theme-margin) / 2);
    padding-bottom: calc(var(--theme-margin) / 2);
}

    .accent-page-builder-block + *:not(.accent-page-builder-block) {
        margin-top: calc(var(--theme-margin) / 2);
    }

    .accent-page-builder-block + *.accent-page-builder-block {
        margin-top: 0;
    }

.o-featured-form + .o-inline-cta {
    padding-top: 0;
    margin-top: -50px;
}

.o-slim-hero + .o-featured-form {
    margin-top: -180px;
}

.fa.fa-twitter {
    font-family: sans-serif;
}

    .fa.fa-twitter::before {
        content: "𝕏";
        font-size: 1.2em;
    }
