/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/


body {
    background-color: #fff;
    color: #3F3B3B;
    font-weight: 300;
    font-family: 'Kanit', sans-serif;
}

/** Typography **/

h1, .h1, h2, .h2, h3, .h2, h4, .h4, h5, .h5 {
    font-weight: 700;
    text-transform: uppercase;
}

h1, .h1 {
    font-size: 66px;
}

@media screen and ( max-width: 992px ) {
    h1, .h1 {
        font-size: 36px;
    }
}

h2, .h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

@media screen and ( max-width: 992px ) {
    h2, .h2 {
        font-size: 30px;
    }
}

h3, .h3 {
    font-size: 30px;
}

@media screen and ( max-width: 992px ) {
    h3, .h3 {
        font-size: 26px;
    }
}

h4, .h4 {
    font-size: 16px;
}

p {
    margin-bottom: 15px;
}

p:last-child {
    margin-bottom: 0;
}

strong {
    font-weight: 700;
}

/** Elements **/

hr {
    border-top: 1px solid #969696;
}

.hr-diamond {
    border: 0;
    height: 1px;
    width: 50%;
    position: relative;
    margin: 60px auto;
    background: #e8e8e8;
}

.hr-diamond:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #e8e8e8;
    display: inline-block;
    border: 2px solid #e8e8e8;
    position: absolute;
    top: -3px;
    left: 50%;
    margin: 0 0 0 -3px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

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

.main ul {
    padding-left: 20px;
}

.main ul li {
    line-height: 2.75;
}

blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 25px;
    padding: .5em 10px;
}

/** Buttons **/

.text-link {
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: #AE1E30;
    white-space: nowrap;
}

.text-link:hover {
    color: #3F3B3B;
}

.btn {
    font-weight: 500;
    padding: 15px 50px;
    border-radius: 50px;
    font-size: 16px;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    .btn.btn-primary,.btn.btn-outline-primary {
        display: block;
    }
}

.btn.btn-primary, .btn.btn-outline-primary:hover {
    color: #fff;
    background-color: #AE1E30;
    border: 3px solid #AE1E30;
}

.btn.btn-primary.btn.btn-outline-primary {
    margin: 0 15px 15px 0;
}

@media screen and (max-width: 991px) {
    .btn.btn-primary, .btn.btn-outline-primary {
        margin: 0 0 15px 0;
    }
    .post-card .btn {
        padding: 10px 25px;
        display: block;
    }
}

.text-white .btn.btn-primary,
.black-bg .btn.btn-primary {
    color: #AE1E30;
    background-color: #fff;
    border: 3px solid #fff;
}

.btn.btn-primary:hover {
    color: #AE1E30;
    background-color: #fff;
}

.btn.btn-outline-primary {
    color: #ae1e30;
    border: 3px solid #AE1E30;
}

.text-white .btn.btn-outline-primary,
.black-bg .btn.btn-outline-primary {
    color: #fff;
    background-color: transparent;
    border: 3px solid #fff;
}

.text-white .btn.btn-primary:hover,
.black-bg .btn.btn-primary:hover,
.text-white .btn.btn-outline-primary:hover,
.black-bg .btn.btn-outline-primary:hover {
    color: #fff;
    background-color: #AE1E30;
}

.btn.btn-secondary {
    border: 3px solid #fff;
    background-color: #AE1E30;
}

.btn.btn-secondary:hover {
    background-color: #fff;
    color: #AE1E30;
}

/** Utilities **/

.bg-red {
    background-color: #AE1E30;
}

.bg-image {
    background-size: cover;
    background-position: center;
}

.slick-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/** Main Header **/
header.site-header .brand img {
    max-width: 510px;
}

@media screen and ( max-width: 992px ) {
    header.site-header .brand img {
        max-width: 186px;
    }
}

.utility-nav {
    font-weight: 400;
    text-transform: uppercase;
    background: #F3F3F3;
    color: #3F3B3B;
    padding: 15px 0;
    z-index: 3;
    position: relative;
}

