@charset "UTF-8";

/* ------------------------------------------------
   ---                                          ---
   ---              Library Styles              --- 
   ---                                          ---
   ------------------------------------------------ */


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,600&display=swap");
@import url("https://use.typekit.net/vsc2vax.css");

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
    margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}


/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 15px;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: 0.15s;
    transition-property: opacity, filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
}

.hamburger.is-active:hover,
.hamburger:hover {
    opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
    background-color: #000;
}

.hamburger-box {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}

.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    position: absolute;
    width: 40px;
    height: 4px;
    transition-timing-function: ease;
    transition-duration: 0.15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #000;
}

.hamburger-inner:after,
.hamburger-inner:before {
    display: block;
    content: "";
}

.hamburger-inner:before {
    top: -10px;
}

.hamburger-inner:after {
    bottom: -10px;
}

.hamburger--3dx .hamburger-box {
    perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx .hamburger-inner:after,
.hamburger--3dx .hamburger-inner:before {
    transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx.is-active .hamburger-inner {
    transform: rotateY(180deg);
    background-color: transparent !important;
}

.hamburger--3dx.is-active .hamburger-inner:before {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner:after {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dx-r .hamburger-box {
    perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx-r .hamburger-inner:after,
.hamburger--3dx-r .hamburger-inner:before {
    transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx-r.is-active .hamburger-inner {
    transform: rotateY(-180deg);
    background-color: transparent !important;
}

.hamburger--3dx-r.is-active .hamburger-inner:before {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner:after {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dy .hamburger-box {
    perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy .hamburger-inner:after,
.hamburger--3dy .hamburger-inner:before {
    transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy.is-active .hamburger-inner {
    transform: rotateX(-180deg);
    background-color: transparent !important;
}

.hamburger--3dy.is-active .hamburger-inner:before {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner:after {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dy-r .hamburger-box {
    perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy-r .hamburger-inner:after,
.hamburger--3dy-r .hamburger-inner:before {
    transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy-r.is-active .hamburger-inner {
    transform: rotateX(180deg);
    background-color: transparent !important;
}

.hamburger--3dy-r.is-active .hamburger-inner:before {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner:after {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dxy .hamburger-box {
    perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy .hamburger-inner:after,
.hamburger--3dxy .hamburger-inner:before {
    transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy.is-active .hamburger-inner {
    transform: rotateX(180deg) rotateY(180deg);
    background-color: transparent !important;
}

.hamburger--3dxy.is-active .hamburger-inner:before {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner:after {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dxy-r .hamburger-box {
    perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy-r .hamburger-inner:after,
.hamburger--3dxy-r .hamburger-inner:before {
    transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy-r.is-active .hamburger-inner {
    transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
    background-color: transparent !important;
}

.hamburger--3dxy-r.is-active .hamburger-inner:before {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner:after {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--arrow.is-active .hamburger-inner:before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrow.is-active .hamburger-inner:after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrow-r.is-active .hamburger-inner:before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrow-r.is-active .hamburger-inner:after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowalt .hamburger-inner:before {
    transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner:after {
    transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner:before {
    top: 0;
    transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
    transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowalt.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
    transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowalt-r .hamburger-inner:before {
    transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner:after {
    transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner:before {
    top: 0;
    transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
    transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowalt-r.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
    transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn.is-active .hamburger-inner {
    transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner:before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowturn.is-active .hamburger-inner:after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn-r.is-active .hamburger-inner {
    transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner:before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn-r.is-active .hamburger-inner:after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner:after,
.hamburger--boring .hamburger-inner:before {
    transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
    transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(-90deg);
}

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-duration: 0.13s;
}

.hamburger--collapse .hamburger-inner:after {
    top: -20px;
    transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner:before {
    transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--collapse.is-active .hamburger-inner:after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
    opacity: 0;
}

.hamburger--collapse.is-active .hamburger-inner:before {
    top: 0;
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
    transform: rotate(-90deg);
}

.hamburger--collapse-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-duration: 0.13s;
}

.hamburger--collapse-r .hamburger-inner:after {
    top: -20px;
    transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner:before {
    transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, -10px, 0) rotate(45deg);
}

.hamburger--collapse-r.is-active .hamburger-inner:after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
    opacity: 0;
}

.hamburger--collapse-r.is-active .hamburger-inner:before {
    top: 0;
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
    transform: rotate(90deg);
}

.hamburger--elastic .hamburger-inner {
    top: 2px;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition-duration: 0.275s;
}

.hamburger--elastic .hamburger-inner:before {
    top: 10px;
    transition: opacity 0.125s ease 0.275s;
}

.hamburger--elastic .hamburger-inner:after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
    transition-delay: 75ms;
    transform: translate3d(0, 10px, 0) rotate(135deg);
}

.hamburger--elastic.is-active .hamburger-inner:before {
    transition-delay: 0s;
    opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner:after {
    transition-delay: 75ms;
    transform: translate3d(0, -20px, 0) rotate(-270deg);
}

.hamburger--elastic-r .hamburger-inner {
    top: 2px;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition-duration: 0.275s;
}

.hamburger--elastic-r .hamburger-inner:before {
    top: 10px;
    transition: opacity 0.125s ease 0.275s;
}

.hamburger--elastic-r .hamburger-inner:after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
    transition-delay: 75ms;
    transform: translate3d(0, 10px, 0) rotate(-135deg);
}

.hamburger--elastic-r.is-active .hamburger-inner:before {
    transition-delay: 0s;
    opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner:after {
    transition-delay: 75ms;
    transform: translate3d(0, -20px, 0) rotate(270deg);
}

.hamburger--emphatic {
    overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
    transition: background-color 0.125s ease-in 0.175s;
}

.hamburger--emphatic .hamburger-inner:before {
    left: 0;
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}

.hamburger--emphatic .hamburger-inner:after {
    top: 10px;
    right: 0;
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}

.hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner:before {
    top: -80px;
    left: -80px;
    transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
    transform: translate3d(80px, 80px, 0) rotate(45deg);
}

.hamburger--emphatic.is-active .hamburger-inner:after {
    top: -80px;
    right: -80px;
    transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
    transform: translate3d(-80px, 80px, 0) rotate(-45deg);
}

.hamburger--emphatic-r {
    overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.125s ease-in 0.175s;
}

.hamburger--emphatic-r .hamburger-inner:before {
    left: 0;
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}

.hamburger--emphatic-r .hamburger-inner:after {
    top: 10px;
    right: 0;
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important;
}

.hamburger--emphatic-r.is-active .hamburger-inner:before {
    top: 80px;
    left: -80px;
    transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
    transform: translate3d(80px, -80px, 0) rotate(-45deg);
}

.hamburger--emphatic-r.is-active .hamburger-inner:after {
    top: 80px;
    right: -80px;
    transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
    transform: translate3d(-80px, -80px, 0) rotate(45deg);
}

.hamburger--minus .hamburger-inner:after,
.hamburger--minus .hamburger-inner:before {
    transition: bottom 0.08s ease-out 0s, top 0.08s ease-out 0s, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner:after,
.hamburger--minus.is-active .hamburger-inner:before {
    transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s linear 0.08s;
    opacity: 0;
}

.hamburger--minus.is-active .hamburger-inner:before {
    top: 0;
}

.hamburger--minus.is-active .hamburger-inner:after {
    bottom: 0;
}

.hamburger--slider .hamburger-inner {
    top: 2px;
}

.hamburger--slider .hamburger-inner:before {
    top: 10px;
    transition-timing-function: ease;
    transition-duration: 0.15s;
    transition-property: transform, opacity;
}

.hamburger--slider .hamburger-inner:after {
    top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner:before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner:after {
    transform: translate3d(0, -20px, 0) rotate(-90deg);
}

.hamburger--slider-r .hamburger-inner {
    top: 2px;
}

.hamburger--slider-r .hamburger-inner:before {
    top: 10px;
    transition-timing-function: ease;
    transition-duration: 0.15s;
    transition-property: transform, opacity;
}

.hamburger--slider-r .hamburger-inner:after {
    top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner:before {
    transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner:after {
    transform: translate3d(0, -20px, 0) rotate(90deg);
}

.hamburger--spin .hamburger-inner {
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-duration: 0.22s;
}

.hamburger--spin .hamburger-inner:before {
    transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner:after {
    transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: rotate(225deg);
}

.hamburger--spin.is-active .hamburger-inner:before {
    top: 0;
    transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
    opacity: 0;
}

.hamburger--spin.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    transform: rotate(-90deg);
}

.hamburger--spin-r .hamburger-inner {
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-duration: 0.22s;
}

.hamburger--spin-r .hamburger-inner:before {
    transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner:after {
    transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: rotate(-225deg);
}

.hamburger--spin-r.is-active .hamburger-inner:before {
    top: 0;
    transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
    opacity: 0;
}

.hamburger--spin-r.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    transform: rotate(90deg);
}

.hamburger--spring .hamburger-inner {
    top: 2px;
    transition: background-color 0s linear 0.13s;
}

.hamburger--spring .hamburger-inner:before {
    top: 10px;
    transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner:after {
    top: 20px;
    transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
    transition-delay: 0.22s;
    background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner:before {
    top: 0;
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner:after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
    transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--spring-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-duration: 0.13s;
}

.hamburger--spring-r .hamburger-inner:after {
    top: -20px;
    transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner:before {
    transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--spring-r.is-active .hamburger-inner:after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s linear 0.22s;
    opacity: 0;
}

.hamburger--spring-r.is-active .hamburger-inner:before {
    top: 0;
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
    transform: rotate(90deg);
}

.hamburger--stand .hamburger-inner {
    transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
}

.hamburger--stand .hamburger-inner:before {
    transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand .hamburger-inner:after {
    transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand.is-active .hamburger-inner {
    transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
    transform: rotate(90deg);
    background-color: transparent !important;
}

.hamburger--stand.is-active .hamburger-inner:before {
    top: 0;
    transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    transform: rotate(-45deg);
}

.hamburger--stand.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    transform: rotate(45deg);
}

.hamburger--stand-r .hamburger-inner {
    transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
}

.hamburger--stand-r .hamburger-inner:before {
    transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand-r .hamburger-inner:after {
    transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand-r.is-active .hamburger-inner {
    transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
    transform: rotate(-90deg);
    background-color: transparent !important;
}

.hamburger--stand-r.is-active .hamburger-inner:before {
    top: 0;
    transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    transform: rotate(-45deg);
}

.hamburger--stand-r.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    transform: rotate(45deg);
}

.hamburger--squeeze .hamburger-inner {
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-duration: 75ms;
}

.hamburger--squeeze .hamburger-inner:before {
    transition: top 75ms ease 0.12s, opacity 75ms ease;
}

.hamburger--squeeze .hamburger-inner:after {
    transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: rotate(45deg);
}

.hamburger--squeeze.is-active .hamburger-inner:before {
    top: 0;
    transition: top 75ms ease, opacity 75ms ease 0.12s;
    opacity: 0;
}

.hamburger--squeeze.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    transform: rotate(-90deg);
}

.hamburger--vortex .hamburger-inner {
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-duration: 0.2s;
}

.hamburger--vortex .hamburger-inner:after,
.hamburger--vortex .hamburger-inner:before {
    transition-delay: 0.1s;
    transition-timing-function: linear;
    transition-duration: 0s;
}

.hamburger--vortex .hamburger-inner:before {
    transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner:after {
    transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transform: rotate(765deg);
}

.hamburger--vortex.is-active .hamburger-inner:after,
.hamburger--vortex.is-active .hamburger-inner:before {
    transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(90deg);
}

.hamburger--vortex-r .hamburger-inner {
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-duration: 0.2s;
}

.hamburger--vortex-r .hamburger-inner:after,
.hamburger--vortex-r .hamburger-inner:before {
    transition-delay: 0.1s;
    transition-timing-function: linear;
    transition-duration: 0s;
}

.hamburger--vortex-r .hamburger-inner:before {
    transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner:after {
    transition-property: bottom, transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transform: rotate(-765deg);
}

.hamburger--vortex-r.is-active .hamburger-inner:after,
.hamburger--vortex-r.is-active .hamburger-inner:before {
    transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(-90deg);
}


/* ------------------------------------------------
   ---                                          ---
   ---              Website Styles              --- 
   ---                                          ---
   ------------------------------------------------ */

:root {
    --dark: #1C1E22;
    --light: #FFFFFF;
    --light-alt: #AAAAAA;
    --green: #18AD8D;
    --green-alt: #0c8167;
}

html,
body {
    overflow-x: hidden;
}

p {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

a {
    color: var(--green);
}

.primary {
    color: var(--green) !important;
}

.btn-primary,
a.btn-primary:visited {
    background: var(--green);
    border-color: var(--green);
    border-radius: 30px;
    padding: 15px 40px;
    color: var(--light);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 0.8em;
    display: inline-block;
    transition: all ease 300ms;
}

.btn-primary:hover {
    background: var(--green-alt);
    color: var(--light);
    border-color: var(--green-alt);
}

.btn-secondary {
    background: #444444;
    border-radius: 30px;
    padding: 15px 40px;
    color: var(--light);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 0.8em;
    display: inline-block;
    transition: all ease 300ms;
}

.btn-secondary:hover {
    background: #3c3c3c;
    color: var(--light);
}

.btn-black {
    color: var(--light);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 0.8em;
    display: inline-block;
    transition: all ease 300ms;
    background: var(--dark);
    border-radius: 30px;
    padding: 15px 40px;
}

.btn-black:hover {
    background: #101214;
    color: var(--light);
}

.btn-blue {
    color: var(--light);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 0.8em;
    display: inline-block;
    transition: all ease 300ms;
    background: #10638E;
    border-radius: 30px;
    padding: 15px 40px;
}

.btn-blue:hover {
    background: #0d5377;
    color: var(--light);
}

.btn-group a {
    margin-right: 25px;
}

@media only screen and (max-width: 760px) {
    .btn-group a {
        margin: 10px;
    }
}

.btn-group a:last-child {
    margin-right: 0;
}

.btn-sm {
    font-size: 0.65em;
    font-weight: 600;
    padding: 8px 30px;
}

.control {
    display: block;
    position: relative;
    margin-bottom: 5px;
    padding-top: 3px;
    cursor: pointer;
    font-size: 16px;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control_indicator {
    position: absolute;
    top: 5px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border: 0px solid #000000;
    border-radius: 0px;
}

.control:hover input~.control_indicator,
.control input:focus~.control_indicator {
    background: #DDDDDD;
}

.control input:checked~.control_indicator {
    background: #10638E;
}

.control:hover input:not([disabled]):checked~.control_indicator,
.control input:checked:focus~.control_indicator {
    background: #0d5377;
}

.control input:disabled~.control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}

.control input:checked~.control_indicator:after {
    display: block;
}

.control-checkbox .control_indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid var(--light);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control-checkbox input:disabled~.control_indicator:after {
    border-color: #7b7b7b;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #DDDDDD;
    padding: 10px 20px;
    letter-spacing: 1px;
    font-weight: 600;
    color: var(--dark);
    background: url("../imgs/icons/chevron-down.svg");
    background-repeat: no-repeat;
    background-position: 93%;
    background-size: 15px;
    background-color: var(--light);
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-200 {
    margin-bottom: 200px;
}

.my-100 {
    margin: 100px 0;
}

.py-100 {
    padding: 100px 0;
}

.py-200 {
    padding: 200px 0;
}

.heading p.sub-heading {
    color: var(--green);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 0.7rem;
}

.heading h2 {
    color: var(--light);
    font-size: 2.4rem;
    width: 100%;
    max-width: 750px;
}

@media only screen and (max-width: 760px) {
    .heading h2 {
        font-size: 1.9rem;
    }
}

p.sub-heading {
    color: var(--green);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 0.7rem;
}

.heading.text-center h2 {
    margin: 0 auto;
}

.inner-page-header {
    padding: 250px 0 150px;
    text-align: center;
}

.inner-page-header h1 {
    color: var(--light);
    font-size: 4rem;
    text-align: center;
    margin-bottom: 20px;
}

@media only screen and (max-width: 760px) {
    .inner-page-header h1 {
        font-size: 2.7rem;
        padding: 0 25px;
    }
}

.inner-page-header p {
    color: var(--light-alt);
    font-size: 1.2rem;
    line-height: 2rem;
    width: 100%;
    max-width: 700px;
    margin: 0px auto 30px;
}

@media only screen and (max-width: 760px) {
    .inner-page-header p {
        padding: 25px;
        width: auto;
    }
}

.inner-page-header.txt-left {
    text-align: left;
}

.inner-page-header.txt-left h1,
.inner-page-header.txt-left p {
    text-align: left;
}

.inner-page-header.txt-left p {
    margin: 0 0 30px 0;
    max-width: 890px;
}

.inner-page-header.breadcrumbs h1 {
    margin-top: 10px;
}

.zare-drop-shield-bg {
    background-image: url("../imgs/zare-hero-bg.png");
    background-repeat: no-repeat;
    background-position: top right;
}

ol.breadcrumb-trail {
    margin: 0;
    padding: 0;
    list-style: none;
}

ol.breadcrumb-trail li {
    display: inline-block;
    color: #444444;
    margin: 0 5px 0 0;
    font-weight: 600;
}

ol.breadcrumb-trail li a {
    color: var(--green);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.7rem;
    font-weight: 600;
    text-decoration: none;
}

.features .item {
    display: flex;
}

@media only screen and (max-width: 760px) {
    .features .item {
        margin-bottom: 35px;
    }
}

.features .item .content-hold {
    padding: 40px 0;
    display: flex;
}

@media only screen and (max-width: 760px) {
    .features .item .content-hold {
        padding: 0px;
    }
}

.features .item .icon {
    width: 75px;
    height: 75px;
    min-height: 75px;
    min-width: 75px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #343434;
    color: var(--light);
    margin-right: 20px;
    transition: all ease 200ms;
}

.features .item .icon i {
    color: var(--light);
    font-size: 38px;
    margin-top: 3px;
}

.features .item .content {
    transition: all ease 200ms;
}

.features .item .content h4 {
    color: var(--light);
    font-size: 1.35rem;
    line-height: 2rem;
    transition: all ease 200ms;
    width: 100%;
    margin-top: 0;
}

.features .item .content h4:after {
    content: "";
    display: block;
    width: 47px;
    height: 5px;
    background: #343434;
    transition: all ease 200ms;
    margin-top: 15px;
}

.features .item .content p {
    color: var(--light-alt);
    width: 100%;
    font-size: 0.95em;
    line-height: 1.4rem;
    padding-right: 40px;
}

.features .item:hover .icon,
.features .item:hover h4:after {
    background: var(--green);
}

.features .item:hover p {
    max-height: 1000px;
    transition: max-height 1s ease-in-out;
}

table.pricing {
    width: auto;
    border-collapse: collapse;
}

table.pricing thead th {
    background: #DDDDDD;
    padding: 25px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 0.8rem;
    text-align: left;
}

table.pricing tbody td {
    background: var(--light);
    border-bottom: 2px solid #DDDDDD;
    padding: 15px 25px;
    font-size: 1rem;
    color: var(--dark);
    min-width: 150px;
    transition: all ease 200ms;
}

table.tbl-center {
    margin: 0 auto;
}

.grid-col-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media only screen and (max-width: 760px) {
    .skinny-cta.mb-200 {
        margin-bottom: 100px;
    }
}

#main-header {
    position: absolute;
    width: 100%;
    z-index: 99;
}

@media only screen and (max-width: 760px) {
    #main-header {
        position: fixed;
    }
}

#main-header .top-menu {
    border-bottom: 1px solid #444444;
}

#main-header .top-menu ul {
    margin: 0;
    padding: 20px 0;
    display: flex;
    justify-content: end;
}

@media only screen and (max-width: 760px) {
    #main-header .top-menu ul {
        display: none;
    }
}

#main-header .top-menu ul li {
    display: inline-block;
    margin-left: 35px;
}

@media only screen and (max-width: 760px) {
    #main-header .top-menu ul li {
        margin-left: 0;
    }
}

#main-header .top-menu ul li a {
    text-decoration: none;
    color: var(--light);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.8em;
    letter-spacing: 2px;
    opacity: 0.6;
    transition: all ease 200ms;
}

#main-header .top-menu ul li a:hover {
    opacity: 1;
}

#main-header .top-menu ul li:first-child {
    margin-left: 0;
}

#main-header .main-menu .header-hold {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0 25px;
}

@media only screen and (max-width: 760px) {
    #main-header .main-menu .header-hold {
        padding: 0;
    }
}

#main-header .main-menu .header-hold .logo-hold {
    width: 20%;
}

#main-header .main-menu .header-hold .logo-hold img {
    width: 100%;
    max-width: 170px;
    display: block;
}

@media only screen and (max-width: 760px) {
    #main-header .main-menu .header-hold .logo-hold img {
        width: 150px;
        margin-left: 25px;
    }
}

#main-header .main-menu .header-hold nav {
    width: 80%;
}

@media only screen and (max-width: 760px) {
    #main-header .main-menu .header-hold nav {
        display: none;
    }
}

#main-header .main-menu .header-hold nav ul {
    margin: 0;
    padding: 0;
    text-align: right;
}

#main-header .main-menu .header-hold nav ul li {
    display: inline-block;
    margin-left: 45px;
}

#main-header .main-menu .header-hold>nav>ul>li>a {
    color: var(--light);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 0.9em;
    display: inline-block;
    transition: all ease 300ms;
    padding: 30px 0;
}

#main-header .main-menu .header-hold nav ul li a:hover {
    color: var(--green);
}

#main-header .main-menu .header-hold nav ul li .mega-menu li a {
    padding: 0;
}

#main-header .main-menu .header-hold nav ul li .mega-menu {
    display: none;
}

#main-header .main-menu .header-hold nav ul li:last-child a {
    background: var(--green);
    border-radius: 30px;
    padding: 13px 45px;
}

#main-header .main-menu .header-hold nav ul li:last-child a:hover {
    background: var(--green-alt);
    color: var(--light);
}

#main-header .main-menu .header-hold nav ul li.has-mega-menu:hover>.mega-menu {
    display: block;
}

#main-header .mega-menu {
    background: var(--light);
    border-bottom: 10px solid var(--green);
    position: absolute;
    left: 0;
    right: 0;
}

#main-header .mega-menu a {
    text-decoration: none;
}

#main-header .mega-menu .mega-menu-wrp {
    display: flex;
    padding: 20px 30px;
}

#main-header .mega-menu .mega-menu-wrp .options-hold {
    width: 25%;
}

#main-header .mega-menu .mega-menu-wrp .options-hold ul {
    margin: 0;
    padding: 0;
}

#main-header .mega-menu .mega-menu-wrp .options-hold ul li {
    display: block;
    border-bottom: 1px solid #EAEAEA;
    text-align: left;
    margin: 0;
    padding: 10px 0;
    width: 100%;
    opacity: 0.4;
    transition: all ease 300ms;
}

#main-header .mega-menu .mega-menu-wrp .options-hold ul li a {
    text-transform: none;
    display: flex;
    align-items: top;
}

#main-header .mega-menu .mega-menu-wrp .options-hold ul li a img {
    width: 31px;
    height: 22px;
    margin-right: 20px;
    margin-top: 7px;
}

#main-header .mega-menu .mega-menu-wrp .options-hold ul li a p {
    color: var(--dark);
    letter-spacing: 0;
    font-size: 1.25em;
    font-weight: 700;
    margin: 0;
}

#main-header .mega-menu .mega-menu-wrp .options-hold ul li a span {
    color: var(--green);
    display: block;
    font-size: 0.7em;
}

#main-header .mega-menu .mega-menu-wrp .options-hold ul li.selected,
#main-header .mega-menu .mega-menu-wrp .options-hold ul li:hover {
    opacity: 1;
}

#main-header .mega-menu .mega-menu-wrp .options-hold ul li.selected a,
#main-header .mega-menu .mega-menu-wrp .options-hold ul li:hover a {
    color: var(--dark);
}

#main-header .mega-menu .mega-menu-wrp .options-hold ul li:last-child a,
#main-header .mega-menu .mega-menu-wrp .options-hold ul li:last-child:hover a {
    background: none;
    border-radius: none;
    padding: 0;
    color: var(--dark);
}

#main-header .mega-menu .mega-menu-wrp .content-reveal.active {
    display: flex;
}

#main-header .mega-menu .mega-menu-wrp .content-reveal {
    width: 75%;
    display: none;
    flex-wrap: wrap;
    padding-left: 35px;
}

#main-header .mega-menu .mega-menu-wrp .content-reveal .item {
    width: 50%;
}

