@charset "UTF-8";

/* CSS for image gallery */
.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    /* Adjust column width as needed */
    gap: 10px;
    /* Adjust gap between images */
}

#maincontent form label.amcheckout-label.-radio {
    width: 25px !important;
}

.sib-form .entry__field {
    color: #000 !important;
}

a.button {
    appearance: none !important;
    -webkit-appearance: none !important;
}

.gallery-item {
    overflow: hidden;
}

.gallery-item img {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 768px) {
    .gallery {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        /* Adjust column width for mobile */
    }
}

@media only screen and (max-width: 390px) {

    .image-radio a.button,
    .image-radio a.button.alt {
        width: 150px;
    }
}

/* END */
.fa.fa-pull-left,
.fa.pull-left {
    margin-right: .3em
}

.fa-fw,
.fa-li {
    text-align: center
}

.wp-caption img,
img {
    max-width: 100%
}

.fa,
.fa-stack,
img {
    display: inline-block
}

.fa,
body {
    -moz-osx-font-smoothing: grayscale
}

.dropdown-pane,
.invisible {
    visibility: hidden
}

.slider,
.switch {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

#wpadminbar {
    position: fixed !important
}

body.admin-bar.f-topbar-fixed .sticky.fixed {
    margin-top: 2rem
}

.wp-caption {
    padding: .25rem
}

p.wp-caption-text {
    font-size: 90%;
    color: #666;
    padding: .625rem 0
}

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    font-display: block;
    src: url(../fonts/fontawesome-webfont.eot?v=4.4.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.4.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.4.0) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.4.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased
}

.fa-lg {
    font-size: 1.33333em;
    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.28571em
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none
}

.fa.fa-pull-right,
.fa.pull-right {
    margin-left: .3em
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: .14286em
}

.fa-li.fa-lg {
    left: -1.85714em
}

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

body,
button,
legend {
    padding: 0
}

button,
img,
legend {
    border: 0
}

.fa-pull-left {
    float: left
}

.fa-pull-right,
.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa-spin {
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    animation: fa-spin 1s infinite steps(8)
}

@keyframes fa-spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    position: relative;
    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
}

.small-pull-1,
.small-pull-10,
.small-pull-11,
.small-pull-2,
.small-pull-3,
.small-pull-4,
.small-pull-5,
.small-pull-6,
.small-pull-7,
.small-pull-8,
.small-pull-9,
.small-push-1,
.small-push-10,
.small-push-11,
.small-push-2,
.small-push-3,
.small-push-4,
.small-push-5,
.small-push-7,
.small-push-8,
.small-push-9,
sub,
sup {
    position: relative
}

.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-close:before,
.fa-remove: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-cog:before,
.fa-gear: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-repeat:before,
.fa-rotate-right: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-image:before,
.fa-photo: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-exclamation-triangle:before,
.fa-warning: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-cogs:before,
.fa-gears: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-floppy-o:before,
.fa-save:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder: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-sort:before,
.fa-unsorted:before {
    content: ""
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: ""
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before,
.fa-undo:before {
    content: ""
}

.fa-gavel:before,
.fa-legal:before {
    content: ""
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-bolt:before,
.fa-flash:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-clipboard:before,
.fa-paste: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-chain-broken:before,
.fa-unlink: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-caret-square-o-down:before,
.fa-toggle-down:before {
    content: ""
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: ""
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: ""
}

.fa-eur:before,
.fa-euro:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before,
.fa-usd:before {
    content: ""
}

.fa-inr:before,
.fa-rupee:before {
    content: ""
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: ""
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: ""
}

.fa-krw:before,
.fa-won: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-caret-square-o-left:before,
.fa-toggle-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-try:before,
.fa-turkish-lira: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-bank:before,
.fa-institution:before,
.fa-university:before {
    content: ""
}

.fa-graduation-cap:before,
.fa-mortar-board: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: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-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: ""
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: ""
}

.fa-file-audio-o:before,
.fa-file-sound-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-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: ""
}

.fa-circle-o-notch:before {
    content: ""
}

.fa-ra:before,
.fa-rebel:before {
    content: ""
}

.fa-empire:before,
.fa-ge:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-wechat:before,
.fa-weixin:before {
    content: ""
}

.fa-paper-plane:before,
.fa-send:before {
    content: ""
}

.fa-paper-plane-o:before,
.fa-send-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-futbol-o:before,
.fa-soccer-ball-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-ils:before,
.fa-shekel:before,
.fa-sheqel: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-bed:before,
.fa-hotel:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-y-combinator:before,
.fa-yc:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-battery-4: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-paper-o:before,
.fa-hand-stop-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-television:before,
.fa-tv: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: ""
}

.fade-in.mui-enter,
.fade-out.mui-leave,
.hinge-in-from-bottom.mui-enter,
.hinge-in-from-left.mui-enter,
.hinge-in-from-middle-x.mui-enter,
.hinge-in-from-middle-y.mui-enter,
.hinge-in-from-right.mui-enter,
.hinge-in-from-top.mui-enter,
.hinge-out-from-bottom.mui-leave,
.hinge-out-from-left.mui-leave,
.hinge-out-from-middle-x.mui-leave,
.hinge-out-from-middle-y.mui-leave,
.hinge-out-from-right.mui-leave,
.hinge-out-from-top.mui-leave,
.scale-in-down.mui-enter,
.scale-in-up.mui-enter,
.scale-out-down.mui-leave,
.scale-out-up.mui-leave,
.slide-in-down.mui-enter,
.slide-in-left.mui-enter,
.slide-in-right.mui-enter,
.slide-in-up.mui-enter,
.slide-out-down.mui-leave,
.slide-out-left.mui-leave,
.slide-out-right.mui-leave,
.slide-out-up.mui-leave,
.spin-in-ccw.mui-enter,
.spin-in.mui-enter,
.spin-out-ccw.mui-leave,
.spin-out.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
optgroup,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

.orbit-caption,
.sticky.is-anchored.is-at-bottom,
.sticky.is-stuck.is-at-bottom {
    bottom: 0
}

img {
    height: auto;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle
}

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

figure {
    margin: 1em 40px
}

pre,
textarea {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

b,
em,
i,
small,
strong {
    line-height: inherit
}

button,
select {
    text-transform: none
}

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

button[disabled],
html input[disabled] {
    cursor: not-allowed
}

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

input {
    line-height: normal
}

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

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

.foundation-mq {
    font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"
}

html {
    font-size: 100%;
    box-sizing: border-box
}

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

body {
    margin: 0;
    font-weight: 400;
    line-height: 1.5;
    background: #fefefe;
    -webkit-font-smoothing: antialiased
}

select {
    width: 100%
}

#map_canvas embed,
#map_canvas img,
#map_canvas object,
.map_canvas embed,
.map_canvas img,
.map_canvas object,
.mqa-display embed,
.mqa-display img,
.mqa-display object {
    max-width: none !important
}

button {
    overflow: visible;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: 0 0;
    border-radius: 0;
    line-height: 1
}

[data-whatinput=mouse] button {
    outline: 0
}

.is-visible {
    display: block !important
}

.is-hidden {
    display: none !important
}

.row {
    max-width: 76.875rem;
    margin-left: auto;
    margin-right: auto
}

.row .row,
.row.expanded {
    max-width: none
}

.row::after,
.row::before {
    content: ' ';
    display: table
}

.row::after {
    clear: both
}

.row.collapse>.column,
.row.collapse>.columns {
    padding-left: 0;
    padding-right: 0
}

.row .row {
    margin-left: -.625rem;
    margin-right: -.625rem
}

@media screen and (min-width:40em) {
    .row .row {
        margin-left: -.9375rem;
        margin-right: -.9375rem
    }
}

.row .row.collapse {
    margin-left: 0;
    margin-right: 0
}

.row.expanded .row {
    margin-left: auto;
    margin-right: auto
}

.column,
.columns {
    width: 100%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem
}

@media screen and (min-width:40em) {

    .column,
    .columns {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
    float: right
}

.column.end:last-child:last-child,
.end.columns:last-child:last-child {
    float: left
}

.column.row.row,
.row.row.columns {
    float: none
}

.row .column.row.row,
.row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0
}

.small-1 {
    width: 8.33333%
}

.small-push-1 {
    left: 8.33333%
}

.small-pull-1 {
    left: -8.33333%
}

.small-offset-0 {
    margin-left: 0
}

.small-2 {
    width: 16.66667%
}

.small-push-2 {
    left: 16.66667%
}

.small-pull-2 {
    left: -16.66667%
}

.small-offset-1 {
    margin-left: 8.33333%
}

.small-3 {
    width: 25%
}

.small-push-3 {
    left: 25%
}

.small-pull-3 {
    left: -25%
}

.small-offset-2 {
    margin-left: 16.66667%
}

.small-4 {
    width: 33.33333%
}

.small-push-4 {
    left: 33.33333%
}

.small-pull-4 {
    left: -33.33333%
}

.small-offset-3 {
    margin-left: 25%
}

.small-5 {
    width: 41.66667%
}

.small-push-5 {
    left: 41.66667%
}

.small-pull-5 {
    left: -41.66667%
}

.small-offset-4 {
    margin-left: 33.33333%
}

.small-6 {
    width: 50%
}

.small-push-6 {
    position: relative;
    left: 50%
}

.small-pull-6 {
    left: -50%
}

.small-offset-5 {
    margin-left: 41.66667%
}

.small-7 {
    width: 58.33333%
}

.small-push-7 {
    left: 58.33333%
}

.small-pull-7 {
    left: -58.33333%
}

.small-offset-6 {
    margin-left: 50%
}

.small-8 {
    width: 66.66667%
}

.small-push-8 {
    left: 66.66667%
}

.small-pull-8 {
    left: -66.66667%
}

.small-offset-7 {
    margin-left: 58.33333%
}

.small-9 {
    width: 75%
}

.small-push-9 {
    left: 75%
}

.small-pull-9 {
    left: -75%
}

.small-offset-8 {
    margin-left: 66.66667%
}

.small-10 {
    width: 83.33333%
}

.small-push-10 {
    left: 83.33333%
}

.small-pull-10 {
    left: -83.33333%
}

.small-offset-9 {
    margin-left: 75%
}

.small-11 {
    width: 91.66667%
}

.small-push-11 {
    left: 91.66667%
}

.small-pull-11 {
    left: -91.66667%
}

.small-offset-10 {
    margin-left: 83.33333%
}

.small-12 {
    width: 100%
}

.small-offset-11 {
    margin-left: 91.66667%
}

.small-up-1>.column,
.small-up-1>.columns {
    width: 100%;
    float: left
}

.small-up-1>.column:nth-of-type(1n),
.small-up-1>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-1>.column:nth-of-type(1n+1),
.small-up-1>.columns:nth-of-type(1n+1) {
    clear: both
}

.small-up-1>.column:last-child,
.small-up-1>.columns:last-child {
    float: left
}

.small-up-2>.column,
.small-up-2>.columns {
    width: 50%;
    float: left
}

.small-up-2>.column:nth-of-type(1n),
.small-up-2>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-2>.column:nth-of-type(2n+1),
.small-up-2>.columns:nth-of-type(2n+1) {
    clear: both
}

.small-up-2>.column:last-child,
.small-up-2>.columns:last-child {
    float: left
}

.small-up-3>.column,
.small-up-3>.columns {
    width: 33.33333%;
    float: left
}

.small-up-3>.column:nth-of-type(1n),
.small-up-3>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-3>.column:nth-of-type(3n+1),
.small-up-3>.columns:nth-of-type(3n+1) {
    clear: both
}

.small-up-3>.column:last-child,
.small-up-3>.columns:last-child {
    float: left
}

.small-up-4>.column,
.small-up-4>.columns {
    width: 25%;
    float: left
}

.small-up-4>.column:nth-of-type(1n),
.small-up-4>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-4>.column:nth-of-type(4n+1),
.small-up-4>.columns:nth-of-type(4n+1) {
    clear: both
}

.small-up-4>.column:last-child,
.small-up-4>.columns:last-child {
    float: left
}

.small-up-5>.column,
.small-up-5>.columns {
    width: 20%;
    float: left
}

.small-up-5>.column:nth-of-type(1n),
.small-up-5>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-5>.column:nth-of-type(5n+1),
.small-up-5>.columns:nth-of-type(5n+1) {
    clear: both
}

.small-up-5>.column:last-child,
.small-up-5>.columns:last-child {
    float: left
}

.small-up-6>.column,
.small-up-6>.columns {
    width: 16.66667%;
    float: left
}

.small-up-6>.column:nth-of-type(1n),
.small-up-6>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-6>.column:nth-of-type(6n+1),
.small-up-6>.columns:nth-of-type(6n+1) {
    clear: both
}

.small-up-6>.column:last-child,
.small-up-6>.columns:last-child {
    float: left
}

.small-up-7>.column,
.small-up-7>.columns {
    width: 14.28571%;
    float: left
}

.small-up-7>.column:nth-of-type(1n),
.small-up-7>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-7>.column:nth-of-type(7n+1),
.small-up-7>.columns:nth-of-type(7n+1) {
    clear: both
}

.small-up-7>.column:last-child,
.small-up-7>.columns:last-child {
    float: left
}

.small-up-8>.column,
.small-up-8>.columns {
    width: 12.5%;
    float: left
}

.small-up-8>.column:nth-of-type(1n),
.small-up-8>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-8>.column:nth-of-type(8n+1),
.small-up-8>.columns:nth-of-type(8n+1) {
    clear: both
}

.small-up-8>.column:last-child,
.small-up-8>.columns:last-child {
    float: left
}

.small-collapse>.column,
.small-collapse>.columns {
    padding-left: 0;
    padding-right: 0
}

.small-collapse .row {
    margin-left: 0;
    margin-right: 0
}

.small-uncollapse>.column,
.small-uncollapse>.columns {
    padding-left: .625rem;
    padding-right: .625rem
}

.small-centered {
    float: none;
    margin-left: auto;
    margin-right: auto
}

.small-pull-0,
.small-push-0,
.small-uncentered {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left
}

@media screen and (min-width:40em) {

    .medium-pull-1,
    .medium-pull-10,
    .medium-pull-11,
    .medium-pull-2,
    .medium-pull-3,
    .medium-pull-4,
    .medium-pull-5,
    .medium-pull-6,
    .medium-pull-7,
    .medium-pull-8,
    .medium-pull-9,
    .medium-push-1,
    .medium-push-10,
    .medium-push-11,
    .medium-push-2,
    .medium-push-3,
    .medium-push-4,
    .medium-push-5,
    .medium-push-7,
    .medium-push-8,
    .medium-push-9 {
        position: relative
    }

    .medium-1 {
        width: 8.33333%
    }

    .medium-push-1 {
        left: 8.33333%
    }

    .medium-pull-1 {
        left: -8.33333%
    }

    .medium-offset-0 {
        margin-left: 0
    }

    .medium-2 {
        width: 16.66667%
    }

    .medium-push-2 {
        left: 16.66667%
    }

    .medium-pull-2 {
        left: -16.66667%
    }

    .medium-offset-1 {
        margin-left: 8.33333%
    }

    .medium-3 {
        width: 25%
    }

    .medium-push-3 {
        left: 25%
    }

    .medium-pull-3 {
        left: -25%
    }

    .medium-offset-2 {
        margin-left: 16.66667%
    }

    .medium-4 {
        width: 33.33333%
    }

    .medium-push-4 {
        left: 33.33333%
    }

    .medium-pull-4 {
        left: -33.33333%
    }

    .medium-offset-3 {
        margin-left: 25%
    }

    .medium-5 {
        width: 41.66667%
    }

    .medium-push-5 {
        left: 41.66667%
    }

    .medium-pull-5 {
        left: -41.66667%
    }

    .medium-offset-4 {
        margin-left: 33.33333%
    }

    .medium-6 {
        width: 50%
    }

    .medium-push-6 {
        position: relative;
        left: 50%
    }

    .medium-pull-6 {
        left: -50%
    }

    .medium-offset-5 {
        margin-left: 41.66667%
    }

    .medium-7 {
        width: 58.33333%
    }

    .medium-push-7 {
        left: 58.33333%
    }

    .medium-pull-7 {
        left: -58.33333%
    }

    .medium-offset-6 {
        margin-left: 50%
    }

    .medium-8 {
        width: 66.66667%
    }

    .medium-push-8 {
        left: 66.66667%
    }

    .medium-pull-8 {
        left: -66.66667%
    }

    .medium-offset-7 {
        margin-left: 58.33333%
    }

    .medium-9 {
        width: 75%
    }

    .medium-push-9 {
        left: 75%
    }

    .medium-pull-9 {
        left: -75%
    }

    .medium-offset-8 {
        margin-left: 66.66667%
    }

    .medium-10 {
        width: 83.33333%
    }

    .medium-push-10 {
        left: 83.33333%
    }

    .medium-pull-10 {
        left: -83.33333%
    }

    .medium-offset-9 {
        margin-left: 75%
    }

    .medium-11 {
        width: 91.66667%
    }

    .medium-push-11 {
        left: 91.66667%
    }

    .medium-pull-11 {
        left: -91.66667%
    }

    .medium-offset-10 {
        margin-left: 83.33333%
    }

    .medium-12 {
        width: 100%
    }

    .medium-offset-11 {
        margin-left: 91.66667%
    }

    .medium-up-1>.column,
    .medium-up-1>.columns {
        width: 100%;
        float: left
    }

    .medium-up-1>.column:nth-of-type(1n),
    .medium-up-1>.columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-1>.column:nth-of-type(1n+1),
    .medium-up-1>.columns:nth-of-type(1n+1) {
        clear: both
    }

    .medium-up-1>.column:last-child,
    .medium-up-1>.columns:last-child {
        float: left
    }

    .medium-up-2>.column,
    .medium-up-2>.columns {
        width: 50%;
        float: left
    }

    .medium-up-2>.column:nth-of-type(1n),
    .medium-up-2>.columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-2>.column:nth-of-type(2n+1),
    .medium-up-2>.columns:nth-of-type(2n+1) {
        clear: both
    }

    .medium-up-2>.column:last-child,
    .medium-up-2>.columns:last-child {
        float: left
    }

    .medium-up-3>.column,
    .medium-up-3>.columns {
        width: 33.33333%;
        float: left
    }

    .medium-up-3>.column:nth-of-type(1n),
    .medium-up-3>.columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-3>.column:nth-of-type(3n+1),
    .medium-up-3>.columns:nth-of-type(3n+1) {
        clear: both
    }

    .medium-up-3>.column:last-child,
    .medium-up-3>.columns:last-child {
        float: left
    }

    .medium-up-4>.column,
    .medium-up-4>.columns {
        width: 25%;
        float: left
    }

    .medium-up-4>.column:nth-of-type(1n),
    .medium-up-4>.columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-4>.column:nth-of-type(4n+1),
    .medium-up-4>.columns:nth-of-type(4n+1) {
        clear: both
    }

    .medium-up-4>.column:last-child,
    .medium-up-4>.columns:last-child {
        float: left
    }

    .medium-up-5>.column,
    .medium-up-5>.columns {
        width: 20%;
        float: left
    }

    .medium-up-5>.column:nth-of-type(1n),
    .medium-up-5>.columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-5>.column:nth-of-type(5n+1),
    .medium-up-5>.columns:nth-of-type(5n+1) {
        clear: both
    }

    .medium-up-5>.column:last-child,
    .medium-up-5>.columns:last-child {
        float: left
    }

    .medium-up-6>.column,
    .medium-up-6>.columns {
        width: 16.66667%;
        float: left
    }

    .medium-up-6>.column:nth-of-type(1n),
    .medium-up-6>.columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-6>.column:nth-of-type(6n+1),
    .medium-up-6>.columns:nth-of-type(6n+1) {
        clear: both
    }

    .medium-up-6>.column:last-child,
    .medium-up-6>.columns:last-child {
        float: left
    }

    .medium-up-7>.column,
    .medium-up-7>.columns {
        width: 14.28571%;
        float: left
    }

    .medium-up-7>.column:nth-of-type(1n),
    .medium-up-7>.columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-7>.column:nth-of-type(7n+1),
    .medium-up-7>.columns:nth-of-type(7n+1) {
        clear: both
    }

    .medium-up-7>.column:last-child,
    .medium-up-7>.columns:last-child {
        float: left
    }

    .medium-up-8>.column,
    .medium-up-8>.columns {
        width: 12.5%;
        float: left
    }

    .medium-up-8>.column:nth-of-type(1n),
    .medium-up-8>.columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-8>.column:nth-of-type(8n+1),
    .medium-up-8>.columns:nth-of-type(8n+1) {
        clear: both
    }

    .medium-up-8>.column:last-child,
    .medium-up-8>.columns:last-child {
        float: left
    }

    .medium-collapse>.column,
    .medium-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }

    .medium-collapse .row {
        margin-left: 0;
        margin-right: 0
    }

    .medium-uncollapse>.column,
    .medium-uncollapse>.columns {
        padding-left: .9375rem;
        padding-right: .9375rem
    }

    .medium-centered {
        float: none;
        margin-left: auto;
        margin-right: auto
    }

    .medium-pull-0,
    .medium-push-0,
    .medium-uncentered {
        position: static;
        margin-left: 0;
        margin-right: 0;
        float: left
    }
}

@media screen and (min-width:64em) {

    .large-pull-1,
    .large-pull-10,
    .large-pull-11,
    .large-pull-2,
    .large-pull-3,
    .large-pull-4,
    .large-pull-5,
    .large-pull-6,
    .large-pull-7,
    .large-pull-8,
    .large-pull-9,
    .large-push-1,
    .large-push-10,
    .large-push-11,
    .large-push-2,
    .large-push-3,
    .large-push-4,
    .large-push-5,
    .large-push-7,
    .large-push-8,
    .large-push-9 {
        position: relative
    }

    .large-1 {
        width: 8.33333%
    }

    .large-push-1 {
        left: 8.33333%
    }

    .large-pull-1 {
        left: -8.33333%
    }

    .large-offset-0 {
        margin-left: 0
    }

    .large-2 {
        width: 16.66667%
    }

    .large-push-2 {
        left: 16.66667%
    }

    .large-pull-2 {
        left: -16.66667%
    }

    .large-offset-1 {
        margin-left: 8.33333%
    }

    .large-3 {
        width: 25%
    }

    .large-push-3 {
        left: 25%
    }

    .large-pull-3 {
        left: -25%
    }

    .large-offset-2 {
        margin-left: 16.66667%
    }

    .large-4 {
        width: 33.33333%
    }

    .large-push-4 {
        left: 33.33333%
    }

    .large-pull-4 {
        left: -33.33333%
    }

    .large-offset-3 {
        margin-left: 25%
    }

    .large-5 {
        width: 41.66667%
    }

    .large-push-5 {
        left: 41.66667%
    }

    .large-pull-5 {
        left: -41.66667%
    }

    .large-offset-4 {
        margin-left: 33.33333%
    }

    .large-6 {
        width: 50%
    }

    .large-push-6 {
        position: relative;
        left: 50%
    }

    .large-pull-6 {
        left: -50%
    }

    .large-offset-5 {
        margin-left: 41.66667%
    }

    .large-7 {
        width: 58.33333%
    }

    .large-push-7 {
        left: 58.33333%
    }

    .large-pull-7 {
        left: -58.33333%
    }

    .large-offset-6 {
        margin-left: 50%
    }

    .large-8 {
        width: 66.66667%
    }

    .large-push-8 {
        left: 66.66667%
    }

    .large-pull-8 {
        left: -66.66667%
    }

    .large-offset-7 {
        margin-left: 58.33333%
    }

    .large-9 {
        width: 75%
    }

    .large-push-9 {
        left: 75%
    }

    .large-pull-9 {
        left: -75%
    }

    .large-offset-8 {
        margin-left: 66.66667%
    }

    .large-10 {
        width: 83.33333%
    }

    .large-push-10 {
        left: 83.33333%
    }

    .large-pull-10 {
        left: -83.33333%
    }

    .large-offset-9 {
        margin-left: 75%
    }

    .large-11 {
        width: 91.66667%
    }

    .large-push-11 {
        left: 91.66667%
    }

    .large-pull-11 {
        left: -91.66667%
    }

    .large-offset-10 {
        margin-left: 83.33333%
    }

    .large-12 {
        width: 100%
    }

    .large-offset-11 {
        margin-left: 91.66667%
    }

    .large-up-1>.column,
    .large-up-1>.columns {
        width: 100%;
        float: left
    }

    .large-up-1>.column:nth-of-type(1n),
    .large-up-1>.columns:nth-of-type(1n) {
        clear: none
    }

    .large-up-1>.column:nth-of-type(1n+1),
    .large-up-1>.columns:nth-of-type(1n+1) {
        clear: both
    }

    .large-up-1>.column:last-child,
    .large-up-1>.columns:last-child {
        float: left
    }

    .large-up-2>.column,
    .large-up-2>.columns {
        width: 50%;
        float: left
    }

    .large-up-2>.column:nth-of-type(1n),
    .large-up-2>.columns:nth-of-type(1n) {
        clear: none
    }

    .large-up-2>.column:nth-of-type(2n+1),
    .large-up-2>.columns:nth-of-type(2n+1) {
        clear: both
    }

    .large-up-2>.column:last-child,
    .large-up-2>.columns:last-child {
        float: left
    }

    .large-up-3>.column,
    .large-up-3>.columns {
        width: 33.33333%;
        float: left
    }

    .large-up-3>.column:nth-of-type(1n),
    .large-up-3>.columns:nth-of-type(1n) {
        clear: none
    }

    .large-up-3>.column:nth-of-type(3n+1),
    .large-up-3>.columns:nth-of-type(3n+1) {
        clear: both
    }

    .large-up-3>.column:last-child,
    .large-up-3>.columns:last-child {
        float: left
    }

    .large-up-4>.column,
    .large-up-4>.columns {
        width: 25%;
        float: left
    }

    .large-up-4>.column:nth-of-type(1n),
    .large-up-4>.columns:nth-of-type(1n) {
        clear: none
    }

    .large-up-4>.column:nth-of-type(4n+1),
    .large-up-4>.columns:nth-of-type(4n+1) {
        clear: both
    }

    .large-up-4>.column:last-child,
    .large-up-4>.columns:last-child {
        float: left
    }

    .large-up-5>.column,
    .large-up-5>.columns {
        width: 20%;
        float: left
    }

    .large-up-5>.column:nth-of-type(1n),
    .large-up-5>.columns:nth-of-type(1n) {
        clear: none
    }

    .large-up-5>.column:nth-of-type(5n+1),
    .large-up-5>.columns:nth-of-type(5n+1) {
        clear: both
    }

    .large-up-5>.column:last-child,
    .large-up-5>.columns:last-child {
        float: left
    }

    .large-up-6>.column,
    .large-up-6>.columns {
        width: 16.66667%;
        float: left
    }

    .large-up-6>.column:nth-of-type(1n),
    .large-up-6>.columns:nth-of-type(1n) {
        clear: none
    }

    .large-up-6>.column:nth-of-type(6n+1),
    .large-up-6>.columns:nth-of-type(6n+1) {
        clear: both
    }

    .large-up-6>.column:last-child,
    .large-up-6>.columns:last-child {
        float: left
    }

    .large-up-7>.column,
    .large-up-7>.columns {
        width: 14.28571%;
        float: left
    }

    .large-up-7>.column:nth-of-type(1n),
    .large-up-7>.columns:nth-of-type(1n) {
        clear: none
    }

    .large-up-7>.column:nth-of-type(7n+1),
    .large-up-7>.columns:nth-of-type(7n+1) {
        clear: both
    }

    .large-up-7>.column:last-child,
    .large-up-7>.columns:last-child {
        float: left
    }

    .large-up-8>.column,
    .large-up-8>.columns {
        width: 12.5%;
        float: left
    }

    .large-up-8>.column:nth-of-type(1n),
    .large-up-8>.columns:nth-of-type(1n) {
        clear: none
    }

    .large-up-8>.column:nth-of-type(8n+1),
    .large-up-8>.columns:nth-of-type(8n+1) {
        clear: both
    }

    .large-up-8>.column:last-child,
    .large-up-8>.columns:last-child {
        float: left
    }

    .large-collapse>.column,
    .large-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }

    .large-collapse .row {
        margin-left: 0;
        margin-right: 0
    }

    .large-uncollapse>.column,
    .large-uncollapse>.columns {
        padding-left: .9375rem;
        padding-right: .9375rem
    }

    .large-centered {
        float: none;
        margin-left: auto;
        margin-right: auto
    }

    .large-pull-0,
    .large-push-0,
    .large-uncentered {
        position: static;
        margin-left: 0;
        margin-right: 0;
        float: left
    }
}

.row.sagepay {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

#footer-container #footer::after,
#kitchen-sink::after,
#masthead>#topmost .topmost-container::after,
#page-faqs::after,
#page-full-width::after,
#page-sidebar-left::after,
#page::after,
#single-post::after,
.bottom-bar>div::after,
.breadcrumbs::after,
.button-group::after,
.clearfix::after,
.grid-row::after,
.menu.align-right::after,
.off-canvas-wrapper-inner::after,
.pagination::after,
.single-plate-type .entry-content .row,
.slick-track:after,
.tabs::after,
.title-bar::after,
.top-bar::after,
.top-bar>div::after,
.widget_fluidrecentpostswidget>.row,
hr {
    clear: both
}

#maincontent form .legend,
.modal-popup form .legend,
.product-item .product-item-name,
.reveal h3,
blockquote,
body.checkout-cart-index .product-item-name,
body.checkout-index-index #maincontent .opc-summary-wrapper .shipping-information-title,
body.checkout-index-index #maincontent .step-title,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
    margin: 0;
    padding: 0
}

ol,
ul {
    margin-left: 1.25rem
}

p {
    line-height: 1.6;
    margin-bottom: 1rem;
    text-rendering: optimizeLegibility
}

em,
i {
    font-style: italic
}

#maincontent form .legend,
.modal-popup form .legend,
.product-item .product-item-name,
.reveal h3,
body.checkout-cart-index .product-item-name,
body.checkout-index-index #maincontent .opc-summary-wrapper .shipping-information-title,
body.checkout-index-index #maincontent .step-title,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: inherit;
    text-rendering: optimizeLegibility;
    margin-top: 0;
    margin-bottom: .5rem;
    line-height: 1.4
}

dl,
ol,
ul {
    margin-bottom: 1rem
}

#maincontent form .legend small,
.modal-popup form .legend small,
.product-item .product-item-name small,
.reveal h3 small,
body.checkout-cart-index .product-item-name small,
body.checkout-index-index #maincontent .opc-summary-wrapper .shipping-information-title small,
body.checkout-index-index #maincontent .step-title small,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    color: #cacaca;
    line-height: 0
}

code,
kbd {
    background-color: #ededed;
    color: #0d0d0d;
    font-family: Consolas, "Liberation Mono", Courier, monospace
}

#maincontent form .legend,
.modal-popup form .legend,
.product-item .product-item-name,
.reveal h3,
body.checkout-cart-index .product-item-name,
body.checkout-index-index #maincontent .opc-summary-wrapper .shipping-information-title,
body.checkout-index-index #maincontent .step-title,
h1 {
    font-size: 1.5rem
}

h6 {
    font-size: 1rem
}

@media screen and (min-width:40em) {

    #maincontent form .legend,
    .modal-popup form .legend,
    .product-item .product-item-name,
    .reveal h3,
    body.checkout-cart-index .product-item-name,
    body.checkout-index-index #maincontent .opc-summary-wrapper .shipping-information-title,
    body.checkout-index-index #maincontent .step-title,
    h1 {
        font-size: 3rem
    }

    h2 {
        font-size: 2.5rem
    }

    h3 {
        font-size: 1.9375rem
    }

    h4 {
        font-size: 1.5625rem
    }

    h5 {
        font-size: 1.25rem
    }

    h6 {
        font-size: 1rem
    }
}

a {
    background-color: transparent;
    color: #003194;
    text-decoration: none;
    line-height: inherit;
    cursor: pointer
}

a:focus,
a:hover {
    color: #002a7f
}

a img {
    border: 0
}

hr {
    box-sizing: content-box;
    max-width: 76.875rem;
    height: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0;
    margin: 1.25rem auto
}

.slick-slider,
input[type=search] {
    box-sizing: border-box
}

dl,
ol,
ul {
    line-height: 1.6;
    list-style-position: outside
}

ul {
    list-style-type: disc
}

.accordion,
.menu,
.tabs {
    list-style-type: none
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-left: 1.25rem;
    margin-bottom: 0
}

dl dt {
    margin-bottom: .3rem;
    font-weight: 700
}

.subheader,
code,
label {
    font-weight: 400
}

blockquote {
    margin: 0 0 1rem;
    padding: .5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #cacaca
}

blockquote,
blockquote p {
    line-height: 1.6;
    color: #292929
}

cite {
    display: block;
    font-size: .8125rem;
    color: #292929
}

cite:before {
    content: '\2014 \0020'
}

abbr {
    color: #575757;
    cursor: help;
    border-bottom: 1px dotted #0d0d0d
}

code {
    border: 1px solid #cacaca;
    padding: .125rem .3125rem .0625rem
}

kbd {
    padding: .125rem .25rem 0;
    margin: 0
}

.subheader {
    margin-top: .2rem;
    margin-bottom: .5rem;
    line-height: 1.4;
    color: #292929
}

.lead {
    font-size: 125%;
    line-height: 1.6
}

.stat {
    font-size: 2.5rem;
    line-height: 1
}

p+.stat {
    margin-top: -1rem
}

.no-bullet {
    margin-left: 0;
    list-style: none
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

@media screen and (min-width:40em) {
    .medium-text-left {
        text-align: left
    }

    .medium-text-right {
        text-align: right
    }

    .medium-text-center {
        text-align: center
    }

    .medium-text-justify {
        text-align: justify
    }
}

@media screen and (min-width:64em) {
    .large-text-left {
        text-align: left
    }

    .large-text-right {
        text-align: right
    }

    .large-text-center {
        text-align: center
    }

    .large-text-justify {
        text-align: justify
    }
}

.badge,
.input-group-button,
.input-group-label,
.menu-centered,
.menu.icon-top>li>a,
.orbit-bullets {
    text-align: center
}

.show-for-print {
    display: none !important
}

@media print {

    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid
    }

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

    .show-for-print {
        display: block !important
    }

    .hide-for-print {
        display: none !important
    }

    table.show-for-print {
        display: table !important
    }

    thead.show-for-print {
        display: table-header-group !important
    }

    tbody.show-for-print {
        display: table-row-group !important
    }

    tr.show-for-print {
        display: table-row !important
    }

    td.show-for-print,
    th.show-for-print {
        display: table-cell !important
    }

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

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

    .ir a:after,
    a[href^='javascript:']:after,
    a[href^='#']:after {
        content: ''
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    blockquote,
    pre {
        border: 1px solid #292929
    }

    thead {
        display: table-header-group
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: .5cm
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }
}

.actions-toolbar .action,
.actions-toolbar .button,
.actions-toolbar button,
.button,
body.checkout-index-index #maincontent .actions-toolbar .button {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color .25s ease-out, color .25s ease-out;
    vertical-align: middle;
    margin: 0 0 1rem;
    background-color: #003194;
    color: #fff
}

.actions-toolbar [data-whatinput=mouse] .action,
.actions-toolbar [data-whatinput=mouse] button,
[data-whatinput=mouse] .actions-toolbar .action,
[data-whatinput=mouse] .actions-toolbar button,
[data-whatinput=mouse] .button,
[data-whatinput=mouse] body.checkout-index-index #maincontent .actions-toolbar .button,
body.checkout-index-index #maincontent .actions-toolbar [data-whatinput=mouse] .button {
    outline: 0
}

.payment-method._active {
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.15) -3px 3px 10px;
}

.checkout-payment-method .payment-method-title {
    padding: 20px 0;
    margin: 0;
}

.checkout-payment-method .credit-card-types {
    padding: 0;
}

.actions-toolbar .action:focus,
.actions-toolbar .action:hover,
.actions-toolbar button:focus,
.actions-toolbar button:hover,
.button:focus,
.button:hover,
body.checkout-index-index #maincontent .actions-toolbar .button:focus,
body.checkout-index-index #maincontent .actions-toolbar .button:hover {
    background-color: #002a7e;
    color: #fff
}