@media screen and ( max-width: 992px ) {
    .utility-nav {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.utility-nav a {
    color: #3F3B3B;
    font-size: 14px;
}

.utility-nav a:not(:last-of-type) {
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #A8A8A8;
}

/** Main Nav **/

header.site-header {
    z-index: 10;
    position: relative;
}

header.site-header .col-12 {
    position: initial;
}

header.site-header nav {
    background-color: #fff;
    padding: 0 15px;
    position: relative;
    font-size: 14px;
    z-index: 2;
}

header.site-header nav .col-12 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.home-page header.site-header nav {
    -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
}

/* block box-shadow on meganav */
header.site-header .shadow-blocker::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    height: 10px;
    z-index: 1;
}

body:not(.home-page) header.site-header .shadow-blocker::after {
    border-bottom: 1px solid #E8E8E8;
}

header.site-header nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

header.site-header nav ul li {
    margin-right: 20px;
}

header.site-header nav a.secondary {
    color: #AE1E30;
}

@media screen and ( max-width: 992px ) {
    header.site-header nav ul li {
        margin-right: 0;
        padding: 15px 0;
        border-bottom: 1px solid rgba(000, 000, 000, .3);
        line-height: 1;
    }

    header.site-header nav a.secondary {
        padding: 15px 0 0;
        display: inline-block;
    }
}

header.site-header nav a {
    color: #3F3B3B;
    text-transform: uppercase;
    font-weight: 400;
}

header.site-header nav a:hover {
    color: #AE1E30;
}

header.site-header nav a.has-meganav {
    position: relative;
    padding-right: 10px;
}

header.site-header nav a.has-meganav:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #AE1E30;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: ease all 200ms;
    transform-origin: center 1px;
    right: -4px;
}

header.site-header nav a.has-meganav[aria-expanded="true"]:after {
    transform: rotate(180deg);
}

.navbar-toggler {
    border: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    right: 30px;
    top: 69px;
}

@media screen and ( max-width: 992px ) {
    .navbar-toggler {
        display: block;
    }
}

.navbar-toggler:not(.collapsed) #menu-icon span {
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) #menu-icon span:before,
.navbar-toggler:not(.collapsed) #menu-icon span:after {
    top: 8px;
    left: 0;
}

.navbar-toggler:not(.collapsed) #menu-icon span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar-toggler:not(.collapsed) #menu-icon span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navbar-toggler #menu-icon {
    display: block;
    position: relative;
    margin: 0;
    padding: 18px 35px 8px 0;
    cursor: pointer;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 10;
}

.navbar-toggler #menu-icon span,
.navbar-toggler #menu-icon span:before,
.navbar-toggler #menu-icon span:after {
    display: block;
    position: absolute;
    height: 3px;
    width: 35px;
    top: 0;
    background: #3F3B3B;
    border-radius: 1px;
    cursor: pointer;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    content: '';
}

.navbar-toggler #menu-icon span:before {
    top: 10px;
}

.navbar-toggler #menu-icon span:after {
    top: 20px;
}

.navbar-collapse {
    z-index: 10;
    background-color: #000;
    display: block;
}

/** Meganav **/

header.site-header .meganav {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #fff;
    padding: 60px;
    -webkit-transition: ease opacity 200ms;
    -o-transition: ease opacity 200ms;
    transition: ease opacity 200ms;
    opacity: 0;
    overflow: hidden;
    height: 0;
    visibility: hidden;
}

header.site-header .meganav.open {
    opacity: 1;
    height: auto;
    visibility: visible;
    -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
}

@media screen and (max-width: 991px) {
    header.site-header .meganav {
        position: relative;
        padding: 0;
        background-color: #eee;
    }
    header.site-header .meganav.open {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 15px 0;
        margin-top: 15px;
    }
}