#main-header .mega-menu .mega-menu-wrp .content-reveal .item .item-content {
    border: 1px solid #DDDDDD;
    display: flex;
    margin: 10px;
    position: relative;
}

#main-header .mega-menu .mega-menu-wrp .content-reveal .item .item-content:hover {
    border: 1px solid var(--green);
    display: flex;
    margin: 10px;
    position: relative;
}

#main-header .mega-menu .mega-menu-wrp .content-reveal .item .item-content .cost {
    background: #DDDDDD;
    width: 25%;
    padding: 15px 0;
    text-align: center;
    position: relative;
    margin: 0px;
    margin-bottom: -1px;
}

.dc-services-menu {
    padding: 20px 30px;
}

.dc-services-menu .item-content {
    border: 1px solid transparent;
    padding: 15px;
}

.dc-services-menu .item-content:hover {
    border: 1px solid var(--green);
}

.dc-services-menu .item-content:hover p:first-of-type {
    color: var(--green);
}

.dc-services-menu i {
    color: var(--green);
    font-size: 2.5em;
}

.dc-services-menu .content p {
    color: var(--dark);
    font-size: 0.9em;
    margin-bottom: 0;
}

.dc-services-menu .content p:first-of-type {
    font-weight: bold;
    font-size: 1.4em;
}