.actions-toolbar .tiny.action,
.actions-toolbar button.tiny,
.button.tiny,
body.checkout-index-index #maincontent .actions-toolbar .tiny.button {
    font-size: .6rem
}

.actions-toolbar .small.action,
.actions-toolbar button.small,
.button.small,
body.checkout-index-index #maincontent .actions-toolbar .small.button {
    font-size: .75rem
}

.actions-toolbar .large.action,
.actions-toolbar button.large,
.button.large,
body.checkout-index-index #maincontent .actions-toolbar .large.button {
    font-size: 1.25rem
}

.actions-toolbar .expanded.action,
.actions-toolbar button.expanded,
.button.expanded,
body.checkout-index-index #maincontent .actions-toolbar .expanded.button {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0
}

.actions-toolbar .primary.action,
.actions-toolbar button.primary,
.button.primary,
body.checkout-index-index #maincontent .actions-toolbar .primary.button {
    background-color: #003194;
    color: #fff
}

.actions-toolbar .primary.action:focus,
.actions-toolbar .primary.action:hover,
.actions-toolbar button.primary:focus,
.actions-toolbar button.primary:hover,
.button.primary:focus,
.button.primary:hover,
body.checkout-index-index #maincontent .actions-toolbar .primary.button:focus,
body.checkout-index-index #maincontent .actions-toolbar .primary.button:hover {
    background-color: #002776;
    color: #fff
}

.actions-toolbar .secondary.action,
.actions-toolbar button.secondary,
.button.secondary,
body.checkout-index-index #maincontent .actions-toolbar .secondary.button {
    background-color: #fc0
}

.actions-toolbar .secondary.action:focus,
.actions-toolbar .secondary.action:hover,
.actions-toolbar button.secondary:focus,
.actions-toolbar button.secondary:hover,
.button.secondary:focus,
.button.secondary:hover,
body.checkout-index-index #maincontent .actions-toolbar .secondary.button:focus,
body.checkout-index-index #maincontent .actions-toolbar .secondary.button:hover {
    background-color: #cca300;
    color: #fff
}

.actions-toolbar .success.action,
.actions-toolbar button.success,
.button.success,
body.checkout-index-index #maincontent .actions-toolbar .success.button {
    background-color: #3adb76;
    color: #fff
}

.actions-toolbar .success.action:focus,
.actions-toolbar .success.action:hover,
.actions-toolbar button.success:focus,
.actions-toolbar button.success:hover,
.button.success:focus,
.button.success:hover,
body.checkout-index-index #maincontent .actions-toolbar .success.button:focus,
body.checkout-index-index #maincontent .actions-toolbar .success.button:hover {
    background-color: #22bb5b;
    color: #fff
}

.actions-toolbar .warning.action,
.actions-toolbar button.warning,
.button.warning,
body.checkout-index-index #maincontent .actions-toolbar .warning.button {
    background-color: #ffae00;
    color: #fff
}

.actions-toolbar .warning.action:focus,
.actions-toolbar .warning.action:hover,
.actions-toolbar button.warning:focus,
.actions-toolbar button.warning:hover,
.button.warning:focus,
.button.warning:hover,
body.checkout-index-index #maincontent .actions-toolbar .warning.button:focus,
body.checkout-index-index #maincontent .actions-toolbar .warning.button:hover {
    background-color: #cc8b00;
    color: #fff
}

.actions-toolbar .alert.action,
.actions-toolbar button.alert,
.button.alert,
body.checkout-index-index #maincontent .actions-toolbar .alert.button {
    background-color: #ec5840;
    color: #fff
}

.actions-toolbar .alert.action:focus,
.actions-toolbar .alert.action:hover,
.actions-toolbar button.alert:focus,
.actions-toolbar button.alert:hover,
.button.alert:focus,
.button.alert:hover,
body.checkout-index-index #maincontent .actions-toolbar .alert.button:focus,
body.checkout-index-index #maincontent .actions-toolbar .alert.button:hover {
    background-color: #da3116;
    color: #fff
}

.actions-toolbar .hollow.action,
.actions-toolbar button.hollow,
.button.hollow,
body.checkout-index-index #maincontent .actions-toolbar .hollow.button {
    border: 1px solid #003194;
    color: #003194
}

.actions-toolbar .hollow.action,
.actions-toolbar .hollow.action:focus,
.actions-toolbar .hollow.action:hover,
.actions-toolbar button.hollow,
.actions-toolbar button.hollow:focus,
.actions-toolbar button.hollow:hover,
.button.hollow,
.button.hollow:focus,
.button.hollow:hover,
body.checkout-index-index #maincontent .actions-toolbar .hollow.button,
body.checkout-index-index #maincontent .actions-toolbar .hollow.button:focus,
body.checkout-index-index #maincontent .actions-toolbar .hollow.button:hover {
    background-color: transparent
}

.actions-toolbar .hollow.action:focus,
.actions-toolbar .hollow.action:hover,
.actions-toolbar button.hollow:focus,
.actions-toolbar button.hollow:hover,
.button.hollow:focus,
.button.hollow:hover,
body.checkout-index-index #maincontent .actions-toolbar .hollow.button:focus,
body.checkout-index-index #maincontent .actions-toolbar .hollow.button:hover {
    border-color: #00194a;
    color: #00194a
}

.actions-toolbar .hollow.primary.action,
.actions-toolbar button.hollow.primary,
.button.hollow.primary,
body.checkout-index-index #maincontent .actions-toolbar .hollow.primary.button {
    border: 1px solid #003194;
    color: #003194
}

.actions-toolbar .hollow.primary.action:focus,
.actions-toolbar .hollow.primary.action:hover,
.actions-toolbar button.hollow.primary:focus,
.actions-toolbar button.hollow.primary:hover,
.button.hollow.primary:focus,
.button.hollow.primary:hover,
body.checkout-index-index #maincontent .actions-toolbar .hollow.primary.button:focus,
body.checkout-index-index #maincontent .actions-toolbar .hollow.primary.button:hover {
    border-color: #00194a;
    color: #00194a
}

.actions-toolbar .hollow.secondary.action,
.actions-toolbar button.hollow.secondary,
.button.hollow.secondary,
body.checkout-index-index #maincontent .actions-toolbar .hollow.secondary.button {
    border: 1px solid #fc0;
    color: #fc0
}

.actions-toolbar .hollow.secondary.action:focus,
.actions-toolbar .hollow.secondary.action:hover,
.actions-toolbar button.hollow.secondary:focus,
.actions-toolbar button.hollow.secondary:hover,
.button.hollow.secondary:focus,
.button.hollow.secondary:hover,
body.checkout-index-index #maincontent .actions-toolbar .hollow.secondary.button:focus,
body.checkout-index-index #maincontent .actions-toolbar .hollow.secondary.button:hover {
    border-color: #806600;
    color: #806600
}

.actions-toolbar .hollow.success.action,
.actions-toolbar button.hollow.success,
.button.hollow.success,
body.checkout-index-index #maincontent .actions-toolbar .hollow.success.button {
    border: 1px solid #3adb76;
    color: #3adb76
}

.actions-toolbar .hollow.success.action:focus,
.actions-toolbar .hollow.success.action:hover,
.actions-toolbar button.hollow.success:focus,
.actions-toolbar button.hollow.success:hover,
.button.hollow.success:focus,
.button.hollow.success:hover,
body.checkout-index-index #maincontent .actions-toolbar .hollow.success.button:focus,
body.checkout-index-index #maincontent .actions-toolbar .hollow.success.button:hover {
    border-color: #157539;
    color: #157539
}

.actions-toolbar .hollow.warning.action,
.actions-toolbar button.hollow.warning,
.button.hollow.warning,
body.checkout-index-index #maincontent .actions-toolbar .hollow.warning.button {
    border: 1px solid #ffae00;
    color: #ffae00
}

.actions-toolbar .hollow.warning.action:focus,
.actions-toolbar .hollow.warning.action:hover,
.actions-toolbar button.hollow.warning:focus,
.actions-toolbar button.hollow.warning:hover,
.button.hollow.warning:focus,
.button.hollow.warning:hover,
body.checkout-index-index #maincontent .actions-toolbar .hollow.warning.button:focus,
body.checkout-index-index #maincontent .actions-toolbar .hollow.warning.button:hover {
    border-color: #805700;
    color: #805700
}

.actions-toolbar .hollow.alert.action,
.actions-toolbar button.hollow.alert,
.button.hollow.alert,
body.checkout-index-index #maincontent .actions-toolbar .hollow.alert.button {
    border: 1px solid #ec5840;
    color: #ec5840
}

.actions-toolbar .hollow.alert.action:focus,
.actions-toolbar .hollow.alert.action:hover,
.actions-toolbar button.hollow.alert:focus,
.actions-toolbar button.hollow.alert:hover,
.button.hollow.alert:focus,
.button.hollow.alert:hover,
body.checkout-index-index #maincontent .actions-toolbar .hollow.alert.button:focus,
body.checkout-index-index #maincontent .actions-toolbar .hollow.alert.button:hover {
    border-color: #881f0e;
    color: #881f0e
}

.actions-toolbar .disabled.action,
.actions-toolbar [disabled].action,
.actions-toolbar button.disabled,
.actions-toolbar button[disabled],
.button.disabled,
.button[disabled],
body.checkout-index-index #maincontent .actions-toolbar .disabled.button,
body.checkout-index-index #maincontent .actions-toolbar [disabled].button {
    opacity: .25;
    cursor: not-allowed
}

.actions-toolbar .dropdown.action::after,
.actions-toolbar button.dropdown::after,
.button.dropdown::after,
body.checkout-index-index #maincontent .actions-toolbar .dropdown.button::after {
    content: '';
    width: 0;
    height: 0;
    border: .4em inset;
    border-color: #fefefe transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: .4em;
    float: right;
    margin-left: 1.25em;
    display: inline-block
}

.actions-toolbar .arrow-only.action::after,
.actions-toolbar button.arrow-only::after,
.button.arrow-only::after,
body.checkout-index-index #maincontent .actions-toolbar .arrow-only.button::after {
    margin-left: 0;
    float: none;
    top: -.1em
}

[type=text],
[type=password],
[type=date],
[type=datetime],
[type=datetime-local],
[type=month],
[type=week],
[type=email],
[type=number],
[type=search],
[type=tel],
[type=time],
[type=url],
[type=color],
textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    padding: .5rem;
    border: 1px solid #cacaca;
    margin: 0 0 1rem;
    font-family: inherit;
    font-size: 1rem;
    color: #0d0d0d;
    background-color: #fefefe;
    /* box-shadow: inset 0 1px 2px rgba(13, 13, 13, .1); */
    border-radius: 0;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none
}

[type=text]:focus,
[type=password]:focus,
[type=date]:focus,
[type=datetime]:focus,
[type=datetime-local]:focus,
[type=month]:focus,
[type=week]:focus,
[type=email]:focus,
[type=number]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=time]:focus,
[type=url]:focus,
[type=color]:focus,
textarea:focus {
    border: 1px solid #292929;
    background-color: #fefefe;
    outline: 0;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow .5s, border-color .25s ease-in-out
}

textarea {
    min-height: 50px;
    max-width: 100%
}

textarea[rows] {
    height: auto
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #cacaca
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #cacaca
}

input::placeholder,
textarea::placeholder {
    color: #cacaca
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
    background-color: #ededed;
    cursor: default
}

[type=submit],
[type=button] {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none
}

[type=file],
[type=checkbox],
[type=radio] {
    margin: 0 0 1rem
}

[type=checkbox]+label,
[type=radio]+label {
    display: inline-block;
    margin-left: .5rem;
    margin-right: 1rem;
    margin-bottom: 0;
    vertical-align: baseline
}

[type=checkbox]+label[for],
[type=radio]+label[for] {
    cursor: pointer
}

label>[type=checkbox],
label>[type=radio] {
    margin-right: .5rem
}

[type=file] {
    width: 100%
}

label {
    display: block;
    margin: 0;
    font-size: .875rem;
    line-height: 1.8;
    color: #0d0d0d
}

label.middle {
    margin: 0 0 1rem;
    padding: .5625rem 0
}

.help-text {
    margin-top: -.5rem;
    font-size: .8125rem;
    font-style: italic;
    color: #333
}

.input-group {
    display: table;
    width: 100%;
    margin-bottom: 1rem
}

.input-group-button a,
.input-group-button button,
.input-group-button input,
fieldset {
    margin: 0
}

.input-group>:first-child,
.input-group>:last-child>* {
    border-radius: 0
}

.input-group-button,
.input-group-field,
.input-group-label {
    margin: 0;
    display: table-cell;
    vertical-align: middle
}

.input-group-label {
    padding: 0 1rem;
    background: #ededed;
    color: #0d0d0d;
    border: 1px solid #cacaca;
    white-space: nowrap;
    width: 1%;
    height: 100%
}

.input-group-label:first-child {
    border-right: 0
}

.input-group-label:last-child {
    border-left: 0
}

.input-group-field {
    border-radius: 0;
    height: 2.5rem
}

.fieldset,
select {
    border: 1px solid #cacaca
}

.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    width: 1%
}

.input-group .input-group-button {
    display: table-cell
}

fieldset {
    border: 0;
    padding: 0
}

legend {
    margin-bottom: .5rem;
    max-width: 100%
}

.fieldset {
    padding: 1.25rem;
    margin: 1.125rem 0
}

.fieldset legend {
    background: #fefefe;
    padding: 0 .1875rem;
    margin: 0 0 0 -.1875rem
}

select {
    height: 2.4375rem;
    padding: .5rem;
    margin: 0 0 1rem;
    font-size: 1rem;
    font-family: inherit;
    line-height: normal;
    color: #0d0d0d;
    background-color: #fefefe;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%2851, 51, 51%29"></polygon></svg>');
    background-size: 9px 6px;
    background-position: right center;
    background-origin: content-box;
    background-repeat: no-repeat
}

.form-error,
.is-invalid-label {
    color: #ec5840
}

@media screen and (min-width:0\0) {
    select {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==)
    }
}

select:disabled {
    background-color: #ededed;
    cursor: default
}

select::-ms-expand {
    display: none
}

select[multiple] {
    height: auto;
    background-image: none
}

.is-invalid-input:not(:focus) {
    background-color: rgba(236, 88, 64, .1);
    border-color: #ec5840
}

.form-error {
    display: none;
    margin-top: -.5rem;
    margin-bottom: 1rem;
    font-size: .75rem;
    font-weight: 700
}

.form-error.is-visible {
    display: block
}

.hide {
    display: none !important
}

@media screen and (max-width:0em),
screen and (min-width:40em) {
    .show-for-small-only {
        display: none !important
    }
}

@media screen and (min-width:40em) {
    .hide-for-medium {
        display: none !important
    }
}

@media screen and (max-width:39.9375em) {

    .hide-for-small-only,
    .show-for-medium {
        display: none !important
    }
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .hide-for-medium-only {
        display: none !important
    }
}

@media screen and (max-width:39.9375em),
screen and (min-width:64em) {
    .show-for-medium-only {
        display: none !important
    }
}

@media screen and (min-width:64em) {
    .hide-for-large {
        display: none !important
    }
}

@media screen and (max-width:63.9375em) {
    .show-for-large {
        display: none !important
    }
}

@media screen and (min-width:64em) and (max-width:74.9375em) {
    .hide-for-large-only {
        display: none !important
    }
}

@media screen and (max-width:63.9375em),
screen and (min-width:75em) {
    .show-for-large-only {
        display: none !important
    }
}

.show-for-sr,
.show-on-focus {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0)
}

.show-on-focus:active,
.show-on-focus:focus {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto
}

.hide-for-portrait,
.show-for-landscape {
    display: block !important
}

@media screen and (orientation:landscape) {

    .hide-for-portrait,
    .show-for-landscape {
        display: block !important
    }

    .hide-for-landscape,
    .show-for-portrait {
        display: none !important
    }
}

.hide-for-landscape,
.show-for-portrait {
    display: none !important
}

@media screen and (orientation:portrait) {

    .hide-for-portrait,
    .show-for-landscape {
        display: none !important
    }

    .hide-for-landscape,
    .show-for-portrait {
        display: block !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-center {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.clearfix::after,
.clearfix::before {
    content: ' ';
    display: table
}

.accordion {
    background: #fefefe;
    border: 1px solid #ededed;
    border-bottom: 0;
    border-radius: 0;
    margin-left: 0
}

.accordion-title {
    display: block;
    padding: 1.25rem 1rem;
    line-height: 1;
    font-size: .75rem;
    color: #003194;
    position: relative;
    border-bottom: 1px solid #ededed
}

.accordion-title:focus,
.accordion-title:hover {
    background-color: #ededed
}

.accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -.5rem
}

.is-active>.accordion-title::before {
    content: '–'
}

.accordion-content {
    padding: 1rem;
    display: none;
    border-bottom: 1px solid #ededed;
    background-color: #fefefe
}

.is-accordion-submenu-parent>a {
    position: relative
}

.is-accordion-submenu-parent>a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    border-color: #003194 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 1rem
}

.is-accordion-submenu-parent[aria-expanded=true]>a::after {
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -ms-transform: scaleY(-1);
    transform: scaleY(-1)
}

.badge {
    display: inline-block;
    padding: .3em;
    min-width: 2.1em;
    font-size: .6rem;
    border-radius: 50%;
    background: #003194;
    color: #fefefe
}

.badge.secondary {
    background: #fc0;
    color: #fefefe
}

.badge.success {
    background: #3adb76;
    color: #fefefe
}

.badge.warning {
    background: #ffae00;
    color: #fefefe
}

.badge.alert {
    background: #ec5840;
    color: #fefefe
}

.breadcrumbs {
    list-style: none;
    margin: 0 0 1rem
}

.breadcrumbs::after,
.breadcrumbs::before {
    content: ' ';
    display: table
}

.breadcrumbs li {
    float: left;
    color: #0d0d0d;
    font-size: .6875rem;
    cursor: default;
    text-transform: uppercase
}

div#gform_wrapper_4 {
    MAX-WIDTH: 50%;
    text-align: center;
    float: none;
    margin: 0px 0 20px auto;
    background-color: #2453B3;
    padding: 10px 20px;
    color: white;
}

.gform_wrapper.gravity-theme * {
    color: rgb(0, 0, 0);
    box-sizing: border-box;
}

input#gform_submit_button_4 {
    background-color: #fc0;
}

.is-dropdown-menu.vertical.align-right,
.menu.align-right>li {
    float: right
}

.breadcrumbs li:not(:last-child)::after {
    color: #cacaca;
    content: "/";
    margin: 0 .75rem;
    position: relative;
    top: 1px;
    opacity: 1
}

.breadcrumbs a {
    color: #003194
}

.breadcrumbs a:hover {
    text-decoration: underline
}

.breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed
}

.button-group {
    margin-bottom: 1rem;
    font-size: 0
}

.button-group::after,
.button-group::before {
    content: ' ';
    display: table
}

.actions-toolbar .button-group .action,
.actions-toolbar .button-group button,
.button-group .actions-toolbar .action,
.button-group .actions-toolbar button,
.button-group .button,
.button-group body.checkout-index-index #maincontent .actions-toolbar .button,
body.checkout-index-index #maincontent .actions-toolbar .button-group .button {
    margin: 0;
    font-size: .9rem
}

.actions-toolbar .button-group .action:not(:last-child),
.actions-toolbar .button-group button:not(:last-child),
.button-group .actions-toolbar .action:not(:last-child),
.button-group .actions-toolbar button:not(:last-child),
.button-group .button:not(:last-child),
.button-group body.checkout-index-index #maincontent .actions-toolbar .button:not(:last-child),
body.checkout-index-index #maincontent .actions-toolbar .button-group .button:not(:last-child) {
    margin-right: 1px
}

.actions-toolbar .button-group.tiny .action,
.actions-toolbar .button-group.tiny button,
.button-group.tiny .actions-toolbar .action,
.button-group.tiny .actions-toolbar button,
.button-group.tiny .button,
.button-group.tiny body.checkout-index-index #maincontent .actions-toolbar .button,
body.checkout-index-index #maincontent .actions-toolbar .button-group.tiny .button {
    font-size: .6rem
}

.actions-toolbar .button-group.small .action,
.actions-toolbar .button-group.small button,
.button-group.small .actions-toolbar .action,
.button-group.small .actions-toolbar button,
.button-group.small .button,
.button-group.small body.checkout-index-index #maincontent .actions-toolbar .button,
body.checkout-index-index #maincontent .actions-toolbar .button-group.small .button {
    font-size: .75rem
}

.actions-toolbar .button-group.large .action,
.actions-toolbar .button-group.large button,
.button-group.large .actions-toolbar .action,
.button-group.large .actions-toolbar button,
.button-group.large .button,
.button-group.large body.checkout-index-index #maincontent .actions-toolbar .button,
body.checkout-index-index #maincontent .actions-toolbar .button-group.large .button {
    font-size: 1.25rem
}

.button-group.expanded {
    margin-right: -1px
}

.button-group.expanded::after,
.button-group.expanded::before {
    display: none
}

.actions-toolbar .button-group.expanded .action:first-child:nth-last-child(2),
.actions-toolbar .button-group.expanded .action:first-child:nth-last-child(2):first-child:nth-last-child(2)~.action,
.actions-toolbar .button-group.expanded .action:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button,
.actions-toolbar .button-group.expanded .action:first-child:nth-last-child(2):first-child:nth-last-child(2)~button,
.actions-toolbar .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.action,
.actions-toolbar .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~button,
.actions-toolbar .button-group.expanded button:first-child:nth-last-child(2),
.actions-toolbar .button-group.expanded button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.action,
.actions-toolbar .button-group.expanded button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button,
.actions-toolbar .button-group.expanded button:first-child:nth-last-child(2):first-child:nth-last-child(2)~button,
.button-group.expanded .actions-toolbar .action:first-child:nth-last-child(2),
.button-group.expanded .actions-toolbar .action:first-child:nth-last-child(2):first-child:nth-last-child(2)~.action,
.button-group.expanded .actions-toolbar .action:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button,
.button-group.expanded .actions-toolbar .action:first-child:nth-last-child(2):first-child:nth-last-child(2)~button,
.button-group.expanded .actions-toolbar .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.action,
.button-group.expanded .actions-toolbar .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button,
.button-group.expanded .actions-toolbar .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~button,
.button-group.expanded .actions-toolbar button:first-child:nth-last-child(2),
.button-group.expanded .actions-toolbar button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.action,
.button-group.expanded .actions-toolbar button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button,
.button-group.expanded .actions-toolbar button:first-child:nth-last-child(2):first-child:nth-last-child(2)~button,
.button-group.expanded .button:first-child:nth-last-child(2),
.button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button,
.button-group.expanded body.checkout-index-index #maincontent .actions-toolbar .action:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button,
.button-group.expanded body.checkout-index-index #maincontent .actions-toolbar .button:first-child:nth-last-child(2),
.button-group.expanded body.checkout-index-index #maincontent .actions-toolbar .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.action,
.button-group.expanded body.checkout-index-index #maincontent .actions-toolbar .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button,
.button-group.expanded body.checkout-index-index #maincontent .actions-toolbar .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~button,
.button-group.expanded body.checkout-index-index #maincontent .actions-toolbar button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button,
body.checkout-index-index #maincontent .actions-toolbar .button-group.expanded .action:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button,
body.checkout-index-index #maincontent .actions-toolbar .button-group.expanded .button:first-child:nth-last-child(2),
body.checkout-index-index #maincontent .actions-toolbar .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.action,
body.checkout-index-index #maincontent .actions-toolbar .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button,
body.checkout-index-index #maincontent .actions-toolbar .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~button,
body.checkout-index-index #maincontent .actions-toolbar .button-group.expanded button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button,
body.checkout-index-index #maincontent .button-group.expanded .actions-toolbar .action:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button,
body.checkout-index-index #maincontent .button-group.expanded .actions-toolbar .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button,
body.checkout-index-index #maincontent .button-group.expanded .actions-toolbar button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button {
    display: inline-block;
    width: 50%;
    margin-right: 1px
}

.actions-toolbar .button-group.expanded .action:first-child:nth-last-child(3),
.actions-toolbar .button-group.expanded .action:first-child:nth-last-child(3):first-child:nth-last-child(3)~.action,
.actions-toolbar .button-group.expanded .action:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button,
.actions-toolbar .button-group.expanded .action:first-child:nth-last-child(3):first-child:nth-last-child(3)~button,
.actions-toolbar .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.action,
.actions-toolbar .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~button,
.actions-toolbar .button-group.expanded button:first-child:nth-last-child(3),
.actions-toolbar .button-group.expanded button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.action,
.actions-toolbar .button-group.expanded button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button,
.actions-toolbar .button-group.expanded button:first-child:nth-last-child(3):first-child:nth-last-child(3)~button,
.button-group.expanded .actions-toolbar .action:first-child:nth-last-child(3),
.button-group.expanded .actions-toolbar .action:first-child:nth-last-child(3):first-child:nth-last-child(3)~.action,
.button-group.expanded .actions-toolbar .action:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button,
.button-group.expanded .actions-toolbar .action:first-child:nth-last-child(3):first-child:nth-last-child(3)~button,
.button-group.expanded .actions-toolbar .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.action,
.button-group.expanded .actions-toolbar .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button,
.button-group.expanded .actions-toolbar .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~button,
.button-group.expanded .actions-toolbar button:first-child:nth-last-child(3),
.button-group.expanded .actions-toolbar button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.action,
.button-group.expanded .actions-toolbar button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button,
.button-group.expanded .actions-toolbar button:first-child:nth-last-child(3):first-child:nth-last-child(3)~button,
.button-group.expanded .button:first-child:nth-last-child(3),
.button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button,
.button-group.expanded body.checkout-index-index #maincontent .actions-toolbar .action:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button,
.button-group.expanded body.checkout-index-index #maincontent .actions-toolbar .button:first-child:nth-last-child(3),
.button-group.expanded body.checkout-index-index #maincontent .actions-toolbar .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.action,
.button-group.expanded body.checkout-index-index #maincontent .actions-toolbar .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button,
.button-group.expanded body.checkout-index-index #maincontent .actions-toolbar .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~button,
.button-group.expanded body.checkout-index-index #maincontent .actions-toolbar button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button,
body.checkout-index-index #maincontent .actions-toolbar .button-group.expanded .action:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button,
body.checkout-index-index #maincontent .actions-toolbar .button-group.expanded .button:first-child:nth-last-child(3),
body.checkout-index-index #maincontent .actions-toolbar .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.action,
body.checkout-index-index #maincontent .actions-toolbar .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button,
body.checkout-index-index #maincontent .actions-toolbar .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~button,
body.checkout-index-index #maincontent .actions-toolbar .button-group.expanded button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button,
body.checkout-index-index #maincontent .button-group.expanded .actions-toolbar .action:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button,
body.checkout-index-index #maincontent .button-group.expanded .actions-toolbar .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button,
body.checkout-index-index #maincontent .button-group.expanded .actions-toolbar button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button {
    display: inline-block;
    width: 33.33333%;
    margin-right: 1px
}

.actions-toolbar .button-group.expanded .action:first-child:nth-last-child(4),
.actions-toolbar .button-group.expanded .action:first-child:nth-last-child(4):first-child:nth-last-child(4)~.action,
.actions-toolbar .button-group.expanded .action:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button,
.actions-toolbar .button-group.expanded .action:first-child:nth-last-child(4):first-child:nth-last-child(4)~button,
.actions-toolbar .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.action,
.actions-toolbar .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~button,
.actions-toolbar .button-group.expanded button:first-child:nth-last-child(4),
.actions-toolbar .button-group.expanded button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.action,
.actions-toolbar .button-group.expanded button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button,
.actions-toolbar .button-group.expanded button:first-child:nth-last-child(4):first-child:nth-last-child(4)~button,
.button-group.expanded .actions-toolbar .action:first-child:nth-last-child(4),
.button-group.expanded .actions-toolbar .action:first-child:nth-last-child(4):first-child:nth-last-child(4)~.action,
.button-group.expanded .actions-toolbar .action:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button,
.button-group.expanded .actions-toolbar .action:first-child:nth-last-child(4):first-child:nth-last-child(4)~button,
.button-group.expanded .actions-toolbar .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.action,
.button-group.expanded .actions-toolbar .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button,
.button-group.expanded .actions-toolbar .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~button,
.button-group.expanded .actions-toolbar button:first-child:nth-last-child(4),
.button-group.expanded .actions-toolbar button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.action,
.button-group.expanded .actions-toolbar button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button,
.button-group.expanded .actions-toolbar button:first-child:nth-last-child(4):first-child:nth-last-child(4)~button,
.button-group.expanded .button:first-child:nth-last-child(4),
.button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button,
.button-group.expanded body.checkout-index-index #maincontent .actions-toolbar .action:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button,
.button-group.expanded body.checkout-index-index #maincontent .actions-toolbar .button:first-child:nth-last-child(4),
.button-group.expanded body.checkout-index-index #maincontent .actions-toolbar .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.action,
.button-group.expanded body.checkout-index-index #maincontent .actions-toolbar .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button,
.button-group.expanded body.checkout-index-index #maincontent .actions-toolbar .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~button,
.button-group.expanded body.checkout-index-index #maincontent .actions-toolbar button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button,
body.checkout-index-index #maincontent .actions-toolbar .button-group.expanded .action:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button,
body.checkout-index-index #maincontent .actions-toolbar .button-group.expanded .button:first-child:nth-last-child(4),
body.checkout-index-index #maincontent .actions-toolbar .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.action,
body.checkout-index-index #maincontent .actions-toolbar .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button,
body.checkout-index-index #maincontent .actions-toolbar .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~button,
body.checkout-index-index #maincontent .actions-toolbar .button-group.expanded button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button,
body.checkout-index-index #maincontent .button-group.expanded .actions-toolbar .action:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button,
body.checkout-index-index #maincontent .button-group.expanded .actions-toolbar .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button,
body.checkout-index-index #maincontent .button-group.expanded .actions-toolbar button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button {
    display: inline-block;
    width: 25%;
    margin-right: 1px
}

.actions-toolbar .button-group.expanded .action:first-child:nth-last-child(5),
.actions-toolbar .button-group.expanded .action:first-child:nth-last-child(5):first-child:nth-last-child(5)~.action,
.actions-toolbar .button-group.expanded .action:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button,
.actions-toolbar .button-group.expanded .action:first-child:nth-last-child(5):first-child:nth-last-child(5)~button,
.actions-toolbar .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.action,
.actions-toolbar .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~button,
.actions-toolbar .button-group.expanded button:first-child:nth-last-child(5),
.actions-toolbar .button-group.expanded button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.action,
.actions-toolbar .button-group.expanded button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button,
.actions-toolbar .button-group.expanded button:first-child:nth-last-child(5):first-child:nth-last-child(5)~button,
.button-group.expanded .actions-toolbar .action:first-child:nth-last-child(5),
.button-group.expanded .actions-toolbar .action:first-child:nth-last-child(5):first-child:nth-last-child(5)~.action,
.button-group.expanded .actions-toolbar .action:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button,
.button-group.expanded .actions-toolbar .action:first-child:nth-last-child(5):first-child:nth-last-child(5)~button,
.button-group.expanded .actions-toolbar .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.action,
.button-group.expanded .actions-toolbar .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button,
.button-group.expanded .actions-toolbar .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~button,
.button-group.expanded .actions-toolbar button:first-child:nth-last-child(5),
.button-group.expanded .actions-toolbar button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.action,
.button-group.expanded .actions-toolbar button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button,
.button-group.expanded .actions-toolbar button:first-child:nth-last-child(5):first-child:nth-last-child(5)~button,
.button-group.expanded .button:first-child:nth-last-child(5),
.button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button,
.button-group.expanded body.checkout-index-index #maincontent .actions-toolbar .action:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button,
.button-group.expanded body.checkout-index-index #maincontent .actions-toolbar .button:first-child:nth-last-child(5),
.button-group.expanded body.checkout-index-index #maincontent .actions-toolbar .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.action,
.button-group.expanded body.checkout-index-index #maincontent .actions-toolbar .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button,
.button-group.expanded body.checkout-index-index #maincontent .actions-toolbar .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~button,
.button-group.expanded body.checkout-index-index #maincontent .actions-toolbar button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button,
body.checkout-index-index #maincontent .actions-toolbar .button-group.expanded .action:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button,
body.checkout-index-index #maincontent .actions-toolbar .button-group.expanded .button:first-child:nth-last-child(5),
body.checkout-index-index #maincontent .actions-toolbar .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.action,
body.checkout-index-index #maincontent .actions-toolbar .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button,
body.checkout-index-index #maincontent .actions-toolbar .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~button,
body.checkout-index-index #maincontent .actions-toolbar .button-group.expanded button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button,
body.checkout-index-index #maincontent .button-group.expanded .actions-toolbar .action:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button,
body.checkout-index-index #maincontent .button-group.expanded .actions-toolbar .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button,
body.checkout-index-index #maincontent .button-group.expanded .actions-toolbar button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button {
    display: inline-block;
    width: 20%;
    margin-right: 1px
}

.actions-toolbar .button-group.expanded .action:first-child:nth-last-child(6),
.actions-toolbar .button-group.expanded .action:first-child:nth-last-child(6):first-child:nth-last-child(6)~.action,
.actions-toolbar .button-group.expanded .action:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button,
.actions-toolbar .button-group.expanded .action:first-child:nth-last-child(6):first-child:nth-last-child(6)~button,
.actions-toolbar .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.action,
.actions-toolbar .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~button,
.actions-toolbar .button-group.expanded button:first-child:nth-last-child(6),
.actions-toolbar .button-group.expanded button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.action,
.actions-toolbar .button-group.expanded button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button,
.actions-toolbar .button-group.expanded button:first-child:nth-last-child(6):first-child:nth-last-child(6)~button,
.button-group.expanded .actions-toolbar .action:first-child:nth-last-child(6),
.button-group.expanded .actions-toolbar .action:first-child:nth-last-child(6):first-child:nth-last-child(6)~.action,
.button-group.expanded .actions-toolbar .action:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button,
.button-group.expanded .actions-toolbar .action:first-child:nth-last-child(6):first-child:nth-last-child(6)~button,
.button-group.expanded .actions-toolbar .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.action,
.button-group.expanded .actions-toolbar .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button,
.button-group.expanded .actions-toolbar .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~button,
.button-group.expanded .actions-toolbar button:first-child:nth-last-child(6),
.button-group.expanded .actions-toolbar button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.action,
.button-group.expanded .actions-toolbar button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button,
.button-group.expanded .actions-toolbar button:first-child:nth-last-child(6):first-child:nth-last-child(6)~button,
.button-group.expanded .button:first-child:nth-last-child(6),
.button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button,
.button-group.expanded body.checkout-index-index #maincontent .actions-toolbar .action:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button,
.button-group.expanded body.checkout-index-index #maincontent .actions-toolbar .button:first-child:nth-last-child(6),
.button-group.expanded body.checkout-index-index #maincontent .actions-toolbar .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.action,
.button-group.expanded body.checkout-index-index #maincontent .actions-toolbar .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button,
.button-group.expanded body.checkout-index-index #maincontent .actions-toolbar .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~button,
.button-group.expanded body.checkout-index-index #maincontent .actions-toolbar button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button,
body.checkout-index-index #maincontent .actions-toolbar .button-group.expanded .action:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button,
body.checkout-index-index #maincontent .actions-toolbar .button-group.expanded .button:first-child:nth-last-child(6),
body.checkout-index-index #maincontent .actions-toolbar .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.action,
body.checkout-index-index #maincontent .actions-toolbar .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button,
body.checkout-index-index #maincontent .actions-toolbar .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~button,
body.checkout-index-index #maincontent .actions-toolbar .button-group.expanded button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button,
body.checkout-index-index #maincontent .button-group.expanded .actions-toolbar .action:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button,
body.checkout-index-index #maincontent .button-group.expanded .actions-toolbar .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button,
body.checkout-index-index #maincontent .button-group.expanded .actions-toolbar button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button {
    display: inline-block;
    width: 16.66667%;
    margin-right: 1px
}

