﻿@charset "UTF-8";
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #00aea2;
    --cyan: #17a2b8;
    --black: #000;
    --gray-dark: #888;
    --gray: #ccc;
    --gray-medium: #bbb;
    --gray-light: #ddd;
    --gray-pale: #eee;
    --gray-faint: #f4f6f8;
    --white: #fff;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #e6e6e6;
    --dark: #333;
    --primary: #484848;
    --secondary: #360;
    --c9-color-c1: #360;
    --c9-color-c2: #484848;
    --c9-color-c3: #333;
    --c9-color-c4: #f2f2f2;
    --c9-color-c5: #fff;
    --c9-color-c6: #d5d5d5;
    --c9-color-c7: transparent;
    --c9-color-c8: transparent;
    --c9-color-c9: transparent;
    --c9-color-c10: transparent;
    --c9-color-c11: transparent;
    --c9-color-c12: transparent;
    --c9-color-c13: transparent;
    --c9-color-c14: transparent;
    --c9-color-c15: transparent;
    --c9-color-c16: transparent;
}

:root {
    --c9-theme-body-bg: white;
    --c9-theme-body-color: #585858;
}

:root {
    --breakpoint-xl: 1500px;
    --breakpoint-lg: 1200px;
    --breakpoint-ipad: 1024px;
    --breakpoint-md: 992px;
    --breakpoint-sm: 768px;
    --breakpoint-xs: 640px;
    --breakpoint-mb: 640px;
    --breakpoint-mb-lg: 640px;
    --breakpoint-mb-md: 480px;
    --breakpoint-mb-sm: 320px;
    --breakpoint-mb-xs: 240px;
    --container-xl: 1470px;
    --container-lg: 1170px;
    --container-ipad: 994px;
    --container-md: 970px;
    --container-sm: 750px;
    --container-xs: 100%;
    --container-mb: 100%;
    --container-mb-lg: 100%;
    --container-mb-md: 100%;
    --container-mb-sm: 100%;
    --container-mb-xs: 100%;
}

html {
    font-size: 16px;
    line-height: 1.5;
}

:root {
    --c9-base-container-width: 1170px;
}

@keyframes c9-rotator-subheading {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    15% {
        opacity: 1;
    }
    20% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    35% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    45% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    55% {
        opacity: 0;
    }
    60% {
        opacity: 0;
    }
    65% {
        opacity: 0;
    }
    70% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    }
    80% {
        opacity: 0;
    }
    85% {
        opacity: 0;
    }
    90% {
        opacity: 0;
    }
    95% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes c9-rotator-subheading {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    15% {
        opacity: 1;
    }
    20% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    35% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    45% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    55% {
        opacity: 0;
    }
    60% {
        opacity: 0;
    }
    65% {
        opacity: 0;
    }
    70% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    }
    80% {
        opacity: 0;
    }
    85% {
        opacity: 0;
    }
    90% {
        opacity: 0;
    }
    95% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    z-index: 0;
}

.slick-slider * {
    outline: 0 none !important;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 0;
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    zoom: 1;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
}

.slick-slider:not(.animation-slide) .slick-slide {
    filter: saturate(200%) blur(10px) opacity(0);
}

.slick-slider:not(.animation-slide) .slick-slide.slick-active {
    filter: saturate(100%) blur(0) opacity(1);
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75;
}

.ekko-lightbox-container {
    position: relative;
}

.ekko-lightbox-nav-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
}

.ekko-lightbox-nav-overlay a {
    width: 49%;
    height: 100%;
    z-index: 100;
    display: block;
}

.ekko-lightbox .ion-chevron-left {
    float: left;
}

.ekko-lightbox .ion-chevron-right {
    float: right;
}

.ekko-lightbox-nav-overlay a::before {
    position: absolute;
    top: 50%;
    z-index: 100;
    display: block;
    width: 50px;
    height: 50px;
    font-size: 20px;
    text-align: center;
    line-height: 52px !important;
    color: #fff;
    background-color: #360;
    transform: translateY(-50%);
    transition: background-color .3s ease-in-out 0s;
}

.ekko-lightbox-nav-overlay .ion-chevron-left::before {
    left: 0;
}

.ekko-lightbox-nav-overlay a.ion-chevron-right::before {
    right: 0;
}

html.no-touch .ekko-lightbox-nav-overlay a:hover::before {
    text-decoration: none;
    color: #fff;
    background-color: #264d00;
}

.ekko-lightbox .modal-footer {
    text-align: left;
}

.modal-backdrop.in {
    opacity: .85;
    background-color: #000;
}

.ekko-lightbox .modal-content {
    box-shadow: none;
    border-radius: 0;
    border: none;
    background-color: transparent;
}

.ekko-lightbox .modal-header {
    border: 0;
    padding-left: 0;
    padding-right: 0;
}

.ekko-lightbox .modal-header .close {
    opacity: .5;
    color: #fff;
    text-shadow: 0;
    margin-top: -10px;
    font-size: 30px;
}

.ekko-lightbox .modal-header .close:hover {
    opacity: 1;
}

.ekko-lightbox .modal-header h4.modal-title {
    color: #fff;
    padding: 0;
}

.ekko-lightbox .modal-body {
    padding: 0;
}

.ekko-lightbox .modal-footer {
    opacity: .9;
    border: 0;
    color: #fff;
    padding: 0;
    margin: 16px 0;
}

.ekko-lightbox-nav-overlay a {
    opacity: .9;
    text-shadow: none;
}

.ekko-lightbox .modal-dialog {
    padding: 15px;
}

.ekko-lightbox {
    padding: 60px 15px 15px;
    margin: 0 auto;
    width: auto;
}

.ekko-lightbox .modal-header,
.ekko-lightbox .modal-body,
.ekko-lightbox .modal-content,
.ekko-lightbox .modal-footer,
.ekko-lightbox .modal-dialog {
    min-width: 100%;
    padding: 0;
    margin: 0 auto;
}

.ekko-lightbox .modal-header {
    padding: 10px 0;
}

.ekko-lightbox .modal-footer {
    padding: 20px 0;
}

@media(min-width:1200px) {
    .ekko-lightbox .modal-header,
    .ekko-lightbox .modal-body,
    .ekko-lightbox .modal-content,
    .ekko-lightbox .modal-footer,
    .ekko-lightbox .modal-dialog {
        min-width: 1140px;
        max-width: 1140px;
    }
}

.animated {
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes bounce {
    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
    0%,
    100%,
    50% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%,
    100%,
    50% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1);
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1);
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1);
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1);
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes bounceIn {
    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

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

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

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

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    100% {
        opacity: 0;
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    100% {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

@-webkit-keyframes rollInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0deg);
    }
}

@-moz-keyframes rollInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(100%) rotate(120deg);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0) rotate(0deg);
    }
}

@-o-keyframes rollInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(100%)rotate(120deg);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0)rotate(0deg);
    }
}

@keyframes rollInRight {
    0% {
        opacity: 0;
        transform: translateX(100%) rotate(120deg);
    }
    100% {
        opacity: 1;
        transform: translateX(0) rotate(0deg);
    }
}

.rollInRight {
    -webkit-animation-name: rollInRight;
    -moz-animation-name: rollInRight;
    -o-animation-name: rollInRight;
    animation-name: rollInRight;
}

.os-animation {
    opacity: 0;
}

.os-animation.animated {
    opacity: 1;
}

.fancybox-is-open .fancybox-bg {
    opacity: .99;
}

.fancybox-slide .fancybox-content {
    transition: all .75s ease;
    background-color: transparent;
}

.fancybox-slide--image .fancybox-content {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    transform-origin: center center;
    transition: all .75s ease, transform 0s linear;
}

.fancybox-stage.c9-fancybox-zoom .fancybox-slide--iframe {
    overflow: hidden;
    padding: 0 !important;
}

.fancybox-stage.c9-fancybox-zoom .fancybox-content {
    width: 100% !important;
    height: 100% !important;
    margin: 0;
}

.fancybox-image {
    object-fit: contain !important;
    cursor: zoom-in;
}

.fancybox-stage.c9-fancybox-zoom .fancybox-image {
    cursor: zoom-out;
}

.fancybox-navigation .fancybox-button {
    background-color: rgba(51, 102, 0, .5);
    color: #fff;
    border: 1px solid rgba(51, 102, 0, .5);
    background-clip: border-box;
    z-index: 99999;
}

html.no-touch .fancybox-navigation .fancybox-button:hover {
    background-color: #360;
    color: #fff;
    border-color: lighter(#360, 15%);
    cursor: hand;
    cursor: pointer;
}

.fancybox-navigation .fancybox-button>div {
    display: none;
}

.fancybox-navigation button[class*="fancybox-button--arrow_"]:before {
    display: inline-block;
    font-family: "Ionicons";
    font-size: 35px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.fancybox-navigation .fancybox-button.fancybox-button--arrow_left:before {
    content: "";
}

.fancybox-navigation .fancybox-button.fancybox-button--arrow_right:before {
    content: "";
}

.xdsoft_datetimepicker {
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .506);
    background: #fff;
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    padding: 8px;
    padding-left: 0;
    padding-top: 2px;
    position: absolute;
    z-index: 9999;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}

.wf-active .xdsoft_datetimepicker {
    font-family: var(--c9-webfont), Arial, Helvetica, sans-serif;
}

.xdsoft_datetimepicker.xdsoft_rtl {
    padding: 8px 0 8px 8px;
}

.xdsoft_datetimepicker iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 210px;
    background: transparent;
    border: none;
}

.xdsoft_datetimepicker button {
    border: none !important;
}

.xdsoft_noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.xdsoft_noselect::selection {
    background: transparent;
}

.xdsoft_noselect::-moz-selection {
    background: transparent;
}

.xdsoft_datetimepicker.xdsoft_inline {
    display: inline-block;
    position: static;
    box-shadow: none;
}

.xdsoft_datetimepicker * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker,
.xdsoft_datetimepicker .xdsoft_timepicker {
    display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active,
.xdsoft_datetimepicker .xdsoft_timepicker.active {
    display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
    width: 224px;
    float: left;
    margin-left: 8px;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
    float: right;
    margin-right: 8px;
    margin-left: 0;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
    width: 256px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
    width: 58px;
    float: left;
    text-align: center;
    margin-left: 8px;
    margin-top: 0;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
    float: right;
    margin-right: 8px;
    margin-left: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
    margin-top: 8px;
    margin-bottom: 3px;
}

.xdsoft_datetimepicker .xdsoft_monthpicker {
    position: relative;
    text-align: center;
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

.xdsoft_datetimepicker .xdsoft_label i {
    opacity: .5;
    background-position: -92px -19px;
    display: inline-block;
    width: 9px;
    height: 20px;
    vertical-align: middle;
}

.xdsoft_datetimepicker .xdsoft_prev {
    float: left;
    background-position: -20px 0;
}

.xdsoft_datetimepicker .xdsoft_today_button {
    float: left;
    background-position: -70px 0;
    margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
    float: right;
    background-position: 0 0;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0 none;
    cursor: pointer;
    display: block;
    height: 30px;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    outline: medium none;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-indent: 100%;
    white-space: nowrap;
    width: 20px;
    min-width: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
    float: none;
    background-position: -40px -15px;
    height: 15px;
    width: 30px;
    display: block;
    margin-left: 14px;
    margin-top: 7px;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
    float: none;
    margin-left: 0;
    margin-right: 14px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
    background-position: -40px 0;
    margin-bottom: 7px;
    margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
    height: 151px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div {
    background: #f5f5f5;
    border-top: 1px solid #ddd;
    color: #666;
    font-size: 12px;
    text-align: center;
    border-collapse: collapse;
    cursor: pointer;
    border-bottom-width: 0;
    height: 25px;
    line-height: 25px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:first-child {
    border-top-width: 0;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.xdsoft_datetimepicker .xdsoft_label {
    display: inline;
    position: relative;
    z-index: 9999;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
    float: left;
    width: 182px;
    text-align: center;
    cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover>span {
    text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
    opacity: 1;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select {
    border: 1px solid #ccc;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 101;
    display: none;
    background: #fff;
    max-height: 160px;
    overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_monthselect {
    right: -7px;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_yearselect {
    right: 2px;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover {
    color: #fff;
    background: #ff8000;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option {
    padding: 2px 10px 2px 5px;
    text-decoration: none !important;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current {
    background: #3af;
    box-shadow: #178fe5 0 1px 3px 0 inset;
    color: #fff;
    font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
    width: 100px;
    text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
    clear: both;
}

.xdsoft_datetimepicker .xdsoft_year {
    width: 48px;
    margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
    border-collapse: collapse;
    width: 100%;
}

.xdsoft_datetimepicker .xdsoft_calendar td>div {
    padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
    width: 14.2857142%;
    background: #f5f5f5;
    border: 1px solid #ddd;
    color: #666;
    font-size: 12px;
    text-align: right;
    vertical-align: middle;
    padding: 0;
    border-collapse: collapse;
    cursor: pointer;
    height: 25px;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
    width: 12.5%;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    background: #f1f1f1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: #3af;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
    background: #ffe9d2;
    box-shadow: #ffb871 0 1px 4px 0 inset;
    color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
    background: #c1ffc9;
    box-shadow: #00dd1c 0 1px 4px 0 inset;
    color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    background: #3af;
    box-shadow: #178fe5 0 1px 3px 0 inset;
    color: #fff;
    font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box>div>div.xdsoft_disabled {
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    cursor: default;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
    opacity: .2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    color: #fff !important;
    background: #ff8000 !important;
    box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover {
    background: #3af !important;
    box-shadow: #178fe5 0 1px 3px 0 inset !important;
    color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_disabled:hover {
    color: inherit !important;
    background: inherit !important;
    box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    font-weight: 700;
    text-align: center;
    color: #999;
    cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
    color: #ccc !important;
    font-size: 10px;
    clear: both;
    float: none;
    margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a {
    color: #eee !important;
}

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
    color: #aaa !important;
}

.xdsoft_time_box {
    position: relative;
    border: 1px solid #ccc;
}

.xdsoft_scrollbar>.xdsoft_scroller {
    background: #ccc !important;
    height: 20px;
    border-radius: 3px;
}

.xdsoft_scrollbar {
    position: absolute;
    width: 7px;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
    left: 0;
    right: auto;
}

.xdsoft_scroller_box {
    position: relative;
}

.xdsoft_datetimepicker.xdsoft_dark {
    box-shadow: 0 5px 15px -5px rgba(255, 255, 255, .506);
    background: #000;
    border-bottom: 1px solid #444;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    color: #ccc;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
    border-bottom: 1px solid #222;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div {
    background: #0a0a0a;
    border-top: 1px solid #222;
    color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
    background-color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select {
    border: 1px solid #333;
    background: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover {
    color: #000;
    background: #007fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current {
    background: #c50;
    box-shadow: #b03e00 0 1px 3px 0 inset;
    color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    background: #0a0a0a;
    border: 1px solid #222;
    color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    background: #0e0e0e;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
    color: #c50;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
    background: #ffe9d2;
    box-shadow: #ffb871 0 1px 4px 0 inset;
    color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
    background: #c1ffc9;
    box-shadow: #00dd1c 0 1px 4px 0 inset;
    color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    background: #c50;
    box-shadow: #b03e00 0 1px 3px 0 inset;
    color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    color: #000 !important;
    background: #007fff !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    color: #666;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
    color: #333 !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
    color: #111 !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
    color: #555 !important;
}

.xdsoft_dark .xdsoft_time_box {
    border: 1px solid #333;
}

.xdsoft_dark .xdsoft_scrollbar>.xdsoft_scroller {
    background: #333 !important;
}

.xdsoft_datetimepicker .xdsoft_save_selected {
    display: block;
    border: 1px solid #ddd !important;
    margin-top: 5px;
    width: 100%;
    color: #454551;
    font-size: 13px;
}

.xdsoft_datetimepicker .blue-gradient-button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #82878c;
    height: 28px;
    position: relative;
    padding: 4px 17px 4px 33px;
    border: 1px solid #d7d8da;
    background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
    background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
    background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%);
    background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%);
    background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f4f8fa', GradientType=0);
}

.wf-active .xdsoft_datetimepicker .blue-gradient-button {
    font-family: var(--c9-webfont), Arial, Helvetica, sans-serif;
}

.xdsoft_datetimepicker .blue-gradient-button:hover,
.xdsoft_datetimepicker .blue-gradient-button:focus,
.xdsoft_datetimepicker .blue-gradient-button:hover span,
.xdsoft_datetimepicker .blue-gradient-button:focus span {
    color: #454551;
    background: -moz-linear-gradient(top, #f4f8fa 0%, #fff 73%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #fff));
    background: -webkit-linear-gradient(top, #f4f8fa 0%, #fff 73%);
    background: -o-linear-gradient(top, #f4f8fa 0%, #fff 73%);
    background: -ms-linear-gradient(top, #f4f8fa 0%, #fff 73%);
    background: linear-gradient(to bottom, #f4f8fa 0%, #fff 73%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f8fa', endColorstr='#FFF', GradientType=0);
}

a,
.btn,
button,
.slick-prev,
.slick-next,
.navigation nav.main ul li,
li.has-child ul li span a::before,
.promo-pods .item .info {
    transition: all .2s ease-in-out 0s;
}

a,
.btn {
    outline: 0 none !important;
}

a,
a:hover,
a:focus,
a:active,
a:visited {
    text-decoration: none;
}

html.touch a:hover,
html.touch a:focus,
html.touch a:active,
html.touch a:visited {
    text-decoration: none !important;
}

.btn {
    border: 0 none;
    border-radius: 0;
    position: relative;
    padding: 12px 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
}

.btn+.btn {
    margin-left: 5px;
}

.text-center .btn+.btn {
    margin-left: 5px;
}

.text-right .btn {
    margin-left: 5px;
}

.btn-xs {
    font-size: 12px;
    padding: 8px 10px;
}

.btn-sm {
    font-size: 12px;
    padding: 10px 15px;
}

.btn-lg {
    border-width: 3px;
    padding: 15px 20px 17px;
    font-size: 20px;
}

a.close-button {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    float: right;
    margin: 15px 15px 0 0;
    opacity: 1;
    transition: all .2s ease-in-out 0s;
}

a.close-button em {
    display: none;
}

a.close-button span {
    display: block;
    width: 40px;
    height: 2px;
    position: absolute;
    top: 0;
    right: 0;
}

a.close-button span.top {
    transform: rotate(45deg);
}

a.close-button span.bottom {
    transform: rotate(-45deg);
}

.link {
    margin: 15px 0 0;
}

.link.text-uppercase a {
    display: inline-block;
    padding: 0 0 3px;
    border-width: 0 0 2px;
    border-style: solid;
}

#top-link-block {
    z-index: 2;
    position: relative;
}

#top-link-block a {
    display: block;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
}

@media(min-width:0) and (max-width:991px) {
    #top-link-block a {
        text-align: center;
        border-radius: 0;
        border: 0 none;
        box-shadow: 0 none;
    }
}

@media(min-width:992px) {
    html.no-touch a.close-button:hover {
        opacity: .6;
    }
    #top-link-block {
        position: fixed;
        bottom: -100%;
        right: 0;
        padding: 0;
        opacity: 0;
        transition: bottom .2s ease-in-out 0s, opacity .2s ease-in-out 0s;
    }
    #top-link-block.affix.show {
        bottom: 0;
        opacity: 1;
    }
    #top-link-block a {
        width: 60px;
        font-size: 20px;
    }
}

ul,
ol {
    padding: 0;
    margin: 0 0 15px;
    line-height: 1.4;
}

ul {
    margin-left: 1em;
    list-style: disc outside;
}

ol {
    margin-left: 1em;
    list-style: decimal;
}

ul ul,
ol ol {
    padding: 4px 0 0 8px;
}

ul ul {
    list-style: circle outside;
}

ol ol {
    list-style: lower-roman;
}

li {
    margin-bottom: 4px;
}

dl dt {
    font-weight: bold;
    padding-bottom: 2px;
}

dl dd {
    padding-bottom: 4px;
}

ul.nav,
ol.nav,
nav ul,
nav ol,
ul.list,
ol.list,
nav ul li,
nav ol li,
ul.list li,
ol.list li {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1;
}

.image {
    position: relative;
    overflow: hidden;
}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
    transform: scale(1);
}

.image img,
.apc.banner .image,
.apc.pod-windows .image {
    display: block;
    width: 100%;
    height: auto;
    filter: saturate(200%) blur(25px) opacity(0);
    transform: scale(1);
    transition: transform .2s ease-in-out 0s, background-size .2s ease-in-out 0s, filter .75s ease-in-out .2s;
}

.image img.lazyloaded,
.apc.banner .image.lazyloaded,
.apc.pod-windows .image.lazyloaded {
    filter: unset;
    transform: scale(1);
    transition: all .75s ease;
}

.image,
.image.video {
    overflow: hidden;
    padding: 0;
}

html.no-touch .image a:hover img,
html.no-touch a:hover .image img,
html.no-touch .apc.pod-windows .item a:hover .image {
    filter: brightness(125%) saturate(110%);
}

.ekko-lightbox img {
    width: auto;
    height: auto !important;
    margin: 0 auto;
}

.image .caption {
    padding: 5px 0;
    font-size: 80%;
    font-style: italic;
    opacity: .8;
}

.apc.text-with-slideshow .image .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 101;
    padding: 5px 10px 7px;
    color: #fff;
}

.apc.text-with-slideshow .pull-right .image .caption {
    left: auto;
    right: 0;
}

.items-4 .image .caption {
    position: relative;
    padding: 5px 0;
    color: #585858;
    background: none;
}

i.fa,
i.before {
    margin-right: 5px;
}

i.fa.after,
i.after {
    margin-right: 0;
    margin-left: 5px;
}

body,
input,
select,
textarea,
button,
blockquote cite {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: -.025em;
    -webkit-font-smoothing: antialiased;
}

.wf-active body,
.wf-active input,
.wf-active select,
.wf-active textarea,
.wf-active button,
.wf-active blockquote cite {
    font-family: var(--c9-webfont), Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading,
nav.main,
nav.secondary,
table thead th,
blockquote,
#logo.no-image,
nav.tabs,
.btn,
button,
.link.text-uppercase,
.breadcrumb-trail,
nav.sub,
.apc.pod-windows .item .link {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.4;
}

.wf-active h1,
.wf-active h2,
.wf-active h3,
.wf-active h4,
.wf-active h5,
.wf-active h6,
.wf-active .heading,
.wf-active nav.main,
.wf-active nav.secondary,
.wf-active table thead th,
.wf-active blockquote,
.wf-active #logo.no-image,
.wf-active nav.tabs,
.wf-active .btn,
.wf-active button,
.wf-active .link.text-uppercase,
.wf-active .breadcrumb-trail,
.wf-active nav.sub,
.wf-active .apc.pod-windows .item .link {
    font-family: var(--c9-webfont), Arial, Helvetica, sans-serif;
}

nav.main,
nav.secondary,
.link.text-uppercase,
.breadcrumb-trail,
nav.tabs,
nav.sub {
    font-weight: 400;
}

.breadcrumb-trail,
.apc.pod-windows .item .link {
    font-style: italic;
}

h1 {
    font-size: 30px;
}

h1.heading.main {
    margin-top: 0;
}

h2 {
    font-size: 25px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

h5,
p.heading {
    font-size: 16px;
}

h6,
.sub-heading {
    font-size: 14px;
}

h1,
h2,
h3 {
    margin: 15px 0 10px;
}

#left-col h1:first-child,
#right-col h1:first-child,
#wide-col h1:first-child,
#mid-col h1:first-child {
    margin-top: 0;
}

h4,
h5,
h6,
p.heading {
    margin: 10px 0 15px;
}

footer .heading {
    font-size: 16px;
}

.heading span.line,
h1 span.line,
h2 span.line,
h3 span.line,
h4 span.line,
h5 span.line,
h6 span.line {
    display: inline;
    padding-bottom: 0;
    border-width: 0 0 1px;
    border-style: solid;
}

span.line {
    border-color: #360;
}

.c1-bg span.line {
    border-color: #fff;
}

.form .c5-bg span.line,
.form .c3-bg span.line {
    border-color: #360 !important;
}

p {
    margin: 8px 0 15px;
}

.secondary-heading {
    margin: 0;
}

p.caption {
    margin: 10px 0 0;
    font-size: 90%;
    font-style: italic;
    opacity: .6;
}

.banner .intro {
    font-weight: 300;
}

b,
strong {
    font-weight: 700;
}

em {
    font-weight: 300;
}

blockquote {
    position: relative;
    display: block;
    margin: 0;
    margin-bottom: 15px;
    padding: 0 1.25em 0 2em;
    clear: left;
    border: 0 none;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: larger !important;
    font-weight: bolder !important;
    font-style: italic !important;
}

.wf-active blockquote {
    font-family: var(--c9-webfont), Arial, Helvetica, sans-serif;
}

blockquote::before {
    content: "";
    display: inline-block;
    font-family: LineAwesome;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: -5px;
    left: 0;
    font-size: 2rem;
}

.text-center blockquote::before {
    left: 50%;
    transform: translateX(-50%);
}

.text-right blockquote::before {
    right: 0;
    left: auto;
}

blockquote p {
    color: inherit;
    font-size: larger !important;
    font-weight: bolder !important;
    font-style: italic !important;
}

blockquote cite {
    line-height: 1;
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
}

.alert .info :first-child {
    margin-top: 0;
}

.alert .info :last-child {
    margin-bottom: 0;
}

a.skip-to-content {
    position: fixed;
    top: 10px;
    left: 50%;
    z-index: -1;
    width: auto;
    height: auto;
    font-size: 12px;
    transform: translateX(-50%);
}

a.skip-to-content:focus {
    z-index: 1001;
    clip: auto;
    padding: 0;
    margin: 0;
}

@media(min-width:992px) {
    h1 {
        font-size: 35px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 26px;
    }
    h4 {
        font-size: 22px;
    }
    h5,
    p.heading {
        font-size: 20px;
    }
    h6,
    .sub-heading {
        font-size: 18px;
    }
    .banner .intro,
    .banner .outro {
        font-size: 140%;
    }
    .apc.banner .secondary-heading {
        font-size: 18px;
    }
}

@media(min-width:1200px) {
    h1 {
        font-size: 46px;
    }
    h2 {
        font-size: 34px;
    }
    h3 {
        font-size: 28px;
    }
    h4 {
        font-size: 24px;
    }
    h5,
    p.heading {
        font-size: 20px;
    }
    h6,
    .sub-heading {
        font-size: 18px;
    }
    .banner .intro,
    .banner .outro {
        font-size: 110%;
    }
    .apc.banner .secondary-heading {
        font-size: 22px;
    }
}

.base-background {
    background-color: #transparent;
}

.c1-bg {
    background-color: #360;
}

.c1-bg.bg-perc_90 {
    background-color: rgba(51, 102, 0, .9);
}

.c1-bg.bg-perc_80,
html.no-touch .apc.pod-windows .item a.info.c1-bg:hover::before {
    background-color: rgba(51, 102, 0, .8);
}

.c1-bg.bg-perc_70 {
    background-color: rgba(51, 102, 0, .7);
}

.c1-bg.bg-perc_60 {
    background-color: rgba(51, 102, 0, .6);
}

.c1-bg.bg-perc_50,
.apc.banner .item.overlay.c1-bg::before,
.apc.pod-windows .item.overlay .info.c1-bg::before {
    background-color: rgba(51, 102, 0, .5);
}

.c1-bg.bg-perc_40 {
    background-color: rgba(51, 102, 0, .4);
}

.c1-bg.bg-perc_30 {
    background-color: rgba(51, 102, 0, .3);
}

.c1-bg.bg-perc_20 {
    background-color: rgba(51, 102, 0, .2);
}

.c1-bg.bg-perc_10 {
    background-color: rgba(51, 102, 0, .1);
}

html.no-touch .apc.pod-windows .item .info.c1-bg::before {
    background: linear-gradient(135deg, #360 0%, rgba(51, 51, 51, 0) 100%);
}

.apc.banner .item.c1-bg.overlay::after,
.apc.pod-windows .item .info.c1-bg::after {
    background: linear-gradient(45deg, #360 0%, #360 50%, rgba(51, 51, 51, 0) 50.001%);
}

.c2-bg {
    background-color: #484848;
}

.c2-bg.bg-perc_90 {
    background-color: rgba(72, 72, 72, .9);
}

.c2-bg.bg-perc_80,
html.no-touch .apc.pod-windows .item a.info.c2-bg:hover::before {
    background-color: rgba(72, 72, 72, .8);
}

.c2-bg.bg-perc_70 {
    background-color: rgba(72, 72, 72, .7);
}

.c2-bg.bg-perc_60 {
    background-color: rgba(72, 72, 72, .6);
}

.c2-bg.bg-perc_50,
.apc.banner .item.overlay.c2-bg::before,
.apc.pod-windows .item.overlay .info.c2-bg::before {
    background-color: rgba(72, 72, 72, .5);
}

.c2-bg.bg-perc_40 {
    background-color: rgba(72, 72, 72, .4);
}

.c2-bg.bg-perc_30 {
    background-color: rgba(72, 72, 72, .3);
}

.c2-bg.bg-perc_20 {
    background-color: rgba(72, 72, 72, .2);
}

.c2-bg.bg-perc_10 {
    background-color: rgba(72, 72, 72, .1);
}

html.no-touch .apc.pod-windows .item .info.c2-bg::before {
    background: linear-gradient(135deg, #484848 0%, rgba(51, 51, 51, 0) 100%);
}

.apc.banner .item.c2-bg.overlay::after,
.apc.pod-windows .item .info.c2-bg::after {
    background: linear-gradient(45deg, #484848 0%, #484848 50%, rgba(51, 51, 51, 0) 50.001%);
}

.c3-bg {
    background-color: #333;
}

.c3-bg.bg-perc_90 {
    background-color: rgba(51, 51, 51, .9);
}

.c3-bg.bg-perc_80,
html.no-touch .apc.pod-windows .item a.info.c3-bg:hover::before {
    background-color: rgba(51, 51, 51, .8);
}

.c3-bg.bg-perc_70 {
    background-color: rgba(51, 51, 51, .7);
}

.c3-bg.bg-perc_60 {
    background-color: rgba(51, 51, 51, .6);
}

.c3-bg.bg-perc_50,
.apc.banner .item.overlay.c3-bg::before,
.apc.pod-windows .item.overlay .info.c3-bg::before {
    background-color: rgba(51, 51, 51, .5);
}

.c3-bg.bg-perc_40 {
    background-color: rgba(51, 51, 51, .4);
}

.c3-bg.bg-perc_30 {
    background-color: rgba(51, 51, 51, .3);
}

.c3-bg.bg-perc_20 {
    background-color: rgba(51, 51, 51, .2);
}

.c3-bg.bg-perc_10 {
    background-color: rgba(51, 51, 51, .1);
}

html.no-touch .apc.pod-windows .item .info.c3-bg::before {
    background: linear-gradient(135deg, #333 0%, rgba(51, 51, 51, 0) 100%);
}

.apc.banner .item.c3-bg.overlay::after,
.apc.pod-windows .item .info.c3-bg::after {
    background: linear-gradient(45deg, #333 0%, #333 50%, rgba(51, 51, 51, 0) 50.001%);
}

.c4-bg {
    background-color: #f2f2f2;
}

.c4-bg.bg-perc_90 {
    background-color: rgba(242, 242, 242, .9);
}

.c4-bg.bg-perc_80,
html.no-touch .apc.pod-windows .item a.info.c4-bg:hover::before {
    background-color: rgba(242, 242, 242, .8);
}

.c4-bg.bg-perc_70 {
    background-color: rgba(242, 242, 242, .7);
}

.c4-bg.bg-perc_60 {
    background-color: rgba(242, 242, 242, .6);
}

.c4-bg.bg-perc_50,
.apc.banner .item.overlay.c4-bg::before,
.apc.pod-windows .item.overlay .info.c4-bg::before {
    background-color: rgba(242, 242, 242, .5);
}

.c4-bg.bg-perc_40 {
    background-color: rgba(242, 242, 242, .4);
}

.c4-bg.bg-perc_30 {
    background-color: rgba(242, 242, 242, .3);
}

.c4-bg.bg-perc_20 {
    background-color: rgba(242, 242, 242, .2);
}

.c4-bg.bg-perc_10 {
    background-color: rgba(242, 242, 242, .1);
}

html.no-touch .apc.pod-windows .item .info.c4-bg::before {
    background: linear-gradient(135deg, #f2f2f2 0%, rgba(51, 51, 51, 0) 100%);
}

.apc.banner .item.c4-bg.overlay::after,
.apc.pod-windows .item .info.c4-bg::after {
    background: linear-gradient(45deg, #f2f2f2 0%, #f2f2f2 50%, rgba(51, 51, 51, 0) 50.001%);
}

.c5-bg {
    background-color: #fff;
}

.c5-bg.bg-perc_90 {
    background-color: rgba(255, 255, 255, .9);
}

.c5-bg.bg-perc_80,
html.no-touch .apc.pod-windows .item a.info.c5-bg:hover::before {
    background-color: rgba(255, 255, 255, .8);
}

.c5-bg.bg-perc_70 {
    background-color: rgba(255, 255, 255, .7);
}

.c5-bg.bg-perc_60 {
    background-color: rgba(255, 255, 255, .6);
}

.c5-bg.bg-perc_50,
.apc.banner .item.overlay.c5-bg::before,
.apc.pod-windows .item.overlay .info.c5-bg::before {
    background-color: rgba(255, 255, 255, .5);
}

.c5-bg.bg-perc_40 {
    background-color: rgba(255, 255, 255, .4);
}

.c5-bg.bg-perc_30 {
    background-color: rgba(255, 255, 255, .3);
}

.c5-bg.bg-perc_20 {
    background-color: rgba(255, 255, 255, .2);
}

.c5-bg.bg-perc_10 {
    background-color: rgba(255, 255, 255, .1);
}

html.no-touch .apc.pod-windows .item .info.c5-bg::before {
    background: linear-gradient(135deg, #fff 0%, rgba(51, 51, 51, 0) 100%);
}

.apc.banner .item.c5-bg.overlay::after,
.apc.pod-windows .item .info.c5-bg::after {
    background: linear-gradient(45deg, #fff 0%, #fff 50%, rgba(51, 51, 51, 0) 50.001%);
}

.c6-bg {
    background-color: #d5d5d5;
}

.c6-bg.bg-perc_90 {
    background-color: rgba(213, 213, 213, .9);
}

.c6-bg.bg-perc_80,
html.no-touch .apc.pod-windows .item a.info.c6-bg:hover::before {
    background-color: rgba(213, 213, 213, .8);
}

.c6-bg.bg-perc_70 {
    background-color: rgba(213, 213, 213, .7);
}

.c6-bg.bg-perc_60 {
    background-color: rgba(213, 213, 213, .6);
}

.c6-bg.bg-perc_50,
.apc.banner .item.overlay.c6-bg::before,
.apc.pod-windows .item.overlay .info.c6-bg::before {
    background-color: rgba(213, 213, 213, .5);
}

.c6-bg.bg-perc_40 {
    background-color: rgba(213, 213, 213, .4);
}

.c6-bg.bg-perc_30 {
    background-color: rgba(213, 213, 213, .3);
}

.c6-bg.bg-perc_20 {
    background-color: rgba(213, 213, 213, .2);
}

.c6-bg.bg-perc_10 {
    background-color: rgba(213, 213, 213, .1);
}

html.no-touch .apc.pod-windows .item .info.c6-bg::before {
    background: linear-gradient(135deg, #d5d5d5 0%, rgba(51, 51, 51, 0) 100%);
}

.apc.banner .item.c6-bg.overlay::after,
.apc.pod-windows .item .info.c6-bg::after {
    background: linear-gradient(45deg, #d5d5d5 0%, #d5d5d5 50%, rgba(51, 51, 51, 0) 50.001%);
}

.c7-bg {
    background-color: #000;
}

.c7-bg.bg-perc_90 {
    background-color: rgba(0, 0, 0, .9);
}

.c7-bg.bg-perc_80,
html.no-touch .apc.pod-windows .item a.info.c7-bg:hover::before {
    background-color: rgba(0, 0, 0, .8);
}

.c7-bg.bg-perc_70 {
    background-color: rgba(0, 0, 0, .7);
}

.c7-bg.bg-perc_60 {
    background-color: rgba(0, 0, 0, .6);
}

.c7-bg.bg-perc_50,
.apc.banner .item.overlay.c7-bg::before,
.apc.pod-windows .item.overlay .info.c7-bg::before {
    background-color: rgba(0, 0, 0, .5);
}

.c7-bg.bg-perc_40 {
    background-color: rgba(0, 0, 0, .4);
}

.c7-bg.bg-perc_30 {
    background-color: rgba(0, 0, 0, .3);
}

.c7-bg.bg-perc_20 {
    background-color: rgba(0, 0, 0, .2);
}

.c7-bg.bg-perc_10 {
    background-color: rgba(0, 0, 0, .1);
}

html.no-touch .apc.pod-windows .item .info.c7-bg::before {
    background: linear-gradient(135deg, #000 0%, rgba(51, 51, 51, 0) 100%);
}

.apc.banner .item.c7-bg.overlay::after,
.apc.pod-windows .item .info.c7-bg::after {
    background: linear-gradient(45deg, #000 0%, #000 50%, rgba(51, 51, 51, 0) 50.001%);
}

.c8-bg {
    background-color: #000;
}

.c8-bg.bg-perc_90 {
    background-color: rgba(0, 0, 0, .9);
}

.c8-bg.bg-perc_80,
html.no-touch .apc.pod-windows .item a.info.c8-bg:hover::before {
    background-color: rgba(0, 0, 0, .8);
}

.c8-bg.bg-perc_70 {
    background-color: rgba(0, 0, 0, .7);
}

.c8-bg.bg-perc_60 {
    background-color: rgba(0, 0, 0, .6);
}

.c8-bg.bg-perc_50,
.apc.banner .item.overlay.c8-bg::before,
.apc.pod-windows .item.overlay .info.c8-bg::before {
    background-color: rgba(0, 0, 0, .5);
}

.c8-bg.bg-perc_40 {
    background-color: rgba(0, 0, 0, .4);
}

.c8-bg.bg-perc_30 {
    background-color: rgba(0, 0, 0, .3);
}

.c8-bg.bg-perc_20 {
    background-color: rgba(0, 0, 0, .2);
}

.c8-bg.bg-perc_10 {
    background-color: rgba(0, 0, 0, .1);
}

html.no-touch .apc.pod-windows .item .info.c8-bg::before {
    background: linear-gradient(135deg, #000 0%, rgba(51, 51, 51, 0) 100%);
}

.apc.banner .item.c8-bg.overlay::after,
.apc.pod-windows .item .info.c8-bg::after {
    background: linear-gradient(45deg, #000 0%, #000 50%, rgba(51, 51, 51, 0) 50.001%);
}

.c9-bg {
    background-color: #000;
}

.c9-bg.bg-perc_90 {
    background-color: rgba(0, 0, 0, .9);
}

.c9-bg.bg-perc_80,
html.no-touch .apc.pod-windows .item a.info.c9-bg:hover::before {
    background-color: rgba(0, 0, 0, .8);
}

.c9-bg.bg-perc_70 {
    background-color: rgba(0, 0, 0, .7);
}

.c9-bg.bg-perc_60 {
    background-color: rgba(0, 0, 0, .6);
}

.c9-bg.bg-perc_50,
.apc.banner .item.overlay.c9-bg::before,
.apc.pod-windows .item.overlay .info.c9-bg::before {
    background-color: rgba(0, 0, 0, .5);
}

.c9-bg.bg-perc_40 {
    background-color: rgba(0, 0, 0, .4);
}

.c9-bg.bg-perc_30 {
    background-color: rgba(0, 0, 0, .3);
}

.c9-bg.bg-perc_20 {
    background-color: rgba(0, 0, 0, .2);
}

.c9-bg.bg-perc_10 {
    background-color: rgba(0, 0, 0, .1);
}

html.no-touch .apc.pod-windows .item .info.c9-bg::before {
    background: linear-gradient(135deg, #000 0%, rgba(51, 51, 51, 0) 100%);
}

.apc.banner .item.c9-bg.overlay::after,
.apc.pod-windows .item .info.c9-bg::after {
    background: linear-gradient(45deg, #000 0%, #000 50%, rgba(51, 51, 51, 0) 50.001%);
}

.c10-bg {
    background-color: #000;
}

.c10-bg.bg-perc_90 {
    background-color: rgba(0, 0, 0, .9);
}

.c10-bg.bg-perc_80,
html.no-touch .apc.pod-windows .item a.info.c10-bg:hover::before {
    background-color: rgba(0, 0, 0, .8);
}

.c10-bg.bg-perc_70 {
    background-color: rgba(0, 0, 0, .7);
}

.c10-bg.bg-perc_60 {
    background-color: rgba(0, 0, 0, .6);
}

.c10-bg.bg-perc_50,
.apc.banner .item.overlay.c10-bg::before,
.apc.pod-windows .item.overlay .info.c10-bg::before {
    background-color: rgba(0, 0, 0, .5);
}

.c10-bg.bg-perc_40 {
    background-color: rgba(0, 0, 0, .4);
}

.c10-bg.bg-perc_30 {
    background-color: rgba(0, 0, 0, .3);
}

.c10-bg.bg-perc_20 {
    background-color: rgba(0, 0, 0, .2);
}

.c10-bg.bg-perc_10 {
    background-color: rgba(0, 0, 0, .1);
}

html.no-touch .apc.pod-windows .item .info.c10-bg::before {
    background: linear-gradient(135deg, #000 0%, rgba(51, 51, 51, 0) 100%);
}

.apc.banner .item.c10-bg.overlay::after,
.apc.pod-windows .item .info.c10-bg::after {
    background: linear-gradient(45deg, #000 0%, #000 50%, rgba(51, 51, 51, 0) 50.001%);
}

.c11-bg {
    background-color: #000;
}

.c11-bg.bg-perc_90 {
    background-color: rgba(0, 0, 0, .9);
}

.c11-bg.bg-perc_80,
html.no-touch .apc.pod-windows .item a.info.c11-bg:hover::before {
    background-color: rgba(0, 0, 0, .8);
}

.c11-bg.bg-perc_70 {
    background-color: rgba(0, 0, 0, .7);
}

.c11-bg.bg-perc_60 {
    background-color: rgba(0, 0, 0, .6);
}

.c11-bg.bg-perc_50,
.apc.banner .item.overlay.c11-bg::before,
.apc.pod-windows .item.overlay .info.c11-bg::before {
    background-color: rgba(0, 0, 0, .5);
}

.c11-bg.bg-perc_40 {
    background-color: rgba(0, 0, 0, .4);
}

.c11-bg.bg-perc_30 {
    background-color: rgba(0, 0, 0, .3);
}

.c11-bg.bg-perc_20 {
    background-color: rgba(0, 0, 0, .2);
}

.c11-bg.bg-perc_10 {
    background-color: rgba(0, 0, 0, .1);
}

html.no-touch .apc.pod-windows .item .info.c11-bg::before {
    background: linear-gradient(135deg, #000 0%, rgba(51, 51, 51, 0) 100%);
}

.apc.banner .item.c11-bg.overlay::after,
.apc.pod-windows .item .info.c11-bg::after {
    background: linear-gradient(45deg, #000 0%, #000 50%, rgba(51, 51, 51, 0) 50.001%);
}

.c12-bg {
    background-color: #000;
}

.c12-bg.bg-perc_90 {
    background-color: rgba(0, 0, 0, .9);
}

.c12-bg.bg-perc_80,
html.no-touch .apc.pod-windows .item a.info.c12-bg:hover::before {
    background-color: rgba(0, 0, 0, .8);
}

.c12-bg.bg-perc_70 {
    background-color: rgba(0, 0, 0, .7);
}

.c12-bg.bg-perc_60 {
    background-color: rgba(0, 0, 0, .6);
}

.c12-bg.bg-perc_50,
.apc.banner .item.overlay.c12-bg::before,
.apc.pod-windows .item.overlay .info.c12-bg::before {
    background-color: rgba(0, 0, 0, .5);
}

.c12-bg.bg-perc_40 {
    background-color: rgba(0, 0, 0, .4);
}

.c12-bg.bg-perc_30 {
    background-color: rgba(0, 0, 0, .3);
}

.c12-bg.bg-perc_20 {
    background-color: rgba(0, 0, 0, .2);
}

.c12-bg.bg-perc_10 {
    background-color: rgba(0, 0, 0, .1);
}

html.no-touch .apc.pod-windows .item .info.c12-bg::before {
    background: linear-gradient(135deg, #000 0%, rgba(51, 51, 51, 0) 100%);
}

.apc.banner .item.c12-bg.overlay::after,
.apc.pod-windows .item .info.c12-bg::after {
    background: linear-gradient(45deg, #000 0%, #000 50%, rgba(51, 51, 51, 0) 50.001%);
}

.c13-bg {
    background-color: #000;
}

.c13-bg.bg-perc_90 {
    background-color: rgba(0, 0, 0, .9);
}

.c13-bg.bg-perc_80,
html.no-touch .apc.pod-windows .item a.info.c13-bg:hover::before {
    background-color: rgba(0, 0, 0, .8);
}

.c13-bg.bg-perc_70 {
    background-color: rgba(0, 0, 0, .7);
}

.c13-bg.bg-perc_60 {
    background-color: rgba(0, 0, 0, .6);
}

.c13-bg.bg-perc_50,
.apc.banner .item.overlay.c13-bg::before,
.apc.pod-windows .item.overlay .info.c13-bg::before {
    background-color: rgba(0, 0, 0, .5);
}

.c13-bg.bg-perc_40 {
    background-color: rgba(0, 0, 0, .4);
}

.c13-bg.bg-perc_30 {
    background-color: rgba(0, 0, 0, .3);
}

.c13-bg.bg-perc_20 {
    background-color: rgba(0, 0, 0, .2);
}

.c13-bg.bg-perc_10 {
    background-color: rgba(0, 0, 0, .1);
}

html.no-touch .apc.pod-windows .item .info.c13-bg::before {
    background: linear-gradient(135deg, #000 0%, rgba(51, 51, 51, 0) 100%);
}

.apc.banner .item.c13-bg.overlay::after,
.apc.pod-windows .item .info.c13-bg::after {
    background: linear-gradient(45deg, #000 0%, #000 50%, rgba(51, 51, 51, 0) 50.001%);
}

.c14-bg {
    background-color: #000;
}

.c14-bg.bg-perc_90 {
    background-color: rgba(0, 0, 0, .9);
}

.c14-bg.bg-perc_80,
html.no-touch .apc.pod-windows .item a.info.c14-bg:hover::before {
    background-color: rgba(0, 0, 0, .8);
}

.c14-bg.bg-perc_70 {
    background-color: rgba(0, 0, 0, .7);
}

.c14-bg.bg-perc_60 {
    background-color: rgba(0, 0, 0, .6);
}

.c14-bg.bg-perc_50,
.apc.banner .item.overlay.c14-bg::before,
.apc.pod-windows .item.overlay .info.c14-bg::before {
    background-color: rgba(0, 0, 0, .5);
}

.c14-bg.bg-perc_40 {
    background-color: rgba(0, 0, 0, .4);
}

.c14-bg.bg-perc_30 {
    background-color: rgba(0, 0, 0, .3);
}

.c14-bg.bg-perc_20 {
    background-color: rgba(0, 0, 0, .2);
}

.c14-bg.bg-perc_10 {
    background-color: rgba(0, 0, 0, .1);
}

html.no-touch .apc.pod-windows .item .info.c14-bg::before {
    background: linear-gradient(135deg, #000 0%, rgba(51, 51, 51, 0) 100%);
}

.apc.banner .item.c14-bg.overlay::after,
.apc.pod-windows .item .info.c14-bg::after {
    background: linear-gradient(45deg, #000 0%, #000 50%, rgba(51, 51, 51, 0) 50.001%);
}

.c15-bg {
    background-color: #000;
}

.c15-bg.bg-perc_90 {
    background-color: rgba(0, 0, 0, .9);
}

.c15-bg.bg-perc_80,
html.no-touch .apc.pod-windows .item a.info.c15-bg:hover::before {
    background-color: rgba(0, 0, 0, .8);
}

.c15-bg.bg-perc_70 {
    background-color: rgba(0, 0, 0, .7);
}

.c15-bg.bg-perc_60 {
    background-color: rgba(0, 0, 0, .6);
}

.c15-bg.bg-perc_50,
.apc.banner .item.overlay.c15-bg::before,
.apc.pod-windows .item.overlay .info.c15-bg::before {
    background-color: rgba(0, 0, 0, .5);
}

.c15-bg.bg-perc_40 {
    background-color: rgba(0, 0, 0, .4);
}

.c15-bg.bg-perc_30 {
    background-color: rgba(0, 0, 0, .3);
}

.c15-bg.bg-perc_20 {
    background-color: rgba(0, 0, 0, .2);
}

.c15-bg.bg-perc_10 {
    background-color: rgba(0, 0, 0, .1);
}

html.no-touch .apc.pod-windows .item .info.c15-bg::before {
    background: linear-gradient(135deg, #000 0%, rgba(51, 51, 51, 0) 100%);
}

.apc.banner .item.c15-bg.overlay::after,
.apc.pod-windows .item .info.c15-bg::after {
    background: linear-gradient(45deg, #000 0%, #000 50%, rgba(51, 51, 51, 0) 50.001%);
}

.c16-bg {
    background-color: #000;
}

.c16-bg.bg-perc_90 {
    background-color: rgba(0, 0, 0, .9);
}

.c16-bg.bg-perc_80,
html.no-touch .apc.pod-windows .item a.info.c16-bg:hover::before {
    background-color: rgba(0, 0, 0, .8);
}

.c16-bg.bg-perc_70 {
    background-color: rgba(0, 0, 0, .7);
}

.c16-bg.bg-perc_60 {
    background-color: rgba(0, 0, 0, .6);
}

.c16-bg.bg-perc_50,
.apc.banner .item.overlay.c16-bg::before,
.apc.pod-windows .item.overlay .info.c16-bg::before {
    background-color: rgba(0, 0, 0, .5);
}

.c16-bg.bg-perc_40 {
    background-color: rgba(0, 0, 0, .4);
}

.c16-bg.bg-perc_30 {
    background-color: rgba(0, 0, 0, .3);
}

.c16-bg.bg-perc_20 {
    background-color: rgba(0, 0, 0, .2);
}

.c16-bg.bg-perc_10 {
    background-color: rgba(0, 0, 0, .1);
}

html.no-touch .apc.pod-windows .item .info.c16-bg::before {
    background: linear-gradient(135deg, #000 0%, rgba(51, 51, 51, 0) 100%);
}

.apc.banner .item.c16-bg.overlay::after,
.apc.pod-windows .item .info.c16-bg::after {
    background: linear-gradient(45deg, #000 0%, #000 50%, rgba(51, 51, 51, 0) 50.001%);
}

.modal-backdrop,
.modal-backdrop.in {
    background-color: #000;
}

body,
.base-text {
    color: #585858;
}

body .c1-bg:not(.btn) {
    color: #fff;
}

body .c2-bg:not(.btn) {
    color: #f2f2f2;
}

body .c3-bg:not(.btn) {
    color: #f2f2f2;
}

a,
a:focus,
a:active {
    color: #360;
}

html.no-touch a:hover {
    color: #1a3300;
}

.apc.c1-bg a:not(.btn):not(.heading):not(.c1-text) {
    color: #fff;
    font-weight: bold;
}

html.no-touch .c1-bg a:not(.btn):not(.c1-text):hover,
.c1-bg a:not(.btn):not(.c1-text):active,
.c1-bg a:not(.btn):not(.c1-text):focus {
    color: #e6e6e6;
}

.heading,
h1,
h2,
h3,
h4,
h5,
h6,
body .base-text h1,
body .base-text h2,
body .base-text h3,
body .base-text h4,
body .base-text h5,
body .base-text h6,
body .base-text .heading,
.tables .head {
    color: #484848;
}

blockquote::before {
    color: #360;
}

.c1-text blockquote::before {
    color: #360;
}

.c1-text,
html.no-touch .btn.c1-text:hover,
.btn.c1-text:focus,
.btn.c1-text:active {
    color: #360;
}

html.no-touch a.c1-text:not(.btn):hover,
a.c1-text:not(.btn):focus,
a.c1-text:not(.btn):active,
html.no-touch footer a:hover {
    color: #1a3300;
}

.c1-text.text-perc_90 {
    color: rgba(51, 102, 0, .9);
}

.c1-text.text-perc_80 {
    color: rgba(51, 102, 0, .8);
}

.c1-text.text-perc_70 {
    color: rgba(51, 102, 0, .7);
}

.c1-text.text-perc_60 {
    color: rgba(51, 102, 0, .6);
}

.c1-text.text-perc_50 {
    color: rgba(51, 102, 0, .5);
}

.c1-text.text-perc_40 {
    color: rgba(51, 102, 0, .4);
}

.c1-text.text-perc_30 {
    color: rgba(51, 102, 0, .3);
}

.c1-text.text-perc_20 {
    color: rgba(51, 102, 0, .2);
}

.c1-text.text-perc_10 {
    color: rgba(51, 102, 0, .1);
}

.c2-text blockquote::before {
    color: #484848;
}

.c2-text,
html.no-touch .btn.c2-text:hover,
.btn.c2-text:focus,
.btn.c2-text:active {
    color: #484848;
}

html.no-touch a.c2-text:not(.btn):hover,
a.c2-text:not(.btn):focus,
a.c2-text:not(.btn):active {
    color: #2f2f2f;
}

.c2-text.text-perc_90 {
    color: rgba(72, 72, 72, .9);
}

.c2-text.text-perc_80 {
    color: rgba(72, 72, 72, .8);
}

.c2-text.text-perc_70 {
    color: rgba(72, 72, 72, .7);
}

.c2-text.text-perc_60 {
    color: rgba(72, 72, 72, .6);
}

.c2-text.text-perc_50 {
    color: rgba(72, 72, 72, .5);
}

.c2-text.text-perc_40 {
    color: rgba(72, 72, 72, .4);
}

.c2-text.text-perc_30 {
    color: rgba(72, 72, 72, .3);
}

.c2-text.text-perc_20 {
    color: rgba(72, 72, 72, .2);
}

.c2-text.text-perc_10 {
    color: rgba(72, 72, 72, .1);
}

.c3-text blockquote::before {
    color: #333;
}

.c3-text,
html.no-touch .btn.c3-text:hover,
.btn.c3-text:focus,
.btn.c3-text:active {
    color: #333;
}

html.no-touch a.c3-text:not(.btn):hover,
a.c3-text:not(.btn):focus,
a.c3-text:not(.btn):active {
    color: #4d4d4d;
}

.c3-text.text-perc_90 {
    color: rgba(51, 51, 51, .9);
}

.c3-text.text-perc_80 {
    color: rgba(51, 51, 51, .8);
}

.c3-text.text-perc_70 {
    color: rgba(51, 51, 51, .7);
}

.c3-text.text-perc_60 {
    color: rgba(51, 51, 51, .6);
}

.c3-text.text-perc_50 {
    color: rgba(51, 51, 51, .5);
}

.c3-text.text-perc_40 {
    color: rgba(51, 51, 51, .4);
}

.c3-text.text-perc_30 {
    color: rgba(51, 51, 51, .3);
}

.c3-text.text-perc_20 {
    color: rgba(51, 51, 51, .2);
}

.c3-text.text-perc_10 {
    color: rgba(51, 51, 51, .1);
}

.c4-text blockquote::before {
    color: #f2f2f2;
}

.c4-text,
html.no-touch .btn.c4-text:hover,
.btn.c4-text:focus,
.btn.c4-text:active {
    color: #f2f2f2;
}

html.no-touch a.c4-text:not(.btn):hover,
a.c4-text:not(.btn):focus,
a.c4-text:not(.btn):active {
    color: #d9d9d9;
}

.c4-text.text-perc_90 {
    color: rgba(242, 242, 242, .9);
}

.c4-text.text-perc_80 {
    color: rgba(242, 242, 242, .8);
}

.c4-text.text-perc_70 {
    color: rgba(242, 242, 242, .7);
}

.c4-text.text-perc_60 {
    color: rgba(242, 242, 242, .6);
}

.c4-text.text-perc_50 {
    color: rgba(242, 242, 242, .5);
}

.c4-text.text-perc_40 {
    color: rgba(242, 242, 242, .4);
}

.c4-text.text-perc_30 {
    color: rgba(242, 242, 242, .3);
}

.c4-text.text-perc_20 {
    color: rgba(242, 242, 242, .2);
}

.c4-text.text-perc_10 {
    color: rgba(242, 242, 242, .1);
}

.c5-text blockquote::before {
    color: #fff;
}

.c5-text,
html.no-touch .btn.c5-text:hover,
.btn.c5-text:focus,
.btn.c5-text:active {
    color: #fff;
}

html.no-touch a.c5-text:not(.btn):hover,
a.c5-text:not(.btn):focus,
a.c5-text:not(.btn):active {
    color: #e6e6e6;
}

.c5-text.text-perc_90 {
    color: rgba(255, 255, 255, .9);
}

.c5-text.text-perc_80 {
    color: rgba(255, 255, 255, .8);
}

.c5-text.text-perc_70 {
    color: rgba(255, 255, 255, .7);
}

.c5-text.text-perc_60 {
    color: rgba(255, 255, 255, .6);
}

.c5-text.text-perc_50 {
    color: rgba(255, 255, 255, .5);
}

.c5-text.text-perc_40 {
    color: rgba(255, 255, 255, .4);
}

.c5-text.text-perc_30 {
    color: rgba(255, 255, 255, .3);
}

.c5-text.text-perc_20 {
    color: rgba(255, 255, 255, .2);
}

.c5-text.text-perc_10 {
    color: rgba(255, 255, 255, .1);
}

.c6-text blockquote::before {
    color: #d5d5d5;
}

.c6-text,
html.no-touch .btn.c6-text:hover,
.btn.c6-text:focus,
.btn.c6-text:active {
    color: #d5d5d5;
}

html.no-touch a.c6-text:not(.btn):hover,
a.c6-text:not(.btn):focus,
a.c6-text:not(.btn):active {
    color: #bcbcbc;
}

.c6-text.text-perc_90 {
    color: rgba(213, 213, 213, .9);
}

.c6-text.text-perc_80 {
    color: rgba(213, 213, 213, .8);
}

.c6-text.text-perc_70 {
    color: rgba(213, 213, 213, .7);
}

.c6-text.text-perc_60 {
    color: rgba(213, 213, 213, .6);
}

.c6-text.text-perc_50 {
    color: rgba(213, 213, 213, .5);
}

.c6-text.text-perc_40 {
    color: rgba(213, 213, 213, .4);
}

.c6-text.text-perc_30 {
    color: rgba(213, 213, 213, .3);
}

.c6-text.text-perc_20 {
    color: rgba(213, 213, 213, .2);
}

.c6-text.text-perc_10 {
    color: rgba(213, 213, 213, .1);
}

.c7-text blockquote::before {
    color: transparent;
}

.c7-text,
html.no-touch .btn.c7-text:hover,
.btn.c7-text:focus,
.btn.c7-text:active {
    color: #000;
}

html.no-touch a.c7-text:not(.btn):hover,
a.c7-text:not(.btn):focus,
a.c7-text:not(.btn):active {
    color: transparent;
}

.c7-text.text-perc_90 {
    color: rgba(0, 0, 0, .9);
}

.c7-text.text-perc_80 {
    color: rgba(0, 0, 0, .8);
}

.c7-text.text-perc_70 {
    color: rgba(0, 0, 0, .7);
}

.c7-text.text-perc_60 {
    color: rgba(0, 0, 0, .6);
}

.c7-text.text-perc_50 {
    color: rgba(0, 0, 0, .5);
}

.c7-text.text-perc_40 {
    color: rgba(0, 0, 0, .4);
}

.c7-text.text-perc_30 {
    color: rgba(0, 0, 0, .3);
}

.c7-text.text-perc_20 {
    color: rgba(0, 0, 0, .2);
}

.c7-text.text-perc_10 {
    color: rgba(0, 0, 0, .1);
}

.c8-text blockquote::before {
    color: transparent;
}

.c8-text,
html.no-touch .btn.c8-text:hover,
.btn.c8-text:focus,
.btn.c8-text:active {
    color: #000;
}

html.no-touch a.c8-text:not(.btn):hover,
a.c8-text:not(.btn):focus,
a.c8-text:not(.btn):active {
    color: transparent;
}

.c8-text.text-perc_90 {
    color: rgba(0, 0, 0, .9);
}

.c8-text.text-perc_80 {
    color: rgba(0, 0, 0, .8);
}

.c8-text.text-perc_70 {
    color: rgba(0, 0, 0, .7);
}

.c8-text.text-perc_60 {
    color: rgba(0, 0, 0, .6);
}

.c8-text.text-perc_50 {
    color: rgba(0, 0, 0, .5);
}

.c8-text.text-perc_40 {
    color: rgba(0, 0, 0, .4);
}

.c8-text.text-perc_30 {
    color: rgba(0, 0, 0, .3);
}

.c8-text.text-perc_20 {
    color: rgba(0, 0, 0, .2);
}

.c8-text.text-perc_10 {
    color: rgba(0, 0, 0, .1);
}

.c9-text blockquote::before {
    color: transparent;
}

.c9-text,
html.no-touch .btn.c9-text:hover,
.btn.c9-text:focus,
.btn.c9-text:active {
    color: #000;
}

html.no-touch a.c9-text:not(.btn):hover,
a.c9-text:not(.btn):focus,
a.c9-text:not(.btn):active {
    color: transparent;
}

.c9-text.text-perc_90 {
    color: rgba(0, 0, 0, .9);
}

.c9-text.text-perc_80 {
    color: rgba(0, 0, 0, .8);
}

.c9-text.text-perc_70 {
    color: rgba(0, 0, 0, .7);
}

.c9-text.text-perc_60 {
    color: rgba(0, 0, 0, .6);
}

.c9-text.text-perc_50 {
    color: rgba(0, 0, 0, .5);
}

.c9-text.text-perc_40 {
    color: rgba(0, 0, 0, .4);
}

.c9-text.text-perc_30 {
    color: rgba(0, 0, 0, .3);
}

.c9-text.text-perc_20 {
    color: rgba(0, 0, 0, .2);
}

.c9-text.text-perc_10 {
    color: rgba(0, 0, 0, .1);
}

.c10-text blockquote::before {
    color: transparent;
}

.c10-text,
html.no-touch .btn.c10-text:hover,
.btn.c10-text:focus,
.btn.c10-text:active {
    color: #000;
}

html.no-touch a.c10-text:not(.btn):hover,
a.c10-text:not(.btn):focus,
a.c10-text:not(.btn):active {
    color: transparent;
}

.c10-text.text-perc_90 {
    color: rgba(0, 0, 0, .9);
}

.c10-text.text-perc_80 {
    color: rgba(0, 0, 0, .8);
}

.c10-text.text-perc_70 {
    color: rgba(0, 0, 0, .7);
}

.c10-text.text-perc_60 {
    color: rgba(0, 0, 0, .6);
}

.c10-text.text-perc_50 {
    color: rgba(0, 0, 0, .5);
}

.c10-text.text-perc_40 {
    color: rgba(0, 0, 0, .4);
}

.c10-text.text-perc_30 {
    color: rgba(0, 0, 0, .3);
}

.c10-text.text-perc_20 {
    color: rgba(0, 0, 0, .2);
}

.c10-text.text-perc_10 {
    color: rgba(0, 0, 0, .1);
}

.c11-text blockquote::before {
    color: transparent;
}

.c11-text,
html.no-touch .btn.c11-text:hover,
.btn.c11-text:focus,
.btn.c11-text:active {
    color: #000;
}

html.no-touch a.c11-text:not(.btn):hover,
a.c11-text:not(.btn):focus,
a.c11-text:not(.btn):active {
    color: transparent;
}

.c11-text.text-perc_90 {
    color: rgba(0, 0, 0, .9);
}

.c11-text.text-perc_80 {
    color: rgba(0, 0, 0, .8);
}

.c11-text.text-perc_70 {
    color: rgba(0, 0, 0, .7);
}

.c11-text.text-perc_60 {
    color: rgba(0, 0, 0, .6);
}

.c11-text.text-perc_50 {
    color: rgba(0, 0, 0, .5);
}

.c11-text.text-perc_40 {
    color: rgba(0, 0, 0, .4);
}

.c11-text.text-perc_30 {
    color: rgba(0, 0, 0, .3);
}

.c11-text.text-perc_20 {
    color: rgba(0, 0, 0, .2);
}

.c11-text.text-perc_10 {
    color: rgba(0, 0, 0, .1);
}

.c12-text blockquote::before {
    color: transparent;
}

.c12-text,
html.no-touch .btn.c12-text:hover,
.btn.c12-text:focus,
.btn.c12-text:active {
    color: #000;
}

html.no-touch a.c12-text:not(.btn):hover,
a.c12-text:not(.btn):focus,
a.c12-text:not(.btn):active {
    color: transparent;
}

.c12-text.text-perc_90 {
    color: rgba(0, 0, 0, .9);
}

.c12-text.text-perc_80 {
    color: rgba(0, 0, 0, .8);
}

.c12-text.text-perc_70 {
    color: rgba(0, 0, 0, .7);
}

.c12-text.text-perc_60 {
    color: rgba(0, 0, 0, .6);
}

.c12-text.text-perc_50 {
    color: rgba(0, 0, 0, .5);
}

.c12-text.text-perc_40 {
    color: rgba(0, 0, 0, .4);
}

.c12-text.text-perc_30 {
    color: rgba(0, 0, 0, .3);
}

.c12-text.text-perc_20 {
    color: rgba(0, 0, 0, .2);
}

.c12-text.text-perc_10 {
    color: rgba(0, 0, 0, .1);
}

.c13-text blockquote::before {
    color: transparent;
}

.c13-text,
html.no-touch .btn.c13-text:hover,
.btn.c13-text:focus,
.btn.c13-text:active {
    color: #000;
}

html.no-touch a.c13-text:not(.btn):hover,
a.c13-text:not(.btn):focus,
a.c13-text:not(.btn):active {
    color: transparent;
}

.c13-text.text-perc_90 {
    color: rgba(0, 0, 0, .9);
}

.c13-text.text-perc_80 {
    color: rgba(0, 0, 0, .8);
}

.c13-text.text-perc_70 {
    color: rgba(0, 0, 0, .7);
}

.c13-text.text-perc_60 {
    color: rgba(0, 0, 0, .6);
}

.c13-text.text-perc_50 {
    color: rgba(0, 0, 0, .5);
}

.c13-text.text-perc_40 {
    color: rgba(0, 0, 0, .4);
}

.c13-text.text-perc_30 {
    color: rgba(0, 0, 0, .3);
}

.c13-text.text-perc_20 {
    color: rgba(0, 0, 0, .2);
}

.c13-text.text-perc_10 {
    color: rgba(0, 0, 0, .1);
}

.c14-text blockquote::before {
    color: transparent;
}

.c14-text,
html.no-touch .btn.c14-text:hover,
.btn.c14-text:focus,
.btn.c14-text:active {
    color: #000;
}

html.no-touch a.c14-text:not(.btn):hover,
a.c14-text:not(.btn):focus,
a.c14-text:not(.btn):active {
    color: transparent;
}

.c14-text.text-perc_90 {
    color: rgba(0, 0, 0, .9);
}

.c14-text.text-perc_80 {
    color: rgba(0, 0, 0, .8);
}

.c14-text.text-perc_70 {
    color: rgba(0, 0, 0, .7);
}

.c14-text.text-perc_60 {
    color: rgba(0, 0, 0, .6);
}

.c14-text.text-perc_50 {
    color: rgba(0, 0, 0, .5);
}

.c14-text.text-perc_40 {
    color: rgba(0, 0, 0, .4);
}

.c14-text.text-perc_30 {
    color: rgba(0, 0, 0, .3);
}

.c14-text.text-perc_20 {
    color: rgba(0, 0, 0, .2);
}

.c14-text.text-perc_10 {
    color: rgba(0, 0, 0, .1);
}

.c15-text blockquote::before {
    color: transparent;
}

.c15-text,
html.no-touch .btn.c15-text:hover,
.btn.c15-text:focus,
.btn.c15-text:active {
    color: #000;
}

html.no-touch a.c15-text:not(.btn):hover,
a.c15-text:not(.btn):focus,
a.c15-text:not(.btn):active {
    color: transparent;
}

.c15-text.text-perc_90 {
    color: rgba(0, 0, 0, .9);
}

.c15-text.text-perc_80 {
    color: rgba(0, 0, 0, .8);
}

.c15-text.text-perc_70 {
    color: rgba(0, 0, 0, .7);
}

.c15-text.text-perc_60 {
    color: rgba(0, 0, 0, .6);
}

.c15-text.text-perc_50 {
    color: rgba(0, 0, 0, .5);
}

.c15-text.text-perc_40 {
    color: rgba(0, 0, 0, .4);
}

.c15-text.text-perc_30 {
    color: rgba(0, 0, 0, .3);
}

.c15-text.text-perc_20 {
    color: rgba(0, 0, 0, .2);
}

.c15-text.text-perc_10 {
    color: rgba(0, 0, 0, .1);
}

.c16-text blockquote::before {
    color: transparent;
}

.c16-text,
html.no-touch .btn.c16-text:hover,
.btn.c16-text:focus,
.btn.c16-text:active {
    color: #000;
}

html.no-touch a.c16-text:not(.btn):hover,
a.c16-text:not(.btn):focus,
a.c16-text:not(.btn):active {
    color: transparent;
}

.c16-text.text-perc_90 {
    color: rgba(0, 0, 0, .9);
}

.c16-text.text-perc_80 {
    color: rgba(0, 0, 0, .8);
}

.c16-text.text-perc_70 {
    color: rgba(0, 0, 0, .7);
}

.c16-text.text-perc_60 {
    color: rgba(0, 0, 0, .6);
}

.c16-text.text-perc_50 {
    color: rgba(0, 0, 0, .5);
}

.c16-text.text-perc_40 {
    color: rgba(0, 0, 0, .4);
}

.c16-text.text-perc_30 {
    color: rgba(0, 0, 0, .3);
}

.c16-text.text-perc_20 {
    color: rgba(0, 0, 0, .2);
}

.c16-text.text-perc_10 {
    color: rgba(0, 0, 0, .1);
}

.base-borders {
    border-color: #f2f2f2;
}

.c1-borders {
    border-color: #360;
}

.c1-borders.borders-perc_90 {
    border-color: rgba(51, 102, 0, .9);
}

.c1-borders.borders-perc_80 {
    border-color: rgba(51, 102, 0, .8);
}

.c1-borders.borders-perc_70 {
    border-color: rgba(51, 102, 0, .7);
}

.c1-borders.borders-perc_60 {
    border-color: rgba(51, 102, 0, .6);
}

.c1-borders.borders-perc_50 {
    border-color: rgba(51, 102, 0, .5);
}

.c1-borders.borders-perc_40 {
    border-color: rgba(51, 102, 0, .4);
}

.c1-borders.borders-perc_30 {
    border-color: rgba(51, 102, 0, .3);
}

.c1-borders.borders-perc_20 {
    border-color: rgba(51, 102, 0, .2);
}

.c1-borders.borders-perc_10 {
    border-color: rgba(51, 102, 0, .1);
}

.c2-borders {
    border-color: #484848;
}

.c2-borders.borders-perc_90 {
    border-color: rgba(72, 72, 72, .9);
}

.c2-borders.borders-perc_80 {
    border-color: rgba(72, 72, 72, .8);
}

.c2-borders.borders-perc_70 {
    border-color: rgba(72, 72, 72, .7);
}

.c2-borders.borders-perc_60 {
    border-color: rgba(72, 72, 72, .6);
}

.c2-borders.borders-perc_50 {
    border-color: rgba(72, 72, 72, .5);
}

.c2-borders.borders-perc_40 {
    border-color: rgba(72, 72, 72, .4);
}

.c2-borders.borders-perc_30 {
    border-color: rgba(72, 72, 72, .3);
}

.c2-borders.borders-perc_20 {
    border-color: rgba(72, 72, 72, .2);
}

.c2-borders.borders-perc_10 {
    border-color: rgba(72, 72, 72, .1);
}

.c3-borders {
    border-color: #333;
}

.c3-borders.borders-perc_90 {
    border-color: rgba(51, 51, 51, .9);
}

.c3-borders.borders-perc_80 {
    border-color: rgba(51, 51, 51, .8);
}

.c3-borders.borders-perc_70 {
    border-color: rgba(51, 51, 51, .7);
}

.c3-borders.borders-perc_60 {
    border-color: rgba(51, 51, 51, .6);
}

.c3-borders.borders-perc_50 {
    border-color: rgba(51, 51, 51, .5);
}

.c3-borders.borders-perc_40 {
    border-color: rgba(51, 51, 51, .4);
}

.c3-borders.borders-perc_30 {
    border-color: rgba(51, 51, 51, .3);
}

.c3-borders.borders-perc_20 {
    border-color: rgba(51, 51, 51, .2);
}

.c3-borders.borders-perc_10 {
    border-color: rgba(51, 51, 51, .1);
}

.c4-borders {
    border-color: #f2f2f2;
}

.c4-borders.borders-perc_90 {
    border-color: rgba(242, 242, 242, .9);
}

.c4-borders.borders-perc_80 {
    border-color: rgba(242, 242, 242, .8);
}

.c4-borders.borders-perc_70 {
    border-color: rgba(242, 242, 242, .7);
}

.c4-borders.borders-perc_60 {
    border-color: rgba(242, 242, 242, .6);
}

.c4-borders.borders-perc_50 {
    border-color: rgba(242, 242, 242, .5);
}

.c4-borders.borders-perc_40 {
    border-color: rgba(242, 242, 242, .4);
}

.c4-borders.borders-perc_30 {
    border-color: rgba(242, 242, 242, .3);
}

.c4-borders.borders-perc_20 {
    border-color: rgba(242, 242, 242, .2);
}

.c4-borders.borders-perc_10 {
    border-color: rgba(242, 242, 242, .1);
}

.c5-borders {
    border-color: #fff;
}

.c5-borders.borders-perc_90 {
    border-color: rgba(255, 255, 255, .9);
}

.c5-borders.borders-perc_80 {
    border-color: rgba(255, 255, 255, .8);
}

.c5-borders.borders-perc_70 {
    border-color: rgba(255, 255, 255, .7);
}

.c5-borders.borders-perc_60 {
    border-color: rgba(255, 255, 255, .6);
}

.c5-borders.borders-perc_50 {
    border-color: rgba(255, 255, 255, .5);
}

.c5-borders.borders-perc_40 {
    border-color: rgba(255, 255, 255, .4);
}

.c5-borders.borders-perc_30 {
    border-color: rgba(255, 255, 255, .3);
}

.c5-borders.borders-perc_20 {
    border-color: rgba(255, 255, 255, .2);
}

.c5-borders.borders-perc_10 {
    border-color: rgba(255, 255, 255, .1);
}

.c6-borders {
    border-color: #d5d5d5;
}

.c6-borders.borders-perc_90 {
    border-color: rgba(213, 213, 213, .9);
}

.c6-borders.borders-perc_80 {
    border-color: rgba(213, 213, 213, .8);
}

.c6-borders.borders-perc_70 {
    border-color: rgba(213, 213, 213, .7);
}

.c6-borders.borders-perc_60 {
    border-color: rgba(213, 213, 213, .6);
}

.c6-borders.borders-perc_50 {
    border-color: rgba(213, 213, 213, .5);
}

.c6-borders.borders-perc_40 {
    border-color: rgba(213, 213, 213, .4);
}

.c6-borders.borders-perc_30 {
    border-color: rgba(213, 213, 213, .3);
}

.c6-borders.borders-perc_20 {
    border-color: rgba(213, 213, 213, .2);
}

.c6-borders.borders-perc_10 {
    border-color: rgba(213, 213, 213, .1);
}

.c7-borders {
    border-color: #000;
}

.c7-borders.borders-perc_90 {
    border-color: rgba(0, 0, 0, .9);
}

.c7-borders.borders-perc_80 {
    border-color: rgba(0, 0, 0, .8);
}

.c7-borders.borders-perc_70 {
    border-color: rgba(0, 0, 0, .7);
}

.c7-borders.borders-perc_60 {
    border-color: rgba(0, 0, 0, .6);
}

.c7-borders.borders-perc_50 {
    border-color: rgba(0, 0, 0, .5);
}

.c7-borders.borders-perc_40 {
    border-color: rgba(0, 0, 0, .4);
}

.c7-borders.borders-perc_30 {
    border-color: rgba(0, 0, 0, .3);
}

.c7-borders.borders-perc_20 {
    border-color: rgba(0, 0, 0, .2);
}

.c7-borders.borders-perc_10 {
    border-color: rgba(0, 0, 0, .1);
}

.c8-borders {
    border-color: #000;
}

.c8-borders.borders-perc_90 {
    border-color: rgba(0, 0, 0, .9);
}

.c8-borders.borders-perc_80 {
    border-color: rgba(0, 0, 0, .8);
}

.c8-borders.borders-perc_70 {
    border-color: rgba(0, 0, 0, .7);
}

.c8-borders.borders-perc_60 {
    border-color: rgba(0, 0, 0, .6);
}

.c8-borders.borders-perc_50 {
    border-color: rgba(0, 0, 0, .5);
}

.c8-borders.borders-perc_40 {
    border-color: rgba(0, 0, 0, .4);
}

.c8-borders.borders-perc_30 {
    border-color: rgba(0, 0, 0, .3);
}

.c8-borders.borders-perc_20 {
    border-color: rgba(0, 0, 0, .2);
}

.c8-borders.borders-perc_10 {
    border-color: rgba(0, 0, 0, .1);
}

.c9-borders {
    border-color: #000;
}

.c9-borders.borders-perc_90 {
    border-color: rgba(0, 0, 0, .9);
}

.c9-borders.borders-perc_80 {
    border-color: rgba(0, 0, 0, .8);
}

.c9-borders.borders-perc_70 {
    border-color: rgba(0, 0, 0, .7);
}

.c9-borders.borders-perc_60 {
    border-color: rgba(0, 0, 0, .6);
}

.c9-borders.borders-perc_50 {
    border-color: rgba(0, 0, 0, .5);
}

.c9-borders.borders-perc_40 {
    border-color: rgba(0, 0, 0, .4);
}

.c9-borders.borders-perc_30 {
    border-color: rgba(0, 0, 0, .3);
}

.c9-borders.borders-perc_20 {
    border-color: rgba(0, 0, 0, .2);
}

.c9-borders.borders-perc_10 {
    border-color: rgba(0, 0, 0, .1);
}

.c10-borders {
    border-color: #000;
}

.c10-borders.borders-perc_90 {
    border-color: rgba(0, 0, 0, .9);
}

.c10-borders.borders-perc_80 {
    border-color: rgba(0, 0, 0, .8);
}

.c10-borders.borders-perc_70 {
    border-color: rgba(0, 0, 0, .7);
}

.c10-borders.borders-perc_60 {
    border-color: rgba(0, 0, 0, .6);
}

.c10-borders.borders-perc_50 {
    border-color: rgba(0, 0, 0, .5);
}

.c10-borders.borders-perc_40 {
    border-color: rgba(0, 0, 0, .4);
}

.c10-borders.borders-perc_30 {
    border-color: rgba(0, 0, 0, .3);
}

.c10-borders.borders-perc_20 {
    border-color: rgba(0, 0, 0, .2);
}

.c10-borders.borders-perc_10 {
    border-color: rgba(0, 0, 0, .1);
}

.c11-borders {
    border-color: #000;
}

.c11-borders.borders-perc_90 {
    border-color: rgba(0, 0, 0, .9);
}

.c11-borders.borders-perc_80 {
    border-color: rgba(0, 0, 0, .8);
}

.c11-borders.borders-perc_70 {
    border-color: rgba(0, 0, 0, .7);
}

.c11-borders.borders-perc_60 {
    border-color: rgba(0, 0, 0, .6);
}

.c11-borders.borders-perc_50 {
    border-color: rgba(0, 0, 0, .5);
}

.c11-borders.borders-perc_40 {
    border-color: rgba(0, 0, 0, .4);
}

.c11-borders.borders-perc_30 {
    border-color: rgba(0, 0, 0, .3);
}

.c11-borders.borders-perc_20 {
    border-color: rgba(0, 0, 0, .2);
}

.c11-borders.borders-perc_10 {
    border-color: rgba(0, 0, 0, .1);
}

.c12-borders {
    border-color: #000;
}

.c12-borders.borders-perc_90 {
    border-color: rgba(0, 0, 0, .9);
}

.c12-borders.borders-perc_80 {
    border-color: rgba(0, 0, 0, .8);
}

.c12-borders.borders-perc_70 {
    border-color: rgba(0, 0, 0, .7);
}

.c12-borders.borders-perc_60 {
    border-color: rgba(0, 0, 0, .6);
}

.c12-borders.borders-perc_50 {
    border-color: rgba(0, 0, 0, .5);
}

.c12-borders.borders-perc_40 {
    border-color: rgba(0, 0, 0, .4);
}

.c12-borders.borders-perc_30 {
    border-color: rgba(0, 0, 0, .3);
}

.c12-borders.borders-perc_20 {
    border-color: rgba(0, 0, 0, .2);
}

.c12-borders.borders-perc_10 {
    border-color: rgba(0, 0, 0, .1);
}

.c13-borders {
    border-color: #000;
}

.c13-borders.borders-perc_90 {
    border-color: rgba(0, 0, 0, .9);
}

.c13-borders.borders-perc_80 {
    border-color: rgba(0, 0, 0, .8);
}

.c13-borders.borders-perc_70 {
    border-color: rgba(0, 0, 0, .7);
}

.c13-borders.borders-perc_60 {
    border-color: rgba(0, 0, 0, .6);
}

.c13-borders.borders-perc_50 {
    border-color: rgba(0, 0, 0, .5);
}

.c13-borders.borders-perc_40 {
    border-color: rgba(0, 0, 0, .4);
}

.c13-borders.borders-perc_30 {
    border-color: rgba(0, 0, 0, .3);
}

.c13-borders.borders-perc_20 {
    border-color: rgba(0, 0, 0, .2);
}

.c13-borders.borders-perc_10 {
    border-color: rgba(0, 0, 0, .1);
}

.c14-borders {
    border-color: #000;
}

.c14-borders.borders-perc_90 {
    border-color: rgba(0, 0, 0, .9);
}

.c14-borders.borders-perc_80 {
    border-color: rgba(0, 0, 0, .8);
}

.c14-borders.borders-perc_70 {
    border-color: rgba(0, 0, 0, .7);
}

.c14-borders.borders-perc_60 {
    border-color: rgba(0, 0, 0, .6);
}

.c14-borders.borders-perc_50 {
    border-color: rgba(0, 0, 0, .5);
}

.c14-borders.borders-perc_40 {
    border-color: rgba(0, 0, 0, .4);
}

.c14-borders.borders-perc_30 {
    border-color: rgba(0, 0, 0, .3);
}

.c14-borders.borders-perc_20 {
    border-color: rgba(0, 0, 0, .2);
}

.c14-borders.borders-perc_10 {
    border-color: rgba(0, 0, 0, .1);
}

.c15-borders {
    border-color: #000;
}

.c15-borders.borders-perc_90 {
    border-color: rgba(0, 0, 0, .9);
}

.c15-borders.borders-perc_80 {
    border-color: rgba(0, 0, 0, .8);
}

.c15-borders.borders-perc_70 {
    border-color: rgba(0, 0, 0, .7);
}

.c15-borders.borders-perc_60 {
    border-color: rgba(0, 0, 0, .6);
}

.c15-borders.borders-perc_50 {
    border-color: rgba(0, 0, 0, .5);
}

.c15-borders.borders-perc_40 {
    border-color: rgba(0, 0, 0, .4);
}

.c15-borders.borders-perc_30 {
    border-color: rgba(0, 0, 0, .3);
}

.c15-borders.borders-perc_20 {
    border-color: rgba(0, 0, 0, .2);
}

.c15-borders.borders-perc_10 {
    border-color: rgba(0, 0, 0, .1);
}

.c16-borders {
    border-color: #000;
}

.c16-borders.borders-perc_90 {
    border-color: rgba(0, 0, 0, .9);
}

.c16-borders.borders-perc_80 {
    border-color: rgba(0, 0, 0, .8);
}

.c16-borders.borders-perc_70 {
    border-color: rgba(0, 0, 0, .7);
}

.c16-borders.borders-perc_60 {
    border-color: rgba(0, 0, 0, .6);
}

.c16-borders.borders-perc_50 {
    border-color: rgba(0, 0, 0, .5);
}

.c16-borders.borders-perc_40 {
    border-color: rgba(0, 0, 0, .4);
}

.c16-borders.borders-perc_30 {
    border-color: rgba(0, 0, 0, .3);
}

.c16-borders.borders-perc_20 {
    border-color: rgba(0, 0, 0, .2);
}

.c16-borders.borders-perc_10 {
    border-color: rgba(0, 0, 0, .1);
}

html.no-touch .btn.c1-bg:hover,
.btn.c1-bg:active,
.btn.c1-bg:focus {
    background-color: #264d00;
}

html.no-touch .btn.c2-bg:hover,
.btn.c2-bg:active,
.btn.c2-bg:focus {
    background-color: #3b3b3b;
}

html.no-touch .btn.c3-bg:hover,
.btn.c3-bg:active,
.btn.c3-bg:focus {
    background-color: #4d4d4d;
}

html.no-touch .btn.c4-bg:hover,
.btn.c4-bg:active,
.btn.c4-bg:focus {
    background-color: #e5e5e5;
}

html.no-touch .btn.c5-bg:hover,
.btn.c5-bg:active,
.btn.c5-bg:focus {
    background-color: #f2f2f2;
}

html.no-touch .btn.c6-bg:hover,
.btn.c6-bg:active,
.btn.c6-bg:focus {
    background-color: #c8c8c8;
}

html.no-touch .btn.c7-bg:hover,
.btn.c7-bg:active,
.btn.c7-bg:focus {
    background-color: transparent;
}

html.no-touch .btn.c8-bg:hover,
.btn.c8-bg:active,
.btn.c8-bg:focus {
    background-color: transparent;
}

html.no-touch .btn.c9-bg:hover,
.btn.c9-bg:active,
.btn.c9-bg:focus {
    background-color: transparent;
}

html.no-touch .btn.c10-bg:hover,
.btn.c10-bg:active,
.btn.c10-bg:focus {
    background-color: transparent;
}

html.no-touch .btn.c11-bg:hover,
.btn.c11-bg:active,
.btn.c11-bg:focus {
    background-color: transparent;
}

html.no-touch .btn.c12-bg:hover,
.btn.c12-bg:active,
.btn.c12-bg:focus {
    background-color: transparent;
}

html.no-touch .btn.c13-bg:hover,
.btn.c13-bg:active,
.btn.c13-bg:focus {
    background-color: transparent;
}

html.no-touch .btn.c14-bg:hover,
.btn.c14-bg:active,
.btn.c14-bg:focus {
    background-color: transparent;
}

html.no-touch .btn.c15-bg:hover,
.btn.c15-bg:active,
.btn.c15-bg:focus {
    background-color: transparent;
}

html.no-touch .btn.c16-bg:hover,
.btn.c16-bg:active,
.btn.c16-bg:focus {
    background-color: transparent;
}

.btn.no-bg,
html.no-touch .btn.no-bg:hover,
.btn.no-bg:active,
.btn.no-bg:focus {
    background-color: transparent !important;
}

html.no-touch .link.text-uppercase .c1-borders:hover,
.link.text-uppercase .btn.c1-borders:active,
.link.text-uppercase .btn.c1-borders:focus,
html.no-touch .link.text-uppercase .c2-borders:hover,
.link.text-uppercase .btn.c2-borders:active,
.link.text-uppercase .btn.c2-borders:focus,
html.no-touch .link.text-uppercase .c3-borders:hover,
.link.text-uppercase .btn.c3-borders:active,
.link.text-uppercase .btn.c3-borders:focus,
html.no-touch .link.text-uppercase .c4-borders:hover,
.link.text-uppercase .btn.c4-borders:active,
.link.text-uppercase .btn.c4-borders:focus,
html.no-touch .link.text-uppercase .c5-borders:hover,
.link.text-uppercase .btn.c5-borders:active,
.link.text-uppercase .btn.c5-borders:focus,
html.no-touch .link.text-uppercase .c6-borders:hover,
.link.text-uppercase .btn.c6-borders:active,
.link.text-uppercase .btn.c6-borders:focus,
html.no-touch .link.text-uppercase .c7-borders:hover,
.link.text-uppercase .btn.c7-borders:active,
.link.text-uppercase .btn.c7-borders:focus,
html.no-touch .link.text-uppercase .c8-borders:hover,
.link.text-uppercase .btn.c8-borders:active,
.link.text-uppercase .btn.c8-borders:focus,
html.no-touch .link.text-uppercase .c9-borders:hover,
.link.text-uppercase .btn.c9-borders:active,
.link.text-uppercase .btn.c9-borders:focus,
html.no-touch .link.text-uppercase .c10-borders:hover,
.link.text-uppercase .btn.c10-borders:active,
.link.text-uppercase .btn.c10-borders:focus,
html.no-touch .link.text-uppercase .c11-borders:hover,
.link.text-uppercase .btn.c11-borders:active,
.link.text-uppercase .btn.c11-borders:focus,
html.no-touch .link.text-uppercase .c12-borders:hover,
.link.text-uppercase .btn.c12-borders:active,
.link.text-uppercase .btn.c12-borders:focus,
html.no-touch .link.text-uppercase .c13-borders:hover,
.link.text-uppercase .btn.c13-borders:active,
.link.text-uppercase .btn.c13-borders:focus,
html.no-touch .link.text-uppercase .c14-borders:hover,
.link.text-uppercase .btn.c14-borders:active,
.link.text-uppercase .btn.c14-borders:focus,
html.no-touch .link.text-uppercase .c15-borders:hover,
.link.text-uppercase .btn.c15-borders:active,
.link.text-uppercase .btn.c15-borders:focus,
html.no-touch .link.text-uppercase .c16-borders:hover,
.link.text-uppercase .btn.c16-borders:active,
.link.text-uppercase .btn.c16-borders:focus {
    border-color: #333;
}

body {
    position: relative;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    background-color: #fff;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

#site {
    position: relative;
    z-index: 2;
    height: auto;
    min-height: calc(100vh - var(--c9-fh));
    background-color: #fff;
}

#site main {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - var(--c9-fh));
    transition: padding-top 0s ease;
}

body:not(.no-header) #site main,
body #site header:not(.c9-overlay)~main {
    padding-top: var(--c9-hh);
}

body.c9-bg-main #site,
body.c9-bg-main #site main section.content {
    background: none !important;
}

@media(min-width:768px) {
    html:not(.c9-mobile) #site main.c9-main-expand {
        min-height: 100vh;
    }
}

@media(min-width:992px),
(max-height:640px) and (orientation:landscape) {
    body:not(.no-header) #site main,
    body #site header:not(.c9-overlay)~main {
        padding-top: var(--c9-hh);
    }
    body.no-header #site main,
    body #site header.c9-overlay~main:not(.c9-main-padtop) {
        padding-top: 0;
    }
}

@media(min-width:1500px) {
    body.fixed-width #site,
    body.fixed-width header {
        right: auto;
        left: auto;
        max-width: 1500px;
        margin: 0 auto;
    }
}

@media(max-width:480px) {
    body {
        padding-top: env(safe-area-inset-top, 0);
        padding-right: env(safe-area-inset-right, 0);
        padding-bottom: env(safe-area-inset-bottom, 0);
        padding-left: env(safe-area-inset-left, 0);
    }
    #site {
        min-height: calc(100vh - var(--c9-fh) - env(safe-area-inset-top, 0) - env(safe-area-inset-bottom, 0));
    }
    #site main {
        min-height: calc(100vh - var(--c9-fh) - env(safe-area-inset-top, 0) - env(safe-area-inset-bottom, 0));
    }
    body:not(.no-header) #site main,
    body #site header:not(.c9-overlay)~main {
        padding-top: calc(var(--c9-hh) + env(safe-area-inset-top, 0));
    }
}

@media(max-height:640px) and (orientation:landscape) {
    #site {
        min-height: calc(100vh - var(--c9-fh));
    }
    #site main {
        min-height: calc(100vh - var(--c9-fh));
    }
    body:not(.no-header) #site main,
    body #site header:not(.c9-overlay)~main {
        padding-top: var(--c9-hh);
    }
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    background: none;
    border: none;
    overflow: visible;
    z-index: 3;
    transition: background-color .3s ease-in-out 0s, height .3s ease-in-out 0s, top .3s ease-in-out 0s, bottom .3s ease-in-out 0s, box-shadow .3s ease-in-out 0s;
}

header .header-hint {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    height: 4px;
    background-color: #360;
    opacity: 0;
    transition: opacity .75s ease;
}

header .header-hint:after {
    position: absolute;
    top: 0;
    z-index: 1;
    left: 50%;
    color: #ccc;
    line-height: 4px;
    font-family: FontAwesome;
    font-size: 12px;
    font-weight: bold;
    content: '';
    opacity: 0;
    transition: opacity .75s ease;
}

header .header-iwrap {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    height: auto;
    display: block;
    justify-content: unset;
    align-items: unset;
    background-color: #fcfcfc;
    transition: opacity .75s ease, background .75s ease, top .75s ease, height .75s ease;
}

header.c9-overlay .header-iwrap {
    background-color: rgba(255, 255, 255, .7);
}

html.reveal-out header .header-iwrap {
    bottom: 0;
    height: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 160px 0 20px;
}

html.no-touch header .header-iwrap:hover,
html.no-touch header:hover .header-iwrap {
    background-color: #fcfcfc;
}

html.c9-scrolled header .header-iwrap {
    background: #fcfcfc;
}

html:not(.c9-noautohide).c9-scrolled.c9-autohide header {
    min-height: var(--c9-hh);
}

html:not(.c9-noautohide).c9-scrolled.c9-autohide header .header-iwrap {
    top: var(--c9-ah);
    opacity: 0;
}

html:not(.c9-noautohide).no-touch.c9-scrolled.c9-autohide header .header-iwrap:hover,
html:not(.c9-noautohide).no-touch.c9-scrolled.c9-autohide header:hover .header-iwrap {
    top: 0;
    opacity: 1;
}

html:not(.c9-noautohide).c9-scrolled.c9-autohide header .header-hint,
html:not(.c9-noautohide).c9-scrolled.c9-autohide header .header-hint:after {
    opacity: 1;
}

html:not(.c9-noautohide).no-touch.c9-scrolled.c9-autohide header:hover .header-hint,
html:not(.c9-noautohide).no-touch.c9-scrolled.c9-autohide header .header-iwrap:hover .header-hint,
html:not(.c9-noautohide).no-touch.c9-scrolled.c9-autohide header:hover .header-hint:after,
html:not(.c9-noautohide).no-touch.c9-scrolled.c9-autohide header .header-iwrap:hover .header-hint:after {
    opacity: 0;
}

html.c9-touch.c9-autohide.c9-scrollup header .header-iwrap {
    top: 0;
    opacity: 1;
}

html.c9-touch.c9-autohide.c9-scrollup header .header-hint,
html.c9-touch.c9-autohide.c9-scrollup header .header-hint:after {
    opacity: 0;
}

html.c9-search header .header-iwrap {
    background-color: #fcfcfc;
}

html.c9-filter header .header-iwrap {
    background-color: #fcfcfc;
}

html.c9-contact header .header-iwrap {
    background-color: #fcfcfc;
}

html.c9-hbmenu header .header-iwrap {
    background-color: #fcfcfc;
}

html.c9-search header .header-iwrap:after,
html.c9-search header .header-iwrap .row.secondary:before {
    background-color: #ddd;
}

html.c9-filter header .header-iwrap:after,
html.c9-filter header .header-iwrap .row.secondary:before {
    background-color: #ddd;
}

html.c9-contact header .header-iwrap:after,
html.c9-contact header .header-iwrap .row.secondary:before {
    background-color: #ddd;
}

html.c9-hbmenu header .header-iwrap:after,
html.c9-hbmenu header .header-iwrap .row.secondary:before {
    background-color: #ddd;
}

html.c9-autohide.c9-search header .header-iwrap,
html.c9-autohide.c9-filter header .header-iwrap,
html.c9-autohide.c9-contact header .header-iwrap,
html.c9-autohide.c9-hbmenu header .header-iwrap {
    top: 0 !important;
    opacity: 1 !important;
}

@media(max-width:992px) {
    header .header-iwrap,
    header.c9-overlay .header-iwrap {
        background-color: #fcfcfc;
    }
    header .header-iwrap:after,
    header.c9-overlay .header-iwrap:after {
        background-color: #ddd;
    }
}

@media(max-height:640px) and (orientation:landscape) {
    header.c9-overlay .header-iwrap {
        background-color: rgba(255, 255, 255, .7);
    }
    header.c9-overlay .header-iwrap:after {
        background-color: unset;
    }
}

header #logo {
    position: relative;
    width: auto;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

header #logo a {
    position: relative;
    display: inline-block;
    top: 0;
}

header #logo.no-image a {
    text-indent: 0;
    font-size: 30px;
}

header #logo img {
    width: auto;
    max-width: 100%;
    height: auto;
    transition: all .75s ease;
}

@media(min-width:641px) {
    header #logo img {
        max-height: 60px;
    }
    html.c9-scrolled header #logo img {
        max-height: 40px;
    }
}

@media(max-width:640px),
(max-height:640px) and (orientation:landscape) {
    header #logo img {
        max-height: 30px;
    }
    html.c9-scrolled header #logo img {
        max-height: 30px;
    }
}

@media(max-width:480px),
(max-height:480px) and (orientation:landscape) {
    header #logo img {
        max-height: 30px;
    }
    html.c9-scrolled header #logo img {
        max-height: 30px;
    }
}

html.no-touch header #logo a:hover img {
    filter: brightness(115%) saturate(110%);
}

header #logo a:active img,
header #logo a:focus img {
    transform: scale(1.01, 1.01);
    transition: scale .25s ease;
}

body.c9-landing-page header #logo {
    margin-right: auto;
}

html.reveal-out header .iwrap {
    padding: 0;
    overflow: visible;
    bottom: auto;
}

html.reveal-out header .iwrap,
header .iwrap,
header .container {
    height: auto;
}

header .container {
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: flex-start;
    min-height: 0;
    transition: all .75s ease;
}

header .container.search {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
}

header .template {
    display: flex;
    flex-direction: column;
    height: auto;
}

header .template>.row {
    height: auto;
}

header nav.cta-link {
    position: relative;
    margin-left: 2rem;
}

header nav.cta-link a.btn {
    height: 45px;
    margin: 0;
}

@media(min-width:0) and (max-width:1170px) {
    header .container {
        max-width: 100vw;
    }
}

@media(min-width:0) and (max-width:991px) {
    header nav.cta-link {
        margin: 5px 15px 30px;
    }
    header nav.cta-link a {
        display: block;
    }
}

section.content.sp {
    margin-bottom: 2rem;
}

.content .mid-col.col-xs-12 {
    max-width: 970px;
    margin: 0 auto;
    float: none;
}

footer {
    position: relative;
    font-size: 15px;
    color: #f2f2f2;
    background-color: #333;
}

footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

footer .template {
    padding: 30px 0 8px;
}

footer .heading {
    padding-bottom: 5px;
    margin: 0 0 20px;
    font-weight: 300;
    color: #ccc;
    border-bottom: 1px solid #3b3b3b;
}

footer a {
    color: #fff;
}

html.no-touch footer a:hover,
footer a:focus,
footer a:active {
    color: #ccc;
}

footer .company-details,
footer .quick-links,
footer .phone-links,
footer .fax-links {
    margin-top: 0;
    margin-bottom: 30px;
}

footer .phone-links,
footer .fax-links {
    display: flex;
    flex-direction: column;
    white-space: nowrap;
}

footer .contact-item {
    margin: 0 0 1rem;
    line-height: normal;
}

footer .heading .contact-item {
    margin: 0;
}

footer .phone-links .contact-item,
footer .fax-links .contact-item {
    display: flex;
    flex-direction: row;
    white-space: nowrap;
    margin-bottom: .5rem;
}

footer .company-details>.contact-item:last-child,
footer .phone-links>.contact-item:last-child,
footer .fax-links>.contact-item:last-child {
    margin-bottom: 0;
}

footer .heading {
    line-height: 35px;
}

footer .heading .contact-item {
    line-height: 32px;
}

footer .contact-item>p {
    margin: 0 0 8px;
}

footer .contact-item>p:last-of-type {
    margin-bottom: 0;
}

footer .contact-item .label {
    display: inline-block;
    padding: 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    text-align: left;
    vertical-align: inherit;
    border-radius: 0;
    min-width: 50px;
}

footer .contact-item a {
    text-decoration: underline;
    text-decoration-color: #fff;
    color: #fff;
}

footer .phone-links .label,
footer .phone-links a,
footer .fax-links .label,
footer .fax-links .text {
    font-size: 28px;
    font-weight: 200;
}

footer .phone-links .label,
footer .fax-links .label {
    display: inline-block;
    align-self: flex-end;
    min-width: 120px;
    padding: 0;
    margin-right: 0;
    margin-left: auto;
}

footer .phone-links a,
footer .fax-links .text {
    align-self: flex-end;
    text-decoration: underline;
    margin-left: 15px;
    margin-right: 0;
}

footer .fax-links .text {
    text-decoration: none;
}

@media(max-width:991px) {
    footer .phone-links .label,
    footer .fax-links .label {
        align-self: flex-start;
        margin-left: 0;
    }
    footer .phone-links a,
    footer .fax-links .text {
        align-self: flex-start;
        margin-right: auto;
    }
}

html.no-touch footer .contact-item a:hover {
    text-decoration: underline !important;
    color: #ccc;
    text-decoration-color: #ccc;
    cursor: hand;
    cursor: pointer;
}

footer .contact-item.name {
    display: inline-block;
    color: #fff;
    font-size: 28px;
    display: inline-block;
    transition: all .75s ease;
}

footer .contact-item.name a {
    text-decoration: none;
    display: inline-block;
}

footer .contact-item.name img {
    transition: all .75s ease;
}

html.no-touch footer .contact-item.name a:hover {
    text-decoration: none !important;
    color: #ccc;
}

html.no-touch footer .contact-item.name a:hover img {
    filter: brightness(80%);
}

footer .site-search .form-control {
    background-color: rgba(255, 255, 255, .25);
}

footer .site-search .form-control:focus,
footer .site-search .form-control:active {
    background-color: #fff;
}

footer .site-search button {
    color: #ccc;
}

footer .site-search button.active {
    color: #360;
}

footer .heading {
    font-size: 22px;
}

@media(min-width:992px) {
    footer .company-details,
    footer .quick-links {
        margin-bottom: 0;
    }
    footer .company-details .company {
        font-size: 18px;
    }
}

html.reveal-out {
    overflow: hidden;
}

.navigation {
    position: relative;
    z-index: 5;
}

html.reveal-out .navigation {
    overflow: auto;
}

.navigation .reveal {
    display: none;
}

html.reveal-out .navigation .reveal {
    display: block;
}

header a.expand {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 300;
    width: 80px;
    height: 80px;
    display: block;
    text-indent: -9999px;
    text-decoration: none;
    cursor: pointer;
}

header a.expand span:before,
header a.expand span,
header a.expand span:after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    position: absolute;
    right: 15px;
    background-color: #360;
    opacity: 1;
    transition: transform .4s ease-in-out 0s, left .4s ease-in-out 0s, top .4s ease-in-out 0s, width .3s ease-in-out 0s, height .3s ease-in-out 0s;
}

header a.expand span {
    top: 50%;
    transform: translateY(-50%);
}

header a.expand span:before,
header a.expand span:after {
    right: 0;
}

header a.expand span:before {
    top: -8px;
}

header a.expand span:after {
    top: 8px;
}

header a.expand.active span {
    height: 0;
}

header a.expand.active span:before,
header a.expand.active span:after {
    top: 0;
}

header a.expand.active span::before {
    transform: rotate(-45deg);
}

header a.expand.active span::after {
    transform: rotate(45deg);
}

@media(min-width:0) and (max-width:991px) {
    html.reveal-out #site {
        height: 0;
    }
}

@media(min-width:992px) {
    html.reveal-out {
        overflow: auto;
    }
    html.reveal-out .navigation {
        overflow: visible;
    }
    header a.expand {
        display: none;
    }
    .navigation .reveal {
        display: block;
    }
}

.navigation nav.main>ul {
    font-size: 18px;
    height: 100%;
}

.navigation nav.main>ul ul {
    font-size: 15px;
}

.navigation nav.main ul li span {
    position: relative;
    display: block;
}

.navigation nav.main ul li span i {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 60px;
    height: 60px;
    margin: 0;
    padding-top: 22px;
    text-align: center;
    color: #333;
}

.navigation nav.main ul li span i {
    z-index: 99;
}

html.touch .navigation nav.main ul li span i {
    z-index: 101;
}

.navigation nav.main ul li a {
    display: block;
}

.navigation nav.main>ul>li>span a {
    position: relative;
    height: 60px;
    padding: 20px 15px;
    color: #333;
}

.navigation nav.main ul li span a {
    z-index: 101;
}

html.touch .navigation nav.main>ul>li>span a {
    z-index: 99;
}

html.no-touch .navigation nav.main ul li ul li span:not(.active)>a:hover {
    color: #360;
}

.navigation nav.main ul li ul li span:not(.active)>a:focus {
    color: #360;
}

.navigation nav.main>ul>li.has-child>span a {
    padding-right: 60px;
}

.navigation nav.main>ul>li>span.active>a {
    color: #360;
}

html.touch .navigation nav.main>ul>li.open>span>a {
    color: #360;
}

html.no-touch .navigation nav.main>ul>li:hover>span>a {
    color: #360;
}

html.no-touch .navigation nav.main>ul>li.has-child:hover>span>a+i {
    color: #360;
}

html.touch .navigation nav.main>ul>li.has-child.open>span>a+i {
    color: #360;
}

.navigation nav.main>ul>li:focus-within>span>a {
    color: #360;
}

.navigation nav.main ul li ul li span>a {
    display: block;
    color: #333;
    padding: 15px;
}

.navigation nav.main>ul>li.has-child ul {
    position: relative;
    background-color: #fcfcfc;
}

.navigation nav.main>ul>li.has-child ul ul {
    background-color: #fcfcfc;
}

.navigation nav.main ul li span a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
}

.navigation nav.main ul li span a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

@media(min-width:0) and (max-width:991px) {
    .navigation nav.main {
        border-width: 0 0 1px;
        border-style: solid;
        border-color: #ddd;
    }
    .navigation nav.main ul li {
        border-width: 1px 0 0;
        border-style: solid;
        border-color: #ddd;
    }
    html.no-touch .navigation nav.main ul li:hover {
        background: #f8f8f8;
    }
    .navigation nav.main>ul>li:first-of-type {
        border-top: none;
    }
    .navigation nav.main>ul>li.has-child ul,
    .navigation nav.main>ul>li.has-child ul ul {
        background: none;
        transition: all .75s ease;
    }
    .navigation nav.main ul li.has-child ul {
        max-height: 0;
        overflow: hidden;
    }
    .navigation nav.main ul li.has-child.open-mobile>ul {
        max-height: 2000px;
        overflow: visible;
    }
    .navigation nav.main ul li.has-child ul li {
        max-height: 0;
        transition: all .75s ease;
    }
    .navigation nav.main ul li.has-child.open-mobile ul li {
        max-height: 2000px;
    }
    .navigation nav.main ul li.has-child ul li a {
        padding: 22px 15px;
        padding-left: 30px;
    }
    .navigation nav.main>ul>li>span a {
        z-index: 99;
    }
    .navigation nav.main ul li span.active a::before {
        background-color: #360;
    }
    .navigation nav.main ul li span i {
        z-index: 101;
        border-width: 0 0 0 1px;
        border-style: solid;
        border-color: #f2f2f2;
        color: #fff;
        background-color: #888;
    }
    .navigation nav.main ul li.has-child.open-mobile>span i::before {
        border-width: 0 1px 0 0;
        transform: rotate(180deg);
    }
    .navigation nav.main ul li.more-children {
        display: none !important;
    }
}

@media(min-width:992px) {
    .navigation,
    .navigation nav.main,
    .navigation nav.main ul {
        z-index: 500;
        position: relative;
        overflow: visible;
    }
    .navigation nav.main {
        position: relative;
    }
    .navigation nav.main>ul {
        position: relative;
        z-index: 1000;
        line-height: 0;
        overflow: visible;
        border: 0 none;
    }
    .navigation nav.main>ul>li {
        float: left;
    }
    .navigation nav.main ul li span i {
        width: 20px;
        height: 80px;
        padding-top: 24px;
        font-size: 12px;
    }
    .navigation nav.main>ul>li>span>i {
        right: 10px;
    }
    html.touch .navigation nav.main ul li span i {
        width: 25px;
    }
    .navigation nav.main>ul>li>span {
        position: relative;
    }
    .navigation nav.main>ul>li>span a {
        height: 80px;
        padding: 22px 15px;
    }
    html.touch .navigation nav.main>ul>li.has-child>span a {
        padding-right: 40px;
    }
    .navigation nav.main>ul>li.has-child>span a {
        padding-right: 30px;
    }
    .navigation nav.main>ul>li {
        z-index: 1000;
    }
    .navigation nav.main>ul>li.has-child {
        position: relative;
    }
    .navigation nav.main>ul>li.has-child ul {
        position: absolute;
        top: 79px;
        top: calc(var(--c9-hh1) - 1px);
        left: -999em;
        z-index: 2000;
        width: auto;
        height: auto;
        max-height: 0;
        padding: 0;
        text-align: left;
        border-width: 1px;
        border-style: solid;
        border-color: #f2f2f2;
        border-top: none;
        box-shadow: 1px 1px 1px rgba(51, 51, 51, .1);
        opacity: 0;
        transition: max-height .75s ease, opacity .75s ease;
    }
    .navigation nav.main>ul>li.has-child ul li {
        position: relative;
    }
    .navigation nav.main ul li.has-child ul li span a {
        display: block;
        float: none;
        height: auto;
        white-space: nowrap;
    }
    html.touch .navigation nav.main>ul>li.has-child>ul>li.has-child>span a {
        padding-right: 40px;
    }
    .navigation nav.main ul li.has-child ul li span i {
        top: 0;
        bottom: 0;
        font-size: 10px;
        padding-top: 18px;
        height: 100%;
    }
    .navigation nav.main ul li.has-child ul li span a::before {
        background-color: rgba(51, 51, 51, 0);
    }
    html.no-touch .navigation nav.main ul li.has-child ul li span a:hover {
        background-color: #f2f2f2;
    }
    html.no-touch .navigation nav.main ul li.has-child ul li span a:hover::before {
        background-color: #360;
    }
    html.no-touch .navigation nav.main ul li.has-child ul li span.active a:hover::before,
    .navigation nav.main ul li.has-child ul li span.active a::before {
        background-color: #360;
    }
    .navigation nav.main ul li.has-child ul li span.active a::after {
        border-color: #9f3;
    }
    html.touch .navigation nav.main ul li.has-child.open ul {
        left: 0;
        max-height: calc(100vh - var(--c9-hh1));
        overflow-y: auto;
        opacity: 1;
    }
    html.no-touch .navigation nav.main ul li.has-child:hover ul {
        left: 0;
        max-height: calc(100vh - var(--c9-hh1));
        overflow-y: visible;
        opacity: 1;
    }
    .navigation nav.main ul li.has-child:focus-within ul {
        left: 0;
    }
    html.touch .navigation nav.main ul li.has-child.open ul ul,
    html.no-touch .navigation nav.main ul li.has-child:hover ul ul {
        top: -1px;
        left: -999em;
    }
    .navigation nav.main ul li.has-child:focus-within ul ul {
        top: -1px;
        left: -999em;
    }
    html.touch .navigation nav.main ul li ul li.has-child.open ul {
        left: 239px;
    }
    html.no-touch .navigation nav.main ul li ul li.has-child:hover ul {
        left: 100%;
    }
    .navigation nav.main ul li ul li.has-child:focus-within ul {
        left: 239px;
    }
    html.touch .navigation nav.main>ul>li.has-child.open:last-of-type ul,
    html.no-touch .navigation nav.main>ul>li.has-child:hover:last-of-type ul {
        right: 0;
        left: auto;
    }
    .navigation nav.main>ul>li.has-child:focus-within:last-of-type ul {
        right: 0;
        left: auto;
    }
    html.touch .navigation nav.main>ul>li.has-child.open:last-of-type ul ul,
    html.no-touch .navigation nav.main>ul>li.has-child:hover:last-of-type ul ul {
        left: -999em;
    }
    .navigation nav.main>ul>li.has-child:focus-within:last-of-type ul ul {
        left: -999em;
    }
    html.touch .navigation nav.main>ul>li:last-of-type>ul>li.has-child.open ul,
    html.no-touch .navigation nav.main>ul>li:last-of-type>ul>li.has-child:hover ul {
        right: auto;
        left: -239px;
    }
    .navigation nav.main>ul>li:last-of-type>ul>li.has-child:focus-within ul {
        right: auto;
        left: -239px;
    }
    .navigation nav.main ul li.more-children ul.more-dropdown ul,
    .navigation nav.main ul li.more-children ul.more-dropdown i {
        display: none !important;
    }
    .navigation nav.main>ul>li.has-child.multi-col>ul {
        width: auto;
    }
    .navigation nav.main>ul>li.has-child.multi-col>ul>li {
        float: left;
        width: 100%;
    }
    .navigation nav.main>ul>li.has-child.multi-col>ul>li:nth-child(2n+1) {
        clear: both;
    }
}

@media(min-width:992px) {
    .navigation nav.main>ul>li>span a {
        padding: 30px 20px;
    }
    .navigation nav.main ul li.has-child span i {
        padding-top: 33px;
    }
    .navigation nav.main>ul>li>span a {
        padding-left: 0 !important;
    }
    .navigation nav.main ul li ul li span a {
        padding: 20px 40px 20px 20px;
    }
    .navigation nav.main ul li.has-child ul li span i {
        padding-top: 22px;
    }
}

@media(min-width:1200px) {
    .navigation nav.main>ul {
        font-size: 20px;
    }
    .navigation nav.main>ul>li>span a {
        padding: 28px 20px;
    }
}

header .header-iwrap .row.secondary {
    background-color: #f0f0f0;
    position: relative;
}

header .header-iwrap .row.secondary:before,
header .header-iwrap:after {
    content: ' ';
    position: absolute;
    height: 1px;
    width: 100%;
    z-index: 1;
    background: #ddd;
}

header.c9-overlay .header-iwrap .row.secondary:before,
header.c9-overlay .header-iwrap:after {
    background: rgba(0, 0, 0, .05);
}

header .header-iwrap .row.secondary:before {
    top: -1px;
}

header .header-iwrap:after {
    bottom: 0;
}

header .header-iwrap .row.secondary .navigation {
    margin-left: auto;
    margin-right: 0;
}

header .header-iwrap .row.secondary .navigation,
header .header-iwrap .row.secondary .navigation nav.secondary,
header .header-iwrap .row.secondary .navigation nav.secondary ul {
    z-index: 100;
}

body.c9-landing-page header .header-iwrap .row.secondary {
    max-height: 0;
}

body.c9-landing-page header .header-iwrap .row.secondary .container {
    min-height: 0;
}

.navigation nav.main>ul>li {
    height: 100%;
}

.navigation nav.main>ul>li>span {
    height: 100%;
    display: flex;
    align-items: center;
    width: auto;
}

header .navigation nav.main>ul>li>span a {
    display: flex;
    position: relative;
    align-items: center;
    height: 100%;
    padding: 0 12px !important;
    font-size: 20px;
    font-weight: 300;
    color: #484848;
    text-transform: uppercase;
}

@media(max-width:1024px) {
    header .navigation nav.main>ul>li>span a {
        font-size: 18px;
    }
}

header .navigation nav.main>ul>li.has-child>span a {
    padding-right: 28px !important;
}

header .navigation nav.main>ul>li:first-child>span a {
    padding-left: 0 !important;
}

header .navigation nav.main>ul>li:last-child>span a {
    padding-right: 0 !important;
}

header .navigation nav.main>ul>li.has-child:last-child>span a {
    padding-right: 16px !important;
}

.navigation nav.main>ul>li>span a:before,
.navigation nav.main>ul>li>span a:after {
    content: unset;
    position: unset;
    top: unset;
    left: unset;
    height: unset;
    width: unset;
    border: unset;
}

header .navigation nav.main>ul>li:not(:last-child)>span a:after {
    content: "│";
    position: absolute;
    right: -2px;
    width: 4px;
    height: auto;
    font-size: 18px;
    font-weight: 300;
    color: #484848;
    border: none;
}

header .navigation nav.main>ul>li>span.active a {
    font-weight: bold;
}

header .navigation nav.main>ul>li>span.active>i {
    color: #360;
    font-weight: bold;
}

@media(min-width:992px) {
    header .navigation nav.main>ul>li.has-child>span>i {
        display: flex;
        position: absolute;
        right: 12px;
        align-items: center;
        height: 100%;
        width: auto;
        padding: 0 !important;
        font-size: 18px;
        font-weight: 300;
        color: #484848;
        text-transform: uppercase;
    }
    header .navigation nav.main>ul>li.has-child>span>i:before {
        content: "";
    }
    .navigation nav.main>ul>li.has-child ul {
        background-color: #fcfcfc;
        border-color: #ddd;
        border-top-color: #fcfcfc;
    }
    html.no-touch .navigation nav.main>ul>li.has-child ul li span a:hover {
        background-color: #f0f0f0;
    }
    .navigation nav.main>ul>li.has-child ul li span a {
        color: #484848;
    }
    .navigation nav.main>ul>li.has-child ul li span.active a::after {
        border-color: #360;
    }
    html.no-touch .navigation nav.main>ul>li.has-child ul li span.active a:hover {
        cursor: default;
        background-color: unset;
    }
}

.navigation nav.secondary>ul,
.navigation nav.secondary ul .dropdown-menu {
    border-radius: 0;
    font-size: 14px;
}

.navigation nav.secondary>ul>li>a i {
    font-size: 10px;
}

.navigation nav.secondary ul>li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}

.navigation nav.secondary li a {
    color: #333;
}

.dropdown-backdrop {
    display: none !important;
}

@media(min-width:0) and (max-width:991px) {
    .navigation nav.secondary ul .dropdown-menu {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        float: none !important;
        width: auto;
        background: none;
        border: 0 none;
        box-shadow: none;
    }
    .navigation nav.secondary ul .dropdown-menu li a {
        padding: 0;
        background: none !important;
        color: #333 !important;
    }
}

@media(min-width:992px) {
    header .header-iwrap .row.primary .navigation {
        margin-left: auto;
        margin-right: 0;
    }
    .navigation nav.secondary {
        position: relative;
        padding: 0;
    }
    .navigation nav.secondary li a {
        display: block;
        padding: 13px 0 5px;
        height: 40px;
    }
    .navigation nav.secondary ul .dropdown-menu {
        top: 35px;
        right: -1px;
        margin: 0;
        padding: 0;
    }
    .navigation nav.secondary ul .dropdown-menu li {
        margin: 0;
        float: none;
    }
    .navigation nav.secondary ul .dropdown-menu li a {
        display: block;
        padding: 10px 10px 12px;
        height: auto;
    }
}

nav.sub {
    position: relative;
    overflow: hidden;
    height: 100%;
    margin-bottom: 30px;
}

nav.sub p.heading {
    font-size: 18px;
    margin: 0;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #f2f2f2;
}

nav.sub.categories p.heading,
nav.sub p.heading a {
    display: block;
    color: #333;
}

nav.sub ul {
    margin: 0;
}

nav.sub ul ul {
    font-size: 14px;
}

nav.sub ul ul ul {
    margin-left: 10px;
}

nav.sub ul li {
    position: relative;
}

nav.sub ul li a {
    display: block;
    padding: 10px 0;
    background: transparent;
    transition: all .2s ease-in-out 0s;
}

html.no-touch nav.sub ul li a:hover {
    padding-left: 3px;
}

nav.sub ul li.active>a {
    color: #333;
}

nav.sub ul ul li a {
    padding: 6px 0 6px 10px;
}

html.no-touch nav.sub ul ul li a:hover {
    padding-left: 13px;
}

nav.sub ul ul li::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 0;
    width: 5px;
    height: 1px;
    background-color: rgba(51, 51, 51, .2);
}

nav.sub ul li.active>a,
html.no-touch nav.sub ul li.active>a:hover,
nav.sub ul li.active>a,
html.no-touch nav.sub ul li.active>a:hover {
    padding-left: 0;
}

nav.sub ul ul li.active>a,
html.no-touch nav.sub ul ul li.active>a:hover,
nav.sub ul ul li.active>a,
html.no-touch nav.sub ul ul li.active>a:hover {
    padding-left: 10px;
}

.breadcrumb-trail {
    overflow: hidden;
    height: 60px;
    background-color: #fff;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: #f2f2f2;
    margin: auto 0 0 0;
}

body.c9-bg-main .breadcrumb-trail {
    background-color: #fff;
    border-color: #f2f2f2;
}

.breadcrumb-trail ol {
    padding: 0;
    margin: 0;
    background: transparent;
    font-size: 14px;
}

.breadcrumb-trail ol li {
    position: relative;
    display: inline-block;
}

.breadcrumb-trail ol li.active {
    color: #989898;
}

.breadcrumb-trail ol li a {
    display: inline-block;
    height: 60px;
}

.breadcrumb-trail ol li span {
    padding: 23px 40px 0 10px;
    display: block;
    height: 60px;
}

.breadcrumb-trail ol li:first-child span {
    padding-left: 0;
}

.breadcrumb-trail ol li::before,
.breadcrumb-trail ol li::after {
    content: "";
    position: absolute;
    top: -7px;
    right: 15px;
    width: 1px;
    height: 40px;
    background-color: #f2f2f2;
    transform: rotate(-30deg);
}

.breadcrumb-trail ol li::after {
    top: auto;
    bottom: -7px;
    transform: rotate(30deg);
}

.breadcrumb-trail ol li.active::before,
.breadcrumb-trail ol li.active::after {
    display: none;
}

nav#pagination {
    padding: 30px 0;
}

nav#pagination .pagination {
    position: relative;
    overflow: hidden;
    min-height: 50px;
    margin: 0;
    display: block;
    font-size: 0;
}

.listing.shop nav#pagination {
    margin: 0;
}

nav#pagination .pagination,
nav#pagination .pagination li a,
nav#pagination .pagination li a span {
    border-radius: 0;
}

.listing.shop nav#pagination .pagination {
    border: 0 none;
}

nav#pagination .pagination li {
    border: 0 none;
    display: inline-block;
    font-size: 14px;
    margin: 0 2px;
}

nav#pagination .pagination li.prev,
nav#pagination .pagination li.next {
    position: absolute;
    top: 0;
    left: 0;
}

nav#pagination .pagination li.next {
    right: 0;
    left: auto;
}

nav#pagination .pagination li a {
    border-width: 1px;
    border-style: solid;
    border-color: #f2f2f2;
    padding: 13px 20px;
    color: #360;
}

html.no-touch nav#pagination .pagination li:not(.active) a:hover {
    color: #fff;
    border-color: #360;
    background-color: #360;
}

nav#pagination .pagination li.prev,
nav#pagination .pagination li.next {
    margin: 0;
}

nav#pagination .pagination li.active a {
    font-weight: bold;
    color: #fff;
    border-color: #333;
    background-color: #333;
}

nav.sitemap {
    overflow: hidden;
    height: 100%;
    position: relative;
}

nav.sitemap ul {
    margin: 0;
    padding: 0 0 8px;
}

nav.sitemap ul li {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
}

.c1-bg nav.sitemap ul li a,
.c2-bg nav.sitemap ul li a {
    color: #fff;
}

html.no-touch .c1-bg nav.sitemap ul li a:hover {
    background-color: #4d9900;
}

html.no-touch .c2-bg nav.sitemap ul li a:hover {
    background-color: #555;
}

html.no-touch .c3-bg nav.sitemap ul li a:hover {
    background-color: #4d4d4d;
}

nav.sitemap ul li::before,
nav.sitemap ul li::after {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    background-color: #f2f2f2;
    transition: all .3s ease-in-out 0s;
}

.c1-bg nav.sitemap ul li::before,
.c1-bg nav.sitemap ul li::after {
    background-color: #4d9900;
}

.c2-bg nav.sitemap ul li::before,
.c2-bg nav.sitemap ul li::after {
    background-color: #555;
}

.c3-bg nav.sitemap ul li::before,
.c3-bg nav.sitemap ul li::after {
    background-color: #666;
}

nav.sitemap ul li::before {
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
}

nav.sitemap ul li::after {
    top: 16px;
    width: 5px;
    height: 1px;
}

html.no-touch nav.sitemap ul li:hover::after {
    width: 10px;
    background-color: #e5e5e5;
}

html.no-touch .c1-bg nav.sitemap ul li:hover::after {
    background-color: #6c0;
}

html.no-touch .c2-bg nav.sitemap ul li:hover::after {
    background-color: #626262;
}

nav.sitemap ul ul {
    margin-left: 16px;
}

nav.social {
    margin-bottom: 30px;
}

nav.social ul {
    line-height: 0;
}

nav.social ul li {
    display: inline-block;
    position: relative;
    margin: 0 10px 10px 0;
}

nav.social ul li a {
    position: relative;
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all .75s ease, background-position-x 0s;
}

nav.social:not(.fonts) ul li a {
    position: relative;
    background-repeat: no-repeat;
    background-size: 120px auto;
}

nav.social.fonts ul li a:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%) translateY(-50%);
    font-family: FontAwesome;
    font-size: 22px;
    transition: all .75s ease;
}

nav.social.color ul li a:before {
    color: #fff;
}

nav.social.color:not(.fonts) ul li a {
    background-position-x: left;
}

html.no-touch nav.social.color ul li a:hover {
    filter: saturate(1.25) brightness(.95);
}

nav.social.light ul li a {
    background-color: #fff;
}

nav.social.light ul li a:before {
    color: #000;
}

nav.social.light:not(.fonts) ul li a {
    background-position-x: -80px;
}

html.no-touch nav.social.light ul li a:hover {
    background-color: #000;
}

html.no-touch nav.social.light ul li a:hover:before {
    color: #fff;
}

html.no-touch nav.social.light:not(.fonts) ul li a:hover {
    background-position-x: -40px;
}

nav.social.dark ul li a {
    background-color: #000;
}

nav.social.dark ul li a:before {
    color: #fff;
}

nav.social.dark:not(.fonts) ul li a {
    background-position-x: -40px;
}

html.no-touch nav.social.dark ul li a:hover {
    background-color: #fff;
}

html.no-touch nav.social.dark ul li a:hover:before {
    color: #000;
}

html.no-touch nav.social.dark:not(.fonts) ul li a:hover {
    background-position-x: -80px;
}

nav.social.color ul li.facebook a {
    background-color: #537cbd;
}

nav.social:not(.fonts) ul li.facebook a {
    background-position-y: top;
}

nav.social.fonts ul li.facebook a:before {
    content: '';
}

nav.social.color ul li.twitter a {
    background-color: #78cdf0;
}

nav.social:not(.fonts) ul li.twitter a {
    background-position-y: -40px;
}

nav.social.fonts ul li.twitter a:before {
    content: '';
}

nav.social.color ul li.linkedin a {
    background-color: #1885c7;
}

nav.social:not(.fonts) ul li.linkedin a {
    background-position-y: -80px;
}

nav.social.fonts ul li.linkedin a:before {
    content: '';
}

nav.social.color ul li.google_plus a {
    background-color: #4c4c4b;
}

nav.social:not(.fonts) ul li.google_plus a {
    background-position-y: -120px;
}

nav.social.fonts ul li.google_plus a:before {
    content: '';
}

nav.social.color ul li.pinterest a {
    background-color: #ea5755;
}

nav.social:not(.fonts) ul li.pinterest a {
    background-position-y: -160px;
}

nav.social.fonts ul li.pinterest a:before {
    content: '';
}

nav.social.color ul li.instagram a {
    background-color: #696a6a;
}

nav.social:not(.fonts) ul li.instagram a {
    background-position-y: -200px;
}

nav.social.fonts ul li.instagram a:before {
    content: '';
}

nav.social.color ul li.flickr a {
    background-color: #fff;
}

nav.social:not(.fonts) ul li.flickr a {
    background-position-y: -240px;
}

nav.social.fonts ul li.flickr a:before {
    content: '';
}

nav.social.color ul li.tumblr a {
    background-color: #5f90af;
}

nav.social:not(.fonts) ul li.tumblr a {
    background-position-y: -280px;
}

nav.social.fonts ul li.tumblr a:before {
    content: '';
}

nav.social.color ul li.vimeo a {
    background-color: #8dd0de;
}

nav.social:not(.fonts) ul li.vimeo a {
    background-position-y: -320px;
}

nav.social.fonts ul li.vimeo a:before {
    content: '';
}

nav.social.color ul li.youtube a {
    background-color: #e9644b;
}

nav.social:not(.fonts) ul li.youtube a {
    background-position-y: -360px;
}

nav.social.fonts ul li.youtube a:before {
    content: '';
}

nav.social.color ul li.dribble a {
    background-color: #da7da6;
}

nav.social:not(.fonts) ul li.dribble a {
    background-position-y: -400px;
}

nav.social.fonts ul li.dribble a:before {
    content: '';
}

nav.social.color ul li.skype a {
    background-color: #2096d2;
}

nav.social:not(.fonts) ul li.skype a {
    background-position-y: -440px;
}

nav.social.fonts ul li.skype a:before {
    content: '';
}

nav.social.color ul li.rss a {
    background-color: #f39200;
}

nav.social:not(.fonts) ul li.rss a {
    background-position-y: -480px;
}

nav.social.fonts ul li.rss a:before {
    content: '';
}

nav.social.color ul li.soundcloud a {
    background-color: #f80;
}

nav.social:not(.fonts) ul li.soundcloud a {
    background-position-y: -560px;
}

nav.social.fonts ul li.soundcloud a:before {
    content: '';
}

nav.social.color ul li.behance a {
    background-color: #0863ff;
}

nav.social:not(.fonts) ul li.behance a {
    background-position-y: -600px;
}

nav.social.fonts ul li.behance a:before {
    content: '';
}

.off-canvas nav.social {
    padding: 0 15px;
}

.off-canvas nav.social .heading {
    font-size: 18px;
}

.off-canvas nav.social ul {
    width: 100%;
}

.off-canvas nav.social ul li {
    float: left;
    width: 25%;
    margin: 0 0 15px;
}

.off-canvas nav.social ul li a {
    left: 50%;
    transform: translateX(-50%);
    background-position-x: -40px;
}

.quick-links ul li {
    margin-bottom: 10px;
}

.quick-links ul li a {
    display: inline-block;
    padding-left: 10px;
}

.quick-links ul li a::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 15px;
    display: block;
    width: 5px;
    height: 1px;
    background-color: #f2f2f2;
    transition: all .3s ease-in-out 0s;
}

html.no-touch .quick-links ul li a:hover::after {
    width: 8px;
    background-color: #d9d9d9;
}

nav.footer {
    padding: 1rem 0 0;
    margin-top: 1rem;
    font-size: 13px;
    border-top: 1px solid #3b3b3b;
}

nav.footer ul li {
    display: inline-block;
    padding: 10px 0;
}

nav.footer ul li a,
nav.footer ul li div {
    display: inline;
    padding: 0;
}

nav.footer ul li:not(:last-of-type):after {
    content: '·';
    padding: 0 8px;
}

nav.footer ul li:not(.site-credit):nth-last-of-type(2):after {
    content: none;
}

footer .site-credit {
    width: auto;
    font-size: 11px;
}

footer .site-credit ul {
    list-style: none;
    margin: 0;
    width: auto;
    display: inline-flex;
    flex-direction: column;
}

footer .site-credit ul li {
    width: auto;
    display: inline-flex;
    flex-direction: row;
}

footer .site-credit ul li:last-of-type {
    margin-bottom: 0;
}

footer .site-credit ul li>span:first-of-type {
    display: inline-block;
    width: 80px;
    margin: 0;
    padding: 0;
}

footer .site-credit ul li>a {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 0;
    text-align: left;
    flex: 1 0 auto;
}

footer .site-credit a {
    color: #360;
}

html.no-touch footer .site-credit a:hover {
    color: #4d9900;
}

@media(min-width:768px) {
    nav.footer ul li {
        margin: 0;
        padding: 0;
        display: inline-block;
    }
    footer .site-credit {
        clear: both;
        display: block;
        padding: 40px 0 0;
    }
    footer .site-credit ul li>span:first-of-type {
        width: 60px;
    }
}

@media(min-width:992px) {
    footer .site-credit {
        float: right;
        clear: none;
        padding: 0;
    }
}

@media(max-width:991px) {
    .footer-social {
        padding: 40px 0 0;
    }
    footer .site-credit {
        clear: both;
        display: block;
        padding: 40px 0 0;
        text-align: left;
    }
}

.slick-prev,
.slick-next {
    display: table;
}

.slick-prev i,
.slick-next i {
    position: relative;
    margin: 0 !important;
    display: block;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.slick-prev,
.slick-next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    z-index: 200;
    background: none;
    border: 0 none;
    cursor: pointer;
    color: #fff;
    background-color: rgba(51, 102, 0, .8);
    transform: translateY(-50%);
}

.slick-prev {
    left: 15px;
    background-color: rgba(51, 102, 0, .4);
}

.slick-next {
    right: 15px;
}

.apc.banner .slick-prev,
.apc.text-with-slideshow .slick-prev {
    left: 0;
}

.apc.banner .slick-next,
.apc.text-with-slideshow .slick-next {
    right: 0;
}

html.no-touch .slick-prev:hover,
html.no-touch .slick-next:hover {
    background-color: #360;
}

.slick-prev i,
.slick-next i {
    font-size: 15px;
}

.apc.banner .slick-prev i,
.apc.banner .slick-next i {
    font-size: 20px;
}

ul.slick-dots {
    position: relative;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding-top: 15px;
    text-align: center;
}

.apc.banner ul.slick-dots,
.apc.text-with-slideshow ul.slick-dots {
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 0;
    padding: 0;
}

ul.slick-dots li {
    margin: 0 5px;
    display: inline-block;
    width: 12px;
    height: 12px;
}

ul.slick-dots li:first-of-type {
    margin-left: 0;
}

ul.slick-dots li:last-of-type {
    margin-right: 0;
}

.text-left ul.slick-dots {
    left: 15px;
}

.text-left ul.slick-dots li {
    float: left;
    margin-right: 10px;
    margin-left: 0;
}

.text-right ul.slick-dots {
    right: 15px;
}

.text-right ul.slick-dots li {
    float: right;
    margin-right: 0;
    margin-left: 10px;
}

ul.slick-dots li button {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background-color: rgba(51, 51, 51, .4);
    transition: background-color .2s ease-in-out 0s, border-color .2s ease-in-out 0s;
}

ul.slick-dots li.slick-active button {
    background-color: #333;
}

.apc.banner ul.slick-dots li button,
.apc.text-with-slideshow ul.slick-dots li button,
.c1-bg ul.slick-dots li button,
.c2-bg ul.slick-dots li button,
.c3-bg ul.slick-dots li button {
    background-color: rgba(255, 255, 255, .4);
}

.apc.banner ul.slick-dots li.slick-active button,
.apc.text-with-slideshow ul.slick-dots li.slick-active button,
.c1-bg ul.slick-dots li.slick-active button,
.c2-bg ul.slick-dots li.slick-active button,
.c3-bg ul.slick-dots li.slick-active button {
    background-color: #fff;
}

@media(min-width:0) and (max-width:767px) {
    .apc.banner .slick-prev,
    .apc.banner .slick-next {
        top: auto;
        bottom: 0;
        transform: translateY(0);
    }
}

@media(min-width:992px) {
    .apc.banner .slick-prev,
    .apc.banner .slick-next {
        width: 50px;
        height: 50px;
    }
}

.spc {
    position: relative;
    height: 100%;
    margin-bottom: 30px;
}

.apc .spc {
    margin-bottom: 0;
}

.spc .overview {
    margin-bottom: 15px;
}

.spc .outro {
    margin-top: 15px;
}

.spc .overview .text :first-child,
.spc .outro .text :first-child {
    margin-top: 0;
}

.spc .overview .text :last-child,
.spc .outro .text :last-child {
    margin-bottom: 0;
}

body.standard-page .spc .overview .info,
body.standard-page .spc .outro .info {
    width: 100% !important;
    float: none !important;
}

.spc .heading.main {
    margin: 0;
}

.spc .overview .heading.main+.text,
.spc .outro .heading.main+.text {
    margin: 15px 0 0;
}

.spc .item.items-1,
.spc .item.items-2,
.spc .item.items-3,
.spc .item.items-4 {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media(min-width:768px) {
    .container-fluid .spc {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media(min-width:992px) {
    .item.items-2 {
        width: 50%;
    }
    .item.items-2.span-2 {
        width: 100%;
    }
    .item.items-3 {
        width: 33.3333333%;
    }
    .item.items-3.span-2 {
        width: 66.6666666%;
    }
    .item.items-3.span-3 {
        width: 100%;
    }
    .item.items-4 {
        width: 25%;
    }
    .item.items-4.span-2 {
        width: 50%;
    }
    .item.items-4.span-3 {
        width: 75%;
    }
    .item.items-4.span-4 {
        width: 100%;
    }
    .item.items-2:nth-of-type(2n+1),
    .item.items-3:nth-of-type(3n+1),
    .item.items-4:nth-of-type(4n+1) {
        clear: both;
    }
}

nav.tabs .nav {
    border: 0 none;
}

.spc.listing nav.tabs {
    margin-bottom: 15px;
    font-size: 18px;
}

nav.tabs .nav li {
    margin-right: 1px;
}

.text-center nav.tabs .nav li,
.text-right nav.tabs .nav li {
    display: inline-block;
    float: none;
}

.text-center nav.tabs .nav li {
    margin: 0 -2px;
}

.text-right nav.tabs .nav li {
    margin-right: -2px;
}

.spc nav.tabs .nav li:first-child {
    margin-left: 0;
}

.spc nav.tabs .nav li:last-child {
    margin-right: 0;
}

nav.tabs .nav li a {
    padding: 10px 15px;
    background: none;
    min-width: 50px;
    border-width: 2px 1px 1px;
    border-color: #f2f2f2;
    border-radius: 0;
    background-color: #fff;
}

html.no-touch nav.tabs .nav li:not(.active) a:hover {
    background-color: #f2f2f2;
}

nav.tabs .nav li.active a {
    border-width: 2px 1px 1px;
    color: #333;
    border-top-color: #360;
    border-bottom-color: #fff;
    background-color: #fff;
}

.c1-bg nav.tabs .nav li a,
.c3-bg nav.tabs .nav li a {
    border-width: 2px 0 0;
}

.c1-bg nav.tabs .nav li:not(.active) a,
.c3-bg nav.tabs .nav li:not(.active) a {
    border-top-color: #360;
    background-color: rgba(255, 255, 255, .9);
}

.c2-bg nav.tabs .nav li:not(.active) a {
    border-top-color: #f2f2f2;
}

.c3-bg nav.tabs .nav li:not(.active) a {
    border-top-color: #333;
}

html.no-touch .c1-bg nav.tabs .nav li:not(.active) a:hover,
html.no-touch .c3-bg nav.tabs .nav li:not(.active) a:hover {
    background-color: #e6e6e6;
}

html.no-touch .c1-bg nav.tabs .nav li:not(.active) a:hover {
    border-top-color: #333;
}

.c1-bg nav.tabs .nav li.active a {
    border-top-color: #333;
    background-color: #fff;
}

.spc.tabbed .tab-content {
    padding: 15px;
    border-width: 1px;
    border-style: solid;
    border-color: #f2f2f2;
}

.spc.tabbed .tab-content {
    background-color: #fff;
}

.c1-bg .spc.tabbed .tab-content {
    border-color: #fff;
}

.spc.accordion .panel-group {
    margin: 0;
}

.spc.accordion .heading:not(.main) {
    margin: 5px 0 0;
    font-size: 18px;
    font-weight: 400;
}

.spc.accordion .heading:not(.main) a {
    position: relative;
    display: block;
    padding: 15px 45px 15px 15px;
    background-color: #fff;
    border-width: 1px 1px 1px 2px;
    border-style: solid;
    border-color: #f2f2f2;
    text-decoration: none !important;
    color: #333;
}

html.no-touch .spc.accordion .heading:not(.main) a.collapsed:hover {
    background-color: #e6e6e6;
}

.spc.accordion .heading:not(.main) a:not(.collapsed) {
    color: #333;
    border-left-color: #360;
}

.c1-bg .spc.accordion .heading:not(.main) a:not(.collapsed),
html.no-touch .c1-bg .spc.accordion .heading:not(.main) a.collapsed:hover {
    border-left-color: #333;
}

.spc.accordion .heading:not(.main) a.collapsed {
    border-color: #f2f2f2;
}

.spc.accordion .heading:not(.main) i {
    font-size: 15px;
    position: absolute;
    top: 15px;
    right: 15px;
    color: #360;
}

.spc.accordion .heading:not(.main) a:not(.collapsed) i.ion-minus,
.spc.accordion .heading:not(.main) a.collapsed i.ion-plus {
    display: block;
}

.spc.accordion .heading:not(.main) a.collapsed i.ion-minus,
.spc.accordion .heading:not(.main) a:not(.collapsed) i.ion-plus {
    display: none;
}

.spc.accordion .panel-body {
    padding: 15px 0;
}

.apc .spc.spc.accordion .panel-body {
    padding: 15px;
    border-width: 0 1px 1px 2px;
    border-style: solid;
    border-color: #f2f2f2;
    background-color: #fff;
}

.spc.blockquotes .slides:nth-child(2) {
    padding-top: 15px;
}

.spc.blockquotes .slides:nth-last-child(2) {
    padding-bottom: 15px;
}

.spc.blockquotes .quotes .slides .item {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 15px;
}

.spc.blockquotes .quotes .slides .item {
    padding: 0 15px;
}

.spc.blockquotes .quotes .slides blockquote {
    padding-top: 30px;
}

.spc.blockquotes blockquote p {
    font-size: 22px;
}

@media(min-width:480px) and (max-width:991px) {
    .spc.blockquotes .row:not(.slides) .item {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .spc.blockquotes .row:not(.slides) .item:not(.items-1) {
        width: 50%;
    }
    .spc.blockquotes .row:not(.slides) .item:nth-of-type(2n+1) {
        clear: both;
    }
}

@media(min-width:992px) {
    .spc.blockquotes blockquote {
        padding-top: 40px;
    }
    .spc.blockquotes blockquote p {
        font-size: 28px;
    }
    .spc.blockquotes blockquote cite {
        font-size: 14px;
    }
    .spc.blockquotes blockquote::before {
        font-size: 40px;
    }
}

@media(min-width:1200px) {
    .spc.blockquotes blockquote p {
        font-size: 32px;
    }
}

.spc.image img {
    display: block;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.spc.gallery .slides:nth-child(2) {
    padding-top: 15px;
}

.spc.gallery .slides:nth-last-child(2) {
    padding-bottom: 15px;
}

.spc.gallery .slides .item {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 15px;
}

.spc.gallery .item .image {
    position: relative;
}

@media(min-width:480px) and (max-width:991px) {
    .spc.gallery .row:not(.slides) .item {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .spc.gallery .row:not(.slides) .item:not(.items-1) {
        width: 50%;
    }
    .spc.gallery .row:not(.slides) .item:nth-of-type(2n+1) {
        clear: both;
    }
}

.spc.resources .list-group {
    margin: 0;
}

.spc.resources .item {
    padding: 15px;
    border-radius: 0;
    border-color: #f2f2f2;
    background-color: #fff;
}

html.no-touch .spc.resources .item:hover {
    background-color: #f2f2f2;
}

.spc.resources .item .heading {
    display: block;
    font-size: 16px;
    margin: 0;
    color: #333;
}

.spc.resources .item .heading+.text {
    margin-top: 10px;
}

.spc.resources .item .text :first-child {
    margin-top: 0;
}

.spc.resources .item .text :last-child {
    margin-bottom: 0;
}

.spc.resources .item .heading+.size,
.spc.resources .item .text+.size {
    margin-top: 10px;
}

.spc.resources .item .size {
    font-size: 12px;
}

@media(min-width:992px) {
    .apc .spc.resources .item {
        padding: 30px;
    }
}

@media(min-width:1200px) {
    .spc.resources .item .heading {
        font-size: 18px;
    }
}

.spc.pricing-menu .head {
    padding: 10px 0 20px;
    margin-bottom: 10px;
}

.spc.pricing-menu .head .heading {
    margin: 0;
}

.spc.pricing-menu .item {
    padding: 15px 0;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #f2f2f2;
}

.spc.pricing-menu .item:last-of-type {
    border: 0 none;
}

.spc.pricing-menu .item .heading {
    text-transform: none;
    letter-spacing: 0;
    font-size: 16px;
    margin: 0 0 8px;
}

.spc.pricing-menu .item .heading span.line {
    border: 0 none;
}

.spc.pricing-menu .item .text p {
    margin: 0 0 5px;
    font-size: 90%;
    font-style: italic;
}

.spc.pricing-menu .price p {
    margin: 5px 0 0;
    font-weight: bold;
}

@media(min-width:992px) {
    .spc.pricing-menu .item .heading {
        font-size: 18px;
    }
    .spc.pricing-menu .item .price {
        text-align: right;
    }
    .spc.pricing-menu .price p {
        margin: 0 0 10px;
    }
}

.spc.textblock :first-child {
    margin-top: 0;
}

.spc.textblock :last-child {
    margin-bottom: 0;
}

.spc.umb-grid .container {
    width: 100%;
    padding: 0;
}

.spc.umb-grid .grid-section>div+div {
    margin-top: 15px;
}

@media(min-width:0) and (max-width:991px) {
    .spc.umb-grid .grid-section .column>div:first-of-type {
        margin-top: 0;
    }
    .spc.umb-grid .grid-section .column>div:last-of-type {
        margin-bottom: 0;
    }
}

@media(min-width:992px) {
    .spc.umb-grid .grid-section>div+div {
        margin-top: 30px;
    }
    .spc.umb-grid .grid-section .column>div:first-of-type {
        margin-top: 0;
    }
    .spc.umb-grid .grid-section .column>div:last-of-type {
        margin-bottom: 0;
    }
}

@media screen and (max-width:767px) {
    .spc.umb-grid .grid-section .column>div {
        display: inline-block;
    }
}

.promo-pods .item {
    position: relative;
    margin: 15px 0;
}

html.no-touch .promo-pods .item a:hover .heading,
html.no-touch .promo-pods .item a:hover .text {
    text-decoration: none;
}

.promo-pods .item .image {
    margin: 0 0 15px;
}

.promo-pods .alt .item .image {
    margin: 0;
}

.promo-pods .item img {
    overflow: hidden;
}

.promo-pods .alt .item .info {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    left: 15px;
    padding: 15px;
    background-color: rgba(51, 51, 51, .8);
}

html.no-touch .promo-pods .alt .item a .info {
    background-color: rgba(51, 51, 51, .3);
}

html.no-touch .promo-pods .alt .item a:hover .info {
    background-color: rgba(51, 51, 51, .8);
}

.promo-pods .item .heading {
    display: block;
    margin: 0;
    font-size: 18px;
    text-decoration: none;
}

.promo-pods .item .text {
    display: block;
    margin-top: 10px;
}

.promo-pods .item .text :first-child {
    margin-top: 0;
}

.promo-pods .item .text :last-child {
    margin-bottom: 0;
}

.promo-pods .item .text a {
    display: inline;
}

.promo-pods a.expand-contact {
    position: relative;
    text-decoration: underline;
}

html.no-touch .promo-pods a.expand-contact:hover {
    cursor: pointer;
    cursor: hand;
}

@media(min-width:0) and (max-width:991px) {
    .promo-pods .item:nth-of-type(2n+1) {
        clear: both;
    }
}

@media(min-width:992px) {
    .promo-pods .item .heading {
        font-size: 20px;
    }
}

@media(min-width:1200px) {
    .promo-pods .item .heading {
        font-size: 22px;
    }
}

.listing {
    position: relative;
    height: 100%;
}

.apc .listing {
    padding: 0;
    margin: 0;
}

.listing .item {
    margin: 15px 0;
}

.listing .item .image {
    margin-bottom: 15px;
}

.listing .item .heading {
    display: block;
    font-size: 18px;
    margin: 0;
}

.listing .item .text {
    display: block;
    margin-top: 10px;
}

.listing .item .text :first-child {
    margin-top: 0;
}

.listing .item .text :last-child {
    margin-bottom: 0;
}

.listing .item .text a {
    display: inline;
}

.listing .item .link {
    margin: 20px 0 0;
}

@media(min-width:0) and (max-width:767px) {
    .spc.listing .item .pull-right {
        float: none;
        text-align: left;
    }
}

@media(min-width:580px) and (max-width:991px) {
    .listing.grid .item {
        width: 50%;
    }
    .listing.grid .item:nth-of-type(2n+1) {
        clear: both;
    }
}

@media(min-width:992px) {
    .listing .item .heading {
        font-size: 20px;
    }
}

@media(min-width:1200px) {
    .listing .item .heading {
        font-size: 22px;
    }
}

.spc .meta {
    padding: 20px 0;
    margin-top: 40px;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: #f2f2f2;
}

.apc .spc .meta {
    margin-top: 0;
    border: 0 none;
}

.meta a {
    display: inline;
}

.listing div.meta {
    font-size: 14px;
}

.meta .author-date {
    padding-bottom: 10px;
}

.item div.meta {
    margin-top: 30px;
}

div.meta .comments {
    padding-bottom: 10px;
}

@media(min-width:992px) {
    .listing.blog .item .heading {
        font-size: 20px;
    }
    .spc .meta .comments,
    .spc .meta .categories {
        width: 50%;
        float: left;
    }
    .spc .meta .categories {
        text-align: right;
    }
}

@media(min-width:1200px) {
    .listing.blog .item .heading {
        font-size: 24px;
    }
}

.listing.vertical .item {
    margin: 30px 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #f2f2f2;
}

.c1-bg .listing.vertical .item,
.c3-bg .listing.vertical .item {
    border-color: rgba(255, 255, 255, .1);
}

.c2-bg .listing.vertical .item,
.c6-bg .listing.vertical .item {
    border-color: rgba(0, 0, 0, .05);
}

.listing.vertical .item:last-child {
    border: 0 none;
}

.listing.vertical .item .image {
    margin-top: -10px;
    margin-bottom: 5px;
}

.listing.search {
    margin: 15px 0;
}

.listing.search .item .heading+.link {
    margin-top: 30px;
}

.listing.search .item .text+.link {
    margin-top: 15px;
}

.listing.search .item .link {
    margin-top: 15px;
    font-size: 14px;
}

.spc.featured-blogs .listing {
    overflow: visible;
}

.spc.featured-blogs .listing .item {
    padding: 0 15px;
}

.spc.featured-blogs .item .image {
    margin-bottom: 15px;
}

.spc.featured-blogs .item .heading {
    font-size: 18px;
    margin-top: 0;
}

@media(min-width:992px) {
    .spc.featured-blogs .item .heading {
        font-size: 25px;
    }
}

@media(min-width:1200px) {
    .spc.featured-blogs .item .heading {
        font-size: 30px;
    }
}

.apc {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.apc.c1-bg:not([style^="background-image:"]):not(.map)+.apc.c1-bg:not([style^="background-image:"]):not(.map),
.apc.c2-bg:not([style^="background-image:"]):not(.map)+.apc.c2-bg:not([style^="background-image:"]):not(.map),
.apc.c3-bg:not([style^="background-image:"]):not(.map)+.apc.c3-bg:not([style^="background-image:"]):not(.map),
.apc.c4-bg:not([style^="background-image:"]):not(.map)+.apc.c4-bg:not([style^="background-image:"]):not(.map),
.apc.c5-bg:not([style^="background-image:"]):not(.map)+.apc.c5-bg:not([style^="background-image:"]):not(.map),
.apc.c6-bg:not([style^="background-image:"]):not(.map)+.apc.c6-bg:not([style^="background-image:"]):not(.map) {
    padding-top: 0;
}

.apc.pod-windows .container-fluid:first-child {
    margin-top: -20px;
}

.apc.pod-windows .container-fluid:last-child {
    margin-bottom: -20px;
}

.apc .overview {
    margin-bottom: 20px;
}

.apc .outro {
    margin-top: 20px;
}

.apc.no-padding .overview {
    margin-top: 20px;
}

.apc.no-padding .outro {
    margin-bottom: 20px;
}

.apc .overview .text :first-child,
.apc .outro .text :first-child {
    margin-top: 0;
}

.apc .overview .text :last-child,
.apc .outro .text :last-child {
    margin-bottom: 0;
}

.apc .overview.text-center .info,
.apc .outro.text-center .info {
    margin-right: auto;
    margin-left: auto;
    float: none;
}

.apc .overview.text-right .info,
.apc .outro.text-right .info {
    float: right;
}

.apc .image.video {
    position: relative;
}

.apc.promo-pods {
    margin: 0;
}

.apc .heading.main {
    margin: 0;
}

.apc .overview .heading.main+.text,
.apc .outro .heading.main+.text {
    margin: 15px 0 0;
}

@media(min-width:768px) {
    .apc.pod-windows .container-fluid:first-child {
        margin-top: -30px;
    }
    .apc.pod-windows .container-fluid:last-child {
        margin-bottom: -30px;
    }
    .apc.no-padding .overview {
        margin-top: 30px;
    }
    .apc.no-padding .outro {
        margin-bottom: 30px;
    }
}

@media(min-width:992px) {
    .apc.pod-windows .container-fluid:first-child {
        margin-top: -45px;
    }
    .apc.pod-windows .container-fluid:last-child {
        margin-bottom: -45px;
    }
    .apc.no-padding .overview {
        margin-top: 45px;
    }
    .apc.no-padding .outro {
        margin-bottom: 45px;
    }
}

@media(min-width:1200px) {
    .apc.pod-windows .container-fluid:first-child {
        margin-top: -60px;
    }
    .apc.pod-windows .container-fluid:last-child {
        margin-bottom: -60px;
    }
    .apc.no-padding .overview {
        margin-top: 60px;
    }
    .apc.no-padding .outro {
        margin-bottom: 60px;
    }
}

.apc.standard-components .spc,
.apc.standard-components .left-col,
.apc.standard-components .right-col,
.apc.standard-components .mid-col {
    padding-bottom: 0;
    margin-bottom: 0;
}

.apc.banner {
    height: auto;
    padding: 0;
    margin: 0;
    z-index: 0;
}

.apc.banner:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background: rgba(200, 200, 228, .9);
    background: -moz-linear-gradient(top, rgba(218, 200, 228, .9) 0%, rgba(200, 200, 218, .9) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(218, 200, 228, .9)), color-stop(100%, rgba(200, 200, 218, .9)));
    background: -webkit-linear-gradient(top, rgba(218, 200, 228, .9) 0%, rgba(200, 200, 218, .9) 100%);
    background: -o-linear-gradient(top, rgba(218, 200, 228, .9) 0%, rgba(200, 200, 218, .9) 100%);
    background: -ms-linear-gradient(top, rgba(218, 200, 228, .9) 0%, rgba(200, 200, 218, .9) 100%);
    background: linear-gradient(to bottom, rgba(218, 200, 228, .9) 0%, rgba(200, 200, 218, .9) 100%);
}

.apc.banner>.items {
    position: relative;
}

.apc.banner .item {
    position: relative;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex !important;
}

.apc.banner .item .container {
    height: 100%;
}

.apc.banner .item .row {
    display: flex;
    align-items: center;
    height: 100%;
}

.apc.banner .item.short {
    height: var(--c9-bhs);
    max-height: var(--c9-bhs);
}

.apc.banner .item.medium {
    height: var(--c9-bhm);
    max-height: var(--c9-bhm);
}

.apc.banner .item.takeover {
    height: var(--c9-bht);
}

@media(max-width:1200px) {
    .apc.banner .item.short {
        height: calc(100vw*calc(var(--c9-bhsv)/1200));
        max-height: var(--c9-bhs);
    }
    .apc.banner .item.medium {
        height: calc(100vw*(var(--c9-bhmv)/1200));
        max-height: var(--c9-bhm);
    }
    .apc.banner .item.takeover {
        height: var(--c9-bht);
    }
}

@media(min-width:769px) {
    html.c9-portrait .apc.banner .item.short,
    html.c9-portrait .apc.banner .item.medium,
    html.c9-portrait .apc.banner .item.takeover {
        height: calc(100vw*(9/16));
        max-height: calc(100vh - var(--c9-hh));
    }
    html.c9-portrait body.no-header .apc.banner .item.short,
    html.c9-portrait body.no-header .apc.banner .item.medium,
    html.c9-portrait body.no-header .apc.banner .item.takeover {
        max-height: 100vh;
    }
}

@media(max-width:992px) {
    html.c9-landscape.touch .apc.banner .item.short,
    html.c9-landscape.touch .apc.banner .item.medium,
    html.c9-landscape.touch .apc.banner .item.takeover {
        max-height: calc(100vh - var(--c9-hh));
    }
    html.c9-landscape.touch body.no-header .apc.banner .item.short,
    html.c9-landscape.touch body.no-header .apc.banner .item.medium,
    html.c9-landscape.touch body.no-header .apc.banner .item.takeover {
        max-height: 100vh;
    }
}

@media(max-width:768px) {
    .apc.banner .item.short,
    .apc.banner .item.medium,
    .apc.banner .item.takeover {
        height: calc(100vw*(9/16));
        max-height: calc(100vh - var(--c9-hh));
    }
    body.no-header .apc.banner .item.short,
    body.no-header .apc.banner .item.medium,
    body.no-header .apc.banner .item.takeover {
        max-height: 100vh;
    }
}

@media(max-height:640px) and (orientation:landscape) {
    .apc.banner .item.takeover,
    body.no-header .apc.banner .item.takeover,
    html.c9-landscape.touch .apc.banner .item.takeover,
    html.c9-landscape.touch body.no-header .apc.banner .item.takeover {
        height: var(--c9-bht);
        max-height: 100vh;
    }
}

@media(min-width:992px),
(max-height:640px) and (orientation:landscape) {
    body #site header.c9-overlay~main:not(.c9-main-padtop) .apc.banner .item.takeover {
        min-height: 100vh;
    }
    body #site header.c9-overlay~main .apc.banner.takeover.c9-noheader-overlay .item.takeover {
        min-height: calc(100vh - var(--c9-hh));
    }
}

@media(min-width:992px) and (orientation:portrait) {
    body #site header.c9-overlay~main:not(.c9-main-padtop) .apc.banner .item.takeover,
    body #site header.c9-overlay~main .apc.banner.c9-noheader-overlay .item.takeover {
        min-height: unset;
    }
}

.apc.banner .item.c9-bg-gradient .image:before,
.apc.banner .item.c9-bg-gradient .video:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, .25) 100%);
}

.apc.banner .item.overlay::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
}

.apc.banner .item.overlay::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    opacity: .5;
}

.apc.banner .item .image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

html:not(.c9-ios) body .apc.banner .item.parallax .image {
    background-attachment: fixed;
}

.apc.banner .info {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    padding: 0;
}

.apc.banner .info .heading.main {
    margin: 0;
}

@media(min-width:1200px) {
    .apc.banner .info .heading.main {
        font-size: 48px;
    }
}

.apc.banner .info .text {
    margin-top: 8px;
}

.apc.banner .info .heading.main+.text {
    margin-top: 20px;
}

.apc.banner .info .text p {
    margin: 8px 0;
}

.apc.banner .info .text :first-child {
    margin-top: 0;
}

.apc.banner .info .text :last-child {
    margin-bottom: 0;
}

.apc.banner .info .heading.main+.link {
    margin: 30px 0 0;
}

.apc.banner .info .text+.link {
    margin: 30px 0 0;
}

.apc.banner .info .col-xs-12.text-center,
.apc.banner .info .col-xs-12.text-center {
    margin-right: auto;
    margin-left: auto;
    align-self: flex-end;
    padding-bottom: 2rem;
    float: none;
}

.apc.banner .info>.container>.row>div.feature-image {
    align-self: flex-end;
    justify-self: center;
}

.apc.banner .info>.container>.row>div.feature-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.apc.banner .scroll-prompt {
    position: absolute;
    right: 0;
    bottom: 30px;
    left: 0;
    z-index: 100;
    width: 100%;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.apc.banner:not(.dots) .scroll-prompt {
    bottom: 0;
}

.apc.banner .scroll-prompt a {
    display: inline-block;
    width: auto;
    height: 40px;
    margin: 0 auto;
    cursor: pointer;
    text-decoration: none !important;
}

.apc.banner .scroll-prompt a i {
    font-size: 30px;
    line-height: 40px;
    display: block;
    padding: 0;
    margin: 0 0 0 2px;
}

.apc.banner .scroll-prompt .mouse-scroll {
    position: relative;
    width: 21px;
    height: 35px;
    margin: 0 auto;
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    border-radius: 10px;
}

.apc.banner .scroll-prompt .mouse-scroll::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 7px;
    width: 3px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@media(min-width:768px) and (max-width:1199px) {
    .apc.banner .info .table {
        padding-right: 40px;
        padding-left: 40px;
    }
}

@media(min-width:1200px) {
    .apc.banner .scroll-prompt a {
        height: auto;
        padding-bottom: 20px;
    }
    .apc.banner .scroll-prompt a span {
        font-size: 9px;
        text-transform: uppercase;
        letter-spacing: .09em;
        display: block;
        margin-top: 15px;
        display: none;
    }
    .apc.banner .scroll-prompt a i {
        font-size: 20px;
    }
}

@media(min-width:1500px) {
    body.fixed-width .apc.banner .item {
        background-size: 1500px auto;
    }
}

@media(max-width:480px),
(max-height:480px) and (orientation:landscape) {
    .apc.banner .slick-initialized .item .info:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        padding: 0;
    }
    .apc.banner .item .info .heading.main br,
    .apc.banner .item .info .secondary-heading br {
        display: none;
    }
}

.apc.banner:before {
    animation-name: fadeIn;
    animation-duration: 3s;
    background: rgba(0, 0, 28, .9);
    background: -moz-linear-gradient(top, rgba(18, 0, 28, .9) 0%, rgba(0, 0, 18, .9) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(18, 0, 28, .9)), color-stop(100%, rgba(0, 0, 18, .9)));
    background: -webkit-linear-gradient(top, rgba(18, 0, 28, .9) 0%, rgba(0, 0, 18, .9) 100%);
    background: -o-linear-gradient(top, rgba(18, 0, 28, .9) 0%, rgba(0, 0, 18, .9) 100%);
    background: -ms-linear-gradient(top, rgba(18, 0, 28, .9) 0%, rgba(0, 0, 18, .9) 100%);
    background: linear-gradient(to bottom, rgba(18, 0, 28, .9) 0%, rgba(0, 0, 18, .9) 100%);
}

.apc.banner .item .video {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    transition: all 1s ease;
}

.apc.banner .item .video.hide {
    opacity: 0;
    transform: scale(.01);
}

.apc.banner .item .video .video-player {
    position: absolute;
    display: block;
    object-fit: cover;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.apc.cta-strip .overview {
    position: relative;
    margin-bottom: 0;
}

.apc.cta-strip .link {
    margin-top: 15px;
}

@media(min-width:992px) {
    .apc.cta-strip .text-left .link,
    .apc.cta-strip .text-right .link {
        position: absolute;
        top: 0;
        margin-top: 10px;
    }
    .apc.cta-strip .text-left .heading+.text+.link,
    .apc.cta-strip .text-right .heading+.text+.link {
        top: 50%;
        transform: translateY(-50%);
    }
    .apc.cta-strip .text-left .link {
        right: -315px;
    }
    .apc.cta-strip .text-right .link {
        left: -315px;
    }
    .apc.cta-strip .text-left .link .btn,
    .apc.cta-strip .text-right .link .btn {
        width: 212px;
    }
}

@media(min-width:1200px) {
    .apc.cta-strip .text-left .link .btn,
    .apc.cta-strip .text-right .link .btn {
        min-width: 262px;
    }
    .apc.cta-strip .text-left .link {
        right: -380px;
    }
    .apc.cta-strip .text-right .link {
        left: -380px;
    }
}

.apc.text-with-slideshow {
    margin-bottom: 2rem;
}

.apc.text-with-slideshow .container>.row.c9-flex {
    align-items: center;
}

.apc.text-with-slideshow .overlayicon {
    font-size: 60px;
}

@media(min-width:0) and (max-width:767px) {
    .apc.text-with-slideshow .slides {
        margin-bottom: 15px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .apc.text-with-slideshow.wide .slides {
        max-width: 720px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media(min-width:992px) {
    .apc.text-with-slideshow.wide {
        padding: 0;
    }
    .apc.text-with-slideshow .text-side {
        display: table;
    }
    .apc.text-with-slideshow .info {
        padding-top: 0;
        display: table-cell;
        vertical-align: middle;
    }
    .apc.text-with-slideshow.wide .info {
        padding: 45px 0;
    }
    .apc.text-with-slideshow .overlayicon {
        font-size: 100px;
    }
    .apc.text-with-slideshow:not(.wide) .pull-right .slides {
        margin-left: -15px;
    }
    .apc.text-with-slideshow:not(.wide) .pull-left .slides {
        margin-right: -15px;
    }
    .apc.text-with-slideshow.wide .slides {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media(min-width:1200px) {
    .apc.text-with-slideshow.wide .info {
        padding: 60px 0;
    }
    .apc.text-with-slideshow .overlayicon {
        font-size: 140px;
    }
}

@media(max-width:1200px) {
    section.apc.text-with-slideshow .slides-side {
        padding-left: 0;
    }
}

@media(max-width:768px) {
    section.apc.text-with-slideshow .slides-side {
        padding: 0;
        width: 100%;
        max-height: 400px;
        overflow: hidden;
    }
    section.apc.text-with-slideshow .text-side {
        width: 100%;
        padding: .9375rem;
    }
}

@media(max-width:480px) {
    section.apc.text-with-slideshow .slides-side .slick-slider .slick-list {
        max-height: 150px;
    }
    section.apc.text-with-slideshow .slides-side .slick-slider .slick-slide img {
        transform: translateY(-25%);
    }
}

.apc.text-with-form .text-side .heading.main+.text {
    margin-top: 15px;
}

@media(min-width:0) and (max-width:767px) {
    .apc.text-with-form .text-side+.form-side {
        margin-top: 20px;
    }
    .apc.text-with-form .form-side+.text-side {
        margin-top: 20px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .apc.text-with-form .text-side+.form-side {
        margin-top: 30px;
    }
    .apc.text-with-form .form-side+.text-side {
        margin-top: 30px;
    }
}

@media(min-width:992px) {
    .apc.text-with-form .text-side {
        margin-top: 21px;
    }
}

@media(min-width:1200px) {
    .apc.text-with-form .text-side {
        margin-top: 31px;
    }
}

.apc.listing-with-form .listing .item {
    margin: 20px 0 0;
    position: relative;
}

.apc.listing-with-form.c1-bg .listing .item,
.apc.listing-with-form.c2-bg .listing .item,
.apc.listing-with-form.c3-bg .listing .item {
    border-color: rgba(255, 255, 255, .1);
}

.apc.listing-with-form .listing .heading.main+.item {
    margin-top: 30px;
}

.apc.listing-with-form .listing .item .heading {
    font-size: 18px;
}

.apc.listing-with-form .listing.blog .item {
    padding-bottom: 15px;
}

.apc.listing-with-form .listing .item .meta {
    margin: 15px 0 0;
}

.apc.listing-with-form .listing .link {
    margin-top: 30px;
}

@media(min-width:0) and (max-width:767px) {
    .apc.listing-with-form .listing-side+.form-side {
        margin-top: 20px;
    }
    .apc.listing-with-form .form-side+.listing-side {
        margin-top: 20px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .apc.listing-with-form .listing-side+.form-side {
        margin-top: 30px;
    }
    .apc.listing-with-form .form-side+.listing-side {
        margin-top: 30px;
    }
}

@media(min-width:992px) {
    .apc.listing-with-form .listing-side {
        margin-top: 21px;
    }
    .apc.listing-with-form .listing .item .heading {
        font-size: 20px;
    }
}

@media(min-width:1200px) {
    .apc.listing-with-form .listing-side {
        margin-top: 31px;
    }
    .apc.listing-with-form .listing .item .heading {
        font-size: 22px;
    }
}

.apc.pod-windows .container-fluid {
    padding: 0;
}

.apc.pod-windows .row:not(.overview):not(.outro) {
    margin: 0;
}

.apc.pod-windows .row.smaller-items {
    padding: 0;
}

.apc.pod-windows .item {
    position: relative;
    overflow: hidden;
    padding: 0;
}

.apc.pod-windows .item::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.apc.pod-windows .item.half-item::before {
    padding-top: 50%;
}

.apc.pod-windows .item .info {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    color: #585858;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: center;
}

.apc.pod-windows .item .info::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: all .2s ease-in-out 0s;
}

.apc.pod-windows .item .info .image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.apc.pod-windows .item .table {
    position: relative;
    z-index: 5;
}

.apc.pod-windows .item .heading {
    margin: 0;
}

.apc.pod-windows .item .heading+.text {
    margin-top: 5px;
}

.apc.pod-windows .item .text :first-child {
    margin-top: 0;
}

.apc.pod-windows .item .text :last-child {
    margin-bottom: 0;
}

.apc.pod-windows .item .link {
    margin-bottom: 0;
}

.apc.pod-windows .item .link {
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 0;
    z-index: 201;
    width: 100%;
    transition: bottom .4s ease-in-out 0s, opacity .3s ease-in-out 0s;
}

html.no-touch .apc.pod-windows .item a.info .link {
    bottom: -100%;
    opacity: 0;
}

html.no-touch .apc.pod-windows .item a:hover .link {
    bottom: 20px;
    opacity: 1;
}

.apc.pod-windows .item .info .overlayicon {
    background: none;
    font-size: 100px;
}

@media(min-width:500px) {
    .apc.pod-windows .item.quarter-item {
        width: 50%;
    }
}

@media(min-width:992px) {
    .apc.pod-windows .full-item .heading {
        font-size: 30px;
    }
    .apc.pod-windows .half-item .heading {
        font-size: 25px;
    }
    .apc.pod-windows .quarter-item .heading {
        font-size: 20px;
    }
}

@media(min-width:1200px) {
    .apc.pod-windows .full-item .heading {
        font-size: 40px;
    }
    .apc.pod-windows .half-item .heading {
        font-size: 30px;
    }
    .apc.pod-windows .item .heading,
    .apc.pod-windows .item .text {
        max-width: 448px;
        margin-right: auto;
        margin-left: auto;
    }
    .apc.pod-windows .item .link {
        bottom: 30px;
    }
    .apc.pod-windows .item.full-item .overlayicon {
        font-size: 140px;
    }
}

.swp {
    margin-bottom: 30px;
}

.swp .item {
    position: relative;
    margin-bottom: 30px;
}

.swp .item:last-child {
    margin-bottom: 0;
}

.swp .item .heading a {
    text-decoration: none;
}

.swp .item .heading i {
    font-size: 15px;
    display: none;
}

.swp .item .link {
    margin-bottom: 0;
}

.swp blockquote p {
    font-size: 16px;
}

@media(min-width:992px) {
    .swp blockquote p {
        font-size: 20px;
    }
}

.swp .item.listing-pod .inner>.heading {
    margin-bottom: 30px;
}

.swp .item.listing-pod .link {
    margin: 15px 0 0;
}

.swp .listing {
    margin: 0;
    padding: 0;
}

.swp .listing .item {
    margin: 0;
    padding: 0;
}

.swp .listing .item::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin: 10px 0 15px;
    background-color: #d5d5d5;
}

.swp .listing .item .heading {
    font-size: 16px;
}

.swp .listing .item .meta {
    margin: 0;
    padding: 10px 0 0;
    font-size: 12px;
    border: 0 none;
}

textarea {
    resize: none;
}

fieldset {
    margin: 0 0 15px;
}

fieldset.buttons {
    margin: 0;
}

.heading.umbraco-forms-caption:not(.main) {
    color: inherit;
}

.umbraco-forms .umbraco-forms-form.c9-forms-offcanvas .heading.umbraco-forms-caption:not(.main) {
    padding: 0 1rem;
}

legend {
    color: inherit;
    border-color: inherit;
    padding: 0 0 8px;
    margin: 10px 0 15px;
}

.form-group {
    position: relative;
}

.form-group.titleanddescription:not(:first-child) {
    margin-top: 0;
}

.umbraco-forms .inner {
    padding: 0;
}

.umbraco-forms .umbraco-forms-page .form-container {
    position: relative;
}

.umbraco-forms .umbraco-forms-form.c9-forms-page .umbraco-forms-page .form-container {
    padding-bottom: 20px;
}

.umbraco-forms .umbraco-forms-form.c9-forms-component .umbraco-forms-page .form-container {
    padding-bottom: 20px;
}

.umbraco-forms .umbraco-forms-form.c9-forms-offcanvas .umbraco-forms-page .form-container {
    padding-bottom: 80px;
}

.umbraco-forms .umbraco-forms-page fieldset.umbraco-forms-fieldset {
    margin: 0;
    padding: 0;
}

.umbraco-forms .umbraco-forms-navigation {
    position: absolute;
    bottom: 0;
    right: 0;
}

.umbraco-forms .umbraco-forms-form.c9-forms-offcanvas .umbraco-forms-navigation {
    right: auto;
    left: 0;
}

.umbraco-forms .umbraco-forms-form.c9-forms-offcanvas .umbraco-forms-navigation>div:first-of-type {
    padding-left: 1rem;
}

html.c9-edge .umbraco-forms .umbraco-forms-field.mandatory input::-ms-input-placeholder,
html.c9-edge .umbraco-forms .umbraco-forms-field.mandatory textarea::-ms-input-placeholder {
    color: #360;
}

html.c9-ie .umbraco-forms .umbraco-forms-field.mandatory input:-ms-input-placeholder,
html.c9-ie .umbraco-forms .umbraco-forms-field.mandatory textarea:-ms-input-placeholder {
    color: #360;
}

.umbraco-forms .umbraco-forms-field.mandatory input::placeholder,
.umbraco-forms .umbraco-forms-field.mandatory textarea::placeholder {
    color: #360;
}

.umbraco-forms .umbraco-forms-field.mandatory label {
    color: #360;
}

.umbraco-forms .umbraco-forms-field.checkbox {
    display: flex;
    align-items: center;
}

.umbraco-forms .umbraco-forms-field.checkbox .checkbox,
.umbraco-forms .umbraco-forms-field.checkbox .checkbox label,
.umbraco-forms .umbraco-forms-field.checkbox label.umbraco-forms-label {
    margin: 0;
    padding: 0;
    min-height: 0;
}

.umbraco-forms .umbraco-forms-form.c9-forms-component .umbraco-forms-field textarea {
    height: 245px;
}

.umbraco-forms .umbraco-forms-field.checkbox .checkbox {
    margin-right: 10px;
}

.umbraco-forms .umbraco-forms-field.checkbox .checkbox input[type=checkbox] {
    position: relative;
    margin: 0;
    padding: 0;
    top: 50%;
    transform: translateY(2px);
}

.umbraco-forms .umbraco-forms-field.recaptcha2 {
    display: flex;
}

.umbraco-forms .umbraco-forms-field.recaptcha2 label.umbraco-forms-label {
    margin-right: 10px;
}

.umbraco-forms .umbraco-forms-navigation>div:first-of-type {
    padding: 0;
}

.umbraco-forms .umbraco-forms-navigation button {
    margin: 0;
    padding: 10px;
    font-size: 20px;
    min-width: 130px;
}

.umbraco-forms .umbraco-ajax-form .umbraco-forms-form .alert {
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    margin: 0;
    z-index: 9999999;
}

.umbraco-forms .umbraco-ajax-form .umbraco-forms-form.c9-forms-offcanvas {
    margin-top: 40px;
}

.form-group.titleanddescription:first-child .heading {
    margin-top: 0;
}

label {
    position: relative;
    font-weight: normal;
    display: block;
}

.radio label,
.checkbox label {
    padding-left: 20px;
    margin-bottom: 5px;
}

label em.req {
    font-style: normal;
    color: #dc3545;
}

.form-control {
    min-height: 40px;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    border-radius: 0;
}

.form-control:focus {
    border-color: #360;
    box-shadow: 0 0 5px #360;
}

.form-group.uploadafile .form-control {
    padding-top: 5px;
}

.radio label input[type="radio"],
.checkbox label input[type="checkbox"] {
    top: 5px;
    left: 0;
    margin: 0;
}

select,
select option {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

.form-group.dropdown .form-control {
    position: relative;
    z-index: 1;
    padding-top: 0;
    padding-bottom: 0;
    background: none;
}

.form-group.dropdown::after {
    font-family: "Ionicons";
    content: "";
    position: absolute;
    top: 30px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    display: block;
    width: 100%;
    min-height: 40px;
    padding: 7px 15px 0 0;
    font-size: 15px;
    text-align: right;
    color: #585858;
    background-color: #fff;
    box-sizing: border-box;
}

.buttons .btn.prev+.btn.submit {
    float: right;
}

.input-validation-error {
    border-color: #dc3545;
    background-color: #fcebec;
}

.input-validation-error:focus {
    border-color: #dc3545;
    background-color: #fffcf3;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(220, 53, 69, .5);
}

.field-validation-error {
    display: block;
    padding: 5px;
    font-size: 12px;
    background-color: #fcebec;
    color: #fff;
}

.validation-summary-errors {
    color: #dc3545;
}

.field-validation-valid {
    display: none;
}

.validation-summary-valid {
    display: none;
}

@media(min-width:992px) {
    .form-control {
        padding: 15px;
    }
    .form-control,
    .form-group.dropdown::after {
        min-height: 50px;
    }
    .form-group.dropdown::after {
        padding: 15px 15px 0 0;
    }
    .form-group.uploadafile .form-control {
        padding-top: 10px;
    }
}

@media(max-width:480px) {
    iframe[title="recaptcha challenge"] {
        position: fixed !important;
        bottom: 0 !important;
        right: 0 !important;
    }
}

.site-search {
    position: relative;
    margin: 15px 0 20px;
}

header .site-search {
    margin: 30px 15px;
}

footer .site-search {
    margin: 15px 0;
}

.site-search fieldset {
    position: relative;
    pointer-events: all;
    margin: 0;
}

.site-search .form-group {
    position: relative;
}

.site-search .form-control {
    width: 100%;
    height: 40px;
    min-height: 40px;
    padding-right: 40px;
}

footer .site-search .form-control {
    border: 0 none !important;
}

.site-search button {
    width: 38px;
    height: 38px;
    padding: 0;
    position: absolute;
    top: 1px;
    right: 1px;
    font-size: 23px;
    text-align: center;
    border: 0 none;
    background: none;
}

header .site-search {
    margin: 0;
    position: relative;
    z-index: 1000;
    width: 40px;
    height: 40px;
    transition: width .3s ease-in-out .1s;
}

header .site-search.open-search {
    width: 50%;
    transition: width .3s ease-in-out 0s;
}

header .site-search a.expand-search {
    content: "open";
    width: 38px;
    height: 38px;
    padding: 3px 0 0;
    display: block;
    position: absolute;
    top: 1px;
    right: 1px;
    z-index: 0;
    font-size: 23px;
    margin: 0;
}

header .site-search a.expand-search em {
    display: none;
}

header .site-search fieldset {
    right: 0;
    z-index: -10;
    opacity: 0;
    width: auto;
    transition: opacity .3s ease-in-out .1s, z-index 0s ease-in-out 0s;
}

header .site-search.open-search fieldset {
    z-index: 1;
    opacity: 1;
    transition: opacity .3s ease-in-out 0s, z-index 0s ease-in-out 0s;
}

header .site-search.c9-header {
    display: block;
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    transition: all .75s ease;
}

header .site-search.open-search.c9-header {
    margin-bottom: 10px;
}

header .site-search.c9-header fieldset {
    position: relative;
    right: 0;
    width: 100%;
    margin: 0;
    transition: all .75s ease;
}

header .site-search.c9-header .form-group {
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
}

header .site-search.c9-header .form-control {
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 0;
    min-height: 0;
    height: 40px;
    max-height: 0;
    margin: 0;
    padding: 0 15px;
    border-right: none;
    border-color: rgba(51, 51, 51, .5);
    box-shadow: none;
    text-align: right;
    opacity: 0;
    font-size: 0;
    border-width: 0;
    transition: all .75s ease;
}

header .site-search.open-search.c9-header .form-control {
    max-width: calc(100% - 80px);
    max-height: 40px;
    border-width: 1px;
    opacity: 1;
    font-size: 1rem;
}

header .site-search.c9-header .form-group button {
    display: inline-block;
    position: relative;
    top: 0;
    right: 0;
    width: 80px;
    height: 40px;
    max-height: 0;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    border-radius: 0;
    font-size: 0;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #360;
    color: #fff;
    opacity: 0;
    transition: all .75s ease;
}

header .site-search.c9-header.open-search .form-group button {
    max-height: 40px;
    font-size: 1rem;
    opacity: 1;
}

.swp .newsletter.form label {
    display: none;
}

.swp .newsletter.form .form-group::after {
    content: "*";
    position: absolute;
    top: 7px;
    right: 10px;
    z-index: 10;
    color: #dc3545;
}

@media(min-width:992px) {
    .apc .form-side .form .form-group.col-xs-12 {
        width: 100%;
        float: none;
    }
}

.ajax-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

.ajax-wrap .ajax-loading {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(51, 51, 51, .5);
}

.ajax-wrap .ajax-loading .loading {
    margin: 0;
    position: relative;
    text-align: center;
    display: table;
    width: 100%;
    height: 100%;
}

.ajax-wrap .ajax-loading .loading span.message {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
}

.umbraco-forms .ajax-wrap .ajax-loading {
    background-color: #360;
}

.umbraco-forms .ajax-wrap .ajax-loading:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    white-space: nowrap;
    transform: translate(-50%, -50%);
    color: #e0e0e0;
    z-index: 0;
    font-size: 20px;
}

.umbraco-forms .ajax-wrap .ajax-loading .loading span.message {
    position: absolute;
    z-index: 9999;
}

.cookie-notice {
    position: fixed;
    bottom: -100%;
    left: 0;
    z-index: 1000;
    opacity: 0;
    box-shadow: 0 0 30px 0 transparent;
    transition: bottom 1s ease-in-out .2s, opacity .75s ease-in-out .1s, box-shadow 1s ease-in-out .2s;
}

.cookie-notice.open {
    bottom: 0;
    opacity: 1;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05);
}

.cookie-notice .heading {
    margin: 0;
}

.cookie-notice .heading+.text {
    margin-top: 10px;
}

.cookie-notice .text :first-child {
    margin-top: 0;
}

.cookie-notice .text :last-child {
    margin-bottom: 0;
}

.cookie-notice p.link {
    margin: 15px 0 0;
}

@media(min-width:768px) {
    .cookie-notice {
        max-width: 420px;
    }
}

iframe,
object,
embed {
    display: block;
}

.inner {
    padding: 15px;
}

.spc.quick-links .inner {
    padding-bottom: 5px;
}

.has-borders {
    border-width: 1px;
    border-style: solid;
}

.has-border-top {
    border-width: 1px 0 0;
    border-style: solid;
}

.has-border-bottom {
    border-width: 0 0 1px;
    border-style: solid;
}

.rounded {
    border-radius: 3px;
}

.item .table {
    margin: 0;
}

.table-cell {
    padding: 30px;
}

.item-square {
    padding-bottom: 100%;
}

.item-square .info {
    max-width: 640px;
    margin: 0 auto;
    padding: 0;
}

.item-square .inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

div.table {
    display: table;
    width: 100%;
    height: 100%;
    margin: 0;
}

div.table-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
}

div.table-cell.align-top {
    vertical-align: top;
    padding-top: 140px;
}

div.table-cell.align-bottom {
    vertical-align: bottom;
    padding-bottom: 140px;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.padding-top {
    padding-top: 30px !important;
}

.padding-bottom {
    padding-bottom: 30px !important;
}

.short-padding {
    padding: 20px 0 !important;
}

.short-padding-top {
    padding-top: 20px !important;
}

.short-padding-bottom {
    padding-bottom: 20px !important;
}

.no-margin {
    margin: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.margin-top {
    margin-top: 30px !important;
}

.margin-bottom {
    margin-bottom: 30px !important;
}

.short-margin {
    margin: 20px 0 !important;
}

.short-margin-top {
    margin-top: 20px !important;
}

.short-margin-bottom {
    margin-bottom: 20px !important;
}

.apc.map,
.apc.map .wide-col,
.apc.map .container-fluid .spc {
    padding: 0 !important;
}

@media(max-width:991px) {
    .item-square {
        padding-bottom: 75%;
    }
    .apc.banner .item.short div.table-cell,
    .apc.banner .item.medium div.table-cell {
        padding: 0 !important;
    }
}

@media(min-width:768px) {
    .item-square {
        padding-bottom: 50%;
    }
    .item-square .info {
        padding: 0;
    }
}

@media(min-width:992px) {
    .inner {
        padding: 20px;
    }
    .spc.quick-links .inner {
        padding-bottom: 10px;
    }
}

@media(min-width:1200px) {
    .container-fluid .item-square {
        padding-bottom: 35%;
    }
    .inner {
        padding: 30px;
    }
    .spc.quick-links .inner {
        padding-bottom: 20px;
    }
}

.image a {
    display: block;
    position: relative;
    overflow: hidden;
}

.overlayicon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    padding: 0;
    margin: 0;
    background-color: transparent;
    text-align: center;
    font-size: 40px;
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    opacity: 0;
    transition: background-color .2s ease-in-out 0s, opacity .2s ease-in-out 0s;
}

.item.video-pod a .overlayicon,
div.video a .overlayicon {
    background-color: rgba(0, 0, 0, .25);
}

.overlayicon.fa {
    font-size: 40px;
}

html.no-touch a:hover .overlayicon,
.item.video-pod a .overlayicon,
div.video a .overlayicon {
    opacity: 1;
}

html.no-touch a:hover .overlayicon,
html.no-touch .item.video-pod a:hover .overlayicon,
html.no-touch div.video a:hover .overlayicon {
    background-color: rgba(0, 0, 0, .75);
}

.overlayicon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.masonry .overlayicon::before {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    top: 35%;
}

@media(min-width:992px) {
    .overlayicon,
    .overlayicon.fa {
        font-size: 50px;
    }
}

@media(min-width:1200px) {
    .overlayicon,
    .overlayicon.fa {
        font-size: 60px;
    }
}

body.standard-page .spc+.spc.author-bio {
    margin-top: -30px;
}

.author-bio {
    overflow: hidden;
    height: 100%;
}

.author-bio nav.social {
    margin: 0;
}

.author-bio p.heading {
    margin-bottom: 0;
}

.author-bio .image {
    margin-top: 15px;
}

.author-bio .image img {
    width: auto;
    max-width: 100%;
}

.author-bio .info {
    padding: 15px 0;
}

.author-bio .info p.heading {
    font-size: 16px;
}

.author-bio .info p.heading a {
    color: #333;
}

@media(min-width:768px) {
    .author-bio .info {
        padding: 15px 15px 15px 0;
    }
}

@media(min-width:992px) {
    .author-bio .image {
        float: right;
        margin: 0 0 15px 30px;
    }
}

table {
    width: 100%;
    margin: 0 0 30px;
}

table th,
table td {
    padding: .5rem;
}

table th,
table th p {
    font-weight: 500;
    font-size: 15px;
}

.clearfix {
    zoom: 1;
}

.clearfix:after,
.clearfix:before {
    content: ' ';
    display: table;
    line-height: 0;
    clear: both;
}

.container {
    max-width: 1170px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.sp.content .container .content.apc.standard-components .container {
    padding-left: 0;
    padding-right: 0;
}

html.no-touch a.c9-href:hover {
    cursor: hand;
    cursor: pointer;
}

body.c9-article-page main section.sp.content .row.detail article.main .article-body:empty {
    margin-top: -2rem;
}

section.content article.main p,
section.content .intro .text p,
body.mce-content-body p {
    margin-top: 0;
}

section.content .intro .text p:last-child {
    margin-bottom: 0;
}

body.mce-content-body p.c9-animation {
    outline-style: dashed;
    outline-width: 1px;
    outline-color: #00aea2;
}

section.content article.main .article-body p img,
section.content .spc.textblock p img,
section.content .grid-section p img,
body.mce-content-body p img {
    margin-bottom: .5rem;
}

section.content article.main .article-body p img[style*="right"],
section.content .spc.textblock p img[style*="right"],
section.content .grid-section p img[style*="right"],
body.mce-content-body p img[style*="right"] {
    margin-left: 1rem;
    margin-right: 0;
}

section.content article.main .article-body p img[style*="left"],
section.content .spc.textblock p img[style*="left"],
section.content .grid-section p img[style*="left"],
body.mce-content-body p img[style*="left"] {
    margin-left: 0;
    margin-right: 1rem;
}

section.content article.main .article-body figure img,
section.content .spc.textblock figure img,
section.content .grid-section figure img,
body.mce-content-body figure img {
    margin: 0;
}

section.content article.main .article-body p,
section.content article.main .article-body li,
section.content .spc.textblock p,
section.content .spc.textblock li,
section.content .grid-section p,
section.content .grid-section li,
body.mce-content-body p,
body.mce-content-body li {
    font-size: 1.0625rem;
    font-weight: 300;
}

section.content article.main .article-body p a,
section.content article.main .article-body li a,
section.content article.main .article-body figcaption a,
section.content .spc.textblock p a,
section.content .spc.textblock li a,
section.content .spc.textblock figcaption a,
section.content article.item p a,
section.content article.item li a,
section.content .intro p a,
section.content .intro li a,
section.content .outro p a,
section.content .outro li a,
section.content .grid-section p a,
section.content .grid-section li a,
body.mce-content-body p a,
body.mce-content-body li a,
body.mce-content-body figcaption a {
    text-decoration: underline;
    text-decoration-color: #85ff0a;
    position: relative;
}

section.content article.main .article-body p a[href^="http"],
section.content article.main .article-body li a[href^="http"],
section.content article.main .article-body figcaption a[href^="http"],
section.content .spc.textblock p a[href^="http"],
section.content .spc.textblock li a[href^="http"],
section.content .spc.textblock figcaption a[href^="http"],
section.content article.item p a[href^="http"],
section.content article.item li a[href^="http"],
section.content .intro p a[href^="http"],
section.content .intro li a[href^="http"],
section.content .outro p a[href^="http"],
section.content .outro li a[href^="http"],
section.content .grid-section p a[href^="http"],
section.content .grid-section li a[href^="http"],
body.mce-content-body p a[href^="http"],
body.mce-content-body li a[href^="http"],
body.mce-content-body figcaption a[href^="http"] {
    font-weight: bold;
    line-height: inherit;
}

section.content article.main .article-body p a[href^="/"],
section.content article.main .article-body li a[href^="/"],
section.content article.main .article-body figcaption a[href^="/"],
section.content .spc.textblock p a[href^="/"],
section.content .spc.textblock li a[href^="/"],
section.content .spc.textblock figcaption a[href^="/"],
section.content article.item p a[href^="/"],
section.content article.item li a[href^="/"],
section.content .intro p a[href^="/"],
section.content .intro li a[href^="/"],
section.content .outro p a[href^="/"],
section.content .outro li a[href^="/"],
section.content .grid-section p a[href^="/"],
section.content .grid-section li a[href^="/"],
body.mce-content-body p a[href^="/"],
body.mce-content-body li a[href^="/"],
body.mce-content-body figcaption a[href^="/"] {
    font-weight: bold;
    line-height: inherit;
}

html.no-touch section.content article.main .article-body p a:hover,
html.no-touch section.content article.main .article-body li a:hover,
html.no-touch section.content article.main .article-body figcaption a:hover,
html.no-touch section.content .spc.textblock p a:hover,
html.no-touch section.content .spc.textblock li a:hover,
html.no-touch section.content .spc.textblock figcaption a:hover,
html.no-touch section.content article.item p a:hover,
html.no-touch section.content article.item li a:hover,
html.no-touch section.content .intro p a:hover,
html.no-touch section.content .intro li a:hover,
html.no-touch section.content .outro p a:hover,
html.no-touch section.content .outro li a:hover,
html.no-touch section.content .grid-section p a:hover,
html.no-touch section.content .grid-section li a:hover,
html.no-touch body.mce-content-body p a:hover,
html.no-touch body.mce-content-body li a:hover,
html.no-touch body.mce-content-body figcaption a:hover {
    text-decoration: underline;
    text-decoration-color: #295200;
    cursor: hand;
    cursor: pointer;
}

section.content article.main .article-body a.expand-contact,
section.content .spc.textblock a.expand-contact,
section.content .intro a.expand-contact,
section.content .outro a.expand-contact,
section.content .grid-section a.expand-contact,
body.mce-content-body span.expand-contact {
    outline: 0 none !important;
    color: #360;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: #85ff0a;
    transition: all .2s ease-in-out 0s;
}

html.no-touch section.content article.main .article-body a.expand-contact:hover,
html.no-touch section.content .spc.textblock a.expand-contact:hover,
html.no-touch section.content .intro a.expand-contact:hover,
html.no-touch section.content .outro a.expand-contact:hover,
html.no-touch section.content .grid-section a.expand-contact:hover,
html.no-touch body.mce-content-body span.expand-contact:hover {
    color: #295200;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: #295200;
    cursor: hand;
    cursor: pointer;
}

section.content article.main .article-body p .button,
section.content article.main .article-body li .button,
section.content article.main .article-body figcaption .button,
section.content .spc.textblock p .button,
section.content .spc.textblock li .button,
section.content .spc.textblock figcaption .button,
section.content article.item p .button,
section.content article.item li .button,
section.content .intro p .button,
section.content .intro li .button,
section.content .outro p .button,
section.content .outro li .button,
section.content .grid-section p .button,
section.content .grid-section li .button,
body.mce-content-body p .button,
body.mce-content-body li .button,
body.mce-content-body figcaption .button {
    display: inline-block;
    height: auto;
    padding: 8px;
    margin: 0;
    line-height: 1;
    text-decoration: none !important;
    color: #fff;
    background-color: #360;
    border: 1px solid #360;
    border-radius: 1px;
    transition: all .75s ease;
}

html.no-touch section.content article.main .article-body p .button:hover,
html.no-touch section.content article.main .article-body li .button:hover,
html.no-touch section.content article.main .article-body figcaption .button:hover,
html.no-touch section.content .spc.textblock p .button:hover,
html.no-touch section.content .spc.textblock li .button:hover,
html.no-touch section.content .spc.textblock figcaption .button:hover,
html.no-touch section.content article.item p .button:hover,
html.no-touch section.content article.item li .button:hover,
html.no-touch section.content .intro p .button:hover,
html.no-touch section.content .intro li .button:hover,
html.no-touch section.content .outro p .button:hover,
html.no-touch section.content .outro li .button:hover,
html.no-touch section.content .grid-section p .button:hover,
html.no-touch section.content .grid-section li .button:hover,
html.no-touch body.mce-content-body p .button:hover,
html.no-touch body.mce-content-body li .button:hover,
html.no-touch body.mce-content-body figcaption .button:hover {
    text-decoration: none !important;
    background-color: #295200;
    border-color: #295200;
}

body.c9-article-page section.content article.main {
    margin-bottom: 2rem;
}

p.c9-pagebreak {
    display: none;
}

body.mce-content-body p.c9-pagebreak {
    position: relative;
    display: block;
    outline: 0 none !important;
    border-top: 2px dashed #7f7f7f;
    line-height: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    transition: all .2s ease-in-out 0s;
}

@media(min-width:970px) {
    body section.content .c9-width-center {
        max-width: 970px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media(max-width:991px) {
    section.content.c9-mainwrap {
        max-width: 736px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width:768px) {
    aside.c9-aside {
        float: right;
        width: 250px;
        max-width: 50%;
        margin: 0 0 1rem 1rem;
        padding: 0 0 0 .5rem;
        border-left: 2px solid #360;
    }
}

@media screen and (max-width:767px) {
    aside.c9-aside {
        margin: 1rem 0;
        padding: 1rem 0;
        border-top: 2px solid #360;
        border-bottom: 1px solid #360;
    }
}

aside.c9-aside * {
    margin-top: 0;
}

aside.c9-aside p:last-of-type {
    margin-bottom: 0;
}

figure.c9-figure {
    display: inline-flex;
    flex-direction: column;
    margin-bottom: 15px;
}

figure.c9-figure-left {
    float: left;
    margin-right: 1rem;
}

figure.c9-figure-right {
    float: right;
    margin-left: 1rem;
}

figcaption.c9-figcaption {
    padding: 4px 8px;
    background: #f4f6f8;
}

@media screen and (max-width:767px) {
    figure.c9-figure {
        display: block;
        clear: both;
        margin-bottom: 1rem;
    }
    figure.c9-figure-left,
    figure.c9-figure-right {
        float: none;
        margin-right: 0;
        margin-left: 0;
    }
}

@media screen and (max-width:479px) {
    figure.c9-figure img {
        max-width: none !important;
    }
}

.c9-multicol {
    margin-bottom: 15px;
}

.c9-multicol,
.c9-multicol-1 {
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-count: 1;
    -moz-column-gap: 0;
    column-count: 1;
    column-gap: 0;
}

.c9-multicol-2 {
    -webkit-column-count: 2;
    -webkit-column-gap: 3rem;
    -moz-column-count: 2;
    -moz-column-gap: 3rem;
    column-count: 2;
    column-gap: 3rem;
}

.c9-multicol-3 {
    -webkit-column-count: 3;
    -webkit-column-gap: 3rem;
    -moz-column-count: 3;
    -moz-column-gap: 3rem;
    column-count: 3;
    column-gap: 3rem;
}

.c9-multicol-4 {
    -webkit-column-count: 4;
    -webkit-column-gap: 3rem;
    -moz-column-count: 4;
    -moz-column-gap: 3rem;
    column-count: 4;
    column-gap: 3rem;
}

.c9-multicol-5 {
    -webkit-column-count: 5;
    -webkit-column-gap: 2rem;
    -moz-column-count: 5;
    -moz-column-gap: 2rem;
    column-count: 5;
    column-gap: 2rem;
}

.c9-multicol-6 {
    -webkit-column-count: 6;
    -webkit-column-gap: 2rem;
    -moz-column-count: 6;
    -moz-column-gap: 2rem;
    column-count: 6;
    column-gap: 2rem;
}

.c9-multicol-7 {
    -webkit-column-count: 7;
    -webkit-column-gap: 2rem;
    -moz-column-count: 7;
    -moz-column-gap: 2rem;
    column-count: 7;
    column-gap: 2rem;
}

.c9-multicol-8 {
    -webkit-column-count: 8;
    -webkit-column-gap: 1rem;
    -moz-column-count: 8;
    -moz-column-gap: 1rem;
    column-count: 8;
    column-gap: 1rem;
}

.c9-multicol-9 {
    -webkit-column-count: 9;
    -webkit-column-gap: 1rem;
    -moz-column-count: 9;
    -moz-column-gap: 1rem;
    column-count: 9;
    column-gap: 1rem;
}

.c9-multicol>h1,
.c9-multicol>h2,
.c9-multicol>h3,
.c9-multicol>h4,
.c9-multicol>h5,
.c9-multicol>h6 {
    margin-top: 0;
}

@media screen and (max-width:767px) {
    .c9-multicol {
        -webkit-column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-count: 1;
        -moz-column-gap: 0;
        column-count: 1;
        column-gap: 0;
    }
}

.c9-multipage {
    display: none;
}

.c9-multipage.active {
    display: block;
}

.c9-multitabs {
    border-bottom: 1px solid #bbb;
}

.c9-multitabs .c9-tab {
    display: inline-block;
    position: relative;
    padding: 4px 8px;
    margin: 1px 2px 0 0;
    color: #bbb;
    background-color: #eee;
    border: 1px solid #d6d6d6;
    border-bottom: none;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    transform: translateY(1px);
    z-index: 1;
}

.c9-multitabs a.c9-tab:first-of-type {
    margin-left: 4px;
}

.c9-multitabs a.c9-tab:last-of-type {
    margin-right: 4px;
}

.c9-multitabs .c9-tab.active {
    padding-top: 5px;
    margin-top: 0;
    color: #fff;
    background-color: #360;
    border: 1px solid #2e5c00;
}

html.no-touch .c9-multitabs .c9-tab:hover {
    cursor: hand;
    cursor: pointer;
    color: #fff !important;
    background-color: #295200 !important;
}

.row.c9-flex {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.row.c9-flex:before {
    content: none;
}

.c9-flex-order-1 {
    order: 1;
}

.c9-flex-order-2 {
    order: 2;
}

.apc.text-with-form .row.c9-flex {
    position: relative;
    float: none;
    clear: none;
}

.apc.text-with-form .row.c9-flex>div {
    float: none;
    clear: none;
    margin-top: 0;
    padding-top: 0;
}

.c9-ruler {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}

.c9-ruler.column,
.c9-ruler.columns {
    padding-left: .9375rem;
    padding-right: 0;
    border-right: .9375rem solid transparent;
}

.c9-ruler:after {
    display: inline-block;
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 100%;
    height: 1px;
    content: ' ';
    background-color: #ddd;
    margin-left: .9375rem;
}

@media screen and (max-width:640px) {
    .c9-ruler:after {
        content: none;
    }
}

h1.c9-ruler,
h2.c9-ruler,
h3.c9-ruler,
h4.c9-ruler,
h5.c9-ruler,
h6.c9-ruler,
.c9-ruler h1,
.c9-ruler h2,
.c9-ruler h3,
.c9-ruler h4,
.c9-ruler h5,
.c9-ruler h6 {
    display: inline-block;
}

.c9-ruler h1,
.c9-ruler h2,
.c9-ruler h3,
.c9-ruler h4,
.c9-ruler h5,
.c9-ruler h6 {
    margin: 0;
}

h2.c9-ruler {
    font-weight: normal;
    margin-top: 0;
}

section.content .main ul,
section.content .spc.textblock ul,
body.mce-content-body ul,
section.content .main ol,
section.content .spc.textblock ol,
body.mce-content-body ol,
section.content .intro .text ul,
body.mce-content-body .intro .text ul,
section.content .intro .text ol,
body.mce-content-body .intro .text ol {
    list-style: none;
    padding-left: 30px;
}

section.content .main ol,
section.content .spc.textblock ol,
body.mce-content-body ol,
section.content .intro .text ol,
body.mce-content-body .intro .text ol {
    counter-reset: item;
}

section.content .main li,
section.content .spc.textblock li,
body.mce-content-body li,
section.content .intro .text li,
body.mce-content-body .intro .text li {
    background: none;
    margin-bottom: 5px;
}

body.mce-content-body li::before,
body.mce-content-body li::after {
    box-sizing: border-box;
}

section.content .main ul>li::before,
section.content .spc.textblock ul>li::before,
body.mce-content-body ul>li::before,
section.content .intro .text ul>li::before,
body.mce-content-body .intro .text ul>li::before {
    content: "•";
    color: #2b5700;
    font-weight: bold;
    font-size: 22.4px;
    display: inline-block;
    width: 1em;
    margin-left: -1.5em;
    margin-right: .5em;
    text-align: right;
    vertical-align: top;
    direction: rtl;
    line-height: 22.4px;
}

.wf-fontawesome-n4-active section.content .main ul>li::before,
.wf-fontawesome-n4-active section.content .spc.textblock ul>li::before,
.wf-fontawesome-n4-active body.mce-content-body ul>li::before,
.wf-fontawesome-n4-active section.content .intro .text ul>li::before,
.wf-fontawesome-n4-active body.mce-content-body .intro .text ul>li::before {
    content: "";
    font-size: 10px;
    margin-left: -2em;
    margin-right: 1em;
    font-family: 'FontAwesome';
}

section.content .main ol>li::before,
section.content .spc.textblock ol>li::before,
body.mce-content-body ol>li::before,
section.content .intro .text ol>li::before,
body.mce-content-body .intro .text ol>li::before {
    counter-increment: item;
    content: counters(item, ".");
    color: #2b5700;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    width: 1em;
    margin-left: -1.5em;
    margin-right: .5em;
    text-align: -webkit-auto;
    direction: rtl;
    line-height: 22.4px;
    white-space: nowrap;
}

section.content .main li p,
section.content .spc.textblock li p,
body.mce-content-body li p,
section.content .intro .text li p,
body.mce-content-body .intro .text li p {
    line-height: normal;
}

section.content .main li p:last-child,
section.content .spc.textblock li p:last-child,
body.mce-content-body li p:last-child,
section.content .intro .text li p:last-child,
body.mce-content-body .intro .text li p:last-child {
    margin-bottom: 0;
}

body.mce-content-body td,
body.mce-content-body th,
body#tinymce td,
body#tinymce th {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: 400;
}

.wf-active body.mce-content-body td,
.wf-active body.mce-content-body th,
.wf-active body#tinymce td,
.wf-active body#tinymce th {
    font-family: var(--c9-webfont), Arial, Helvetica, sans-serif;
}

table,
table thead,
table tbody,
table tfoot,
table tr,
table tr th,
table tr td {
    border: none;
    border-collapse: collapse;
    background: none;
}

table tr th {
    vertical-align: bottom;
}

table tr td {
    vertical-align: top;
}

table tr th p,
table tr td p,
table tr td ul,
table tr td ol {
    margin-top: 0;
}

table tr th p:last-child,
table tr td p:last-child,
table tr td ul:last-child,
table tr td ol:last-child {
    margin-bottom: 0;
}

table tr th h1,
table tr th h2,
table tr th h3,
table tr th h4,
table tr th h5,
table tr th h6,
table tr td h1,
table tr td h2,
table tr td h3,
table tr td h4,
table tr td h5,
table tr td h6 {
    margin-top: 0;
}

table tr th h1:last-child,
table tr th h2:last-child,
table tr th h3:last-child,
table tr th h4:last-child,
table tr th h5:last-child,
table tr th h6:last-child,
table tr td h1:last-child,
table tr td h2:last-child,
table tr td h3:last-child,
table tr td h4:last-child,
table tr td h5:last-child,
table tr td h6:last-child {
    margin-bottom: 0;
}

.off-canvas {
    position: fixed;
    background: #f0f0f0;
    height: calc(100% - var(--c9-hh));
    margin-top: var(--c9-hh);
    padding: 0;
    backface-visibility: hidden;
    opacity: 0;
    transition: opacity .75s ease, transform .5s ease, height .5s ease, margin-top 0s ease;
    z-index: 6;
}

@media(max-width:480px) {
    .off-canvas {
        height: 100vh;
        margin-top: 0;
    }
}

.off-canvas .iwrap {
    height: 100%;
}

.off-canvas .row,
.off-canvas .container {
    margin: 0;
    padding: 0;
}

.position-right {
    top: 0;
    right: -250px;
    width: 250px;
    transform: translateX(0);
    overflow-y: auto;
}

.off-canvas .controls {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999999;
}

.off-canvas .controls .button {
    display: none;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0;
    margin: 0;
    width: 50px;
    height: 50px;
    background: none;
    transition: all .75s ease;
}

.off-canvas .controls .button.close {
    display: flex;
    text-shadow: none;
    opacity: 1;
}

.off-canvas .controls .button a {
    display: block;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #484848;
    transition: all .75s ease;
}

html.no-touch .off-canvas .controls .button:hover a {
    color: #360;
    cursor: hand;
    cursor: pointer;
}

.off-canvas .controls .button a.active {
    background: rgba(72, 72, 72, .8);
    color: #fff;
}

.off-canvas .controls .button em {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5rem;
}

.is-open {
    transform: translateX(-250px);
    opacity: 1;
    box-shadow: 0 5px 10px 0 rgba(10, 10, 10, .5);
}

.off-canvas .row.intro {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.off-canvas .row.intro .heading.main,
.off-canvas .row.outro .heading.main {
    line-height: 50px;
    margin: 0;
}

.off-canvas .row.intro.c9-separator:after,
.off-canvas .row.outro.c9-separator:after {
    margin-bottom: 2rem;
}

#off-canvas-filter nav.filter {
    padding: 0 15px;
}

#off-canvas-filter nav .inner {
    padding: 10px 0 0 10px;
}

@media(min-width:480px) {
    #off-canvas-navigation .row.intro .controls {
        display: none;
    }
}

.off-canvas .spc.forms,
.off-canvas .spc.forms form {
    background-color: #f0f0f0;
}

header .phone-links,
header .fax-links {
    display: flex;
    flex-direction: column;
    white-space: nowrap;
    align-items: flex-end;
}

header .phone-links .label,
header .fax-links .label {
    padding: inherit;
    font-size: 20px;
    font-weight: inherit;
    line-height: inherit;
    color: #c7162d;
    align-self: flex-end;
    white-space: inherit;
    vertical-align: inherit;
    border-radius: inherit;
}

header .phone-links .label:after,
header .fax-links .label:after {
    content: ': ';
}

header .phone-links a {
    line-height: normal;
    font-size: 18px;
    align-self: flex-end;
    color: #818386;
}

@media(max-width:640px) {
    header .phone-links .label,
    header .fax-links .label {
        font-size: 15px;
    }
    header .phone-links a {
        margin: 4px 0;
        font-size: 15px;
    }
    header .phone-links a:first-of-type {
        margin-top: 0;
    }
    header .phone-links a:last-of-type {
        margin-bottom: 0;
    }
}

header .navigation {
    height: auto;
}

header .navigation .reveal {
    height: auto;
}

header .navigation nav.main {
    height: 80px;
    transition: height .75s ease;
}

html.c9-scrolled header .navigation nav.main {
    height: 60px;
}

@media(max-width:640px),
(max-height:640px) and (orientation:landscape) {
    header .navigation nav.main {
        height: 50px;
    }
    html.c9-scrolled html.c9-scrolled header .navigation nav.main {
        height: 50px;
    }
}

header .navigation nav.secondary li {
    margin-left: 8px;
}

header .navigation nav.secondary li a.btn {
    position: relative;
    vertical-align: middle;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #000;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    width: 48px;
    height: 48px;
    font-size: 1.5rem;
    background: none;
    color: #fff;
    transition: all .75s ease;
}

@media(max-width:480px) {
    header .navigation nav.secondary li a.btn {
        width: 28px;
        height: 28px;
    }
}

header .navigation nav.secondary li a.btn i.button {
    display: inline-block;
    font-size: 28px;
    color: #484848;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .75s ease;
}

html.no-touch header .navigation nav.secondary li a.btn:hover i.button {
    color: #360;
}

header .header-iwrap .buttons {
    display: flex;
}

@media(max-width:991px) {
    header .header-iwrap .buttons {
        margin-left: auto;
        padding-left: 30px;
    }
}

header .header-iwrap .buttons .button {
    display: none;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0;
    margin: 0;
    margin-left: 8px;
    background: none;
    transition: all .75s ease;
}

header .header-iwrap .buttons .button.filter,
header .header-iwrap .buttons .button.search {
    display: flex;
}

@media screen and (max-width:991px) {
    header .header-iwrap .buttons .button.hbmenu {
        display: flex;
    }
}

header .header-iwrap .buttons .button a {
    display: block;
    width: 48px;
    height: 48px;
    padding: 0;
    margin: 0;
    color: #484848;
    transition: all .75s ease;
}

html.no-touch header .header-iwrap .buttons .button:hover a {
    color: #360;
    cursor: hand;
    cursor: pointer;
}

header .header-iwrap .buttons .button a.active {
    background: rgba(72, 72, 72, .8);
    color: #fff;
}

header .header-iwrap .buttons .button em {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5rem;
}

header .header-iwrap .buttons .button.hbmenu a.active em:before {
    content: '';
}

@media(min-width:992px) {
    header .container {
        max-width: 970px !important;
    }
}

header .phone-links a {
    color: #360;
    font-size: 22px;
}

header .header-iwrap .links {
    margin-left: auto;
    padding-left: 30px;
}

header .header-iwrap .links:empty {
    margin-left: 0;
    padding-left: 0;
}

@media(max-width:991px) {
    header .header-iwrap .buttons:empty {
        margin-left: 0;
        padding-left: 0;
    }
}

.row.intro {
    margin-top: 0 !important;
    margin-bottom: 2rem !important;
}

.row.outro {
    margin-top: 2rem !important;
    margin-bottom: 0 !important;
}

.spc.c9-width-center .row.intro .info,
.spc.c9-width-center .row.outro .info {
    padding-left: 0;
    padding-right: 0;
}

.row.intro .heading.main,
.row.outro .heading.main,
.spc.intro .heading.main,
.spc.outro .heading.main {
    margin-bottom: 0;
}

.row.intro .secondary-heading,
.row.outro .secondary-heading,
.spc.intro .secondary-heading,
.spc.outro .secondary-heading {
    font-style: normal;
    font-size: 1.25rem;
    margin-bottom: .5rem;
}

.row.intro .secondary-heading:last-child,
.row.outro .secondary-heading:last-child,
.spc.intro .secondary-heading:last-child,
.spc.outro .secondary-heading:last-child {
    margin-bottom: 0;
}

.row.intro.c9-separator:not(.c9-separator-ruler):after,
.row.outro.c9-separator:not(.c9-separator-ruler):after,
.spc.intro .row.c9-separator:not(.c9-separator-ruler):after,
.spc.outro .row.c9-separator:not(.c9-separator-ruler):after {
    background: none repeat scroll 0 0 #52a300;
    bottom: -10px;
    content: "";
    display: block;
    position: relative;
    margin-bottom: 3rem;
}

.row.intro.c9-separator.c9-separator-wide:after,
.row.outro.c9-separator.c9-separator-wide:after,
.spc.intro .row.c9-separator.c9-separator-wide:after,
.spc.outro .row.c9-separator.c9-separator-wide:after {
    width: calc(100% - 30px);
    height: 1px;
    margin-left: 15px;
}

.spc.c9-width-center .row.intro.c9-separator.c9-separator-wide:after,
.spc.c9-width-center .row.outro.c9-separator.c9-separator-wide:after {
    width: 100%;
    margin-left: 0;
}

.row.intro.c9-separator.c9-separator-small:after,
.row.outro.c9-separator.c9-separator-small:after,
.spc.intro .row.c9-separator.c9-separator-small:after,
.spc.outro .row.c9-separator.c9-separator-small:after {
    left: -moz-calc(50% - 25px);
    left: calc(50% - 25px);
    width: 50px;
    height: 2px;
}

@media(min-width:1200px) {
    .row.intro .heading.main,
    .row.outro .heading.main,
    .spc.intro .heading.main,
    .spc.outro .heading.main {
        font-size: 40px;
        font-weight: 300;
    }
    main#content section.content.apc.standard-components:first-child .spc.intro .heading.main,
    main#content section.content.apc.banner:first-child+section.content.apc.standard-components .spc.intro .heading.main,
    main#content section.content.apc.standard-components:first-child .spc.outro .heading.main,
    main#content section.content.apc.banner:first-child+section.content.apc.standard-components .spc.outro .heading.main {
        font-size: 48px;
    }
    section.content.apc.intro .row.intro .heading.main,
    section.content.apc.outro .row.outro .heading.main {
        font-size: 48px;
    }
    .off-canvas .row.intro .heading.main,
    .off-canvas .row.outro .heading.main,
    .off-canvas .spc.intro .heading.main,
    .off-canvas .spc.outro .heading.main {
        font-size: 28px;
        font-weight: 400;
    }
    .row.intro .text,
    .row.outro .text,
    .spc.intro .text,
    .spc.outro .text {
        font-size: 20px;
    }
}

@media(max-width:969px) {
    .spc.c9-width-center .row.intro,
    .spc.c9-width-center .row.outro {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.intro .heading.main .c9-separator,
.outro .heading.main .c9-separator,
.intro .secondary-heading .c9-separator,
.outro .secondary-heading .c9-separator {
    display: inline-block;
}

.intro .heading.main .c9-separator+br,
.outro .heading.main .c9-separator+br,
.intro .secondary-heading .c9-separator+br,
.outro .secondary-heading .c9-separator+br {
    display: none;
}

.intro .heading.main .c9-separator:before,
.outro .heading.main .c9-separator:before,
.intro .secondary-heading .c9-separator:before,
.outro .secondary-heading .c9-separator:before {
    display: inline-block;
    position: static;
    content: " ";
}

.intro .heading.main .c9-separator:after,
.outro .heading.main .c9-separator:after,
.intro .secondary-heading .c9-separator:after,
.outro .secondary-heading .c9-separator:after {
    display: inline-block;
    position: static;
    content: " ";
}

@media(max-width:767px) {
    .intro .heading.main .c9-separator,
    .outro .heading.main .c9-separator,
    .intro .secondary-heading .c9-separator,
    .outro .secondary-heading .c9-separator {
        display: none;
    }
    .intro .heading.main .c9-separator+br,
    .outro .heading.main .c9-separator+br,
    .intro .secondary-heading .c9-separator+br,
    .outro .secondary-heading .c9-separator+br {
        display: inline;
    }
    .intro .heading.main .c9-separator:before,
    .outro .heading.main .c9-separator:before,
    .intro .secondary-heading .c9-separator:before,
    .outro .secondary-heading .c9-separator:before {
        content: none;
    }
    .intro .heading.main .c9-separator:after,
    .outro .heading.main .c9-separator:after,
    .intro .secondary-heading .c9-separator:after,
    .outro .secondary-heading .c9-separator:after {
        display: inline-block;
        position: static;
        content: " ";
    }
}

.apc.banner.c9-hero.takeover.c9-noheader-overlay {
    max-height: calc(100vh - var(--c9-hh));
}

.apc.banner.c9-hero.c9-noheader-overlay .item.takeover {
    height: calc(var(--c9-bht) - var(--c9-hh));
}

.apc.banner.c9-hero .animation-slide .slick-slide.c9-slick-init {
    transform: translateX(100%);
    transition: all 0s ease-out;
}

.apc.banner.c9-hero .animation-slide .slick-slide.c9-slick-init.c9-slick-active {
    transform: translateX(0);
    transition: all 1.5s ease-out;
}

.apc.banner.c9-hero .item .image.lazyloaded {
    filter: saturate(100%) blur(0) opacity(1) brightness(var(--c9-bib));
}

.apc.banner.c9-hero .intro .info,
.apc.banner.c9-hero .outro .info {
    position: static;
}

.slick-slide .info {
    opacity: 0;
}

.slick-slide.slick-active .info {
    opacity: 1;
}

@media(min-width:1200px) {
    .apc.banner.c9-hero .slick-dotted .item .info .row {
        padding-bottom: 30px;
    }
    .apc.banner.c9-hero .item.c9-scrollprompted .info .row {
        padding-bottom: 60px;
    }
    .apc.banner.c9-hero .slick-dotted .item.c9-scrollprompted .info .row {
        padding-bottom: 90px;
    }
    .apc.banner.c9-hero .info .heading.main,
    .apc.banner.c9-hero .info .heading.main .line {
        font-size: 60px;
        font-weight: 400;
    }
    .apc.banner.c9-hero .info .secondary-heading {
        font-size: 32px;
        font-weight: 400;
    }
}

.apc.banner.c9-hero .info .heading.main+.link {
    margin-top: 1rem;
}

.apc.banner.c9-hero .info a.btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: .85em 1em;
    -webkit-appearance: none;
    border-radius: 1px;
    font-size: .9em;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    border: 1px solid #fff;
    transition: all .25s ease, background-color .25s ease-out, color .25s ease-out;
}

.apc.banner.c9-hero .info a.btn:after {
    position: absolute;
    right: .1rem;
    content: "";
    font-family: LineAwesome;
    color: transparent;
    opacity: 0;
    transition: all .75s ease;
}

html.no-touch .apc.banner.c9-hero .info a.btn:hover {
    background: rgba(255, 255, 255, .7);
    color: #484848;
}

html.no-touch .apc.banner.c9-hero .info a.btn:hover:after {
    color: #484848;
    opacity: 1;
}

@media(max-width:480px),
(max-height:640px) and (orientation:landscape) {
    .apc.banner.c9-hero .item .info .row,
    .apc.banner.c9-hero .item.takeover .info .row {
        align-items: flex-end !important;
        justify-content: flex-end !important;
        padding-top: 0;
        padding-bottom: 45px;
    }
    .apc.banner.c9-hero .item .info .row>div:first-of-type,
    .apc.banner.c9-hero .item.takeover .info .row>div:first-of-type {
        width: 100%;
        align-items: flex-start !important;
        justify-content: flex-end !important;
    }
    .apc.banner ul.slick-dots {
        bottom: 0;
        height: 20px;
        line-height: 12px;
    }
    .apc.banner .scroll-prompt {
        bottom: 20px;
        height: 30px;
    }
    .apc.banner .scroll-prompt a {
        height: 30px;
    }
    .apc.banner .scroll-prompt a i {
        line-height: 30px;
        height: 30px;
    }
}

.apc.banner.c9-hero .item .info-content .secondary-heading.rotator {
    display: flex;
    flex-direction: row;
}

.apc.banner.c9-hero .item .info-content .secondary-heading.rotator ul {
    position: relative;
    display: flex;
    height: 100%;
    line-height: 1;
    margin: 0;
    padding: 0;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-left: 10px;
}

.apc.banner.c9-hero .item .info-content .secondary-heading.rotator ul li {
    position: absolute;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    width: auto;
    top: 0;
    opacity: 0;
    animation: c9-rotator-subheading calc(var(--c9-rotate)*var(--c9-cycle)*1s) infinite linear;
}

.apc.banner.c9-hero .item .info-content .secondary-heading.rotator ul li.item-0 {
    animation-delay: 0s;
}

.apc.banner.c9-hero .item .info-content .secondary-heading.rotator ul li.item-1 {
    animation-delay: calc(var(--c9-rotate)*1s);
}

.apc.banner.c9-hero .item .info-content .secondary-heading.rotator ul li.item-2 {
    animation-delay: calc(var(--c9-rotate)*2s);
}

.apc.banner.c9-hero .item .info-content .secondary-heading.rotator ul li.item-3 {
    animation-delay: calc(var(--c9-rotate)*3s);
}

.apc.banner.c9-hero .item .info-content .secondary-heading.rotator ul li.item-4 {
    animation-delay: calc(var(--c9-rotate)*4s);
}

.apc.banner.c9-hero .item .info-content .secondary-heading.rotator ul li.item-5 {
    animation-delay: calc(var(--c9-rotate)*5s);
}

.apc.banner.c9-hero .item .info-content .secondary-heading.rotator ul li.item-6 {
    animation-delay: calc(var(--c9-rotate)*6s);
}

.apc.banner.c9-hero .item .info-content .secondary-heading.rotator ul li.item-7 {
    animation-delay: calc(var(--c9-rotate)*7s);
}

.apc.banner.c9-hero .item .info-content .secondary-heading.rotator ul li.item-8 {
    animation-delay: calc(var(--c9-rotate)*8s);
}

.apc.banner.c9-hero .item .info-content .secondary-heading.rotator ul li.item-9 {
    animation-delay: calc(var(--c9-rotate)*9s);
}

.c9-sc-benefit.c9-vertical .row.c9-flex {
    -webkit-flex-direction: column;
    flex-direction: column;
}

.c9-sc-benefit article.item {
    padding: 0 .9375rem 2rem !important;
    margin: 0 !important;
}

.c9-sc-benefit article.item .iwrap {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
    min-height: 100%;
    background: none;
    padding: 0;
    overflow: hidden;
    isolation: isolate;
}

.c9-sc-benefit article.item.issplit .iwrap {
    flex-direction: row;
}

.c9-sc-benefit article.item.issplit .iwrap .c9-split-headings {
    width: 40%;
    min-width: 40%;
}

.c9-sc-benefit article.item.issplit .iwrap .c9-split-content {
    position: relative;
    width: 60%;
}

.c9-sc-benefit article.item a.link {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.c9-sc-benefit article.item .headings {
    background: none;
    padding: 0 1em;
}

.c9-sc-benefit article.item.isflipheadings .headings {
    position: relative;
    transform-style: preserve-3d;
}

.c9-sc-benefit article.item .headings .image {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0;
    padding-top: calc(100%*var(--c9-img-ratio));
    border-radius: var(--c9-img-radius);
    background-color: #fff;
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    mix-blend-mode: darken;
    -moz-transition: all .75s ease;
    -webkit-transition: all .75s ease;
    transition: all .75s ease;
}

.c9-sc-benefit article.item.isflipheadings .headings .image {
    webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 1;
}

.c9-sc-benefit article.item.isbox .headings .image {
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
}

html.no-touch .c9-sc-benefit article.item.islinked .iwrap:hover .headings .image {
    filter: brightness(125%) saturate(110%);
}

.c9-sc-benefit article.item.isflipheadings .iwrap.hover .headings .image,
html.no-touch .c9-sc-benefit article.item.isflipheadings .iwrap:hover .headings .image {
    transform: rotateY(180deg);
    opacity: 0;
}

.c9-sc-benefit article.item .headings h3 {
    font-size: 1.6em;
    font-weight: normal;
    color: #484848;
    transition: all .5s ease;
}

.c9-sc-benefit article.item .headings .fa,
.c9-sc-benefit article.item .headings .la {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    text-shadow: none;
    background: none;
    color: #360;
    border: none;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    line-height: 80px;
}

.c9-sc-benefit article.item .headings .fa,
.c9-sc-benefit article.item .headings .la {
    background: #818386;
    color: #fff;
    -moz-transition: all .75s ease;
    -webkit-transition: all .75s ease;
    transition: all .75s ease;
}

html.no-touch .c9-sc-benefit article.item.islinked .iwrap:hover .headings .fa,
html.no-touch .c9-sc-benefit article.item.islinked .iwrap:hover .headings .la {
    background: #717376;
}

.c9-sc-benefit article.item .headings .fa {
    font-size: 48px;
}

.c9-sc-benefit article.item .headings .la {
    font-size: 60px;
}

.c9-sc-benefit article.item .content {
    position: relative;
    height: 100%;
    padding: 0 .9375rem;
    background: #f4f6f8;
    border: 1px solid #e5eaee;
    transition: all .5s ease;
}

.c9-sc-benefit article.item.isflipheadings .content.flipped {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    border-color: transparent;
    border-width: 0;
    border: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: rotateY(180deg);
    opacity: 0;
    transition: all .75s ease;
}

.c9-sc-benefit article.item.isflipheadings .content.flipped .shape {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.c9-sc-benefit article.item.isflipheadings .content.flipped .shape-left {
    float: left;
    height: 100%;
    width: 50%;
    clear: none;
}

.c9-sc-benefit article.item.isflipheadings .content.flipped .shape-right {
    float: right;
    height: 100%;
    width: 50%;
    clear: none;
}

.c9-sc-benefit article.item.isflipheadings .content.flipped .text {
    margin: auto 0;
    height: 100%;
    clear: none;
}

.c9-sc-benefit article.item.isflipheadings .content.flipped .text *:last-child {
    margin-bottom: 0;
}

.c9-sc-benefit article.item.isbox .content {
    padding: 0 .9375rem .9375rem;
}

.c9-sc-benefit article.item.iscta .content {
    padding-bottom: 4rem;
}

.c9-sc-benefit article.item.isbutton .content {
    padding-bottom: 4rem;
}

.c9-sc-benefit article.item.isbutton.iscta .content {
    padding-bottom: 7rem;
}

.c9-sc-benefit article.item .content:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    background: none;
}

.c9-sc-benefit article.item .content>h3,
.c9-sc-benefit article.item .content>h4,
.c9-sc-benefit article.item .content>h5,
.c9-sc-benefit article.item .content>h6 {
    position: relative;
    font-size: 1.6em;
    font-weight: normal;
    transition: all .5s ease;
}

.c9-sc-benefit article.item.text-xlarge .content>h3,
.c9-sc-benefit article.item.text-xlarge .content>h4,
.c9-sc-benefit article.item.text-xlarge .content>h5,
.c9-sc-benefit article.item.text-xlarge .content>h6 {
    font-size: 50px;
    font-weight: 300;
}

html.no-touch .c9-sc-benefit article.item.islinked:not(.text-xlarge) .iwrap:hover .content>h3,
html.no-touch .c9-sc-benefit article.item.islinked:not(.text-xlarge) .iwrap:hover .content>h4,
html.no-touch .c9-sc-benefit article.item.islinked:not(.text-xlarge) .iwrap:hover .content>h5,
html.no-touch .c9-sc-benefit article.item.islinked:not(.text-xlarge) .iwrap:hover .content>h6 {
    color: #2b5700;
}

.c9-sc-benefit article.item.islinked:not(.isbutton) .content>h3:after,
.c9-sc-benefit article.item.islinked:not(.isbutton) .content>h4:after,
.c9-sc-benefit article.item.islinked:not(.isbutton) .content>h5:after,
.c9-sc-benefit article.item.islinked:not(.isbutton) .content>h6:after {
    content: '';
    font-family: "lineawesome";
    font-size: .75em;
    position: absolute;
    right: 0;
    top: 0;
    line-height: normal;
    -webkit-transform: translate3d(0, 37.5%, 0);
    transform: translate3d(0, 37.5%, 0);
    opacity: .5;
    transition: all .5s ease;
}

.c9-sc-benefit article.item.isflipheadings .iwrap.hover .content.flipped,
html.no-touch .c9-sc-benefit article.item.isflipheadings .iwrap:hover .content.flipped {
    transform: rotateY(0deg);
    opacity: 1;
}

@-webkit-keyframes bounceRightLeft {
    50% {
        -webkit-transform: translate3d(10px, 37.5%, 0);
        transform: translate3d(10px, 37.5%, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 37.5%, 0);
        transform: translate3d(0, 37.5%, 0);
    }
}

@keyframes bounceRightLeft {
    50% {
        -webkit-transform: translate3d(10px, 37.5%, 0);
        transform: translate3d(10px, 37.5%, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 37.5%, 0);
        transform: translate3d(0, 37.5%, 0);
    }
}

html.no-touch .c9-sc-benefit article.item.islinked:not(.isbutton) .iwrap:hover .content>h3:after,
html.no-touch .c9-sc-benefit article.item.islinked:not(.isbutton) .iwrap:hover .content>h3:after,
html.no-touch .c9-sc-benefit article.item.islinked:not(.isbutton) .iwrap:hover .content>h4:after,
html.no-touch .c9-sc-benefit article.item.islinked:not(.isbutton) .iwrap:hover .content>h5:after {
    animation-duration: 1s;
    animation-name: bounceRightLeft;
    opacity: 1;
    content: '';
}

.c9-sc-benefit article.item .content .text p a {
    position: relative;
    z-index: 3;
}

.c9-sc-benefit article.item .footer {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0 1em 1em 1em;
}

.c9-sc-benefit article.item .cta {
    padding: 5px 0 15px;
}

.c9-sc-benefit article.item .cta .text {
    margin: 0;
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.1em;
    color: #2b5700;
    transition: all .5s ease;
}

html.no-touch .c9-sc-benefit article.item.islinked .iwrap:hover .cta .text {
    color: #360;
}

.c9-sc-benefit article.item .footer .button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: .85em 1em;
    -webkit-appearance: none;
    border-radius: 0;
    font-size: .9em;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background: rgba(128, 128, 128, .05);
    color: #484848;
    border: 1px solid #a4a4a4;
    transition: all .25s ease, background-color .25s ease-out, color .25s ease-out;
}

.c9-sc-benefit article.item .footer .button:after {
    position: absolute;
    right: .1rem;
    content: "";
    font-family: LineAwesome;
    color: transparent;
    opacity: 0;
    transition: all .75s ease;
}

html.no-touch .c9-sc-benefit article.item.islinked .iwrap:hover .button {
    background: #484848;
    color: #fff;
    border: 1px solid #484848;
}

html.no-touch .c9-sc-benefit article.item.islinked .iwrap:hover .button:after {
    color: #fff;
    opacity: 1;
}

html.no-touch .c9-sc-benefit article.item.islinked .iwrap:hover .headings h3 {
    color: #2b5700;
}

html.no-touch .c9-sc-benefit article.item.islinked .iwrap:hover .content {
    border-color: #dfe5eb;
    box-shadow: inset 0 0 50px 0 rgba(223, 229, 235, .75);
}

html.no-touch .c9-sc-benefit article.item.islinked .iwrap:hover .content:before {
    box-shadow: 1px 1px 0 rgba(0, 0, 0, .1);
}

@media screen and (max-width:992px) {
    .c9-sc-benefit article.item:not(.issplit),
    .promo-pods.c9-sc-benefit article.item:not(.issplit) {
        width: 33.3333333%;
    }
}

@media screen and (max-width:768px) {
    .c9-sc-benefit article.item:not(.issplit),
    .promo-pods.c9-sc-benefit article.item:not(.issplit) {
        width: 50%;
    }
}

@media screen and (max-width:640px) {
    .c9-sc-benefit article.item,
    .promo-pods.c9-sc-benefit article.item {
        width: 100% !important;
    }
    .c9-sc-benefit article.item.issplit .iwrap,
    .promo-pods.c9-sc-benefit article.item.issplit .iwrap {
        flex-wrap: wrap;
    }
    .c9-sc-benefit article.item.issplit .c9-split,
    .promo-pods.c9-sc-benefit article.item.issplit .c9-split {
        width: 100%;
    }
    .c9-sc-benefit article.item.issplit .content,
    .promo-pods.c9-sc-benefit article.item.issplit .content {
        padding: .9375rem 0;
    }
}

.c9-sc-card.c9-vertical .row.c9-flex {
    -webkit-flex-direction: column;
    flex-direction: column;
}

.c9-sc-card article.item {
    padding: 0 .9375rem 2rem !important;
    margin: 0 !important;
}

.c9-sc-card article.item .iwrap {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
    min-height: 100%;
    background: none;
    padding: 0;
    overflow: hidden;
    isolation: isolate;
}

.c9-sc-card article.item.issplit .iwrap {
    flex-direction: row;
}

.c9-sc-card article.item.nocontent.iscta .iwrap {
    padding-bottom: 2rem;
}

.c9-sc-card article.item.nocontent.isbutton .iwrap {
    padding-bottom: 4rem;
}

.c9-sc-card article.item.nocontent.iscta.isbutton .iwrap {
    padding-bottom: 6rem;
}

.c9-sc-card article.item.issplit .c9-split.left,
.promo-pods.c9-sc-card article.item.issplit .c9-split.left {
    order: 1;
}

.c9-sc-card article.item.issplit .c9-split.right,
.promo-pods.c9-sc-card article.item.issplit .c9-split.right {
    order: 2;
}

.c9-sc-card article.item.issplit .iwrap .c9-split-headings {
    width: 40%;
    min-width: 40%;
}

.c9-sc-card article.item.issplit .iwrap .c9-split-content {
    position: relative;
    width: 60%;
}

.c9-sc-card article.item.islinkedMedia .iwrap:before {
    opacity: 0;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, .4);
    -moz-transition: all .75s ease;
    -webkit-transition: all .75s ease;
    transition: all .75s ease;
}

html.no-touch .c9-sc-card article.item.islinkedMedia .iwrap:hover:before {
    opacity: 1;
}

.c9-sc-card article.item.islinkedMedia .iwrap:after {
    opacity: 0;
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    color: #fff;
    font-family: "Ionicons";
    font-size: 60px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-transition: all .75s ease;
    -webkit-transition: all .75s ease;
    transition: all .75s ease;
}

html.touch .c9-sc-card article.item.islinkedMedia .iwrap:after {
    opacity: 1;
}

html.no-touch .c9-sc-card article.item.islinkedMedia .iwrap:hover:after {
    opacity: 1;
}

.ekko-lightbox .modal-dialog {
    max-width: unset !important;
}

.ekko-lightbox .ekko-lightbox-container {
    height: unset !important;
}

@media(min-width:1200px) {
    .ekko-lightbox .modal-header,
    .ekko-lightbox .modal-body,
    .ekko-lightbox .modal-content,
    .ekko-lightbox .modal-footer,
    .ekko-lightbox .modal-dialog {
        min-width: 90%;
        max-width: 90%;
    }
}

.ekko-lightbox .modal-footer .c9-button {
    display: inline-block;
    position: relative;
    background-color: #df2927;
    color: #fff;
    padding: 1rem;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    line-height: 22px;
    text-decoration-line: none;
    z-index: 3;
}

html.no-touch .ekko-lightbox .modal-footer .c9-button:hover {
    text-decoration-line: none !important;
    color: #fff;
}

.c9-sc-card article.item .iwrap.image {
    background-size: cover;
}

.c9-sc-card article.item a.link {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    z-index: 2;
}

.c9-sc-card article.item .title {
    margin: 0;
}

.c9-sc-card article.item .headings {
    background: none;
}

.c9-sc-card article.item.isflipheadings .headings {
    position: relative;
    transform-style: preserve-3d;
}

.c9-sc-card article.item .headings .fa,
.c9-sc-card article.item .headings .la {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    text-shadow: none;
    background: none;
    color: #360;
    border: none;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    line-height: 80px;
}

.c9-sc-card article.item .headings .fa,
.c9-sc-card article.item .headings .la {
    background: #818386;
    color: #fff;
    -moz-transition: all .75s ease;
    -webkit-transition: all .75s ease;
    transition: all .75s ease;
}

html.no-touch .c9-sc-card article.item.islinked .iwrap:hover .headings .fa,
html.no-touch .c9-sc-card article.item.islinked .iwrap:hover .headings .la {
    background: #717376;
}

.c9-sc-card article.item .headings .fa {
    font-size: 48px;
}

.c9-sc-card article.item .headings .la {
    font-size: 60px;
}

.c9-sc-card article.item .headings .image {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0;
    padding-top: calc(100%*var(--c9-img-ratio, 1));
    border-radius: var(--c9-img-radius);
    background-color: #fff;
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    mix-blend-mode: darken;
    -moz-transition: all .75s ease;
    -webkit-transition: all .75s ease;
    transition: all .75s ease;
}

.c9-sc-card article.item.isflipheadings .headings .image {
    webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 1;
}

.c9-sc-card article.item.isbox .headings .image {
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
}

html.no-touch .c9-sc-card article.item.islinked .iwrap:hover .headings .image {
    filter: brightness(125%) saturate(110%);
}

.c9-sc-card article.item.isflipheadings .iwrap.hover .headings .image,
html.no-touch .c9-sc-card article.item.isflipheadings .iwrap:hover .headings .image {
    transform: rotateY(180deg);
    opacity: 0;
}

.c9-sc-card article.item .content {
    position: relative;
    height: 100%;
    padding: 0 .9375rem .9375rem;
    background: #ddd;
    transition: all .5s ease;
}

.c9-sc-card article.item.isflipheadings .content.flipped {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    border-color: transparent;
    border-width: 0;
    border: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: rotateY(180deg);
    opacity: 0;
    transition: all .75s ease;
}

.c9-sc-card article.item.isflipheadings .content.flipped .shape {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.c9-sc-card article.item.isflipheadings .content.flipped .shape-left {
    float: left;
    height: 100%;
    width: 50%;
    clear: none;
}

.c9-sc-card article.item.isflipheadings .content.flipped .shape-right {
    float: right;
    height: 100%;
    width: 50%;
    clear: none;
}

.c9-sc-card article.item.isflipheadings .content.flipped .text {
    margin: auto 0;
    height: 100%;
    clear: none;
}

.c9-sc-card article.item.isflipheadings .content.flipped .text *:last-child {
    margin-bottom: 0;
}

.c9-sc-card article.item .content>h3,
.c9-sc-card article.item .content>h4,
.c9-sc-card article.item .content>h5,
.c9-sc-card article.item .content>h6 {
    position: relative;
    font-size: 1.6em;
    font-weight: normal;
    transition: all .5s ease;
}

.c9-sc-card article.item.text-xlarge .content>h3,
.c9-sc-card article.item.text-xlarge .content>h4,
.c9-sc-card article.item.text-xlarge .content>h5,
.c9-sc-card article.item.text-xlarge .content>h6 {
    font-size: 50px;
    font-weight: 300;
}

html.no-touch .c9-sc-card article.item.islinked:not(.text-xlarge) .iwrap:hover .content>h3,
html.no-touch .c9-sc-card article.item.islinked:not(.text-xlarge) .iwrap:hover .content>h4,
html.no-touch .c9-sc-card article.item.islinked:not(.text-xlarge) .iwrap:hover .content>h5,
html.no-touch .c9-sc-card article.item.islinked:not(.text-xlarge) .iwrap:hover .content>h6 {
    color: #2b5700;
}

.c9-sc-card article.item.islinked:not(.isbutton) .content>h3:after,
.c9-sc-card article.item.islinked:not(.isbutton) .content>h4:after,
.c9-sc-card article.item.islinked:not(.isbutton) .content>h5:after,
.c9-sc-card article.item.islinked:not(.isbutton) .content>h6:after {
    content: '';
    font-family: "lineawesome";
    font-size: .75em;
    position: absolute;
    right: 0;
    top: 0;
    line-height: normal;
    -webkit-transform: translate3d(0, 37.5%, 0);
    transform: translate3d(0, 37.5%, 0);
    opacity: .5;
    transition: all .5s ease;
}

.c9-sc-card article.item.isflipheadings .iwrap.hover .content.flipped,
html.no-touch .c9-sc-card article.item.isflipheadings .iwrap:hover .content.flipped {
    transform: rotateY(0deg);
    opacity: 1;
}

@-webkit-keyframes bounceRightLeft {
    50% {
        -webkit-transform: translate3d(10px, 37.5%, 0);
        transform: translate3d(10px, 37.5%, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 37.5%, 0);
        transform: translate3d(0, 37.5%, 0);
    }
}

@keyframes bounceRightLeft {
    50% {
        -webkit-transform: translate3d(10px, 37.5%, 0);
        transform: translate3d(10px, 37.5%, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 37.5%, 0);
        transform: translate3d(0, 37.5%, 0);
    }
}

html.no-touch .c9-sc-card article.item.islinked:not(.isbutton) .iwrap:hover .content>h3:after,
html.no-touch .c9-sc-card article.item.islinked:not(.isbutton) .iwrap:hover .content>h3:after,
html.no-touch .c9-sc-card article.item.islinked:not(.isbutton) .iwrap:hover .content>h4:after,
html.no-touch .c9-sc-card article.item.islinked:not(.isbutton) .iwrap:hover .content>h5:after {
    animation-duration: 1s;
    animation-name: bounceRightLeft;
    opacity: 1;
    content: '';
}

.c9-sc-card article.item.text-xlarge .content .text {
    font-size: 21px;
    font-weight: 300;
}

.c9-sc-card article.item .iwrap.image .content {
    background: none;
}

.c9-sc-card article.item.isbox .content {
    padding: 0 .9375rem .9375rem;
}

.c9-sc-card article.item.iscta .content {
    padding-bottom: 4rem;
}

.c9-sc-card article.item.isbutton .content {
    padding-bottom: 4rem;
}

.c9-sc-card article.item.isbutton.iscta .content {
    padding-bottom: 6rem;
}

.c9-sc-card article.item .content:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    background: none;
}

.c9-sc-card article.item .footer {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0 1rem 1rem 1rem;
}

.c9-sc-card article.item.nocontent .footer {
    padding: 0;
}

.c9-sc-card article.item.nocontent.isbox .footer {
    padding: 0 1rem;
}

.c9-sc-card article.item .cta {
    padding: 5px 0;
}

.c9-sc-card article.item .cta .text {
    margin: 0;
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.1em;
    color: #2b5700;
    transition: all .5s ease;
}

html.no-touch .c9-sc-card article.item.islinked .iwrap:hover .cta .text {
    color: #360;
}

.c9-sc-card article.item .footer .button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: .85em 1em;
    -webkit-appearance: none;
    border-radius: 0;
    font-size: .9em;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background: rgba(128, 128, 128, .05);
    color: #484848;
    border: 1px solid #a4a4a4;
    transition: all .25s ease, background-color .25s ease-out, color .25s ease-out;
}

.c9-sc-card article.item .footer .button:after {
    position: absolute;
    right: .1rem;
    content: "";
    font-family: LineAwesome;
    color: transparent;
    opacity: 0;
    transition: all .75s ease;
}

html.no-touch .c9-sc-card article.item.islinked .iwrap:hover .button {
    background: #484848;
    color: #fff;
    border: 1px solid #484848;
}

html.no-touch .c9-sc-card article.item.islinked .iwrap:hover .button:after {
    color: #fff;
    opacity: 1;
}

html.no-touch .c9-sc-card article.item.islinked .iwrap:hover .content {
    border-color: #dfe5eb;
}

@media screen and (max-width:992px) {
    .c9-sc-card article.item,
    .promo-pods.c9-sc-card article.item {
        width: 33.3333333%;
    }
    .c9-sc-card article.item.items-2,
    .promo-pods.c9-sc-card article.item.items-2 {
        width: 50%;
    }
    .c9-sc-card article.item.items-1,
    .promo-pods.c9-sc-card article.item.items-1 {
        width: 100%;
    }
    .c9-sc-card article.item.span-2,
    .promo-pods.c9-sc-card article.item.span-2 {
        width: 66.6666666%;
    }
    .c9-sc-card article.item.span-3,
    .promo-pods.c9-sc-card article.item.span-3,
    .c9-sc-card article.item.span-4,
    .promo-pods.c9-sc-card article.item.span-4 {
        width: 100%;
    }
    .c9-sc-card article.item:not(.issplit),
    .promo-pods.c9-sc-card article.item:not(.issplit) {
        width: 33.3333333%;
    }
    .c9-sc-card article.item.items-2:not(.issplit),
    .promo-pods.c9-sc-card article.item.items-2:not(.issplit) {
        width: 50%;
    }
    .c9-sc-card article.item.items-1:not(.issplit),
    .promo-pods.c9-sc-card article.item.items-1:not(.issplit) {
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    .c9-sc-card article.item,
    .promo-pods.c9-sc-card article.item {
        width: 50%;
    }
    .c9-sc-card article.item.items-1,
    .promo-pods.c9-sc-card article.item.items-1 {
        width: 100%;
    }
    .c9-sc-card article.item.span-2,
    .promo-pods.c9-sc-card article.item.span-2,
    .c9-sc-card article.item.span-3,
    .promo-pods.c9-sc-card article.item.span-3,
    .c9-sc-card article.item.span-4,
    .promo-pods.c9-sc-card article.item.span-4 {
        width: 100%;
    }
    .c9-sc-card article.item:not(.issplit),
    .promo-pods.c9-sc-card article.item:not(.issplit) {
        width: 50%;
    }
    .c9-sc-card article.item.items-1:not(.issplit),
    .promo-pods.c9-sc-card article.item.items-1:not(.issplit) {
        width: 100%;
    }
}

@media screen and (max-width:640px) {
    .c9-sc-card article.item,
    .promo-pods.c9-sc-card article.item {
        width: 100%;
    }
    .c9-sc-card article.item.issplit .iwrap,
    .promo-pods.c9-sc-card article.item.issplit .iwrap {
        flex-wrap: wrap;
    }
    .c9-sc-card article.item.issplit .c9-split,
    .promo-pods.c9-sc-card article.item.issplit .c9-split {
        width: 100%;
    }
    .c9-sc-card article.item:not(.issplit),
    .promo-pods.c9-sc-card article.item:not(.issplit) {
        width: 100%;
    }
    .c9-sc-card article.item.issplit .content,
    .promo-pods.c9-sc-card article.item.issplit .content {
        padding: .9375rem 0;
    }
}

.c9-sc-qa.c9-vertical .row.c9-flex {
    -webkit-flex-direction: column;
    flex-direction: column;
}

.c9-sc-qa article.item {
    padding: 0 .9375rem 2rem !important;
    margin: 0 !important;
}

.c9-sc-qa article.item .iwrap {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
    min-height: 100%;
    background: none;
    padding: 0;
    overflow: hidden;
}

.c9-sc-qa article.item .content {
    position: relative;
    height: 100%;
    padding: 0;
    border-bottom: 1px solid #e5eaee;
    transition: all .5s ease;
}

.c9-sc-qa article.item:last-child .content {
    border-bottom: none;
}

.c9-sc-qa article.item.isbox .content {
    padding: 0 .9375rem .9375rem;
}

.c9-sc-qa article.item .content:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    background: none;
}

.c9-sc-qa article.item .content.expandable .toggle {
    display: none;
    visibility: hidden;
}

.c9-sc-qa article.item .content.expandable .label {
    position: relative;
    display: inline-block;
    padding: 0;
    line-height: 30px;
    margin: 0 0 10px;
    width: auto;
    text-align: left;
    white-space: normal;
}

html.no-touch .c9-sc-qa article.item .content.expandable .label:hover {
    cursor: pointer;
    cursor: hand;
}

.c9-sc-qa article.item .content.expandable .label:before {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 30px;
    font-size: 24px;
    font-weight: normal;
    font-family: LineAwesome;
    color: #360;
    content: "";
    transition: all .75s ease;
}

.c9-sc-qa article.item .content.expandable .toggle:checked+.label:before {
    content: "";
}

html.no-touch .c9-sc-qa article.item .content.expandable .label:hover:before {
    color: #52a300;
    font-weight: bold;
}

.c9-sc-qa article.item .content.expandable .label .text {
    display: inline-block;
    padding-left: 40px;
    line-height: 30px;
    color: #484848;
    font-size: 18px;
    font-weight: normal;
}

.c9-sc-qa article.item .content.expandable .label .text {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.c9-sc-qa article.item .content.expandable .label .text .la-ellipsis-h {
    vertical-align: bottom;
    margin-left: 5px;
    padding-bottom: 1px;
    transition: all .75s ease;
}

.c9-sc-qa article.item .content.expandable .toggle:checked~.label .text .la-ellipsis-h {
    display: none;
}

.c9-sc-qa article.item .content.expandable blockquote {
    height: auto;
    padding-top: .5625em;
    padding-bottom: .5625em;
    margin-bottom: 0;
    max-height: 0;
    opacity: 0;
    font-size: 18px !important;
    font-weight: normal !important;
    font-style: normal !important;
    transition: opacity .8s ease-in-out, max-height .5s ease-in-out;
}

.c9-sc-qa article.item .content.expandable blockquote:before {
    top: 5px;
    left: 0;
}

.c9-sc-qa article.item .content.expandable .toggle:checked~blockquote {
    max-height: 600px;
    opacity: 1;
}

.c9-sc-qa article.item .content.expandable .toggle~blockquote p {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: inherit !important;
    font-weight: inherit !important;
    font-style: inherit !important;
}

.c9-sc-qa article.item .content.expandable .toggle~blockquote p:last-of-type {
    margin-bottom: 0;
}

@media screen and (max-width:992px) {
    .c9-sc-qa article.item .content.expandable .toggle:checked~blockquote {
        max-height: 1200px;
    }
}

@media screen and (max-width:768px) {
    .c9-sc-qa article.item .content.expandable .toggle:checked~blockquote {
        max-height: 1800px;
    }
}

@media screen and (max-width:640px) {
    .c9-sc-qa article.item .content.expandable .toggle:checked~blockquote {
        max-height: 2400px;
    }
}

.c9-sp-blog-listing .row.c9-flex {
    -webkit-flex-direction: column;
    flex-direction: row;
}

.c9-sp-blog-listing article.item {
    padding: 0 .9375rem 2rem;
    margin: 0 !important;
}

.c9-sp-blog-listing article.item.isfeature {
    padding: 0;
    margin: 0 0 2rem !important;
}

.c9-sp-blog-listing article.item .iwrap {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    background: none;
    -moz-transition: all .75s ease;
    -webkit-transition: all .75s ease;
    transition: all .75s ease;
    isolation: isolate;
}

.c9-sp-blog-listing article.item.isfeature .iwrap {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 .9375rem;
}

.c9-sp-blog-listing article.item.isbox .iwrap {
    background: -moz-linear-gradient(top, rgba(250, 251, 252, 0) 0%, rgba(250, 251, 252, .1) 30%, #fafbfc 100%);
    background: -webkit-linear-gradient(top, rgba(250, 251, 252, 0) 0%, rgba(250, 251, 252, .1) 30%, #fafbfc 100%);
    background: linear-gradient(to bottom, rgba(250, 251, 252, 0) 0%, rgba(250, 251, 252, .1) 30%, #fafbfc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='scale-color($gray-faint, $lightness: +50%)', endColorstr='scale-color($gray-faint, $lightness: +50%)', GradientType=0);
    border: 1px solid #e8e8e8;
    border-image: -moz-linear-gradient(top, #f0f0f0, #e0e0e0);
    border-image: -webkit-linear-gradient(top, #f0f0f0, #e0e0e0);
    border-image: linear-gradient(to bottom, #f0f0f0, #e0e0e0);
    border-image-slice: 1;
    -moz-transition: all .75s ease, box-shadow .2s ease, border 0s;
    -webkit-transition: all .75s ease, box-shadow .2s ease, border 0s;
    transition: all .75s ease, box-shadow .2s ease, border 0s;
}

html.no-touch .c9-sp-blog-listing article.item.isbox.islink .iwrap:hover {
    background: -moz-linear-gradient(top, rgba(244, 246, 248, 0) 0%, rgba(244, 246, 248, .1) 30%, #f4f6f8 100%);
    background: -webkit-linear-gradient(top, rgba(244, 246, 248, 0) 0%, rgba(244, 246, 248, .1) 30%, #f4f6f8 100%);
    background: linear-gradient(to bottom, rgba(244, 246, 248, 0) 0%, rgba(244, 246, 248, .1) 30%, #f4f6f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$gray-faint', endColorstr='$gray-faint', GradientType=0);
    border-image: -moz-linear-gradient(top, #f0f0f0, #c8c8c8);
    border-image: -webkit-linear-gradient(top, #f0f0f0, #c8c8c8);
    border-image: linear-gradient(to bottom, #f0f0f0, #c8c8c8);
    border-image-slice: 1;
    -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, .05);
    box-shadow: 1px 1px 0 rgba(0, 0, 0, .05);
}

.c9-sp-blog-listing article.item.isfeature .c9-split {
    min-height: 275px;
    padding: 0;
    margin: 0;
}

.c9-sp-blog-listing article.item.isfeature .c9-altl {
    padding-right: .9375rem;
}

.c9-sp-blog-listing article.item.isfeature .c9-altr {
    padding-left: .9375rem;
}

.c9-sp-blog-listing article.item.isfeature .c9-text {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 275px;
    background: none;
    -moz-transition: all .75s ease, box-shadow .2s ease, border 0s;
    -webkit-transition: all .75s ease, box-shadow .2s ease, border 0s;
    transition: all .75s ease, box-shadow .2s ease, border 0s;
}

.c9-sp-blog-listing article.item .link {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    margin: 0;
}

.c9-sp-blog-listing article.item .image {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0;
    padding-top: calc(100%*var(--c9-img-ratio));
    border-radius: var(--c9-img-radius);
    background-color: #fff;
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    mix-blend-mode: darken;
    -moz-transition: all .75s ease;
    -webkit-transition: all .75s ease;
    transition: all .75s ease;
}

.c9-sp-blog-listing article.item.isbox .image {
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
}

.no-backgroundblendmode .c9-sp-blog-listing article.item .image {
    top: 0;
    left: 0;
    width: 100%;
}

html.no-touch .c9-sp-blog-listing article.item.islink .iwrap:hover .image {
    filter: brightness(125%) saturate(110%);
}

.c9-sp-blog-listing article.item .link:active~.image,
.c9-sp-blog-listing article.item .link:focus~.image {
    box-shadow: 1px 1px 0 rgba(0, 0, 0, .1);
}

.c9-sp-blog-listing article.item .headings {
    padding: .5rem 0 0;
    text-align: left;
}

.c9-sp-blog-listing article.item.isfeature .headings {
    padding-top: 0;
}

.c9-sp-blog-listing article.item.isbox .headings {
    padding-left: .9375rem;
    padding-right: .9375rem;
}

.c9-sp-blog-listing article.item .headings h6,
.c9-sp-blog-listing article.item .headings h5,
.c9-sp-blog-listing article.item .headings h4,
.c9-sp-blog-listing article.item .headings h3,
.c9-sp-blog-listing article.item .headings h2 {
    margin: 0;
    font-weight: 600;
    color: #484848;
    -moz-transition: all .75s ease;
    -webkit-transition: all .75s ease;
    transition: all .75s ease;
    line-height: 1.15;
}

.c9-sp-blog-listing article.item .headings h6 {
    font-size: 14.5px;
}

.c9-sp-blog-listing article.item.isfeature .headings h6 {
    font-size: 16px;
}

.c9-sp-blog-listing article.item.isfeature.items-2 .headings h6 {
    font-size: 15px;
}

.c9-sp-blog-listing article.item .headings h5 {
    font-size: 16px;
}

.c9-sp-blog-listing article.item.isfeature .headings h5 {
    font-size: 18px;
}

.c9-sp-blog-listing article.item.isfeature.items-2 .headings h5 {
    font-size: 17px;
}

.c9-sp-blog-listing article.item .headings h4 {
    font-size: 18px;
}

.c9-sp-blog-listing article.item.isfeature .headings h4 {
    font-size: 20px;
}

.c9-sp-blog-listing article.item.isfeature.items-2 .headings h4 {
    font-size: 19px;
}

.c9-sp-blog-listing article.item .headings h3 {
    font-size: 20px;
}

.c9-sp-blog-listing article.item.isfeature .headings h3 {
    font-size: 24px;
}

.c9-sp-blog-listing article.item.isfeature.items-2 .headings h3 {
    font-size: 22px;
}

.c9-sp-blog-listing article.item .headings h2 {
    font-size: 22px;
}

.c9-sp-blog-listing article.item.isfeature .headings h2 {
    font-size: 26px;
}

.c9-sp-blog-listing article.item.isfeature.items-2 .headings h2 {
    font-size: 24px;
}

html.no-touch .c9-sp-blog-listing article.item.islink .iwrap:hover .headings h6,
html.no-touch .c9-sp-blog-listing article.item.islink .iwrap:hover .headings h5,
html.no-touch .c9-sp-blog-listing article.item.islink .iwrap:hover .headings h4,
html.no-touch .c9-sp-blog-listing article.item.islink .iwrap:hover .headings h3,
html.no-touch .c9-sp-blog-listing article.item.islink .iwrap:hover .headings h2 {
    color: #2b5700;
}

.c9-sp-blog-listing article.item .content .text,
.c9-sp-blog-listing article.item .date .text,
.c9-sp-blog-listing article.item .author .text,
.c9-sp-blog-listing article.item .tags .text {
    font-weight: 400;
    color: #717171;
    -moz-transition: all .75s ease;
    -webkit-transition: all .75s ease;
    transition: all .75s ease;
}

.c9-sp-blog-listing article.item .date-author {
    display: inline;
    padding: 0;
    margin: 0;
    height: auto;
    min-height: 16px;
}

.c9-sp-blog-listing article.item.isfeature .date-author {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: .5rem;
}

.c9-sp-blog-listing article.item.isbox .date-author {
    padding: 0 0 0 .9375rem;
}

.c9-sp-blog-listing article.item .date-author .text {
    margin: 0;
}

.c9-sp-blog-listing article.item .date-author i,
.c9-sp-blog-listing article.item .date-author a,
.c9-sp-blog-listing article.item .date-author .text {
    margin: 0;
    font-size: 13.5px;
    line-height: 1;
    color: #717171;
}

.c9-sp-blog-listing article.item.isfeature .date-author i,
.c9-sp-blog-listing article.item.isfeature .date-author a,
.c9-sp-blog-listing article.item.isfeature .date-author .text {
    font-size: 14px;
}

.c9-sp-blog-listing article.item .date {
    display: inline;
    padding: 0;
    margin: 0;
    text-align: left;
    height: auto;
}

.c9-sp-blog-listing article.item .image+.date {
    padding-top: .5rem;
}

.c9-sp-blog-listing article.item.isfeature .date {
    display: flex;
    align-items: center;
}

.c9-sp-blog-listing article.item.isbox .date {
    padding-left: .9375rem;
    padding-right: .9375rem;
}

.c9-sp-blog-listing article.item .date i,
.c9-sp-blog-listing article.item .date .text {
    margin: 0;
    font-size: 13.5px;
    line-height: 1;
    color: #717171;
}

.c9-sp-blog-listing article.item .date i {
    margin-right: 5px;
}

.c9-sp-blog-listing article.item.isfeature .date i,
.c9-sp-blog-listing article.item.isfeature .date .text {
    display: inline;
    font-size: 14px;
}

.c9-sp-blog-listing article.item.isfeature .date i {
    color: #585858;
}

.c9-sp-blog-listing article.item .author {
    display: flex;
    align-items: center;
    padding: 0;
    text-align: left;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.c9-sp-blog-listing article.item .author i,
.c9-sp-blog-listing article.item .author .text {
    margin: 0;
    font-size: 13.5px;
    line-height: 1;
    color: #717171;
}

.c9-sp-blog-listing article.item .author i {
    margin-right: 5px;
}

.c9-sp-blog-listing article.item.isfeature .author i,
.c9-sp-blog-listing article.item.isfeature .author .text {
    display: inline;
    font-size: 14px;
}

.c9-sp-blog-listing article.item.isfeature .author i {
    color: #717171;
}

.c9-sp-blog-listing article.item.isfeature .author a {
    position: relative;
    z-index: 3;
    color: #484848;
    -moz-transition: all .75s ease;
    -webkit-transition: all .75s ease;
    transition: all .75s ease;
}

html.no-touch .c9-sp-blog-listing article.item.isfeature .author a:hover {
    color: #2b5700;
}

.c9-sp-blog-listing article.item .tags {
    display: inline-block;
    display: -webkit-box;
    padding: .5rem 0 0;
    padding-bottom: 0;
    text-align: left;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    line-height: .85;
    text-overflow: ellipsis;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.c9-sp-blog-listing article.item.isfeature .tags {
    display: flex;
    align-items: flex-start;
    flex: none;
    height: auto;
    max-height: 45px;
    min-height: 22px;
}

.c9-sp-blog-listing article.item.isbox .tags {
    padding: .5rem .9375rem 0;
}

.c9-sp-blog-listing article.item.isfeature .tags .twrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.c9-sp-blog-listing article.item .tags a,
.c9-sp-blog-listing article.item .tags i,
.c9-sp-blog-listing article.item .tags .text {
    display: inline;
    margin: 0;
    font-size: 11px;
    line-height: 1;
    text-transform: uppercase;
    color: #bbb;
}

.c9-sp-blog-listing article.item .tags i {
    margin-right: 5px;
}

.c9-sp-blog-listing article.item.isfeature .tags i {
    font-size: 13px;
    color: #585858;
}

.c9-sp-blog-listing article.item.isfeature .tags .text {
    font-size: 13px;
    color: #717171;
}

.c9-sp-blog-listing article.item .tags a {
    position: relative;
    z-index: 3;
    -moz-transition: all .75s ease;
    -webkit-transition: all .75s ease;
    transition: all .75s ease;
}

.c9-sp-blog-listing article.item.isfeature .tags a {
    font-size: 13px;
    color: #717171;
}

html.no-touch .c9-sp-blog-listing article.item .tags a:hover {
    color: #2b5700;
}

.c9-sp-blog-listing article.item hr {
    width: 100%;
    max-width: 100%;
    height: 0;
    margin: .625rem auto !important;
    border: 0;
    border-bottom: 1px solid #eee;
}

.c9-sp-blog-listing article.item.isbox hr {
    margin: .625rem .975rem !important;
    max-width: calc(100% - 1.95rem);
}

.c9-sp-blog-listing article.item .content {
    position: relative;
    height: 100%;
    padding: .5rem 0 .9375rem;
    text-align: left;
    transition: all .5s ease;
}

.c9-sp-blog-listing article.item.isfeature .content {
    padding-top: 0;
}

.c9-sp-blog-listing article.item.isbox .content {
    padding-left: .9375rem;
    padding-right: .9375rem;
}

.c9-sp-blog-listing article.item.iscta .content {
    padding-bottom: 2rem;
}

.c9-sp-blog-listing article.item.isfeature.iscta .content {
    padding-bottom: 1rem;
}

.c9-sp-blog-listing article.item.isbutton .content {
    padding-bottom: 5rem;
}

.c9-sp-blog-listing article.item.isfeature.isbutton .content {
    padding-bottom: 3rem;
}

.c9-sp-blog-listing article.item.isbutton.iscta .content {
    padding-bottom: 6rem;
}

.c9-sp-blog-listing article.item.isfeature.isbutton.iscta .content {
    padding-bottom: 4rem;
}

.c9-sp-blog-listing article.item .content .text {
    margin: 0;
    color: #717171;
}

.c9-sp-blog-listing article.item .content .text,
.c9-sp-blog-listing article.item .content .text p,
.c9-sp-blog-listing article.item .content .text li {
    font-size: 14.5px;
}

.c9-sp-blog-listing article.item.isfeature .content .text {
    color: #585858;
}

.c9-sp-blog-listing article.item.isfeature .content .text,
.c9-sp-blog-listing article.item.isfeature .content .text p,
.c9-sp-blog-listing article.item.isfeature .content .text li {
    font-size: 14.5px;
    line-height: 1.4;
}

.c9-sp-blog-listing article.item.isfeature.items-1 .content .text,
.c9-sp-blog-listing article.item.isfeature.items-1 .content .text p,
.c9-sp-blog-listing article.item.isfeature.items-1 .content .text li {
    font-size: 100%;
    font-weight: normal;
    line-height: 1.2;
}

.c9-sp-blog-listing article.item .footer {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
}

.c9-sp-blog-listing article.item.isbutton .footer {
    border-bottom: 1px solid #eee;
}

.c9-sp-blog-listing article.item.isfeature .footer {
    display: flex;
    flex-direction: column;
    left: .9375rem;
    right: .9375rem;
}

.c9-sp-blog-listing article.item.isfeature .c9-altl .footer {
    left: 0;
}

.c9-sp-blog-listing article.item.isfeature .c9-altr .footer {
    right: 0;
}

.c9-sp-blog-listing article.item.isbox .footer {
    padding: 0 1em 1em;
    border-bottom: none;
}

.c9-sp-blog-listing article.item.isfeature.isbox .footer {
    padding: 0 .9375rem 1em;
}

.c9-sp-blog-listing article.item .footer .cta {
    padding: 5px 0;
}

.c9-sp-blog-listing article.item .footer .text {
    margin: 0;
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.1em;
    color: #2b5700;
    transition: all .5s ease;
}

.c9-sp-blog-listing article.item .footer .button {
    position: relative;
    bottom: -1px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: .85em 1em;
    -webkit-appearance: none;
    border-radius: 0;
    font-size: .9em;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background: rgba(128, 128, 128, .05);
    color: #484848;
    border: 1px solid #a4a4a4;
    transition: all .25s ease, background-color .25s ease-out, color .25s ease-out;
    -moz-transition: all .25s ease, background-color .25s ease-out, color .25s ease-out;
    -webkit-transition: all .25s ease, background-color .25s ease-out, color .25s ease-out;
}

.c9-sp-blog-listing article.item .footer .button:after {
    position: absolute;
    right: .1rem;
    content: "";
    font-family: LineAwesome;
    color: transparent;
    opacity: 0;
    transition: all .75s ease;
}

.c9-sp-blog-listing article.item.isfeature .footer .button {
    left: 0;
}

.c9-sp-blog-listing article.item.isbox .footer .button {
    bottom: 0;
}

html.no-touch .c9-sp-blog-listing article.item.islink .iwrap:hover .footer .button {
    background: #484848;
    color: #fff;
    border: 1px solid #484848;
}

html.no-touch .c9-sp-blog-listing article.item.islink .iwrap:hover .footer .button:after {
    color: #fff;
    opacity: 1;
}

@media screen and (max-width:992px) {
    .c9-sp-blog-listing article.item {
        width: 33.3333333%;
    }
    .c9-sp-blog-listing article.item.isfeature {
        width: inherit;
    }
}

@media screen and (max-width:768px) {
    .c9-sp-blog-listing article.item {
        width: 50%;
    }
    .c9-sp-blog-listing article.item.isfeature {
        width: 100%;
    }
}

@media screen and (max-width:640px) {
    .c9-sp-blog-listing article.item {
        width: 100%;
    }
    .c9-sp-blog-listing article.item.isfeature {
        width: 100%;
    }
}

@media screen and (min-width:641px) {
    .c9-sp-blog-listing article.item.isfeature.items-3,
    .c9-sp-blog-listing article.item.isfeature.items-4,
    .c9-sp-blog-listing article.item.isfeature.items-3 .footer,
    .c9-sp-blog-listing article.item.isfeature.items-4 .footer {
        border-bottom: none;
    }
    .c9-sp-blog-listing article.item.isbutton.isfeature.items-3 .link,
    .c9-sp-blog-listing article.item.isbutton.isfeature.items-4 .link {
        border-bottom: 1px solid #eee;
    }
    .c9-sp-blog-listing article.item.isfeature .c9-split {
        order: inherit !important;
    }
    .c9-sp-blog-listing article.item.isfeature .c9-split.c9-text {
        width: 60%;
    }
    .c9-sp-blog-listing article.item.isfeature .c9-split.c9-image {
        width: 40%;
    }
    .c9-sp-blog-listing article.item.isfeature.items-2 .c9-split.c9-text,
    .c9-sp-blog-listing article.item.isfeature.items-3 .c9-split.c9-text,
    .c9-sp-blog-listing article.item.isfeature.items-4 .c9-split.c9-text {
        width: 66.6666666%;
    }
    .c9-sp-blog-listing article.item.isfeature.items-2 .c9-split.c9-image,
    .c9-sp-blog-listing article.item.isfeature.items-3 .c9-split.c9-image,
    .c9-sp-blog-listing article.item.isfeature.items-4 .c9-split.c9-image {
        width: 33.3333333%;
    }
    .c9-sp-blog-listing article.item.isfeature .c9-split .button {
        align-self: flex-start;
    }
    .c9-sp-blog-listing article.item.isfeature.isbox .c9-split .button {
        align-self: flex-end;
    }
}

@media screen and (min-width:769px) {
    .c9-sp-blog-listing article.item.isfeature.items-1 .c9-split.c9-altr .button {
        align-self: flex-end;
    }
    .c9-sp-blog-listing article.item.isfeature.items-1 .c9-split.c9-altl .button {
        align-self: flex-start;
    }
    .c9-sp-blog-listing article.item.isfeature.items-2 .c9-split {
        min-height: 0;
    }
    .c9-sp-blog-listing article.item.isfeature.items-2 .c9-split.c9-text {
        position: static;
    }
    .c9-sp-blog-listing article.item.isfeature.items-2.isbutton .c9-split .content {
        padding-bottom: 1rem;
    }
    .c9-sp-blog-listing article.item.isfeature.items-2 .c9-split.c9-altr .button {
        align-self: flex-start;
        margin-left: -1rem;
    }
    .c9-sp-blog-listing article.item.isfeature.items-2 .c9-split.c9-altl .button {
        align-self: flex-end;
        margin-right: -1rem;
    }
    .c9-sp-blog-listing article.item.isfeature.items-3 .c9-split .button {
        bottom: 1px;
    }
    .c9-sp-blog-listing article.item.isfeature.items-3 .c9-split.c9-altl .button {
        align-self: flex-start;
    }
    .c9-sp-blog-listing article.item.isfeature.items-3 .c9-split.c9-altr .button {
        align-self: flex-end;
    }
}

@media screen and (max-width:992px) {
    .c9-sp-blog-listing article.item.isfeature .c9-split {
        min-height: unset;
        width: 100%;
        margin: 0 0 2rem;
    }
    .c9-sp-blog-listing article.item.isfeature .c9-text {
        height: auto;
        min-height: unset;
        margin-bottom: 0;
    }
    .c9-sp-blog-listing article.item.isfeature .c9-image {
        margin-bottom: 1rem;
    }
    .c9-sp-blog-listing article.item.isfeature .c9-altl .footer {
        left: 0;
    }
    .c9-sp-blog-listing article.item.isfeature .c9-altr .footer {
        right: 0;
    }
    .c9-sp-blog-listing article.item.isfeature .button {
        align-self: flex-start;
        bottom: 2px;
    }
    .c9-sp-blog-listing article.item.isfeature .c9-altr .button {
        align-self: flex-end;
    }
}

@media screen and (max-width:992px) and (min-width:641px) {
    .c9-sp-blog-listing article.item.isfeature.items-2 {
        width: 100%;
    }
    .c9-sp-blog-listing article.item.isfeature.items-2 .c9-split.c9-text {
        position: static;
    }
    .c9-sp-blog-listing article.item.isfeature.items-2.isbutton .c9-split .content {
        padding-bottom: 3rem;
    }
    .c9-sp-blog-listing article.item.isfeature.items-2 .c9-split.c9-altl .footer {
        margin-right: -1rem;
    }
    .c9-sp-blog-listing article.item.isfeature.items-2 .c9-split.c9-altl .button {
        align-self: flex-start;
        margin-right: -1rem;
    }
    .c9-sp-blog-listing article.item.isfeature.items-2 .c9-split.c9-altr .footer {
        margin-left: -1rem;
    }
    .c9-sp-blog-listing article.item.isfeature.items-2 .c9-split.c9-altr .button {
        align-self: flex-end;
        margin-left: -1rem;
    }
}

@media screen and (orientation:landscape) and (max-height:640px) {
    .c9-sp-blog-listing article.item.isfeature {
        width: 100%;
    }
    .c9-sp-blog-listing article.item.isfeature .c9-split {
        height: auto;
        min-height: 1px;
    }
    .c9-sp-blog-listing article.item.isbutton.isfeature.items-1 .link,
    .c9-sp-blog-listing article.item.isbutton.isfeature.items-2 .link {
        border-bottom: 1px solid #eee;
    }
    .c9-sp-blog-listing article.item.isfeature .c9-split.c9-text .content {
        height: auto;
        min-height: 1px;
    }
    .c9-sp-blog-listing article.item.isfeature.items-1 .c9-split .button,
    .c9-sp-blog-listing article.item.isfeature.items-2 .c9-split .button {
        bottom: 0 !important;
    }
    .c9-sp-blog-listing article.item.isfeature.items-1 .c9-split.c9-altl .button,
    .c9-sp-blog-listing article.item.isfeature.items-2 .c9-split.c9-altl .button,
    .c9-sp-blog-listing article.item.isfeature.items-3 .c9-split.c9-altl .button {
        align-self: flex-start;
    }
    .c9-sp-blog-listing article.item.isfeature.items-1 .c9-split.c9-altr .button,
    .c9-sp-blog-listing article.item.isfeature.items-2 .c9-split.c9-altr .button,
    .c9-sp-blog-listing article.item.isfeature.items-3 .c9-split.c9-altr .button {
        align-self: flex-end;
    }
}

@media screen and (max-width:640px) {
    .c9-sp-blog-listing article.item.isfeature {
        margin: 0 !important;
    }
    .c9-sp-blog-listing article.item .image,
    .c9-sp-blog-listing article.item.isfeature.items-1 .image,
    .c9-sp-blog-listing article.item.isfeature.items-2 .image,
    .c9-sp-blog-listing article.item.isfeature.items-2 .image {
        padding-top: calc(100%*9/16);
    }
    .c9-sp-blog-listing article.item.isfeature .c9-split {
        padding: 0 !important;
    }
    .c9-sp-blog-listing article.item.isfeature .c9-split.c9-text {
        margin-bottom: 2rem;
    }
    .c9-sp-blog-listing article.item.isfeature .c9-split .footer {
        left: 0;
    }
    .c9-sp-blog-listing article.item .footer .button,
    .c9-sp-blog-listing article.item.isfeature .c9-split .button {
        align-self: flex-start;
        bottom: 0;
    }
}

.c9-blog-post .c9-blog-detail,
.c9-blog-post .addthis,
.c9-blog-post .disqus {
    display: flex;
    flex-direction: column;
    float: none;
    max-width: 50rem !important;
    margin: 0 auto;
}

@media screen and (min-width:992px) {
    .c9-blog-post .c9-blog-content.has-carouselnav {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: center;
    }
    .c9-blog-post .c9-blog-content.has-carouselnav .spc.gallery.c9-slider.c9-blog-carouselnav {
        width: 280px;
    }
    .c9-blog-post .c9-blog-content.has-carouselnav .spc.gallery.c9-slider.c9-blog-carouselnav .slider-nav {
        padding: 0 !important;
        margin: 0 !important;
        overflow-y: hidden;
    }
    .c9-blog-post .c9-blog-content.has-carouselnav .spc.gallery.c9-slider.c9-blog-carouselnav article.poplet {
        padding: 0 0 5px !important;
    }
    .c9-blog-post .c9-blog-content.has-carouselnav .spc.gallery.c9-slider.c9-blog-carouselnav .slick-arrow.slick-next {
        bottom: 2px !important;
    }
    .c9-blog-post .c9-blog-content.has-carouselnav .c9-blog-detail {
        margin: 0;
    }
}

@media screen and (max-width:1124px) {
    .c9-blog-post .c9-blog-content.has-carouselnav .spc.gallery.c9-slider.c9-blog-carouselnav {
        width: calc(100vw - 50rem - 45px);
    }
}

@media screen and (max-width:991px) {
    .c9-blog-post .c9-blog-content.has-carouselnav {
        position: unset;
    }
    .c9-blog-post .c9-blog-content.has-carouselnav .spc.gallery.c9-slider.c9-blog-carouselnav {
        display: none;
    }
}

.c9-blog-post .container.container-components {
    position: relative;
}

.c9-blog-post .container.container-components.after:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: auto;
    width: calc(100% - 30px);
    height: 1px;
    background-color: #eee;
}

.c9-blog-post .container-image.bannermode {
    max-width: none;
    padding: 0;
    margin: 0;
}

.c9-blog-post .container-image.bannermode .c9-blog-image {
    margin: 0;
}

.c9-blog-post .container-image.bannermode .c9-blog-image>div {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

.c9-blog-post .container-image.bannermode .slick-slider {
    margin: 0;
}

.c9-blog-post .container-image.bannermode .slick-slide {
    max-height: var(--c9-bh);
}

.c9-blog-post .container-image.bannermode .slides article.item {
    padding: 0;
}

.c9-blog-post .container-image.bannermode .slides article.item,
.c9-blog-post .container-image.bannermode .slides article.item .iwrap,
.c9-blog-post .container-image.bannermode .slides article.item .image,
.c9-blog-post .container-image.bannermode .slides article.item .image>a,
.c9-blog-post .container-image.bannermode .slides article.item img {
    height: 100%;
}

.c9-blog-post .container-image.bannermode .slick-arrow.slick-prev {
    left: 0 !important;
}

.c9-blog-post .container-image.bannermode .slick-arrow.slick-next {
    right: 0 !important;
}

.c9-blog-post .container-image.bannermode .slick-dots {
    display: flex !important;
    width: 100%;
    left: 0;
    right: 0;
    margin-top: 5px;
    justify-content: center;
}

.c9-blog-post .c9-blog-title .heading.main {
    text-align: center;
}

.c9-blog-post .blog-byline {
    position: relative;
    z-index: 0;
    overflow: hidden;
    text-align: center;
    margin-bottom: 2rem !important;
}

.c9-blog-post .blog-byline:before {
    content: ' ';
    position: absolute;
    top: 51%;
    left: 0;
    right: 0;
    z-index: -1;
    width: auto;
    height: 1px;
    margin: 0;
    margin-left: -50%;
    text-align: right;
    overflow: hidden;
    background-color: #ddd;
}

.c9-blog-post .blog-byline:after {
    content: none;
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    background-color: #ddd;
}

.c9-blog-post .blog-byline .iwrap {
    display: inline-block;
    padding: 0 8px;
    background: #fff;
    font-size: 18px;
    line-height: 1;
}

.c9-blog-post .blog-byline .separator {
    margin: 0 10px;
}

.c9-blog-post .c9-blog-detail h3 a {
    color: #484848;
}

.c9-blog-post .container.container-content {
    position: relative;
}

.c9-blog-post .container.container-content:after {
    content: '';
    position: absolute;
    top: auto;
    bottom: 0;
    width: calc(100% - 30px);
    height: 1px;
    background-color: #eee;
}

.c9-blog-post .c9-blog-detail .tags {
    font-size: 100%;
    line-height: 1;
    margin: 1.5rem 0 0;
    padding: 1.5rem 0;
    border-top: 1px solid #eee;
}

.c9-blog-post .c9-blog-detail .tags a {
    color: #636363;
    text-transform: uppercase;
}

html.no-touch .c9-blog-post .c9-blog-detail .tags a:hover {
    color: #360;
}

.card-flex-article .card-section .article-title a {
    color: #484848;
}

html.no-touch .card-flex-article .card-section .article-title a:hover {
    color: #360;
}

.c9-blog-post .social {
    margin: 1.5rem 0 0;
    padding: 1.5rem 0;
    border-top: 1px solid #eee;
}

.c9-blog-post .social .addthis_sharing_toolbox,
.c9-blog-post .social .addthis_inline_share_toolbox {
    float: left;
}

.c9-blog-post .social .disqus_toggle {
    display: inline-block;
    float: left;
    background: #2e9fff;
    background-repeat: no-repeat;
    background-position: top left;
    height: 32px;
    padding: 0 5px 0 35px;
    line-height: 32px;
    transition: all .75s ease;
}

html.no-touch .c9-blog-post .social .disqus_toggle:hover {
    cursor: pointer;
    cursor: hand;
    background-color: #007ae2;
}

.c9-blog-post .social .disqus_toggle .text {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
}

.c9-blog-post .social .comments {
    width: 100%;
    padding: 0;
    max-height: 3000px;
    overflow: auto;
    transition: max-height .75s ease-in-out;
}

.c9-blog-post .social .comments.collapsed {
    max-height: 0;
    overflow: hidden;
}

.c9-blog-post .c9-blog-content article.main .article-body h1:first-child,
.c9-blog-post .c9-blog-content article.main .article-body h2:first-child,
.c9-blog-post .c9-blog-content article.main .article-body h3:first-child,
.c9-blog-post .c9-blog-content article.main .article-body h4:first-child {
    margin-top: 0;
}

@media screen and (max-width:480px) {
    .c9-blog-post .c9-blog-content article.main .article-body p img {
        float: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        max-width: 100% !important;
    }
}

.c9-sc-blog.c9-vertical .row.c9-flex {
    -webkit-flex-direction: column;
    flex-direction: column;
}

.c9-sc-blog article.item {
    padding: 0 .9375rem 2rem;
    margin: 0 !important;
}

.c9-sc-blog article.item.isfeature {
    padding: 0;
    margin: 0 0 2rem !important;
}

.c9-sc-blog article.item .iwrap {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    background: none;
    -moz-transition: all .75s ease;
    -webkit-transition: all .75s ease;
    transition: all .75s ease;
    isolation: isolate;
}

.c9-sc-blog article.item.isfeature .iwrap {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 .9375rem;
}

.c9-sc-blog article.item.isbox .iwrap {
    background: -moz-linear-gradient(top, rgba(250, 251, 252, 0) 0%, rgba(250, 251, 252, .1) 30%, #fafbfc 100%);
    background: -webkit-linear-gradient(top, rgba(250, 251, 252, 0) 0%, rgba(250, 251, 252, .1) 30%, #fafbfc 100%);
    background: linear-gradient(to bottom, rgba(250, 251, 252, 0) 0%, rgba(250, 251, 252, .1) 30%, #fafbfc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='scale-color($gray-faint, $lightness: +50%)', endColorstr='scale-color($gray-faint, $lightness: +50%)', GradientType=0);
    border: 1px solid #e8e8e8;
    border-image: -moz-linear-gradient(top, #f0f0f0, #e0e0e0);
    border-image: -webkit-linear-gradient(top, #f0f0f0, #e0e0e0);
    border-image: linear-gradient(to bottom, #f0f0f0, #e0e0e0);
    border-image-slice: 1;
    -moz-transition: all .75s ease, box-shadow .2s ease, border 0s;
    -webkit-transition: all .75s ease, box-shadow .2s ease, border 0s;
    transition: all .75s ease, box-shadow .2s ease, border 0s;
}

html.no-touch .c9-sc-blog article.item.isbox.islink .iwrap:hover {
    background: -moz-linear-gradient(top, rgba(244, 246, 248, 0) 0%, rgba(244, 246, 248, .1) 30%, #f4f6f8 100%);
    background: -webkit-linear-gradient(top, rgba(244, 246, 248, 0) 0%, rgba(244, 246, 248, .1) 30%, #f4f6f8 100%);
    background: linear-gradient(to bottom, rgba(244, 246, 248, 0) 0%, rgba(244, 246, 248, .1) 30%, #f4f6f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$gray-faint', endColorstr='$gray-faint', GradientType=0);
    border-image: -moz-linear-gradient(top, #f0f0f0, #c8c8c8);
    border-image: -webkit-linear-gradient(top, #f0f0f0, #c8c8c8);
    border-image: linear-gradient(to bottom, #f0f0f0, #c8c8c8);
    border-image-slice: 1;
    -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, .05);
    box-shadow: 1px 1px 0 rgba(0, 0, 0, .05);
}

.c9-sc-blog article.item.isfeature .c9-alt {
    min-height: 250px;
    padding: 0;
    margin: 0;
}

.c9-sc-blog article.item.isfeature .c9-altl {
    padding-right: .9375rem;
}

.c9-sc-blog article.item.isfeature .c9-altr {
    padding-left: .9375rem;
}

.c9-sc-blog article.item.isfeature .c9-text {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 250px;
    background: none;
    -moz-transition: all .75s ease, box-shadow .2s ease, border 0s;
    -webkit-transition: all .75s ease, box-shadow .2s ease, border 0s;
    transition: all .75s ease, box-shadow .2s ease, border 0s;
}

.c9-sc-blog article.item .link {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    margin: 0;
}

.c9-sc-blog article.item .image {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0;
    padding-top: calc(100%*var(--c9-img-ratio));
    border-radius: var(--c9-img-radius);
    background-color: #fff;
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    mix-blend-mode: darken;
    -moz-transition: all .75s ease;
    -webkit-transition: all .75s ease;
    transition: all .75s ease;
}

.c9-sc-blog article.item.isbox .image {
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
}

.no-backgroundblendmode .c9-sc-blog article.item .image {
    top: 0;
    left: 0;
    width: 100%;
}

html.no-touch .c9-sc-blog article.item.islink .iwrap:hover .image {
    filter: brightness(125%) saturate(110%);
}

.c9-sc-blog article.item .link:active~.image,
.c9-sc-blog article.item .link:focus~.image {
    box-shadow: 1px 1px 0 rgba(0, 0, 0, .1);
}

.c9-sc-blog article.item .headings {
    padding: .5rem 0 0;
    text-align: left;
}

.c9-sc-blog article.item.isbox .headings {
    padding: .5rem .9375rem 0;
}

.c9-sc-blog article.item .headings h6,
.c9-sc-blog article.item .headings h5,
.c9-sc-blog article.item .headings h4,
.c9-sc-blog article.item .headings h3,
.c9-sc-blog article.item .headings h2 {
    margin: 0;
    font-weight: 600;
    color: #484848;
    -moz-transition: all .75s ease;
    -webkit-transition: all .75s ease;
    transition: all .75s ease;
}

.c9-sc-blog article.item .headings h6 {
    font-size: 14.5px;
}

.c9-sc-blog article.item .headings h5 {
    font-size: 16px;
}

.c9-sc-blog article.item .headings h4 {
    font-size: 18px;
}

.c9-sc-blog article.item .headings h3 {
    font-size: 20px;
}

.c9-sc-blog article.item .headings h2 {
    font-size: 22px;
}

html.no-touch .c9-sc-blog article.item.islink .iwrap:hover .headings h6,
html.no-touch .c9-sc-blog article.item.islink .iwrap:hover .headings h5,
html.no-touch .c9-sc-blog article.item.islink .iwrap:hover .headings h4,
html.no-touch .c9-sc-blog article.item.islink .iwrap:hover .headings h3,
html.no-touch .c9-sc-blog article.item.islink .iwrap:hover .headings h2 {
    color: #2b5700;
}

.c9-sc-blog article.item hr {
    width: 100%;
    max-width: 100%;
    height: 0;
    margin: 1rem auto !important;
    border: 0;
    border-bottom: 1px solid #eee;
}

.c9-sc-blog article.item .content {
    position: relative;
    height: 100%;
    padding: .5rem 0 .9375rem;
    text-align: left;
    transition: all .5s ease;
}

.c9-sc-blog article.item.isbox .content {
    padding-left: .9375rem;
    padding-right: .9375rem;
}

.c9-sc-blog article.item.isauthor .content {
    padding-bottom: 2rem;
}

.c9-sc-blog article.item.iscta .content {
    padding-bottom: 2rem;
}

.c9-sc-blog article.item.iscta.isauthor .content {
    padding-bottom: 4rem;
}

.c9-sc-blog article.item.isbutton .content {
    padding-bottom: 4rem;
}

.c9-sc-blog article.item.isbutton.isauthor .content {
    padding-bottom: 6rem;
}

.c9-sc-blog article.item.isbutton.iscta .content {
    padding-bottom: 6rem;
}

.c9-sc-blog article.item.isbutton.iscta.isauthor .content {
    padding-bottom: 8rem;
}

.c9-sc-blog article.item .tags {
    display: inline-block;
    display: -webkit-box;
    padding: .5rem 0 0;
    padding-bottom: 0;
    text-align: left;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    line-height: .85;
    text-overflow: ellipsis;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.c9-sc-blog article.item.isbox .tags {
    padding: .5rem .9375rem 0;
}

.c9-sc-blog article.item .date {
    padding: 0;
    text-align: left;
}

.c9-sc-blog article.item .image+.date {
    padding-top: .5rem;
}

.c9-sc-blog article.item.isbox .date {
    padding: .5rem .9375rem 0;
}

.c9-sc-blog article.item .content .text,
.c9-sc-blog article.item .date .text,
.c9-sc-blog article.item .tags .text {
    font-weight: 400;
    -moz-transition: all .75s ease;
    -webkit-transition: all .75s ease;
    transition: all .75s ease;
}

.c9-sc-blog article.item .tags a,
.c9-sc-blog article.item .tags .text {
    display: inline;
    font-size: 11px;
    line-height: 1;
    text-transform: uppercase;
    color: #bbb;
}

.c9-sc-blog article.item .tags a {
    position: relative;
    z-index: 3;
    -moz-transition: all .75s ease;
    -webkit-transition: all .75s ease;
    transition: all .75s ease;
}

html.no-touch .c9-sc-blog article.item .tags a:hover {
    color: #2b5700;
}

.c9-sc-blog article.item .date {
    display: inline;
    margin: 0;
}

.c9-sc-blog article.item .date .text {
    margin: 0;
    font-size: 13.5px;
    line-height: 1;
    color: #717171;
}

.c9-sc-blog article.item .content .text {
    margin: 0;
    color: #717171;
}

.c9-sc-blog article.item .content .text,
.c9-sc-blog article.item .content .text p,
.c9-sc-blog article.item .content .text li {
    font-size: 14.5px;
}

.c9-sc-blog article.item.isfeature .content .text {
    color: #585858;
}

.c9-sc-blog article.item.isfeature .content .text,
.c9-sc-blog article.item.isfeature .content .text p,
.c9-sc-blog article.item.isfeature .content .text li {
    font-size: 90%;
}

.c9-sc-blog article.item.isfeature.items-1 .content .text,
.c9-sc-blog article.item.isfeature.items-1 .content .text p,
.c9-sc-blog article.item.isfeature.items-1 .content .text li {
    font-size: 100%;
    font-weight: normal;
    line-height: 1.2;
}

.c9-sc-blog article.item .footer {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
}

.c9-sc-blog article.item.isbutton .footer {
    border-bottom: 1px solid #eee;
}

.c9-sc-blog article.item.isfeature .footer {
    display: flex;
    flex-direction: column;
    left: .9375rem;
    right: .9375rem;
}

.c9-sc-blog article.item.isfeature .c9-altl .footer {
    left: 0;
}

.c9-sc-blog article.item.isfeature .c9-altr .footer {
    right: 0;
}

.c9-sc-blog article.item.isbox .footer {
    padding: 0 1em 1em;
    border-bottom: none;
}

.c9-sc-blog article.item.isfeature.isbox .footer {
    padding: 0 .9375rem 1em;
}

.c9-sc-blog article.item .footer .author {
    display: inline-block;
    display: -webkit-inline-box;
    width: 100%;
    padding: 0 0 .5rem;
    padding-bottom: .5rem;
    text-align: left;
    max-height: 1.5rem;
    line-height: 15px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.c9-sc-blog article.item .footer .author a,
.c9-sc-blog article.item .footer .author .text {
    display: inline;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    color: #717171;
    -moz-transition: all .75s ease;
    -webkit-transition: all .75s ease;
    transition: all .75s ease;
}

.c9-sc-blog article.item .footer .cta {
    padding: 5px 0;
}

.c9-sc-blog article.item .footer .text {
    margin: 0;
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.1em;
    color: #2b5700;
    transition: all .5s ease;
}

.c9-sc-blog article.item .footer .button {
    position: relative;
    bottom: -1px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: .85em 1em;
    -webkit-appearance: none;
    border-radius: 0;
    font-size: .9em;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background: rgba(128, 128, 128, .05);
    color: #484848;
    border: 1px solid #a4a4a4;
    transition: all .25s ease, background-color .25s ease-out, color .25s ease-out;
    -moz-transition: all .25s ease, background-color .25s ease-out, color .25s ease-out;
    -webkit-transition: all .25s ease, background-color .25s ease-out, color .25s ease-out;
}

.c9-sc-blog article.item .footer .button:after {
    position: absolute;
    right: .1rem;
    content: "";
    font-family: LineAwesome;
    color: transparent;
    opacity: 0;
    transition: all .75s ease;
}

.c9-sc-blog article.item.isfeature .footer .button {
    left: 0;
}

.c9-sc-blog article.item.isbox .footer .button {
    bottom: 0;
}

html.no-touch .c9-sc-blog article.item.islink .iwrap:hover .footer .button {
    background: #484848;
    color: #fff;
    border: 1px solid #484848;
}

html.no-touch .c9-sc-blog article.item.islink .iwrap:hover .footer .button:after {
    color: #fff;
    opacity: 1;
}

@media screen and (max-width:992px) {
    .c9-sc-blog article.item {
        width: 33.3333333%;
    }
    .c9-sc-blog article.item.isfeature {
        width: inherit;
    }
}

@media screen and (max-width:768px) {
    .c9-sc-blog article.item {
        width: 50%;
    }
    .c9-sc-blog article.item.isfeature {
        width: inherit;
    }
}

@media screen and (max-width:640px) {
    .c9-sc-blog article.item {
        width: 100%;
    }
    .c9-sc-blog article.item.isfeature {
        width: inherit;
    }
}

@media screen and (min-width:769px) {
    .c9-sc-blog article.item.isfeature.items-2,
    .c9-sc-blog article.item.isfeature.items-3,
    .c9-sc-blog article.item.isfeature.items-4,
    .c9-sc-blog article.item.isfeature.items-2 .footer,
    .c9-sc-blog article.item.isfeature.items-3 .footer,
    .c9-sc-blog article.item.isfeature.items-4 .footer {
        border-bottom: none;
    }
    .c9-sc-blog article.item.isbutton.isfeature.items-2 .link,
    .c9-sc-blog article.item.isbutton.isfeature.items-3 .link,
    .c9-sc-blog article.item.isbutton.isfeature.items-4 .link {
        border-bottom: 1px solid #eee;
    }
    .c9-sc-blog article.item.isfeature .c9-alt {
        order: inherit !important;
        width: 50%;
    }
    .c9-sc-blog article.item.isfeature.items-2 .c9-alt.c9-text,
    .c9-sc-blog article.item.isfeature.items-3 .c9-alt.c9-text,
    .c9-sc-blog article.item.isfeature.items-4 .c9-alt.c9-text {
        width: 66.6666666%;
    }
    .c9-sc-blog article.item.isfeature.items-2 .c9-alt.c9-image,
    .c9-sc-blog article.item.isfeature.items-3 .c9-alt.c9-image,
    .c9-sc-blog article.item.isfeature.items-4 .c9-alt.c9-image {
        width: 33.3333333%;
    }
    .c9-sc-blog article.item.isfeature .c9-altr .button {
        align-self: flex-start;
    }
    .c9-sc-blog article.item.isfeature .c9-altl .button {
        align-self: flex-end;
    }
    .c9-sc-blog article.item.isfeature.items-2 .c9-alt .button,
    .c9-sc-blog article.item.isfeature.items-3 .c9-alt .button,
    .c9-sc-blog article.item.isfeature.items-4 .c9-alt .button {
        align-self: flex-start;
        bottom: 1px;
    }
}

@media screen and (max-width:992px) {
    .c9-sc-blog article.item.isfeature.items-2 .iwrap,
    .c9-sc-blog article.item.isfeature.items-3 .iwrap {
        height: auto;
    }
    .c9-sc-blog article.item.isfeature.items-2 .c9-text,
    .c9-sc-blog article.item.isfeature.items-3 .c9-text {
        min-height: 0;
    }
}

@media screen and (max-width:768px) {
    .c9-sc-blog article.item.isfeature {
        margin: 0 !important;
    }
    .c9-sc-blog article.item.isfeature .c9-alt {
        min-height: 0;
        width: 100%;
        margin: 0 0 2rem;
        padding: 0 !important;
    }
    .c9-sc-blog article.item.isfeature .c9-text {
        height: auto;
        min-height: 0;
    }
    .c9-sc-blog article.item.isfeature .c9-image {
        margin-bottom: 1rem;
    }
    .c9-sc-blog article.item.isfeature .button {
        align-self: flex-start;
    }
    .c9-sc-blog article.item.isfeature .c9-altl .footer,
    .c9-sc-blog article.item.isfeature .c9-altr .footer {
        left: 0;
        right: 0;
    }
    .c9-sc-blog article.item .content {
        height: auto;
    }
}

@media screen and (max-width:640px) {
    .c9-sc-blog article.item .content {
        height: auto;
    }
}

.off-canvas-filter {
    width: 300px;
    max-width: calc(100% - 30px);
    margin-top: var(--c9-hh);
    padding: 1rem 0;
    background: #fff;
    border-top: 1px solid #ddd;
    transform: translateX(300px);
    z-index: 4;
}

.off-canvas-filter.is-open {
    transform: translate(0, 0);
}

.off-canvas-filter .sidebar-item {
    margin-bottom: .9375rem;
}

.off-canvas-filter .sidebar-item h6 {
    text-transform: capitalize;
    font-size: 22px;
    color: #484848;
    margin: 0 0 27px;
    padding-left: 10px;
    line-height: 35px;
    background: #eee;
}

.off-canvas-filter .sidebar-item h6:before {
    content: "";
    width: 2px;
    height: 35px;
    background: #360;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 -10px;
}

.off-canvas-filter .social-links {
    float: left;
    list-style: none;
}

.off-canvas-filter .social-links li {
    float: left;
    margin-right: 5px;
}

.off-canvas-filter .social-links .fa {
    font-size: 2.5rem;
}

.c9-sc-service.c9-vertical .row.c9-flex {
    -webkit-flex-direction: column;
    flex-direction: column;
}

.c9-sc-service article.item {
    padding: 0 .9375rem 2rem !important;
    margin: 0 !important;
}

.c9-sc-service article.item.isfeature {
    padding: 0;
    margin: 0 0 2rem !important;
}

.c9-sc-service article.item .iwrap {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    background: none;
    -moz-transition: all .75s ease;
    -webkit-transition: all .75s ease;
    transition: all .75s ease;
    isolation: isolate;
}

.c9-sc-service article.item.isfeature .iwrap {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 .9375rem;
}

.c9-sc-service article.item.isbox .iwrap {
    background: -moz-linear-gradient(top, rgba(250, 251, 252, 0) 0%, rgba(250, 251, 252, .1) 30%, #fafbfc 100%);
    background: -webkit-linear-gradient(top, rgba(250, 251, 252, 0) 0%, rgba(250, 251, 252, .1) 30%, #fafbfc 100%);
    background: linear-gradient(to bottom, rgba(250, 251, 252, 0) 0%, rgba(250, 251, 252, .1) 30%, #fafbfc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='scale-color($gray-faint, $lightness: +50%)', endColorstr='scale-color($gray-faint, $lightness: +50%)', GradientType=0);
    border: 1px solid #e8e8e8;
    border-image: -moz-linear-gradient(top, #f0f0f0, #e0e0e0);
    border-image: -webkit-linear-gradient(top, #f0f0f0, #e0e0e0);
    border-image: linear-gradient(to bottom, #f0f0f0, #e0e0e0);
    border-image-slice: 1;
    -moz-transition: all .75s ease, box-shadow .2s ease, border 0s;
    -webkit-transition: all .75s ease, box-shadow .2s ease, border 0s;
    transition: all .75s ease, box-shadow .2s ease, border 0s;
}

html.no-touch .c9-sc-service article.item.isbox.islink .iwrap:hover {
    background: -moz-linear-gradient(top, rgba(244, 246, 248, 0) 0%, rgba(244, 246, 248, .1) 30%, #f4f6f8 100%);
    background: -webkit-linear-gradient(top, rgba(244, 246, 248, 0) 0%, rgba(244, 246, 248, .1) 30%, #f4f6f8 100%);
    background: linear-gradient(to bottom, rgba(244, 246, 248, 0) 0%, rgba(244, 246, 248, .1) 30%, #f4f6f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$gray-faint', endColorstr='$gray-faint', GradientType=0);
    border-image: -moz-linear-gradient(top, #f0f0f0, #c8c8c8);
    border-image: -webkit-linear-gradient(top, #f0f0f0, #c8c8c8);
    border-image: linear-gradient(to bottom, #f0f0f0, #c8c8c8);
    border-image-slice: 1;
    -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, .05);
    box-shadow: 1px 1px 0 rgba(0, 0, 0, .05);
}

.c9-sc-service article.item.isfeature .c9-alt {
    min-height: 250px;
    padding: 0;
    margin: 0;
}

.c9-sc-service article.item.isfeature .c9-altl,
.c9-sc-service article.item.isfeature .c9-alt-l {
    padding-right: .9375rem;
}

.c9-sc-service article.item.isfeature .c9-altr,
.c9-sc-service article.item.isfeature .c9-alt-r {
    padding-left: .9375rem;
}

.c9-sc-service article.item.isfeature .c9-text {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 250px;
    background: none;
    -moz-transition: all .75s ease, box-shadow .2s ease, border 0s;
    -webkit-transition: all .75s ease, box-shadow .2s ease, border 0s;
    transition: all .75s ease, box-shadow .2s ease, border 0s;
}

.c9-sc-service article.item .link {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    margin: 0;
}

.c9-sc-service article.item .image {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0;
    padding-top: calc(100%*var(--c9-img-ratio));
    border-radius: var(--c9-img-radius);
    background-color: #fff;
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    mix-blend-mode: darken;
    -moz-transition: all .75s ease;
    -webkit-transition: all .75s ease;
    transition: all .75s ease;
}

.c9-sc-service article.item.isbox .image {
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
}

.no-backgroundblendmode .c9-sc-service article.item .image {
    top: 0;
    left: 0;
    width: 100%;
}

html.no-touch .c9-sc-service article.item.islink .iwrap:hover .image {
    filter: brightness(125%) saturate(110%);
}

.c9-sc-service article.item .link:active~.image,
.c9-sc-service article.item .link:focus~.image {
    box-shadow: 1px 1px 0 rgba(0, 0, 0, .1);
}

.c9-sc-service article.item .headings {
    padding: .5rem 0 0;
    text-align: left;
}

.c9-sc-service article.item.isbox .headings {
    padding: .5rem .9375rem 0;
}

.c9-sc-service article.item .headings h6,
.c9-sc-service article.item .headings h5,
.c9-sc-service article.item .headings h4,
.c9-sc-service article.item .headings h3,
.c9-sc-service article.item .headings h2 {
    margin: 0;
    font-weight: 600;
    color: #484848;
    -moz-transition: all .75s ease;
    -webkit-transition: all .75s ease;
    transition: all .75s ease;
}

.c9-sc-service article.item .headings h5 {
    font-size: 14.5px;
}

.c9-sc-service article.item .headings h5 {
    font-size: 16px;
}

.c9-sc-service article.item .headings h4 {
    font-size: 18px;
}

.c9-sc-service article.item .headings h4 {
    font-size: 20px;
}

.c9-sc-service article.item .headings h3 {
    font-size: 22px;
}

html.no-touch .c9-sc-service article.item.islink .iwrap:hover .headings h6,
html.no-touch .c9-sc-service article.item.islink .iwrap:hover .headings h5,
html.no-touch .c9-sc-service article.item.islink .iwrap:hover .headings h4,
html.no-touch .c9-sc-service article.item.islink .iwrap:hover .headings h3,
html.no-touch .c9-sc-service article.item.islink .iwrap:hover .headings h2 {
    color: #2b5700;
}

.c9-sc-service article.item hr {
    width: 100%;
    max-width: 100%;
    height: 0;
    margin: 1rem auto !important;
    border: 0;
    border-bottom: 1px solid #eee;
}

.c9-sc-service article.item .content {
    position: relative;
    height: 100%;
    padding: 0 0 .9375rem;
    text-align: left;
    transition: all .5s ease;
}

.c9-sc-service article.item.isbox .content {
    padding-left: .9375rem;
    padding-right: .9375rem;
}

.c9-sc-service article.item.iscta .content {
    padding-bottom: 2rem;
}

.c9-sc-service article.item.isbutton .content {
    padding-bottom: 4rem;
}

.c9-sc-service article.item.isbutton.isfeature .content {
    padding-bottom: 3rem;
}

.c9-sc-service article.item.isbutton.iscta .content {
    padding-bottom: 6rem;
}

.c9-sc-service article.item .content .text {
    font-weight: 400;
    -moz-transition: all .75s ease;
    -webkit-transition: all .75s ease;
    transition: all .75s ease;
}

.c9-sc-service article.item .content .text {
    margin: 0;
    color: #717171;
}

.c9-sc-service article.item .content .text,
.c9-sc-service article.item .content .text p,
.c9-sc-service article.item .content .text li {
    font-size: 14.5px;
}

.c9-sc-service article.item.isfeature .content .text {
    color: #585858;
}

.c9-sc-service article.item.isfeature .content .text,
.c9-sc-service article.item.isfeature .content .text p,
.c9-sc-service article.item.isfeature .content .text li {
    font-size: 90%;
}

.c9-sc-service article.item.isfeature.items-1 .content .text,
.c9-sc-service article.item.isfeature.items-1 .content .text p,
.c9-sc-service article.item.isfeature.items-1 .content .text li {
    font-size: 100%;
    font-weight: normal;
    line-height: 1.2;
}

.c9-sc-service article.item .footer {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
}

.c9-sc-service article.item.isbutton .footer {
    border-bottom: 1px solid #eee;
}

.c9-sc-service article.item.isfeature .footer {
    display: flex;
    flex-direction: column;
    left: .9375rem;
    right: .9375rem;
}

.c9-sc-service article.item.isfeature .c9-altl .footer,
.c9-sc-service article.item.isfeature .c9-alt-l .footer {
    left: 0;
}

.c9-sc-service article.item.isfeature .c9-altr .footer,
.c9-sc-service article.item.isfeature .c9-alt-r .footer {
    right: 0;
}

.c9-sc-service article.item.isbox .footer {
    padding: 0 1em 1em;
    border-bottom: none;
}

.c9-sc-service article.item.isfeature.isbox .footer {
    padding: 0 .9375rem 1em;
}

.c9-sc-service article.item .footer .cta {
    padding: 5px 0;
}

.c9-sc-service article.item .footer .text {
    margin: 0;
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.1em;
    color: #2b5700;
    transition: all .5s ease;
}

.c9-sc-service article.item .footer .button {
    position: relative;
    bottom: -1px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: .85em 1em;
    -webkit-appearance: none;
    border-radius: 0;
    font-size: .9em;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background: rgba(128, 128, 128, .05);
    color: #484848;
    border: 1px solid #a4a4a4;
    transition: all .25s ease, background-color .25s ease-out, color .25s ease-out;
    -moz-transition: all .25s ease, background-color .25s ease-out, color .25s ease-out;
    -webkit-transition: all .25s ease, background-color .25s ease-out, color .25s ease-out;
}

.c9-sc-service article.item .footer .button:after {
    position: absolute;
    right: .1rem;
    content: "";
    font-family: LineAwesome;
    color: transparent;
    opacity: 0;
    transition: all .75s ease;
}

.c9-sc-service article.item.isfeature .footer .button {
    left: 0;
}

.c9-sc-service article.item.isbox .footer .button {
    bottom: 0;
}

html.no-touch .c9-sc-service article.item.islink .iwrap:hover .footer .button {
    background: #484848;
    color: #fff;
    border: 1px solid #484848;
}

html.no-touch .c9-sc-service article.item.islink .iwrap:hover .footer .button:after {
    color: #fff;
    opacity: 1;
}

@media screen and (max-width:992px) {
    .c9-sc-service article.item {
        width: 33.3333333%;
    }
    .c9-sc-service article.item.isfeature {
        width: inherit;
    }
}

@media screen and (max-width:768px) {
    .c9-sc-service article.item {
        width: 50%;
    }
    .c9-sc-service article.item.isfeature {
        width: inherit;
    }
}

@media screen and (max-width:640px) {
    .c9-sc-service article.item {
        width: 100%;
    }
    .c9-sc-service article.item.isfeature {
        width: inherit;
    }
}

@media screen and (min-width:769px) {
    .c9-sc-service article.item.isfeature.items-1 .headings {
        padding-top: 0;
    }
    .c9-sc-service article.item.isfeature.items-2,
    .c9-sc-service article.item.isfeature.items-3,
    .c9-sc-service article.item.isfeature.items-4,
    .c9-sc-service article.item.isfeature.items-2 .footer,
    .c9-sc-service article.item.isfeature.items-3 .footer,
    .c9-sc-service article.item.isfeature.items-4 .footer {
        border-bottom: none;
    }
    .c9-sc-service article.item.isbutton.isfeature.items-2 .link,
    .c9-sc-service article.item.isbutton.isfeature.items-3 .link,
    .c9-sc-service article.item.isbutton.isfeature.items-4 .link {
        border-bottom: 1px solid #eee;
    }
    .c9-sc-service article.item.isfeature .c9-alt {
        order: inherit !important;
        width: 50%;
    }
    .c9-sc-service article.item.isfeature.isvertical.items-1 .c9-alt {
        min-height: 100%;
    }
    .c9-sc-service article.item.isfeature.isvertical.items-1 .c9-alt.c9-text {
        height: auto;
    }
    .c9-sc-service article.item.isfeature.isvertical.items-1 .c9-alt.c9-text,
    .c9-sc-service article.item.isfeature.items-2 .c9-alt.c9-text,
    .c9-sc-service article.item.isfeature.items-3 .c9-alt.c9-text,
    .c9-sc-service article.item.isfeature.items-4 .c9-alt.c9-text {
        width: 66.6666666%;
    }
    .c9-sc-service article.item.isfeature.isvertical.items-1 .c9-alt.c9-image,
    .c9-sc-service article.item.isfeature.items-2 .c9-alt.c9-image,
    .c9-sc-service article.item.isfeature.items-3 .c9-alt.c9-image,
    .c9-sc-service article.item.isfeature.items-4 .c9-alt.c9-image {
        width: 33.3333333%;
    }
    .c9-sc-service article.item.isfeature .c9-altr .button,
    .c9-sc-service article.item.isfeature .c9-alt-r .button {
        align-self: flex-start;
    }
    .c9-sc-service article.item.isfeature .c9-altl .button,
    .c9-sc-service article.item.isfeature .c9-alt-l .button {
        align-self: flex-end;
    }
    .c9-sc-service article.item.isfeature.items-2 .c9-alt .button,
    .c9-sc-service article.item.isfeature.items-3 .c9-alt .button,
    .c9-sc-service article.item.isfeature.items-4 .c9-alt .button {
        align-self: flex-start;
        bottom: 1px;
    }
}

@media screen and (max-width:992px) {
    .c9-sc-service article.item.isfeature.items-2 .iwrap,
    .c9-sc-service article.item.isfeature.items-3 .iwrap {
        height: auto;
    }
    .c9-sc-service article.item.isfeature.items-2 .c9-text,
    .c9-sc-service article.item.isfeature.items-3 .c9-text {
        min-height: 0;
    }
}

@media screen and (max-width:768px) {
    .c9-sc-service article.item.isfeature {
        margin: 0 !important;
    }
    .c9-sc-service article.item.isfeature .c9-alt {
        min-height: unset;
        width: 100%;
        margin: 0 0 2rem;
        padding: 0 !important;
    }
    .c9-sc-service article.item.isfeature .c9-text {
        height: auto;
        min-height: unset;
    }
    .c9-sc-service article.item.isfeature .c9-image {
        margin-bottom: 1rem;
    }
    .c9-sc-service article.item.isfeature .button {
        align-self: flex-start;
    }
    .c9-sc-service article.item.isfeature .c9-altl .footer,
    .c9-sc-service article.item.isfeature .c9-alt-l .footer,
    .c9-sc-service article.item.isfeature .c9-altr .footer,
    .c9-sc-service article.item.isfeature .c9-alt-r .footer {
        left: 0;
        right: 0;
    }
    .c9-sc-service article.item .content {
        height: auto;
    }
}

@media screen and (max-width:640px) {
    .c9-sc-service article.item .content {
        height: auto;
    }
}

.c9-pimproduct-page .container.full-width section.images .c9-slider .slider-for .item .image>a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .2) 100px, transparent 200px);
    z-index: 1;
}

.c9-pimproduct-page .container.full-width section.images .c9-slider .slider-for .item .image a .overlayicon {
    transition: background-color .75s ease-in-out 0s, opacity .75s ease-in-out 0s;
}

.c9-pimproduct-page .container.full-width section.images .c9-slider .slider-for .item .image a img {
    transition: all .75s ease-in-out;
}

html.no-touch .c9-pimproduct-page .container.full-width section.images .c9-slider .slider-for .item .image a:hover img {
    filter: brightness(110%) saturate(120%);
}

.c9-pimproduct-page .container.full-width section.images .c9-slider .slider-for .item {
    padding: 0;
}

html.no-touch .c9-pimproduct-page .container.full-width section.images .c9-slider .slider-for .item .image a:hover .overlayicon {
    background-color: rgba(0, 0, 0, .1);
}

.c9-sc-pimcategories.c9-vertical .row.c9-flex {
    -webkit-flex-direction: column;
    flex-direction: column;
}

.c9-sc-pimcategories article.item {
    padding: 0 .9375rem 2rem !important;
    margin: 0 !important;
}

.c9-sc-pimcategories article.item.isfeature {
    padding: 0;
    margin: 0 0 2rem !important;
}

.c9-sc-pimcategories article.item .iwrap {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    background: none;
    -moz-transition: all .75s ease;
    -webkit-transition: all .75s ease;
    transition: all .75s ease;
    isolation: isolate;
}

.c9-sc-pimcategories article.item.isfeature .iwrap {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 .9375rem;
}

.c9-sc-pimcategories article.item.isbox .iwrap {
    background: -moz-linear-gradient(top, rgba(250, 251, 252, 0) 0%, rgba(250, 251, 252, .1) 30%, #fafbfc 100%);
    background: -webkit-linear-gradient(top, rgba(250, 251, 252, 0) 0%, rgba(250, 251, 252, .1) 30%, #fafbfc 100%);
    background: linear-gradient(to bottom, rgba(250, 251, 252, 0) 0%, rgba(250, 251, 252, .1) 30%, #fafbfc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='scale-color($gray-faint, $lightness: +50%)', endColorstr='scale-color($gray-faint, $lightness: +50%)', GradientType=0);
    border: 1px solid #e8e8e8;
    border-image: -moz-linear-gradient(top, #f0f0f0, #e0e0e0);
    border-image: -webkit-linear-gradient(top, #f0f0f0, #e0e0e0);
    border-image: linear-gradient(to bottom, #f0f0f0, #e0e0e0);
    border-image-slice: 1;
    -moz-transition: all .75s ease, box-shadow .2s ease, border 0s;
    -webkit-transition: all .75s ease, box-shadow .2s ease, border 0s;
    transition: all .75s ease, box-shadow .2s ease, border 0s;
}

html.no-touch .c9-sc-pimcategories article.item.isbox.islink .iwrap:hover {
    background: -moz-linear-gradient(top, rgba(244, 246, 248, 0) 0%, rgba(244, 246, 248, .1) 30%, #f4f6f8 100%);
    background: -webkit-linear-gradient(top, rgba(244, 246, 248, 0) 0%, rgba(244, 246, 248, .1) 30%, #f4f6f8 100%);
    background: linear-gradient(to bottom, rgba(244, 246, 248, 0) 0%, rgba(244, 246, 248, .1) 30%, #f4f6f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$gray-faint', endColorstr='$gray-faint', GradientType=0);
    border-image: -moz-linear-gradient(top, #f0f0f0, #c8c8c8);
    border-image: -webkit-linear-gradient(top, #f0f0f0, #c8c8c8);
    border-image: linear-gradient(to bottom, #f0f0f0, #c8c8c8);
    border-image-slice: 1;
    -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, .05);
    box-shadow: 1px 1px 0 rgba(0, 0, 0, .05);
}

.c9-sc-pimcategories article.item.isfeature .c9-alt {
    min-height: 250px;
    padding: 0;
    margin: 0;
}

.c9-sc-pimcategories article.item.isfeature .c9-altl,
.c9-sc-pimcategories article.item.isfeature .c9-alt-l {
    padding-right: .9375rem;
}

.c9-sc-pimcategories article.item.isfeature .c9-altr,
.c9-sc-pimcategories article.item.isfeature .c9-alt-r {
    padding-left: .9375rem;
}

.c9-sc-pimcategories article.item.isfeature .c9-text {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 250px;
    background: none;
    -moz-transition: all .75s ease, box-shadow .2s ease, border 0s;
    -webkit-transition: all .75s ease, box-shadow .2s ease, border 0s;
    transition: all .75s ease, box-shadow .2s ease, border 0s;
}

.c9-sc-pimcategories article.item .link {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    margin: 0;
}

.c9-sc-pimcategories article.item .image {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0;
    padding-top: calc(100%*var(--c9-img-ratio));
    border-radius: var(--c9-img-radius);
    background-color: #fff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    mix-blend-mode: darken;
    -moz-transition: all .75s ease;
    -webkit-transition: all .75s ease;
    transition: all .75s ease;
}

.c9-sc-pimcategories article.item.isbox .image {
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
}

.no-backgroundblendmode .c9-sc-pimcategories article.item .image {
    top: 0;
    left: 0;
    width: 100%;
}

html.no-touch .c9-sc-pimcategories article.item.islink .iwrap:hover .image {
    filter: brightness(125%) saturate(110%);
}

.c9-sc-pimcategories article.item .link:active~.image,
.c9-sc-pimcategories article.item .link:focus~.image {
    box-shadow: 1px 1px 0 rgba(0, 0, 0, .1);
}

.c9-sc-pimcategories article.item .headings {
    padding: .5rem 0 0;
    text-align: left;
}

.c9-sc-pimcategories article.item.isbox .headings {
    padding: .5rem .9375rem 0;
}

.c9-sc-pimcategories article.item .headings h6,
.c9-sc-pimcategories article.item .headings h5,
.c9-sc-pimcategories article.item .headings h4,
.c9-sc-pimcategories article.item .headings h3,
.c9-sc-pimcategories article.item .headings h2 {
    margin: 0;
    font-weight: 600;
    color: #484848;
    -moz-transition: all .75s ease;
    -webkit-transition: all .75s ease;
    transition: all .75s ease;
}

.c9-sc-pimcategories article.item .headings h5 {
    font-size: 14.5px;
}

.c9-sc-pimcategories article.item .headings h5 {
    font-size: 16px;
}

.c9-sc-pimcategories article.item .headings h4 {
    font-size: 18px;
}

.c9-sc-pimcategories article.item .headings h4 {
    font-size: 20px;
}

.c9-sc-pimcategories article.item .headings h3 {
    font-size: 22px;
}

html.no-touch .c9-sc-pimcategories article.item.islink .iwrap:hover .headings h6,
html.no-touch .c9-sc-pimcategories article.item.islink .iwrap:hover .headings h5,
html.no-touch .c9-sc-pimcategories article.item.islink .iwrap:hover .headings h4,
html.no-touch .c9-sc-pimcategories article.item.islink .iwrap:hover .headings h3,
html.no-touch .c9-sc-pimcategories article.item.islink .iwrap:hover .headings h2 {
    color: #2b5700;
}

.c9-sc-pimcategories article.item hr {
    width: 100%;
    max-width: 100%;
    height: 0;
    margin: 1rem auto !important;
    border: 0;
    border-bottom: 1px solid #eee;
}

.c9-sc-pimcategories article.item .content {
    position: relative;
    height: 100%;
    padding: 0 0 .9375rem;
    text-align: left;
    transition: all .5s ease;
}

.c9-sc-pimcategories article.item.isbox .content {
    padding-left: .9375rem;
    padding-right: .9375rem;
}

.c9-sc-pimcategories article.item.iscta .content {
    padding-bottom: 2rem;
}

.c9-sc-pimcategories article.item.isbutton .content {
    padding-bottom: 4rem;
}

.c9-sc-pimcategories article.item.isbutton.iscta .content {
    padding-bottom: 6rem;
}

.c9-sc-pimcategories article.item .content .text {
    font-weight: 400;
    -moz-transition: all .75s ease;
    -webkit-transition: all .75s ease;
    transition: all .75s ease;
}

.c9-sc-pimcategories article.item .content .text {
    margin: 0;
    color: #717171;
}

.c9-sc-pimcategories article.item .content .text,
.c9-sc-pimcategories article.item .content .text p,
.c9-sc-pimcategories article.item .content .text li {
    font-size: 14.5px;
}

.c9-sc-pimcategories article.item.isfeature .content .text {
    color: #585858;
}

.c9-sc-pimcategories article.item.isfeature .content .text,
.c9-sc-pimcategories article.item.isfeature .content .text p,
.c9-sc-pimcategories article.item.isfeature .content .text li {
    font-size: 90%;
}

.c9-sc-pimcategories article.item.isfeature.items-1 .content .text,
.c9-sc-pimcategories article.item.isfeature.items-1 .content .text p,
.c9-sc-pimcategories article.item.isfeature.items-1 .content .text li {
    font-size: 100%;
    font-weight: normal;
    line-height: 1.2;
}

.c9-sc-pimcategories article.item .footer {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
}

.c9-sc-pimcategories article.item.isbutton .footer {
    border-bottom: 1px solid #eee;
}

.c9-sc-pimcategories article.item.isfeature .footer {
    display: flex;
    flex-direction: column;
    left: .9375rem;
    right: .9375rem;
}

.c9-sc-pimcategories article.item.isfeature .c9-altl .footer,
.c9-sc-pimcategories article.item.isfeature .c9-alt-l .footer {
    left: 0;
}

.c9-sc-pimcategories article.item.isfeature .c9-altr .footer,
.c9-sc-pimcategories article.item.isfeature .c9-alt-r .footer {
    right: 0;
}

.c9-sc-pimcategories article.item.isbox .footer {
    padding: 0 1em 1em;
    border-bottom: none;
}

.c9-sc-pimcategories article.item.isfeature.isbox .footer {
    padding: 0 .9375rem 1em;
}

.c9-sc-pimcategories article.item .footer .cta {
    padding: 5px 0;
}

.c9-sc-pimcategories article.item .footer .text {
    margin: 0;
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.1em;
    color: #2b5700;
    transition: all .5s ease;
}

.c9-sc-pimcategories article.item .footer .button {
    position: relative;
    bottom: -1px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: .85em 1em;
    -webkit-appearance: none;
    border-radius: 0;
    font-size: .9em;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background: rgba(128, 128, 128, .05);
    color: #484848;
    border: 1px solid #a4a4a4;
    transition: all .25s ease, background-color .25s ease-out, color .25s ease-out;
    -moz-transition: all .25s ease, background-color .25s ease-out, color .25s ease-out;
    -webkit-transition: all .25s ease, background-color .25s ease-out, color .25s ease-out;
}

.c9-sc-pimcategories article.item .footer .button:after {
    position: absolute;
    right: .1rem;
    content: "";
    font-family: LineAwesome;
    color: transparent;
    opacity: 0;
    transition: all .75s ease;
}

.c9-sc-pimcategories article.item.isfeature .footer .button {
    left: 0;
}

.c9-sc-pimcategories article.item.isbox .footer .button {
    bottom: 0;
}

html.no-touch .c9-sc-pimcategories article.item.islink .iwrap:hover .footer .button {
    background: #484848;
    color: #fff;
    border: 1px solid #484848;
}

html.no-touch .c9-sc-pimcategories article.item.islink .iwrap:hover .footer .button:after {
    color: #fff;
    opacity: 1;
}

@media screen and (max-width:992px) {
    .c9-sc-pimcategories article.item {
        width: 33.3333333%;
    }
    .c9-sc-pimcategories article.item.isfeature {
        width: inherit;
    }
}

@media screen and (max-width:768px) {
    .c9-sc-pimcategories article.item {
        width: 50%;
    }
    .c9-sc-pimcategories article.item.isfeature {
        width: inherit;
    }
}

@media screen and (max-width:640px) {
    .c9-sc-pimcategories article.item {
        width: 100%;
    }
    .c9-sc-pimcategories article.item.isfeature {
        width: inherit;
    }
}

@media screen and (min-width:769px) {
    .c9-sc-pimcategories article.item.isfeature.items-2,
    .c9-sc-pimcategories article.item.isfeature.items-3,
    .c9-sc-pimcategories article.item.isfeature.items-4,
    .c9-sc-pimcategories article.item.isfeature.items-2 .footer,
    .c9-sc-pimcategories article.item.isfeature.items-3 .footer,
    .c9-sc-pimcategories article.item.isfeature.items-4 .footer {
        border-bottom: none;
    }
    .c9-sc-pimcategories article.item.isbutton.isfeature.items-2 .link,
    .c9-sc-pimcategories article.item.isbutton.isfeature.items-3 .link,
    .c9-sc-pimcategories article.item.isbutton.isfeature.items-4 .link {
        border-bottom: 1px solid #eee;
    }
    .c9-sc-pimcategories article.item.isfeature .c9-alt {
        order: inherit !important;
        width: 50%;
    }
    .c9-sc-pimcategories article.item.isfeature.items-2 .c9-alt.c9-text,
    .c9-sc-pimcategories article.item.isfeature.items-3 .c9-alt.c9-text,
    .c9-sc-pimcategories article.item.isfeature.items-4 .c9-alt.c9-text {
        width: 66.6666666%;
    }
    .c9-sc-pimcategories article.item.isfeature.items-2 .c9-alt.c9-image,
    .c9-sc-pimcategories article.item.isfeature.items-3 .c9-alt.c9-image,
    .c9-sc-pimcategories article.item.isfeature.items-4 .c9-alt.c9-image {
        width: 33.3333333%;
    }
    .c9-sc-pimcategories article.item.isfeature .c9-altr .button,
    .c9-sc-pimcategories article.item.isfeature .c9-alt-r .button {
        align-self: flex-start;
    }
    .c9-sc-pimcategories article.item.isfeature .c9-altl .button,
    .c9-sc-pimcategories article.item.isfeature .c9-alt-l .button {
        align-self: flex-end;
    }
    .c9-sc-pimcategories article.item.isfeature.items-2 .c9-alt .button,
    .c9-sc-pimcategories article.item.isfeature.items-3 .c9-alt .button,
    .c9-sc-pimcategories article.item.isfeature.items-4 .c9-alt .button {
        align-self: flex-start;
        bottom: 1px;
    }
}

@media screen and (max-width:992px) {
    .c9-sc-pimcategories article.item.isfeature.items-2 .iwrap,
    .c9-sc-pimcategories article.item.isfeature.items-3 .iwrap {
        height: auto;
    }
    .c9-sc-pimcategories article.item.isfeature.items-2 .c9-text,
    .c9-sc-pimcategories article.item.isfeature.items-3 .c9-text {
        min-height: 0;
    }
}

@media screen and (max-width:768px) {
    .c9-sc-pimcategories article.item.isfeature {
        margin: 0 !important;
    }
    .c9-sc-pimcategories article.item.isfeature .c9-alt {
        min-height: unset;
        width: 100%;
        margin: 0 0 2rem;
        padding: 0 !important;
    }
    .c9-sc-pimcategories article.item.isfeature .c9-text {
        height: auto;
        min-height: unset;
    }
    .c9-sc-pimcategories article.item.isfeature .c9-image {
        margin-bottom: 1rem;
    }
    .c9-sc-pimcategories article.item.isfeature .button {
        align-self: flex-start;
    }
    .c9-sc-pimcategories article.item.isfeature .c9-altl .footer,
    .c9-sc-pimcategories article.item.isfeature .c9-alt-l .footer,
    .c9-sc-pimcategories article.item.isfeature .c9-altr .footer,
    .c9-sc-pimcategories article.item.isfeature .c9-alt-r .footer {
        left: 0;
        right: 0;
    }
    .c9-sc-pimcategories article.item .content {
        height: auto;
    }
}

@media screen and (max-width:640px) {
    .c9-sc-pimcategories article.item .content {
        height: auto;
    }
}

.c9-contact {
    margin-bottom: 2rem;
}

.c9-contact .contact-details .contact-heading {
    display: flex;
    flex-direction: row;
}

.c9-contact .contact-details .contact-items {
    display: flex;
    flex-direction: column;
}

.c9-contact .contact-details .contact-items .contact-item {
    display: flex;
    flex-direction: row;
    margin-bottom: .5rem;
}

.c9-contact .contact-details .contact-items .contact-item h2,
.c9-contact .contact-details .contact-items .contact-item h3,
.c9-contact .contact-details .contact-items .contact-item h4,
.c9-contact .contact-details .contact-items .contact-item h5,
.c9-contact .contact-details .contact-items .contact-item h6,
.c9-contact .contact-details .contact-items .contact-item p {
    margin: 0;
}

.c9-contact .contact-details .contact-items .contact-item h2:not(:last-child),
.c9-contact .contact-details .contact-items .contact-item h3:not(:last-child),
.c9-contact .contact-details .contact-items .contact-item h4:not(:last-child),
.c9-contact .contact-details .contact-items .contact-item h5:not(:last-child),
.c9-contact .contact-details .contact-items .contact-item h6:not(:last-child),
.c9-contact .contact-details .contact-items .contact-item p:not(:last-child) {
    margin-bottom: .5rem;
}

.c9-contact .contact-details .contact-items .contact-item .label {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    text-align: left;
    line-height: 28px;
    padding: 0;
    font-size: 100%;
    color: #484848;
}

.c9-contact .contact-details .contact-items .contact-item .label.icon {
    min-width: 2rem;
}

.c9-contact .contact-details .contact-items .contact-item .label.title {
    min-width: 4.5rem;
}

.c9-contact .contact-details .contact-items .contact-item .label.icon.title {
    min-width: 6.5rem;
}

.c9-contact .contact-details .contact-items .contact-item .label i {
    color: #360;
    font-size: 25px;
    min-width: 2rem;
    line-height: 28px;
}

.c9-contact .contact-details .contact-items .contact-item a {
    color: #360;
    text-decoration: underline;
    text-decoration-color: #52a300;
}

.c9-contact .contact-details .contact-items .contact-item.name a {
    text-decoration: none;
}

.c9-contact .contact-details .contact-items .contact-item.email a.link {
    margin-top: 0;
}

.c9-contact .contact-details .contact-items .contact-item a .wrapper {
    color: #360;
    transition: all .2s ease-in-out 0s;
}

.c9-contact .contact-details .contact-items .contact-item.name a .wrapper {
    color: #484848;
}

.c9-contact .contact-details .contact-items .contact-item.social nav.social,
.c9-contact .contact-details .contact-items .contact-item.social nav.social ul li {
    margin-bottom: 0;
}

html.no-touch .c9-contact .contact-details .contact-items .contact-item a:hover {
    cursor: pointer;
    color: #2b5700;
    text-decoration: underline;
    text-decoration-color: #360;
}

html.no-touch .c9-contact .contact-details .contact-items .contact-item.name a:hover {
    text-decoration: none;
}

html.no-touch .c9-contact .contact-details .contact-items .contact-item a:hover .wrapper {
    color: #2b5700;
}

.c9-contact .contact-details .contact-items .contact-item .wrapper>span[style^="display:block"] {
    margin-bottom: .5rem;
}

.c9-contact .contact-details .contact-items .contact-item .wrapper>span[style^="display:block"]:last-of-type {
    margin-bottom: 0;
}

.spc.umb-grid .grid-section .column>div:not(:empty) {
    background-color: #fff;
}

.spc.umb-grid .grid-section .column>div:not(:empty) .grid-editor-media,
.spc.umb-grid .grid-section .column>div:not(:empty) .grid-editor-media figure {
    width: 100%;
}

.c9-grid-padding .spc.umb-grid .grid-section .column>div:not(:empty) {
    padding: 1rem;
}

@media screen and (min-width:768px),
screen and (max-height:640px) and (orientation:landscape) {
    .spc.umb-grid .grid-section .clearfix {
        display: flex;
    }
}

@media screen and (max-width:480px) {
    .spc.umb-grid .grid-section .column>div:not(:empty) {
        width: 100%;
    }
}

.spc.blockquotes.c9-listing.c9-vertical .row.c9-flex {
    -webkit-flex-direction: column;
    flex-direction: column;
}

.spc.blockquotes.c9-listing article.item {
    padding: 0 .9375rem 1rem !important;
    margin: 0 !important;
}

.spc.blockquotes.c9-listing article.item .iwrap {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
    min-height: 100%;
    background: none;
    padding: 1rem 0 0;
    overflow: hidden;
}

.spc.blockquotes.c9-listing article.item .main {
    display: flex;
}

.spc.blockquotes.c9-listing article.item .main .logo {
    display: flex;
    align-items: flex-end;
}

.spc.blockquotes.c9-listing article.item .main .logo img {
    height: 100%;
    max-height: 60px;
    width: auto;
    object-fit: cover;
}

.spc.blockquotes.c9-listing article.item .main .bullets {
    display: flex;
    align-items: flex-end;
}

.spc.blockquotes.c9-listing article.item .main .bullets ul,
.spc.blockquotes.c9-listing article.item .main .bullets ol {
    margin: 0;
}

.spc.blockquotes.c9-listing article.item .main .bullets li:last-of-type {
    margin-bottom: 0;
}

.spc.blockquotes.c9-listing article.item .details {
    position: relative;
    height: 100%;
    padding: 0 0 1rem;
    border-bottom: 1px solid #e5eaee;
    transition: all .5s ease;
}

.spc.blockquotes.c9-listing article.item:last-child .details {
    border-bottom: none;
}

.spc.blockquotes.c9-listing article.item.isbox .details {
    padding: 0 .9375rem .9375rem;
}

.spc.blockquotes.c9-listing article.item .details:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    background: none;
}

.spc.blockquotes.c9-listing article.item .details.expandable .toggle {
    display: none;
    visibility: hidden;
}

.spc.blockquotes.c9-listing article.item .details.expandable .label {
    position: relative;
    display: inline-block;
    padding: 0;
    line-height: 30px;
    margin: 15px 0;
    width: auto;
    text-align: left;
    white-space: normal;
}

html.no-touch .spc.blockquotes.c9-listing article.item .details.expandable .label:hover {
    cursor: pointer;
    cursor: hand;
}

.spc.blockquotes.c9-listing article.item .details.expandable .label:before {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 30px;
    font-size: 24px;
    font-weight: normal;
    font-family: LineAwesome;
    color: #360;
    content: "";
    transition: all .75s ease;
}

.spc.blockquotes.c9-listing article.item .details.expandable .toggle:checked+.label:before {
    content: "";
}

html.no-touch .spc.blockquotes.c9-listing article.item .details.expandable .label:hover:before {
    color: #52a300;
    font-weight: bold;
}

.spc.blockquotes.c9-listing article.item .details.expandable .label .text {
    display: inline-block;
    padding-left: 40px;
    line-height: 30px;
    color: #484848;
    font-size: 18px;
    font-weight: normal;
}

.spc.blockquotes.c9-listing article.item .details.expandable .label .text {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.spc.blockquotes.c9-listing article.item .details.expandable .label .text .la-ellipsis-h {
    vertical-align: bottom;
    margin-left: 5px;
    padding-bottom: 1px;
    transition: all .75s ease;
}

.spc.blockquotes.c9-listing article.item .details.expandable .toggle:checked~.label .text .la-ellipsis-h {
    display: none;
}

.spc.blockquotes.c9-listing article.item .details.expandable .dwrap {
    height: auto;
    margin-bottom: 0;
    max-height: 0;
    opacity: 0;
    transition: opacity .8s ease-in-out, max-height .5s ease-in-out;
}

.spc.blockquotes.c9-listing article.item .details.expandable .toggle:checked~.dwrap {
    max-height: 800px;
    opacity: 1;
}

.spc.blockquotes.c9-listing article.item .details .headings .heading {
    margin-top: 0;
}

.spc.blockquotes.c9-listing article.item .details .headings .subheading p {
    margin-top: 0;
}

.spc.blockquotes.c9-listing article.item .details blockquote {
    padding: .5625em 1rem .5625em 3rem;
    margin-bottom: 0;
    font-size: 18px !important;
    font-weight: normal !important;
    font-style: normal !important;
    transition: all .75s ease;
}

.spc.blockquotes.c9-listing article.item .details blockquote:before {
    top: 0;
    left: 0;
}

.spc.blockquotes.c9-listing article.item .details cite {
    position: relative;
    display: block;
    margin: 1rem 0 0;
    padding-left: 1.5rem;
    color: #888;
    font-style: normal;
    font-size: .85em;
}

.spc.blockquotes.c9-listing article.item .details cite:before {
    position: absolute;
    content: "—";
    display: inline-block;
    top: 0;
    left: 0;
    font-family: LineAwesome;
}

.spc.blockquotes.c9-listing article.item .details cite .name {
    font-weight: bold;
}

.spc.blockquotes.c9-listing article.item .details blockquote p {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: inherit !important;
    font-weight: inherit !important;
    font-style: inherit !important;
}

.spc.blockquotes.c9-listing article.item .details blockquote p:last-of-type {
    margin-bottom: 0;
}

@media screen and (max-width:992px) {
    .spc.blockquotes.c9-listing article.item .content.expandable .toggle:checked~.details {
        max-height: 1200px;
    }
}

@media screen and (max-width:768px) {
    .spc.blockquotes.c9-listing article.item .content.expandable .toggle:checked~.details {
        max-height: 1800px;
    }
}

@media screen and (max-width:640px) {
    .spc.blockquotes.c9-listing article.item .content.expandable .toggle:checked~.details {
        max-height: 2400px;
    }
}

.spc.blockquotes.c9-slider .row.intro {
    margin-bottom: 0 !important;
}

.spc.blockquotes.c9-slider .slick-slider {
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
}

.spc.blockquotes.c9-slider .slick-track {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.spc.blockquotes.c9-slider .slick-slide {
    height: auto;
}

.spc.blockquotes.c9-slider .slick-slide>div {
    height: 100%;
}

.spc.blockquotes.c9-slider .slick-arrow,
.spc.blockquotes.c9-slider .slick-arrow.slick-prev,
.spc.blockquotes.c9-slider .slick-arrow.slick-next {
    width: 25px;
    background-color: transparent;
    color: #484848;
}

.spc.blockquotes.c9-slider .slick-arrow.slick-disabled {
    display: none !important;
}

html.no-touch .spc.blockquotes.c9-slider .slick-arrow.slick-prev:hover,
html.no-touch .spc.blockquotes.c9-slider .slick-arrow.slick-next:hover {
    background-color: rgba(255, 255, 255, .7);
    color: #360;
}

.spc.blockquotes.c9-slider .slick-arrow.slick-prev {
    left: -10px;
}

.spc.blockquotes.c9-slider .slick-arrow.slick-prev i {
    text-align: left;
}

.spc.blockquotes.c9-slider .slick-arrow.slick-next {
    right: -10px;
}

.spc.blockquotes.c9-slider .slick-arrow.slick-next i {
    text-align: right;
}

.spc.blockquotes.c9-slider .slick-arrow i {
    font-size: 25px;
    line-height: 40px;
}

.spc.blockquotes.c9-slider .slider-for .slick-slide .item {
    height: 100%;
    padding: 1rem;
    margin-top: 0;
    margin-bottom: 0;
}

.spc.blockquotes.c9-slider .slider-for .slick-slide .item .iwrap {
    height: 100%;
    min-height: 200px;
    position: relative;
    padding: 1.5rem 1rem 1rem;
    transition: all .75s ease;
}

.spc.blockquotes.c9-slider .slider-for .slick-slide .item .iwrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    border: 1px solid #bbb;
    filter: saturate(300%) brightness(90%) opacity(60%) contrast(150%);
}

.spc.blockquotes.c9-slider .slider-for .slick-slide .item .iwrap .link {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    z-index: 2;
}

.spc.blockquotes.c9-slider .slider-for .slick-slide .item blockquote,
.spc.blockquotes.c9-slider .slider-for .quotes .slides blockquote {
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
}

.spc.blockquotes.c9-slider .slider-for .slick-slide .item blockquote:before {
    display: none;
}

.spc.blockquotes.c9-slider .slider-for .slick-slide .item blockquote .text {
    position: relative;
    padding-bottom: 1rem;
}

.spc.blockquotes.c9-slider .slider-for .slick-slide .item blockquote .text p {
    margin-top: 0;
    font-weight: 200;
    line-height: 1.1;
    font-style: italic;
    font-size: 20px;
}

.spc.blockquotes.c9-slider .slider-for .slick-slide .item blockquote .text p:last-of-type {
    margin-bottom: 0;
}

.spc.blockquotes.c9-slider .slider-for .slick-slide .item blockquote cite {
    max-width: 50%;
    margin-top: 0;
}

.spc.blockquotes.c9-slider .slider-for .slick-slide .item blockquote cite .who {
    font-style: normal;
    font-weight: 600;
}

.spc.blockquotes.c9-slider .slider-for .slick-slide .item .index {
    position: absolute;
    bottom: 1.25rem;
    right: 1rem;
}

.spc.blockquotes.c9-slider .slider-for .slick-slide .item .logo {
    position: absolute;
    height: 80px;
    width: auto;
    max-width: 100%;
    right: 0;
    bottom: 0;
    filter: opacity(.07);
    transition: all .75s ease;
    object-fit: cover;
}

.spc.blockquotes.c9-slider .slider-for .slick-slide .item.islinked .logo {
    bottom: 1.5rem;
}

html.no-touch .spc.blockquotes.c9-slider .slider-for .slick-slide .item.islinked .iwrap:hover .logo {
    filter: opacity(.5);
}

.spc.blockquotes.c9-slider .slider-for .slick-slide .item .link-caption {
    display: none;
    position: absolute;
    right: 0;
    bottom: 1rem;
    transform: translateX(-2rem);
    font-size: 1rem;
    font-style: normal;
    line-height: 1rem;
    opacity: .7;
    transition: all .75s ease;
}

.spc.blockquotes.c9-slider .slider-for .slick-slide .item.islinked .link-caption {
    display: inline-block;
}

html.no-touch .spc.blockquotes.c9-slider .slider-for .slick-slide .item.islinked .iwrap:hover .link-caption {
    color: #360;
}

.spc.blockquotes.c9-slider .slider-for .slick-slide .item .link-caption:after {
    display: none;
    position: absolute;
    right: -1.25rem;
    bottom: 0;
    content: '';
    font-family: "lineawesome";
    font-size: 1rem;
    font-style: normal;
    line-height: 1rem;
    opacity: .7;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: all .5s ease;
}

.spc.blockquotes.c9-slider .slider-for .slick-slide .item.islinked .link-caption:after {
    display: inline-block;
}

@-webkit-keyframes c9-slider-bounceRightLeft {
    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes c9-slider-bounceRightLeft {
    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

html.no-touch .spc.blockquotes.c9-slider .slider-for .slick-slide .item.islinked .iwrap:hover .link-caption:after {
    animation-duration: 1s;
    animation-name: c9-slider-bounceRightLeft;
    opacity: 1;
    content: '';
    color: #360;
}

.spc.blockquotes.c9-slider .slider-nav {
    height: auto;
}

.spc.blockquotes.c9-slider .slider-nav .slick-track {
    align-items: flex-end;
    margin: 0;
}

.spc.blockquotes.c9-slider .slider-nav .slick-slide {
    display: block;
    transform: scaleX(.7) scaleY(.7);
    height: 150px;
    margin: 0;
}

.spc.blockquotes.c9-slider .slider-nav .slick-slide>div {
    height: 100%;
    width: 100%;
    margin: 0;
}

.spc.blockquotes.c9-slider .slider-nav .slick-slide .item {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

.spc.blockquotes.c9-slider .slider-nav .slick-slide .item .iwrap {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    transition: all .75s ease;
    background: none;
    isolation: isolate;
}

html.no-touch .spc.blockquotes.c9-slider .slider-nav .item .iwrap {
    opacity: .2;
}

html.no-touch .spc.blockquotes.c9-slider .slider-nav .slick-slide.is-active .item .iwrap {
    opacity: 1;
}

html.no-touch .spc.blockquotes.c9-slider .slider-nav .slick-slide .item .iwrap:hover {
    cursor: pointer;
    cursor: hand;
    opacity: 1;
    transform: scale(1.2);
}

.spc.blockquotes.c9-slider .slider-nav .slick-slide .item img {
    display: block;
    height: auto;
    width: 100%;
    margin: auto 0 0;
    padding: 0;
    object-fit: contain;
}

.spc.blockquotes.c9-slider .slider-nav .slick-slide .item cite {
    position: relative;
    display: block;
    width: 100%;
    height: 55px;
    min-height: 55px;
    margin: 5px 0 0;
}

.spc.blockquotes.c9-slider .slider-nav .slick-slide .item cite span {
    display: inline-block;
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 1;
    font-size: 24px;
    text-align: center;
}

@media(max-width:calc(1220px)) {
    .spc.blockquotes.c9-slider .quotes {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.spc.gallery.c9-slider {
    margin-bottom: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .75s ease;
}

.spc.gallery.c9-slider.c9-initialized {
    visibility: visible;
    opacity: 1;
}

.spc.gallery.c9-slider .slider-for {
    padding: 0 !important;
}

.spc.gallery.c9-slider .slider-for .item .image a:hover .overlayicon {
    background-color: rgba(0, 0, 0, .5);
}

.spc.gallery.c9-slider .slider-for .slick-dots {
    padding: 0;
}

.spc.gallery.c9-slider .slider-for .slick-dots li[role="presentation"]:before {
    content: none;
}

.spc.gallery.c9-slider .slider-nav {
    padding: 0 10px !important;
}

html.no-touch .spc.gallery.c9-slider .slider-nav .slick-slide .image:hover img {
    filter: brightness(125%) saturate(110%);
}

.spc.gallery.c9-slider .slick-track {
    display: flex;
    flex-wrap: nowrap;
}

.spc.gallery.c9-slider .slick-slide {
    height: auto;
}

.spc.gallery.c9-slider .slider-for:not(.animation-slide) .slick-slide,
.spc.gallery.c9-slider .slider-nav:not(.animation-slide) .slick-slide {
    filter: saturate(100%) blur(0) opacity(1);
}

.spc.gallery.c9-slider .slick-slide div:first-child {
    height: 100%;
}

.spc.gallery.c9-slider .slider-nav .slick-slide .poplet {
    padding: 0 5px;
}

.spc.gallery.c9-slider .slick-vertical .slick-list {
    margin-bottom: -5px;
}

.spc.gallery.c9-slider .slick-vertical .slick-track {
    display: block;
}

.spc.gallery.c9-slider .slick-vertical .slick-slide .poplet {
    display: block !important;
    padding-bottom: 5px;
}

.spc.gallery.c9-slider .slick-slide .image {
    position: relative;
    padding: 0;
    z-index: 0;
    background-size: cover;
    background-position: center center;
    -moz-transition: all 750ms ease-out;
    -webkit-transition: all 750ms ease-out;
    transition: all 750ms ease-out;
    border: none;
    background: #fff;
}

html.no-touch .spc.gallery.c9-slider .slider-nav .slick-slide .image {
    cursor: hand;
    cursor: pointer !important;
}

.spc.gallery.c9-slider .slick-arrow {
    max-width: 0;
    background-color: rgba(51, 102, 0, .5);
    color: #fff;
    border: 1px solid rgba(51, 102, 0, .5);
    opacity: 0;
    transition: all 1s ease;
}

.spc.gallery.c9-slider .slick-arrow.slick-prev {
    left: 15px;
}

.spc.gallery.c9-slider .slick-arrow.slick-next {
    transform-origin: left;
    right: 15px;
}

.spc.gallery.c9-slider .slider-nav.slick-vertical .slick-arrow.slick-prev {
    left: 50%;
    right: auto;
    top: 0;
    bottom: auto;
    transform: translateX(-50%);
    transform-origin: top;
}

.spc.gallery.c9-slider .slider-nav.slick-vertical .slick-arrow.slick-next {
    left: auto;
    right: 50%;
    top: auto;
    bottom: -2px;
    transform: translateX(50%);
    transform-origin: top;
}

html.no-touch .spc.gallery.c9-slider .slick-arrow:not(.slick-disabled) {
    max-width: 40px;
    opacity: 1;
}

html.no-touch .spc.gallery.c9-slider .slick-arrow:hover {
    background-color: #360;
    color: #fff;
    border-color: lighter(#360, 15%);
}

.spc.gallery.c9-slider .slick-arrow i {
    max-width: 0;
    font-size: 25px;
    line-height: 40px;
}

.spc.gallery.c9-slider .slider-nav.slick-vertical .slick-arrow.slick-prev i {
    transform: rotate(90deg);
}

.spc.gallery.c9-slider .slider-nav.slick-vertical .slick-arrow.slick-next i {
    transform: rotate(90deg);
}

html.no-touch .spc.gallery.c9-slider .slider-nav:hover .slick-arrow i {
    max-width: 40px;
}

html.touch .spc.gallery.c9-slider .slick-arrow {
    max-width: none;
    width: 20px;
    background-color: transparent;
    color: #484848;
    border: none;
    z-index: -1;
    opacity: 0;
    transition: all .75s ease, opacity 2s ease;
}

html.touch .spc.gallery.c9-slider .slick-arrow:not(.slick-disabled) {
    opacity: 1;
}

html.touch .spc.gallery.c9-slider .slick-arrow.slick-prev {
    left: -5px;
    padding-left: 2px;
}

html.touch .spc.gallery.c9-slider .slick-arrow.slick-next {
    right: -5px;
    padding-right: 2px;
}

html.touch .spc.gallery.c9-slider .slick-arrow i {
    max-width: none;
}

html.touch .spc.gallery.c9-slider .slick-arrow.slick-prev i {
    text-align: left;
}

html.touch .spc.gallery.c9-slider .slick-arrow.slick-next i {
    text-align: right;
}

.spc.gallery.c9-slider .guide {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 13px;
    line-height: 1;
    font-weight: normal;
    color: #909597;
    line-height: 1.5;
    opacity: 0;
    transition: all .75s ease;
}

.spc.gallery.c9-slider .guide.poplets.vertical {
    position: absolute;
    top: 0;
    transform: translateY(-100%);
}

html.touch .spc.gallery.c9-slider .slick-slider+.guide {
    opacity: 1;
}

html.no-touch .spc.gallery.c9-slider .slider-for:hover+.guide.large {
    opacity: 1;
}

html.no-touch .spc.gallery.c9-slider .slider-nav:hover+.guide.poplets {
    opacity: 1;
}

.spc.gallery.c9-slider .guide span {
    margin: 0;
    display: inline;
}

.spc.gallery.c9-slider .guide .touch {
    display: none;
}

.spc.gallery.c9-slider .guide .notouch {
    display: inline;
}

html.touch .spc.gallery.c9-slider .guide .touch {
    display: inline;
}

html.touch .spc.gallery.c9-slider .guide .notouch {
    display: none;
}

.c9-sc-gallery.c9-slider .row.intro {
    margin-bottom: 1rem !important;
}

.c9-sc-gallery.c9-vertical .row.c9-flex {
    -webkit-flex-direction: column;
    flex-direction: column;
}

.c9-sc-gallery article.item {
    padding: 0 .9375rem 2rem !important;
    margin: 0 !important;
}

.c9-sc-gallery article.item .iwrap {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    background: none;
    -moz-transition: all .75s ease;
    -webkit-transition: all .75s ease;
    transition: all .75s ease;
    isolation: isolate;
}

.c9-sc-gallery article.item.isbox .iwrap {
    background: -moz-linear-gradient(top, rgba(250, 251, 252, 0) 0%, rgba(250, 251, 252, .1) 30%, #fafbfc 100%);
    background: -webkit-linear-gradient(top, rgba(250, 251, 252, 0) 0%, rgba(250, 251, 252, .1) 30%, #fafbfc 100%);
    background: linear-gradient(to bottom, rgba(250, 251, 252, 0) 0%, rgba(250, 251, 252, .1) 30%, #fafbfc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='scale-color($gray-faint, $lightness: +50%)', endColorstr='scale-color($gray-faint, $lightness: +50%)', GradientType=0);
    border: 1px solid #e8e8e8;
    border-image: -moz-linear-gradient(top, #f0f0f0, #e0e0e0);
    border-image: -webkit-linear-gradient(top, #f0f0f0, #e0e0e0);
    border-image: linear-gradient(to bottom, #f0f0f0, #e0e0e0);
    border-image-slice: 1;
    -moz-transition: all .75s ease, box-shadow .2s ease, border 0s;
    -webkit-transition: all .75s ease, box-shadow .2s ease, border 0s;
    transition: all .75s ease, box-shadow .2s ease, border 0s;
}

html.no-touch .c9-sc-gallery article.item.islink .iwrap:hover {
    cursor: pointer;
}

html.no-touch .c9-sc-gallery article.item.isbox.islink .iwrap:hover {
    background: -moz-linear-gradient(top, rgba(244, 246, 248, 0) 0%, rgba(244, 246, 248, .1) 30%, #f4f6f8 100%);
    background: -webkit-linear-gradient(top, rgba(244, 246, 248, 0) 0%, rgba(244, 246, 248, .1) 30%, #f4f6f8 100%);
    background: linear-gradient(to bottom, rgba(244, 246, 248, 0) 0%, rgba(244, 246, 248, .1) 30%, #f4f6f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$gray-faint', endColorstr='$gray-faint', GradientType=0);
    border-image: -moz-linear-gradient(top, #f0f0f0, #c8c8c8);
    border-image: -webkit-linear-gradient(top, #f0f0f0, #c8c8c8);
    border-image: linear-gradient(to bottom, #f0f0f0, #c8c8c8);
    border-image-slice: 1;
    -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, .05);
    box-shadow: 1px 1px 0 rgba(0, 0, 0, .05);
}

.c9-sc-gallery article.item .link {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    margin: 0;
}

.c9-sc-gallery article.item .image:not(.video) {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0;
    border-radius: var(--c9-img-radius);
    background-color: #fff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: visible;
    mix-blend-mode: darken;
    -moz-transition: all .75s ease;
    -webkit-transition: all .75s ease;
    transition: all .75s ease;
}

.c9-sc-gallery article.item.isbox .image:not(.video) {
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
}

.no-backgroundblendmode .c9-sc-gallery article.item .image:not(.video) {
    top: 0;
    left: 0;
    width: 100%;
}

html.no-touch .c9-sc-gallery article.item.islink .iwrap:hover .image:not(.video) {
    filter: brightness(125%) saturate(110%);
}

.c9-sc-gallery article.item .link:active~.image:not(.video),
.c9-sc-gallery article.item .link:focus~.image:not(.video) {
    box-shadow: 1px 1px 0 rgba(0, 0, 0, .1);
}

.c9-sc-gallery article.item .image.video {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    height: auto;
    -moz-transition: all .75s ease;
    -webkit-transition: all .75s ease;
    transition: all .75s ease;
    overflow: visible;
}

.c9-sc-gallery article.item .image.video img {
    transition: all .75s ease, transform .75s ease;
}

html.no-touch .c9-sc-gallery article.item .iwrap:hover .image img {
    filter: brightness(125%) saturate(110%);
}

.c9-sc-gallery article.item .image .overlayicon {
    background-color: transparent;
    color: transparent;
    opacity: 0;
    z-index: 1;
}

.c9-sc-gallery article.item.isoverlayicon .image .overlayicon,
html.touch .c9-sc-gallery article.item .image .overlayicon {
    background-color: transparent;
    color: #fff;
    opacity: 1;
}

html.no-touch .c9-sc-gallery article.item:not(.isoverlayicon) .image .overlayicon {
    color: transparent;
    background-color: transparent;
    opacity: 0;
    transition: color .75s ease-in-out 0s, background-color .75s ease-in-out 0s, opacity .75s ease-in-out 0s;
}

html.no-touch .c9-sc-gallery article.item:not(.isoverlayicon) .iwrap:hover .image .overlayicon {
    color: #fff;
    opacity: 1;
    background-color: rgba(0, 0, 0, .5);
}

html.touch .c9-sc-gallery article.item .image:not(.video) .overlayicon {
    font-size: 30px;
    top: 10px;
    right: 10px;
    bottom: auto;
    left: auto;
    height: 10px;
    width: 10px;
}

.c9-sc-gallery article.item .headings {
    padding: .625rem 0 0;
    text-align: left;
}

.c9-sc-gallery article.item.isbox .headings {
    padding: .625rem .9375rem 0;
}

.c9-sc-gallery article.item .headings .main-heading {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #484848;
    -moz-transition: all .75s ease;
    -webkit-transition: all .75s ease;
    transition: all .75s ease;
}

html.no-touch .c9-sc-gallery article.item.islink .iwrap:hover .headings .main-heading {
    color: #2b5700;
}

.c9-sc-gallery article.item hr {
    width: 100%;
    max-width: 100%;
    height: 0;
    margin: 1rem auto !important;
    border: 0;
    border-bottom: 1px solid #eee;
}

.c9-sc-gallery article.item .content {
    position: relative;
    height: 100%;
    padding: 0 0 .5rem;
    text-align: left;
    transition: all .5s ease;
}

.c9-sc-gallery article.item.isbox .content {
    padding: 0 .9375rem .9375rem;
}

.c9-sc-gallery article.item .content .text {
    font-weight: 400;
    -moz-transition: all .75s ease;
    -webkit-transition: all .75s ease;
    transition: all .75s ease;
}

.c9-sc-gallery article.item .content .text {
    color: #717171;
}

.c9-sc-gallery article.item .content .text {
    font-size: 90%;
}

.c9-sc-gallery article.item .content .text p {
    margin: 0 0 .5rem;
}

.c9-sc-gallery article.item .content .text p:last-of-type {
    margin-bottom: 0;
}

.c9-sc-gallery article.item .content .text p a {
    position: relative;
    z-index: 3;
}

.c9-sc-gallery.c9-slider .slick-slider {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.c9-sc-gallery.c9-slider .slick-list {
    margin-left: 15px;
    margin-right: 15px;
}

.c9-sc-gallery.c9-slider .slick-slide {
    height: auto;
}

.c9-sc-gallery.c9-slider .slick-slider:not(.animation-slide) .slick-slide {
    filter: saturate(100%) blur(0) opacity(1);
}

.c9-sc-gallery.c9-slider .slick-slider .slick-slide article.item {
    padding: 0 4px !important;
}

.c9-sc-gallery.c9-slider .slick-arrow {
    max-width: 0;
    background-color: rgba(51, 102, 0, .5);
    color: #fff;
    border: 1px solid rgba(51, 102, 0, .5);
    opacity: 0;
    transition: all .75s ease;
}

.c9-sc-gallery.c9-slider .slick-arrow.slick-prev {
    left: 19px;
}

.c9-sc-gallery.c9-slider .slick-arrow.slick-next {
    right: -19px;
}

html.no-touch .c9-sc-gallery.c9-slider .slick-slider:hover .slick-arrow:not(.slick-disabled) {
    border-width: 1px;
    max-width: 40px;
    opacity: 1;
}

html.no-touch .c9-sc-gallery.c9-slider .slick-slider:hover .slick-arrow.slick-next {
    transform: translate3d(-38px, -50%, 0);
}

html.no-touch .c9-sc-gallery.c9-slider .slick-arrow:hover {
    background-color: #360;
    color: #fff;
    border-color: lighter(#360, 15%);
}

.c9-sc-gallery.c9-slider .slick-arrow i {
    max-width: 0;
    font-size: 25px;
    line-height: 40px;
}

html.no-touch .c9-sc-gallery.c9-slider .slick-slider:hover .slick-arrow i {
    max-width: 40px;
}

html.touch .c9-sc-gallery.c9-slider .slick-arrow {
    max-width: none;
    width: 20px;
    background-color: transparent;
    color: #360;
    border: none;
    z-index: -1;
    opacity: 0;
    transition: all .75s ease, opacity 2s ease;
}

html.touch .c9-sc-gallery.c9-slider .slick-arrow:not(.slick-disabled) {
    opacity: 1;
}

html.touch .c9-sc-gallery.c9-slider .slick-arrow.slick-prev {
    left: 0;
    padding-left: 2px;
}

html.touch .c9-sc-gallery.c9-slider .slick-arrow.slick-next {
    right: -2px;
    padding-right: 2px;
}

html.touch .c9-sc-gallery.c9-slider .slick-arrow i {
    max-width: none;
}

html.touch .c9-sc-gallery.c9-slider .slick-arrow.slick-prev i {
    text-align: left;
}

html.touch .c9-sc-gallery.c9-slider .slick-arrow.slick-next i {
    text-align: right;
}

@media screen and (max-width:992px) {
    .c9-sc-gallery article.item:not(.items-1) {
        width: 33.3333333%;
    }
}

@media screen and (max-width:768px) {
    .c9-sc-gallery article.item:not(.items-1) {
        width: 50%;
    }
    .c9-sc-gallery article.item .content {
        height: auto;
    }
}

@media screen and (max-width:640px) {
    .c9-sc-gallery {
        max-width: calc(100vw - 2rem);
    }
    .c9-sc-gallery article.item:not(.items-1) {
        width: 100%;
    }
    .c9-sc-gallery article.item .content {
        height: auto;
    }
}

.c9-sc-gallery article.item .headings .subheading.rotator {
    display: flex;
    flex-direction: row;
}

.c9-sc-gallery article.item .headings .subheading.rotator ul {
    position: relative;
    display: flex;
    height: 100%;
    line-height: 1;
    margin: 0;
    padding: 0;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-left: 10px;
}

.c9-sc-gallery article.item .headings .subheading.rotator ul li {
    position: absolute;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    width: auto;
    top: 0;
    opacity: 0;
    animation: c9-rotator-subheading calc(var(--c9-rotate)*var(--c9-cycle)*1s) infinite linear;
}

.c9-sc-gallery article.item .headings .subheading.rotator ul li.item-0 {
    animation-delay: 0s;
}

.c9-sc-gallery article.item .headings .subheading.rotator ul li.item-1 {
    animation-delay: calc(var(--c9-rotate)*1s);
}

.c9-sc-gallery article.item .headings .subheading.rotator ul li.item-2 {
    animation-delay: calc(var(--c9-rotate)*2s);
}

.c9-sc-gallery article.item .headings .subheading.rotator ul li.item-3 {
    animation-delay: calc(var(--c9-rotate)*3s);
}

.c9-sc-gallery article.item .headings .subheading.rotator ul li.item-4 {
    animation-delay: calc(var(--c9-rotate)*4s);
}

.c9-sc-gallery article.item .headings .subheading.rotator ul li.item-5 {
    animation-delay: calc(var(--c9-rotate)*5s);
}

.c9-sc-gallery article.item .headings .subheading.rotator ul li.item-6 {
    animation-delay: calc(var(--c9-rotate)*6s);
}

.c9-sc-gallery article.item .headings .subheading.rotator ul li.item-7 {
    animation-delay: calc(var(--c9-rotate)*7s);
}

.c9-sc-gallery article.item .headings .subheading.rotator ul li.item-8 {
    animation-delay: calc(var(--c9-rotate)*8s);
}

.c9-sc-gallery article.item .headings .subheading.rotator ul li.item-9 {
    animation-delay: calc(var(--c9-rotate)*9s);
}

.spc.c9-navigation-links {
    padding: 0;
}

.spc.c9-navigation-links nav {
    display: inline-block;
    margin: 0;
}

.spc.c9-navigation-links nav>ul {
    padding: 0;
    list-style: none;
}

.spc.c9-navigation-links nav>ul>li {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
}

.spc.c9-navigation-links nav>ul>li:before {
    content: none !important;
}

.spc.c9-social-links {
    text-align: center;
}

.spc.c9-social-links nav {
    display: inline-block;
    margin: 0;
}

.spc.c9-social-links nav>ul>li {
    margin-bottom: 0;
}

.c9-unsupported.c9-sticky {
    display: inline-block;
    position: fixed;
}

.c9-unsupported.c9-sticky h3 {
    margin: 0;
    color: #ff0;
    text-transform: uppercase;
}

.c9-unsupported.c9-sticky p {
    margin-bottom: 0;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
}

.c9-unsupported.c9-sticky a.button {
    display: inline-block;
    background-color: #f00;
    color: #fff;
    line-height: 35px;
    padding: 0 10px;
}

#unsupported-modal.c9-sticky {
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
}

#unsupported-message.c9-sticky {
    z-index: 9999;
    top: 100px;
    left: 0;
    right: 0;
    width: 90%;
    max-width: 640px;
    height: auto;
    padding: 1rem;
    margin: 0 auto;
    background: #333;
    border: 5px solid #ff0;
}

.button.contact .c9-sticky,
.button.prevnext .c9-sticky {
    display: inline-block;
    position: fixed;
    z-index: 9999999;
    width: auto;
    height: auto;
    line-height: 36px;
    padding: 0 10px;
    overflow: hidden;
    background: #333;
    color: #fff;
    font-size: 18px;
    border: 1px solid #fff;
    border-bottom: none;
    cursor: pointer;
}

.button.contact .c9-sticky {
    bottom: 50%;
    left: auto;
    right: 0;
    transform-origin: bottom right;
    transform: rotate(-90deg) translateX(50%);
    transition: color .75s ease;
}

.button.prevnext.next .c9-sticky {
    top: 50%;
    left: auto;
    right: -15px;
    -webkit-transform: rotate(-90deg) translateX(-100%);
    -moz-transform: rotate(-90deg) translateX(-100%);
    -ms-transform: rotate(-90deg) translateX(-100%);
    -o-transform: rotate(-90deg) translateX(-100%);
    transform: rotate(-90deg) translateX(-100%);
    transition: color .75s ease;
}

.button.prevnext.prev .c9-sticky {
    top: 50%;
    right: auto;
    left: -15px;
    -webkit-transform: rotate(90deg) translateX(100%);
    -moz-transform: rotate(90deg) translateX(100%);
    -ms-transform: rotate(90deg) translateX(100%);
    -o-transform: rotate(90deg) translateX(100%);
    transform: rotate(90deg) translateX(100%);
    transition: color .75s ease;
}

html.no-touch .button.contact .c9-sticky:hover,
html.no-touch .button.prevnext .c9-sticky:hover {
    color: #360;
}

.c9-scrollpoints {
    display: block;
    width: auto;
    height: auto;
    padding: 0 10px;
    overflow: visible;
    background: #333;
    border: 1px solid #fff;
    border-bottom: none;
    cursor: pointer;
    position: fixed;
    z-index: 2;
    top: calc(50% + 20px);
    left: auto;
    right: -1px;
    transform-origin: bottom right;
    transform: rotate(-90deg);
}

.c9-scrollpoints>.title {
    line-height: 36px;
    color: #fff;
    font-size: 18px;
    padding-left: 10px;
    float: left;
}

.c9-scrollpoints>.group {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    height: 36px;
    float: left;
}

.c9-scrollpoints>.group .c9-scrollpoint {
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
}

.c9-scrollpoints>.group .c9-scrollpoint:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    background-color: #fff;
}

.c9-scrollpoints>.group .c9-scrollpoint.active:before {
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    transform: translateX(0) translateY(0);
}

.c9-scrollpoints .c9-scrollpoint-tip {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: auto;
    width: auto;
    padding: 4px 8px;
    transform-origin: center right;
    transform: rotate(90deg) translate(-25px, 25%);
    background: #000;
    border: 1px solid #fff;
    opacity: 0;
    transition: all .75s ease;
}

.c9-scrollpoints .c9-scrollpoint-tip:before {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    border: 9px solid #fff;
    border-color: transparent transparent transparent #ccc;
    display: none;
}

.c9-scrollpoints .c9-scrollpoint-tip:after {
    content: "";
    position: absolute;
    left: 100%;
    margin-left: -2px;
    top: 50%;
    transform: translateY(-50%);
    border: 9px solid #000;
    border-color: transparent transparent transparent #000;
    display: none;
}

.c9-scrollpoints .c9-scrollpoint-tip:before,
.c9-scrollpoints .c9-scrollpoint-tip:after {
    display: block;
}

.c9-scrollpoints .c9-scrollpoint-tiptext {
    color: #fff;
    white-space: nowrap;
}

.c9-scrollpoints .c9-scrollpoint.active .c9-scrollpoint-tip,
html.no-touch .c9-scrollpoints .c9-scrollpoint:hover .c9-scrollpoint-tip {
    opacity: 1;
}

html.no-touch .c9-scrollpoints .c9-scrollpoint:hover .c9-scrollpoint-tip {
    z-index: 10;
}

footer .c9-badges {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: auto;
    margin: auto 0 20px;
    justify-content: flex-start;
}

footer .c9-badges .badge {
    padding: 0;
    height: auto;
    width: auto;
    max-width: calc(50% - 8px);
    min-width: calc(50% - 8px);
    background-color: #fff;
    border: 10px solid #fff;
    border-radius: unset;
}

footer .c9-badges div.badge:nth-child(odd) {
    margin: 0 8px 0 0;
}

footer .c9-badges div.badge:nth-child(even) {
    margin: 0 0 0 8px;
}

footer .template.c9-footer001>.row:first-child {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

footer .template.c9-footer001>.row:first-child>div {
    display: flex;
    flex-direction: column;
    height: auto;
}

footer .template.c9-footer001>.row:first-child .grid-section>div>.container {
    padding: 0;
}

footer .template.c9-footer001>.row:last-child {
    padding-top: 1rem;
    margin: 1rem 0 0;
    border-top: 1px solid #3b3b3b;
}

footer .template.c9-footer001>.row:last-child>div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0;
}

footer .template.c9-footer001>.row:last-child nav {
    padding: 0;
    margin: 0;
    border: none;
}

footer .template.c9-footer001>.row:last-child nav.footer {
    margin-right: auto;
}

footer .template.c9-footer001 nav.footer ul li:not(.site-credit):nth-last-of-type(2):after {
    content: '·';
    padding: 0 8px;
}

footer .template.c9-footer002>.row:last-child>.col {
    height: 100%;
}

@media(min-width:1201px) and (max-width:1320px) {
    footer .template:not(.c9-footer001)>.row:last-child>div:last-child>div:last-child {
        padding-right: calc((1320px - 100vw)/2);
    }
}

@media(min-width:992px) and (max-width:1200px) {
    footer .template:not(.c9-footer001)>.row:last-child>div:last-child>div:last-child {
        padding-right: 60px;
    }
}

@media(min-width:1201px) and (max-width:1268px) {
    footer .template.c9-footer001>.row:last-child>div:last-child>nav:last-of-type {
        padding-right: calc(((1200px + 68px) - 100vw)/2);
    }
}

@media(min-width:992px) and (max-width:1200px) {
    footer .template.c9-footer001>.row:last-child>div:last-child>nav:last-of-type {
        padding-right: 40px;
    }
}

@media screen and (max-width:767px) {
    footer .template.c9-footer001>.row:first-child {
        flex-wrap: wrap;
    }
    footer .template.c9-footer001>.row:first-child>div {
        width: 100%;
    }
}

footer .template.c9-footer001 .heading,
footer .template.c9-footer001 nav.footer,
footer .template.c9-footer001 .site-credit,
footer .template.c9-footer001>.row:last-child {
    border-color: #3d7a00 !important;
}

footer .template.c9-footer001 .site-credit a {
    color: #fff;
}

body.c9-landing-page header .cta.phone {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-left: 1rem;
}

body.c9-landing-page header .cta.phone .text {
    float: right;
    clear: right;
    margin: 0;
    line-height: 1;
    font-size: 20px;
    color: #c7162d;
}

body.c9-landing-page header .cta.phone a {
    line-height: 1;
    font-size: 40px;
    color: #c7162d;
}

@media(max-width:640px) {
    body.c9-landing-page header .cta.phone .text {
        font-size: 17px;
    }
    body.c9-landing-page header .cta.phone a {
        font-size: 33px;
    }
}

@media(max-width:480px) {
    body.c9-landing-page header .cta.phone .text {
        font-size: 14px;
    }
    body.c9-landing-page header .cta.phone a {
        font-size: 28px;
    }
}

@media(max-width:320px) {
    body.c9-landing-page header .cta.phone .text {
        font-size: 12px;
    }
    body.c9-landing-page header .cta.phone a {
        font-size: 24px;
    }
}

@media(max-width:480px) {
    body.c9-landing-page .apc.banner .item .info:before {
        background: rgba(0, 0, 0, .5);
    }
}

body.c9-landing-page .text-with-cta {
    margin-bottom: 2rem;
}

body.c9-landing-page .text-with-cta h2 {
    color: #c7162d;
}

body.c9-landing-page .text-with-cta h3,
body.c9-landing-page .text-with-cta h4 {
    color: #555;
}

body.c9-landing-page .text-with-cta h3.red,
body.c9-landing-page .text-with-cta h4.red,
body.c9-landing-page .text-with-cta p.red {
    color: #c7162d;
}

body.c9-landing-page .text-with-cta p {
    padding-left: 30px;
    margin-bottom: .75rem;
}

body.c9-landing-page .text-with-cta p,
body.c9-landing-page .text-with-cta li {
    font-size: 17px;
    font-weight: 300;
}

body.c9-landing-page .text-with-cta h4 {
    font-size: 18px;
}

body.c9-landing-page .text-with-cta h4.indent {
    padding-left: 30px;
}

body.c9-landing-page .text-with-cta p:empty {
    height: 30px;
    margin: 0;
}

body.c9-landing-page .text-with-cta h4 em,
body.c9-landing-page .text-with-cta p em {
    color: #c7162d;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
}

body.c9-landing-page .text-with-cta .cta-side {
    background: #f0f0f0;
    padding-bottom: 15px;
}

body.c9-landing-page .text-with-cta .cta-side a.contact {
    display: inline-block;
    width: 100%;
    padding: 5px 15px;
    margin: 0;
    font-size: 24px;
    color: #fff;
    background: #c7162d;
    cursor: hand;
    cursor: pointer;
    box-shadow: 1px 1px 2px #b0b0b0;
    transition: all .75s ease;
}

body.c9-landing-page .text-with-cta .cta-side a.contact .c9-text-underline {
    text-decoration: underline;
    text-decoration-color: #d0d0d0;
}

html.no-touch body.c9-landing-page .text-with-cta .cta-side a.contact:hover {
    background: #aa2328;
}

html.no-touch body.c9-landing-page .text-with-cta .cta-side a.contact:hover .c9-text-underline {
    text-decoration-color: #fff;
}

body.c9-landing-page .text-with-cta .cta p {
    padding: 0;
}

.login-page main form {
    padding: 0 2rem 2rem;
    border: 1px solid #360;
    width: 500px;
    max-width: 100%;
}

.login:before {
    content: '';
    color: #360;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 100px;
}

.login-page main form .btn[type='submit'] {
    background-color: #360;
    color: #fff;
}

html.no-touch .login-page main form .btn[type='submit']:hover {
    background-color: #2b5700;
    color: #fff;
}

@media screen and (min-width:641px) {
    .login-page main form {
        margin: 4rem auto 0;
    }
    .login:before {
        font-size: 30px;
        line-height: 100px;
    }
}

@media screen and (max-width:640px),
screen and (max-height:640px) and (orientation:landscape) {
    .login-page main form {
        margin: 3rem auto 0;
    }
    .login:before {
        font-size: 20px;
        line-height: 80px;
    }
}

.contact-with-form {
    margin-bottom: 2rem;
}

.contact-with-form .contact-side .contact .contact-item {
    display: flex;
    flex-direction: row;
    margin-bottom: .5rem;
}

.contact-with-form .contact-side .contact .contact-item h2,
.contact-with-form .contact-side .contact .contact-item h3,
.contact-with-form .contact-side .contact .contact-item h4,
.contact-with-form .contact-side .contact .contact-item h5,
.contact-with-form .contact-side .contact .contact-item h6,
.contact-with-form .contact-side .contact .contact-item p {
    margin: 0;
}

.contact-with-form .contact-side .contact .contact-item h2:not(:last-child),
.contact-with-form .contact-side .contact .contact-item h3:not(:last-child),
.contact-with-form .contact-side .contact .contact-item h4:not(:last-child),
.contact-with-form .contact-side .contact .contact-item h5:not(:last-child),
.contact-with-form .contact-side .contact .contact-item h6:not(:last-child),
.contact-with-form .contact-side .contact .contact-item p:not(:last-child) {
    margin-bottom: .5rem;
}

.contact-with-form .contact-side .contact .contact-item .label {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    text-align: left;
    line-height: 28px;
    padding: 0;
    font-size: 100%;
    color: #484848;
}

.contact-with-form .contact-side .contact .contact-item .label.icon {
    min-width: 2rem;
}

.contact-with-form .contact-side .contact .contact-item .label.title {
    min-width: 4.5rem;
}

.contact-with-form .contact-side .contact .contact-item .label.icon.title {
    min-width: 6.5rem;
}

.contact-with-form .contact-side .contact .contact-item .label i {
    color: #360;
    font-size: 25px;
    min-width: 2rem;
    line-height: 28px;
}

.contact-with-form .contact-side .contact .contact-item a {
    color: #360;
    text-decoration: underline;
    text-decoration-color: #52a300;
}

.contact-with-form .contact-side .contact .contact-item.name a {
    text-decoration: none;
}

.contact-with-form .contact-side .contact .contact-item.email a.link {
    margin-top: 0;
}

.contact-with-form .contact-side .contact .contact-item a .wrapper {
    color: #360;
    transition: all .2s ease-in-out 0s;
}

.contact-with-form .contact-side .contact .contact-item.name a .wrapper {
    color: #484848;
}

.contact-with-form .contact-side .contact .contact-item.social nav.social,
.contact-with-form .contact-side .contact .contact-item.social nav.social ul li {
    margin-bottom: 0;
}

html.no-touch .contact-with-form .contact-side .contact .contact-item a:hover {
    cursor: pointer;
    color: #2b5700;
    text-decoration: underline;
    text-decoration-color: #360;
}

html.no-touch .contact-with-form .contact-side .contact .contact-item.name a:hover {
    text-decoration: none;
}

html.no-touch .contact-with-form .contact-side .contact .contact-item a:hover .wrapper {
    color: #2b5700;
}

.contact-with-form .contact-side .contact .contact-item .wrapper>span[style^="display:block"] {
    margin-bottom: .5rem;
}

.contact-with-form .contact-side .contact .contact-item .wrapper>span[style^="display:block"]:last-of-type {
    margin-bottom: 0;
}

@media screen and (min-width:992px) {
    .contact-with-form .form-side .umbraco-forms .umbraco-forms-navigation {
        bottom: 38px;
    }
}

@media screen and (max-width:991px) {
    .contact-with-form .form-side .umbraco-forms .umbraco-forms-navigation {
        position: static;
    }
}

@media screen and (max-width:640px) {
    .contact-with-form .contact-side {
        order: unset;
    }
    .contact-with-form .form-side {
        order: unset;
    }
}

.contact-with-form .form-side .umbraco-forms .umbraco-forms-navigation {
    position: static;
}

@media screen and (min-width:992px) {
    .contact-with-form .form-side .umbraco-forms .umbraco-forms-navigation button[type=submit] {
        float: right;
    }
}

.c9-chart.c9-donut {
    display: flex;
    justify-content: center;
}

.c9-chart.c9-donut.legend {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.wf-active .c9-chart.c9-donut.legend {
    font-family: var(--c9-webfont), Arial, Helvetica, sans-serif;
}

.c9-chart.c9-donut.legend rect {
    stroke-width: 2;
}

.c9-chart.c9-donut.legend text {
    fill: #642044;
}

#offsitemodal>section {
    margin: 0 !important;
}

@media(min-width:1200px) {
    .modal-lg {
        width: 1170px;
    }
}

.modal-backdrop {
    display: none !important;
}

.modal.fade.in {
    background: rgba(0, 0, 0, .8);
}

.modal.fade.in .close {
    font-size: 60px;
    font-weight: 400;
    position: absolute;
    right: 30px;
    top: 10px;
    line-height: 1;
    z-index: 1;
}

@media print {
    #offsite {
        display: none;
    }
    header {
        display: none;
    }
    .apc.banner {
        display: none;
    }
    .apc.text-with-slideshow {
        display: none;
    }
    .spc.promo-pods {
        display: none;
    }
    .spc.listing {
        display: none;
    }
    .spc.blockquotes {
        display: none;
    }
    .c9-blog-post .c9-blog-components {
        display: none;
    }
    .c9-blog-post .c9-blog-tags {
        display: none;
    }
    .c9-blog-post .c9-blog-social {
        display: none;
    }
    .c9-blog-post .c9-blog-pagination {
        display: none;
    }
    .breadcrumb-trail {
        display: none;
    }
    footer {
        display: none;
    }
    #top-link-block,
    #top-link-block a {
        display: none;
    }
    #contact-link-block {
        display: none;
    }
}

/* 2024.08.23 Austin added */
figure {
    margin: 0;
}

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

#banner1299 {
    background-image: url('../images/img-hero.jpg');
    height: 600px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
/* 2024.08.23 Austin added */