.cost .badge,
.server .badge {
    font-size: 0.65em;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--light);
    font-weight: 800;
    padding: 6px 0px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
}

.cost .badge.limited,
.server .badge.limited {
    background: var(--green);
}

.cost .badge.sale,
.server .badge.sale {
    background: #D80000;
}

.cost .badge.new,
.server .badge.new {
    background: var(--dark);
    color: var(--light);
}

.badge-primary {
    color: var(--light);
    background-color: var(--green);
    font-weight: 500;
}

.badge-secondary {
    color: var(--light);
    background-color: var(--green-alt);
    font-weight: 500;
}

.badge-danger {
    color: var(--light);
    background-color: #3498db;
    font-weight: 500;
}

.label-info {
    background-color: #3498db;
}

.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

pre {
    background: var(--light);
    padding: 10px 15px;
    color: var(--dark);
}

.bg-success {
    background-color: var(--green-alt) !important
}

.text-success {
    color: var(--green) !important
}

.border-success {
    border: 1px solid var(--green) !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: var(--green);
}

#main-header .mega-menu .mega-menu-wrp .content-reveal .item .item-content .cost p {
    color: var(--dark);
    font-size: 1.5em;
    font-weight: 700;
}

#main-header .mega-menu .mega-menu-wrp .content-reveal .item .item-content .cost p span {
    display: block;
    opacity: 0.6;
    font-size: 12px;
    font-weight: 500;
}

#main-header .mega-menu .mega-menu-wrp .content-reveal .item .item-content .content {
    width: 75%;
    text-align: left;
    padding: 15px;
}

#main-header .mega-menu .mega-menu-wrp .content-reveal .item .item-content .content p:first-of-type {
    display: block;
    color: var(--dark);
    font-weight: 700;
    font-size: 1.1em;
    margin: 0;
    margin-bottom: 10px;
}

#main-header .mega-menu .mega-menu-wrp .content-reveal .item .item-content .content p:not(:first-of-type) {
    text-align: left;
    margin: 0;
    margin-top: 10px;
    line-height: 1em;
    display: block;
    width: 100%;
    color: #666666;
}

#main-header .mega-menu .mega-menu-wrp .footer-hold {
    width: 100%;
    margin: 20px 15px 20px 0;
}

#main-header .mega-menu .mega-menu-wrp .special-head,
#main-header .mega-menu .mega-menu-wrp .location-head {
    text-align: left;
    width: 100%;
    margin-left: 10px;
}

#main-header .mega-menu .mega-menu-wrp .special-head .special-title {
    font-weight: 600;
    font-size: 1.4em;
    margin: 5px 0 0 0;
}

#main-header .mega-menu .mega-menu-wrp .location-head .location-title {
    font-weight: 700;
    font-size: 1.5em;
    margin: 10px 0 0 0;
}

#main-header .mega-menu .mega-menu-wrp .location-summary {
    margin: 0;
}

#main-header .mega-menu .mega-menu-wrp .location-summary a {
    color: var(--green);
    margin: 15px 0;
    font-weight: 600;
}

#main-header .mega-menu .mega-menu-wrp .location-summary .btn-primary {
    float: right;
    margin-top: -25px;
    margin-right: 15px;
    color: var(--light);
    width: 30%;
    text-align: center;
}

#main-header .mega-menu .mega-menu-wrp .footer-hold a {
    color: var(--green);
    margin-left: 35px;
    font-weight: 600;
}

@media only screen and (max-width: 760px) {
    .scrolled {
        background: var(--dark);
        transition: all ease 350ms;
    }

    #main-header .main-menu .header-hold>nav>ul>li>a {
        padding: 5px 0;
    }
}

.mob-btns {
    display: none;
}

@media only screen and (max-width: 760px) {
    .mob-btns {
        display: flex;
    }
}

.mob-btns a.mob-link {
    background: #10638E;
    width: 73px;
    height: 73px;
    display: block;
    color: var(--light);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.7rem;
}

.mob-btns button.hamburger {
    background: var(--green);
    width: 73px;
    height: 73px;
    display: block;
}

.mob-btns .hamburger.is-active .hamburger-inner,
.mob-btns .hamburger.is-active .hamburger-inner:after,
.mob-btns .hamburger.is-active .hamburger-inner:before {
    background-color: var(--light);
}

.mob-btns .hamburger-inner,
.mob-btns .hamburger-inner:after,
.mob-btns .hamburger-inner:before {
    background: var(--light);
    height: 3px;
    border-radius: 0;
}

.mob-btns .hamburger.is-active .hamburger-inner:before {
    left: 0 !important;
}

.mob-btns .hamburger-inner:before {
    left: -5px !important;
}