.actions-toolbar .button-group.primary .action,
.actions-toolbar .button-group.primary button,
.button-group.primary .actions-toolbar .action,
.button-group.primary .actions-toolbar button,
.button-group.primary .button,
.button-group.primary body.checkout-index-index #maincontent .actions-toolbar .button,
body.checkout-index-index #maincontent .actions-toolbar .button-group.primary .button {
    background-color: #003194;
    color: #fff
}

.actions-toolbar .button-group.primary .action:focus,
.actions-toolbar .button-group.primary .action:hover,
.actions-toolbar .button-group.primary button:focus,
.actions-toolbar .button-group.primary button:hover,
.button-group.primary .actions-toolbar .action:focus,
.button-group.primary .actions-toolbar .action:hover,
.button-group.primary .actions-toolbar button:focus,
.button-group.primary .actions-toolbar button:hover,
.button-group.primary .button:focus,
.button-group.primary .button:hover,
.button-group.primary body.checkout-index-index #maincontent .actions-toolbar .button:focus,
.button-group.primary body.checkout-index-index #maincontent .actions-toolbar .button:hover,
body.checkout-index-index #maincontent .actions-toolbar .button-group.primary .button:focus,
body.checkout-index-index #maincontent .actions-toolbar .button-group.primary .button:hover {
    background-color: #002776;
    color: #fff
}

.actions-toolbar .button-group.secondary .action,
.actions-toolbar .button-group.secondary button,
.button-group.secondary .actions-toolbar .action,
.button-group.secondary .actions-toolbar button,
.button-group.secondary .button,
.button-group.secondary body.checkout-index-index #maincontent .actions-toolbar .button,
body.checkout-index-index #maincontent .actions-toolbar .button-group.secondary .button {
    background-color: #fc0;
    color: #fff
}

.actions-toolbar .button-group.secondary .action:focus,
.actions-toolbar .button-group.secondary .action:hover,
.actions-toolbar .button-group.secondary button:focus,
.actions-toolbar .button-group.secondary button:hover,
.button-group.secondary .actions-toolbar .action:focus,
.button-group.secondary .actions-toolbar .action:hover,
.button-group.secondary .actions-toolbar button:focus,
.button-group.secondary .actions-toolbar button:hover,
.button-group.secondary .button:focus,
.button-group.secondary .button:hover,
.button-group.secondary body.checkout-index-index #maincontent .actions-toolbar .button:focus,
.button-group.secondary body.checkout-index-index #maincontent .actions-toolbar .button:hover,
body.checkout-index-index #maincontent .actions-toolbar .button-group.secondary .button:focus,
body.checkout-index-index #maincontent .actions-toolbar .button-group.secondary .button:hover {
    background-color: #cca300;
    color: #fff
}

.actions-toolbar .button-group.success .action,
.actions-toolbar .button-group.success button,
.button-group.success .actions-toolbar .action,
.button-group.success .actions-toolbar button,
.button-group.success .button,
.button-group.success body.checkout-index-index #maincontent .actions-toolbar .button,
body.checkout-index-index #maincontent .actions-toolbar .button-group.success .button {
    background-color: #3adb76;
    color: #fff
}

.actions-toolbar .button-group.success .action:focus,
.actions-toolbar .button-group.success .action:hover,
.actions-toolbar .button-group.success button:focus,
.actions-toolbar .button-group.success button:hover,
.button-group.success .actions-toolbar .action:focus,
.button-group.success .actions-toolbar .action:hover,
.button-group.success .actions-toolbar button:focus,
.button-group.success .actions-toolbar button:hover,
.button-group.success .button:focus,
.button-group.success .button:hover,
.button-group.success body.checkout-index-index #maincontent .actions-toolbar .button:focus,
.button-group.success body.checkout-index-index #maincontent .actions-toolbar .button:hover,
body.checkout-index-index #maincontent .actions-toolbar .button-group.success .button:focus,
body.checkout-index-index #maincontent .actions-toolbar .button-group.success .button:hover {
    background-color: #22bb5b;
    color: #fff
}

.actions-toolbar .button-group.warning .action,
.actions-toolbar .button-group.warning button,
.button-group.warning .actions-toolbar .action,
.button-group.warning .actions-toolbar button,
.button-group.warning .button,
.button-group.warning body.checkout-index-index #maincontent .actions-toolbar .button,
body.checkout-index-index #maincontent .actions-toolbar .button-group.warning .button {
    background-color: #ffae00;
    color: #fff
}

.actions-toolbar .button-group.warning .action:focus,
.actions-toolbar .button-group.warning .action:hover,
.actions-toolbar .button-group.warning button:focus,
.actions-toolbar .button-group.warning button:hover,
.button-group.warning .actions-toolbar .action:focus,
.button-group.warning .actions-toolbar .action:hover,
.button-group.warning .actions-toolbar button:focus,
.button-group.warning .actions-toolbar button:hover,
.button-group.warning .button:focus,
.button-group.warning .button:hover,
.button-group.warning body.checkout-index-index #maincontent .actions-toolbar .button:focus,
.button-group.warning body.checkout-index-index #maincontent .actions-toolbar .button:hover,
body.checkout-index-index #maincontent .actions-toolbar .button-group.warning .button:focus,
body.checkout-index-index #maincontent .actions-toolbar .button-group.warning .button:hover {
    background-color: #cc8b00;
    color: #fff
}

.actions-toolbar .button-group.alert .action,
.actions-toolbar .button-group.alert button,
.button-group.alert .actions-toolbar .action,
.button-group.alert .actions-toolbar button,
.button-group.alert .button,
.button-group.alert body.checkout-index-index #maincontent .actions-toolbar .button,
body.checkout-index-index #maincontent .actions-toolbar .button-group.alert .button {
    background-color: #ec5840;
    color: #fff
}

.actions-toolbar .button-group.alert .action:focus,
.actions-toolbar .button-group.alert .action:hover,
.actions-toolbar .button-group.alert button:focus,
.actions-toolbar .button-group.alert button:hover,
.button-group.alert .actions-toolbar .action:focus,
.button-group.alert .actions-toolbar .action:hover,
.button-group.alert .actions-toolbar button:focus,
.button-group.alert .actions-toolbar button:hover,
.button-group.alert .button:focus,
.button-group.alert .button:hover,
.button-group.alert body.checkout-index-index #maincontent .actions-toolbar .button:focus,
.button-group.alert body.checkout-index-index #maincontent .actions-toolbar .button:hover,
body.checkout-index-index #maincontent .actions-toolbar .button-group.alert .button:focus,
body.checkout-index-index #maincontent .actions-toolbar .button-group.alert .button:hover {
    background-color: #da3116;
    color: #fff
}

.actions-toolbar .button-group.stacked .action,
.actions-toolbar .button-group.stacked button,
.actions-toolbar .button-group.stacked-for-medium .action,
.actions-toolbar .button-group.stacked-for-medium button,
.actions-toolbar .button-group.stacked-for-small .action,
.actions-toolbar .button-group.stacked-for-small button,
.button-group.stacked .actions-toolbar .action,
.button-group.stacked .actions-toolbar button,
.button-group.stacked .button,
.button-group.stacked body.checkout-index-index #maincontent .actions-toolbar .button,
.button-group.stacked-for-medium .actions-toolbar .action,
.button-group.stacked-for-medium .actions-toolbar button,
.button-group.stacked-for-medium .button,
.button-group.stacked-for-medium body.checkout-index-index #maincontent .actions-toolbar .button,
.button-group.stacked-for-small .actions-toolbar .action,
.button-group.stacked-for-small .actions-toolbar button,
.button-group.stacked-for-small .button,
.button-group.stacked-for-small body.checkout-index-index #maincontent .actions-toolbar .button,
body.checkout-index-index #maincontent .actions-toolbar .button-group.stacked .button,
body.checkout-index-index #maincontent .actions-toolbar .button-group.stacked-for-medium .button,
body.checkout-index-index #maincontent .actions-toolbar .button-group.stacked-for-small .button {
    width: 100%;
    border-right: 1px solid transparent
}

.actions-toolbar .button-group.stacked .action:not(:last-child),
.actions-toolbar .button-group.stacked button:not(:last-child),
.actions-toolbar .button-group.stacked-for-medium .action:not(:last-child),
.actions-toolbar .button-group.stacked-for-medium button:not(:last-child),
.actions-toolbar .button-group.stacked-for-small .action:not(:last-child),
.actions-toolbar .button-group.stacked-for-small button:not(:last-child),
.button-group.stacked .actions-toolbar .action:not(:last-child),
.button-group.stacked .actions-toolbar button:not(:last-child),
.button-group.stacked .button:not(:last-child),
.button-group.stacked body.checkout-index-index #maincontent .actions-toolbar .button:not(:last-child),
.button-group.stacked-for-medium .actions-toolbar .action:not(:last-child),
.button-group.stacked-for-medium .actions-toolbar button:not(:last-child),
.button-group.stacked-for-medium .button:not(:last-child),
.button-group.stacked-for-medium body.checkout-index-index #maincontent .actions-toolbar .button:not(:last-child),
.button-group.stacked-for-small .actions-toolbar .action:not(:last-child),
.button-group.stacked-for-small .actions-toolbar button:not(:last-child),
.button-group.stacked-for-small .button:not(:last-child),
.button-group.stacked-for-small body.checkout-index-index #maincontent .actions-toolbar .button:not(:last-child),
body.checkout-index-index #maincontent .actions-toolbar .button-group.stacked .button:not(:last-child),
body.checkout-index-index #maincontent .actions-toolbar .button-group.stacked-for-medium .button:not(:last-child),
body.checkout-index-index #maincontent .actions-toolbar .button-group.stacked-for-small .button:not(:last-child) {
    border-bottom: 1px solid #fefefe
}

@media screen and (min-width:40em) {

    .actions-toolbar .button-group.stacked-for-small .action,
    .actions-toolbar .button-group.stacked-for-small button,
    .button-group.stacked-for-small .actions-toolbar .action,
    .button-group.stacked-for-small .actions-toolbar button,
    .button-group.stacked-for-small .button,
    .button-group.stacked-for-small body.checkout-index-index #maincontent .actions-toolbar .button,
    body.checkout-index-index #maincontent .actions-toolbar .button-group.stacked-for-small .button {
        width: auto
    }

    .actions-toolbar .button-group.stacked-for-small .action:not(:last-child),
    .actions-toolbar .button-group.stacked-for-small button:not(:last-child),
    .button-group.stacked-for-small .actions-toolbar .action:not(:last-child),
    .button-group.stacked-for-small .actions-toolbar button:not(:last-child),
    .button-group.stacked-for-small .button:not(:last-child),
    .button-group.stacked-for-small body.checkout-index-index #maincontent .actions-toolbar .button:not(:last-child),
    body.checkout-index-index #maincontent .actions-toolbar .button-group.stacked-for-small .button:not(:last-child) {
        margin-right: 1px
    }
}

@media screen and (min-width:64em) {

    .actions-toolbar .button-group.stacked-for-medium .action,
    .actions-toolbar .button-group.stacked-for-medium button,
    .button-group.stacked-for-medium .actions-toolbar .action,
    .button-group.stacked-for-medium .actions-toolbar button,
    .button-group.stacked-for-medium .button,
    .button-group.stacked-for-medium body.checkout-index-index #maincontent .actions-toolbar .button,
    body.checkout-index-index #maincontent .actions-toolbar .button-group.stacked-for-medium .button {
        width: auto
    }

    .actions-toolbar .button-group.stacked-for-medium .action:not(:last-child),
    .actions-toolbar .button-group.stacked-for-medium button:not(:last-child),
    .button-group.stacked-for-medium .actions-toolbar .action:not(:last-child),
    .button-group.stacked-for-medium .actions-toolbar button:not(:last-child),
    .button-group.stacked-for-medium .button:not(:last-child),
    .button-group.stacked-for-medium body.checkout-index-index #maincontent .actions-toolbar .button:not(:last-child),
    body.checkout-index-index #maincontent .actions-toolbar .button-group.stacked-for-medium .button:not(:last-child) {
        margin-right: 1px
    }
}

@media screen and (max-width:39.9375em) {
    .button-group.stacked-for-small.expanded {
        display: block
    }

    .actions-toolbar .button-group.stacked-for-small.expanded .action,
    .actions-toolbar .button-group.stacked-for-small.expanded button,
    .button-group.stacked-for-small.expanded .actions-toolbar .action,
    .button-group.stacked-for-small.expanded .actions-toolbar button,
    .button-group.stacked-for-small.expanded .button,
    .button-group.stacked-for-small.expanded body.checkout-index-index #maincontent .actions-toolbar .button,
    body.checkout-index-index #maincontent .actions-toolbar .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0
    }
}

.callout {
    margin: 0 0 1rem;
    padding: 1rem;
    border: 1px solid rgba(13, 13, 13, .25);
    border-radius: 0;
    position: relative;
    color: #575757;
    background-color: #fff
}

.callout>:first-child {
    margin-top: 0
}

.callout>:last-child {
    margin-bottom: 0
}

.callout.primary {
    background-color: #c9dbff
}

.callout.secondary {
    background-color: #fff7d9
}

.callout.success {
    background-color: #e1faea
}

.callout.warning {
    background-color: #fff3d9
}

.callout.alert {
    background-color: #fce6e2
}

.callout.small {
    padding: .5rem
}

.callout.large {
    padding: 3rem
}

.close-button {
    position: absolute;
    color: #292929;
    right: 1rem;
    top: .5rem;
    font-size: 2em;
    line-height: 1;
    cursor: pointer
}

[data-whatinput=mouse] .close-button {
    outline: 0
}

.close-button:focus,
.close-button:hover {
    color: #0d0d0d
}

.label,
.label.alert,
.label.success,
.label.warning,
.menu .active>a {
    color: #fefefe
}

.is-drilldown {
    position: relative;
    overflow: hidden
}

.is-drilldown li {
    display: block !important
}

.is-drilldown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: #fefefe;
    transition: transform .15s linear
}

.is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.is-drilldown-submenu.is-closing {
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.is-drilldown-submenu-parent>a {
    position: relative
}

.is-drilldown-submenu-parent>a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    border-color: transparent transparent transparent #003194;
    border-left-style: solid;
    border-right-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem
}

.js-drilldown-back>a::before {
    content: '';
    width: 0;
    height: 0;
    border: 6px inset;
    border-color: transparent #003194 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: .75rem
}

.dropdown-pane {
    background-color: #fefefe;
    border: 1px solid #cacaca;
    border-radius: 0;
    display: block;
    font-size: 16rem;
    padding: 1rem;
    position: absolute;
    width: 300px;
    z-index: 10
}

.dropdown-pane.is-open {
    visibility: visible
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden
}

.dropdown-pane.tiny {
    width: 100px
}

.dropdown-pane.small {
    width: 200px
}

.dropdown-pane.large {
    width: 400px
}

.dropdown.menu>li.opens-left>.is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%
}

.dropdown.menu>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%
}

.dropdown.menu>li.is-dropdown-submenu-parent>a {
    padding-right: 1.5rem;
    position: relative
}

.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 5px inset;
    border-color: #003194 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px
}

[data-whatinput=mouse] .dropdown.menu a {
    outline: 0
}

.no-js .dropdown.menu ul {
    display: none
}

.dropdown.menu.vertical>li .is-dropdown-submenu {
    top: 0
}

.dropdown.menu.vertical>li.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%
}

.dropdown.menu.vertical>li.opens-right .is-dropdown-submenu {
    right: auto;
    left: 100%
}

.dropdown.menu.vertical>li>a::after {
    right: 14px;
    margin-top: -3px
}

.dropdown.menu.vertical>li.opens-left>a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 5px inset;
    border-color: transparent #003194 transparent transparent;
    border-right-style: solid;
    border-left-width: 0
}

.dropdown.menu.vertical>li.opens-right>a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 5px inset;
    border-color: transparent transparent transparent #003194;
    border-left-style: solid;
    border-right-width: 0
}

@media screen and (min-width:40em) {
    .dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu {
        left: auto;
        right: 0;
        top: 100%
    }

    .dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 0;
        top: 100%
    }

    .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a {
        padding-right: 1.5rem;
        position: relative
    }

    .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: 5px inset;
        border-color: #003194 transparent transparent;
        border-top-style: solid;
        border-bottom-width: 0;
        right: 5px;
        margin-top: -2px
    }

    .dropdown.menu.medium-vertical>li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.medium-vertical>li.opens-left .is-dropdown-submenu {
        left: auto;
        right: 100%
    }

    .dropdown.menu.medium-vertical>li.opens-right .is-dropdown-submenu {
        right: auto;
        left: 100%
    }

    .dropdown.menu.medium-vertical>li>a::after {
        right: 14px;
        margin-top: -3px
    }

    .dropdown.menu.medium-vertical>li.opens-left>a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: 5px inset;
        border-color: transparent #003194 transparent transparent;
        border-right-style: solid;
        border-left-width: 0
    }

    .dropdown.menu.medium-vertical>li.opens-right>a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: 5px inset;
        border-color: transparent transparent transparent #003194;
        border-left-style: solid;
        border-right-width: 0
    }
}

@media screen and (min-width:64em) {
    .dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu {
        left: auto;
        right: 0;
        top: 100%
    }

    .dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 0;
        top: 100%
    }

    .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a {
        padding-right: 1.5rem;
        position: relative
    }

    .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: 5px inset;
        border-color: #003194 transparent transparent;
        border-top-style: solid;
        border-bottom-width: 0;
        right: 5px;
        margin-top: -2px
    }

    .dropdown.menu.large-vertical>li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.large-vertical>li.opens-left .is-dropdown-submenu {
        left: auto;
        right: 100%
    }

    .dropdown.menu.large-vertical>li.opens-right .is-dropdown-submenu {
        right: auto;
        left: 100%
    }

    .dropdown.menu.large-vertical>li>a::after {
        right: 14px;
        margin-top: -3px
    }

    .dropdown.menu.large-vertical>li.opens-left>a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: 5px inset;
        border-color: transparent #003194 transparent transparent;
        border-right-style: solid;
        border-left-width: 0
    }

    .dropdown.menu.large-vertical>li.opens-right>a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: 5px inset;
        border-color: transparent transparent transparent #003194;
        border-left-style: solid;
        border-right-width: 0
    }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    top: 100%;
    left: auto;
    right: 0
}

.is-dropdown-menu.vertical {
    width: 100px
}

.is-dropdown-submenu-parent {
    position: relative
}

.is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -2px
}

.is-dropdown-submenu-parent.opens-inner .is-dropdown-submenu {
    top: 100%
}

.is-dropdown-submenu-parent.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%
}

.is-dropdown-submenu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    background: #fefefe;
    border: 1px solid #cacaca
}

.is-dropdown-submenu .is-dropdown-submenu-parent>a::after {
    right: 14px;
    margin-top: -3px
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 5px inset;
    border-color: transparent #003194 transparent transparent;
    border-right-style: solid;
    border-left-width: 0
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 5px inset;
    border-color: transparent transparent transparent #003194;
    border-left-style: solid;
    border-right-width: 0
}

.is-dropdown-submenu>li,
.menu.expanded,
.menu.expanded>li:first-child:last-child {
    width: 100%
}

.is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px
}

.is-dropdown-submenu.js-dropdown-active,
.is-dropdown-submenu:not(.js-dropdown-nohover)>.is-dropdown-submenu-parent:hover>.is-dropdown-submenu {
    display: block
}

.flex-video {
    position: relative;
    height: 0;
    padding-bottom: 75%;
    margin-bottom: 1rem;
    overflow: hidden
}

.flex-video embed,
.flex-video iframe,
.flex-video object,
.flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.flex-video.widescreen {
    padding-bottom: 56.25%
}

.flex-video.vimeo {
    padding-top: 0
}

.label {
    display: inline-block;
    padding: .33333rem .5rem;
    font-size: .8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    border-radius: 0;
    background: #003194
}

.label.secondary {
    background: #fc0;
    color: #fefefe
}

.label.success {
    background: #3adb76
}

.label.warning {
    background: #ffae00
}

.label.alert {
    background: #ec5840
}

.media-object {
    margin-bottom: 1rem;
    display: block
}

.media-object img {
    max-width: none
}

@media screen and (max-width:39.9375em) {
    .media-object.stack-for-small .media-object-section {
        padding: 0 0 1rem;
        display: block
    }

    .media-object.stack-for-small .media-object-section img {
        width: 100%
    }
}

.media-object-section {
    display: table-cell;
    vertical-align: top
}

.media-object-section:first-child {
    padding-right: 1rem
}

.media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem
}

.media-object-section.middle {
    vertical-align: middle
}

.media-object-section.bottom {
    vertical-align: bottom
}

.menu-icon,
.menu>li,
.menu>li>a i,
.menu>li>a i+span,
.menu>li>a img,
.menu>li>a img+span {
    vertical-align: middle
}

.menu {
    margin: 0
}

[data-whatinput=mouse] .menu>li {
    outline: 0
}

.menu>li>a {
    display: block;
    padding: .7rem 1rem;
    line-height: 1
}

.menu a,
.menu button,
.menu input {
    margin-bottom: 0
}

.menu>li>a i,
.menu>li>a img {
    margin-right: .25rem;
    display: inline-block
}

.menu>li {
    display: table-cell
}

.menu.vertical>li {
    display: block
}

@media screen and (min-width:40em) {
    .menu.medium-horizontal>li {
        display: table-cell
    }

    .menu.medium-vertical>li {
        display: block
    }
}

@media screen and (min-width:64em) {
    .menu.large-horizontal>li {
        display: table-cell
    }

    .menu.large-vertical>li {
        display: block
    }
}

.menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem
}

.menu.simple a {
    padding: 0
}

.menu.align-right::after,
.menu.align-right::before {
    content: ' ';
    display: table
}

.menu.expanded {
    display: table;
    table-layout: fixed
}

.menu.icon-top>li>a i,
.menu.icon-top>li>a img {
    display: block;
    margin: 0 auto .25rem
}

.menu.nested {
    margin-left: 1rem
}

.menu-text {
    font-weight: 700;
    color: inherit;
    line-height: 1;
    padding: .7rem 1rem
}

.menu-centered>.menu {
    display: inline-block
}

.no-js [data-responsive-menu] ul {
    display: none
}

.menu-icon {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 20px;
    height: 16px
}

.menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe
}

.menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca
}

body,
html {
    height: 100%
}

.off-canvas-wrapper {
    width: 100%;
    overflow-x: hidden;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: auto
}

.off-canvas-wrapper-inner {
    position: relative;
    width: 100%;
    transition: transform .5s ease
}

.off-canvas-wrapper-inner::after,
.off-canvas-wrapper-inner::before {
    content: ' ';
    display: table
}

.off-canvas-content {
    min-height: 100%;
    background: #fefefe;
    transition: transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    padding-bottom: .1px;
    box-shadow: 0 0 10px rgba(13, 13, 13, .5)
}

.js-off-canvas-exit {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(254, 254, 254, .25);
    cursor: pointer;
    transition: background .5s ease
}

.off-canvas {
    position: absolute;
    background: #ededed;
    z-index: -1;
    max-height: 100%;
    overflow-y: auto;
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.orbit-caption,
.orbit-next:active,
.orbit-next:focus,
.orbit-next:hover,
.orbit-previous:active,
.orbit-previous:focus,
.orbit-previous:hover {
    background-color: rgba(13, 13, 13, .5)
}

[data-whatinput=mouse] .off-canvas {
    outline: 0
}

.off-canvas.position-left {
    left: -250px;
    top: 0;
    width: 250px
}

.is-open-left {
    -ms-transform: translateX(250px);
    transform: translateX(250px)
}

.off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px
}

.is-open-right {
    -ms-transform: translateX(-250px);
    transform: translateX(-250px)
}

@media screen and (min-width:40em) {
    .position-left.reveal-for-medium {
        left: 0;
        z-index: auto;
        position: fixed
    }

    .position-left.reveal-for-medium~.off-canvas-content {
        margin-left: 250px
    }

    .position-right.reveal-for-medium {
        right: 0;
        z-index: auto;
        position: fixed
    }

    .position-right.reveal-for-medium~.off-canvas-content {
        margin-right: 250px
    }
}

@media screen and (min-width:64em) {
    .position-left.reveal-for-large {
        left: 0;
        z-index: auto;
        position: fixed
    }

    .position-left.reveal-for-large~.off-canvas-content {
        margin-left: 250px
    }

    .position-right.reveal-for-large {
        right: 0;
        z-index: auto;
        position: fixed
    }

    .position-right.reveal-for-large~.off-canvas-content {
        margin-right: 250px
    }
}

.orbit,
.orbit-container {
    position: relative
}

.orbit-container {
    margin: 0;
    overflow: hidden;
    list-style: none
}

.orbit-caption,
.orbit-next,
.orbit-previous {
    position: absolute;
    padding: 1rem;
    color: #fefefe
}

.orbit-slide {
    width: 100%;
    max-height: 100%
}

.orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0
}

.orbit-figure {
    margin: 0
}

.orbit-image {
    margin: 0;
    width: 100%;
    max-width: 100%
}

.orbit-caption {
    width: 100%;
    margin-bottom: 0
}

.orbit-next,
.orbit-previous {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10
}

[data-whatinput=mouse] .orbit-next,
[data-whatinput=mouse] .orbit-previous {
    outline: 0
}

.orbit-previous {
    left: 0
}

.orbit-next {
    left: auto;
    right: 0
}

.orbit-bullets {
    position: relative;
    margin-top: .8rem;
    margin-bottom: .8rem
}

[data-whatinput=mouse] .orbit-bullets {
    outline: 0
}

.orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: .1rem;
    background-color: #cacaca;
    border-radius: 50%
}

.orbit-bullets button.is-active,
.orbit-bullets button:hover {
    background-color: #292929
}

.pagination {
    margin-left: 0;
    margin-bottom: 1rem
}

.pagination::after,
.pagination::before {
    content: ' ';
    display: table
}

.pagination li {
    font-size: .875rem;
    margin-right: .0625rem;
    border-radius: 0;
    display: none
}

.pagination li:first-child,
.pagination li:last-child {
    display: inline-block
}

@media screen and (min-width:40em) {
    .pagination li {
        display: inline-block
    }

    .reveal {
        min-height: 0
    }
}

.pagination a,
.pagination button {
    color: #0d0d0d;
    display: block;
    padding: .1875rem .625rem;
    border-radius: 0
}

.pagination a:hover,
.pagination button:hover {
    background: #ededed
}

.pagination .current {
    padding: .1875rem .625rem;
    color: #fefefe;
    cursor: default
}

.pagination .disabled {
    padding: .1875rem .625rem;
    color: #cacaca;
    cursor: not-allowed
}

.pagination .disabled:hover {
    background: 0 0
}

.pagination .ellipsis::after {
    content: '\2026';
    padding: .1875rem .625rem;
    color: #0d0d0d
}

.progress-meter-text,
.switch {
    color: #fefefe;
    font-weight: 700
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
    content: '\00ab';
    display: inline-block;
    margin-right: .5rem
}

.pagination-next a::after,
.pagination-next.disabled::after {
    content: '\00bb';
    display: inline-block;
    margin-left: .5rem
}

.progress {
    background-color: #cacaca;
    height: 1rem;
    margin-bottom: 1rem;
    border-radius: 0
}

.progress.primary .progress-meter {
    background-color: #003194
}

.progress.secondary .progress-meter {
    background-color: #fc0
}

.progress.success .progress-meter {
    background-color: #3adb76
}

.progress.warning .progress-meter {
    background-color: #ffae00
}

.progress.alert .progress-meter {
    background-color: #ec5840
}

.progress-meter {
    position: relative;
    display: block;
    width: 0%;
    height: 100%;
    background-color: #003194
}

.progress-meter-text {
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    margin: 0;
    font-size: .75rem;
    white-space: nowrap
}

.slider-fill,
.slider-handle {
    left: 0;
    display: inline-block
}

.slider {
    position: relative;
    height: .5rem;
    margin-top: 1.25rem;
    margin-bottom: 2.25rem;
    background-color: #ededed;
    cursor: pointer;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none
}

.slider-fill {
    position: absolute;
    top: 0;
    max-width: 100%;
    height: .5rem;
    background-color: #cacaca;
    transition: all .2s ease-in-out
}

.slider-fill.is-dragging {
    transition: all 0s linear
}

.slider-handle {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
    width: 1.4rem;
    height: 1.4rem;
    background-color: #003194;
    transition: all .2s ease-in-out;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    border-radius: 0
}

[data-whatinput=mouse] .slider-handle {
    outline: 0
}

.slider-handle:hover {
    background-color: #002a7e
}

.slider-handle.is-dragging {
    transition: all 0s linear
}

.slider.disabled,
.slider[disabled] {
    opacity: .25;
    cursor: not-allowed
}

.slider.vertical {
    display: inline-block;
    width: .5rem;
    height: 12.5rem;
    margin: 0 1.25rem;
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

.slider.vertical .slider-fill {
    top: 0;
    width: .5rem;
    max-height: 100%
}

.slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.sticky-container {
    position: relative
}

.sticky {
    position: absolute;
    z-index: 0;
    transform: translate3d(0, 0, 0)
}

.sticky.is-stuck {
    position: fixed;
    z-index: 5
}

.sticky.is-stuck.is-at-top {
    top: 0
}

.sticky.is-anchored {
    position: absolute;
    left: auto;
    right: auto
}

body.is-reveal-open {
    overflow: hidden
}

.table-scroll,
table.scroll {
    overflow-x: auto
}

.reveal-overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1005;
    background-color: rgba(13, 13, 13, .45);
    overflow-y: scroll
}

.reveal {
    display: none;
    z-index: 1006;
    padding: 1rem;
    border: 1px solid #cacaca;
    background-color: #fefefe;
    border-radius: 0;
    position: relative;
    top: 100px;
    margin-left: auto;
    margin-right: auto;
    overflow-y: auto
}

[data-whatinput=mouse] .reveal {
    outline: 0
}

.reveal .column,
.reveal .columns {
    min-width: 0
}

.reveal>:last-child {
    margin-bottom: 0
}

.reveal.collapse {
    padding: 0
}

table caption,
table tbody td,
table tbody th {
    padding: .5rem .625rem .625rem
}

@media screen and (min-width:40em) {
    .reveal {
        width: 600px;
        max-width: 76.875rem
    }

    .reveal .reveal {
        left: auto;
        right: auto;
        margin: 0 auto
    }

    .reveal.tiny {
        width: 30%;
        max-width: 76.875rem
    }

    .reveal.small {
        width: 50%;
        max-width: 76.875rem
    }

    .reveal.large {
        width: 90%;
        max-width: 76.875rem
    }
}

.reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0
}

@media screen and (max-width:39.9375em) {
    .reveal {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        height: 100vh;
        min-height: 100vh;
        max-width: none;
        margin-left: 0;
        border: 0;
        border-radius: 0
    }
}

.switch-paddle,
.switch-paddle::after {
    display: block;
    transition: all .25s ease-out;
    border-radius: 1.25rem
}

.reveal.without-overlay {
    position: fixed
}

.switch {
    margin-bottom: 1rem;
    outline: 0;
    position: relative;
    user-select: none;
    font-size: .875rem
}

.switch-input {
    opacity: 0;
    position: absolute
}

.switch-paddle {
    background: #fefefe;
    cursor: pointer;
    position: relative;
    width: 4rem;
    height: 2rem;
    color: inherit;
    font-weight: inherit
}

input+.switch-paddle {
    margin: 0
}

.switch-paddle::after {
    background: #fc0;
    content: '';
    position: absolute;
    height: 1.5rem;
    left: .25rem;
    top: .25rem;
    width: 1.5rem;
    transform: translate3d(0, 0, 0)
}

input:checked~.switch-paddle {
    background: #fefefe
}

input:checked~.switch-paddle::after {
    left: 2.25rem
}

[data-whatinput=mouse] input:focus~.switch-paddle {
    outline: 0
}

.switch-active,
.switch-inactive {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.switch-active {
    left: 8%;
    display: none
}

input:checked+label>.switch-active {
    display: block
}

.switch-inactive {
    right: 15%
}

input:checked+label>.switch-inactive {
    display: none
}

.switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: .625rem
}

.switch.tiny .switch-paddle::after {
    width: 1rem;
    height: 1rem
}

.switch.tiny input:checked~.switch-paddle::after {
    left: 1.75rem
}

.switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: .75rem
}

.switch.small .switch-paddle::after {
    width: 1.25rem;
    height: 1.25rem
}

.switch.small input:checked~.switch-paddle::after {
    left: 2rem
}

.switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem
}

.switch.large .switch-paddle::after {
    width: 2rem;
    height: 2rem
}

.switch.large input:checked~.switch-paddle::after {
    left: 2.75rem
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0
}

table tbody,
table tfoot,
table thead {
    background-color: #fefefe
}

table caption {
    font-weight: 700
}

table tfoot,
table thead {
    background: #f8f8f8;
    color: #575757
}

.tabs.primary>li>a,
.title-bar,
.tooltip {
    color: #fefefe
}

table tfoot tr,
table thead tr {
    background: 0 0
}

table tfoot td,
table tfoot th,
table thead td,
table thead th {
    padding: .5rem .625rem .625rem;
    font-weight: 700;
    text-align: left
}

table tbody tr:nth-child(even) {
    background-color: #f1f1f1
}

@media screen and (max-width:63.9375em) {

    table.stack tfoot,
    table.stack thead {
        display: none
    }

    table.stack td,
    table.stack th,
    table.stack tr {
        display: block
    }

    table.stack td {
        border-top: 0
    }
}

.tabs,
.tabs-content {
    border: 1px solid #ededed
}

table.scroll {
    display: block;
    width: 100%
}

table.hover tr:hover {
    background-color: #f9f9f9
}

table.hover tr:nth-of-type(even):hover {
    background-color: #ececec
}

.table-scroll table {
    width: auto
}

.tabs {
    margin: 0;
    background: #fefefe
}

.tabs::after,
.tabs::before {
    content: ' ';
    display: table
}

.tabs.vertical>li {
    width: auto;
    float: none;
    display: block
}

.tabs-title,
.title-bar-left {
    float: left
}

.tabs.simple>li>a {
    padding: 0
}

.tabs.simple>li>a:hover {
    background: 0 0
}

.tabs.primary {
    background: #003194
}

.tabs.primary>li>a:focus,
.tabs.primary>li>a:hover {
    background: #0037a6
}

.tabs-title>a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: .75rem
}

.tabs-title>a:hover {
    background: #fefefe
}

.tabs-title>a:focus,
.tabs-title>a[aria-selected=true] {
    background: #ededed
}

.tabs-content {
    background: #fefefe;
    transition: all .5s ease;
    border-top: 0
}

.tabs-content.vertical {
    border: 1px solid #ededed;
    border-left: 0
}

.tabs-panel {
    display: none;
    padding: 1rem
}

.tabs-panel.is-active {
    display: block
}

.thumbnail {
    border: 4px solid #fefefe;
    box-shadow: 0 0 0 1px rgba(13, 13, 13, .2);
    display: inline-block;
    line-height: 0;
    max-width: 100%;
    transition: box-shadow .2s ease-out;
    border-radius: 0;
    margin-bottom: 1rem
}

.thumbnail:focus,
.thumbnail:hover {
    box-shadow: 0 0 6px 1px rgba(0, 49, 148, .5)
}

.title-bar {
    background: #0d0d0d;
    padding: .5rem
}

.title-bar::after,
.title-bar::before {
    content: ' ';
    display: table
}

.menu-icon.dark,
.title-bar-title {
    display: inline-block;
    vertical-align: middle
}

.title-bar .menu-icon {
    margin-left: .25rem;
    margin-right: .5rem
}

.title-bar-right {
    float: right;
    text-align: right
}

.title-bar-title {
    font-weight: 700
}

.menu-icon.dark {
    position: relative;
    cursor: pointer;
    width: 20px;
    height: 16px
}

.menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #0d0d0d;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #0d0d0d, 0 14px 0 #0d0d0d
}

.menu-icon.dark:hover::after {
    background: #292929;
    box-shadow: 0 7px 0 #292929, 0 14px 0 #292929
}