header.site-header .meganav h2,
header.site-header .meganav h2 a {
    font-size: 14px;
    font-weight: 700;
}

header.site-header .meganav ul li {
    line-height: 2;
}

header.site-header .meganav ul a {
    text-transform: none;
    font-weight: 300;
}

@media screen and (max-width: 1024px) {
    header.site-header .meganav h2 {
        margin-top: 30px;
        margin-bottom: 5px;
    }
    header.site-header .meganav ul li {
        line-height: 1.6;
    }
    header.site-header .meganav ul li:last-of-type {
    }
}


/** Layout **/

section {
    padding: 60px 15px;
}

.white-bg {
    background-color: #fff;
    color: #000;
}

.black-bg {
    background-color: #303030;
    color: #fff;
    margin-top: 60px;
    margin-bottom: 60px;
}

.gray-bg {
    background-color: #F3F3F3;
    color: #3F3B3B;
    margin-top: 60px;
    margin-bottom: 60px;
}

.note {
    padding: 30px;
    margin: 22px 0 0 0;
    background-color: #3F3B3B;
    color: #fff;
}

.note h3 {
    font-size: 16px;
}

.note p {
    font-style: italic;
}

.count {
    background-color: #AE1E30;
    color: #fff;
    height: 38px;
    width: 38px;
    min-height: 38px;
    min-width: 38px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 40px;
    font-weight: 500;
    font-size: 20px;
    margin-right: 30px;
    margin-top: 2px; /* for aligning with h2's large line-height */
}

/** Banner Section **/
.banner {
    padding: 120px 15px 190px;
    background-image: url('images/home-page-image.jpg');
    position: relative;
}

.banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, .6);
}

.banner .container {
    position: relative;
    z-index: 2;
}

.banner h1 {
    margin-bottom: 20px;
}

.banner p {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 40px;
    line-height: 1.3;
    text-wrap: balance;
}

.banner-soccer {
    background-image: url(images/banner-soccer.avif);
}

.banner-cycling {
    background-image: url(images/banner-cycling-4.jpg);
}

.banner-nordic {
    background-image: url(images/banner-nordic-2.jpg);
}

.banner-running {
    background-image: url(images/banner-running-2.jpg);
}

.banner-made-in-mn {
    background-image: url(images/banner-made-in-mn.jpg);
}

@media (max-width: 575.98px) {
    .banner-soccer {
        background-image: url(images/banner-soccer-xs.jpg);
    }
}

.banner-soccer.video-bg--supported {
    background-image: url(images/banner-soccer-video.jpg);
}

@media screen and ( max-width: 992px ) {
    .banner p {
        font-size: 16px;
    }
}

/** Selector Cards **/
.selector-cards {
    position: relative;
}

.negative-top-margin {
    margin-top: -130px;
    z-index: 2;
    padding-bottom: 0;
}

.selector-cards .sport {
    width: 100%;
    padding-top: 160%;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 30px;
    -webkit-transition: ease all 200ms;
    -o-transition: ease all 200ms;
    transition: ease all 200ms;
}

.selector-cards .sport a {
    color: #303030;
    -webkit-transition: ease all 200ms;
    -o-transition: ease all 200ms;
    transition: ease all 200ms;
}

.selector-cards .sport img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: ease all 200ms;
    -o-transition: ease all 200ms;
    transition: ease all 200ms;
}

.selector-cards .sport .tab {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 18px 15px;
    z-index: 2;
    -webkit-transition: ease all 200ms;
    -o-transition: ease all 200ms;
    transition: ease all 200ms;
}

.selector-cards .sport .tab h2 {
    margin: 0;
    font-size: 20px;
}

.selector-cards .sport:hover {
    -webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.20);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.20);
}

.selector-cards .sport:hover img {
    -webkit-transform: scale(1.025);
    -ms-transform: scale(1.025);
    transform: scale(1.025);
}

.selector-cards .sport:hover .tab {
    color: #fff;
    background-color: #AE1E30;
}