@media only screen and (max-width: 760px) {
    .main-menu .container {
        padding: 0 0;
    }

    body header#main-header.burger--active .main-menu {
        background: var(--dark);
    }

    body header#main-header.burger--active .main-menu .header-hold {
        flex-wrap: wrap;
    }

    body header#main-header.burger--active .main-menu .logo-hold {
        order: 1;
    }

    body header#main-header.burger--active .main-menu .mob-btns {
        order: 2;
    }

    body header#main-header.burger--active .main-menu nav {
        order: 3;
        display: block;
        width: 100%;
        position: relative;
        padding: 25px 0 10px 0;
    }

    body header#main-header.burger--active .main-menu nav ul {
        text-align: center;
    }

    body header#main-header.burger--active .main-menu nav ul li.menu-link {
        display: block;
        margin: 0 0;
        padding: 15px 0;
    }

    body header#main-header.burger--active .main-menu nav ul li.menu-link .mega-menu {
        display: none !important;
    }

    body header#main-header.burger--active .main-menu nav ul li.menu-link a {
        font-size: 0.9rem;
    }
}

footer {
    background: #272727;
}

footer .pre-footer .content {
    padding: 35px 0;
    border-bottom: 1px solid #393939;
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 1080px) {
    footer .pre-footer .content {
        padding: 35px 25px;
    }
}

@media only screen and (max-width: 760px) {
    footer .pre-footer .content {
        display: block;
    }
}

footer .pre-footer .content .logo {
    width: 175px;
}

@media only screen and (max-width: 760px) {
    footer .pre-footer .content .logo {
        margin: 0 auto 25px;
    }
}

footer .pre-footer .content .logo img {
    width: 100%;
    display: block;
}

footer .pre-footer .content .contact-info {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 760px) {
    footer .pre-footer .content .contact-info {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        text-align: center;
    }
}

footer .pre-footer .content .contact-info p {
    color: #888888;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    margin-right: 15px;
    margin-bottom: 0;
}

@media only screen and (max-width: 760px) {
    footer .pre-footer .content .contact-info p {
        margin: 10px 0 !important;
    }
}

footer .pre-footer .content .contact-info p.tel-title {
    margin-left: 35px;
}

footer .pre-footer .content .contact-info a {
    color: var(--light);
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 2px;
    transition: all ease 200ms;
}

footer .pre-footer .content .contact-info a:hover {
    transition: all ease 200ms;
    color: var(--green);
}

footer .pre-footer .content .contact-info ul {
    margin: 0;
    padding: 0;
}

footer .pre-footer .content .contact-info ul li {
    display: inline-block;
    margin-left: 10px;
}

footer .pre-footer .content .contact-info ul li a {
    color: var(--light);
    font-size: 1.1rem;
    transition: all ease 200ms;
}

footer .pre-footer .content .contact-info ul li a:hover {
    color: var(--green);
    transition: all ease 200ms;
}

footer .main-footer {
    padding: 35px 0;
}

@media only screen and (max-width: 1080px) {
    footer .main-footer {
        padding: 35px 25px;
    }
}