.has-tip {
    border-bottom: dotted 1px #292929;
    font-weight: 700;
    position: relative;
    display: inline-block;
    cursor: help
}

.tooltip.top::before,
.tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0
}

.tooltip {
    background-color: #0d0d0d;
    font-size: 80%;
    padding: .75rem;
    position: absolute;
    z-index: 10;
    top: calc(100% + .6495rem);
    max-width: 10rem !important;
    border-radius: 0;
    display: none;
}

.tooltip::before {
    border: .75rem inset;
    border-color: transparent transparent #0d0d0d;
    border-bottom-style: solid;
    border-top-width: 0;
    bottom: 100%;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.tooltip.top::before {
    border: .75rem inset;
    border-color: #0d0d0d transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    top: 100%;
    bottom: auto
}

.tooltip.left::before,
.tooltip.right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    bottom: auto;
    top: 50%
}

.tooltip.left::before {
    border: .75rem inset;
    border-color: transparent transparent transparent #0d0d0d;
    border-left-style: solid;
    border-right-width: 0;
    left: 100%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.tooltip.right::before {
    border: .75rem inset;
    border-color: transparent #0d0d0d transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    left: auto;
    right: 100%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.top-bar {
    padding: 0
}

.top-bar::after,
.top-bar::before {
    content: ' ';
    display: table
}

.top-bar,
.top-bar ul {
    background-color: #121212
}

.top-bar input {
    max-width: 200px;
    margin-right: 1rem
}

.top-bar .input-group-field {
    width: 100%;
    margin-right: 0
}

.actions-toolbar .top-bar input.action,
.top-bar .actions-toolbar input.action,
.top-bar body.checkout-index-index #maincontent .actions-toolbar input.button,
.top-bar input.button,
body.checkout-index-index #maincontent .actions-toolbar .top-bar input.button {
    width: auto
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
    width: 100%
}

@media screen and (min-width:40em) {

    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
        width: auto
    }

    .bottom-bar .menu li:not(:last-child),
    .top-bar .menu li:not(:last-child) {
        border-right: 1px solid #2a2a2a
    }
}

@media screen and (max-width:63.9375em) {

    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
        width: 100%
    }
}

@media screen and (max-width:74.9375em) {

    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
        width: 100%
    }
}

.top-bar-title {
    float: left;
    margin-right: 1rem
}

.top-bar-left {
    float: left
}

.top-bar-right {
    float: right
}

.slide-in-down.mui-enter {
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-in-left.mui-enter,
.slide-in-up.mui-enter {
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden
}

.slide-in-down.mui-enter.mui-enter-active {
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.slide-in-left.mui-enter {
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    backface-visibility: hidden
}

.slide-in-left.mui-enter.mui-enter-active {
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.slide-in-up.mui-enter {
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    backface-visibility: hidden
}

.slide-in-right.mui-enter,
.slide-out-down.mui-leave {
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden
}

.slide-in-up.mui-enter.mui-enter-active {
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.slide-in-right.mui-enter {
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    backface-visibility: hidden
}

.slide-in-right.mui-enter.mui-enter-active {
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.slide-out-down.mui-leave {
    -ms-transform: translateY(0);
    transform: translateY(0);
    backface-visibility: hidden
}

.slide-out-right.mui-leave,
.slide-out-up.mui-leave {
    -webkit-backface-visibility: hidden;
    transition-property: transform, opacity
}

.slide-out-down.mui-leave.mui-leave-active {
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.slide-out-right.mui-leave {
    -ms-transform: translateX(0);
    transform: translateX(0);
    backface-visibility: hidden
}

.slide-out-right.mui-leave.mui-leave-active {
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.slide-out-up.mui-leave {
    -ms-transform: translateY(0);
    transform: translateY(0);
    backface-visibility: hidden
}

.slide-out-up.mui-leave.mui-leave-active {
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.slide-out-left.mui-leave {
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-out-left.mui-leave.mui-leave-active {
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.fade-in.mui-enter {
    opacity: 0;
    transition-property: opacity
}

.fade-in.mui-enter.mui-enter-active {
    opacity: 1
}

.fade-out.mui-leave {
    opacity: 1;
    transition-property: opacity
}

.hinge-in-from-bottom.mui-enter,
.hinge-in-from-left.mui-enter,
.hinge-in-from-middle-x.mui-enter,
.hinge-in-from-middle-y.mui-enter,
.hinge-in-from-right.mui-enter,
.hinge-in-from-top.mui-enter,
.hinge-out-from-bottom.mui-leave,
.hinge-out-from-middle-x.mui-leave,
.hinge-out-from-middle-y.mui-leave,
.hinge-out-from-right.mui-leave,
.hinge-out-from-top.mui-leave,
.scale-in-down.mui-enter,
.scale-in-up.mui-enter,
.scale-out-down.mui-leave,
.scale-out-up.mui-leave,
.spin-in-ccw.mui-enter,
.spin-in.mui-enter,
.spin-out-ccw.mui-leave,
.spin-out.mui-leave {
    transition-property: transform, opacity
}

.fade-out.mui-leave.mui-leave-active {
    opacity: 0
}

.hinge-in-from-top.mui-enter {
    transform: perspective(2000px) rotateX(-90deg);
    -ms-transform-origin: top;
    transform-origin: top;
    opacity: 0
}

.hinge-in-from-top.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-in-from-right.mui-enter {
    transform: perspective(2000px) rotateY(-90deg);
    -ms-transform-origin: right;
    transform-origin: right;
    opacity: 0
}

.hinge-in-from-right.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-in-from-bottom.mui-enter {
    transform: perspective(2000px) rotateX(90deg);
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    opacity: 0
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-in-from-left.mui-enter {
    transform: perspective(2000px) rotateY(90deg);
    -ms-transform-origin: left;
    transform-origin: left;
    opacity: 0
}

.hinge-in-from-left.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-in-from-middle-x.mui-enter {
    transform: perspective(2000px) rotateX(-90deg);
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 0
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-in-from-middle-y.mui-enter {
    transform: perspective(2000px) rotateY(-90deg);
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 0
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active,
.hinge-out-from-top.mui-leave {
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-out-from-top.mui-leave {
    -ms-transform-origin: top;
    transform-origin: top
}

.hinge-out-from-top.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0
}

.hinge-out-from-right.mui-leave {
    transform: perspective(2000px) rotate(0);
    -ms-transform-origin: right;
    transform-origin: right;
    opacity: 1
}

.hinge-out-from-right.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0
}

.hinge-out-from-bottom.mui-leave {
    transform: perspective(2000px) rotate(0);
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    opacity: 1
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateX(90deg);
    opacity: 0
}

.hinge-out-from-left.mui-leave {
    transform: perspective(2000px) rotate(0);
    -ms-transform-origin: left;
    transform-origin: left;
    transition-property: transform, opacity;
    opacity: 1
}

.hinge-out-from-left.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0
}

.hinge-out-from-middle-x.mui-leave {
    transform: perspective(2000px) rotate(0);
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 1
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0
}

.hinge-out-from-middle-y.mui-leave {
    transform: perspective(2000px) rotate(0);
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 1
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0
}

.scale-in-up.mui-enter {
    -ms-transform: scale(.5);
    transform: scale(.5);
    opacity: 0
}

.scale-in-up.mui-enter.mui-enter-active {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.scale-in-down.mui-enter {
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0
}

.scale-in-down.mui-enter.mui-enter-active,
.scale-out-up.mui-leave {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.scale-out-up.mui-leave.mui-leave-active {
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0
}

.scale-out-down.mui-leave {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.scale-out-down.mui-leave.mui-leave-active {
    -ms-transform: scale(.5);
    transform: scale(.5);
    opacity: 0
}

.spin-in.mui-enter {
    -ms-transform: rotate(-.75turn);
    transform: rotate(-.75turn);
    opacity: 0
}

.spin-in.mui-enter.mui-enter-active,
.spin-out.mui-leave {
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
}

.spin-in-ccw.mui-enter,
.spin-out.mui-leave.mui-leave-active {
    -ms-transform: rotate(.75turn);
    transform: rotate(.75turn);
    opacity: 0
}

.spin-in-ccw.mui-enter.mui-enter-active,
.spin-out-ccw.mui-leave {
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
}

.spin-out-ccw.mui-leave.mui-leave-active {
    -ms-transform: rotate(-.75turn);
    transform: rotate(-.75turn);
    opacity: 0
}

.slow {
    transition-duration: 750ms !important;
    animation-duration: 750ms !important
}

.fast {
    transition-duration: 250ms !important;
    animation-duration: 250ms !important
}

.linear {
    transition-timing-function: linear !important;
    animation-timing-function: linear !important
}

.ease {
    transition-timing-function: ease !important;
    animation-timing-function: ease !important
}

.ease-in {
    transition-timing-function: ease-in !important;
    animation-timing-function: ease-in !important
}

.ease-out {
    transition-timing-function: ease-out !important;
    animation-timing-function: ease-out !important
}

.ease-in-out {
    transition-timing-function: ease-in-out !important;
    animation-timing-function: ease-in-out !important
}

.bounce-in {
    transition-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important;
    animation-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important
}

.bounce-out {
    transition-timing-function: cubic-bezier(.485, .155, .515, .845) !important;
    animation-timing-function: cubic-bezier(.485, .155, .515, .845) !important
}

.bounce-in-out {
    transition-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important;
    animation-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important
}

.short-delay {
    transition-delay: .3s !important;
    animation-delay: .3s !important
}

.long-delay {
    transition-delay: .7s !important;
    animation-delay: .7s !important
}

.shake {
    animation-name: shake-7
}

.spin-ccw,
.spin-cw {
    animation-name: spin-cw-1turn
}

@keyframes shake-7 {

    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90% {
        transform: translateX(7%)
    }

    15%,
    25%,
    35%,
    45%,
    5%,
    55%,
    65%,
    75%,
    85%,
    95% {
        transform: translateX(-7%)
    }
}

@keyframes spin-cw-1turn {

    0%,
    100% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(1turn)
    }
}

.wiggle {
    animation-name: wiggle-7deg
}

@keyframes wiggle-7deg {

    40%,
    50%,
    60% {
        transform: rotate(7deg)
    }

    35%,
    45%,
    55%,
    65% {
        transform: rotate(-7deg)
    }

    0%,
    100%,
    30%,
    70% {
        transform: rotate(0)
    }
}

.infinite {
    animation-iteration-count: infinite
}

@font-face {
    font-family: 'Open Sans';
    font-display: fallback;
    src: url(../fonts/opensans-bold-webfont.eot);
    src: url(../fonts/opensans-bold-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/opensans-bold-webfont.woff2) format("woff2"), url(../fonts/opensans-bold-webfont.woff) format("woff"), url(../fonts/opensans-bold-webfont.ttf) format("truetype"), url(../fonts/opensans-bold-webfont.svg#open_sansbold) format("svg");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Open Sans';
    font-display: fallback;
    src: url(../fonts/opensans-bolditalic-webfont.eot);
    src: url(../fonts/opensans-bolditalic-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/opensans-bolditalic-webfont.woff2) format("woff2"), url(../fonts/opensans-bolditalic-webfont.woff) format("woff"), url(../fonts/opensans-bolditalic-webfont.ttf) format("truetype"), url(../fonts/opensans-bolditalic-webfont.svg#open_sansbold_italic) format("svg");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: 'Open Sans';
    font-display: fallback;
    src: url(../fonts/opensans-extrabold-webfont.eot);
    src: url(../fonts/opensans-extrabold-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/opensans-extrabold-webfont.woff2) format("woff2"), url(../fonts/opensans-extrabold-webfont.woff) format("woff"), url(../fonts/opensans-extrabold-webfont.ttf) format("truetype"), url(../fonts/opensans-extrabold-webfont.svg#open_sansextrabold) format("svg");
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: 'Open Sans';
    font-display: fallback;
    src: url(../fonts/opensans-extrabolditalic-webfont.eot);
    src: url(../fonts/opensans-extrabolditalic-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/opensans-extrabolditalic-webfont.woff2) format("woff2"), url(../fonts/opensans-extrabolditalic-webfont.woff) format("woff"), url(../fonts/opensans-extrabolditalic-webfont.ttf) format("truetype"), url(../fonts/opensans-extrabolditalic-webfont.svg#open_sansextrabold_italic) format("svg");
    font-weight: 800;
    font-style: italic
}

@font-face {
    font-family: 'Open Sans';
    font-display: fallback;
    src: url(../fonts/opensans-italic-webfont.eot);
    src: url(../fonts/opensans-italic-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/opensans-italic-webfont.woff2) format("woff2"), url(../fonts/opensans-italic-webfont.woff) format("woff"), url(../fonts/opensans-italic-webfont.ttf) format("truetype"), url(../fonts/opensans-italic-webfont.svg#open_sansitalic) format("svg");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: 'Open Sans';
    font-display: fallback;
    src: url(../fonts/opensans-light-webfont.eot);
    src: url(../fonts/opensans-light-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/opensans-light-webfont.woff2) format("woff2"), url(../fonts/opensans-light-webfont.woff) format("woff"), url(../fonts/opensans-light-webfont.ttf) format("truetype"), url(../fonts/opensans-light-webfont.svg#open_sanslight) format("svg");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Open Sans';
    font-display: fallback;
    src: url(../fonts/opensans-lightitalic-webfont.eot);
    src: url(../fonts/opensans-lightitalic-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/opensans-lightitalic-webfont.woff2) format("woff2"), url(../fonts/opensans-lightitalic-webfont.woff) format("woff"), url(../fonts/opensans-lightitalic-webfont.ttf) format("truetype"), url(../fonts/opensans-lightitalic-webfont.svg#open_sanslight_italic) format("svg");
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: 'Open Sans';
    font-display: fallback;
    src: url(../fonts/opensans-regular-webfont.eot);
    src: url(../fonts/opensans-regular-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/opensans-regular-webfont.woff2) format("woff2"), url(../fonts/opensans-regular-webfont.woff) format("woff"), url(../fonts/opensans-regular-webfont.ttf) format("truetype"), url(../fonts/opensans-regular-webfont.svg#open_sansregular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Open Sans';
    font-display: fallback;
    src: url(../fonts/opensans-semibold-webfont.eot);
    src: url(../fonts/opensans-semibold-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/opensans-semibold-webfont.woff2) format("woff2"), url(../fonts/opensans-semibold-webfont.woff) format("woff"), url(../fonts/opensans-semibold-webfont.ttf) format("truetype"), url(../fonts/opensans-semibold-webfont.svg#open_sanssemibold) format("svg");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'Open Sans';
    font-display: fallback;
    src: url(../fonts/opensans-semibolditalic-webfont.eot);
    src: url(../fonts/opensans-semibolditalic-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/opensans-semibolditalic-webfont.woff2) format("woff2"), url(../fonts/opensans-semibolditalic-webfont.woff) format("woff"), url(../fonts/opensans-semibolditalic-webfont.ttf) format("truetype"), url(../fonts/opensans-semibolditalic-webfont.svg#open_sanssemibold_italic) format("svg");
    font-weight: 600;
    font-style: italic
}

@font-face {
    font-family: 'Francois One';
    font-display: fallback;
    src: url(../fonts/francoisone-webfont.eot);
    src: url(../fonts/francoisone-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/francoisone-webfont.woff2) format("woff2"), url(../fonts/francoisone-webfont.woff) format("woff"), url(../fonts/francoisone-webfont.ttf) format("truetype"), url(../fonts/francoisone-webfont.svg#francois_oneregular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Number Plate';
    font-display: fallback;
    src: url(../fonts/UKNumberPlate.ttf) format("truetype");
    font-style: normal
}

.top-bar #menu-primary-navigation {
    float: left
}

.top-bar #basket {
    float: right;
    height: 3rem !important
}

.bottom-bar .menu .home a,
.top-bar .menu .home a {
    font-size: 1rem;
    color: #B9B9B9
}

.bottom-bar .menu a,
.top-bar .menu a {
    height: 45px;
    color: #e6e6e6;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 700;
    font-size: .8rem;
    text-decoration: none;
    background: 0 0;
    outline: 0
}

.bottom-bar .menu>li:not(.menu-text)>a,
.top-bar .menu>li:not(.menu-text)>a,
.vertical .menu {
    padding: 0.8rem
}

.bottom-bar .menu a:hover:not(.button):not(body.checkout-index-index #maincontent .actions-toolbar .button):not(.actions-toolbar .button):not(.actions-toolbar button):not(.actions-toolbar .action),
.top-bar .menu a:hover:not(.button):not(body.checkout-index-index #maincontent .actions-toolbar .button):not(.actions-toolbar .button):not(.actions-toolbar button):not(.actions-toolbar .action) {
    background-color: #2a2a2a
}

.bottom-bar .menu .menu-item.active>a,
.bottom-bar .menu a:hover,
.top-bar .menu .menu-item.active>a,
.top-bar .menu a:hover {
    color: #fc0
}

.bottom-bar .menu>li,
.top-bar .menu>li {
    margin-bottom: 0
}

.bottom-bar li .dropdown.menu,
.top-bar li .dropdown.menu {
    display: none
}

.bottom-bar li .dropdown.menu.js-dropdown-active,
.top-bar li .dropdown.menu.js-dropdown-active {
    display: block
}

.bottom-bar .dropdown.menu .submenu,
.top-bar .dropdown.menu .submenu {
    background-color: #121212;
    color: #e6e6e6;
    border: 0;
    z-index: 300
}

.bottom-bar .dropdown.menu .has-submenu.is-down-arrow a,
.top-bar .dropdown.menu .has-submenu.is-down-arrow a {
    padding-right: 1rem
}

.bottom-bar .dropdown.menu .has-submenu.is-down-arrow>a::after,
.top-bar .dropdown.menu .has-submenu.is-down-arrow>a::after {
    border: 0
}

.bottom-bar .is-accordion-submenu-parent>a::after,
.top-bar .is-accordion-submenu-parent>a::after {
    border-color: #fefefe transparent transparent
}

.bottom-bar .dropdown.menu>li.is-dropdown-submenu-parent>a::after,
.top-bar .dropdown.menu>li.is-dropdown-submenu-parent>a::after {
    border: 0
}

.is-dropdown-submenu {
    min-width: 330px !important
}

@media screen and (min-width:40em) {
    .title-bar {
        display: none
    }
}

.title-bar .title a {
    font-size: 1rem;
    color: #B9B9B9
}

.top-bar>div .menu-item.basket {
    border-right: 0 !important;
    float: right
}

.top-bar>div .menu-item.basket a {
    background: url(../images/icons/trolley.png) left 1.5625rem center no-repeat #fc0 !important;
    background-size: 1.275rem !important;
    padding-left: 3.375rem !important;
    color: #0d0d0d !important;
    height: 3rem !important
}

.top-bar>div .menu-item.basket a:hover {
    background-color: #dbaf00 !important
}

#footer-container {
    background: #292929;
    color: #fefefe;
    max-width: 100%;
    width: 100%;
    margin: 0 auto
}

.pre-footer {
    background-color: rgb(244 244 244);
    padding: 10px 20px;
}

.associate-businesses {
    max-width: 76.875rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

img.ass-busi {
    padding: 15px;
    margin: auto;
}

#footer-container #footer {
    max-width: 76.875rem;
    margin-left: auto;
    margin-right: auto;
    padding: 1.875rem .625rem
}

#footer-container #footer::after,
#footer-container #footer::before {
    content: ' ';
    display: table
}

#footer-container #footer .logo {
    padding: 0 0 3.125rem;
    background-size: 95% auto;
    background-position: left center;
    float: none;
    max-width: none
}

#footer-container #footer .trade {
    display: block
}

#footer-container #footer p.copyright-desktop {
    font-size: 13px;
    margin-top: 10px
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    #footer-container #footer p.copyright-desktop {
        text-align: center
    }
}

#footer-container #footer a {
    color: #fefefe
}

#footer-container #footer h6 {
    font-family: 'Francois One', sans-serif;
    font-size: 1.5rem;
    margin-bottom: .9375rem
}

@media screen and (max-width:39.9375em) {
    .top-bar>div .menu-item.basket a {
        height: 4.875rem !important
    }

    #footer-container #footer {
        color: #fefefe
    }
}

#footer-container #footer .menu>li {
    display: block;
    margin-bottom: 0
}

#footer-container #footer .menu>li a {
    color: #fefefe;
    padding: 0;
    line-height: 1.6
}

#footer-container #footer .menu>li>ul {
    display: none
}

#footer-container #footer .sagepay {
    margin-left: .625rem
}

#footer-container #footer .social-icons {
    margin-top: 20px
}

#footer-container #footer .social {
    margin-top: .625rem;
    margin-right: 0;
    text-align: right
}

#footer-container #footer .social a {
    color: #fc0;
    font-size: 1.875rem;
    margin-left: 1.25rem
}

#footer-container #footer .social a:first-child {
    margin: 0
}

#footer-container #footer article:last-child {
    text-align: right
}

@media screen and (max-width:39.9375em),
screen and (min-width:40em) and (max-width:63.9375em) {
    #footer-container #footer .logo {
        height: 3.75rem;
        background-size: auto 95%;
        background-position: center
    }

    #footer-container #footer .widger {
        margin-top: 1.875rem;
        text-align: center !important
    }

    #footer-container #footer .widger:last-child {
        height: auto;
        max-height: none
    }

    #footer-container #footer .widger .social {
        float: none !important;
        display: inline
    }

    #footer-container #footer .widger .social a {
        float: none
    }

    #footer-container #footer .social {
        padding-left: 1.25rem;
        text-align: left;
        margin-top: 1.875rem
    }

    #footer-container #footer .sagepay {
        margin-right: 20px
    }

    #footer-container #footer .social-icons {
        margin-top: 20px;
        margin-right: 20px
    }
}

@media screen and (max-width:39.9375em) {

    #footer-container #footer .logo,
    #footer-container #footer .widger.widget_nav_menu ul,
    #footer-container #footer .widger>div,
    #footer-container #footer .widger>p {
        width: 100%
    }

    #footer-container #footer #nav_menu-2,
    #footer-container #footer .widger h6 {
        display: none
    }

    #footer-container {
        position: relative
    }

    #footer-container #footer {
        padding: .9375rem 0
    }

    #footer-container #footer .social {
        margin-top: 0
    }

    #footer-container #footer .sagepay,
    #footer-container #footer .social-icons {
        margin-right: 20px
    }

    #footer-container #footer .widger {
        margin-top: 0;
        padding: 0;
        overflow: hidden;
        height: auto
    }

    #footer-container #footer .widger.widget_nav_menu {
        padding-bottom: 10px
    }

    #footer-container #footer .bottom-bar .menu-icon {
        margin: .9375rem 1.25rem .9375rem .9375rem
    }

    #footer-container #footer .nav-container .main-navigation {
        width: 100%;
        z-index: 105
    }

    #footer-container #footer #nav_menu-3 li {
        width: auto;
        margin-bottom: 0;
        display: inline-block;
        padding-right: 10px
    }

    #footer-container #footer #nav_menu-3 li a {
        text-decoration: underline
    }

    #footer-container #footer .sagepay {
        text-align: center;
        margin-left: 0;
        margin-right: 0;
        padding: 0 1.25rem 1.25rem
    }

    #footer-container #footer .footer-menu-container {
        padding: 1.25rem
    }

    #footer-container #footer .address article {
        padding: 0 1.25rem 1.25rem
    }

    #footer-container #footer .address article p {
        text-align: left;
        color: #575757
    }
}

#page-archive .main-content .load-more,
#page-blog .main-content .load-more,
#plate-archive .main-content .load-more,
.cta .img {
    text-align: center
}

@media screen and (max-width:39.9375em) and (max-width:39.9375em) {
    #footer-container #footer .address article p {
        text-align: center;
        color: #fefefe
    }

    #footer-container #footer .address article p br {
        display: none
    }
}

@media screen and (max-width:39.9375em) {
    #footer-container #footer .address article a {
        color: #fefefe
    }

    #footer-container #footer .copyright {
        border-top: .0625rem solid #575757;
        display: table;
        padding-top: 1.25rem;
        width: 100%
    }

    #footer-container #footer .copyright img {
        height: 2.1875rem
    }

    #footer-container #footer .copyright .columns {
        display: table-cell;
        float: none
    }

    #footer-container #footer .copyright .columns:nth-child(2) {
        vertical-align: middle;
        text-align: center
    }

    #footer-container #mobile-bottom-menu {
        position: absolute;
        bottom: 4.6875rem;
        width: 100%;
        z-index: 100
    }

    #footer-container #menu-primary-navigation-2 {
        background-color: #292929;
        padding: 1rem
    }

    #footer-container #menu-primary-navigation-2 li a {
        font-size: 1rem !important;
        font-weight: 700 !important;
        text-transform: uppercase !important;
        height: auto !important;
        padding: 1rem !important
    }

    .footer-bottom {
        border-top: 1px solid #cccccc;
        padding: 20px 0;
        margin-top: 20px;
        border-bottom: 1px solid #cccccc;
    }

    .finance-info {
        width: 50%;
    }

    #footer-container #menu-primary-navigation-2 li a:hover {
        background-color: #0d0d0d
    }
}

.sidebar {
    width: 100%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem
}

.sidebar:last-child:not(:first-child) {
    float: right
}

@media screen and (min-width:40em) {
    .sidebar {
        width: 33.33333%;
        float: left;
        padding-left: .625rem;
        padding-right: .625rem;
        margin-top: 1rem
    }

    .sidebar:last-child:not(:first-child) {
        float: right
    }
}

@media screen and (min-width:40em) and (min-width:40em) {
    .sidebar {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

.sidebar .widget_nav_menu ul li {
    display: block
}

#page-archive,
#page-blog,
#plate-archive {
    max-width: 76.875rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem
}

#page-archive::after,
#page-archive::before,
#page-blog::after,
#page-blog::before,
#plate-archive::after,
#plate-archive::before {
    content: ' ';
    display: table
}

#page-archive::after,
#page-blog::after,
#plate-archive::after {
    clear: both
}

#page-archive .main-content,
#page-blog .main-content,
#plate-archive .main-content,
#page-cherished .main-content {
    width: 100%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem
}

#page-archive .main-content:last-child:not(:first-child),
#page-blog .main-content:last-child:not(:first-child),
#page-sidebar-left .main-content:last-child:not(:first-child),
#plate-archive .main-content:last-child:not(:first-child),
#single-post .main-content:last-child:not(:first-child) {
    float: right
}

@media screen and (min-width:40em) {

    #page-archive .main-content,
    #page-blog .main-content,
    #plate-archive .main-content {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

#page-archive .main-content h2>a,
#page-blog .main-content h2>a,
#plate-archive .main-content h2>a {
    color: #0d0d0d
}

#page-archive .main-content h2>a:hover,
#page-blog .main-content h2>a:hover,
#plate-archive .main-content h2>a:hover {
    color: #003194
}

#page-archive .main-content .blogpost-entry,
#page-blog .main-content .blogpost-entry,
#plate-archive .main-content .blogpost-entry {
    display: table;
    width: 100%
}

#page-archive .main-content .blogpost-entry .post-image,
#page-blog .main-content .blogpost-entry .post-image,
#plate-archive .main-content .blogpost-entry .post-image {
    display: table-cell;
    vertical-align: middle;
    width: 40%;
    background-color: #ededed;
    background-position: center center;
    background-repeat: no-repeat;
    height: 18.4375rem;
    background-size: cover
}

#page-archive .main-content .blogpost-entry .post-image.default,
#page-blog .main-content .blogpost-entry .post-image.default,
#plate-archive .main-content .blogpost-entry .post-image.default {
    background-size: 50%
}

#page-archive .main-content .blogpost-entry .post-content,
#page-blog .main-content .blogpost-entry .post-content,
#plate-archive .main-content .blogpost-entry .post-content {
    display: table-cell;
    vertical-align: middle;
    padding: 1.25rem;
    position: relative;
    width: 100%;
    right: 20px;
    top: 7px;
    background-color: white;
    box-shadow: 1px 1px 12px 7px #00000021;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
}

#page-archive .main-content .last-post-spacer,
#page-blog .main-content .last-post-spacer,
#plate-archive .main-content .last-post-spacer {
    margin: 1.25rem 0
}

#page-archive .main-content .load-more i,
#page-blog .main-content .load-more i,
#plate-archive .main-content .load-more i {
    margin-left: .3125rem
}

#page-archive .main-content .post-list,
#page-blog .main-content .post-list,
#plate-archive .main-content .post-list {
    position: relative
}

#page-archive .main-content .post-list .overlay,
#page-blog .main-content .post-list .overlay,
#plate-archive .main-content .post-list .overlay {
    display: none;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .5);
    transition: all .5s ease !important
}

@media screen and (max-width:39.9375em) {

    #page-archive,
    #page-blog,
    #plate-archive {
        margin-top: 1rem
    }

    #page-archive .main-content .blogpost-entry .post-image,
    #page-blog .main-content .blogpost-entry .post-image,
    #plate-archive .main-content .blogpost-entry .post-image {
        display: block;
        width: 100%;
        margin-bottom: .625rem
    }

    #page-archive .main-content .blogpost-entry .post-content,
    #page-blog .main-content .blogpost-entry .post-content,
    #plate-archive .main-content .blogpost-entry .post-content {
        display: block;
        width: 90%;
        margin: 5% 5% -40px;
        padding: 20px;
        top: -40px;
        right: 0px;
    }

    #page-archive .main-content .blogpost-entry .post-content footer a,
    #page-blog .main-content .blogpost-entry .post-content footer a,
    #plate-archive .main-content .blogpost-entry .post-content footer a {
        width: 100%;
        margin-bottom: 0
    }
}

@media screen and (min-width:40em) {

    #page-sidebar-left .main-content,
    #single-post .main-content {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

#page-sidebar-left .main-content.full-width,
#single-post .main-content.full-width {
    width: 100%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem
}

@media screen and (min-width:40em) {

    #page-sidebar-left .main-content.full-width,
    #single-post .main-content.full-width {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

#page-sidebar-left .main-content.full-width:last-child:not(:first-child),
#single-post .main-content.full-width:last-child:not(:first-child) {
    float: right
}

#page-sidebar-left .main-content p:first-child,
#single-post .main-content p:first-child {
    font-size: 1.0625rem
}

#page-sidebar-left .main-content blockquote p:first-child,
#single-post .main-content blockquote p:first-child {
    font-size: .9375rem
}

#page-sidebar-left .main-content img,
#single-post .main-content img {
    padding: 0;
    border: none
}

#page-sidebar-left .main-content img.alignright,
#single-post .main-content img.alignright {
    float: right;
    margin: 0 0 .625rem .625rem
}

#page-sidebar-left .main-content img.alignleft,
#single-post .main-content img.alignleft {
    float: left;
    margin: 0 .625rem .625rem 0
}

#page-sidebar-left .main-content img.aligncenter,
#single-post .main-content img.aligncenter {
    display: block;
    margin: auto
}

#page-sidebar-left.sidebar-widgets,
#single-post.sidebar-widgets {
    margin-top: -2rem
}

#page-sidebar-left.sidebar-widgets:before,
#single-post.sidebar-widgets:before {
    background-color: #2453B3;
    content: '';
    height: 100%;
    position: absolute;
    left: 0
}

#page-sidebar-left.sidebar-widgets .main-content,
#single-post.sidebar-widgets .main-content {
    margin-top: 2rem
}

.page-content {
    width: 100%
}

#contact-page article {
    max-width: 1200px;
    width: 100%;
    margin: 3rem auto auto;
    padding: 0 10px
}

#contact-page article .stacked-content .content-box {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    margin: 10px 0
}

@media screen and (max-width:39.9375em) {
    #contact-page article .stacked-content .content-box {
        width: 100%
    }
}

#contact-page .form-section {
    background-color: #2453B3;
    color: #fefefe;
    padding: 50px 0
}

#contact-page .form-section .form-wrapper {
    max-width: 600px;
    width: 100%;
    margin: auto;
    padding: 0 20px
}

#contact-page .form-section .form-wrapper h2 {
    color: #fefefe
}

#contact-page .form-section .form-wrapper form {
    margin-top: 20px
}

#contact-page .form-section .form-wrapper form .gform_button {
    float: right;
    background-color: #fc0;
    color: #0d0d0d
}

.gform_wrapper .top_label .gfield.gf_left_half {
    margin-right: 2% !important;
    width: 49% !important
}

#featured-hero,
.no-header-spacer {
    margin: 0 0 2rem
}

.gform_wrapper .top_label .gfield.gf_right_half {
    width: 49% !important
}

.gform_wrapper .top_label .gfield.gfield_error {
    background-color: #fce6e2;
    border: 1px solid rgba(13, 13, 13, .25);
    width: auto
}

.gform_wrapper .gform_footer input[type=submit] {
    width: 100%
}

@media screen and (min-width:40em) {
    .gform_wrapper .gform_footer input[type=submit] {
        width: auto
    }
}

.gform_wrapper .validation_message {
    font-weight: 400 !important
}

.sites-button {
    background: #FF6908;
    font-size: 1.25rem;
    font-weight: 700;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, .2) inset;
    border-radius: 3px;
    border: none
}

#featured-hero {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 12.5rem
}

#featured-hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .3)
}

#featured-hero .page-title {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d
}

#featured-hero .page-title #maincontent form .legend,
#featured-hero .page-title .modal-popup form .legend,
#featured-hero .page-title .product-item .product-item-name,
#featured-hero .page-title .reveal h3,
#featured-hero .page-title body.checkout-cart-index .product-item-name,
#featured-hero .page-title body.checkout-index-index #maincontent .opc-summary-wrapper .shipping-information-title,
#featured-hero .page-title body.checkout-index-index #maincontent .step-title,
#featured-hero .page-title h1,
#maincontent form #featured-hero .page-title .legend,
.modal-popup form #featured-hero .page-title .legend,
.product-item #featured-hero .page-title .product-item-name,
.reveal #featured-hero .page-title h3,
body.checkout-cart-index #featured-hero .page-title .product-item-name,
body.checkout-index-index #maincontent #featured-hero .page-title .step-title,
body.checkout-index-index #maincontent .opc-summary-wrapper #featured-hero .page-title .shipping-information-title {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    text-align: center;
    font-size: 3.75rem !important;
    font-weight: 500;
    color: #fefefe
}

@media screen and (max-width:39.9375em) {

    #featured-hero .page-title #maincontent form .legend,
    #featured-hero .page-title .modal-popup form .legend,
    #featured-hero .page-title .product-item .product-item-name,
    #featured-hero .page-title .reveal h3,
    #featured-hero .page-title body.checkout-cart-index .product-item-name,
    #featured-hero .page-title body.checkout-index-index #maincontent .opc-summary-wrapper .shipping-information-title,
    #featured-hero .page-title body.checkout-index-index #maincontent .step-title,
    #featured-hero .page-title h1,
    #maincontent form #featured-hero .page-title .legend,
    .modal-popup form #featured-hero .page-title .legend,
    .product-item #featured-hero .page-title .product-item-name,
    .reveal #featured-hero .page-title h3,
    body.checkout-cart-index #featured-hero .page-title .product-item-name,
    body.checkout-index-index #maincontent #featured-hero .page-title .step-title,
    body.checkout-index-index #maincontent .opc-summary-wrapper #featured-hero .page-title .shipping-information-title {
        font-size: 1.75rem !important
    }
}

.no-featured-image-set {
    height: 1rem !important
}

@media screen and (min-width:40em) {
    #featured-hero {
        height: 25rem
    }
}

@media screen and (min-width:90em) {
    .single-plate-type #featured-hero {
        height: 15rem
    }
}

.dotted {
    border-style: dashed;
    margin: 2rem 0
}

.off-canvas ul#menu-main-menu {
    height: 100vh;
    padding: 1rem
}

.title-bar-title a {
    font-size: 1rem;
    color: #B9B9B9
}

#flexible-list .list-heading,
.accordion .accordion-item .accordion-title {
    font-size: 1.25rem;
    font-family: 'Francois One', sans-serif;
    text-transform: uppercase
}

.accordion .accordion-item .accordion-title {
    font-weight: 400;
    color: #0d0d0d
}

.accordion .accordion-item .image-list,
.accordion .accordion-item ul {
    margin-bottom: .9375rem
}