/** Image Grid **/
.image-grid img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.image-grid .copy {
    margin-top: 25px;
}

/** Breadcrumbs **/
.breadcrumbs {
    padding-bottom: 20px;
}

.breadcrumbs ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    .breadcrumbs ul {
        font-size: 16px;
    }
}

.breadcrumbs ul li {
    margin-right: 10px;
    line-height: 1.2;
}

@media screen and (max-width: 768px) {
    .breadcrumbs ul li {
        line-height: 1.6;
    }
}

.breadcrumbs ul li a {
    color: #ADADAD;
    white-space: nowrap;
}

.breadcrumbs ul li a::after {
    content: '>';
    padding-left: 10px;
    display: inline-block;
}

.breadcrumbs ul li a:hover {
    color: #AE1E30;
}

.breadcrumbs ul li a:hover::after {
    color: #ADADAD;
}

@media screen and (max-width: 768px) {
    .breadcrumbs ul li a:after {
        content: '';
        display: none;
    }
    .breadcrumbs ul li a:before {
        content: '< Back to ';
    }
}

@media screen and (max-width: 768px) {
    .breadcrumbs ul li a:after {
        padding-left: 2px;
    }
}

/** Product Intro **/
.product-intro .price {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 0;
}

.product-intro .small {
    font-style: italic;
    font-weight: 300;
    line-height: 2;
}

.product-intro #info-btn {
    border: 1px solid #AE1E30;
    padding: 0;
    border-radius: 30px;
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px;
}

.product-intro #info-btn img {
    height: 14px;
}

#pricing-modal {
    position: absolute;
    z-index: 10;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
    padding: 30px;
    top: 0;
    left: 0;
    max-width: 430px;
}

#pricing-modal button.close {
    font-size: 16px;
    opacity: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #AE1E30;
    font-weight: 500;
    text-transform: uppercase;
}

#pricing-modal button.close img {
    height: 23px;
    width: 23px;
    margin-right: 10px;
}

#pricing-modal h3 {
    font-size: 18px;
}

#pricing-modal ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

#pricing-modal ul li p {
    margin-bottom: 0;
    margin-right: 30px;
    font-weight: 500;
}

#pricing-modal .pricing a {
    color: #AE1E30;
    font-weight: 500;
}

/** Product Carousel **/
.product-carousel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.product-carousel .current-image {
    width: 100%;
    position: relative;
}

.product-carousel .current-image img {
    display: block;
}

.product-carousel .thumbnails-track {
    margin-top: 30px;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
}

.product-carousel .thumbnail {
    position: relative;
    width: 19%;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
}

.product-carousel .thumbnail-button,
.product-carousel .video-button {
    display: block;
    background: none;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    height: 90px;
    padding: 0;
    width: 100%;
    -webkit-transition: opacity .1s linear;
    -o-transition: opacity .1s linear;
    transition: opacity .1s linear;
}

.product-carousel .thumbnail-button:before,
.product-carousel .video-button:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: -webkit-box-shadow .1s linear;
    transition: -webkit-box-shadow .1s linear;
    -o-transition: box-shadow .1s linear;
    transition: box-shadow .1s linear;
    transition: box-shadow .1s linear, -webkit-box-shadow .1s linear;
}

.product-carousel .thumbnail-button:focus,
.product-carousel .video-button:focus {
    outline: 0;
}

.product-carousel .thumbnail-button:focus:before,
.product-carousel .video-button:focus:before {
    -webkit-box-shadow: inset 0 0 0 5px #209cee;
    box-shadow: inset 0 0 0 5px #209cee;
}