footer .main-footer .column-hold {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media only screen and (max-width: 890px) {
    footer .main-footer .column-hold {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 760px) {
    footer .main-footer .column-hold {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        text-align: center;
        gap: 25px;
    }
}

footer .main-footer .column-hold .column h4 {
    color: #888888;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 14px;
}

footer .main-footer .column-hold .column ul {
    margin: 0;
    padding: 0;
}

footer .main-footer .column-hold .column ul li {
    display: block;
    list-style: none;
    margin-bottom: 5px;
}

footer .main-footer .column-hold .column ul li a {
    color: var(--light);
    text-decoration: none;
    font-size: 0.9rem;
    transition: all ease 200ms;
}

footer .main-footer .column-hold .column ul li a:hover {
    color: var(--green);
    transition: all ease 200ms;
}

@media only screen and (max-width: 760px) {
    footer .main-footer .column-hold .column {
        text-align: left;
    }
}

footer .copyright {
    background: #313131;
    border-bottom: 10px solid var(--green);
    padding: 25px 0;
}

@media only screen and (max-width: 1080px) {
    footer .copyright {
        padding: 25px;
    }
}

footer .copyright .copyright-hold {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width: 760px) {
    footer .copyright .copyright-hold {
        display: block;
    }
}

footer .copyright .copyright-hold .content ul {
    margin: 0;
    padding: 0;
}

footer .copyright .copyright-hold .content ul li {
    display: inline-block;
}

footer .copyright .copyright-hold .content ul li a {
    color: #888888;
    text-decoration: none;
}

footer .copyright .copyright-hold .content p {
    color: #888888;
    margin-bottom: 0;
}

@media only screen and (max-width: 760px) {
    footer .copyright .copyright-hold img {
        margin-top: 20px;
    }
}

:root {
    font-size: 16px;
}

:root body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    font-family: "Montserrat", sans-serif;
    background: var(--dark);
    margin: 0;
    font-size: 14px;
}


/* --- Pages --- */

.home-hero {
    position: relative;
    height: 95vh;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: -1px;
}

.home-hero .content {
    position: relative;
    z-index: 10;
    padding-top: 200px;
}

@media only screen and (max-width: 1080px) {
    .home-hero .content {
        text-align: center;
        padding-top: 200px;
    }
}

.home-hero .content h1 {
    color: var(--light);
    font-size: 3.35rem;
    width: 100%;
    max-width: 850px;
}

@media only screen and (max-width: 1080px) {
    .home-hero .content h1 {
        text-align: center;
        margin: 0 auto 50px;
    }
}

@media only screen and (max-width: 760px) {
    .home-hero .content h1 {
        font-size: 2.25rem;
        max-width: 95%;
    }
}

.home-hero:before {
    content: "";
    display: block;
    background-image: url("../imgs/home-hero.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.65;
    z-index: 1;
}

.home-hero:after {
    content: "";
    display: block;
    background-image: url("../imgs/hero-overlay.svg");
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 2;
    height: 400px;
    margin-bottom: -1px;
}

.clients-block {
    margin: 75px 0;
}

.clients-block .content {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 1080px) {
    .clients-block .content {
        display: block;
        text-align: center;
    }
}

.clients-block .content em {
    color: #545558;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-style: normal;
    font-weight: 600;
    display: block;
    width: 250px;
}

@media only screen and (max-width: 1080px) {
    .clients-block .content em {
        margin: 0 auto 35px;
        font-size: 1.25rem;
    }
}

.clients-block .content .logo-hold {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

@media only screen and (max-width: 1080px) {
    .clients-block .content .logo-hold {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media only screen and (max-width: 1080px) {
    .clients-block .content .logo-hold .logo {
        width: 33%;
        margin: 10px 0;
    }
}

@media only screen and (max-width: 760px) {
    .clients-block .content .logo-hold .logo {
        width: 50%;
    }
}

.clients-block .content .logo-hold .logo img {
    opacity: 0.6;
    transition: all ease 250ms;
}

.clients-block .content .logo-hold .logo img:hover {
    opacity: 1;
}

.clients-block .content .logo-hold .logo:after {
    content: "";
    display: block;
    width: 50px;
    height: 5px;
    opacity: 0;
    transition: all ease 100ms;
}

@media only screen and (max-width: 1080px) {
    .clients-block .content .logo-hold .logo:after {
        margin: 15px auto 0;
    }
}

.clients-block .content .logo-hold .logo:hover:after {
    opacity: 1;
    transition: all ease 1s;
}

.testimonial-block .testimonial-hold {
    display: flex;
    align-items: center;
}

.testimonial-block .testimonial-hold .symbol {
    border-right: 2px solid #444444;
}

@media only screen and (max-width: 760px) {
    .testimonial-block .testimonial-hold .symbol {
        display: none;
    }
}

.testimonial-block .testimonial-hold .symbol img {
    width: 115px;
}

.testimonial-block .testimonial-hold figure {
    width: 100%;
}

@media only screen and (max-width: 760px) {
    .testimonial-block .testimonial-hold figure blockquote {
        margin: 0;
        padding: 0;
    }
}

.testimonial-block .testimonial-hold figure blockquote p {
    color: var(--light);
    font-size: 1.5rem;
    line-height: 2.3rem;
}

.testimonial-block .testimonial-hold figure figcaption {
    color: var(--green);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 0.7rem;
}

.testimonial-block .testimonial-hold figure figcaption cite {
    font-style: normal;
}

.data-dots-wave {
    width: 100%;
    height: auto;
}

.product-option-cards {
    margin: 100px 0 150px;
}

@media only screen and (max-width: 1080px) {
    .product-option-cards {
        padding: 0 25px;
    }
}

.product-option-cards .product-option-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    margin: 75px 0 0 0;
}

@media only screen and (max-width: 760px) {
    .product-option-cards .product-option-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.product-card {
    border: 2px solid #444444;
    padding: 25px;
}

@media only screen and (max-width: 760px) {
    .product-card {
        padding: 25px;
    }
}

.product-card .heading h3 {
    color: var(--light);
    font-size: 2rem;
    margin: 0;
}

.product-card p.sub-heading {
    color: var(--green);
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 0.7rem;
}

.product-card p.price {
    color: var(--green);
    font-weight: 700;
}

.product-card p {
    color: var(--light-alt);
    font-size: 0.85rem;
    line-height: 1.1rem;
    margin-bottom: 0;
}

@media only screen and (max-width: 760px) {
    .product-card .aside {
        margin-top: 35px;
    }
}

.product-card .aside img {
    display: block;
    margin: 0 auto;
}

.product-card .aside p {
    text-align: center;
    color: var(--light);
    font-weight: 700;
}

.product-card .aside ul {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 180px;
    margin: 5px auto 0 auto;
}

@media only screen and (max-width: 760px) {
    .product-card .aside ul {
        margin: 10px auto 0;
    }
}

.product-card .aside ul li {
    display: inline-block;
}

.product-card .aside ul li img {
    width: 30px;
    border-radius: 8px;
}

.product-card .product-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-card.single-card {
    grid-column: auto !important;
}

.product-card.featured {
    grid-column: 1/-1;
    border: 3px solid var(--green);
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 760px) {
    .product-card.featured {
        display: block;
    }
}

.product-card.featured .content {
    width: 100%;
}

@media only screen and (max-width: 760px) {
    .product-card.featured .content {
        width: 100%;
        text-align: center;
    }
}

.product-card.featured .aside {
    width: 30%;
    padding-left: 50px;
}

@media only screen and (max-width: 760px) {
    .product-card.featured .aside {
        width: 100%;
        padding-left: 0;
    }
}

.product-card.featured .btn-group {
    margin-top: 25px;
}

.product-card.selected {
    border: 3px solid var(--green);
}

.home-dedicated-servers {
    background: #303030;
    padding: 120px 0;
}

@media only screen and (max-width: 1080px) {
    .home-dedicated-servers {
        padding: 120px 25px;
    }
}

.home-dedicated-servers .grid-hold {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: 5fr 5fr;
    margin-top: 75px;
}

@media only screen and (max-width: 760px) {
    .home-dedicated-servers .grid-hold {
        display: block;
    }

    .home-dedicated-servers .grid-hold .product-card {
        margin-bottom: 50px;
    }

    .home-dedicated-servers .grid-hold .product-card:last-child {
        margin-bottom: 0;
    }
}

.testimonial-block-slider {
    background-image: url("../imgs/home-testimonial-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media only screen and (max-width: 1080px) {
    .testimonial-block-slider .content-hold {
        padding: 0 25px;
    }
}

@media only screen and (max-width: 760px) {
    .testimonial-block-slider .content-hold {
        padding: 0 15px;
    }
}

.testimonial-block-slider .content-hold .testimonial-owl {
    padding: 200px 0;
}

@media only screen and (max-width: 760px) {
    .testimonial-block-slider .content-hold .testimonial-owl {
        padding: 100px 0 200px;
    }
}

.testimonial-block-slider .content-hold .testimonial-owl .item .content-hold {
    width: 100%;
    max-width: 700px;
}

.testimonial-block-slider .content-hold .testimonial-owl .item p.sub-heading {
    color: var(--light);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.8rem;
    font-weight: 700;
    margin: 0;
}

.testimonial-block-slider .content-hold .testimonial-owl .item h3 {
    color: var(--light);
    font-size: 2.7rem;
    margin: 0;
}

.testimonial-block-slider .content-hold .testimonial-owl .item p {
    color: var(--light);
    font-size: 1.1rem;
    line-height: 2rem;
    margin-bottom: 35px;
}

.testimonial-block-slider .content-hold .testimonial-owl .owl-nav {
    position: absolute;
    bottom: 0;
    right: 0;
}

@media only screen and (max-width: 1080px) {
    .testimonial-block-slider .content-hold .testimonial-owl .owl-nav {
        right: -25px;
    }
}

.testimonial-block-slider .content-hold .testimonial-owl .owl-nav button {
    background: var(--dark);
    width: 100px;
    height: 100px;
    color: var(--light);
    border-radius: 0;
    margin: 0;
    transition: all ease 300ms;
}

.testimonial-block-slider .content-hold .testimonial-owl .owl-nav button:hover {
    background: var(--green);
    transition: all ease 300ms;
}

.content-img-block .img-block-hold {
    display: flex;
    align-items: center;
    padding: 200px 0;
}

@media only screen and (max-width: 760px) {
    .content-img-block .img-block-hold {
        display: block;
        padding: 100px 25px;
    }
}

.content-img-block .img-block-hold .content {
    padding-right: 100px;
    width: 60%;
}

@media only screen and (max-width: 1080px) {
    .content-img-block .img-block-hold .content {
        padding-left: 25px;
    }
}

@media only screen and (max-width: 760px) {
    .content-img-block .img-block-hold .content {
        padding: 0;
        width: 100%;
    }
}

.content-img-block .img-block-hold .content p.subheading {
    text-transform: uppercase;
    color: var(--green);
    font-size: 0.8rem;
    letter-spacing: 2px;
    font-weight: 700;
}

.content-img-block .img-block-hold .content h3 {
    color: var(--light);
    font-size: 2rem;
    margin: 0;
}

.content-img-block .img-block-hold .content p {
    color: var(--light-alt);
    font-size: 1rem;
    line-height: 1.75rem;
    margin-bottom: 35px;
}

.content-img-block .img-block-hold .img-group {
    position: relative;
    padding-left: 75px;
    width: 40%;
    padding-bottom: 190px;
}

@media only screen and (max-width: 760px) {
    .content-img-block .img-block-hold .img-group {
        padding: 0;
        width: 100%;
    }
}

.content-img-block .img-block-hold .img-group img {
    width: 100%;
    display: block;
}

@media only screen and (max-width: 760px) {
    .content-img-block .img-block-hold .img-group img {
        margin-top: 35px;
    }
}

.content-img-block .img-block-hold .img-group img:last-child {
    width: 90%;
    z-index: 2;
    position: absolute;
    left: 0;
    bottom: 0;
}

@media only screen and (max-width: 760px) {
    .content-img-block .img-block-hold .img-group img:last-child {
        display: none;
    }
}

.skinny-cta {
    background: var(--green);
    background-image: url("../imgs/zareshield-o-15.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    padding: 75px 0;
}

@media only screen and (max-width: 760px) {
    .skinny-cta {
        padding: 75px 25px;
        text-align: center;
        background-size: cover;
    }
}

.skinny-cta .content {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 760px) {
    .skinny-cta .content {
        display: block;
    }
}

.skinny-cta .content h2 {
    color: var(--light);
    width: 70%;
    font-size: 1.75rem;
}

@media only screen and (max-width: 760px) {
    .skinny-cta .content h2 {
        width: 100%;
        font-size: 1.5rem;
        line-height: 2.25rem;
    }
}

.skinny-cta .content p {
    width: 30%;
}

.news-preview {
    margin: 200px 0;
}

@media only screen and (max-width: 760px) {
    .news-preview {
        margin: 100px 0;
    }
}

.news-preview .news-container {
    margin-left: 18vw;
}

@media only screen and (max-width: 760px) {
    .news-preview .news-container {
        margin: 0 25px;
    }
}

.news-preview .heading {
    margin-bottom: 100px;
}

.news-preview .heading h2 {
    color: var(--light);
    font-size: 2.5rem;
    margin-bottom: 0;
}

.news-preview .heading p {
    color: var(--light-alt);
    font-size: 1rem;
}

@media only screen and (max-width: 760px) {
    body .owl-item {
        margin: 0 !important;
    }
}

#news-archive .news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
    margin: 0 0 100px 0;
}

@media only screen and (max-width: 1080px) {
    #news-archive .news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 0 25px;
    }
}

@media only screen and (max-width: 760px) {
    #news-archive .news-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        padding: 0 0;
    }
}

#news-archive .news-grid .news-item span,
#news-archive .news-grid .news-item h3 {
    padding-left: 35px;
}

#news-archive .news-grid .news-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, black 0%, rgba(0, 212, 255, 0) 50%);
    z-index: 1;
}

.news-item {
    min-height: 550px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media only screen and (max-width: 760px) {
    .news-item {
        min-height: 450px;
    }
}

.news-item .content {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 10;
}

.news-item .content span {
    font-weight: 700;
    text-transform: uppercase;
    color: var(--light);
    opacity: 0.75;
    letter-spacing: 2px;
    font-size: 0.8rem;
    padding-left: 50px;
}

.news-item .content h3 {
    color: var(--light);
    font-size: 1.5rem;
    line-height: 2.25rem;
    width: 50%;
    margin-bottom: 35px;
    padding-left: 50px;
}

@media only screen and (max-width: 760px) {
    .news-item .content h3 {
        margin-bottom: 70px;
        padding: 0 25px;
        width: auto;
    }
}

.news-item .content .link-hold {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--green);
    position: absolute;
    bottom: 0;
    right: 0;
}

.news-item .content a {
    font-size: 2rem;
    color: var(--light);
    text-decoration: none;
}

.pagination {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0 100px;
}

.pagination ul {
    padding: 0;
    margin: 0;
}

.pagination ul li {
    display: inline-block;
    margin: 0 5px;
}

.pagination ul li a {
    background: #333333;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease 250ms;
    color: var(--light);
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
}

.pagination ul li.current a,
.pagination ul li:hover a {
    background: var(--green);
}

.single-post-page .excerpt {
    margin-top: -85px;
    margin-bottom: 75px;
    position: relative;
    z-index: 9;
}

@media only screen and (max-width: 1080px) {
    .single-post-page .excerpt {
        padding: 0 25px;
    }
}

@media only screen and (max-width: 760px) {
    .single-post-page .excerpt {
        margin-top: 35px;
    }
}

.single-post-page .excerpt p {
    color: var(--light);
    font-size: 1.2rem;
    line-height: 1.8rem;
}

.single-post-page .single-post-body {
    color: var(--light-alt);
    font-size: 1rem;
    line-height: 1.6rem;
    padding-bottom: 75px;
    color: white !important;
}
.single-post-body tr {

    color: white !important;
}
@media only screen and (max-width: 1080px) {
    .single-post-page .single-post-body {
        padding: 0 25px 75px;
    }
}

.single-post-page .single-post-body h2,
.single-post-page .single-post-body h3,
.single-post-page .single-post-body h4,
.single-post-page .single-post-body h5 {
    color: var(--light);
}

.single-post-page .single-post-body img {
    width: 100%;
    margin: 35px auto;
    display: block;
}

.single-post-page .single-post-body code {
    background: #444444;
    color: #3AC70F;
    padding: 25px;
    display: block;
    margin: 25px 0;
}

.single-post-page .single-post-body ul {
    list-style: none;
}

.single-post-page .single-post-body ul li:before {
    content: "•";
    color: var(--green);
    font-weight: bold;
    display: inline-block;
    width: 16px;
    margin-left: -1em;
    font-size: 27px;
}

.single-post-page .single-post-body .view-more-news {
    width: 400px;
    margin: 0 auto;
    display: block;
    text-align: center;
    margin: 100px auto 50px;
}

@media only screen and (max-width: 760px) {
    .single-post-page .single-post-body .view-more-news {
        width: auto;
    }
}

.single-post-page .single-post-body p {
    color: var(--light-alt);
}

.image-fade-header {
    height: 80vh;
    width: 100%;
    display: flex;
    align-items: flex-end;
    padding-bottom: 50px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 1080px) {
    .image-fade-header .container {
        padding: 0 25px;
    }
}

@media only screen and (max-width: 760px) {
    .image-fade-header {
        min-height: 50vh;
        height: auto !important;
    }

    .image-fade-header .container {
        padding: 0 0;
    }
}

@media only screen and (max-width: 890px) {
    .image-fade-header {
        height: 40vh;
        min-height: 500px;
        padding: 0 25px;
    }
}

@media only screen and (max-width: 760px) {
    .image-fade-header {
        padding: 0 0 !important;
        display: flex;
        align-items: center;
    }
}

.image-fade-header .content {
    position: relative;
    z-index: 9;
}

@media only screen and (max-width: 760px) {
    .image-fade-header .content {
        padding-top: 125px;
    }
}

.image-fade-header .content p.sub-heading {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--light);
    font-size: 12px;
    font-weight: 600;
    opacity: 0.9;
}

@media only screen and (max-width: 760px) {
    .image-fade-header .content p.sub-heading {
        padding: 0 25px;
    }
}

.image-fade-header .content p {
    width: 100%;
    max-width: 500px;
    font-size: 1rem;
    line-height: 1.75rem;
    color: var(--light-alt);
}

@media only screen and (max-width: 760px) {
    .image-fade-header .content p {
        padding: 0 25px;
        width: auto;
    }
}

.image-fade-header .content p a {
    color: var(--green);
    font-weight: 600;
}

.image-fade-header .content h1 {
    color: var(--light);
    font-size: 3.5rem;
    margin-top: 0;
}

@media only screen and (max-width: 760px) {
    .image-fade-header .content h1 {
        font-size: 3rem;
        padding: 0 25px;
    }
}

.image-fade-header .content ul {
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 760px) {
    .image-fade-header .content ul {
        margin-left: 28px;
    }
}

.image-fade-header .content ul li {
    display: inline-block;
}

.image-fade-header .content ul li:nth-child(1) {
    background: var(--green);
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--light);
    font-size: 11px;
    font-weight: 600;
    padding: 5px 10px;
    margin-right: 20px;
}