.accordion .accordion-item .image-list .image-list-item {
    display: table;
    margin-bottom: .625rem
}

.accordion .accordion-item .image-list .image-list-item span {
    display: table-cell
}

.accordion .accordion-item .image-list .image-list-item span.image-list-image {
    width: 20%
}

.accordion .accordion-item .image-list .image-list-item span.image-list-text {
    padding: .625rem
}

.pagination .current {
    background: 0 0
}

.pagination .current>a {
    border: .0625rem solid #292929
}

input[type=email],
input[type=tel],
input[type=text],
textarea {
    width: 100% !important;
    border-width: .125rem;
    transition: all .5s ease !important
}

input[type=email]:focus,
input[type=tel]:focus,
input[type=text]:focus,
textarea:focus {
    border-color: #fc0;
    border-width: .125rem;
    transition: all .5s ease !important;
    box-shadow: none
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: .8125rem;
    color: #575757
}

p>a {
    text-decoration: underline;
    font-weight: 600
}

#maincontent form .legend,
.block-title,
.modal-popup form .legend,
.product-item .product-item-name,
.reveal h3,
body.checkout-cart-index .product-item-name,
body.checkout-index-index #maincontent .opc-summary-wrapper .shipping-information-title,
body.checkout-index-index #maincontent .step-title,
h1,
h2 {
    font-family: 'Francois One', sans-serif;
    text-transform: uppercase;
    font-size: 1.75rem !important;
    color: #0d0d0d
}

#maincontent form .block-title.legend,
.block-title.block-title,
.modal-popup form .block-title.legend,
.product-item .block-title.product-item-name,
.reveal h3.block-title,
body.checkout-cart-index .block-title.product-item-name,
body.checkout-index-index #maincontent .block-title.step-title,
body.checkout-index-index #maincontent .opc-summary-wrapper .block-title.shipping-information-title,
h1.block-title,
h2.block-title {
    font-size: 1.125rem !important
}

#maincontent form .page-title-wrapper .page-title.legend,
.modal-popup form .page-title-wrapper .page-title.legend,
.page-title-wrapper #maincontent form .page-title.legend,
.page-title-wrapper .modal-popup form .page-title.legend,
.page-title-wrapper .product-item .page-title.product-item-name,
.page-title-wrapper .reveal h3.page-title,
.page-title-wrapper body.checkout-cart-index .page-title.product-item-name,
.page-title-wrapper body.checkout-index-index #maincontent .opc-summary-wrapper .page-title.shipping-information-title,
.page-title-wrapper body.checkout-index-index #maincontent .page-title.step-title,
.page-title-wrapper h1.page-title,
.product-item .page-title-wrapper .page-title.product-item-name,
.reveal .page-title-wrapper h3.page-title,
body.checkout-cart-index .page-title-wrapper .page-title.product-item-name,
body.checkout-index-index #maincontent .opc-summary-wrapper .page-title-wrapper .page-title.shipping-information-title,
body.checkout-index-index #maincontent .page-title-wrapper .page-title.step-title {
    padding: 50px 0 30px;
    font-weight: 200 !important
}

.scroll-pane {
    height: 350px;
    overflow-x: hidden;
    overflow-y: auto
}

.page.messages {
    margin-top: 20px
}

h3,
h4,
h5 {
    font-size: .9375rem
}

ul.check {
    list-style: none;
    padding: 0;
    margin: 0
}

ul.check li {
    background: url(../images/icons/green-tick.png) left center no-repeat;
    background-size: .9375rem auto;
    padding-left: 1.875rem;
    line-height: 1.8
}

#maincontent {
    overflow: hidden
}

article.main-content {
    padding-bottom: 40px;
    width: 66.66667%;
    padding-left: .625rem;
    padding-right: .625rem;
    float: none !important;
    margin: 0 auto
}

#masthead>#topmost .topmost-container>#tagline .trustpilot-widget,
article.main-content:last-child:not(:first-child) {
    float: right
}

@media screen and (min-width:40em) {
    article.main-content {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

section.container {
    overflow: visible;
    position: relative
}

.grid-row {
    max-width: 76.875rem;
    margin-left: auto;
    margin-right: auto
}

.grid-row::after,
.grid-row::before {
    content: ' ';
    display: table
}

.shade {
    background: #ededed
}

.actions-toolbar .action,
.actions-toolbar .button,
.actions-toolbar button,
.button,
body.checkout-index-index #maincontent .actions-toolbar .button {
    text-transform: uppercase;
    font-weight: 600 !important;
    text-decoration: none !important;
    border: 0 !important;
    font-size: .875rem !important;
    white-space: nowrap;
    padding: 10px 20px !important;
    border-radius: 0 !important;
    line-height: 1 !important
}

.actions-toolbar .alt.action,
.actions-toolbar button.alt,
.button.alt,
body.checkout-index-index #maincontent .actions-toolbar .alt.button {
    background: 0 0;
    border: .0625rem solid #fefefe !important
}

.actions-toolbar .secondary.action,
.actions-toolbar button.secondary,
.button.secondary,
body.checkout-index-index #maincontent .actions-toolbar .secondary.button {
    color: #0d0d0d
}

.actions-toolbar .yellow.action,
.actions-toolbar button.yellow,
.button.yellow,
body.checkout-index-index #maincontent .actions-toolbar .yellow.button {
    background: #e6ba08;
    background: -webkit-gradient(left bottom, right top, color-stop(0, #e6ba08), color-stop(100%, #fecd09));
    background: linear-gradient(45deg, #e6ba08 0, #fecd09 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6ba08', endColorstr='#fecd09', GradientType=1);
    color: #0d0d0d;
    text-transform: uppercase;
    padding: 15px 20px !important
}

.actions-toolbar .border.action,
.actions-toolbar button.border,
.button.border,
body.checkout-index-index #maincontent .actions-toolbar .border.button {
    background-color: transparent;
    border: 1px solid #0d0d0d !important;
    color: #0d0d0d !important
}

.logo {
    background-size: 66% auto;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    padding: 5rem 0;
    margin: 0
}

#masthead {
    background-color: #ededed
}

#masthead>#topmost .topmost-container {
    background: url(../images/customer-service.png) bottom right .9375rem no-repeat;
    background-size: 8.125rem auto;
    font-size: 1rem;
    color: #0d0d0d;
    display: flex;
    height: 140px;
    justify-content: space-evenly;
    align-items: center;
    vertical-align: middle;
}

#masthead>#topmost .topmost-container.is-stuck {
    box-shadow: 0 0 1.25rem gray;
    -moz-box-shadow: 0 0 1.25rem gray;
    -webkit-box-shadow: 0 0 1.25rem gray;
    transition: box-shadow .5s ease !important
}

#masthead>#topmost .topmost-container>#tagline {
    line-height: 8.125rem;
    font-style: italic;
    font-weight: 300;
    font-size: 1.25rem;
    margin-top: 20px;
    margin-bottom: 10px;
}
}

#masthead>#topmost .topmost-container>#opening p {
    line-height: 1.2;
    display: block;
    float: right;
    margin-right: 8.75rem
}

#masthead>#topmost .topmost-container>#opening p strong {
    font-size: 1.625rem;
    position: relative
}

#masthead .nav-container {
    background-color: #121212
}

#masthead .nav-container .main-navigation {
    width: 100%;
    z-index: 100
}

#masthead .nav-container .main-navigation.is-stuck {
    box-shadow: 0 0 1.25rem #000;
    -moz-box-shadow: 0 0 1.25rem #000;
    -webkit-box-shadow: 0 0 1.25rem #000;
    transition: box-shadow .5s ease !important
}

#masthead .nav-container .main-navigation .is-dropdown-submenu-parent.is-down-arrow>a:after {
    content: none
}

#kitchen-sink::after,
#kitchen-sink::before,
#page-faqs::after,
#page-faqs::before,
#page-full-width::after,
#page-full-width::before,
#page-sidebar-left::after,
#page-sidebar-left::before,
#page::after,
#page::before,
#single-post::after,
#single-post::before {
    content: ' ';
    display: table
}

.bottom-bar>div,
.top-bar>div {
    max-width: 76.875rem;
    margin-left: auto;
    margin-right: auto
}

.bottom-bar>div::after,
.bottom-bar>div::before,
.top-bar>div::after,
.top-bar>div::before {
    content: ' ';
    display: table
}

.bottom-bar>div .menu-item a,
.top-bar>div .menu-item a {
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    height: auto
}

#page {
    padding-bottom: 3.75rem
}

#page a {
    text-decoration: underline
}

#footer-container {
    border: 0
}

.single-plate-type .builder-cta {
    border-bottom: 1px solid #d3d3d3;
    padding: 30px 0;
    margin-bottom: 30px
}

.single-plate-type .plate-post-content {
    position: relative
}

.single-plate-type .why-choose {
    position: absolute;
    right: 0;
    top: 0
}

.single-plate-type .why-choose img {
    border: none !important;
    max-width: 330px
}

@media screen and (max-width:63.9375em) {
    .single-plate-type .why-choose {
        position: relative
    }

    .single-plate-type .why-choose img {
        width: 100%
    }
}

.single-plate-type .entry-content>div {
    width: 66.66667%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem
}

@media screen and (min-width:40em) {
    .single-plate-type .entry-content>div {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

.single-plate-type .entry-content>div:last-child:not(:first-child) {
    float: right
}

@media screen and (max-width:63.9375em) {
    .single-plate-type .entry-content>div {
        width: 100%;
        float: left;
        padding-left: .625rem;
        padding-right: .625rem
    }

    .single-plate-type .entry-content>div:last-child:not(:first-child) {
        float: right
    }
}

@media screen and (max-width:63.9375em) and (min-width:40em) {
    .single-plate-type .entry-content>div {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

.single-plate-type .entry-content>div:last-child {
    float: none !important
}

.single-plate-type .entry-content .row {
    padding: 0
}

@media screen and (min-width:64em) and (max-width:74.9375em),
screen and (min-width:40em) and (max-width:63.9375em) {

    .bottom-bar>div,
    .top-bar>div {
        max-width: 76.875rem;
        margin-left: auto;
        margin-right: auto
    }

    .bottom-bar>div::after,
    .bottom-bar>div::before,
    .top-bar>div::after,
    .top-bar>div::before {
        content: ' ';
        display: table
    }

    .bottom-bar>div::after,
    .top-bar>div::after {
        clear: both
    }

    .bottom-bar>div .menu-item a,
    .top-bar>div .menu-item a {
        white-space: nowrap;
        font-size: .6875rem;
        line-height: 1rem
    }
}

@media screen and (min-width:40em) and (max-width:63.9375em) {

    .bottom-bar>div .menu-item a,
    .top-bar>div .menu-item a {
        padding: 1rem .5rem !important
    }

    .basket a {
        background-image: none
    }
}

@media screen and (max-width:50rem) and (min-width:40rem) {

    .bottom-bar>div .menu-item a,
    .top-bar>div .menu-item a {
        padding: 1rem .3125rem !important;
        font-size: .5625rem
    }
}

@media screen and (max-width:39.9375em) {
    .row .row {
        margin: 0
    }

    #masthead>#topmost .topmost-container {
        width: 100%;
        background-color: #ededed;
        z-index: 101;
        background-image: none
    }

    .logo {
        padding: 2.5rem
    }

    .title-bar {
        background: 0 0;
        padding: 1.875rem .9375rem 0 0
    }

    .title-bar .menu-icon {
        width: 1.5625rem
    }

    .title-bar .menu-icon:after {
        background: #0d0d0d;
        box-shadow: 0 8px 0 #0d0d0d, 0 16px 0 #0d0d0d;
        height: .1875rem
    }

    .basket a,
    .basket a:hover {
        background-color: transparent !important
    }

    .basket,
    .call-us {
        height: 4.875rem !important
    }

    .call-us {
        text-align: right
    }

    .call-us a {
        margin: 1.875rem .9375rem 0 0;
        display: inline-block
    }

    .call-us a i {
        font-size: 20px;
        color: #0d0d0d
    }

    .basket {
        float: left;
        padding: 0 .9375rem
    }

    .basket a {
        background-position: center right !important;
        display: block;
        width: 100%;
        height: 100%;
        padding: 0 !important
    }

    article.main-content {
        width: 100%;
        float: left;
        padding-left: .625rem;
        padding-right: .625rem
    }
}

@media screen and (max-width:39.9375em) and (min-width:40em) {
    article.main-content {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

@media screen and (max-width:39.9375em) {
    article.main-content:last-child:not(:first-child) {
        float: right
    }

    .need-help {
        background: #fc0
    }

    .need-help.basket {
        float: none;
        padding: 0;
        height: auto !important
    }

    .need-help h3 {
        color: #0d0d0d;
        text-transform: uppercase;
        font-weight: 600;
        text-align: center;
        padding: 1.25rem .9375rem;
        margin-bottom: 0;
        height: 60px;
        width: 100%;
    }

    span.title {
        color: #0d0d0d;
        text-transform: uppercase;
        font-weight: 600;
        text-align: center;
        font-size: .9375rem;
    }

    .need-help h3 .trolley-icon {
        background: url(../images/icons/trolley.png) center no-repeat #fc0 !important;
        line-height: 20px;
        height: 20px;
        width: 30px;
        vertical-align: top;
        background-size: contain !important;
        display: inline-block;
        margin-right: 10px
    }

    .vertical.sticky-to-top {
        z-index: 102;
        width: 100%;
        position: fixed;
        top: 5rem
    }

    .vertical.sticky-to-bottom {
        z-index: 102;
        width: 100%;
        position: fixed;
        bottom: 5rem
    }
}

.menu .active>a {
    background: 0 0
}

#pre-footer-1 article:nth-child(2) .img {
    vertical-align: bottom
}

#pre-footer-1 article:nth-child(2) .img img {
    padding: 0 0 1px
}

#page-sidebar-left .widget-container,
#single-post .widget-container {
    background: #2453B3;
    position: absolute;
    left: 0;
    max-width: 25rem
}

@media screen and (max-width:39.9375em) {

    #page-sidebar-left .widget-container,
    #single-post .widget-container {
        position: relative;
        max-width: 100%;
        left: auto;
        margin-bottom: 2rem
    }
}

#page-sidebar-left .widger a,
#single-post .widger a {
    color: #fefefe;
    text-decoration: underline
}

#page-sidebar-left .widger h6,
#single-post .widger h6 {
    font-family: 'Francois One', sans-serif;
    text-transform: uppercase;
    color: #fefefe;
    font-size: 1.75rem;
    padding: 0 1.25rem
}

#page-sidebar-left .widger .widget-container,
#single-post .widger .widget-container {
    margin-top: 2rem;
    position: relative;
    max-width: 100%;
    left: auto
}

#page-sidebar-left .widger ul.menu li,
#single-post .widger ul.menu li {
    display: block;
    font-size: 1.125rem;
    border-bottom: .0625rem solid #174573;
    margin: 0
}

#page-sidebar-left .widger ul.menu li:hover,
#single-post .widger ul.menu li:hover {
    background-color: #0d0d0d
}

#page-sidebar-left .widger ul.menu li:last-child,
#single-post .widger ul.menu li:last-child {
    border-bottom: none
}

#page-sidebar-left .widger ul.menu li a,
#single-post .widger ul.menu li a {
    color: #fefefe;
    padding: 1rem 2.5rem;
    text-decoration: none !important
}

#page-sidebar-left .widger ul.menu li a strong,
#single-post .widger ul.menu li a strong {
    margin-right: .625rem
}

#page-sidebar-left .widger .textwidget,
#single-post .widger .textwidget {
    color: #fefefe;
    font-size: .9375rem;
    padding: .9375rem 1.25rem
}

#pre-content-1 .grid-row,
#pre-footer-1 .grid-row {
    padding: 0 .9375rem
}

#fluid_editor_widget-2:first-child {
    border-left: none
}

.cta {
    margin: 3.125rem 0;
    color: #fefefe;
    border-left: .0625rem solid #fefefe;
    font-size: .9375rem;
    padding: 0
}

.cta>.row {
    height: 100%;
    display: table
}

.cta .cta-content-wrapper,
.cta .img {
    display: table-cell;
    vertical-align: middle
}

.cta h2 {
    color: #fefefe;
    font-size: 1.3125rem !important
}

.actions-toolbar .cta .action,
.actions-toolbar .cta button,
.cta .actions-toolbar .action,
.cta .actions-toolbar button,
.cta .button,
.cta body.checkout-index-index #maincontent .actions-toolbar .button,
body.checkout-index-index #maincontent .actions-toolbar .cta .button {
    margin-top: 1.25rem;
    margin-bottom: 0
}

.actions-toolbar .cta .action:not(.blue),
.actions-toolbar .cta button:not(.blue),
.cta .actions-toolbar .action:not(.blue),
.cta .actions-toolbar button:not(.blue),
.cta .button:not(.blue),
.cta body.checkout-index-index #maincontent .actions-toolbar .button:not(.blue),
body.checkout-index-index #maincontent .actions-toolbar .cta .button:not(.blue) {
    background-color: transparent;
    border: .0625rem solid #fefefe !important
}

.actions-toolbar .cta .action:not(.blue):hover,
.actions-toolbar .cta button:not(.blue):hover,
.cta .actions-toolbar .action:not(.blue):hover,
.cta .actions-toolbar button:not(.blue):hover,
.cta .button:not(.blue):hover,
.cta body.checkout-index-index #maincontent .actions-toolbar .button:not(.blue):hover,
body.checkout-index-index #maincontent .actions-toolbar .cta .button:not(.blue):hover {
    background-color: #fefefe;
    color: #003194
}

.cta .img {
    width: 35%
}

.cta .img img {
    padding: 1.25rem
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .cta .img img {
        padding: 0 0 0 .625rem
    }
}

.cta .cta-content-wrapper {
    padding: 1.875rem;
    width: 65%
}

.cta .cta-content p {
    margin: 0
}

.cta.support-available .img {
    background-size: 9.375rem auto;
    background-position: bottom center
}

.widget_fluidrecentpostswidget {
    margin: 3.125rem 0
}

.widget_fluidrecentpostswidget h2 {
    margin-bottom: 1.25rem
}

.widget_fluidrecentpostswidget h4 {
    font-weight: 500;
    white-space: nowrap
}

.widget_fluidrecentpostswidget h4 a {
    color: #0d0d0d
}

.widget_fluidrecentpostswidget .blog-viewall {
    font-size: 15px;
    text-align: right;
    margin-bottom: 1.25rem;
    height: 39px;
    line-height: 39px;
    vertical-align: middle
}

.widget_fluidrecentpostswidget .blog-viewall:hover {
    text-decoration: underline
}

.widget_fluidrecentpostswidget date {
    color: #003194;
    font-size: .9375rem;
    padding-bottom: .625rem;
    display: block
}

.widget_fluidrecentpostswidget .excerpt {
    line-height: 1.8
}

.actions-toolbar .widget_fluidrecentpostswidget .action,
.actions-toolbar .widget_fluidrecentpostswidget button,
.widget_fluidrecentpostswidget .actions-toolbar .action,
.widget_fluidrecentpostswidget .actions-toolbar button,
.widget_fluidrecentpostswidget .button,
.widget_fluidrecentpostswidget body.checkout-index-index #maincontent .actions-toolbar .button,
body.checkout-index-index #maincontent .actions-toolbar .widget_fluidrecentpostswidget .button {
    background-color: #fefefe;
    color: #003194;
    padding-left: 0
}

.widget_fluidrecentpostswidget .post-image {
    height: 9.375rem;
    background-color: #ededed;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-bottom: .625rem
}

.widget_fluidrecentpostswidget .post-image.default {
    background-size: 50%
}

#pre-footer-2 .actions-toolbar .action,
#pre-footer-2 .actions-toolbar button,
#pre-footer-2 .button,
#pre-footer-2 body.checkout-index-index #maincontent .actions-toolbar .button,
.actions-toolbar #pre-footer-2 .action,
.actions-toolbar #pre-footer-2 button,
body.checkout-index-index #maincontent .actions-toolbar #pre-footer-2 .button {
    padding: 10px 0 !important;
    font-weight: 700
}

@media screen and (min-width:40em) and (max-width:63.9375em),
screen and (max-width:39.9375em) {
    .widget_fluidrecentpostswidget article {
        margin-top: 1.25rem
    }

    .widget_fluidrecentpostswidget article h4 {
        font-size: 1.125rem
    }

    #pre-content-1 .grid-row,
    #pre-footer-1 .grid-row {
        padding: 0
    }

    .cta {
        margin: 0;
        border-top: .0625rem solid #fefefe;
        border-left: 0
    }
}

@media screen and (max-width:39.9375em) {
    .widget_fluidrecentpostswidget h2 {
        margin-bottom: .9375rem
    }

    .cta {
        border-top: none
    }

    .cta .cta-content h2 {
        font-size: 1.125rem !important
    }

    #pre-footer-2 article {
        margin-top: 1.5625rem;
        margin-bottom: 1.5625rem
    }
}

body.builder-index-index .nav-sections {
    display: none
}

body.builder-index-index #maincontent {
    color: #fefefe;
    max-width: none;
    background: url(../images/stripes.jpg) #575757;
    padding: 0
}

body.builder-index-index #maincontent .column,
body.builder-index-index #maincontent .columns {
    padding: 0 15px
}

body.builder-index-index #builder-actions {
    background: #292929;
    font-size: 1.25rem;
    font-weight: 300;
    padding: 1.25rem
}

.actions-toolbar body.builder-index-index #builder-actions .action,
.actions-toolbar body.builder-index-index #builder-actions button,
body.builder-index-index #builder-actions .actions-toolbar .action,
body.builder-index-index #builder-actions .actions-toolbar button,
body.builder-index-index #builder-actions .button {
    position: relative;
    z-index: 100;
    width: 100%;
    margin-top: .9375rem;
    color: #ffffff;
}

.actions-toolbar body.builder-index-index #builder-actions .action:hover,
.actions-toolbar body.builder-index-index #builder-actions button:hover,
body.builder-index-index #builder-actions .actions-toolbar .action:hover,
body.builder-index-index #builder-actions .actions-toolbar button:hover,
body.builder-index-index #builder-actions .button:hover {
    background-color: #003194;
    border-color: transparent !important
}

body.builder-index-index #builder-actions #add-to-basket {
    background: url(../images/icons/trolley.png) left .9375rem center no-repeat #fc0 !important;
    background-size: 1.5625rem auto !important;
    padding-left: 3.125rem !important;
    color: #0d0d0d;
    font-size: 1.125rem !important;
    font-weight: 700 !important
}

body.builder-index-index #builder-actions #add-to-basket:hover {
    background-color: #dbaf00 !important
}

body.builder-index-index #builder-testimonials {
    background: #ededed;
    color: #292929;
    min-height: 12.5rem;
    text-align: center
}

body.builder-index-index #builder-testimonials .row {
    position: relative;
    overflow: hidden;
    padding: 30px 0
}

body.builder-index-index #builder-testimonials .row .testimonial-wrapper {
    position: relative;
    overflow: hidden;
    width: 400%
}

body.builder-index-index #builder-testimonials .row .testimonial-wrapper .wrap {
    float: left;
    width: 25%;
    min-height: 12.5rem
}

body.builder-index-index #builder-testimonials .row .testimonial-wrapper .testimonial-content,
body.builder-index-index #builder-testimonials .row .testimonial-wrapper .testimonial-content p {
    font-size: 17px;
    color: rgba(0, 0, 0, .5);
    margin: 0
}

body.builder-index-index #builder-testimonials .row .testimonial-wrapper .testimonial-content {
    padding: 1.875rem 1.875rem .625rem
}

body.builder-index-index #builder-testimonials .row .testimonial-wrapper .testimonial-author {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1rem
}

body.builder-index-index #builder-testimonials .row .fluid-slider-pagination {
    display: none;
    position: absolute;
    bottom: 1.25rem;
    list-style: none;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0
}

body.builder-index-index #builder-testimonials .row .fluid-slider-pagination li {
    display: inline-block;
    font-size: .875rem;
    padding-left: .625rem;
    color: #003194;
    opacity: .5
}

body.builder-index-index #builder-testimonials .row .fluid-slider-pagination li:before {
    font-family: FontAwesome;
    content: ""
}

body.builder-index-index #builder-testimonials .row .fluid-slider-pagination li.active {
    opacity: 1
}

body.builder-index-index #builder-plate {
    min-height: 25rem
}

body.builder-index-index #builder-plate>div {
    padding: 1.875rem 0 !important;
    text-align: center
}

.reveal {
    overflow: visible
}

.reveal hr {
    border-color: #ededed
}

.reveal h3 {
    font-size: 20px !important;
    color: #003194
}

.reveal .products-grid {
    margin-top: 0;
    margin-bottom: 0
}

.reveal .products-grid .products {
    margin-top: 10px;
    margin-bottom: 0
}

.reveal .products-grid .products .item {
    width: 25%
}

@media screen and (max-width:39.9375em) {
    .reveal .products-grid .products .item {
        width: 100%
    }
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .reveal .products-grid .products .item {
        width: 50%
    }
}

.reveal .toolbar {
    display: none
}

.actions-toolbar .reveal .actions .action,
.actions-toolbar .reveal .actions button,
.reveal .actions .actions-toolbar .action,
.reveal .actions .actions-toolbar button,
.reveal .actions .button,
.reveal .actions body.checkout-index-index #maincontent .actions-toolbar .button,
body.checkout-index-index #maincontent .actions-toolbar .reveal .actions .button {
    margin-bottom: 0
}

.reveal .close-button {
    color: #fefefe;
    background: 0 0;
    border: 0;
    top: -30px;
    right: 0;
    font-size: 30px
}

@media screen and (max-width:39.9375em) {
    body.builder-index-index #builder-plate {
        min-height: 0
    }

    body.builder-index-index #builder-testimonials .row .fluid-slider-pagination {
        position: relative;
        bottom: unset
    }

    .builder-index-index .reveal {
        height: auto;
        min-height: auto;
        display: inline-block
    }

    .actions-toolbar .reveal .actions .action,
    .actions-toolbar .reveal .actions button,
    .reveal .actions .actions-toolbar .action,
    .reveal .actions .actions-toolbar button,
    .reveal .actions .button,
    .reveal .actions body.checkout-index-index #maincontent .actions-toolbar .button,
    body.checkout-index-index #maincontent .actions-toolbar .reveal .actions .button {
        width: 100%
    }
}

@media screen and (max-width:1024px) {
    body.builder-index-index #builder-actions #add-to-basket {
        font-size: 1rem !important
    }
}

@media screen and (min-width:1200px) and (max-width:1800px) {

    body.builder-index-index .fluid-slider-pagination,
    body.builder-index-index .large-9.large-offset-3 {
        width: 75% !important;
        margin-left: 25% !important
    }
}

@media screen and (min-width:75em) {

    body.builder-index-index #builder-actions>.row>.column,
    body.builder-index-index #builder-actions>.row>.columns,
    body.builder-index-index #builder-plate>div,
    body.builder-index-index #builder-testimonials .row>.column,
    body.builder-index-index #builder-testimonials .row>.columns {
        width: 100%;
        margin: 0
    }

    body.builder-index-index #builder-testimonials .row .testimonial-wrapper .wrap .column,
    body.builder-index-index #builder-testimonials .row .testimonial-wrapper .wrap .columns {
        margin-left: 0;
        width: 100%
    }
}

#maincontent #builder-menu {
    position: relative;
    height: 100%;
    width: 100%
}

#maincontent #builder-menu>.row {
    height: 100%
}

#maincontent #builder-menu #builder-menu-internal {
    background: #2453B3;
    height: 100%;
    padding: 0;
    position: relative;
    z-index: 100
}

#maincontent #builder-menu #builder-menu-internal>.vertical.menu>li:hover {
    background-color: transparent !important
}

#maincontent #builder-menu #builder-menu-internal .actions-toolbar .continue.action,
#maincontent #builder-menu #builder-menu-internal .actions-toolbar button.continue,
#maincontent #builder-menu #builder-menu-internal .button.continue,
.actions-toolbar #maincontent #builder-menu #builder-menu-internal .continue.action,
.actions-toolbar #maincontent #builder-menu #builder-menu-internal button.continue {
    margin-top: 20px;
    width: 100%
}

#maincontent #builder-menu #builder-menu-internal>div {
    height: 100%;
    margin: 0;
    padding: 0;
    color: #fefefe;
    max-width: 25rem;
    width: 100% !important
}

#maincontent #builder-menu #builder-menu-internal .is-drilldown {
    height: 100% !important
}

#maincontent #builder-menu #builder-menu-internal .is-drilldown #builder-menu-drilldown li.hideit {
    display: none !important
}

#maincontent #builder-menu #builder-menu-internal #builder-menu-drilldown.vertical.menu>li.done>a strong,
#maincontent #builder-menu #builder-menu-internal .vertical.menu .js-drilldown-back a:before {
    display: none
}

#maincontent #builder-menu #builder-menu-internal .vertical.menu {
    width: 100%;
    padding: 0
}

#maincontent #builder-menu #builder-menu-internal .vertical.menu>li {
    font-size: 1.125rem;
    border-bottom: .0625rem solid rgba(0, 0, 0, .2);
    margin: 0
}

#maincontent #builder-menu #builder-menu-internal .vertical.menu>li:hover {
    background-color: rgba(0, 0, 0, .2)
}

#maincontent #builder-menu #builder-menu-internal .vertical.menu>li a {
    color: #fefefe;
    padding: 1rem 2.5rem;
    text-decoration: none !important
}

#maincontent #builder-menu #builder-menu-internal .vertical.menu>li a strong {
    margin-right: .625rem
}

#maincontent #builder-menu #builder-menu-internal .vertical.menu>li p a {
    text-decoration: underline !important;
    font-weight: 600
}

#maincontent #builder-menu #builder-menu-internal .vertical.menu .is-drilldown-submenu {
    background: #2453B3
}

#maincontent #builder-menu #builder-menu-internal .vertical.menu .js-drilldown-back {
    background-color: rgba(0, 0, 0, .2)
}

#maincontent #builder-menu #builder-menu-internal .vertical.menu .js-drilldown-back a {
    padding: .625rem 2.5rem
}

#maincontent #builder-menu #builder-menu-internal .vertical.menu .js-drilldown-back .block-title {
    font-size: .875rem !important
}

#maincontent #builder-menu #builder-menu-internal .vertical.menu .js-drilldown-back a:after {
    border-color: transparent transparent transparent rgba(0, 0, 0, .5)
}

#maincontent #builder-menu #builder-menu-internal .vertical.menu .block-title {
    margin: 0
}

#maincontent #builder-menu #builder-menu-internal .vertical.menu .builder-menu-content {
    padding: 1rem 2.5rem;
    background: 0 0 !important;
    font-size: .8125rem
}

#maincontent #builder-menu #builder-menu-internal .vertical.menu .builder-menu-content a {
    padding: 0
}

#maincontent #builder-menu #builder-menu-internal .vertical.menu .builder-menu-content h5 {
    font-size: 1.1875rem
}

#maincontent #builder-menu #builder-menu-internal #builder-menu-drilldown.vertical.menu>li.done>a:before {
    font-family: FontAwesome;
    content: "";
    font-size: .8125rem;
    padding: .1875rem;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 1.25rem;
    background: #379632;
    box-shadow: 0 0 .3125rem rgba(0, 0, 0, .5);
    top: -.1875rem;
    right: -.3125rem;
    text-align: center;
    position: relative;
    left: -.25rem
}

#maincontent #builder-menu #builder-menu-internal #builder-menu-drilldown.vertical.menu>li.disabled {
    position: relative
}

#maincontent #builder-menu #builder-menu-internal #builder-menu-drilldown.vertical.menu>li.disabled>.ovly {
    position: absolute;
    background: 0 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

#maincontent #builder-menu #builder-menu-internal #builder-menu-drilldown.vertical.menu>li.disabled>a {
    opacity: .5
}

#maincontent #builder-menu #builder-menu-internal #builder-font article,
#maincontent #builder-menu #builder-menu-internal #builder-material article {
    margin: .625rem 0;
    cursor: pointer;
    position: relative
}

#maincontent #builder-menu #builder-menu-internal #builder-font article footer,
#maincontent #builder-menu #builder-menu-internal #builder-material article footer {
    line-height: 1.375rem
}

#maincontent #builder-menu #builder-menu-internal #builder-font article footer .fa,
#maincontent #builder-menu #builder-menu-internal #builder-material article footer .fa {
    float: right;
    line-height: 1.375rem
}

#maincontent #builder-menu #builder-menu-internal #builder-font article footer .fa>span,
#maincontent #builder-menu #builder-menu-internal #builder-material article footer .fa>span {
    font-family: 'Open Sans'
}

#maincontent #builder-menu #builder-menu-internal .selectable {
    cursor: pointer;
    position: relative
}

#maincontent #builder-menu #builder-menu-internal .selectable.current:before {
    font-family: FontAwesome;
    content: "";
    font-size: .8125rem;
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 1.25rem;
    background: #379632;
    box-shadow: 0 0 .3125rem rgba(0, 0, 0, .5);
    top: -.1875rem;
    right: 0.7rem;
    z-index: 100;
    text-align: center
}

img.builder-small-plate {
    width: 85%;
}

#maincontent #builder-menu #builder-menu-internal .grid {
    min-height: 18.75rem
}

#maincontent #builder-menu #builder-menu-internal .grid .selectable {
    z-index: 1;
    float: left;
    width: 61px;
    margin: 2%;
    background-size: 70% auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, .2);
    position: relative
}

#maincontent #builder-menu #builder-menu-internal .grid .selectable:after {
    padding-top: 100%;
    display: block;
    content: ""
}

#maincontent #builder-menu #builder-menu-internal #builder-badge-flag .grid .selectable.flag-borderless-gb,
.selectable.flag-ev,
.selectable.flag-ev-eng,
.selectable.flag-ev-sco,
.selectable.flag-ev-cym,
.selectable.flag-ev-gb,
#maincontent #builder-menu #builder-menu-internal .builder-badge-background .grid .selectable[data-id="0"] {
    display: none
}

#maincontent #builder-menu #builder-menu-internal .grid .selectable:hover {
    opacity: .8;
    cursor: pointer
}

#maincontent #builder-menu #builder-menu-internal .grid .selectable span {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1.25rem;
    line-height: 1.25rem;
    width: 100%;
    text-align: center
}

#maincontent #builder-menu #builder-menu-internal .grid .badge-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    font-size: 9px;
    background: rgba(0, 0, 0, .2);
    text-transform: uppercase
}

#maincontent #builder-menu #builder-menu-internal #builder-badge-flag .grid .selectable {
    background-size: auto 70%;
    width: 80px
}

#maincontent #builder-menu #builder-menu-internal #builder-border .grid .selectable,
#maincontent #builder-menu #builder-menu-internal #builder-slogan .grid .selectable,
#maincontent #builder-menu #builder-menu-internal .builder-badge-background .grid .selectable {
    border: .125rem solid #fefefe
}

#maincontent #builder-menu #builder-menu-internal #slogan-switch {
    line-height: 1.875rem
}

#maincontent #builder-menu #builder-menu-internal .switch-paddle {
    background: #fefefe;
    padding: 4px 0
}

#maincontent #builder-menu #builder-menu-internal #builder-reg .entries {
    overflow: hidden;
    margin: 1.25rem 0
}

#maincontent #builder-menu #builder-menu-internal #builder-reg .entries input[type=text] {
    width: 100% !important;
    margin-left: 2% !important;
    float: left;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #333;
    padding: 0 !important;
    text-transform: uppercase;
    border: 0
}

.jspDrag,
.jspVerticalBar {
    border-radius: .25rem;
    top: 0;
    overflow: hidden
}

#maincontent #builder-menu #builder-menu-internal #builder-reg .entries input[type=text]:first-child {
    margin: 0 !important
}

#maincontent #builder-menu #builder-menu-internal #builder-reg .entries input[type=text].space {
    background: #fc0
}