.product-carousel .thumbnail-button:focus img,
.product-carousel .thumbnail-button:hover img,
.product-carousel .thumbnail-button[aria-current="true"] img,
.product-carousel .video-button:focus img,
.product-carousel .video-button:hover img,
.product-carousel .video-button[aria-current="true"] img {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.product-carousel .thumbnail-button img,
.product-carousel .video-button img {
    display: block;
    height: 100%;
    width: 100%;
    opacity: .5;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-filter: grayscale(0.6);
    filter: grayscale(0.6);
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}

.carousel-control-next, .carousel-control-prev {
    background: transparent;
    border: 0;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
    background: rgba(255,255,255,0.5);
}

.carousel-control-next .carousel-control-next-icon,
.carousel-control-prev .carousel-control-prev-icon {
    width: 37px;
    height: 37px;
    opacity: 0.5;
}

.carousel-control-next .carousel-control-next-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.carousel-control-next .carousel-control-next-icon:before,
.carousel-control-prev .carousel-control-prev-icon:before {
    content: url(images/icon-transparent-arrow-left-circle.svg);
}

/** Alternating Content **/

.alternating-content ol.steps {
    list-style: none;
    counter-reset: step-counter;
}

@media screen and (max-width: 768px) {
    .alternating-content ol.steps {
        padding-left: 0
    }
}

.alternating-content ol.steps li::before {
    counter-increment: step-counter;
    content: counter(step-counter) ".";
    color: #AE1E30;
    font-weight: 700;
    margin-right: 10px;
}

.alternating-content ol.steps li {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 9px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 9px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    margin-bottom: 35px;
    padding: 10px 15px;
    font-size: 20px;
}

.alternating-content .vertical-line {
    position: relative;
}

.alternating-content .vertical-line::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 1px;
    background-color: #969696;
}

.alternating-content .icons p {
    font-weight: 700;
    text-transform: uppercase;
}

.alternating-content .icons img {
    max-width: 130px;
    margin-left: auto;
    margin-right: auto;
}

/** Image Carousel **/

.image-carousel .slider {
    margin: 0 50px;
}

.image-carousel .slider .slick-slide {
    margin: 0 15px;
}

.image-carousel .slider .slick-prev,
.image-carousel .slider .slick-next {
    top: 50%;
    z-index: 10;
    height: 37px;
    width: 37px;
}