.image-fade-header .content ul li:nth-child(2) {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--light);
    font-size: 12px;
    font-weight: 600;
    opacity: 0.9;
}

.image-fade-header:before {
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0px;
    top: 0;
    z-index: 2;
    background: var(--dark);
    opacity: 0.5;
}

.image-fade-header:after {
    content: "";
    display: block;
    background-image: url("../imgs/hero-overlay.svg");
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 2;
    height: 400px;
}

.image-fade-header.half-height {
    height: 50vh;
}

.image-fade-header.half-height h1,
.image-fade-header.half-height p {
    max-width: 990px;
    width: 100%;
}

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

    .image-fade-header.half-height h1,
    .image-fade-header.half-height p {
        width: auto;
    }
}

@media only screen and (max-width: 1080px) {
    .address-hold {
        padding: 0 25px;
    }
}

@media only screen and (max-width: 760px) {
    .address-hold {
        padding-top: 75px;
    }
}

.address-hold .card-hold {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1em;
    width: 100%;
}

@media only screen and (max-width: 890px) {
    .address-hold .card-hold {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 25px;
    }
}

.address-hold .card-hold .product-card p strong {
    color: var(--light);
    display: block;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 0.65rem;
}

.address-hold .card-hold .product-card p a,
.address-hold .card-hold .product-card p a:visited {
    color: var(--green);
    text-decoration: none;
    font-weight: 600;
}

.address-hold .card-hold .product-card:nth-child(1) {
    margin-right: 30px;
}

@media only screen and (max-width: 890px) {
    .address-hold .card-hold .product-card:nth-child(1) {
        margin-right: 0;
    }
}

.address-hold .card-hold .product-card:nth-child(2) {
    margin-left: 30px;
}

@media only screen and (max-width: 890px) {
    .address-hold .card-hold .product-card:nth-child(2) {
        margin-left: 0;
    }
}

.contact-form {
    background: var(--green);
    padding: 100px 0;
    margin-top: 100px;
    background-image: url("../imgs/zareshield-dark.png");
    background-position: 113% -70px;
    background-repeat: no-repeat;
    background-size: 40%;
}

@media only screen and (max-width: 760px) {
    .contact-form {
        padding: 50px 0 35px;
    }
}

.contact-form h2 {
    color: var(--light);
    width: 100%;
    max-width: 550px;
    display: block;
    text-align: center;
    margin: 0 auto;
    font-size: 1.7rem;
    line-height: 2.5rem;
}

@media only screen and (max-width: 760px) {
    .contact-form h2 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

@media only screen and (max-width: 760px) {
    .contact-form form {
        padding: 0 25px;
        width: auto !important;
    }
}

.contact-form input,
.contact-form textarea {
    background: var(--light);
    border: none;
    box-shadow: none;
    color: #111111;
    border-radius: 0;
    padding: 15px;
    font-weight: 400;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}

@media only screen and (max-width: 760px) {
    .contact-form input {
        margin-bottom: 15px !important;
    }
}

.contact-form .form-col-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 760px) {
    .contact-form .form-col-2 {
        display: block;
    }
}

.contact-form .form-col-2 input:nth-child(1) {
    margin-right: 15px;
}

@media only screen and (max-width: 760px) {
    .contact-form .form-col-2 input:nth-child(1) {
        margin: 0;
    }
}

.contact-form .form-col-2 input:nth-child(2) {
    margin-left: 15px;
}

@media only screen and (max-width: 760px) {
    .contact-form .form-col-2 input:nth-child(2) {
        margin: 0;
    }
}

.contact-form form {
    width: 100%;
    max-width: 700px;
    margin: 40px auto;
    display: block;
}

.contact-form form input {
    width: 100%;
    display: block;
}

.contact-form form textarea {
    width: 100%;
    display: block;
    margin: 25px auto;
}

.contact-form form label {
    color: var(--light);
}

.contact-form form .marketing-checkbox {
    width: 100%;
    max-width: 375px;
}

@media only screen and (max-width: 760px) {
    .contact-form form .marketing-checkbox {
        margin-bottom: 15px;
    }
}

.contact-form form .marketing-checkbox {
    display: grid;
    grid-template-columns: 10% 90%;
    grid-auto-rows: 1fr;
    grid-gap: 10px;
}

.contact-form form .marketing-checkbox input {
    width: 20px !important;
}

.contact-form form .marketing-checkbox label span {
    flex: 1;
}

@media only screen and (max-width: 760px) {
    .contact-form form .marketing-checkbox label span {
        margin-left: 15px;
    }
}

.contact-form .message-box {
    margin: 25px 0;
    background-color: var(--light);
    width: 100%;
    padding: 20px;
    font-weight: 500;
}

.contact-form .message-box .error {
    color: #ea0000;
}

.contact-form .message-box .success {
    color: #00b655;
    margin: 0 0 10px 0;
}

.contact-form button {
    margin: 15px 0;
    font-weight: 600;
    background: var(--light);
    border-radius: 30px;
    padding: 13px 60px;
    text-align: center;
    color: var(--green);
    outline: none;
    border: none;
}

.documentation-wrapper {
    display: grid;
    grid-template-columns: 25% 75%;
    grid-auto-rows: 1fr;
    grid-gap: 50px;
    width: 100%;
    margin-bottom: 120px;
}

@media only screen and (max-width: 760px) {
    .documentation-wrapper {
        display: block;
        padding: 0 25px;
        width: auto;
    }
}

@media only screen and (max-width: 760px) {
    .documentation-wrapper aside {
        margin-bottom: 25px;
    }
}

.documentation-wrapper aside .aside-wrp {
    border: 3px solid #444444;
}

.documentation-wrapper aside h3 {
    color: var(--light);
    font-size: 1.5rem;
}

.documentation-wrapper aside h3:after {
    content: "";
    display: block;
    height: 4px;
    width: 50px;
    background: var(--green);
    margin-top: 20px;
    margin-bottom: 25px;
}

.documentation-wrapper aside ul {
    margin: 0;
    padding: 0;
}

.documentation-wrapper aside ul li {
    list-style: none;
}

.documentation-wrapper aside ul li a,
.documentation-wrapper aside ul li a:visited {
    color: var(--light);
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all ease 200ms;
}

.documentation-wrapper aside ul li a:hover {
    color: var(--green);
}

.documentation-wrapper .documentation-container a,
.documentation-wrapper .documentation-container a:hover {
    text-decoration: none;
    color: inherit;
}

.documentation-wrapper .documentation-container .documentation-item {
    border: 3px solid #444444;
    background: var(--dark);
    transition: all ease 300ms;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

@media only screen and (max-width: 760px) {
    .documentation-wrapper .documentation-container .documentation-item {
        width: auto;
        padding: 25px 20px;
    }
}

.documentation-wrapper .documentation-container .documentation-item h4 {
    margin: 0 0 15px;
}

.documentation-wrapper .documentation-container .documentation-item h4 {
    color: var(--light);
    font-weight: 600;
    font-size: 1.3rem;
    text-decoration: none;
}

.documentation-wrapper .documentation-container .documentation-item ul.meta {
    margin: 0;
    padding: 0;
}

.documentation-wrapper .documentation-container .documentation-item ul.meta li {
    display: inline-block;
    margin-right: 25px;
    color: #888888;
}

.documentation-wrapper .documentation-container .documentation-item ul.meta li i {
    margin-right: 5px;
}

.documentation-wrapper .documentation-container .documentation-item ul.meta li:nth-child(1) {
    background: var(--green);
    color: var(--light);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 0.65rem;
    padding: 5px 10px;
}

.documentation-wrapper .documentation-container .documentation-item span.readmore {
    font-size: 2rem;
    color: var(--light);
    background: var(--green);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 102%;
    position: absolute;
    top: -1px;
    right: -1px;
    text-decoration: none;
}

@media only screen and (max-width: 760px) {
    .documentation-wrapper .documentation-container .documentation-item span.readmore {
        width: 65px;
        height: 65px;
        font-size: 2.25rem;
    }
}

.documentation-wrapper .documentation-container .documentation-item:hover {
    border-color: var(--green);
}

#documentation-single img {
    max-width: 75%;
}

.colocation-page .introduction {
    position: relative;
    padding-top: 100px;
}

@media only screen and (max-width: 760px) {
    .colocation-page .introduction {
        padding-top: 50px;
    }
}

.colocation-page .introduction .grid-hold {
    display: grid;
    grid-template-columns: 100%;
    grid-auto-rows: 1fr;
    grid-gap: 50px;
    width: 100%;
}