#maincontent #builder-menu .product-item .product-item-name,
#maincontent #builder-menu .reveal h3,
#maincontent #builder-menu body.checkout-cart-index .product-item-name,
#maincontent #builder-menu form .legend,
#maincontent #builder-menu h1,
#maincontent #builder-menu h2,
#maincontent #builder-menu h3,
#maincontent form #builder-menu .legend,
.modal-popup form #maincontent #builder-menu .legend,
.product-item #maincontent #builder-menu .product-item-name,
.reveal #maincontent #builder-menu h3,
body.checkout-cart-index #maincontent #builder-menu .product-item-name,
body.checkout-index-index #maincontent #builder-menu .opc-summary-wrapper .shipping-information-title,
body.checkout-index-index #maincontent #builder-menu .step-title,
body.checkout-index-index #maincontent .opc-summary-wrapper #builder-menu .shipping-information-title {
    color: #fefefe;
    font-size: 1.25rem !important
}

@media screen and (min-width:64em) {
    #maincontent #builder-menu {
        position: absolute;
        left: 0;
        top: 0
    }

    #maincontent #builder-menu>.row {
        margin-left: 0 !important
    }
}

@media screen {
    #maincontent #builder-menu #builder-menu-internal .is-drilldown {
        max-width: 100% !important
    }
}

.jspContainer {
    overflow: hidden;
    position: relative
}

.jspHorizontalBar,
.jspPane,
.jspVerticalBar {
    position: absolute
}

.jspVerticalBar {
    right: 0;
    width: .5rem;
    height: 100%
}

.jspHorizontalBar {
    display: none !important;
    bottom: 0;
    left: 0;
    width: 100%;
    height: .5rem;
    background: red
}

.jspCap {
    display: none
}

.jspHorizontalBar .jspCap {
    float: left
}

.jspTrack {
    background: rgba(255, 255, 255, .2);
    position: relative;
    width: 100%
}

.jspDrag {
    background: rgba(0, 0, 0, .5);
    position: relative;
    width: .5rem;
    left: 0;
    cursor: pointer
}

.jspHorizontalBar .jspDrag,
.jspHorizontalBar .jspTrack {
    float: left;
    height: 100%
}

.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0
}

.jspArrow.jspDisabled {
    cursor: default;
    background: #80808d
}

.jspVerticalBar .jspArrow {
    height: .5rem
}

.jspHorizontalBar .jspArrow {
    width: .5rem;
    float: left;
    height: 100%
}

.jspVerticalBar .jspArrow:focus {
    outline: 0
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%
}

* html .jspCorner {
    margin: 0 -3px 0 0
}

.minicart-wrapper .action.showcart .counter.qty {
    background-color: #003194
}

.cart-summary,
body.checkout-index-index #maincontent .opc-summary-wrapper {
    background: #003194;
    padding-bottom: 0;
    color: #fefefe
}

.cart-summary .mage-error,
body.checkout-index-index #maincontent .opc-summary-wrapper .mage-error {
    font-size: 12px
}

.cart-summary .title,
body.checkout-index-index #maincontent .opc-summary-wrapper .title {
    font-family: 'Francois One', sans-serif;
    text-transform: uppercase;
    font-size: 1.75rem !important;
    font-size: 1.25rem !important;
    color: #fefefe
}

.cart-summary #block-shipping,
body.checkout-index-index #maincontent .opc-summary-wrapper #block-shipping {
    display: none
}

.cart-summary #block-shipping .title:after,
body.checkout-cart-index .option_plate_generation_options,
body.checkout-index-index #maincontent .opc-summary-wrapper #block-shipping .title:after {
    display: none !important
}

.cart-summary #block-shipping .title,
body.checkout-index-index #maincontent .opc-summary-wrapper #block-shipping .title {
    font-family: 'Francois One', sans-serif;
    text-transform: uppercase;
    font-size: 1.75rem !important;
    font-size: 1.25rem !important;
    color: #fefefe
}

.actions-toolbar .cart-summary .action,
.actions-toolbar .cart-summary button,
.actions-toolbar body.checkout-index-index #maincontent .opc-summary-wrapper .action,
.actions-toolbar body.checkout-index-index #maincontent .opc-summary-wrapper button,
.cart-summary .actions-toolbar .action,
.cart-summary .actions-toolbar button,
.cart-summary .button,
.cart-summary body.checkout-index-index #maincontent .actions-toolbar .button,
body.checkout-index-index #maincontent .actions-toolbar .cart-summary .button,
body.checkout-index-index #maincontent .opc-summary-wrapper .actions-toolbar .action,
body.checkout-index-index #maincontent .opc-summary-wrapper .actions-toolbar button,
body.checkout-index-index #maincontent .opc-summary-wrapper .button {
    background: #fc0;
    color: #0d0d0d;
    font-size: 1rem !important
}

.cart-summary .table-wrapper,
body.checkout-index-index #maincontent .opc-summary-wrapper .table-wrapper {
    border: 0 !important
}

.cart-summary tbody,
body.checkout-index-index #maincontent .opc-summary-wrapper tbody {
    background: 0 0;
    border: 0
}

.cart-summary tbody tr:nth-child(even),
body.checkout-index-index #maincontent .opc-summary-wrapper tbody tr:nth-child(even) {
    background: 0 0;
    border-top: 1px dashed rgba(255, 255, 255, .1);
    border-bottom: 1px dashed rgba(255, 255, 255, .1)
}

.cart-summary .block .fieldset,
body.checkout-index-index #maincontent .opc-summary-wrapper .block .fieldset {
    margin: 0;
    border: 0;
    background: #292929
}

.cart-summary .label,
body.checkout-index-index #maincontent .opc-summary-wrapper .label {
    color: #fefefe !important;
    margin: 0;
    padding: 0
}

.cart-summary .actions-toolbar .primary,
body.checkout-index-index #maincontent .opc-summary-wrapper .actions-toolbar .primary {
    width: 100%
}

.cart-summary #discount-coupon-form input,
body.checkout-index-index #maincontent .opc-summary-wrapper #discount-coupon-form input {
    background: rgba(255, 255, 255, .1);
    color: #fefefe;
    margin: 5px 0 0;
    border: 0
}

.actions-toolbar body.checkout-cart-index .cart.actions .clear.action,
.actions-toolbar body.checkout-cart-index .cart.actions button.clear,
body.checkout-cart-index .cart.actions .actions-toolbar .clear.action,
body.checkout-cart-index .cart.actions .actions-toolbar button.clear,
body.checkout-cart-index .cart.actions .button.clear,
body.checkout-cart-index .cart.actions body.checkout-index-index #maincontent .actions-toolbar .clear.button,
body.checkout-index-index #maincontent .actions-toolbar body.checkout-cart-index .cart.actions .clear.button {
    background: 0 0;
    text-transform: none;
    color: #003194
}

body.checkout-cart-index .cart.table-wrapper .item .col.item {
    padding: 20px
}

body.checkout-cart-index .item-info .item {
    overflow: hidden
}

body.checkout-cart-index .item-info .item .product-item-photo {
    width: 200px;
    display: block;
    float: left;
    position: relative;
    max-width: 100%;
    top: auto
}

body.checkout-cart-index .item-info .item .product-item-photo img {
    width: 100%
}

body.checkout-cart-index .item-info .item .product-item-details {
    display: block;
    float: left;
    width: auto;
    padding-left: .9375rem
}

body.checkout-cart-index .product-item-name {
    font-size: 20px !important
}

body.checkout-cart-index .product-item-name a {
    text-decoration: none
}

body.checkout-cart-index .table-wrapper {
    border: 1px solid #cacaca
}

.actions-toolbar body.checkout-cart-index .table-wrapper #shopping-cart-table .action,
body.checkout-cart-index .table-wrapper #shopping-cart-table .actions-toolbar .action,
body.checkout-cart-index .table-wrapper #shopping-cart-table .button.action {
    background: 0 0 !important;
    color: #003194 !important;
    text-transform: none
}

body.checkout-cart-index .table-wrapper #shopping-cart-table td,
body.checkout-cart-index .table-wrapper #shopping-cart-table th {
    text-align: center
}

body.checkout-cart-index .table-wrapper #shopping-cart-table td:first-child,
body.checkout-cart-index .table-wrapper #shopping-cart-table th:first-child {
    text-align: left
}

body.checkout-cart-index .table-wrapper #shopping-cart-table td.col.qty .input-text,
body.checkout-cart-index .table-wrapper #shopping-cart-table th.col.qty .input-text {
    width: auto;
    max-width: 50px;
    margin: auto
}

body.checkout-cart-index .table-wrapper #shopping-cart-table thead th {
    text-transform: uppercase
}

body.checkout-cart-index .table-wrapper #shopping-cart-table tbody .price {
    font-size: 16px !important
}

body.checkout-cart-index .table-wrapper #shopping-cart-table tbody .item-actions {
    background: rgba(0, 0, 0, .1)
}

@media screen and (min-width:64em) and (max-width:74.9375em) {
    .cart-container .form-cart {
        width: 75%
    }
}

@media screen and (max-width:39.9375em) {
    #maincontent #builder-menu #builder-menu-internal .is-drilldown {
        min-height: 465px !important
    }

    body.checkout-cart-index .item-info .item {
        text-align: center
    }

    body.checkout-cart-index .item-info .item .product-item-details,
    body.checkout-cart-index .item-info .item .product-item-photo {
        width: auto;
        float: none
    }

    body.checkout-cart-index .item-info .item .product-item-photo {
        margin-bottom: 20px
    }

    .cart-container .form-cart .action,
    .cart-container .form-cart .action.continue {
        width: 100%
    }
}

#maincontent form body.checkout-onepage-success .page-title.legend,
.modal-popup form body.checkout-onepage-success .page-title.legend,
.product-item body.checkout-onepage-success .page-title.product-item-name,
.reveal body.checkout-onepage-success h3.page-title,
body.checkout-cart-index body.checkout-onepage-success .page-title.product-item-name,
body.checkout-index-index #maincontent .opc-summary-wrapper body.checkout-onepage-success .page-title.shipping-information-title,
body.checkout-index-index #maincontent body.checkout-onepage-success .page-title.step-title,
body.checkout-onepage-success #maincontent form .page-title.legend,
body.checkout-onepage-success .modal-popup form .page-title.legend,
body.checkout-onepage-success .product-item .page-title.product-item-name,
body.checkout-onepage-success .reveal h3.page-title,
body.checkout-onepage-success body.checkout-cart-index .page-title.product-item-name,
body.checkout-onepage-success body.checkout-index-index #maincontent .opc-summary-wrapper .page-title.shipping-information-title,
body.checkout-onepage-success body.checkout-index-index #maincontent .page-title.step-title,
body.checkout-onepage-success h1.page-title {
    margin-bottom: 0;
    padding-bottom: 10px
}

body.checkout-onepage-success .checkout-success {
    padding-bottom: 40px
}

body.checkout-onepage-success .checkout-success h2 {
    margin-top: 30px
}

body.checkout-onepage-success .checkout-success h3 {
    margin-top: 20px
}

body.checkout-onepage-success .checkout-success ol,
body.checkout-onepage-success .checkout-success ul {
    line-height: 1.6
}

body.checkout-onepage-success .checkout-success ol li,
body.checkout-onepage-success .checkout-success ul li {
    margin: 0
}

body.checkout-onepage-success .checkout-success ol ul,
body.checkout-onepage-success .checkout-success ul ul {
    padding-left: 20px
}

body.checkout-index-index #maincontent #customer-email-fieldset .fieldset,
body.checkout-index-index #maincontent #customer-email-fieldset .note,
body.checkout-index-index #maincontent .field[name="shippingAddress.region_id"] {
    display: none !important
}

body.checkout-index-index #maincontent .opc-progress-bar,
body.checkout-index-index #maincontent .opc-summary-wrapper ol li .product-image-container,
body.checkout-index-index #maincontent .opc-summary-wrapper ol li .product-item-details .options,
body.checkout-index-index #maincontent .table-checkout-shipping-method tbody .col-carrier,
body.checkout-index-index .checkout-payment-method br,
body.checkout-index-index .checkout-payment-method legend {
    display: none
}

body.checkout-index-index #maincontent .step-title {
    border: 0;
    margin: 50px 0 30px
}

body.checkout-index-index #maincontent .actions-toolbar {
    margin: 0
}

body.checkout-index-index #maincontent .actions-toolbar .primary .action:before,
body.checkout-index-index #maincontent .actions-toolbar .primary .button:before,
body.checkout-index-index #maincontent .actions-toolbar .primary button:before {
    font-family: FontAwesome;
    content: "";
    float: right;
    margin-left: 10px
}

#maincontent .login-container .fieldset:after,
#maincontent form .control .message.warning.message.warning span:before,
#maincontent form .control div.mage-error.message.warning span:before,
.modal-popup .login-container .fieldset:after,
.modal-popup form .control .message.warning.message.warning span:before,
.modal-popup form .control div.mage-error.message.warning span:before {
    content: ""
}

body.checkout-index-index #maincontent .opc-summary-wrapper {
    margin-top: 120px
}

body.checkout-index-index #maincontent .opc-summary-wrapper .opc-block-summary {
    background: 0 0
}

body.checkout-index-index #maincontent .opc-summary-wrapper .opc-block-summary>.title {
    color: #fefefe
}

body.checkout-index-index #maincontent .opc-summary-wrapper .minicart-items-wrapper {
    padding-top: 0
}

body.checkout-index-index #maincontent .opc-summary-wrapper .minicart-items-wrapper .minicart-items .product-item:not(:first-child) {
    border-top: 1px dashed rgba(255, 255, 255, .2)
}

body.checkout-index-index #maincontent .opc-summary-wrapper .shipping-information-title {
    color: #fefefe !important;
    font-size: 1rem !important;
    line-height: 2 !important
}

body.checkout-index-index #maincontent .opc-summary-wrapper .shipping-information-title button:before {
    color: #fefefe
}

body.checkout-index-index #maincontent .opc-summary-wrapper .shipping-information-content {
    line-height: auto
}

body.checkout-index-index #maincontent .opc-summary-wrapper ol li {
    border: 0;
    padding: 0 !important
}

body.checkout-index-index #maincontent .opc-summary-wrapper ol li .product-item-details,
body.checkout-index-index #maincontent .opc-summary-wrapper ol li .product-item-details .product-item-name-block {
    padding: 0
}

body.checkout-index-index #maincontent .opc-summary-wrapper ol li .product-item-details .product-item-name-block .product-item-name {
    font-family: 'Open Sans';
    text-transform: none;
    min-height: 0;
    color: #000;
    display: block !important;
    font-size: 13px !important
}

body.checkout-index-index #maincontent .opc-summary-wrapper ol li .product-item-details .product-item-name-block .details-qty {
    margin: 0
}

body.checkout-index-index #maincontent .opc-summary-wrapper ol li .product-item-details .price {
    font-size: 13px
}

body.checkout-index-index #maincontent .table-checkout-shipping-method tbody td:first-child {
    padding-left: 10px;
    padding-right: 10px
}

body.checkout-index-index .checkout-payment-method .payment-method-billing-address .billing-address-details,
body.checkout-index-index .checkout-payment-method .payment-method-content,
body.checkout-index-index .checkout-payment-method .payment-option-content {
    padding: 0
}

body.checkout-index-index .checkout-payment-method form>fieldset {
    border: 0;
    padding-top: 0
}

body.checkout-index-index .checkout-payment-method .payment-option-title {
    padding-left: 0;
    border: 0
}

body.checkout-index-index .checkout-payment-method .payment-method-title label {
    margin-left: 0;
    display: inline !important
}

body.checkout-index-index .checkout-payment-method .billing-address-same-as-shipping-block>input,
body.checkout-index-index .checkout-payment-method .billing-address-same-as-shipping-block>label {
    float: left
}

body.checkout-index-index .checkout-payment-method .payment-method-billing-address .billing-address-form {
    max-width: 100%
}

body.checkout-index-index .checkout-payment-method .payment-method-billing-address fieldset {
    border: 0;
    margin: 0;
}

body.checkout-index-index .checkout-payment-method .payment-method-billing-address>fieldset {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding: 10px 0
}

body.checkout-index-index .checkout-payment-method .actions-toolbar {
    margin-bottom: 20px !important
}

body.checkout-index-index #maincontent .actions-toolbar .checkout.button,
body.checkout-index-index .actions-toolbar .checkout.action,
body.checkout-index-index .actions-toolbar .checkout.button,
body.checkout-index-index .actions-toolbar button.checkout {
    background: #fc0;
    color: #000;
    padding: 10px 30px !important;
    font-size: 20px !important;
    font-weight: 400
}

body.checkout-onepage-success #maincontent .page-title-wrapper {
    position: relative;
    width: auto;
    height: auto
}

body._has-modal-custom .modal-custom-overlay {
    height: 100% !important
}

@media screen and (max-width:39.9375em) {
    body.checkout-index-index #maincontent .opc-summary-wrapper.modal-custom {
        background: 0 0 !important;
        left: 0 !important
    }

    body.checkout-index-index #maincontent .opc-summary-wrapper.modal-custom * {
        color: #0d0d0d !important
    }
}

.custom-slide .modal-inner-wrap {
    min-height: 0 !important
}

.product-item {
    display: block;
    padding: 0;
    float: left;
    border: 0
}

.product-item .product-item-info {
    width: auto;
    margin: 15px;
    border: 1px solid #ededed;
    padding: 15px
}

.product-item .product-item-name {
    font-size: 16px !important;
    margin: 0;
    min-height: 44px
}

.product-item .product-item-name a {
    text-decoration: none
}

.product-item .price-box {
    margin: 0 0 10px
}

.product-item .price-box .price {
    color: #003194
}

.product-item .actions {
    display: block !important;
    margin: 0
}

.product-item .actions .tocart {
    width: 100%;
    color: #0d0d0d;
    margin: 0
}

.product-item .product-item-photo {
    display: block;
    text-align: center
}

input[type=text],
input[type=number],
textarea {
    font-size: 14px
}

#maincontent form,
.modal-popup form {
    margin-top: 0;
    max-width: 100%;
    font-size: .9375rem
}

#maincontent form .legend,
.modal-popup form .legend {
    font-size: 1.125rem !important;
    margin-bottom: 1.25rem;
    width: auto;
    height: auto;
    position: relative
}

#maincontent form input[type=checkbox],
.modal-popup form input[type=checkbox] {
    float: left;
    margin-top: 7px
}

#maincontent form .fieldset>.field.choice:before,
.modal-popup form .fieldset>.field.choice:before {
    display: none
}

#maincontent form>fieldset,
.modal-popup form>fieldset {
    margin-top: 0
}

#maincontent form .fieldset>.field,
.modal-popup form .fieldset>.field {
    margin-bottom: 10px
}

#maincontent form .label,
#maincontent form label,
.modal-popup form .label,
.modal-popup form label {
    display: block;
    float: none;
    padding: 0 0 10px;
    text-align: left;
    background: 0 0;
    color: #0d0d0d
}

#maincontent form .label:after,
#maincontent form label:after,
.modal-popup form .label:after,
.modal-popup form label:after {
    font-size: 13px;
    position: relative;
    margin-left: 0;
    top: 0
}

#maincontent form .field-tooltip .field-tooltip-action:before,
.modal-popup form .field-tooltip .field-tooltip-action:before {
    font-size: 20px;
    margin-right: 5px
}

#maincontent form .control,
.modal-popup form .control {
    width: 100%;
    margin-bottom: 10px
}

#maincontent form .control input,
.modal-popup form .control input {
    border-width: 1px;
    margin-bottom: 0;
    border-radius: 0
}

#maincontent form .control .message.warning,
#maincontent form .control div.mage-error,
.modal-popup form .control .message.warning,
.modal-popup form .control div.mage-error {
    background: #ec5840;
    color: #fefefe;
    padding: 5px;
    font-size: 13px;
    margin-top: 0
}

#maincontent form .control .message.warning.message.warning,
#maincontent form .control div.mage-error.message.warning,
.modal-popup form .control .message.warning.message.warning,
.modal-popup form .control div.mage-error.message.warning {
    background: #ffae00;
    color: #0d0d0d
}

#maincontent form .control select,
.modal-popup form .control select {
    font-size: 13px
}

.actions-toolbar {
    margin: 0 !important
}

.actions-toolbar .action:before,
.actions-toolbar .button:before,
.actions-toolbar button:before,
body.checkout-index-index #maincontent .actions-toolbar .button:before {
    content: "" !important
}

.actions-toolbar .action-cancel.action,
.actions-toolbar .action-cancel.button,
.actions-toolbar .action.action-cancel,
.actions-toolbar button.action-cancel,
body.checkout-index-index #maincontent .actions-toolbar .action-cancel.button {
    text-transform: none;
    color: #0d0d0d !important
}

.gform_confirmation_message {
    margin-bottom: 10px;
    color: #3adb76;
    font-size: 15px
}

.gform_wrapper form .alert.callout {
    display: none
}

.gform_wrapper form li.gfield.gfield_error {
    background-color: transparent !important;
    border: none !important;
    width: 100% !important
}

.gform_wrapper form li.gfield.gfield_error.gf_left_half,
.gform_wrapper form li.gfield.gfield_error.gf_right_half {
    width: 49%
}

.gform_wrapper form li.gfield.gfield_error>div {
    margin-left: 0 !important
}

.gform_wrapper form li.gfield.gfield_error input,
.gform_wrapper form li.gfield.gfield_error textarea {
    border-color: #ec5840
}

.gform_wrapper form li.gfield.gfield_error .validation_message {
    color: #ec5840;
    font-weight: 700 !important
}

.actions-toolbar .secondary a.back {
    margin-top: 0
}

.block-authentication .block[class] .block-title strong,
.login-container .block[class] .block-title strong {
    font-size: 1.625rem
}

.block-authentication .block[class] ul,
.login-container .block[class] ul {
    margin: 0;
    padding: 0
}

.block-authentication .block[class] ul li,
.login-container .block[class] ul li {
    margin: 0
}

.block-authentication .block[class] ul li:before,
.login-container .block[class] ul li:before {
    font-family: FontAwesome;
    content: "";
    margin: 0 .9375rem
}

.block-authentication .block[class] .actions-toolbar .primary,
.login-container .block[class] .actions-toolbar .primary {
    float: left
}

.block-authentication .block[class] .actions-toolbar .secondary,
.login-container .block[class] .actions-toolbar .secondary {
    margin: 0;
    padding: 0
}

.block-authentication .block[class] .actions-toolbar .secondary a,
.login-container .block[class] .actions-toolbar .secondary a {
    margin: 0 0 0 .625rem
}

.block-authentication .fieldset.login,
.login-container .fieldset.login {
    border: 0;
    padding: 0;
    margin-top: 0
}

body.account .block-title>strong {
    font-size: 20px !important
}

body.account .block-title a {
    font-family: 'Open Sans';
    text-transform: none;
    font-size: 12px
}

body.account .box-title>span {
    font-size: 14px !important
}

body.account .box-actions>a {
    margin-right: 10px
}

body.account .sidebar {
    background: #003194;
    width: 20% !important;
    padding: 0;
    margin-bottom: 20px
}

body.account .sidebar>.block {
    margin-bottom: 0
}

body.account .sidebar .block-collapsible-nav .content {
    padding: 0;
    background: 0 0
}

body.account .sidebar .block-collapsible-nav .content ul li {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    margin: 0
}

body.account .sidebar .block-collapsible-nav .content ul li.current a,
body.account .sidebar .block-collapsible-nav .content ul li.current>strong {
    font-family: 'Francois One', sans-serif;
    text-transform: uppercase;
    font-size: 1.75rem !important;
    font-size: 1rem !important;
    color: #fefefe;
    border: 0;
    padding: 10px 0 10px 20px
}

body.account .sidebar .block-collapsible-nav .content ul li a {
    color: #fefefe;
    padding: 10px 0 10px 20px
}

body.account .sidebar .block-collapsible-nav .content ul li a:hover {
    background-color: rgba(0, 0, 0, .2)
}

.catalog-category-view .cat-header-wrap {
    height: 150px;
    position: relative
}

.account.page-layout-2columns-left .column.main {
    width: 77.7%;
    padding: 0px 20px !important;
}

.abs-toggling-title-mobile,
.block-wishlist-management .wishlist-select .wishlist-name,
.block-collapsible-nav .title {
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    cursor: pointer;
    margin-bottom: 0;
    padding: 10px 40px 10px 15px;
    position: relative;
    display: none;
    text-decoration: none;
    margin-top: 20px;
    background-color: #003194;
    color: white;
}

body.account .sidebar .block-collapsible-nav .content {
    padding: 0;
    background: 0 0;
    color: white;
    background-color: #003194;
}

@media screen and (max-width:39.9375em) {

    .abs-toggling-title-mobile,
    .block-wishlist-management .wishlist-select .wishlist-name,
    .block-collapsible-nav .title {
        border-bottom: 1px solid #d1d1d1;
        border-top: 1px solid #d1d1d1;
        cursor: pointer;
        margin-bottom: 0;
        padding: 10px 40px 10px 15px;
        position: relative;
        display: block;
        text-decoration: none;
        margin-top: 20px;
        background2-color: #003194;
        color: white;
    }
}

@media screen and (max-width:39.9375em) {
    .catalog-category-view .cat-header-wrap {
        height: auto
    }
}

.catalog-category-view .cat-header-wrap .cat-header-inner {
    width: 100%;
    height: 100%
}

.catalog-category-view .cat-header-wrap .cat-header-inner .page-title-wrapper {
    padding: 0 15px;
    width: 100%;
    height: 100%
}

#maincontent form .catalog-category-view .cat-header-wrap .cat-header-inner .page-title-wrapper .legend,
.catalog-category-view .cat-header-wrap .cat-header-inner .page-title-wrapper #maincontent form .legend,
.catalog-category-view .cat-header-wrap .cat-header-inner .page-title-wrapper .modal-popup form .legend,
.catalog-category-view .cat-header-wrap .cat-header-inner .page-title-wrapper .product-item .product-item-name,
.catalog-category-view .cat-header-wrap .cat-header-inner .page-title-wrapper .reveal h3,
.catalog-category-view .cat-header-wrap .cat-header-inner .page-title-wrapper body.checkout-cart-index .product-item-name,
.catalog-category-view .cat-header-wrap .cat-header-inner .page-title-wrapper body.checkout-index-index #maincontent .opc-summary-wrapper .shipping-information-title,
.catalog-category-view .cat-header-wrap .cat-header-inner .page-title-wrapper body.checkout-index-index #maincontent .step-title,
.catalog-category-view .cat-header-wrap .cat-header-inner .page-title-wrapper h1,
.modal-popup form .catalog-category-view .cat-header-wrap .cat-header-inner .page-title-wrapper .legend,
.product-item .catalog-category-view .cat-header-wrap .cat-header-inner .page-title-wrapper .product-item-name,
.reveal .catalog-category-view .cat-header-wrap .cat-header-inner .page-title-wrapper h3,
body.checkout-cart-index .catalog-category-view .cat-header-wrap .cat-header-inner .page-title-wrapper .product-item-name,
body.checkout-index-index #maincontent .catalog-category-view .cat-header-wrap .cat-header-inner .page-title-wrapper .step-title,
body.checkout-index-index #maincontent .opc-summary-wrapper .catalog-category-view .cat-header-wrap .cat-header-inner .page-title-wrapper .shipping-information-title {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    text-align: center;
    font-size: 3.75rem !important;
    font-weight: 500;
    color: #fefefe
}

.catalog-category-view .cat-header-wrap .cat-header-image,
.catalog-category-view .cat-header-wrap .cat-header-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.catalog-category-view .cat-header-wrap .cat-header-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.catalog-category-view .cat-header-wrap .cat-header-overlay {
    background-color: rgba(13, 13, 13, .6)
}

.catalog-category-view #maincontent {
    padding-left: 0;
    padding-right: 0
}

.catalog-category-view #maincontent .messages {
    margin-top: 0
}

.catalog-category-view #maincontent .category-view {
    padding: 15px
}

.catalog-category-view #maincontent .category-view .category-description {
    width: 66.66667%;
    padding-left: .625rem;
    padding-right: .625rem;
    margin: 50px auto 0;
    float: none
}

@media screen and (min-width:40em) {
    .catalog-category-view #maincontent .category-view .category-description {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

.catalog-category-view #maincontent .category-view .category-description:last-child:not(:first-child) {
    float: right
}

@media screen and (max-width:39.9375em) {

    #maincontent form .catalog-category-view .cat-header-wrap .cat-header-inner .page-title-wrapper .legend,
    .catalog-category-view .cat-header-wrap .cat-header-inner .page-title-wrapper #maincontent form .legend,
    .catalog-category-view .cat-header-wrap .cat-header-inner .page-title-wrapper .modal-popup form .legend,
    .catalog-category-view .cat-header-wrap .cat-header-inner .page-title-wrapper .product-item .product-item-name,
    .catalog-category-view .cat-header-wrap .cat-header-inner .page-title-wrapper .reveal h3,
    .catalog-category-view .cat-header-wrap .cat-header-inner .page-title-wrapper body.checkout-cart-index .product-item-name,
    .catalog-category-view .cat-header-wrap .cat-header-inner .page-title-wrapper body.checkout-index-index #maincontent .opc-summary-wrapper .shipping-information-title,
    .catalog-category-view .cat-header-wrap .cat-header-inner .page-title-wrapper body.checkout-index-index #maincontent .step-title,
    .catalog-category-view .cat-header-wrap .cat-header-inner .page-title-wrapper h1,
    .modal-popup form .catalog-category-view .cat-header-wrap .cat-header-inner .page-title-wrapper .legend,
    .product-item .catalog-category-view .cat-header-wrap .cat-header-inner .page-title-wrapper .product-item-name,
    .reveal .catalog-category-view .cat-header-wrap .cat-header-inner .page-title-wrapper h3,
    body.checkout-cart-index .catalog-category-view .cat-header-wrap .cat-header-inner .page-title-wrapper .product-item-name,
    body.checkout-index-index #maincontent .catalog-category-view .cat-header-wrap .cat-header-inner .page-title-wrapper .step-title,
    body.checkout-index-index #maincontent .opc-summary-wrapper .catalog-category-view .cat-header-wrap .cat-header-inner .page-title-wrapper .shipping-information-title {
        color: #0d0d0d;
        top: 0;
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .catalog-category-view .cat-header-wrap .cat-header-image {
        position: relative;
        top: auto;
        left: auto;
        height: 300px
    }

    .catalog-category-view .cat-header-wrap .cat-header-overlay {
        height: auto
    }

    .catalog-category-view #maincontent .category-view .category-description {
        width: 100%;
        float: left;
        padding-left: .625rem;
        padding-right: .625rem
    }

    .catalog-category-view #maincontent .category-view .category-description:last-child:not(:first-child) {
        float: right
    }
}

@media screen and (max-width:39.9375em) and (min-width:40em) {
    .catalog-category-view #maincontent .category-view .category-description {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

.catalog-category-view #maincontent .columns {
    position: relative
}

.catalog-category-view #maincontent .columns .sidebar-main {
    background-color: #2453b3;
    color: #fefefe;
    position: absolute;
    height: 100%;
    left: 0;
    top: 79px;
    padding: 30px 0 0;
    margin-top: 0
}

.catalog-category-view #maincontent .columns .sidebar-main .filter-current strong {
    font-weight: 700;
    line-height: 1.1;
    font-size: 1.4rem;
    margin-top: 2rem;
    margin-bottom: 0;
    word-break: break-all;
    padding: 15px;
    text-transform: uppercase
}

.catalog-category-view #maincontent .columns .sidebar-main .filter-current .item {
    width: 100%;
    display: block;
    padding: 15px
}

.catalog-category-view #maincontent .columns .sidebar-main .filter-current .item .remove {
    float: right;
    color: #fefefe
}

.catalog-category-view #maincontent .columns .sidebar-main .filter-actions {
    width: 100%;
    display: block;
    padding: 15px
}

.catalog-category-view #maincontent .columns .sidebar-main .filter-actions a {
    color: #fefefe
}

.catalog-category-view #maincontent .columns .sidebar-main .filter-options .filter-options-title {
    padding: 15px;
    text-transform: uppercase
}

.catalog-category-view #maincontent .columns .sidebar-main .filter-options .filter-options-title i {
    float: right;
    display: none
}

.catalog-category-view #maincontent .columns .sidebar-main .filter-options .filter-options-title i:after {
    transition: max-height 1s;
    transition-timing-function: ease
}

.catalog-category-view #maincontent .columns .sidebar-main .filter-options .filter-options-content {
    margin: 0;
    max-height: 500px;
    transition: max-height 1s;
    transition-timing-function: ease;
    overflow: hidden
}

@media screen and (max-width:39.9375em),
screen and (min-width:40em) and (max-width:63.9375em) {
    .catalog-category-view #maincontent .columns .sidebar-main {
        position: relative;
        top: auto;
        left: auto;
        height: auto;
        width: 100%
    }

    .catalog-category-view #maincontent .columns .sidebar-main .filter-options .filter-options-title {
        cursor: pointer
    }

    .catalog-category-view #maincontent .columns .sidebar-main .filter-options .filter-options-title i {
        display: block
    }

    .catalog-category-view #maincontent .columns .sidebar-main .filter-options .filter-options-content.closed {
        max-height: 0
    }
}

.catalog-category-view #maincontent .columns .sidebar-main .filter-options .filter-options-content .items {
    padding: 0 0 25px
}

.catalog-category-view #maincontent .columns .sidebar-main .filter-options .filter-options-content .item a {
    width: 100%;
    display: block;
    padding: 15px
}

.catalog-category-view #maincontent .columns .sidebar-main .filter-options .filter-options-content .item a .count {
    color: #fefefe;
    display: none;
}

.catalog-category-view #maincontent .columns .sidebar-main .filter-options .filter-options-content .item a:hover {
    background-color: #003194;
    text-decoration: none
}

.catalog-category-view #maincontent .columns .sidebar-main .filter-options a {
    color: #fefefe
}

.catalog-category-view #maincontent .columns .main {
    width: 100%
}

.catalog-category-view #maincontent .columns .main .products-grid,
.catalog-category-view #maincontent .columns .main .products-list {
    border-top: 1px solid #cacaca;
    width: 83.33333333%;
    float: right;
    margin-top: 0;
    padding-top: 30px
}

@media screen and (max-width:39.9375em),
screen and (min-width:40em) and (max-width:63.9375em) {

    .catalog-category-view #maincontent .columns .main .products-grid,
    .catalog-category-view #maincontent .columns .main .products-list {
        width: 100% !important
    }
}

.catalog-category-view #maincontent .columns .main .products-list .product-items {
    display: block;
    margin-left: 0
}

.catalog-category-view #maincontent .columns .main .products-list .product-items .product-item-info {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    margin: 15px 0;
    padding: 15px 0
}

@media screen and (min-width:40em) {
    .catalog-category-view #maincontent .columns .main .products-list .product-items .product-item-info {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

.catalog-category-view #maincontent .columns .main .products-list .product-items .product-item-info:last-child:not(:first-child) {
    float: right
}

.catalog-category-view #maincontent .columns .main .products-list .product-items .product-item-info .product-item-photo {
    width: 33.33333%;
    float: left;
    padding: 0
}

@media screen and (min-width:40em) {
    .catalog-category-view #maincontent .columns .main .products-list .product-items .product-item-info .product-item-photo {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

.catalog-category-view #maincontent .columns .main .products-list .product-items .product-item-info .product-item-photo:last-child:not(:first-child) {
    float: right
}

.catalog-category-view #maincontent .columns .main .products-list .product-items .product-item-info .product-item-details {
    width: 66.66667%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem;
    height: 130px;
    position: absolute;
    margin: auto;
    right: 0;
    top: 0;
    bottom: 0
}

.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block
}

@media screen and (min-width:40em) {
    .catalog-category-view #maincontent .columns .main .products-list .product-items .product-item-info .product-item-details {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

.catalog-category-view #maincontent .columns .main .products-list .product-items .product-item-info .product-item-details:last-child:not(:first-child) {
    float: right
}

.catalog-category-view #maincontent .columns .main .products-grid {
    border-top: 1px solid #cacaca;
    width: 83.33333333%;
    float: right;
    margin-top: 0;
    padding-top: 30px
}

.catalog-category-view #maincontent .columns .main .products-grid .product-items .product-item {
    width: calc(100%/3);
    margin-left: 0;
    padding-left: calc((100% - 4 * 23.233%)/ 3)
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .catalog-category-view #maincontent .columns .main .products-grid .product-items .product-item {
        width: calc(100%/2)
    }

    .catalog-category-view #maincontent .columns .main .limiter {
        display: inline-block
    }
}