.image-carousel .slider .slick-prev {
    left: -45px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.image-carousel .slider .slick-next {
    right: -45px;
    -webkit-transform: translate(0, -50%) rotate(180deg);
    -ms-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
}

@media screen and ( max-width: 767px ) {
    .image-carousel .slider .slick-next {
        right: -30px;
    }

    .image-carousel .slider .slick-prev {
        left: -30px;
    }
}

.image-carousel .slider .slick-prev:before,
.image-carousel .slider .slick-next:before {
    content: url('images/icon-transparent-arrow-left-circle.svg');
    opacity: 1;
    height: 37px;
    width: 37px;
}


/** Testimonials Section **/
.testimonials {
    padding-bottom: 110px;
}

.testimonials .carousel {
    padding: 0 0 30px;
    margin: 0;
    list-style-type: none;
}

.testimonials .carousel p.copy {
    font-size: 30px;
    font-weight: 600;
}

@media screen and ( max-width: 992px ) {
    .testimonials .carousel p.copy {
        font-size: 22px;
    }
}

.testimonials .carousel p.name {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.testimonials .carousel .slick-slide:focus {
    outline: none;
}

.testimonials .carousel .slick-slide {
    padding-left: 120px;
    padding-right: 120px;
}

@media screen and ( max-width: 992px ) {
    .testimonials .carousel .slick-slide {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.testimonials .carousel .slick-prev,
.testimonials .carousel .slick-next {
    top: calc(50% - 30px);
    z-index: 3;
    width: 48px;
    height: 48px;
}

@media screen and ( max-width: 992px ) {
    .testimonials .carousel .slick-prev,
    .testimonials .carousel .slick-next {
        /*top: 100%;*/
    }
}

.testimonials .carousel .slick-dots {
    text-align: left;
    padding-left: 110px;
}

.testimonials .carousel .slick-dots li {
    width: auto;
    height: auto;
}

.testimonials .carousel .slick-dots li button {
    width: 12px;
    height: 12px;
    padding: 0;
}

.testimonials .carousel .slick-dots li button:before {
    font-size: 10px;
    color: #fff;
    opacity: 1;
}

.testimonials .carousel .slick-dots li.slick-active button:before {
    color: #AE1E30;
}

.testimonials .carousel .slick-prev {
    left: 0;
}

.testimonials .carousel .slick-next {
    right: 0;
    top: 26px;
}

@media screen and ( max-width: 992px ) {
    .testimonials .carousel .slick-next {
        top: 32px;
        right: -15px;
    }

    .testimonials .carousel .slick-prev {
        left: -15px;
    }
}

@media (max-width: 767.98px) {
    .testimonials .carousel .slick-next,
    .testimonials .carousel .slick-prev {
        display: none !important;
    }

    .testimonials .carousel .slick-dots {
        text-align: center;
        padding-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .slick-list {
        margin: 0 2.75rem;
    }
}

.testimonials .carousel .slick-prev:before,
.testimonials .carousel .slick-next:before {
    content: url('images/icon-arrow-left-circle.svg');
    opacity: 1;
}

.testimonials .carousel .slick-next {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/** Featured Posts **/
.featured-posts .post-card {
    position: relative;
    -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    margin-bottom: 30px;
}

.featured-posts .post-card .copy {
    padding: 25px 18px;
}

.featured-posts .post-card .copy h3 {
    font-size: 20px;
}

/** Filter Products **/
.filter-products .post-card {
    -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    margin-bottom: 30px;
}

.filter-products .post-card .copy {
    padding: 25px 18px;
}

.filter-products #filter-toggle {
    color: #AE1E30;
    text-transform: uppercase;
    font-weight: 500;
    background: transparent;
    border: none;
    padding: 0;
}

.filter-products #filter-toggle img {
    width: 28px;
    margin-right: 10px;
}

.filter-products .filter-groups {
    display: none;
}

.filter-products .post-card .copy h3 {
    font-size: 20px;
}

/** Related Products **/
.related-products .post-card {
    -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    margin-bottom: 30px;
}

.related-products .post-card .copy {
    padding: 25px 18px;
}

.related-products h3 {
    font-size: 20px;
}

/** CTAs **/
.ctas {
    position: relative;
    margin-top: 60px;
}

.ctas .copy {
    position: relative;
    z-index: 2;
}

.ctas .cta-gray::after,
.ctas .cta-red::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: 1;
}

.ctas .cta-gray::after {
    background-color: #F3F3F3;
}

.ctas .cta-red::after {
    background-color: #AE1E30;
    left: 50%;
}

@media screen and (max-width: 767px) {
    .ctas .cta-gray::after,
    .ctas .cta-red::after {
        width: 100%;
        height: 50%;
    }

    .ctas .cta-gray::after {
        top: 0;
    }

    .ctas .cta-red::after {
        left: 0;
        top: 50%;
    }

    .ctas .col-md-5:first-child {
        padding-bottom: 50px;
    }

    .ctas .col-md-5:last-child {
        padding-top: 50px;
    }
}

/** Footer **/

footer.site-footer .nav {
    padding: 80px 15px 60px;
}

@media screen and (max-width: 1024px) {
    footer.site-footer .nav {
        padding: 80px 15px 20px;
    }
}

footer.site-footer .nav h2 {
    font-size: 16px;
    font-weight: 600;
}

footer.site-footer .nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 1024px) {
    footer.site-footer .nav ul {
        margin: 0 0 40px;
    }
}

footer.site-footer .nav ul li {
    padding: 10px 0;
}

@media screen and (max-width: 1024px) {
    footer.site-footer .nav ul li {
        padding: 5px 0;
    }
}

footer.site-footer .nav ul li a {
    font-size: 14px;
    color: #3F3B3B;
    padding: 5px 0;
}

@media screen and (max-width: 1024px) {
    footer.site-footer .nav ul li a {
        font-size: 16px;
    }
}

footer.site-footer .nav ul li a:hover {
    color: #AE1E30;
}

footer.site-footer .contact {
    text-transform: uppercase;
}

footer.site-footer .contact img.brand {
    max-width: 260px;
    margin-bottom: 30px;
}

footer.site-footer .contact ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer.site-footer .contact p,
footer.site-footer .contact li {
    font-size: 14px;
    margin-bottom: 0;
}

footer.site-footer .contact li a {
    color: #AE1E30;
}

footer.site-footer .contact li a:hover {
    color: #AE1E30;
}

footer.site-footer .contact {
    padding: 50px 15px;
    background-color: #F1F1F1;
}

footer.site-footer .social {
    padding-top: 30px;
}

footer.site-footer.social a {
    margin: 0 10px;
}

footer.site-footer .colophon {
    background-color: #303030;
    color: #fff;
    padding: 20px 0;
    font-size: 14px;
    text-transform: uppercase;
}

/* Order Styling */
.item-order-wrapper { display:block; height:225px; background: #e6e6e6;position:relative;margin-bottom: 20px; }
.item-order-headline, .item-order-description, .item-order-subtext { position:absolute; left: 130px; }
.item-order-headline { top:25px; font-weight:bold; font-size:20px; text-transform:uppercase; }
.item-order-description { top:47px; color:#000; font-style:italic; font-weight:bold;width:315px; }
.item-order-subtext { top:95px; color:#000;font-style:italic; font-size:12px; }
.item-order-name-wrapper { position: absolute; bottom: 0; left:0;right:0;height: 82px; background: #C8C8C8; }
.item-order-name { position: absolute;top: 15px;left: 20px;width: 55%;color: #3F3B3B;font-weight: bold;font-size: 21px;line-height: 22px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis; }
.item-order-number { position:absolute; bottom:15px; left:20px;font-size: 16px; color: #3F3B3B; }
.item-order-view-button { position: absolute;width: 133px;height: 48px;background: #fff;text-align: center;line-height: 48px;color: #000;font-weight: bold;top: 18px;right: 20px; }

.completed-order { zoom: 1; filter: alpha(opacity=50); opacity: 0.5; }
.completed-order:hover { zoom: 1; filter: alpha(opacity=100); opacity: 1; }

/* Gallery */
.gallery-links a {
    background: #f3f3f3;
    display: block;
    /*height: 250px;*/
}

/* Storefronts */
#kit-standard-images img {
    display: inline-block;
    width: auto;
    height: 400px;
}

@media (max-width: 991.98px) {
    #kit-standard-images img {
        height: 250px;
    }
}

@media (max-width: 767.98px) {
    #kit-standard-images img {
        height: 175px;
    }
}

/* Video Backgrounds */

.video-bg {
    overflow: hidden;
}

.video-bg video {
    margin: auto;
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: hidden;
    opacity: 0;
}

.video-bg video.fade-in {
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 0.4s;
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;
    height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #495057;
    line-height: 36px;
    font-weight: 400;
    padding-left: 0.75rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #495057 transparent transparent transparent;
}

.alert-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.reorderable-item {
    margin-bottom: 60px;
    padding-top: 20px;
}

@media (min-width: 576px) {
    .reorderable-item {
        border-right: 4px solid #f3f3f3;
    }
    .reorderable-item:nth-of-type(3n+0) {
        border-right: 0;
    }
    .reorderable-item > div {
        padding: 0 20px;
    }
}

.lum-lightbox {
    z-index: 100;
}

.has-hover-img .post-card {
    position: relative;
}

.has-hover-img .post-card .product-hover-img {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transition: ease opacity 200ms;
}

.has-hover-img .post-card:hover .product-hover-img {
    opacity: 1;
}