@media only screen and (max-width: 760px) {
    .colocation-page .introduction .grid-hold {
        display: flex;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 760px) {
    .colocation-page .introduction aside {
        order: 2;
        padding: 0 25px;
    }
}

.colocation-page .introduction aside .aside-wrp {
    border: 3px solid #444444;
    padding: 15px 50px;
}

@media only screen and (max-width: 760px) {
    .colocation-page .introduction aside .aside-wrp {
        padding: 10px 25px;
    }
}

.colocation-page .introduction aside h3 {
    color: var(--light);
    font-size: 1.5rem;
}

.colocation-page .introduction aside h3:after {
    content: "";
    display: block;
    height: 4px;
    width: 50px;
    background: var(--green);
    margin-top: 20px;
    margin-bottom: 25px;
}

.colocation-page .introduction aside ul {
    margin: 0;
    padding: 0;
}

.colocation-page .introduction aside ul li {
    list-style: none;
    margin-bottom: 25px;
}

.colocation-page .introduction aside ul li a,
.colocation-page .introduction aside ul li a:visited {
    color: var(--light);
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all ease 200ms;
}

.colocation-page .introduction aside ul li a:hover {
    color: var(--green);
}

.colocation-page .introduction aside .promo-box {
    background: var(--green);
    padding: 25px 25px;
    margin: 50px 0;
}

.colocation-page .introduction aside .promo-box h3 {
    margin: 0;
}

.colocation-page .introduction aside .promo-box h3:after {
    background: #111111;
}

.colocation-page .introduction aside .promo-box p {
    color: var(--light);
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.8rem;
}

.colocation-page .introduction aside .promo-box a {
    margin-bottom: 5px;
}

.colocation-page .introduction .colocation-features h2 {
    color: var(--light);
    font-size: 2.5rem;
    line-height: 3.5rem;
    margin-top: 10px;
}

@media only screen and (max-width: 760px) {
    .colocation-page .introduction .colocation-features h2 {
        padding: 0 25px;
    }
}

@media only screen and (max-width: 760px) {
    .colocation-page .introduction .colocation-features p {
        padding: 0 25px;
    }
}

.colocation-page .introduction .colocation-features .features {
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (max-width: 760px) {
    .colocation-page .introduction .colocation-features .features {
        display: block;
    }
}

.colocation-page .introduction .colocation-features .features .item {
    width: 49%;
    border-bottom: 1px solid #333333;
}

@media only screen and (max-width: 760px) {
    .colocation-page .introduction .colocation-features .features .item {
        width: auto;
    }
}

@media only screen and (max-width: 760px) {
    .colocation-page .introduction .colocation-features .features .item .content-hold {
        padding: 20px;
    }
}

@media only screen and (max-width: 760px) {
    .colocation-page .introduction .colocation-features .features .item .content-hold p {
        padding: 0px;
        font-size: 1rem;
        line-height: 1.75rem;
        max-height: 10000px;
    }
}

.colocation-page .introduction .colocation-features .features .item:nth-child(odd) {
    border-right: 1px solid #333333;
}

@media only screen and (max-width: 760px) {
    .colocation-page .introduction .colocation-features .features .item:nth-child(odd) {
        border-right: 0;
    }
}

.colocation-page .introduction:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("../imgs/textured-bg-1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    opacity: 0.4;
}

.faqs .faq-item {
    border: 3px solid #444444;
    padding: 15px;
    transition: all ease 200ms;
}

.faqs .faq-item h4 {
    color: var(--light);
    font-size: 1.1rem;
    margin: 0;
}

.faqs .faq-item h4:after {
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    background: var(--green);
    margin: 15px 0;
}

.faqs .faq-item p {
    color: var(--light-alt);
    font-size: 0.9rem;
    line-height: 1.2rem;
    margin: 0;
}

.faqs .faq-item:hover {
    border-color: var(--green);
    transition: all ease 200ms;
}

.faq-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 45px;
}

.faqs .heading {
    margin: 100px 0;
}

.faq-wrapper .faq-item {
    flex: 1 0 25%;
    align-self: flex-start;
}

@media only screen and (max-width: 760px) {
    .faq-wrapper {
        padding: 25px;
    }

    .faqs .heading {
        margin: 25px 0;
    }

    .faq-wrapper .faq-item {
        flex: 1 0 85%;
    }

    .faq-wrapper .faq-item {
        padding: 25px;
    }
}

.accordion-item {
    background-color: transparent;
    border: 1px solid var(--light-alt);
    color: #fff;
}

.accordion-button {
    color: var(--light);
    background-color: transparent;
    border: 1px solid transparent;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:active,
.accordion-button:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid transparent;
    border-bottom: 1px solid var(--green);
}

.accordion-button:not(.collapsed) {
    font-weight: 600;
    color: var(--light);
    background-color: transparent;
    box-shadow: none;
}

#dedicated-severs .tab-hold {
    background: var(--dark);
    border-bottom: 2px solid var(--light)
}

#location-selection .tab-hold ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

@media only screen and (max-width: 760px) {
    #location-selection .tab-hold ul {
        display: block;
    }
}

#location-selection .tab-hold ul li {
    list-style: none;
    display: flex;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px;
    transition: all ease 300ms;
    cursor: pointer;
    margin: 5px 5px 0 5px;
}

@media only screen and (max-width: 760px) {
    #location-selection .tab-hold ul li {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }
}

#location-selection .tab-hold ul li img {
    height: 20px;
    width: 25px;
    margin-right: 10px;
    margin-top: 7px;
    border-radius: 8px;
    display: block;
}

#location-selection .tab-hold ul li p.bold {
    color: var(--light);
    font-weight: 600;
    font-size: 0.9rem;
    margin: 0;
    transition: all ease 300ms;
}

#location-selection .tab-hold ul li p.bold span {
    font-weight: 600;
    display: block;
    opacity: 0.5;
    font-size: 0.7rem;
    margin-top: -3px;
}

#location-selection .tab-hold ul li.selected,
#location-selection .tab-hold ul li:hover {
    background: #F3F3F3;
}

#location-selection .tab-hold ul li.selected p.bold,
#location-selection .tab-hold ul li:hover p.bold {
    color: var(--dark);
}

#location-selection .server-config .filters {
    padding: 30px 0;
    color: var(--light);
}

@media only screen and (max-width: 760px) {
    #location-selection .server-config .filters {
        padding: 30px 0 20px;
    }
}

#location-selection .server-config .filters .filter-conf {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 760px) {
    #location-selection .server-config .filters .filter-conf {
        display: block;
    }
}

#location-selection .server-config .filters p.results-count {
    font-weight: 600;
    font-size: 1.1rem;
    margin: 0;
}

@media only screen and (max-width: 760px) {
    #location-selection .server-config .filters p.results-count {
        text-align: center;
    }
}

#location-selection .server-config .filters ul.filter-inputs {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 760px) {
    #location-selection .server-config .filters ul.filter-inputs {
        display: block;
        text-align: center;
    }
}

#location-selection .server-config .filters ul.filter-inputs li {
    margin: 0 15px;
}

@media only screen and (max-width: 760px) {
    #location-selection .server-config .filters ul.filter-inputs li {
        margin: 10px 0;
        padding: 0 50px;
    }
}

#location-selection .server-config .filters ul.filter-inputs li:first-child {
    margin-left: 0;
}

@media only screen and (max-width: 760px) {
    #location-selection .server-config .filters ul.filter-inputs li:first-child {
        display: none;
    }
}

#location-selection .server-config .filters ul.filter-inputs li:last-child {
    margin-right: 0;
}

#location-selection .server-config .filters label {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--light);
    font-weight: 600;
    display: flex;
    margin-right: 15px;
    line-height: 25px;
}

@media only screen and (max-width: 760px) {
    #location-selection .server-config .filters label {
        width: 100%;
        padding: 0 50px;
    }
}

@media only screen and (max-width: 760px) {
    #location-selection .server-config .filters select {
        width: 100%;
    }
}

.div-tbl {
    width: 100%;
    display: block;
    padding-bottom: 75px;
}

.div-tbl .tbl-heading {
    background: rgba(255, 255, 255, 0.2);
    padding: 15px;
    border: 1px solid var(--dark);
    color: var(--light);
}

@media only screen and (max-width: 760px) {
    .div-tbl .tbl-heading {
        display: none;
    }
}

.div-tbl .tbl-heading p {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 0.8rem;
    margin: 0 10px;
}

.div-tbl .tbl-body .tbl-row {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid var(--dark);
    color: var(--light);
    padding: 10px 15px;
}

@media only screen and (max-width: 760px) {
    .div-tbl .tbl-body .tbl-row {
        padding: 20px 5px;
    }
}

.div-tbl .tbl-body .tbl-row .tbl-cell {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 760px) {
    .div-tbl .tbl-body .tbl-row .tbl-cell {
        display: block;
        width: 100%;
        text-align: center;
    }
}

.div-tbl .tbl-body .tbl-row .tbl-cell p {
    margin: 0 10px;
}

@media only screen and (max-width: 760px) {
    .div-tbl .tbl-body .tbl-row .tbl-cell p {
        font-size: 1rem;
        margin: 5px 0;
    }
}

.div-tbl .tbl-body .tbl-row .tbl-cell a {
    font-size: 0.7em;
    padding: 13px 18px;
}

@media only screen and (max-width: 760px) {
    .div-tbl .tbl-body .tbl-row .tbl-cell a {
        font-size: 0.7rem;
    }
}

.div-tbl .tbl-body .tbl-row .tbl-cell a:first-child {
    margin-right: 10px;
}

.div-tbl .tbl-body .tbl-row .tbl-cell:last-child {
    display: flex;
    justify-content: flex-end;
}

@media only screen and (max-width: 760px) {
    .div-tbl .tbl-body .tbl-row .tbl-cell:last-child {
        justify-content: center;
        padding-top: 15px;
    }
}

.div-tbl .tbl-row {
    display: grid;
    grid-column-gap: 1%;
}

.server-config .tbl-row {
    grid-template-columns: 16% 8% 6% 9% 9% 9% 12% 23%;
}

.ix-config .tbl-row {
    grid-template-columns: 14% 15% 15% 11% 11% 12% 14%;
}

.transit-config .tbl-row {
    grid-template-columns: 14% 12% 7% 8% 7% 9% 12% 24%;
}

.ddos-config .tbl-row {
    grid-template-columns: 15% 15% 18% 10% 10% 27%;
}

.pricing .div-tbl .tbl-row {
    grid-template-columns: 19% 16% 12% 14% 13% 20%;
}

.carriers .tbl-row {
    grid-template-columns: 15% 15% 15% 52%;
}