@media screen and (max-width:39.9375em) {
    .catalog-category-view #maincontent .columns .main .products-grid .product-items {
        margin-left: 0
    }

    .catalog-category-view #maincontent .columns .main .products-grid .product-items .product-item {
        width: 100%;
        padding-left: 0
    }

    .catalog-category-view #maincontent .columns .main .limiter {
        margin-left: 0;
        overflow: hidden;
        margin-bottom: 20px;
        text-align: left
    }
}

.catalog-category-view #maincontent .columns .main .products-grid .product-items .product-item .product-item-info {
    padding: 0
}

.catalog-category-view #maincontent .columns .main .products-grid .product-items .product-item .product-item-info .product-item-photo {
    max-height: 280px;
    overflow: hidden
}

.catalog-category-view #maincontent .columns .main .products-grid .product-items .product-item .product-item-info .product-item-photo .product-image-container {
    width: 100%
}

.catalog-category-view #maincontent .columns .main .products-grid .product-items .product-item .product-item-info .product-item-details {
    padding: 15px
}

.catalog-category-view #maincontent .columns .main .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name {
    min-height: 45px
}

.catalog-category-view #maincontent .columns .main .products-grid .product-items .product-item .product-item-info .product-item-details .price-box .price {
    color: #575757;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px
}

.catalog-category-view #maincontent .columns .main .limiter #limiter {
    min-width: 140px
}

.catalog-category-view #maincontent .columns .main .toolbar-products {
    margin-top: 20px;
    margin-bottom: 20px
}

@media screen and (max-width:39.9375em),
screen and (min-width:40em) and (max-width:63.9375em) {
    .catalog-category-view #maincontent .columns .main .toolbar-products {
        padding-top: 20px
    }
}

.catalog-category-view #maincontent .columns .main .toolbar-products .toolbar-amount {
    color: #0d0d0d
}

.catalog-category-view #maincontent .columns .main .toolbar-sorter {
    padding-top: 0;
    margin-left: 20px
}

@media screen and (min-width:40em) and (max-width:63.9375em) {

    .catalog-category-view #maincontent .columns .main .toolbar-products:last-child .limiter,
    .catalog-category-view #maincontent .columns .main .toolbar-products:last-child .toolbar-sorter {
        display: none
    }

    .catalog-category-view #maincontent .columns .main .toolbar-products .toolbar-amount {
        margin-bottom: 10px
    }

    .catalog-category-view #maincontent .columns .main .toolbar-sorter {
        display: inline-block
    }
}

.catalog-category-view #maincontent .columns .main .toolbar-sorter #sorter,
.catalog-category-view #maincontent .columns .main .toolbar-sorter .sorter-label {
    display: inline-block
}

.catalog-category-view #maincontent .columns .main .toolbar-sorter #sorter {
    min-width: 200px
}

@media screen and (max-width:39.9375em) {

    .catalog-category-view #maincontent .columns .main .limiter #limiter,
    .catalog-category-view #maincontent .columns .main .limiter .control {
        width: 240px;
        float: right
    }

    .catalog-category-view #maincontent .columns .main .toolbar-products .toolbar-amount {
        text-align: left;
        margin-bottom: 20px
    }

    .catalog-category-view #maincontent .columns .main .toolbar-sorter {
        margin-left: 0;
        overflow: hidden;
        margin-bottom: 20px;
        text-align: left
    }

    .catalog-category-view #maincontent .columns .main .toolbar-sorter #sorter {
        width: 240px;
        float: right
    }
}

.catalog-category-view #maincontent .columns .main .toolbar-products {
    display: block;
    width: 100%;
    overflow: hidden
}

@media screen and (max-width:39.9375em) {
    .catalog-category-view #maincontent .columns .main .toolbar-products {
        width: 100% !important
    }
}

.catalog-category-view #maincontent .columns .main .toolbar-products .pages {
    float: none
}

.catalog-category-view #maincontent .columns .main .toolbar-products .pages>.label {
    position: relative;
    height: auto;
    width: auto;
    overflow: visible;
    margin: 0 10px 0 0;
    font-weight: 400;
    vertical-align: middle
}

.catalog-category-view #maincontent .columns .main .toolbar-products .pages .item {
    vertical-align: middle
}

.catalog-category-view #maincontent .columns .main .toolbar-products .pages .item .page {
    padding: 0 10px;
    border: 1px solid #cacaca;
    color: #0d0d0d
}

.catalog-category-view #maincontent .columns .main .toolbar-products .pages .item.current .page {
    margin-right: 5px;
    background-color: #cacaca;
    color: #fefefe
}

.catalog-category-view #maincontent .columns .main .toolbar-products .pages .item.pages-item-next .next {
    margin-left: 5px
}

.catalog-category-view #maincontent .columns .main .toolbar-products .pages .item.pages-item-next .next:before {
    color: #0d0d0d
}

.products.wrapper~.toolbar {
    width: 83.33333333% !important;
    float: right
}

@media screen and (max-width:39.9375em),
screen and (min-width:40em) and (max-width:63.9375em) {
    .products.wrapper~.toolbar {
        width: 100% !important
    }
}

@media screen and (min-width:40em) and (max-width:63.9375em) {

    .products.wrapper~.toolbar .limiter,
    .products.wrapper~.toolbar .toolbar-sorter {
        display: none
    }
}

.products.wrapper~.toolbar .limiter {
    display: none
}

.catalog-product-view #maincontent .main .product-info-main .product-add-form .fieldset .actions,
.page-products .toolbar .limiter {
    display: block
}

.catalog-product-view #maincontent .main .media .gallery-placeholder {
    border: 1px solid #cacaca
}

.catalog-product-view #maincontent .main .page-title {
    margin-top: 0;
    padding-bottom: 10px
}

.catalog-product-view #maincontent .main .product-info-main .product-add-form .fieldset {
    border: none;
    padding: 1.25px 0;
    margin-top: 0
}

.catalog-product-view #maincontent .main .product-info-main .product-add-form .fieldset .label {
    font-weight: 400
}

.catalog-product-view #maincontent .main .product-info-main .product-add-form .fieldset .actions .tocart {
    background: #e6ba08;
    color: #0d0d0d;
    border: none;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 1rem
}

.catalog-product-view #maincontent .main .product-info-main .product-add-form .fieldset .actions .tocart .trolley {
    height: 18px;
    width: 26px;
    margin-right: 10px
}

.catalog-product-view #maincontent .main .product-info-main .sharing-bar {
    margin-bottom: 40px;
    margin-top: 30px
}

.catalog-product-view #maincontent .main .product-info-main .sharing-bar p {
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
    margin-bottom: 0
}

.catalog-product-view #maincontent .main .product-info-main .sharing-bar>div {
    display: inline-block;
    margin-left: 20px;
    height: 32px;
    width: 32px;
    vertical-align: middle
}

.catalog-product-view #maincontent .main .product-info-main .sharing-bar>div>div {
    height: 100%;
    width: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat
}

.catalog-product-view #maincontent .main .product-info-main .sharing-bar>div>div a {
    text-indent: -1000px;
    display: block;
    height: 100%;
    width: 100%
}

.catalog-product-view #maincontent .main .product-info-main .sharing-bar>div.facebook-share>div {
    background-image: url(/wp-content/themes/number-one-plates/assets/images/icons/facebook.png)
}

.catalog-product-view #maincontent .main .product-info-main .sharing-bar>div.twitter-share .tweet {
    background-image: url(/wp-content/themes/number-one-plates/assets/images/icons/twitter.png)
}

.catalog-product-view #maincontent .main .product-specs {
    width: 57%
}

.catalog-product-view #maincontent .main .product-specs table tr:nth-child(odd) {
    background-color: rgba(218, 218, 218, .5)
}

.catalog-product-view #maincontent .main .product-specs table tr:nth-child(even) {
    background-color: rgba(218, 218, 218, .25)
}

.catalog-product-view #maincontent .main .product-info-price .price {
    font-size: 1rem;
    color: #003194;
    font-weight: 400
}

.catalog-product-view #maincontent .main .trustpilot-reviews {
    padding: 30px 0;
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    margin-bottom: 40px
}

.catalog-product-view #maincontent .main .related .product-items {
    overflow: hidden
}

.catalog-product-view #maincontent .main .related .product-items li.product-item {
    margin: 0;
    width: 25%
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .catalog-product-view #maincontent .main .related .product-items li.product-item {
        width: 50%
    }
}

.catalog-product-view #maincontent .main .related .product-items li.product-item .product-item-info {
    border-color: #cacaca
}

.catalog-product-view #maincontent .main .related .product-items li.product-item .product-item-info .price {
    font-weight: 300;
    font-size: 1rem
}

.slick-slider {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    left: 0;
    top: 0
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

#kitchen-sink #kitchen-sink-nav,
.slick-arrow.slick-hidden {
    display: none
}

.reveal-overlay .slick-list {
    padding-bottom: 30px
}

.reveal-overlay .slick-arrow {
    position: absolute;
    bottom: 10px;
    left: 10px
}

.reveal-overlay .slick-next {
    left: auto;
    right: 10px
}

.reveal-overlay .slick-dots {
    display: none !important
}

body.home .sidebar {
    height: 100%;
    margin-top: 0
}

body.home .sidebar div {
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat
}

body.home #page h2 {
    margin-top: 0px
}

.actions-toolbar body.home #page .action,
.actions-toolbar body.home #page button,
body.home #page .actions-toolbar .action,
body.home #page .actions-toolbar button,
body.home #page .button {
    margin-top: 1.875rem;
    margin-bottom: 0
}

body.home .ls-wp-fullwidth-container h2 {
    font-size: 36px !important;
    margin-bottom: 20px !important
}

body.home .ls-wp-fullwidth-container h3 {
    top: 190px !important;
    font-weight: 400 !important;
    font-family: 'Open Sans'
}

@media screen and (max-width:39.9375em) {
    .catalog-product-view #maincontent .main .related .product-items li.product-item {
        width: 100%
    }

    body.home .ls-wp-fullwidth-container .ls-container h3 {
        margin-top: 10px !important
    }
}

body.home .ls-wp-fullwidth-container .ls-nav-next {
    background-image: url(/wp-content/themes/number-one-plates/assets/images/arrow-right.png);
    background-repeat: no-repeat;
    background-position: 0
}

body.home .ls-wp-fullwidth-container .ls-nav-prev {
    background-image: url(/wp-content/themes/number-one-plates/assets/images/arrow-left.png);
    background-repeat: no-repeat;
    background-position: 0
}

body.home .get-started {
    margin-top: 3.125rem;
}

body.home .get-started .intro {
    margin-bottom: 2.5rem
}

body.home .get-started .intro h3 {
    margin-top: 0 !important;
    width: 66.66%
}

body.home .get-started .intro a {
    text-decoration: underline;
    font-weight: 600
}

body.home .get-started .intro p {
    width: 66.66%
}

body.home .get-started>div {
    margin-bottom: .9375rem
}

body.home .get-started>div>div {
    background-color: #ededed;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    height: 13.9375rem
}

body.home .get-started .build-plate {
    margin-bottom: 1.875rem
}

body.home .get-started footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .8)
}

body.home .get-started footer h3 {
    text-transform: uppercase;
    color: #fefefe;
    float: left;
    margin: 0 !important;
    font-size: 22px !important;
    line-height: 4.375rem;
    padding-left: .9375rem
}

#kitchen-sink #components:last-child:not(:first-child),
#kitchen-sink header:last-child:not(:first-child) {
    float: right
}

.actions-toolbar body.home .get-started footer .action,
.actions-toolbar body.home .get-started footer button,
body.checkout-index-index #maincontent .actions-toolbar body.home .get-started footer .button,
body.home .get-started footer .actions-toolbar .action,
body.home .get-started footer .actions-toolbar button,
body.home .get-started footer .button,
body.home .get-started footer body.checkout-index-index #maincontent .actions-toolbar .button {
    float: right;
    margin: .9375rem !important
}

@media screen and (max-width:39.9375em) {
    body.home .get-started {
        margin-bottom: 1.5625rem;
        margin-top: 1.5625rem
    }

    body.home .get-started .intro {
        padding: 0 1.25rem;
        margin-bottom: 1.5625rem
    }

    body.home .get-started .intro>* {
        width: 100% !important
    }

    body.home .get-started .build-plate {
        padding: 0;
        margin-bottom: 0
    }

    body.home .ls-container {
        z-index: 10
    }

    body.home .ls-container h2,
    body.home .ls-container h3 {
        font-size: 1.5625rem !important;
        white-space: normal !important;
        position: relative;
        left: 0 !important;
        top: 2.5rem !important;
        text-align: center;
        width: 80% !important;
        margin: auto !important
    }

    body.home .ls-container h3 {
        font-size: .9375rem !important;
        font-weight: 300
    }

    body.home #page {
        margin-top: 1.5625rem;
        padding-bottom: 1.5625rem
    }

    body.home #page article {
        padding: 0 1.25rem
    }

    .actions-toolbar body.home #page article a.action,
    body.home #page article .actions-toolbar a.action,
    body.home #page article a.button {
        width: 100%
    }
}

#kitchen-sink #components,
#kitchen-sink header {
    float: left;
    padding-left: .625rem;
    padding-right: .625rem;
    width: 100%
}

#kitchen-sink {
    max-width: 76.875rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem
}

#kitchen-sink header .lead {
    font-size: 125%;
    line-height: 1.6
}

#kitchen-sink #components hr {
    margin: 3rem 0
}

@media screen and (min-width:40em) {

    #kitchen-sink #components,
    #kitchen-sink header {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

@media screen and (min-width:64em) {
    #kitchen-sink #components {
        width: 75%;
        float: left;
        padding-left: .625rem;
        padding-right: .625rem
    }

    #kitchen-sink #components:last-child:not(:first-child) {
        float: right
    }
}

@media screen and (min-width:64em) {
    #kitchen-sink #kitchen-sink-nav {
        width: 25%;
        padding-left: .625rem;
        padding-right: .625rem;
        display: block;
        float: right
    }
}

@media screen and (min-width:64em) and (min-width:40em) {

    #kitchen-sink #components,
    #kitchen-sink #kitchen-sink-nav {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

@media screen and (min-width:64em) {
    #kitchen-sink #kitchen-sink-nav:last-child:not(:first-child) {
        float: right
    }

    #kitchen-sink #kitchen-sink-nav .docs-sub-menu {
        font-size: .85rem;
        margin-top: 1rem
    }

    #kitchen-sink #kitchen-sink-nav .docs-menu-title {
        text-transform: uppercase;
        font-size: .75rem;
        color: #999;
        font-weight: 700;
        line-height: 1;
        padding-left: .9rem;
        margin-bottom: .5rem;
        border-top: 1px solid #e9e9e9;
        margin-top: 1rem;
        padding-top: 1.5rem
    }

    #kitchen-sink #kitchen-sink-nav .docs-toc {
        width: 100%;
        padding-left: 4rem;
        padding-right: 1rem
    }

    #kitchen-sink #kitchen-sink-nav .docs-toc .active {
        background: #2199e8;
        color: #fff
    }

    #kitchen-sink #kitchen-sink-nav .docs-toc .docs-sub-menu:first-child .docs-menu-title {
        margin-top: 0;
        border-top: 0;
        padding-top: 0
    }
}

#page,
#page-faqs,
#page-full-width,
#page-sidebar-left,
#single-post {
    max-width: 76.875rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem
}

#page .main-content {
    float: left !important;
    width: 100%;
    padding-left: .625rem;
    padding-right: .625rem
}

#page .main-content:last-child:not(:first-child) {
    float: right
}

@media screen and (min-width:40em) {
    #page .main-content {
        width: 66.66667%;
        float: left;
        padding-left: .625rem;
        padding-right: .625rem
    }

    #page .main-content:last-child:not(:first-child) {
        float: right
    }
}

@media screen and (min-width:40em) and (min-width:40em) {
    #page .main-content {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

#page-sidebar-left .main-content {
    width: 100%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem
}

#page-sidebar-left .main-content:last-child:not(:first-child) {
    float: right
}

@media screen and (min-width:40em) {
    #page-sidebar-left .main-content {
        width: 66.66667%;
        float: left;
        padding-left: .625rem;
        padding-right: .625rem
    }

    #page-sidebar-left .main-content:last-child:not(:first-child) {
        float: right
    }
}

@media screen and (min-width:40em) and (min-width:40em) {
    #page-sidebar-left .main-content {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

#page-full-width .main-content {
    width: 100%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem
}

#page-full-width .main-content:last-child:not(:first-child) {
    float: right
}

@media screen and (min-width:40em) {
    #page-full-width .main-content {
        width: 66.66667%;
        float: left;
        padding-left: .625rem;
        padding-right: .625rem
    }

    #page-full-width .main-content:last-child:not(:first-child) {
        float: right
    }
}

@media screen and (min-width:40em) and (min-width:40em) {
    #page-full-width .main-content {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

#single-post .main-content {
    width: 100%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem
}

#single-post .main-content:last-child:not(:first-child) {
    float: right
}

@media screen and (min-width:40em) {
    #single-post .main-content {
        width: 66.66667%;
        float: left;
        padding-left: .625rem;
        padding-right: .625rem
    }

    #single-post .main-content:last-child:not(:first-child) {
        float: right
    }
}

@media screen and (min-width:40em) and (min-width:40em) {
    #single-post .main-content {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

#page-faqs .main-content {
    width: 66.66667%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem
}

@media screen and (min-width:40em) {
    #page-faqs .main-content {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

#page-faqs .main-content:last-child:not(:first-child) {
    float: right
}

@media screen and (max-width:39.9375em) {
    #page-faqs .main-content {
        width: 100%;
        float: left;
        padding-left: .625rem;
        padding-right: .625rem
    }

    #page-faqs .main-content:last-child:not(:first-child) {
        float: right
    }
}

@media screen and (max-width:39.9375em) and (min-width:40em) {
    #page-faqs .main-content {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

#page-cherished article.main-content {
    padding-bottom: 0
}

#page-cherished article #cherished-content .entry-content {
    display: block;
    overflow: hidden;
    padding: 20px
}

#page-cherished article #cherished-content .entry-content h3 {
    font-size: 22px;
    font-weight: 400;
    color: #0d0d0d
}

#maincontent form #page-cherished article #cherished-content .entry-content .legend,
#page-cherished article #cherished-content .entry-content #maincontent form .legend,
#page-cherished article #cherished-content .entry-content .cherished-text,
#page-cherished article #cherished-content .entry-content .modal-popup form .legend,
#page-cherished article #cherished-content .entry-content .product-item .product-item-name,
#page-cherished article #cherished-content .entry-content .reveal h3,
#page-cherished article #cherished-content .entry-content body.checkout-cart-index .product-item-name,
#page-cherished article #cherished-content .entry-content body.checkout-index-index #maincontent .opc-summary-wrapper .shipping-information-title,
#page-cherished article #cherished-content .entry-content body.checkout-index-index #maincontent .step-title,
#page-cherished article #cherished-content .entry-content h1,
#page-cherished article #cherished-content .entry-content h3,
.modal-popup form #page-cherished article #cherished-content .entry-content .legend,
.product-item #page-cherished article #cherished-content .entry-content .product-item-name,
.reveal #page-cherished article #cherished-content .entry-content h3,
body.checkout-cart-index #page-cherished article #cherished-content .entry-content .product-item-name,
body.checkout-index-index #maincontent #page-cherished article #cherished-content .entry-content .step-title,
body.checkout-index-index #maincontent .opc-summary-wrapper #page-cherished article #cherished-content .entry-content .shipping-information-title {
    float: right
}

#page-cherished article #cherished-content img {
    width: 100%
}

#page-cherished article #cherished-favourites {
    background: #003194;
    background: linear-gradient(45deg, #3269ad 0, #2454b3 100%);
    padding: 20px 0
}

#page-cherished article #cherished-favourites h2 {
    color: #fefefe;
    padding: 0 15px
}

#page-cherished article #cherished-favourites .plate.featured {
    padding: 20px 30px
}

#page-cherished article #cherished-favourites .plate.featured .row {
    background: #fefefe;
    height: 150px
}

#page-cherished article #cherished-favourites .plate.featured .row .registration .reg-plate {
    height: 110px
}

#page-cherished article #cherished-favourites .plate.featured .row .registration .reg-plate .plate-bg {
    width: 210px
}

#page-cherished article #cherished-favourites .plate.featured .row .registration .reg-plate .plate-bg.front {
    background-image: url(../images/plate-front.png)
}

#page-cherished article #cherished-favourites .plate.featured .row .registration .reg-plate .plate-bg.back,
#page-cherished article #cherished-plates .cherished-table .plate:nth-child(odd) .registration .reg-plate {
    background-image: url(../images/plate-back.png)
}

#page-cherished article #cherished-favourites .plate.featured .row .registration .reg-plate .plate-bg p {
    margin-bottom: 0
}

#page-cherished article #cherished-favourites .plate.featured .row .price .price-plate {
    text-align: right
}

#page-cherished article #cherished-favourites .plate.featured .row .price .price-plate p {
    padding-left: 10px
}

#page-cherished article #cherished-favourites .plate.featured .row .actions .call {
    height: 75px
}

@media screen and (max-width:39.9375em) {

    #maincontent form #page-cherished article #cherished-content .entry-content .legend,
    #page-cherished article #cherished-content .entry-content #maincontent form .legend,
    #page-cherished article #cherished-content .entry-content .cherished-text,
    #page-cherished article #cherished-content .entry-content .modal-popup form .legend,
    #page-cherished article #cherished-content .entry-content .product-item .product-item-name,
    #page-cherished article #cherished-content .entry-content .reveal h3,
    #page-cherished article #cherished-content .entry-content body.checkout-cart-index .product-item-name,
    #page-cherished article #cherished-content .entry-content body.checkout-index-index #maincontent .opc-summary-wrapper .shipping-information-title,
    #page-cherished article #cherished-content .entry-content body.checkout-index-index #maincontent .step-title,
    #page-cherished article #cherished-content .entry-content h1,
    #page-cherished article #cherished-content .entry-content h3,
    .modal-popup form #page-cherished article #cherished-content .entry-content .legend,
    .product-item #page-cherished article #cherished-content .entry-content .product-item-name,
    .reveal #page-cherished article #cherished-content .entry-content h3,
    body.checkout-cart-index #page-cherished article #cherished-content .entry-content .product-item-name,
    body.checkout-index-index #maincontent #page-cherished article #cherished-content .entry-content .step-title,
    body.checkout-index-index #maincontent .opc-summary-wrapper #page-cherished article #cherished-content .entry-content .shipping-information-title {
        float: none
    }

    #page-cherished article #cherished-favourites .plate.featured .row .registration .reg-plate .plate-bg {
        width: 100%
    }

    #page-cherished article #cherished-favourites .plate.featured .row .registration {
        margin-bottom: 20px
    }

    #page-cherished article #cherished-favourites .plate.featured .row .actions .call p {
        width: 50%;
        float: left;
        display: block;
        padding: 0 10px
    }

    #page-cherished article #cherished-favourites .plate.featured .row .actions .call p a {
        padding-left: 10px !important;
        padding-right: 10px !important
    }

    #page-cherished article #cherished-favourites .plate.featured .row {
        height: auto;
        padding: 10px
    }

    #page-cherished article #cherished-favourites .plate.featured .row .actions {
        overflow: hidden
    }
}

#page-cherished article #cherished-favourites .plate.featured .row .actions .call a {
    width: 100%
}

#page-cherished article #cherished-plates {
    padding: 50px 0
}

#page-cherished article #cherished-plates .cherished-table .plate {
    height: 80px;
    border-bottom: 1px solid #dbdbdb
}

#page-cherished article #cherished-plates .cherished-table .plate .actions .call,
#page-cherished article #cherished-plates .cherished-table .plate .registration .reg-plate {
    height: 45px
}

#page-cherished article #cherished-plates .cherished-table .plate:nth-child(odd) {
    background-color: #f0f0f0
}

#page-cherished article #cherished-plates .cherished-table .plate:nth-child(even) {
    background-color: #fafafa
}

#page-cherished article #cherished-plates .cherished-table .plate:nth-child(even) .registration .reg-plate {
    background-image: url(../images/plate-front.png)
}

#page-cherished article #cherished-plates .cherished-table .plate .registration .reg-plate p {
    line-height: 40px
}

@media screen and (max-width:39.9375em) {
    #page-cherished article #cherished-plates .cherished-table .plate .registration .reg-plate p {
        font-size: 25px
    }
}

#page-cherished article #cherished-plates .cherished-table .plate .actions .call p {
    font-size: 16px
}

#page-cherished article #cherished-plates .cherished-table .plate .actions .call a {
    margin-left: 20px
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    #page-cherished article #cherished-plates .cherished-table .plate .price p {
        padding-left: 10px
    }

    #page-cherished article #cherished-plates .cherished-table .plate .actions .call {
        height: 70px
    }
}

@media screen and (max-width:39.9375em) {
    #page-cherished article #cherished-plates .cherished-table .plate .actions .call {
        height: auto
    }

    #page-cherished article #cherished-plates .cherished-table .plate {
        height: auto;
        padding: 10px
    }
}

#page-cherished article .plate .actions,
#page-cherished article .plate .price,
#page-cherished article .plate .registration {
    height: 100%;
    display: block;
    position: relative
}

#page-cherished article .plate .actions .call,
#page-cherished article .plate .actions .price-plate,
#page-cherished article .plate .actions .reg-plate,
#page-cherished article .plate .price .call,
#page-cherished article .plate .price .price-plate,
#page-cherished article .plate .price .reg-plate,
#page-cherished article .plate .registration .call,
#page-cherished article .plate .registration .price-plate,
#page-cherished article .plate .registration .reg-plate {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    vertical-align: middle
}

#page-cherished article .plate .actions .call p,
#page-cherished article .plate .actions .price-plate p,
#page-cherished article .plate .actions .reg-plate p,
#page-cherished article .plate .price .call p,
#page-cherished article .plate .price .price-plate p,
#page-cherished article .plate .price .reg-plate p,
#page-cherished article .plate .registration .call p,
#page-cherished article .plate .registration .price-plate p,
#page-cherished article .plate .registration .reg-plate p {
    padding-top: 3px
}

@media screen and (max-width:39.9375em) {

    #page-cherished article .plate .actions,
    #page-cherished article .plate .price,
    #page-cherished article .plate .registration {
        height: auto
    }

    #page-cherished article .plate .actions .call,
    #page-cherished article .plate .actions .price-plate,
    #page-cherished article .plate .actions .reg-plate,
    #page-cherished article .plate .price .call,
    #page-cherished article .plate .price .price-plate,
    #page-cherished article .plate .price .reg-plate,
    #page-cherished article .plate .registration .call,
    #page-cherished article .plate .registration .price-plate,
    #page-cherished article .plate .registration .reg-plate {
        position: relative;
        top: auto;
        bottom: auto
    }
}

#page-cherished article .plate .registration .reg-plate {
    max-width: 100%
}

#page-cherished article .plate .registration .reg-plate p {
    font-family: 'Number Plate';
    font-size: 36px
}

#page-cherished article .plate .registration .reg-plate .plate-bg,
#page-cherished article .plate .registration .reg-plate.plate-bg {
    max-width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 250px;
    text-align: center
}

#page-cherished article .plate .price .price-plate {
    height: 33px
}

#page-cherished article .plate .price .price-plate p {
    color: #093;
    font-size: 24px
}

#page-cherished article .plate .actions .call p {
    font-size: 14px;
    color: #0d0d0d
}

#page-cherished article .plate .actions .call p a {
    text-decoration: none;
    font-size: 14px;
    color: #0d0d0d;
    font-weight: 400
}

#page-cherished article .plate .actions .call p a.border {
    border: none !important;
    height: auto;
    display: inline;
    background-color: transparent;
    width: auto;
    padding: 0 !important;
    font-weight: 400;
    margin-left: 0
}

@media screen and (max-width:39.9375em) {
    #page-cherished article .plate .price .price-plate {
        text-align: right
    }

    #page-cherished article .plate .actions .call p {
        margin-bottom: 0;
        margin-top: 20px
    }

    #page-cherished article .plate .actions .call p .actions-toolbar a.action,
    #page-cherished article .plate .actions .call p a.button,
    .actions-toolbar #page-cherished article .plate .actions .call p a.action {
        margin-bottom: 0
    }

    #page-cherished article .plate .actions .call p .actions-toolbar a.border.action,
    #page-cherished article .plate .actions .call p a.button.border,
    .actions-toolbar #page-cherished article .plate .actions .call p a.border.action {
        padding: 14px 20px !important;
        margin-bottom: 0;
        width: 40%;
        margin-left: 0 !important;
        border: 1px solid #0d0d0d !important;
        display: block;
        float: left
    }

    #page-cherished article .plate .actions .call p .actions-toolbar a.enquire.action,
    #page-cherished article .plate .actions .call p a.button.enquire,
    .actions-toolbar #page-cherished article .plate .actions .call p a.enquire.action {
        float: right;
        width: 50%
    }

    #page-cherished article .plate .actions .call p .number {
        display: none
    }
}

.cart-container .form-cart .action,
.cart-container .form-cart .action.continue,
.cart.table-wrapper .actions-toolbar>.action {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color .25s ease-out, color .25s ease-out;
    vertical-align: middle;
    padding: .8em 1.25em;
    font-size: .9rem;
    font-weight: 600;
    color: #fefefe
}

.cart-container .form-cart .action,
.cart-container .form-cart .action.continue {
    border: 1px solid transparent;
    border-radius: 0;
    margin: 0 0 1rem;
    background-color: #2453B3
}

.cart-container .form-cart .action.continue:active,
.cart-container .form-cart .action.continue:focus,
.cart-container .form-cart .action.continue:hover,
.cart-container .form-cart .action:active,
.cart-container .form-cart .action:focus,
.cart-container .form-cart .action:hover {
    background-color: #002a7e;
    color: #fefefe;
    box-shadow: none
}

.cart.table-wrapper .actions-toolbar>.action {
    border: 1px solid transparent;
    border-radius: 0;
    margin: 0;
    background-color: #2453B3
}

.cart.table-wrapper .actions-toolbar>.action:active,
.cart.table-wrapper .actions-toolbar>.action:focus,
.cart.table-wrapper .actions-toolbar>.action:hover {
    background-color: #002a7e;
    color: #fefefe;
    box-shadow: none
}

.cart.table-wrapper th.col {
    padding-top: .5rem
}

.cart-summary .title strong,
body.checkout-index-index #maincontent .opc-summary-wrapper .title strong {
    font-size: 1rem !important
}

.cart-summary .checkout-methods-items .action.primary,
body.checkout-index-index #maincontent .opc-summary-wrapper .checkout-methods-items .action.primary {
    font-size: 1.125rem;
    line-height: 1.3125rem
}

.dropdown-checkout {
    justify-content: center !important;
    display: flex;
    flex-direction: column;
    background-position: left top;
    background-size: cover;
    background-repeat: nrepeat;
    background-attachment: scroll;
    width: 50%;
    align-self: stretch;
    margin-top: 20px;
}

.pagebuilder-column-group {
    display: flex;
    flex-direction: row;
    background-color: #f4f4f4;
    padding: 20px 30px;
    margin: 10px 0px;
    align-content: center;
}

div#date_confirm_container {
    flex-wrap: wrap;
    background-color: #f4f4f4;
    padding: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.pagebuilder-column.dropdown-checkout {
    padding: 0 10px;
}

h2.checkout-h2 {
    margin-top: 0px;
}

.basket .loading i,
li,
p {
    font-size: .9375rem
}

.basket .loading {
    display: none;
    padding: 0;
    margin: 0
}

body.cms-no-route #maincontent ol>li,
body.cms-no-route #maincontent ul>li {
    margin-bottom: 0
}

h3 {
    font-weight: 700
}

#page-cherished article .plate .price .price-plate p {
    color: #093;
    font-size: 19px;
    margin: 0;
}

#page-cherished article .plate .price .price-plate {
    height: auto;
}

.table-heading {
    display: block;
    width: 100%;
    background: linear-gradient(45deg, #3269ad 0, #2454b3 100%);
}

.table-heading {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    padding: 10px 0;
}

.standard-plate-style p {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    padding: 35px 0;
}

#page-cherished article #cherished-plates .cherished-table .plate .actions .call a {
    margin-left: 0
}

#page-cherished article #cherished-plates .cherished-table .plate .actions .call {
    height: auto;
}

#page-cherished article #cherished-plates .cherished-table .plate {
    height: 100px;
}

#page-cherished article .plate .price .price-plate p {
    margin: 26px 0 0 0;
}

#page-cherished article #cherished-plates .cherished-table .plate .actions .call p {
    margin: 4px 0 0 0;
}

#page-cherished article .plate .price .price-plate p.vat {
    font-size: 14px;
    color: #000;
    font-weight: 600;
}

.standard-plate-price p {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    padding: 15px 0;
    margin: 0;
}

.standard-plate-price p.dvla-fee {
    font-size: 13px;
    padding: 0;
    font-weight: 400;
}

#builder-menu-internal input[type=text],
#builder-menu-internal input[type=number],
#builder-menu-internal textarea {
    font-size: 16px;
}

@media screen and (max-width:1100px) {
    #page-cherished article #cherished-plates .cherished-table .plate {
        height: auto;
    }

    #page-cherished article .plate .actions,
    #page-cherished article .plate .price,
    #page-cherished article .plate .registration {
        width: 100% !important;
    }

    .table-heading {
        display: none;
    }

    #page-cherished article #cherished-plates .cherished-table .plate .registration .reg-plate {
        height: 45px;
        margin: 14px 0 0 0;
        position: relative;
    }

    .standard-plate-style p {
        padding: 15px 0;
        margin: 0;
    }

    #page-cherished article .plate .price .price-plate {
        position: relative;
    }

    #page-cherished article .plate .price .price-plate p {
        margin: 0;
    }

    #page-cherished article .plate .actions .call {
        position: relative;
        margin: 0 0 0 10px
    }

    #page-cherished article .plate .price .price-plate {
        text-align: left;
    }
}

#masthead {
    background-color: #ffffff;
    background-size: cover;
}

.topmost-container {
    position: relative;
}

.presents {
    position: absolute;
    width: 134px;
    height: 96px;
    background: url('../assets/images/presents.png') no-repeat;
    bottom: 0;
    left: 261px;
    z-index: 1;
}

#maincontent #builder-menu #builder-menu-internal .seven-slogan {
    display: none;
}

@media only screen and (max-width: 810px) {
    .presents {
        width: 86px;
        height: 61px;
        background-size: 100%;
        left: 25%
    }
}

@media only screen and (max-width:640px) {
    .presents {
        left: 51%
    }

    #masthead>#topmost .topmost-container {
        background: none;
    }
}

@media only screen and (max-width:410px) {
    .presents {
        width: 63px;
        height: 45px;
        left: 46%;
    }
}

.logo {
    padding-top: 20px;
}

.logo {
    padding: 5.3rem 0;
}

.slogan-colours {
    min-height: 220px !important;
    height: 220px !important;
}

@media screen and (max-width:800px) {
    .logo {
        padding: 3rem 0;
    }

    .slogan-colours {
        height: unset;
    }
}

@media screen and (max-width:650px) {
    .logo {
        padding: 2rem 0;
        width: 100%;
        margin-top: 20px;
    }

    .call-us a i {
        font-size: 35px;
    }
}

.fa-phone:before {
    content: "ï‚•";
    font-size: 35px;
}

.page-products .columns {
    padding-top: 0px;
    position: relative;
    z-index: 1;
}

.page-products .logo {
    padding-top: 5rem;
}

#masthead>#topmost .topmost-container>#tagline {
    padding: 0rem 0;
    padding-top: 1rem;
}

.tp-widget-wrapper.visible {
    opacity: 1;
    margin-top: 25px;
}

@media screen and (max-width:39.9375em) {
    .call-us {
        text-align: left;
        margin-left: 10px;
    }
}

.seven-slogan {
    display: none;
}