@media only screen and (max-width: 760px) {
    .div-tbl .tbl-row {
        display: block;
    }
}

.table,
.list-group-item {
    color: inherit;
}

.port-tabs i {
    color: var(--green);
    font-size: 2.5em;
}

.div-tbl .tbl-row .config-hold {
    width: 100%;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

.div-tbl .tbl-row.selected {
    background: rgba(255, 255, 255, 0.05);
    flex-wrap: wrap;
}

.config-btn {
    margin-left: auto;
}

.div-tbl .tbl-row.selected .config-hold {
    grid-column: span 7;
    max-height: 9999px;
    transition: max-height 1s ease-in-out;
}

.transit-config .config-hold {
    grid-column: span 8 !important;
}

.transit-config .config-controls-hold {
    grid-template-columns: 75% 25% !important;
}

.div-tbl .tbl-row.selected .config-hold .col-hold {
    display: grid;
    grid-template-columns: 64% 32%;
    grid-column-gap: 4%;
    padding-top: 50px;
    margin-top: 25px;
    border-top: 1px solid #DDDDDD;
}

.colo-config .div-tbl .tbl-row.selected .config-hold .col-hold {
    grid-template-columns: 100%;
}

@media only screen and (max-width: 760px) {
    .div-tbl .tbl-row.selected .config-hold .col-hold {
        display: flex;
        flex-wrap: wrap;
    }
}

.div-tbl .tbl-row.selected .config-hold .col-hold .spec-details {
    padding: 0 15px;
}

.div-tbl .tbl-row.selected .config-hold .col-hold .spec-tbl {
    padding-right: 25px;
}

.div-tbl .tbl-row.selected .config-hold .col-hold .spec-tbl h3 small:hover {
    cursor: pointer;
    color: var(--green-alt)
}

@media only screen and (max-width: 760px) {
    .div-tbl .tbl-row.selected .config-hold .col-hold .spec-details {
        padding: 0px 15px;
    }

    .div-tbl .tbl-row.selected .config-hold .col-hold .spec-tbl {
        padding-right: 0;
    }

    .div-tbl .tbl-row.selected .config-hold .col-hold .spec-details .config-controls-hold .control {
        padding-top: 15px !important;
    }
}

.div-tbl .tbl-row.selected .config-hold .col-hold .spec-details h3 {
    font-size: 32px;
    font-weight: 400;
    color: var(--light);
    margin: 0 0 15px 0;
}

.div-tbl .tbl-row.selected .config-hold .col-hold .spec-details ul.tags {
    margin: 0;
    padding: 0;
}

.div-tbl .tbl-row.selected .config-hold .col-hold .spec-details ul.tags li {
    list-style: none;
    color: var(--light);
    padding: 7px 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
    font-size: 0.6rem;
    margin-right: 10px;
}

.div-tbl .tbl-row.selected .config-hold .col-hold .spec-details ul.tags > li:nth-child(1) {
    background: var(--light);
    color: var(--dark)
}

.div-tbl .tbl-row.selected .config-hold .col-hold .spec-details ul.tags a li {
    background: #999999;
}

.div-tbl .tbl-row.selected .config-hold .col-hold .spec-details .config-controls-hold {
    display: grid;
    grid-template-columns: 50% 50%;
}

.colo-config .div-tbl .tbl-row.selected .config-hold .col-hold .spec-details .config-controls-hold {
    display: block;
}

@media only screen and (max-width: 760px) {
    .div-tbl .tbl-row.selected .config-hold .col-hold .spec-details .config-controls-hold {
        display: block;
    }
}

.server-config .div-tbl .tbl-row.selected .config-hold .col-hold .spec-details .config-controls-hold .control:nth-child(odd) {
    padding-right: 15px;
}

.server-config .div-tbl .tbl-row.selected .config-hold .col-hold .spec-details .config-controls-hold .control:nth-child(even) {
    padding-left: 15px;
}

.div-tbl .tbl-row.selected .config-hold .col-hold .spec-details .config-controls-hold .control {
    padding-top: 30px;
}

@media only screen and (max-width: 760px) {
    .div-tbl .tbl-row.selected .config-hold .col-hold .spec-details .config-controls-hold .control {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.div-tbl .tbl-row.selected .config-hold .col-hold .spec-details .config-controls-hold .control h4 {
    color: var(--light);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0;
    font-size: 16px;
}

.div-tbl .tbl-row.selected .config-hold .col-hold .spec-details .config-controls-hold .control p {
    color: var(--light-alt);
    font-size: 0.65rem;
    line-height: 1em;
    margin: 10px 0 20px 0;
}

@media only screen and (max-width: 760px) {
    .div-tbl .tbl-row.selected .config-hold .col-hold .spec-details .config-controls-hold .control p {
        min-height: auto;
    }
}

.div-tbl .tbl-row.selected .config-hold .col-hold .spec-details .config-controls-hold .control select {
    width: 100%;
    font-weight: 300;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--light);
}

.div-tbl .tbl-row.selected .config-hold .col-hold .spec-details .config-controls-hold .control select option {
    background: #3E3F42;
}

.div-tbl .tbl-row.selected .config-hold .col-hold .spec-details .price {
    margin-top: 50px;
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width: 760px) {
    .div-tbl .tbl-row.selected .config-hold .col-hold .spec-details .price {
        display: block;
    }
}

.div-tbl .tbl-row.selected .config-hold .col-hold .spec-details .price p {
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--green);
    font-weight: 600;
    font-size: 0.8rem;
}

.div-tbl .tbl-row.selected .config-hold .col-hold .spec-details .price p span {
    color: var(--light);
    text-transform: none;
    display: block;
    font-weight: 400;
    font-size: 1.4rem;
    margin-top: 15px;
}

.div-tbl .tbl-row.selected .config-hold .col-hold .spec-hold {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    padding: 30px 20px;
}

@media only screen and (max-width: 760px) {
    .div-tbl .tbl-row.selected .config-hold .col-hold .spec-hold {
        padding: 20px;
    }
}

.div-tbl .tbl-row.selected .config-hold .col-hold .spec-hold h3 {
    margin: 0;
    color: var(--green);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    margin-bottom: 15px;
}

.div-tbl .tbl-row.selected .config-hold .col-hold .spec-hold table {
    border-spacing: 0;
    width: 100%;
}

.div-tbl .tbl-row.selected .config-hold .col-hold .spec-hold table tr td {
    color: var(--light);
    font-weight: 400;
    border-bottom: 1px solid var(--light-alt);
    padding: 10px 15px;
}

.div-tbl .tbl-row.selected .config-hold .col-hold .spec-hold table tr td:nth-child(1) {
    border-right: 1px solid var(--light-alt);
    padding-left: 0;
}

.div-tbl .tbl-row.selected .config-hold .col-hold .spec-hold table tr:last-child td {
    border-bottom: none;
}

@media only screen and (max-width: 760px) {
    .div-tbl .tbl-row.selected .config-hold .col-hold .col.spec-tbl {
        width: 100%;
    }
}

@media only screen and (max-width: 890px) {
    .server-features .heading {
        padding: 0 25px;
    }
}

@media only screen and (max-width: 890px) {
    .server-features .features.grid-col-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 760px) {
    .server-features .features.grid-col-3 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

.about-us .card-hold {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    grid-column-gap: 5px;
    margin: 20px 0 100px 0;
}

.about-us .single-card .heading h3 {
    font-size: 1.3em;
    color: var(--light);
    margin: 0;
}

.about-us .single-card p {
    color: var(--light);
    font-weight: 500;
    font-size: 1em;
    margin-top: 0;
}

.about-us #map {
    width: 90%;
    margin: -100px 0;
}

.about-us p {
    width: 100%;
    max-width: 500px;
    font-size: 0.9rem;
    line-height: 1rem;
    color: var(--light-alt);
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    box-shadow: none !important;
}

#locations #location-selection .tab-hold ul li {
    border-radius: 15px;
    margin: 5px;
    border: 1px solid transparent;
}

#locations #location-selection .tab-hold ul li img {
    margin-top: 0;
}

#locations #location-selection .tab-hold ul li.selected,
#locations #location-selection .tab-hold ul li:hover {
    background: inherit;
    border: 1px solid var(--green);
}

#locations #location-selection .tab-hold ul li.selected {
    border-radius: 5px;
}

#locations #location-selection .tab-hold ul li.selected p.bold,
#locations #location-selection .tab-hold ul li:hover p.bold {
    color: var(--light);
}

#locations .location-component i {
    font-size: 5em;
}

#locations .location-component p {
    margin-bottom: 0.2em;
}

#locations a {
    text-decoration: none;
}

#locations .service {
    border: 1px solid var(--green);
    border-radius: 10px;
    color: var(--light);
    margin: 0;
    text-align: center;
    transition: all ease 200ms;
}

#locations .service:hover {
    background: var(--green);
}

#locations .service i {
    font-size: 0.9em;
    margin-right: 10px;
    margin-left: -5px;
}

#locations .info-sheet {
    border: 1px solid var(--light-alt);
    color: var(--light);
    margin: 25px;
    padding: 40px;
    border-radius: 5px;
}

#locations .info-sheet button {
    background: var(--green);
    border-radius: 30px;
    color: var(--light);
    padding: 10px 0;
    width: 100%;
    transition: all ease 200ms;
}

#locations .info-sheet button:hover {
    background: var(--green-alt);
}

#locations .info-sheet h4 {
    margin-bottom: 15px;
}

#locations .info-sheet button i {
    margin-left: 10px;
}

#reseller #requirements {
    background: rgba(255, 255, 255, 0.2);
    line-height: 1.8em;
}

#reseller #requirements p {
    margin: 0;
}

#reseller #apply {
    background: rgba(255, 255, 255, 0.1);
}

#reseller #apply ul {
    margin: 0;
}

.remote-hands .list-group-item {
    background-color: transparent;
}

.ddos-status {
    font-weight: 600;
    font-size: 1.1em;
    line-height: 1.1em;
}

.ddos-status span {
    font-size: 0.9em;
    font-weight: 400;
}

.ddos-status i {
    font-size: 1.8em;
}

.network-location {
    border: 1px solid var(--light)
}

.network-location .title {
    font-weight: 500;
    font-size: 1.1em;
}

.network-location a {
    color: var(--light);
    text-decoration: none;
}

.network-location a:hover {
    color: var(--green);
}