@media screen and (max-width:800px) {
    .call-us {
        text-align: left;
        margin-left: 10px;
        color: black;
        width: auto;
        padding: 0;
    }
}

@media screen and (max-width:800px) {
    .call-us a {
        margin-right: 21px;
        margin: 1.2rem 1.9375rem 0 0;
        display: inline-block;
        color: black;
        font-size: 26px;
    }
}

.fa-phone:before {
    content: "ï‚•";
    padding: 15px;
}

@media screen and (max-width:650px) {
    .page-products .columns {
        padding-top: 0rem;
        position: relative;
        z-index: 1;
    }
}

body.home .get-started .intro h2 {
    margin-top: 0 !important;
    width: 98%;
}

body.home .get-started .intro p {
    width: 98%;
}

#footer-container #footer {
    max-width: 76.875rem;
    margin-left: auto;
    margin-right: auto;
    padding: 45px;
}

#footer-container #footer p.copyright-desktop {
    font-size: 13px;
    margin-top: 10px;
    text-align: center;
}

#footer-container #footer .social-icons {
    margin-top: 20px;
    float: left;
    margin-left: 15px;
}

.textwidget {
    margin-top: 35px;
    margin-bottom: 15px;
}

.plate-sidebar {
    margin-top: 35px;
    background-color: #003194;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    display: inline;
    width: 40%;
    margin-bottom: 40px;
}

h3.widget-title {
    margin-bottom: 15px;
}

#page-sidebar-left .main-content p:first-child,
#single-post .main-content p:first-child {
    font-size: 1.0625rem;
    margin-top: 25px;
}

@media screen and (min-width:40em) {
    .contplatmain {
        width: 60%;
        float: left;
        padding-right: 35px;
    }

    column.row.row,
    .row.row.columns {
        float: left;
    }
}

@media screen and (max-width:40em) {
    .contplatmain {
        width: 98%;
        float: left;
    }

    column.row.row,
    .row.row.columns {
        float: left;
    }

    .plate-sidebar {
        margin-top: 35px;
        background-color: #003194;
        color: white;
        padding-left: 20px;
        padding-right: 20px;
        float: left;
        display: inline;
        width: 100%;
        margin-bottom: 40px;
    }
}

h3.widget-title {
    margin-bottom: 15px;
    margin-top: 20px;
    font-size: 22px;
}

.buttonwid {
    background-color: #e6ba08;
    color: black;
    margin: auto;
    width: 50%;
    text-align: center;
    padding: 18px;
    font-weight: 600;
    font-decoration: capitalization;
    text-transform: uppercase;
    border: 3px black solid;
}

@media screen and (max-width:40em) {
    .buttonwid {
        width: 96%;
    }
}

.buttonwid:hover {
    color: white;
    margin: auto;
    width: 50%;
    text-align: center;
    padding: 18px;
    font-weight: 600;
    font-decoration: capitalization;
    text-transform: uppercase;
    border: 3px white solid;
}

.buttonwid a {
    color: black;
    font-weight: bold;
    font-family: 'Francois One', sans-serif;
}

.buttonwid a:hover {
    color: white;
    font-weight: bold;
    font-family: 'Francois One', sans-serif;
}

h2 {
    font-size: 2.5rem;
    margin-top: 30px;
}

.button.yellow {
    margin-top: 15px;
    padding: 24px;
}

.button.yellow:hover {
    margin-top: 15px;
    padding: 24px;
    color: white;
}

@media screen and (max-width:39.9375em) {
    #footer-container #footer .copyright img {
        height: auto;
        width: auto;
    }
}

.actions-toolbar .yellow.action,
.actions-toolbar button.yellow,
.button.yellow,
body.checkout-index-index #maincontent .actions-toolbar .yellow.button {
    background: #e6ba08;
    background: -webkit-gradient(left bottom, right top, color-stop(0, #e6ba08), color-stop(100%, #fecd09));
    background: linear-gradient(45deg, #e6ba08 0, #fecd09 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6ba08', endColorstr='#fecd09', GradientType=1);
    color: #0d0d0d;
    text-transform: uppercase;
    padding: 20px 32px !important;
}

#page-sidebar-left .main-content p:first-child,
#single-post .main-content p:first-child {
    font-size: .9375rem;
    margin-top: 25px;
    font-weight: bold;
}

#masthead>#topmost .topmost-container>#opening p {
    line-height: 1.2;
    display: block;
    float: right;
    margin-right: 8.75rem;
    font-weight: bold;
}

body.builder-index-index #builder-testimonials .row {
    position: relative;
    overflow: hidden;
    padding: 50px 0;
}

@media screen and (max-width:650px) {
    .logo {
        width: 100%;
        margin-top: 20px;
    }
}

@media screen and (max-width:400px) {
    .call-us a {
        font-size: 20px;
    }
}

@media screen and (max-width:320px) {
    .call-us a {
        font-size: 16px;
    }
}

#maincontent #builder-menu #builder-menu-internal .vertical.menu .block-title {
    margin: auto;
    text-align: center;
    margin-top: 20px;
}

.logo {
    max-width: 100%;
    height: 100px;
}

@media screen and (max-width:39.9375em) {
    #masthead>#topmost .topmost-container {
        /*background-color:white;*/
    }
}

@media screen and (max-width:39.9375em) {

    .actions-toolbar .reveal .actions .action,
    .actions-toolbar .reveal .actions button,
    .reveal .actions .actions-toolbar .action,
    .reveal .actions .actions-toolbar button,
    .reveal .actions .button,
    .reveal .actions body.checkout-index-index #maincontent .actions-toolbar .button,
    body.checkout-index-index #maincontent .actions-toolbar .reveal .actions .button {
        width: 100%;
        margin-bottom: 10px;
    }
}

.actions-toolbar .cart-summary .action,
.actions-toolbar .cart-summary button,
.actions-toolbar body.checkout-index-index #maincontent .opc-summary-wrapper .action,
.actions-toolbar body.checkout-index-index #maincontent .opc-summary-wrapper button,
.cart-summary .actions-toolbar .action,
.cart-summary .actions-toolbar button,
.cart-summary .button,
.cart-summary body.checkout-index-index #maincontent .actions-toolbar .button,
body.checkout-index-index #maincontent .actions-toolbar .cart-summary .button,
body.checkout-index-index #maincontent .opc-summary-wrapper .actions-toolbar .action,
body.checkout-index-index #maincontent .opc-summary-wrapper .actions-toolbar button,
body.checkout-index-index #maincontent .opc-summary-wrapper .button {
    background: #fc0;
    color: #0d0d0d;
    font-size: 0.875 !important;
}

.actions-toolbar .action,
.actions-toolbar .button,
.actions-toolbar button,
.button,
body.checkout-index-index #maincontent .actions-toolbar .button {
    text-transform: uppercase;
    font-weight: 700 !important;
    text-decoration: none !important;
    border: 0 !important;
    font-size: .875rem !important;
    white-space: nowrap;
    padding: 15px 13px !important;
    border-radius: 0 !important;
    line-height: 1 !important;
}

@media (min-width:768px),
print {
    .cart-summary {
        float: right;
        position: relative;
        width: 25%;
    }
}

input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
    height: 50px;
}

#builder-menu-internal input[type=text],
#builder-menu-internal input[type=number],
#builder-menu-internal textarea {
    font-size: 24px;
}

@media screen and (max-width:39.9375em) {
    .is-drilldown {
        position: initial;
        overflow: hidden;
    }

    #maincontent #builder-menu #builder-menu-internal .is-drilldown {
        min-height: 500px;
    }
}

#builder-border div[data-id="16"] {
    display: none;
}

@media only screen and (max-width: 850px) and (min-width: 750px) {
    img.builder-small-plate {
        width: 45%;
    }

    #maincontent #builder-menu #builder-menu-internal {
        background: #2453B3;
        height: 755px;
        padding: 0;
        position: relative;
        z-index: 100;
    }

    #maincontent #builder-menu #builder-menu-internal .vertical.menu .is-drilldown-submenu {
        background: #2453B3;
        height: 80%;
    }
}

@media only screen and (max-width:768px) {
    .ac-widget {
        display: none !important;
    }

    #builder-menu-drilldown::after {
        content: '';
        position: relative;
        padding-top: 10px;
        text-align: center;
        display: block;
    }

    div.is-drilldown::after {
        content: '\f063';
        position: relative;
        display: block;
        text-align: center;
        font-family: 'FontAwesome';
        font-size: 30px;
        padding-top: 20px;
    }
}

body.signs .fotorama__stage__frame {
    background-color: #aaaaaa;
}

body.signs .fotorama__stage__frame .fotorama__img {
    background-color: #ffffff;
    padding: 10px;
    border-radius: 10px;
}

body.home #page {
    margin-top: 0px !important;
    padding-bottom: 0px !important;
}

body.postid-3046 #featured-hero {
    height: 25rem !important;
}

.reveal.large {
    width: 80%;
    max-width: 76.875rem;
}

.reveal .products-grid .products .item {
    width: 25%;
    margin: 0;
}

.reveal .product-item .product-item-info {
    width: auto;
    margin: 5px;
    border: 1px solid #ededed;
    padding: 15px;
    min-height: 285px;
}

.reveal .products-grid .products {
    margin-top: 10px;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
}

.reveal .product-image-wrapper {
    display: block;
    height: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-bottom: 100% !important;
}

div.authentication-wrapper,
.mobile-only {
    display: none;
}

@media (max-width: 568px) {
    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: inline-block;
    }

    .reveal .products-grid .products {
        margin-top: 10px;
        margin-bottom: 0;
        width: 95vw;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow: scroll;
    }

    .reveal .products-grid .products .item {
        width: 60%;
        margin: 1px 1px 10px 1px;
    }

    .reveal .product-item .product-item-info {
        width: auto;
        margin: 15px;
        border: 1px solid #ededed;
        padding: 15px;
        min-height: 278px;
    }

    .reveal.large {
        width: 100%;
        max-width: 76.875rem;
    }

    div#gform_wrapper_4 {
        MAX-WIDTH: 100%;
    }

    .mobile-only.opc-summary-wrapper {
        display: block;
        margin-top: 0px !important;
    }
}

li#builder-font article[data-id="100"] img {
    opacity: 0.5;
}

.klarna-payments-method-cell {
    display: inline-block !important;
}

.pp-doc-upload {
    padding: 20px;
    background: rgb(244 244 244);
}

.pp-doc-upload button,
input#gform_submit_button_5 {
    color: white !important;
}

h2.reg-identifier-heading {
    margin: 35px 0px -35px;
    text-align: center;
    width: 240px;
    background-color: #d6b719;
    border-radius: 3px;
    color: #000000;
    font-size: 50px !important;
    font-family: 'Number Plate';
    box-shadow: 3px 3px 2px 0px rgb(0 0 0 / 20%);
    background-image: linear-gradient(to bottom right, #fc0, #f3dd6c);
}

div#flexible-text {
    padding: 0px 15px;
}

@media screen and (min-width: 1024px) {
    #maincontent #builder-menu #builder-menu-internal .grid .selectable {
        z-index: 1;
        float: left;
        width: 29%;
        margin: 2%;
        background-size: 70% auto;
        background-position: center center;
        background-repeat: no-repeat;
        background-color: rgba(0, 0, 0, .2);
        position: relative;
    }
}

.signup-footer {
    padding: 10px 20px;
    background: url(https://www.number1plates.com/wp-content/uploads/2022/01/Footerbackground1.jpg);
    background-size: cover;
    background-position: center;
}

.single-plate-type .page-title {
    display: none;
}

.signup-flex {
    max-width: 76.875rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.signup-text {
    padding: 15px;
    width: 50%;
    margin-left: auto;
    text-align: right;
    font-size: 22px;
    text-transform: uppercase;
    font-style: italic;
    FONT-WEIGHT: 700;
    font-family: 'Francois One';
}

.signup-box {
    padding: 15px;
    width: 50%;
    /* margin-right: auto; */
    text-align: left;
}

#mc_embed_signup {
    background: #fff0;
    clear: left;
    font: 14px Helvetica, Arial, sans-serif;
    width: 100%;
    text-align: left;
    margin-right: auto;
}

#mc_embed_signup form {
    text-align: left !important;
    padding: 10px 0 10px 0 !important;
}

#mc_embed_signup input.email {
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
    font-size: 15px;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0px;
    color: #343434;
    background-color: #fff;
    box-sizing: border-box;
    height: 44px;
    padding: 0px 0.4em;
    display: inline-block;
    margin: 0;
    width: 55% !important;
    vertical-align: top;
    font-style: italic;
}

#mc_embed_signup .button {
    background-color: #fc0;
    color: black;
    height: 42px;
    margin: 1px 10px;
}

div#mc_embed_signup_scroll {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-cred {
    height: 33%;
    width: 80%;
    margin: 0px 15px 28px;
    text-align: center;
}

.sagepay {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
    margin: auto;
}

.sagepaysuite-payment-icon {
    max-width: 110px;
}

.secure-checkout {
    width: 70%;
    text-align: center;
    margin: 0 auto 15px;
    padding: 5px 0px;
    display: none;
}

.builder-index-index .signup-footer {
    display: none;
}

.checkout-index-index .promo-lines {
    display: none;
}

.checkout-index-index .signup-footer {
    display: none;
}

.checkout-index-index .footer-bottom {
    display: none;
}

.checkout-index-index .social {
    display: none;
}

.checkout-index-index #nav_menu-2 {
    display: none;
}

.checkout-index-index #footer .medium-3 {
    width: 100%;
}

.checkout-index-index #footer-container #footer #menu-important-info>li a {
    text-decoration: underline;
}

.sell-price-block {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 10px 0 20px;
}

.sell-price-small {
    margin: 45px 1.11%;
    background-color: #ffd700;
    width: 28%;
    text-align: center;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}

.sell-price-box {
    display: flex;
    flex-direction: column;
    background-color: white;
    padding: 15px;
}

.sell-price-box-small {
    display: flex;
    flex-direction: column;
    background-color: white !important;
    padding: 15px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='red' stroke-width='3'/><path d='M0 0 L100 100 ' stroke='red' stroke-width='3'/></svg>");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%, auto;
}

span.sell-price-time {
    font-size: 26px;
    FONT-WEIGHT: 600;
}

span.sell-price-months {
    font-size: 14px;
    font-weight: 600;
    margin-top: -25px;
}

.sell-price-box2 {
    padding: 20px 10px 10px;
    display: flex;
    flex-direction: column;
}

span.sell-price-details {
    font-weight: 800;
    color: white;
}

span.sell-price-details2 {
    color: white;
    font-weight: 600;
    padding: 9px 0;
}

.sell-price-large {
    margin: 0px 1.11%;
    background-color: #2453b3;
    width: 43%;
    text-align: center;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}

.sell-price-box {
    display: flex;
    flex-direction: column;
    background-color: white;
    padding: 15px;
}

span.sell-price-slash {
    font-size: 26px;
    FONT-WEIGHT: 600;
    color: red;
    text-decoration: line-through;
}

span.sell-price-current {
    font-size: 46px;
    FONT-WEIGHT: 600;
    color: #292929;
    margin-top: -25px;
}

span.sell-price-lifetime {
    font-size: 18px;
    color: black;
    font-weight: 600;
    margin-top: -12px;
}

.commission-table {
    border: 1px solid #f4f4f4;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    margin: 0px 20px 20px;
}

.comm-reg {
    width: 60%;
    background-color: #f4f4f4;
    text-align: center;
    display: flex;
    flex-direction: column;
}

span.comm-head {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 0;
}

span.comm-list {
    padding-bottom: 20px;
    FONT-WEIGHT: 600;
}

.blog-cat-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.blog-cat-img {
    display: flex;
    width: 23%;
    margin: 0 1%;
    height: 300px;
    background-color: black;
    align-items: center;
    background-size: cover;
    background-position: center;
    flex-grow: 1;
}

.blog-cat-row .bci-overlay {
    position: relative;
    text-align: center;
    color: white;
    font-size: 25px;
    font-weight: 700;
    width: 100%;
}

.comm-percent {
    width: 40%;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.page-id-3694 h2.gform_title {
    color: white;
}

.page-id-3694 label.gfield_label {
    color: white;
}

.page-id-3694 input[type=text] {
    border: none;
    height: 40px;
}

.page-id-3694 textarea {
    border: none;
    height: 100px !important;
}

.sell-form {
    background-image: url(https://www.number1plates.com/wp-content/uploads/2022/02/Form.jpg);
    width: 100%;
    background-size: cover;
    background-position: top;
}

.reg-identifier-heading-div {
    margin: 0 10px 15px;
}

.page-id-3694 .gfield_label_before_complex {
    color: white;
}

.gchoice {
    display: flex;
    flex-direction: row;
    align-items: baseline;
}

label#label_4_9_1 {
    color: white;
}

label#label_4_9_2 {
    color: white;
}

label#label_4_9_3 {
    color: white;
}

.row.featured-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    max-height: 360px;
    overflow: scroll;
    margin-bottom: 10px;
}

.featured-result {
    background-color: #eeeeee;
    padding: 15px 15px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    margin: 0.5%;
    flex: 1 12%;
}

.featured-reg-price {
    color: #139938;
    font-size: 1.2em;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    padding: 15px 0;
}

.featured-reg-block {
    text-align: center;
    width: 125px;
    background-color: #d6b719;
    border-radius: 3px;
    color: #000000;
    font-size: 25px;
    font-family: 'Number Plate';
    box-shadow: 3px 3px 2px 0px rgb(0 0 0 / 20%);
    background-image: linear-gradient(to bottom right, #fc0, #f3dd6c);
    font-size: 20px;
    width: 110px;
}

.filter-pre-block {
    background-color: #f4f4f4;
    padding: 30px;
    margin: 20px auto;
}

h2.filter-pre {
    color: white;
    margin: auto;
    text-align: center;
    padding-bottom: 30px;
}

.row.pre-filter-search {
    display: block;
    padding: 30px 50px 50px !important;
    float: none;
    margin: 10px auto;
    width: 40%;
    min-width: 580px;
    background-color: rgb(42 86 178);
    height: 100%;
}

.post-type-archive-plate-type .post-list {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.post-type-archive-plate-type .main-content .blogpost-entry {
    display: flex !important;
    width: 33% !important;
    flex-direction: column !important;
    padding: 0.33%;
    margin-bottom: 30px;
}

.post-type-archive-plate-type .blogpost-entry .post-image {
    display: table-cell;
    vertical-align: middle;
    width: 100% !important;
    background-color: #ededed;
    background-position: center center;
    background-repeat: no-repeat;
    height: 18.4375rem;
    background-size: cover;
}

.post-type-archive-plate-type .main-content .blogpost-entry .post-content {
    padding: 0 1.25rem 1.25rem !important;
    position: relative !important;
    background-color: white !important;
    box-shadow: 1px 1px 12px 7px #00000021 !important;
    display: flex !important;
    width: 90% !important;
    top: -50px !important;
    right: 0px !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: space-around !important;
    margin: 0 auto -50px !important;
    bottom: 50px !important;
    min-height: 200px !important;
    text-align: center;

}

#page-blog .main-content .blogpost-entry {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
}

#page-blog .main-content .blogpost-entry .post-image {
    display: table-cell;
    vertical-align: middle;
    width: 60%;
    background-color: #ededed;
    background-position: center center;
    background-repeat: no-repeat;
    height: 20rem;
    background-size: cover;
}

#page-blog .main-content .blogpost-entry .post-content {
    vertical-align: middle;
    padding: 0 1.25rem 1.25rem;
    position: relative;
    width: 100%;
    right: 20px;
    top: 0px;
    background-color: white;
    box-shadow: 1px 1px 12px 7px #00000021;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
}

.featured-blog-cols {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-content: center;
    margin-top: 20px;
    flex-direction: row;
    flex-wrap: wrap;
}

.featured-blog-cols .blogpost-entry {
    display: flex !important;
    width: 33% !important;
    flex-direction: column !important;
    padding: 0px 10px;
}

.featured-blog-cols a.post-image {
    width: 100% !important;
}

.featured-blog-cols .post-content {
    right: 0px !important;
    width: 90% !important;
    top: -20px !important;
    min-height: 335px;
}

.featured-blog-cols a.button {
    margin-top: 20px;
}

.usp-lines {
    display: none;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 5px 0px;
    background-color: #2453b3;
    box-shadow: inset 0px -2px 5px 0px #0000002b;
}

.usp-line {
    width: 25%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    font-size: 14px;
    font-weight: 700;
    color: white;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #0b3fa6;
    border-radius: 5px;
    padding: 5px;
    margin: 0 5px;
}

img.usp-image {
    height: 30px;
    width: 30px;
    margin: 5px 10px;
}

.builder-index-index .usp-lines {
    display: flex !important;
}

.fitting-row {
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.fitting-text {
    max-width: 450px;
    padding: 0 20px;
}

.product-block {
    margin: 10px 5px;
    width: 167px;
    box-shadow: 1px 1px 12px 7px #00000021;
    padding: 24px 14px 9px;
}

.product-title {
    font-size: 14px;
    color: black;
}

.product-price {
    font-size: 26px;
    font-weight: 700;
    color: red;
    margin-bottom: 5px;
}

.fixing-button {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700 !important;
    text-decoration: none !important;
    border: 0 !important;
    font-size: .875rem !important;
    white-space: nowrap;
    padding: 15px 13px !important;
    border-radius: 0 !important;
    line-height: 1 !important;
    margin-bottom: 0;
    background-color: #003194;
    color: #fff;
}

.fit-step {
    background: #f4f4f4;
    padding: 1px 10px 20px;
    margin: 15px 0px;
}

.page-id-29 #featured-hero {
    height: 200px;
}

.page-id-29 #featured-hero .page-title {
    width: 80%;
    max-width: 1000px;
    height: 110%;
    background: white;
    margin: auto;
    top: 50px;
    position: relative;
    box-shadow: 1px 1px 10px 10px #00000030;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

.page-id-29 h1 {
    position: absolute !important;
    top: 35% !important;
    color: black !important;
}

.page-id-29 .button.yellow {
    margin-top: -15px !important;
}

strong.slash-price {
    padding-left: 5px;
    font-size: 85%;
    color: red;
    text-decoration: line-through;
}

.promo-lines {
    position: relative;
    height: 32px;
    background-color: rgb(12 76 203);
    width: 100%;
    overflow-x: hidden;
}

.promo-line {
    color: #ffffff;
    padding: 6px;
    position: absolute;
    width: 100%;
    background-color: rgb(12 76 203);
    font-weight: 700;
    transition: transform 0.75s ease-in-out;
}

.promo-line a {
    color: white;
}

.promo-lines .promo-line.active {
    z-index: 5;
}

.promo-lines .promo-line:not(.active) {
    z-index: 1;
}

.promo-line.is-right {
    transform: translateX(100vw);
}

.promo-line.is-left {
    transform: translateX(-100vw);
}

.align-center {
    text-align: center;
}

@media screen and (max-width: 768px) {
    h2.reg-identifier-heading {
        margin: 30px auto 0px;
    }

    .signup-text {
        width: 100%;
        text-align: center;
        font-size: 26px;
        padding: 15px 15px 0
    }

    .signup-box {
        width: 100%;
        padding: 15px 15px 0px;
    }

    .row.featured-grid {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        overflow: scroll;
        margin-bottom: 10px;
    }

    .blog-cat-img {
        width: 48%;
        margin-top: 10px;
    }

    .featured-blog-cols .post-content {
        margin: 0px;
        )
    }
}

@media only screen and (max-width: 525px) {
    .presents {
        width: 85px !important;
        height: 60px !important;
        left: 5% !important;
    }

    .usp-line {
        width: 30%;
        flex-direction: column;
    }

    .signup-footer {
        background: url(https://www.number1plates.com/wp-content/uploads/2022/01/Footerbackground-Two.jpg);
        background-size: cover;
    }

    #mc_embed_signup input.email {
        width: 100% !important;
    }

    #mc_embed_signup form {
        text-align: center;
        padding: 0px 0 10px 0;
    }

    #mc_embed_signup .button {
        width: 175px !important;
        margin: 10px 0px;
    }

    div#mc_embed_signup_scroll {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-content: center;
        align-items: center;
    }

    ul#menu-important-info-1 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #footer-container #footer #nav_menu-3 li {
        width: 100%;
        margin: 2px;
        padding: 6px;
        background: #5c5c5c;
        border-radius: 5px;
    }

    #footer-container #footer #nav_menu-3 li a {
        text-decoration: none;
        font-size: 16px;
    }

    .columns.medium-6.footer-menu-container {
        padding: 1.25rem 1.25rem 0rem !important;
    }

    #footer-container #footer .sagepay {
        text-align: center;
        margin: auto;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        padding: 0;
        width: 60%;
    }

    .checkout-index-index .title-bar {
        display: none !important;
    }

    .checkout-index-index .trustpilot-widget {
        display: none;
    }

    .checkout-index-index .call-us {
        display: none;
    }

    .checkout-index-index .signup-footer {
        display: none;
    }

    .checkout-index-index .social {
        display: none;
    }

    .checkout-index-index .bottom-bar {
        display: none !important;
    }

    .checkout-index-index .footer-bottom {
        display: none;
    }

    .checkout-index-index .secure-checkout {
        width: 70%;
        display: block;
    }

    .checkout-index-index .promo-lines {
        display: none;
    }

    #masthead>#topmost .topmost-container {
        border-bottom: none;

    }

    .opc-estimated-wrapper {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        margin: 15px 0 15px;
        padding: 15px 15px;
    }

    body.checkout-index-index #maincontent .step-title {
        border: 0;
        margin: 25px 0 30px;
    }

    .checkout-index-index .page-title {
        display: none;
    }

    .catalog-category-view .cat-header-wrap .cat-header-inner .page-title-wrapper h1#page-title-heading {
        color: white !important;
        padding: 40px 0 !important;
        font-size: 3.2rem !important;
    }

    .catalog-category-view .cat-header-wrap .cat-header-inner .page-title-wrapper {
        padding: 0 15px;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
    }

    .catalog-category-view .cat-header-wrap .cat-header-image {
        height: 150px;
    }

    .sgpb-content {
        max-height: 495px !important;
        max-width: 330px !important;
    }

    .featured-blog-cols .post-content {
        top: -100px !important;
    }

    .featured-blog-cols .blogpost-entry {
        width: 100% !important;
        margin-bottom: 30px !important;
    }
}

/*.filter-form{display:none;}*/
.filter-search {
    background-color: rgba(42, 86, 178, 0.7);
    height: 100%;
    margin-top: -1px;
}

.filter-form select {
    background-color: #fad342;
    border: 1px solid black;
    border-radius: 2px;
    display: inline-block;
    width: 38px;
    margin: 10px 0px;
    height: 56px;
}

.nums {
    width: 46px !important;
}

.letters1 {
    margin-left: 11px !important;
}

.leavedetails {
    margin-top: -18px;
    padding-bottom: 18px;
}

.reg-details .gform_heading {
    display: none;
}

.reg-search {
    position: relative;
}

.reg-details input[type=text] {
    width: 100% !important;
    height: 45px !important;
    border: 1px solid #ffffff;
    border-radius: 5px;
    max-width: 375px !important;
}

.reg-search input[type=text] {
    width: 100% !important;
    height: 60px !important;
    font-family: 'Number Plate';
    font-size: 40px;
    max-width: 375px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    margin-top: 40px;
}

.reg-details input[type=submit] {
    background-color: #ffcc00;
    padding: 10px 20px !important;
    border: 2px solid #2a56b2 !important;
    border-radius: 7px !important;
    box-shadow: 1px 0px #fc0,
        0px -1px #fc0,
        0px 1px #fc0,
        -1px -1px #fc0;
}

.reg-search .reg-btn {
    position: absolute;
    top: 3px;
    left: 317px;
    width: 54px;
    height: 54px;
    background-color: #a7a7a7;
    border: 1px solid #a7a7a7;
    border-radius: 5px;
    color: #ffffff;
}

.reg-search .reg-btn img {
    filter: invert(1);
}

#reg-search-top-bar {
    padding-top: 1px;
    height: 250px;
    font-size: 18px;
    background-color: #2a56b2;
    margin-bottom: 0;
    background-repeat: no-repeat;
    background-position: center right;
    background-image: url(https://www.number1plates.com/wp-content/uploads/2021/12/New-Search-Header4.png);
    background-size: 55%;
    color: #ffffff;
}

#reg-search-top-bar>div {
    padding: 30px 5px 5px 6%;
}

#reg-search-top-bar .tp-img {
    margin-top: 30px;
    width: 250px;
}

.regh1 {
    margin-bottom: 30px;
    font-size: 40px !important;
    text-transform: uppercase;
    font-family: 'Francois One', sans-serif;
}

.entry-content.new-entry-content {
    width: 70%;
    padding: 0 20px;
}

.new-sidebar {
    width: 30%;
    display: block;
    margin-top: -25px;
}

.new-page-title {
    text-align: center;
    background-color: white;
    box-shadow: 1px 1px 9px 9px #0000002e;
    padding: 30px 30px 20px;
    position: relative;
    top: -100px;
    margin-bottom: -60px;
}

.new-plate-title {
    text-align: center;
    background-color: white;
    box-shadow: 1px 1px 9px 9px #0000002e;
    padding: 30px 30px 20px;
    position: relative;
    top: -100px;
    margin-bottom: -100px;
}

.new-plate-title h1 {
    font-size: 2rem !important;
}

.new-featered-header {
    max-width: 76.875rem;
    margin-left: auto;
    margin-right: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 20rem;
}

@media only screen and (max-width: 768px) {
    #reg-search-top-bar {
        padding: 0px;
        height: 635px;
        background-size: 100%;
        background-position: bottom center;
    }

    #reg-search-top-bar>div {
        padding: 0px;
    }

    .leavedetails,
    .reg-details,
    #reg-search-form-result .regh1 {
        padding: 20px;
        margin-bottom: 0px;
    }

    #reg-search-top-bar>div:first-child {
        padding: 20px;
    }

    #reg-search-form-container,
    #reg-search-form-result {
        background-color: rgba(0, 0, 0, 0.5);
        height: 635px;
    }

    .reg-search .reg-btn {
        left: calc(100% - 57px);
    }

    body.page-id-3674 #reg-search-form-container {
        height: 180px !important;
        background-position: center !important;
    }

    #page-blog .main-content .blogpost-entry .post-content {
        padding: 0 1.25rem 1.25rem;
        position: relative;
        width: 90%;
        right: 0px;
        top: -100px;
        margin: 0px auto -100px;
        background-color: white;
        box-shadow: 1px 1px 12px 7px #00000021;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-around;
    }

    .post-type-archive-plate-type .main-content .blogpost-entry {
        width: 100% !important;
        border-bottom: 2px solid #f4f4f4;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    #page-blog .main-content .blogpost-entry {
        width: 100%;
        flex-direction: column;
    }

    #page-blog .main-content .blogpost-entry .post-image {
        width: 100%;
    }

    .entry-content.new-entry-content {
        width: 100%;
        padding: 0 10px;
    }

    .new-sidebar {
        display: none;
    }
}

.filter-form {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.mfilter-form {
    display: block;
}

.mfilter-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
    background-origin: content-box;
    background-position: 1px 26px;
    /*bottom center;*/
    background-repeat: no-repeat;
    background-size: 9px 6px;
    width: 30px;
    height: 45px;
}

.filter-form-dateless input {
    background-color: #fad342;
    border: 1px solid black;
    border-radius: 2px;
    display: inline-block;
    margin: 6px 0px;
    height: 84%;
    width: 96% !important;
    text-align: center;
    font-size: 35px;
}

.filter-form-dateless input:focus {
    background-color: #fad342;
    border: 1px solid #000000;
}

.pp-price-header {
    background-color: rgb(51, 103, 187);
    padding: 10px;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
}

.column.large-6.filter-search {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 2% 0 0 !important;
}

.filter-plate-types [type=radio]+label {
    display: inline-block;
    margin-left: 0.2rem;
    margin-right: 0.4rem;
    margin-bottom: 0;
    vertical-align: baseline;
}

.sort-select {
    display: inline-block;
    width: 150px;
    float: right;
    margin-top: 12px;
    text-transform: uppercase;
    font-size: 12px;
    background-color: #6699ff;
    border: 1px solid #6699ff;
    color: #fff;
    font-weight: 700;
    margin-right: 10px;
}

.mobile-filter-container {
    display: none;
}

.filter-box {
    display: none;
}

.row.filter-plate-types {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}

.filter-plate-style {
    text-align: center;
    width: 135px;
    background-color: #d6b719;
    border-radius: 3px;
    color: #000000;
    font-size: 25px;
    font-family: 'Number Plate';
    box-shadow: 3px 3px 2px 0px rgb(0 0 0 / 20%);
    background-image: linear-gradient(to bottom right, #fc0, #f3dd6c);
}

.filter-plate-edit {
    text-align: center;
    width: 300px;
    height: 75px;
    background-color: #d6b719;
    border-radius: 3px;
    color: #000000;
    font-size: 25px;
    font-family: 'Number Plate';
    box-shadow: 3px 3px 2px 0px rgb(0 0 0 / 20%);
    background-image: linear-gradient(to bottom right, #fc0, #f3dd6c);
}

button.update-filter {
    background-color: #02b902;
    padding: 8px 25px;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 700;
    margin: 15px;
    box-shadow: 3px 3px 2px 0px rgb(0 0 0 / 20%);
}

.row.filter-plate-breakdown {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 30px;
}

#reg-search-top-bar {
    height: 250px;
}

.single .row.featured-grid {
    max-height: 660px;
}

@media only screen and (max-width: 1023px) {
    #reg-search-top-bar {
        height: 200px;
    }

    .post-search {
        display: none;
    }

    .column.large-6.filter-search {
        display: none;
    }

    .filter-box {
        height: 50px;
        width: 100vw;
        background: #3366cc;
        box-shadow: rgb(0 0 0 / 15%) 0px -3px 10px;
        position: fixed;
        bottom: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
    }

    .filter-box:hover {
        cursor: pointer;
    }

    .filter-text {
        padding: 10px 20px;
        color: white;
        text-transform: uppercase;
        font-size: 17px;
        font-weight: 700;
    }

    .filter-icon {
        float: right;
        display: inline-block;
        width: 50px;
        height: 50px;
        background: #6699ff;
        padding: 8px;
    }

    .mobile-filter-container {
        position: fixed;
        top: 0;
        width: 40vw;
        height: 100vh;
        background-color: #3366cc;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        justify-content: flex-start;
        padding: 30px 20px;
        box-shadow: rgb(0 0 0 / 25%) 4px 0px 10px;
        z-index: 102;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    .mobile-filter-container .row.filter-plate-types {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-evenly;
        align-items: center;
    }

    .mobile-filter-container .filter-plate-style {
        text-align: center;
        width: 135px;
        background-color: #d6b719;
        border-radius: 3px;
        color: #000000;
        font-size: 25px;
        font-family: 'Number Plate';
        box-shadow: 3px 3px 2px 0px rgb(0 0 0 / 20%);
        background-image: linear-gradient(to bottom right, #fc0, #f3dd6c);
        margin: 15px;
    }

    .mobile-filter-container .row.filter-plate-breakdown {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-evenly;
        align-items: center;
        margin-top: 30px;
    }

    .mobile-filter-container .filter-plate-edit {
        text-align: center;
        width: 68vw;
        max-width: 255px;
        height: 64px;
        background-color: #d6b719;
        border-radius: 3px;
        color: #000000;
        font-size: 25px;
        font-family: 'Number Plate';
        box-shadow: 3px 3px 2px 0px rgb(0 0 0 / 20%);
        background-image: linear-gradient(to bottom right, #fc0, #f3dd6c);
    }

    .mobile-filter-container button.update-filter {
        background-color: #02b902;
        padding: 10px 30px;
        font-size: 13px;
        text-transform: capitalize;
        font-weight: 700;
        color: white;
        margin: 20px;
    }
}

@media only screen and (max-width: 425px) {
    .mobile-filter-container {
        width: 80vw !important;
    }
}

/*#maincontent #builder-menu #builder-menu-internal .is-drilldown #builder-menu-drilldown li[aria-label="7 Slogan"] {display:none!important;}*/
.payment-method-braintree .hosted-control {
    height: 48px !important;
}