@charset "UTF-8";
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: auto;
    max-height: 100vh;
}
.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #ccc;
}
.mfp-preloader a:hover {
    color: #fff;
}
.mfp-s-ready .mfp-preloader {
    display: none;
}
.mfp-s-error .mfp-content {
    display: none;
}
button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
    opacity: 1;
}
.mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .mfp-close {
    color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    max-width: 100%;
    width: 30px;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1;
}
.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}
.mfp-arrow .mfp-a,
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow .mfp-b,
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
}
.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}
.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
    max-height: 100000px !important;
}
.mfp-figure {
    line-height: 0;
}
.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
.mfp-ie7 .mfp-img {
    padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
    padding: 0;
}
.mfp-ie7 .mfp-content {
    padding-top: 44px;
}
.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after,
.slick-track:before {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
#flying-focus {
    position: absolute;
    margin: 0;
    background: 0 0;
    -webkit-transition-property: left, top, width, height, opacity;
    transition-property: left, top, width, height, opacity;
    -webkit-transition-timing-function: cubic-bezier(0, 0.2, 0, 1);
    transition-timing-function: cubic-bezier(0, 0.2, 0, 1);
    visibility: hidden;
    pointer-events: none;
    -webkit-box-shadow: 0 0 2px 3px #222, 0 0 2px #222 inset;
    box-shadow: 0 0 2px 3px #222, 0 0 2px #222 inset;
}
#flying-focus.flying-focus_visible {
    visibility: visible;
    z-index: 9999;
}
.flying-focus_target {
    outline: 0 !important;
}
.flying-focus_target::-moz-focus-inner {
    border: 0 !important;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    #flying-focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -3px;
    }
} /*!
 * # Semantic UI 2.2.7 - Table
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
.ui.table {
    width: 100%;
    background: #fff;
    margin: 1em 0;
    border: 1px solid rgba(34, 36, 38, 0.15);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0.28571429rem;
    text-align: left;
    color: rgba(0, 0, 0, 0.87);
    border-collapse: separate;
    border-spacing: 0;
}
.ui.table:first-child {
    margin-top: 0;
}
.ui.table:last-child {
    margin-bottom: 0;
}
.ui.table td,
.ui.table th {
    -webkit-transition: background 0.1s ease, color 0.1s ease;
    transition: background 0.1s ease, color 0.1s ease;
}
.ui.table thead {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ui.table thead th {
    cursor: auto;
    background: #f9fafb;
    text-align: inherit;
    color: rgba(0, 0, 0, 0.87);
    padding: 0.92857143em 0.78571429em;
    vertical-align: inherit;
    font-style: none;
    font-weight: 700;
    text-transform: none;
    border-bottom: 1px solid rgba(34, 36, 38, 0.1);
    border-left: none;
}
.ui.table thead tr > th:first-child {
    border-left: none;
}
.ui.table thead tr:first-child > th:first-child {
    border-radius: 0.28571429rem 0 0 0;
}
.ui.table thead tr:first-child > th:last-child {
    border-radius: 0 0.28571429rem 0 0;
}
.ui.table thead tr:first-child > th:only-child {
    border-radius: 0.28571429rem 0.28571429rem 0 0;
}
.ui.table tfoot {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ui.table tfoot th {
    cursor: auto;
    border-top: 1px solid rgba(34, 36, 38, 0.15);
    background: #f9fafb;
    text-align: inherit;
    color: rgba(0, 0, 0, 0.87);
    padding: 0.78571429em 0.78571429em;
    vertical-align: middle;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
}
.ui.table tfoot tr > th:first-child {
    border-left: none;
}
.ui.table tfoot tr:first-child > th:first-child {
    border-radius: 0 0 0 0.28571429rem;
}
.ui.table tfoot tr:first-child > th:last-child {
    border-radius: 0 0 0.28571429rem 0;
}
.ui.table tfoot tr:first-child > th:only-child {
    border-radius: 0 0 0.28571429rem 0.28571429rem;
}
.ui.table tr td {
    border-top: 1px solid rgba(34, 36, 38, 0.1);
}
.ui.table tr:first-child td {
    border-top: none;
}
.ui.table td {
    padding: 0.78571429em 0.78571429em;
    text-align: inherit;
}
.ui.table > .icon {
    vertical-align: baseline;
}
.ui.table > .icon:only-child {
    margin: 0;
}
.ui.table.segment {
    padding: 0;
}
.ui.table.segment:after {
    display: none;
}
.ui.table.segment.stacked:after {
    display: block;
}
.ui.table td .image,
.ui.table td .image img,
.ui.table th .image,
.ui.table th .image img {
    max-width: none;
}
.ui.structured.table {
    border-collapse: collapse;
}
.ui.structured.table thead th {
    border-left: none;
    border-right: none;
}
.ui.structured.sortable.table thead th {
    border-left: 1px solid rgba(34, 36, 38, 0.15);
    border-right: 1px solid rgba(34, 36, 38, 0.15);
}
.ui.structured.basic.table th {
    border-left: none;
    border-right: none;
}
.ui.structured.celled.table tr td,
.ui.structured.celled.table tr th {
    border-left: 1px solid rgba(34, 36, 38, 0.1);
    border-right: 1px solid rgba(34, 36, 38, 0.1);
}
.ui.definition.table thead:not(.full-width) th:first-child {
    pointer-events: none;
    background: 0 0;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: -1px -1px 0 1px #fff;
    box-shadow: -1px -1px 0 1px #fff;
}
.ui.definition.table tfoot:not(.full-width) th:first-child {
    pointer-events: none;
    background: 0 0;
    font-weight: rgba(0, 0, 0, 0.4);
    color: normal;
    -webkit-box-shadow: 1px 1px 0 1px #fff;
    box-shadow: 1px 1px 0 1px #fff;
}
.ui.celled.definition.table thead:not(.full-width) th:first-child {
    -webkit-box-shadow: 0 -1px 0 1px #fff;
    box-shadow: 0 -1px 0 1px #fff;
}
.ui.celled.definition.table tfoot:not(.full-width) th:first-child {
    -webkit-box-shadow: 0 1px 0 1px #fff;
    box-shadow: 0 1px 0 1px #fff;
}
.ui.definition.table tr td.definition,
.ui.definition.table tr td:first-child:not(.ignored) {
    background: rgba(0, 0, 0, 0.03);
    font-weight: 700;
    color: rgba(0, 0, 0, 0.95);
    text-transform: "";
    -webkit-box-shadow: "";
    box-shadow: "";
    text-align: "";
    font-size: 1em;
    padding-left: "";
    padding-right: "";
}
.ui.definition.table thead:not(.full-width) th:nth-child(2) {
    border-left: 1px solid rgba(34, 36, 38, 0.15);
}
.ui.definition.table tfoot:not(.full-width) th:nth-child(2) {
    border-left: 1px solid rgba(34, 36, 38, 0.15);
}
.ui.definition.table td:nth-child(2) {
    border-left: 1px solid rgba(34, 36, 38, 0.15);
}
.ui.table td.positive,
.ui.table tr.positive {
    -webkit-box-shadow: 0 0 0 #a3c293 inset;
    box-shadow: 0 0 0 #a3c293 inset;
}
.ui.table td.positive,
.ui.table tr.positive {
    background: #fcfff5 !important;
    color: #2c662d !important;
}
.ui.table td.negative,
.ui.table tr.negative {
    -webkit-box-shadow: 0 0 0 #e0b4b4 inset;
    box-shadow: 0 0 0 #e0b4b4 inset;
}
.ui.table td.negative,
.ui.table tr.negative {
    background: #fff6f6 !important;
    color: #9f3a38 !important;
}
.ui.table td.error,
.ui.table tr.error {
    -webkit-box-shadow: 0 0 0 #e0b4b4 inset;
    box-shadow: 0 0 0 #e0b4b4 inset;
}
.ui.table td.error,
.ui.table tr.error {
    background: #fff6f6 !important;
    color: #9f3a38 !important;
}
.ui.table td.warning,
.ui.table tr.warning {
    -webkit-box-shadow: 0 0 0 #c9ba9b inset;
    box-shadow: 0 0 0 #c9ba9b inset;
}
.ui.table td.warning,
.ui.table tr.warning {
    background: #fffaf3 !important;
    color: #573a08 !important;
}
.ui.table td.active,
.ui.table tr.active {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.87) inset;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.87) inset;
}
.ui.table td.active,
.ui.table tr.active {
    background: #e0e0e0 !important;
    color: rgba(0, 0, 0, 0.87) !important;
}
.ui.table tr td.disabled,
.ui.table tr.disabled td,
.ui.table tr.disabled:hover,
.ui.table tr:hover td.disabled {
    pointer-events: none;
    color: rgba(40, 40, 40, 0.3);
}
@media only screen and (max-width: 991px) {
    .ui[class*="tablet stackable"].table,
    .ui[class*="tablet stackable"].table tbody,
    .ui[class*="tablet stackable"].table tr,
    .ui[class*="tablet stackable"].table tr > td,
    .ui[class*="tablet stackable"].table tr > th {
        width: 100% !important;
        display: block !important;
    }
    .ui[class*="tablet stackable"].table {
        padding: 0;
    }
    .ui[class*="tablet stackable"].table thead {
        display: block;
    }
    .ui[class*="tablet stackable"].table tfoot {
        display: block;
    }
    .ui[class*="tablet stackable"].table tr {
        padding-top: 1em;
        padding-bottom: 1em;
        -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset !important;
        box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset !important;
    }
    .ui[class*="tablet stackable"].table tr > td,
    .ui[class*="tablet stackable"].table tr > th {
        background: 0 0;
        border: none !important;
        padding: 0.25em 0.75em;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    .ui.definition[class*="tablet stackable"].table thead th:first-child {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
}
.ui.table [class*="left aligned"],
.ui.table[class*="left aligned"] {
    text-align: left;
}
.ui.table [class*="center aligned"],
.ui.table[class*="center aligned"] {
    text-align: center;
}
.ui.table [class*="right aligned"],
.ui.table[class*="right aligned"] {
    text-align: right;
}
.ui.table [class*="top aligned"],
.ui.table[class*="top aligned"] {
    vertical-align: top;
}
.ui.table [class*="middle aligned"],
.ui.table[class*="middle aligned"] {
    vertical-align: middle;
}
.ui.table [class*="bottom aligned"],
.ui.table[class*="bottom aligned"] {
    vertical-align: bottom;
}
.ui.table td.collapsing,
.ui.table th.collapsing {
    width: 1px;
    white-space: nowrap;
}
.ui.fixed.table {
    table-layout: fixed;
}
.ui.fixed.table td,
.ui.fixed.table th {
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui.selectable.table tbody tr:hover,
.ui.table tbody tr td.selectable:hover {
    background: rgba(0, 0, 0, 0.05) !important;
    color: rgba(0, 0, 0, 0.95) !important;
}
.ui.inverted.table tbody tr td.selectable:hover,
.ui.selectable.inverted.table tbody tr:hover {
    background: rgba(255, 255, 255, 0.08) !important;
    color: #fff !important;
}
.ui.table tbody tr td.selectable {
    padding: 0;
}
.ui.table tbody tr td.selectable > a:not(.ui) {
    display: block;
    color: inherit;
    padding: 0.78571429em 0.78571429em;
}
.ui.selectable.table tr.error:hover,
.ui.selectable.table tr:hover td.error,
.ui.table tr td.selectable.error:hover {
    background: #ffe7e7 !important;
    color: #943634 !important;
}
.ui.selectable.table tr.warning:hover,
.ui.selectable.table tr:hover td.warning,
.ui.table tr td.selectable.warning:hover {
    background: #fff4e4 !important;
    color: #493107 !important;
}
.ui.selectable.table tr.active:hover,
.ui.selectable.table tr:hover td.active,
.ui.table tr td.selectable.active:hover {
    background: #e0e0e0 !important;
    color: rgba(0, 0, 0, 0.87) !important;
}
.ui.selectable.table tr.positive:hover,
.ui.selectable.table tr:hover td.positive,
.ui.table tr td.selectable.positive:hover {
    background: #f7ffe6 !important;
    color: #275b28 !important;
}
.ui.selectable.table tr.negative:hover,
.ui.selectable.table tr:hover td.negative,
.ui.table tr td.selectable.negative:hover {
    background: #ffe7e7 !important;
    color: #943634 !important;
}
.ui.attached.table {
    top: 0;
    bottom: 0;
    border-radius: 0;
    margin: 0 -1px;
    width: calc(100% + 2px);
    max-width: calc(100% + 2px);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #d4d4d5;
}
.ui.attached + .ui.attached.table:not(.top) {
    border-top: none;
}
.ui[class*="top attached"].table {
    bottom: 0;
    margin-bottom: 0;
    top: 0;
    margin-top: 1em;
    border-radius: 0.28571429rem 0.28571429rem 0 0;
}
.ui.table[class*="top attached"]:first-child {
    margin-top: 0;
}
.ui[class*="bottom attached"].table {
    bottom: 0;
    margin-top: 0;
    top: 0;
    margin-bottom: 1em;
    -webkit-box-shadow: none, none;
    box-shadow: none, none;
    border-radius: 0 0 0.28571429rem 0.28571429rem;
}
.ui[class*="bottom attached"].table:last-child {
    margin-bottom: 0;
}
.ui.striped.table tbody tr:nth-child(2n),
.ui.striped.table > tr:nth-child(2n) {
    background-color: rgba(0, 0, 50, 0.02);
}
.ui.inverted.striped.table tbody tr:nth-child(2n),
.ui.inverted.striped.table > tr:nth-child(2n) {
    background-color: rgba(255, 255, 255, 0.05);
}
.ui.striped.selectable.selectable.selectable.table tbody tr.active:hover {
    background: #efefef !important;
    color: rgba(0, 0, 0, 0.95) !important;
}
.ui.table [class*="single line"],
.ui.table[class*="single line"] {
    white-space: nowrap;
}
.ui.table [class*="single line"],
.ui.table[class*="single line"] {
    white-space: nowrap;
}
.ui.red.table {
    border-top: 0.2em solid #db2828;
}
.ui.inverted.red.table {
    background-color: #db2828 !important;
    color: #fff !important;
}
.ui.orange.table {
    border-top: 0.2em solid #f2711c;
}
.ui.inverted.orange.table {
    background-color: #f2711c !important;
    color: #fff !important;
}
.ui.yellow.table {
    border-top: 0.2em solid #fbbd08;
}
.ui.inverted.yellow.table {
    background-color: #fbbd08 !important;
    color: #fff !important;
}
.ui.olive.table {
    border-top: 0.2em solid #b5cc18;
}
.ui.inverted.olive.table {
    background-color: #b5cc18 !important;
    color: #fff !important;
}
.ui.green.table {
    border-top: 0.2em solid #21ba45;
}
.ui.inverted.green.table {
    background-color: #21ba45 !important;
    color: #fff !important;
}
.ui.teal.table {
    border-top: 0.2em solid #00b5ad;
}
.ui.inverted.teal.table {
    background-color: #00b5ad !important;
    color: #fff !important;
}
.ui.blue.table {
    border-top: 0.2em solid #2185d0;
}
.ui.inverted.blue.table {
    background-color: #2185d0 !important;
    color: #fff !important;
}
.ui.violet.table {
    border-top: 0.2em solid #6435c9;
}
.ui.inverted.violet.table {
    background-color: #6435c9 !important;
    color: #fff !important;
}
.ui.purple.table {
    border-top: 0.2em solid #a333c8;
}
.ui.inverted.purple.table {
    background-color: #a333c8 !important;
    color: #fff !important;
}
.ui.pink.table {
    border-top: 0.2em solid #e03997;
}
.ui.inverted.pink.table {
    background-color: #e03997 !important;
    color: #fff !important;
}
.ui.brown.table {
    border-top: 0.2em solid #a5673f;
}
.ui.inverted.brown.table {
    background-color: #a5673f !important;
    color: #fff !important;
}
.ui.grey.table {
    border-top: 0.2em solid #767676;
}
.ui.inverted.grey.table {
    background-color: #767676 !important;
    color: #fff !important;
}
.ui.black.table {
    border-top: 0.2em solid #1b1c1d;
}
.ui.inverted.black.table {
    background-color: #1b1c1d !important;
    color: #fff !important;
}
.ui.one.column.table td {
    width: 100%;
}
.ui.two.column.table td {
    width: 50%;
}
.ui.three.column.table td {
    width: 33.33333333%;
}
.ui.four.column.table td {
    width: 25%;
}
.ui.five.column.table td {
    width: 20%;
}
.ui.six.column.table td {
    width: 16.66666667%;
}
.ui.seven.column.table td {
    width: 14.28571429%;
}
.ui.eight.column.table td {
    width: 12.5%;
}
.ui.nine.column.table td {
    width: 11.11111111%;
}
.ui.ten.column.table td {
    width: 10%;
}
.ui.eleven.column.table td {
    width: 9.09090909%;
}
.ui.twelve.column.table td {
    width: 8.33333333%;
}
.ui.thirteen.column.table td {
    width: 7.69230769%;
}
.ui.fourteen.column.table td {
    width: 7.14285714%;
}
.ui.fifteen.column.table td {
    width: 6.66666667%;
}
.ui.sixteen.column.table td {
    width: 6.25%;
}
.ui.table td.one.wide,
.ui.table th.one.wide {
    width: 6.25%;
}
.ui.table td.two.wide,
.ui.table th.two.wide {
    width: 12.5%;
}
.ui.table td.three.wide,
.ui.table th.three.wide {
    width: 18.75%;
}
.ui.table td.four.wide,
.ui.table th.four.wide {
    width: 25%;
}
.ui.table td.five.wide,
.ui.table th.five.wide {
    width: 31.25%;
}
.ui.table td.six.wide,
.ui.table th.six.wide {
    width: 37.5%;
}
.ui.table td.seven.wide,
.ui.table th.seven.wide {
    width: 43.75%;
}
.ui.table td.eight.wide,
.ui.table th.eight.wide {
    width: 50%;
}
.ui.table td.nine.wide,
.ui.table th.nine.wide {
    width: 56.25%;
}
.ui.table td.ten.wide,
.ui.table th.ten.wide {
    width: 62.5%;
}
.ui.table td.eleven.wide,
.ui.table th.eleven.wide {
    width: 68.75%;
}
.ui.table td.twelve.wide,
.ui.table th.twelve.wide {
    width: 75%;
}
.ui.table td.thirteen.wide,
.ui.table th.thirteen.wide {
    width: 81.25%;
}
.ui.table td.fourteen.wide,
.ui.table th.fourteen.wide {
    width: 87.5%;
}
.ui.table td.fifteen.wide,
.ui.table th.fifteen.wide {
    width: 93.75%;
}
.ui.table td.sixteen.wide,
.ui.table th.sixteen.wide {
    width: 100%;
}
.ui.sortable.table thead th {
    cursor: pointer;
    white-space: nowrap;
    border-left: 1px solid rgba(34, 36, 38, 0.15);
    color: rgba(0, 0, 0, 0.87);
}
.ui.sortable.table thead th:first-child {
    border-left: none;
}
.ui.sortable.table thead th.sorted,
.ui.sortable.table thead th.sorted:hover {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ui.sortable.table thead th:after {
    display: none;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    content: "";
    height: 1em;
    width: auto;
    opacity: 0.8;
    margin: 0 0 0 0.5em;
    font-family: Icons;
}
.ui.sortable.table thead th.ascending:after {
    content: "\f0d8";
}
.ui.sortable.table thead th.descending:after {
    content: "\f0d7";
}
.ui.sortable.table th.disabled:hover {
    cursor: auto;
    color: rgba(40, 40, 40, 0.3);
}
.ui.sortable.table thead th:hover {
    background: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.8);
}
.ui.sortable.table thead th.sorted {
    background: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.95);
}
.ui.sortable.table thead th.sorted:after {
    display: inline-block;
}
.ui.sortable.table thead th.sorted:hover {
    background: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.95);
}
.ui.inverted.sortable.table thead th.sorted {
    background: rgba(255, 255, 255, 0.15) -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.05)));
    background: rgba(255, 255, 255, 0.15) linear-gradient(transparent, rgba(0, 0, 0, 0.05));
    color: #fff;
}
.ui.inverted.sortable.table thead th:hover {
    background: rgba(255, 255, 255, 0.08) -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.05)));
    background: rgba(255, 255, 255, 0.08) linear-gradient(transparent, rgba(0, 0, 0, 0.05));
    color: #fff;
}
.ui.inverted.sortable.table thead th {
    border-left-color: rgba(255, 255, 255, 0);
    border-right-color: rgba(255, 255, 255, 0);
}
.ui.inverted.table {
    background: #333;
    color: rgba(255, 255, 255, 0.9);
    border: none;
}
.ui.inverted.table th {
    background-color: rgba(0, 0, 0, 0.15);
    border-color: rgba(255, 255, 255, 0.1) !important;
    color: rgba(255, 255, 255, 0.9);
}
.ui.inverted.table tr td {
    border-color: rgba(255, 255, 255, 0.1) !important;
}
.ui.inverted.table tr td.disabled,
.ui.inverted.table tr.disabled td,
.ui.inverted.table tr.disabled:hover td,
.ui.inverted.table tr:hover td.disabled {
    pointer-events: none;
    color: rgba(225, 225, 225, 0.3);
}
.ui.inverted.definition.table tfoot:not(.full-width) th:first-child,
.ui.inverted.definition.table thead:not(.full-width) th:first-child {
    background: #fff;
}
.ui.inverted.definition.table tr td:first-child {
    background: rgba(255, 255, 255, 0.02);
    color: #fff;
}
.ui.collapsing.table {
    width: auto;
}
.ui.basic.table {
    background: 0 0;
    border: 1px solid rgba(34, 36, 38, 0.15);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ui.basic.table tfoot,
.ui.basic.table thead {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ui.basic.table th {
    background: 0 0;
    border-left: none;
}
.ui.basic.table tbody tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ui.basic.table td {
    background: 0 0;
}
.ui.basic.striped.table tbody tr:nth-child(2n) {
    background-color: rgba(0, 0, 0, 0.05) !important;
}
.ui[class*="very basic"].table {
    border: none;
}
.ui[class*="very basic"].table:not(.sortable):not(.striped) td,
.ui[class*="very basic"].table:not(.sortable):not(.striped) th {
    padding: "";
}
.ui[class*="very basic"].table:not(.sortable):not(.striped) td:first-child,
.ui[class*="very basic"].table:not(.sortable):not(.striped) th:first-child {
    padding-left: 0;
}
.ui[class*="very basic"].table:not(.sortable):not(.striped) td:last-child,
.ui[class*="very basic"].table:not(.sortable):not(.striped) th:last-child {
    padding-right: 0;
}
.ui[class*="very basic"].table:not(.sortable):not(.striped) thead tr:first-child th {
    padding-top: 0;
}
.ui.celled.table tr td,
.ui.celled.table tr th {
    border-left: 1px solid rgba(34, 36, 38, 0.1);
}
.ui.celled.table tr td:first-child,
.ui.celled.table tr th:first-child {
    border-left: none;
}
.ui.padded.table th {
    padding-left: 1em;
    padding-right: 1em;
}
.ui.padded.table td,
.ui.padded.table th {
    padding: 1em 1em;
}
.ui[class*="very padded"].table th {
    padding-left: 1.5em;
    padding-right: 1.5em;
}
.ui[class*="very padded"].table td {
    padding: 1.5em 1.5em;
}
.ui.compact.table th {
    padding-left: 0.7em;
    padding-right: 0.7em;
}
.ui.compact.table td {
    padding: 0.5em 0.7em;
}
.ui[class*="very compact"].table th {
    padding-left: 0.6em;
    padding-right: 0.6em;
}
.ui[class*="very compact"].table td {
    padding: 0.4em 0.6em;
}
.ui.small.table {
    font-size: 0.9em;
}
.ui.table {
    font-size: 1em;
}
.ui.large.table {
    font-size: 1.1em;
}
.custom-carousel {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: auto;
    border: none;
    overflow: visible;
    z-index: 1;
}
.custom-carousel .custom-slides {
    margin: 0 auto;
    padding: 0;
    border: none;
    list-style: none;
    position: relative;
    overflow: visible;
}
.custom-carousel .custom-slides .custom-slideItem {
    position: absolute;
    cursor: pointer;
    overflow: hidden;
    padding: 5px;
    margin: 0;
    border: none;
}
@media (min-width: 768px) {
    .custom-carousel .custom-slides .custom-slideItem {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.custom-carousel .custom-slides .custom-slideItem a {
    display: block;
    text-decoration: none;
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
    position: relative;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
.custom-carousel .custom-slides .custom-slideItem a:hover:after {
    position: absolute;
    background: rgba(0, 0, 0, 0.5) url(img/zoom.svg) no-repeat center center;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 98.3%;
}
.custom-carousel .custom-slides .slideItem img {
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
    height: 100%;
}
.custom-carousel .nextButton {
    position: absolute;
    right: 0;
    top: 50%;
    width: 22px;
    height: 40px;
    background: url(https://sepac.com/wp-content/themes/sepacinc-default/img/icons/slide-arrow-right.svg) no-repeat center;
    cursor: pointer;
    z-index: 19;
}
@media (min-width: 1200px) {
    .custom-carousel .nextButton {
        right: 0;
    }
}
.custom-carousel .prevButton {
    position: absolute;
    left: 0;
    top: 50%;
    width: 22px;
    height: 40px;
    background: url(https://sepac.com/wp-content/themes/sepacinc-default/img/icons/slide-arrow-left.svg) no-repeat center;
    cursor: pointer;
    z-index: 19;
}
@media (min-width: 1200px) {
    .custom-carousel .prevButton {
        left: 0;
    }
}
.custom-carousel .buttonNav {
    position: relative;
    margin: 0 auto;
    z-index: 999;
}
.custom-carousel .buttonNav .numbers {
    position: relative;
    float: left;
    margin: 5px;
    color: #828282;
    cursor: pointer;
    font-weight: 700;
    text-decoration: none;
    font-size: 1em;
    font-family: Arial, Verdana;
}
.custom-carousel .buttonNav .numbers:hover {
    color: #000;
    text-decoration: underline;
}
.custom-carousel .buttonNav .numberActive {
    background: 0 0;
    color: #000;
    cursor: default;
}
.custom-carousel .buttonNav .bullet {
    position: relative;
    float: left;
    width: 16px;
    height: 16px;
    background: url(img/Bullet-White.png) no-repeat center;
    margin: 5px;
    float: left;
    cursor: pointer;
}
.custom-carousel .buttonNav .bullet:hover {
    background: url(img/Bullet-Black.png) no-repeat center;
}
.custom-carousel .buttonNav .bulletActive {
    background: url(img/Bullet-Black.png) no-repeat center;
    cursor: default;
}
.custom-carousel .custom-slides .videoOverlay {
    background: url(img/video.png) no-repeat center;
}
.custom-carousel .custom-slides .spinner {
    background: #000 url(img/loading.gif) no-repeat center;
}
.custom-carousel .shadow {
    width: 100%;
    height: 82px;
}
.custom-carousel .shadow .shadowLeft {
    background: url(img/shadowLeft.png) no-repeat;
    width: 100px;
    height: 82px;
}
.custom-carousel .shadow .shadowMiddle {
    height: 82px;
    background: url(img/shadowTile.png) repeat-x;
}
.custom-carousel .shadow .shadowRight {
    width: 100px;
    height: 82px;
    background: url(img/shadowRight.png) no-repeat;
}
.custom-carousel .gradient {
    background-image: url(../scripts/gradient.svg);
}
.custom-slideItem .shadow {
    display: none;
}
@media (min-width: 768px) {
    .custom-slideItem .shadow {
        display: block;
    }
} /*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: #286094;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #d95000;
    --yellow: #ffc107;
    --green: #26834f;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #00548c;
    --secondary: #007d42;
    --success: #26834f;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
body {
    margin: 0;
    font-family: Roboto, serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5625;
    color: #222;
    text-align: left;
    background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #26834f;
    text-decoration: underline;
    background-color: transparent;
}
a:hover {
    color: #26834f;
    text-decoration: none;
}
a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}
figure {
    margin: 0 0 1rem;
}
img {
    vertical-align: middle;
    border-style: none;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
button:focus:not(:focus-visible) {
    outline: 0;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[role="button"] {
    cursor: pointer;
}
select {
    word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
summary {
    display: list-item;
    cursor: pointer;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5rem;
    font-family: Roboto, serif;
    font-weight: normal;
    line-height: 1.2;
    color: #00548c;
}
.h1,
h1 {
    font-size: 3.4375rem;
}
.h2,
h2 {
    font-size: 2.25rem;
}
.h3,
h3 {
    font-size: 2rem;
}
.h4,
h4 {
    font-size: 1.75rem;
}
.h5,
h5 {
    font-size: 1.5rem;
}
.h6,
h6 {
    font-size: 1.3125rem;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.small,
small {
    font-size: 80%;
    font-weight: 400;
}
.mark,
mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    list-style: none;
}
.list-inline-item {
    display: inline-block;
}
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}
.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}
.blockquote-footer::before {
    content: "— ";
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}
.figure {
    display: inline-block;
}
.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}
.figure-caption {
    font-size: 90%;
    color: #6c757d;
}
code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word;
}
a > code {
    color: inherit;
}
kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}
pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.row-cols-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.row-cols-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.row-cols-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.row-cols-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.row-cols-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.row-cols-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
}
.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
}
.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
}
.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
}
.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
}
.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
}
.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
}
.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
}
.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}
.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}
.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}
.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}
.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}
.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}
.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}
.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}
.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}
.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}
.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}
.offset-1 {
    margin-left: 8.33333333%;
}
.offset-2 {
    margin-left: 16.66666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333333%;
}
.offset-5 {
    margin-left: 41.66666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333333%;
}
.offset-8 {
    margin-left: 66.66666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333333%;
}
.offset-11 {
    margin-left: 91.66666667%;
}
@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-sm-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-sm-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-sm-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-sm-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-sm-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-sm-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333333%;
    }
    .offset-sm-2 {
        margin-left: 16.66666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333333%;
    }
    .offset-sm-5 {
        margin-left: 41.66666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333333%;
    }
    .offset-sm-8 {
        margin-left: 66.66666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333333%;
    }
    .offset-sm-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-md-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-md-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-md-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-md-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-md-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-md-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333333%;
    }
    .offset-md-2 {
        margin-left: 16.66666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333333%;
    }
    .offset-md-5 {
        margin-left: 41.66666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333333%;
    }
    .offset-md-8 {
        margin-left: 66.66666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333333%;
    }
    .offset-md-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-lg-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-lg-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-lg-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-lg-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-lg-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-lg-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333333%;
    }
    .offset-lg-2 {
        margin-left: 16.66666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333333%;
    }
    .offset-lg-5 {
        margin-left: 41.66666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333333%;
    }
    .offset-lg-8 {
        margin-left: 66.66666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333333%;
    }
    .offset-lg-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-xl-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-xl-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-xl-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-xl-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-xl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-xl-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xl-11 {
        margin-left: 91.66666667%;
    }
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #222;
}
.table td,
.table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
    border-top: 2px solid #dee2e6;
}
.table-sm td,
.table-sm th {
    padding: 0.3rem;
}
.table-bordered {
    border: 1px solid #dee2e6;
}
.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
    color: #222;
    background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
    background-color: rgb(183.6, 207.12, 222.8);
}
.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: rgb(122.4, 166.08, 195.2);
}
.table-hover .table-primary:hover {
    background-color: rgb(166.0256756757, 195.3348648649, 214.8743243243);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: rgb(166.0256756757, 195.3348648649, 214.8743243243);
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
    background-color: rgb(183.6, 218.6, 202.08);
}
.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: rgb(122.4, 187.4, 156.72);
}
.table-hover .table-secondary:hover {
    background-color: rgb(166.7103896104, 209.9896103896, 189.5618181818);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: rgb(166.7103896104, 209.9896103896, 189.5618181818);
}
.table-success,
.table-success > td,
.table-success > th {
    background-color: rgb(194.24, 220.28, 205.72);
}
.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: rgb(142.16, 190.52, 163.48);
}
.table-hover .table-success:hover {
    background-color: rgb(178.0127272727, 211.0072727273, 192.5587096774);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: rgb(178.0127272727, 211.0072727273, 192.5587096774);
}
.table-info,
.table-info > td,
.table-info > th {
    background-color: rgb(190.04, 228.96, 235.12);
}
.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: rgb(134.36, 206.64, 218.08);
}
.table-hover .table-info:hover {
    background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-warning,
.table-warning > td,
.table-warning > th {
    background-color: rgb(255, 237.64, 185.56);
}
.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: rgb(255, 222.76, 126.04);
}
.table-hover .table-warning:hover {
    background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: rgb(255, 231.265, 160.06);
}
.table-danger,
.table-danger > td,
.table-danger > th {
    background-color: rgb(245.2, 198.44, 202.92);
}
.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: rgb(236.8, 149.96, 158.28);
}
.table-hover .table-danger:hover {
    background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.table-light,
.table-light > td,
.table-light > th {
    background-color: rgb(253.04, 253.32, 253.6);
}
.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: rgb(251.36, 251.88, 252.4);
}
.table-hover .table-light:hover {
    background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: rgb(238.165, 240.57, 242.975);
}
.table-dark,
.table-dark > td,
.table-dark > th {
    background-color: rgb(198.16, 199.84, 201.52);
}
.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: rgb(149.44, 152.56, 155.68);
}
.table-hover .table-dark:hover {
    background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-active,
.table-active > td,
.table-active > th {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.table-dark {
    color: #fff;
    background-color: #343a40;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table-dark.table-bordered {
    border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-sm > .table-bordered {
        border: 0;
    }
}
@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-md > .table-bordered {
        border: 0;
    }
}
@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-lg > .table-bordered {
        border: 0;
    }
}
@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-xl > .table-bordered {
        border: 0;
    }
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
    border: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5625em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5625;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none;
    }
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: rgb(12.5, 158, 255);
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 84, 140, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 84, 140, 0.25);
}
.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
input[type="date"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control,
input[type="time"].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}
.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}
.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5625;
}
.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}
.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}
.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5625;
    color: #222;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0;
}
.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
select.form-control[multiple],
select.form-control[size] {
    height: auto;
}
textarea.form-control {
    height: auto;
}
.form-group {
    margin-bottom: 1rem;
}
.form-text {
    display: block;
    margin-top: 0.25rem;
}
.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}
.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
    color: #6c757d;
}
.form-check-label {
    margin-bottom: 0;
}
.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}
.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #26834f;
}
.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5625;
    color: #fff;
    background-color: rgba(38, 131, 79, 0.9);
    border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
    left: 5px;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
    display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #26834f;
    padding-right: calc(1.5625em + 0.75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2326834F' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.390625em + 0.1875rem) center;
    background-size: calc(0.78125em + 0.375rem) calc(0.78125em + 0.375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #26834f;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 131, 79, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(38, 131, 79, 0.25);
}
.was-validated select.form-control:valid,
select.form-control.is-valid {
    padding-right: 3rem !important;
    background-position: right 1.5rem center;
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5625em + 0.75rem);
    background-position: top calc(0.390625em + 0.1875rem) right calc(0.390625em + 0.1875rem);
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #26834f;
    padding-right: calc(0.75em + 2.3125rem) !important;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat,
        #fff
            url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2326834F' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e")
            center right 1.75rem / calc(0.78125em + 0.375rem) calc(0.78125em + 0.375rem) no-repeat;
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #26834f;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 131, 79, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(38, 131, 79, 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: #26834f;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #26834f;
}
.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
    border-color: #26834f;
}
.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    border-color: rgb(49.4674556213, 170.5325443787, 102.8402366864);
    background-color: rgb(49.4674556213, 170.5325443787, 102.8402366864);
}
.custom-control-input.is-valid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 131, 79, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(38, 131, 79, 0.25);
}
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #26834f;
}
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #26834f;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #26834f;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 131, 79, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(38, 131, 79, 0.25);
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}
.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5625;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
    left: 5px;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
    display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5625em + 0.75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.390625em + 0.1875rem) center;
    background-size: calc(0.78125em + 0.375rem) calc(0.78125em + 0.375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated select.form-control:invalid,
select.form-control.is-invalid {
    padding-right: 3rem !important;
    background-position: right 1.5rem center;
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5625em + 0.75rem);
    background-position: top calc(0.390625em + 0.1875rem) right calc(0.390625em + 0.1875rem);
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc(0.75em + 2.3125rem) !important;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat,
        #fff
            url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e")
            center right 1.75rem / calc(0.78125em + 0.375rem) calc(0.78125em + 0.375rem) no-repeat;
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #dc3545;
}
.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
    border-color: #dc3545;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
    border-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
    background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}
.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.form-inline .form-check {
    width: 100%;
}
@media (min-width: 576px) {
    .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }
    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-plaintext {
        display: inline-block;
    }
    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto;
    }
    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }
    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}
.btn,
.product-grid-item-link {
    display: inline-block;
    font-weight: 400;
    color: #222;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5625;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .btn,
    .product-grid-item-link {
        -webkit-transition: none;
        transition: none;
    }
}
.btn:hover,
.product-grid-item-link:hover {
    color: #222;
    text-decoration: none;
}
.btn.focus,
.btn:focus,
.focus.product-grid-item-link,
.product-grid-item-link:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 84, 140, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 84, 140, 0.25);
}
.btn.disabled,
.btn:disabled,
.disabled.product-grid-item-link,
.product-grid-item-link:disabled {
    opacity: 0.65;
}
.btn:not(:disabled):not(.disabled),
.product-grid-item-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}
a.btn.disabled,
a.disabled.product-grid-item-link,
fieldset:disabled a.btn,
fieldset:disabled a.product-grid-item-link {
    pointer-events: none;
}
.btn-primary {
    color: #fff;
    background-color: #00548c;
    border-color: #00548c;
}
.btn-primary:hover {
    color: #fff;
    background-color: rgb(0, 61.05, 101.75);
    border-color: rgb(0, 53.4, 89);
}
.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: rgb(0, 61.05, 101.75);
    border-color: rgb(0, 53.4, 89);
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38.25, 109.65, 157.25, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(38.25, 109.65, 157.25, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #00548c;
    border-color: #00548c;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: rgb(0, 53.4, 89);
    border-color: rgb(0, 45.75, 76.25);
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38.25, 109.65, 157.25, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(38.25, 109.65, 157.25, 0.5);
}
.btn-secondary {
    color: #fff;
    background-color: #007d42;
    border-color: #007d42;
}
.btn-secondary:hover {
    color: #fff;
    background-color: rgb(0, 86.75, 45.804);
    border-color: rgb(0, 74, 39.072);
}
.btn-secondary.focus,
.btn-secondary:focus {
    color: #fff;
    background-color: rgb(0, 86.75, 45.804);
    border-color: rgb(0, 74, 39.072);
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38.25, 144.5, 94.35, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(38.25, 144.5, 94.35, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #007d42;
    border-color: #007d42;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: rgb(0, 74, 39.072);
    border-color: rgb(0, 61.25, 32.34);
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38.25, 144.5, 94.35, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(38.25, 144.5, 94.35, 0.5);
}
.btn-success {
    color: #fff;
    background-color: #26834f;
    border-color: #26834f;
}
.btn-success:hover {
    color: #fff;
    background-color: rgb(29.399408284, 101.350591716, 61.1198224852);
    border-color: rgb(26.5325443787, 91.4674556213, 55.1597633136);
}
.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: rgb(29.399408284, 101.350591716, 61.1198224852);
    border-color: rgb(26.5325443787, 91.4674556213, 55.1597633136);
    -webkit-box-shadow: 0 0 0 0.2rem rgba(70.55, 149.6, 105.4, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(70.55, 149.6, 105.4, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #26834f;
    border-color: #26834f;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: rgb(26.5325443787, 91.4674556213, 55.1597633136);
    border-color: rgb(23.6656804734, 81.5843195266, 49.199704142);
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(70.55, 149.6, 105.4, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(70.55, 149.6, 105.4, 0.5);
}
.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info:hover {
    color: #fff;
    background-color: rgb(18.75, 132.0652173913, 150);
    border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: rgb(18.75, 132.0652173913, 150);
    border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
    -webkit-box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
    border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}
.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:hover {
    color: #212529;
    background-color: rgb(223.75, 167.8125, 0);
    border-color: rgb(211, 158.25, 0);
}
.btn-warning.focus,
.btn-warning:focus {
    color: #212529;
    background-color: rgb(223.75, 167.8125, 0);
    border-color: rgb(211, 158.25, 0);
    -webkit-box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: rgb(211, 158.25, 0);
    border-color: rgb(198.25, 148.6875, 0);
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}
.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-danger:hover {
    color: #fff;
    background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
    border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
    border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
    -webkit-box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
    border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}
.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:hover {
    color: #212529;
    background-color: rgb(225.6875, 229.875, 234.0625);
    border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light.focus,
.btn-light:focus {
    color: #212529;
    background-color: rgb(225.6875, 229.875, 234.0625);
    border-color: rgb(218.25, 223.5, 228.75);
    -webkit-box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: rgb(218.25, 223.5, 228.75);
    border-color: rgb(210.8125, 217.125, 223.4375);
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}
.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:hover {
    color: #fff;
    background-color: rgb(34.8534482759, 38.875, 42.8965517241);
    border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark.focus,
.btn-dark:focus {
    color: #fff;
    background-color: rgb(34.8534482759, 38.875, 42.8965517241);
    border-color: rgb(29.1379310345, 32.5, 35.8620689655);
    -webkit-box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: rgb(29.1379310345, 32.5, 35.8620689655);
    border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}
.btn-outline-primary {
    color: #00548c;
    border-color: #00548c;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #00548c;
    border-color: #00548c;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 84, 140, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 84, 140, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #00548c;
    background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #00548c;
    border-color: #00548c;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 84, 140, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 84, 140, 0.5);
}
.btn-outline-secondary {
    color: #007d42;
    border-color: #007d42;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #007d42;
    border-color: #007d42;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 125, 66, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 125, 66, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #007d42;
    background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #007d42;
    border-color: #007d42;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 125, 66, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 125, 66, 0.5);
}
.btn-outline-success {
    color: #26834f;
    border-color: #26834f;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #26834f;
    border-color: #26834f;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 131, 79, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(38, 131, 79, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #26834f;
    background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #26834f;
    border-color: #26834f;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 131, 79, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(38, 131, 79, 0.5);
}
.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
    color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
    font-weight: 400;
    color: #26834f;
    text-decoration: underline;
}
.btn-link:hover {
    color: #26834f;
    text-decoration: none;
}
.btn-link.focus,
.btn-link:focus {
    text-decoration: none;
}
.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none;
}
.btn-group-lg > .btn,
.btn-group-lg > .product-grid-item-link,
.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-group-sm > .product-grid-item-link,
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 0.5rem;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}
.fade {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        transition: none;
    }
}
.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
    display: none;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none;
    }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative;
}
.dropdown-toggle {
    white-space: nowrap;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #222;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.dropdown-menu-left {
    right: auto;
    left: 0;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-sm-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-md-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-lg-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xl-right {
        right: 0;
        left: auto;
    }
}
.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropright .dropdown-toggle::after {
    vertical-align: 0;
}
.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}
.dropleft .dropdown-toggle::after {
    display: none;
}
.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
    right: auto;
    bottom: auto;
}
.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: rgb(21.6283783784, 24.25, 26.8716216216);
    text-decoration: none;
    background-color: #e9ecef;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #00548c;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}
.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .product-grid-item-link,
.btn-group > .btn,
.btn-group > .product-grid-item-link {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .product-grid-item-link:hover,
.btn-group > .btn:hover,
.btn-group > .product-grid-item-link:hover {
    z-index: 1;
}
.btn-group-vertical > .active.product-grid-item-link,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .product-grid-item-link:active,
.btn-group-vertical > .product-grid-item-link:focus,
.btn-group > .active.product-grid-item-link,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .product-grid-item-link:active,
.btn-group > .product-grid-item-link:focus {
    z-index: 1;
}
.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.btn-toolbar .input-group {
    width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child),
.btn-group > .product-grid-item-link:not(:first-child) {
    margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn-group:not(:last-child) > .product-grid-item-link,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .product-grid-item-link:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn-group:not(:first-child) > .product-grid-item-link,
.btn-group > .btn:not(:first-child),
.btn-group > .product-grid-item-link:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
    margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-group-sm > .product-grid-item-link + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-group-lg > .product-grid-item-link + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}
.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .product-grid-item-link {
    width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .product-grid-item-link:not(:first-child) {
    margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn-group:not(:last-child) > .product-grid-item-link,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .product-grid-item-link:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .product-grid-item-link,
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .product-grid-item-link:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn,
.btn-group-toggle > .btn-group > .product-grid-item-link,
.btn-group-toggle > .product-grid-item-link {
    margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .product-grid-item-link input[type="checkbox"],
.btn-group-toggle > .btn-group > .product-grid-item-link input[type="radio"],
.btn-group-toggle > .product-grid-item-link input[type="checkbox"],
.btn-group-toggle > .product-grid-item-link input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control {
    margin-left: -1px;
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
    z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
    z-index: 4;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group > .custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after,
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after,
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .form-control:nth-last-child(n + 3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-append,
.input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.input-group-append .btn,
.input-group-append .product-grid-item-link,
.input-group-prepend .btn,
.input-group-prepend .product-grid-item-link {
    position: relative;
    z-index: 2;
}
.input-group-append .btn:focus,
.input-group-append .product-grid-item-link:focus,
.input-group-prepend .btn:focus,
.input-group-prepend .product-grid-item-link:focus {
    z-index: 3;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .btn + .product-grid-item-link,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .product-grid-item-link,
.input-group-append .product-grid-item-link + .btn,
.input-group-append .product-grid-item-link + .input-group-text,
.input-group-append .product-grid-item-link + .product-grid-item-link,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .btn + .product-grid-item-link,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .product-grid-item-link,
.input-group-prepend .product-grid-item-link + .btn,
.input-group-prepend .product-grid-item-link + .input-group-text,
.input-group-prepend .product-grid-item-link + .product-grid-item-link {
    margin-left: -1px;
}
.input-group-prepend {
    margin-right: -1px;
}
.input-group-append {
    margin-left: -1px;
}
.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5625;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
    margin-top: 0;
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-append > .product-grid-item-link,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-prepend > .product-grid-item-link {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
    height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-append > .product-grid-item-link,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-prepend > .product-grid-item-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
    padding-right: 1.75rem;
}
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .product-grid-item-link,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .product-grid-item-link,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.input-group > .input-group-append:last-child > .product-grid-item-link:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-prepend > .product-grid-item-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-append > .product-grid-item-link,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:first-child > .product-grid-item-link:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .product-grid-item-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5625rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}
.custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}
.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.28125rem;
    opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #00548c;
    background-color: #00548c;
}
.custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 84, 140, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 84, 140, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: rgb(12.5, 158, 255);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: rgb(63.5, 178.4, 255);
    border-color: rgb(63.5, 178.4, 255);
}
.custom-control-input:disabled ~ .custom-control-label,
.custom-control-input[disabled] ~ .custom-control-label {
    color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before,
.custom-control-input[disabled] ~ .custom-control-label::before {
    background-color: #e9ecef;
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}
.custom-control-label::before {
    position: absolute;
    top: 0.28125rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}
.custom-control-label::after {
    position: absolute;
    top: 0.28125rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50%/50% 50% no-repeat;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #00548c;
    background-color: #00548c;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 84, 140, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 84, 140, 0.5);
}
.custom-radio .custom-control-label::before {
    border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 84, 140, 0.5);
}
.custom-switch {
    padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
    top: calc(0.28125rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        transition: none;
    }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
    -ms-transform: translateX(0.75rem);
    transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 84, 140, 0.5);
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5625em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5625;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-select:focus {
    border-color: rgb(12.5, 158, 255);
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 84, 140, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 84, 140, 0.25);
}
.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}
.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}
.custom-select::-ms-expand {
    display: none;
}
.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}
.custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}
.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5625em + 0.75rem + 2px);
    margin-bottom: 0;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5625em + 0.75rem + 2px);
    margin: 0;
    overflow: hidden;
    opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
    border-color: rgb(12.5, 158, 255);
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 84, 140, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 84, 140, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label,
.custom-file-input[disabled] ~ .custom-file-label {
    background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse);
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5625em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5625;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5625em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5625;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-range:focus {
    outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 84, 140, 0.25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 84, 140, 0.25);
}
.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 84, 140, 0.25);
}
.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 84, 140, 0.25);
}
.custom-range::-moz-focus-outer {
    border: 0;
}
.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #00548c;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none;
    }
}
.custom-range::-webkit-slider-thumb:active {
    background-color: rgb(63.5, 178.4, 255);
}
.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #00548c;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none;
    }
}
.custom-range::-moz-range-thumb:active {
    background-color: rgb(63.5, 178.4, 255);
}
.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #00548c;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none;
    }
}
.custom-range::-ms-thumb:active {
    background-color: rgb(63.5, 178.4, 255);
}
.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
    cursor: default;
}
.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        -webkit-transition: none;
        transition: none;
    }
}
.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
}
.nav-link:focus,
.nav-link:hover {
    text-decoration: none;
}
.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-pills .nav-link {
    border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #00548c;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.navbar-brand {
    display: inline-block;
    padding-top: 0.3046875rem;
    padding-bottom: 0.3046875rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}
.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}
.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat;
}
.navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto;
}
@media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-sm,
    .navbar-expand-sm > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 576px) {
    .navbar-expand-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-sm,
    .navbar-expand-sm > .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}
@media (max-width: 767.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 768px) {
    .navbar-expand-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}
@media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}
@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .container-md,
    .navbar-expand-xl > .container-sm,
    .navbar-expand-xl > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 1200px) {
    .navbar-expand-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .container-md,
    .navbar-expand-xl > .container-sm,
    .navbar-expand-xl > .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}
.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0;
}
.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
    overflow: visible;
}
.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.navbar-expand .navbar-toggler {
    display: none;
}
.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
    color: #fff;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
    color: #fff;
}
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
    color: #fff;
}
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff;
}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.card > hr {
    margin-right: 0;
    margin-left: 0;
}
.card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
}
.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
    border-top: 0;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.card-title {
    margin-bottom: 0.75rem;
}
.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}
.card-text:last-child {
    margin-bottom: 0;
}
.card-link:hover {
    text-decoration: none;
}
.card-link + .card-link {
    margin-left: 1.25rem;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}
.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom,
.card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}
.card-img,
.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck .card {
    margin-bottom: 15px;
}
@media (min-width: 576px) {
    .card-deck {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .card-deck .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}
.card-group > .card {
    margin-bottom: 15px;
}
@media (min-width: 576px) {
    .card-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .card-group > .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-header,
    .card-group > .card:not(:last-child) .card-img-top {
        border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-footer,
    .card-group > .card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-header,
    .card-group > .card:not(:first-child) .card-img-top {
        border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-footer,
    .card-group > .card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0;
    }
}
.card-columns .card {
    margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}
.accordion {
    overflow-anchor: none;
}
.accordion > .card {
    overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px;
}
.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
}
.breadcrumb-item.active {
    color: #6c757d;
}
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #26834f;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-link:hover {
    z-index: 2;
    color: #26834f;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.page-link:focus {
    z-index: 3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 84, 140, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 84, 140, 0.25);
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #00548c;
    border-color: #00548c;
}
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}
.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}
.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .badge {
        -webkit-transition: none;
        transition: none;
    }
}
a.badge:focus,
a.badge:hover {
    text-decoration: none;
}
.badge:empty {
    display: none;
}
.btn .badge,
.product-grid-item-link .badge {
    position: relative;
    top: -1px;
}
.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}
.badge-primary {
    color: #fff;
    background-color: #00548c;
}
a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: rgb(0, 53.4, 89);
}
a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 84, 140, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 84, 140, 0.5);
}
.badge-secondary {
    color: #fff;
    background-color: #007d42;
}
a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #fff;
    background-color: rgb(0, 74, 39.072);
}
a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 125, 66, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 125, 66, 0.5);
}
.badge-success {
    color: #fff;
    background-color: #26834f;
}
a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: rgb(26.5325443787, 91.4674556213, 55.1597633136);
}
a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 131, 79, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(38, 131, 79, 0.5);
}
.badge-info {
    color: #fff;
    background-color: #17a2b8;
}
a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.badge-warning {
    color: #212529;
    background-color: #ffc107;
}
a.badge-warning:focus,
a.badge-warning:hover {
    color: #212529;
    background-color: rgb(211, 158.25, 0);
}
a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.badge-danger {
    color: #fff;
    background-color: #dc3545;
}
a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}
a.badge-light:focus,
a.badge-light:hover {
    color: #212529;
    background-color: rgb(218.25, 223.5, 228.75);
}
a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.badge-dark {
    color: #fff;
    background-color: #343a40;
}
a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
}
@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}
.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert-heading {
    color: inherit;
}
.alert-link {
    font-weight: 700;
}
.alert-dismissible {
    padding-right: 4rem;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit;
}
.alert-primary {
    color: rgb(0, 43.68, 72.8);
    background-color: rgb(204, 220.8, 232);
    border-color: rgb(183.6, 207.12, 222.8);
}
.alert-primary hr {
    border-top-color: rgb(166.0256756757, 195.3348648649, 214.8743243243);
}
.alert-primary .alert-link {
    color: rgb(0, 13.08, 21.8);
}
.alert-secondary {
    color: rgb(0, 65, 34.32);
    background-color: rgb(204, 229, 217.2);
    border-color: rgb(183.6, 218.6, 202.08);
}
.alert-secondary hr {
    border-top-color: rgb(166.7103896104, 209.9896103896, 189.5618181818);
}
.alert-secondary .alert-link {
    color: rgb(0, 14, 7.392);
}
.alert-success {
    color: rgb(19.76, 68.12, 41.08);
    background-color: rgb(211.6, 230.2, 219.8);
    border-color: rgb(194.24, 220.28, 205.72);
}
.alert-success hr {
    border-top-color: rgb(178.0127272727, 211.0072727273, 192.5587096774);
}
.alert-success .alert-link {
    color: rgb(8.2925443787, 28.5874556213, 17.2397633136);
}
.alert-info {
    color: rgb(11.96, 84.24, 95.68);
    background-color: rgb(208.6, 236.4, 240.8);
    border-color: rgb(190.04, 228.96, 235.12);
}
.alert-info hr {
    border-top-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.alert-info .alert-link {
    color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
}
.alert-warning {
    color: rgb(132.6, 100.36, 3.64);
    background-color: rgb(255, 242.6, 205.4);
    border-color: rgb(255, 237.64, 185.56);
}
.alert-warning hr {
    border-top-color: rgb(255, 231.265, 160.06);
}
.alert-warning .alert-link {
    color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}
.alert-danger {
    color: rgb(114.4, 27.56, 35.88);
    background-color: rgb(248, 214.6, 217.8);
    border-color: rgb(245.2, 198.44, 202.92);
}
.alert-danger hr {
    border-top-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.alert-danger .alert-link {
    color: rgb(73.3010989011, 17.6589010989, 22.9898901099);
}
.alert-light {
    color: rgb(128.96, 129.48, 130);
    background-color: rgb(253.6, 253.8, 254);
    border-color: rgb(253.04, 253.32, 253.6);
}
.alert-light hr {
    border-top-color: rgb(238.165, 240.57, 242.975);
}
.alert-light .alert-link {
    color: rgb(103.5492351816, 103.98, 104.4107648184);
}
.alert-dark {
    color: rgb(27.04, 30.16, 33.28);
    background-color: rgb(214.4, 215.6, 216.8);
    border-color: rgb(198.16, 199.84, 201.52);
}
.alert-dark hr {
    border-top-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.alert-dark .alert-link {
    color: rgb(4.1779310345, 4.66, 5.1420689655);
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}
.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #00548c;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        -webkit-transition: none;
        transition: none;
    }
}
.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}
.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none;
    }
}
.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
}
.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}
.list-group-item-action:active {
    color: #222;
    background-color: #e9ecef;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #00548c;
    border-color: #00548c;
}
.list-group-item + .list-group-item {
    border-top-width: 0;
}
.list-group-item + .list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
}
.list-group-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
    margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
}
@media (min-width: 576px) {
    .list-group-horizontal-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .list-group-horizontal-sm > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
@media (min-width: 768px) {
    .list-group-horizontal-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .list-group-horizontal-md > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
@media (min-width: 992px) {
    .list-group-horizontal-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .list-group-horizontal-lg > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .list-group-horizontal-xl > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xl > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-xl > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
.list-group-flush {
    border-radius: 0;
}
.list-group-flush > .list-group-item {
    border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0;
}
.list-group-item-primary {
    color: rgb(0, 43.68, 72.8);
    background-color: rgb(183.6, 207.12, 222.8);
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: rgb(0, 43.68, 72.8);
    background-color: rgb(166.0256756757, 195.3348648649, 214.8743243243);
}
.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: rgb(0, 43.68, 72.8);
    border-color: rgb(0, 43.68, 72.8);
}
.list-group-item-secondary {
    color: rgb(0, 65, 34.32);
    background-color: rgb(183.6, 218.6, 202.08);
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: rgb(0, 65, 34.32);
    background-color: rgb(166.7103896104, 209.9896103896, 189.5618181818);
}
.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: rgb(0, 65, 34.32);
    border-color: rgb(0, 65, 34.32);
}
.list-group-item-success {
    color: rgb(19.76, 68.12, 41.08);
    background-color: rgb(194.24, 220.28, 205.72);
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: rgb(19.76, 68.12, 41.08);
    background-color: rgb(178.0127272727, 211.0072727273, 192.5587096774);
}
.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: rgb(19.76, 68.12, 41.08);
    border-color: rgb(19.76, 68.12, 41.08);
}
.list-group-item-info {
    color: rgb(11.96, 84.24, 95.68);
    background-color: rgb(190.04, 228.96, 235.12);
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: rgb(11.96, 84.24, 95.68);
    background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: rgb(11.96, 84.24, 95.68);
    border-color: rgb(11.96, 84.24, 95.68);
}
.list-group-item-warning {
    color: rgb(132.6, 100.36, 3.64);
    background-color: rgb(255, 237.64, 185.56);
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: rgb(132.6, 100.36, 3.64);
    background-color: rgb(255, 231.265, 160.06);
}
.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: rgb(132.6, 100.36, 3.64);
    border-color: rgb(132.6, 100.36, 3.64);
}
.list-group-item-danger {
    color: rgb(114.4, 27.56, 35.88);
    background-color: rgb(245.2, 198.44, 202.92);
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: rgb(114.4, 27.56, 35.88);
    background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: rgb(114.4, 27.56, 35.88);
    border-color: rgb(114.4, 27.56, 35.88);
}
.list-group-item-light {
    color: rgb(128.96, 129.48, 130);
    background-color: rgb(253.04, 253.32, 253.6);
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: rgb(128.96, 129.48, 130);
    background-color: rgb(238.165, 240.57, 242.975);
}
.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: rgb(128.96, 129.48, 130);
    border-color: rgb(128.96, 129.48, 130);
}
.list-group-item-dark {
    color: rgb(27.04, 30.16, 33.28);
    background-color: rgb(198.16, 199.84, 201.52);
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: rgb(27.04, 30.16, 33.28);
    background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: rgb(27.04, 30.16, 33.28);
    border-color: rgb(27.04, 30.16, 33.28);
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}
.close:hover {
    color: #000;
    text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 0.75;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}
a.close.disabled {
    pointer-events: none;
}
.toast {
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    max-width: 350px;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    opacity: 0;
    border-radius: 0.25rem;
}
.toast:not(:last-child) {
    margin-bottom: 0.75rem;
}
.toast.showing {
    opacity: 1;
}
.toast.show {
    display: block;
    opacity: 1;
}
.toast.hide {
    display: none;
}
.toast-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.toast-body {
    padding: 0.75rem;
}
.modal-open {
    overflow: hidden;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none;
    }
}
.modal.show .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}
.modal-dialog-scrollable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}
.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.5;
}
.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5625;
}
.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
    margin: 0.25rem;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
    }
    .modal-sm {
        max-width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}
@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: Roboto, serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5625;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}
.tooltip.show {
    opacity: 0.9;
}
.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}
.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
    padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}
.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
    padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-right .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}
.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
    padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}
.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
    padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-left .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}
.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: Roboto, serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5625;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}
.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}
.popover .arrow::after,
.popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
    margin-bottom: 0.5rem;
}
.bs-popover-auto[x-placement^="top"] > .arrow,
.bs-popover-top > .arrow {
    bottom: calc(-0.5rem - 1px);
}
.bs-popover-auto[x-placement^="top"] > .arrow::before,
.bs-popover-top > .arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="top"] > .arrow::after,
.bs-popover-top > .arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
}
.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
    margin-left: 0.5rem;
}
.bs-popover-auto[x-placement^="right"] > .arrow,
.bs-popover-right > .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="right"] > .arrow::before,
.bs-popover-right > .arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="right"] > .arrow::after,
.bs-popover-right > .arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
    margin-top: 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] > .arrow,
.bs-popover-bottom > .arrow {
    top: calc(-0.5rem - 1px);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow::before,
.bs-popover-bottom > .arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow::after,
.bs-popover-bottom > .arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}
.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
    margin-right: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] > .arrow,
.bs-popover-left > .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="left"] > .arrow::before,
.bs-popover-left > .arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="left"] > .arrow::after,
.bs-popover-left > .arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
}
.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: #00548c;
    background-color: rgb(247.35, 247.35, 247.35);
    border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
    display: none;
}
.popover-body {
    padding: 0.5rem 0.75rem;
    color: #222;
}
.carousel {
    position: relative;
}
.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        -webkit-transition: none;
        transition: none;
    }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}
.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 0s 0.6s;
    transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        -webkit-transition: none;
        transition: none;
    }
}
.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 0.5;
    -webkit-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-control-next,
    .carousel-control-prev {
        -webkit-transition: none;
        transition: none;
    }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50%/100% 100% no-repeat;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators li {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        -webkit-transition: none;
        transition: none;
    }
}
.carousel-indicators .active {
    opacity: 1;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: 0.75s linear infinite spinner-border;
    animation: 0.75s linear infinite spinner-border;
}
.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: 0.75s linear infinite spinner-grow;
    animation: 0.75s linear infinite spinner-grow;
}
.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
    .spinner-border,
    .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
    }
}
.align-baseline {
    vertical-align: baseline !important;
}
.align-top {
    vertical-align: top !important;
}
.align-middle {
    vertical-align: middle !important;
}
.align-bottom {
    vertical-align: bottom !important;
}
.align-text-bottom {
    vertical-align: text-bottom !important;
}
.align-text-top {
    vertical-align: text-top !important;
}
.bg-primary {
    background-color: #00548c !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: rgb(0, 53.4, 89) !important;
}
.bg-secondary {
    background-color: #007d42 !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: rgb(0, 74, 39.072) !important;
}
.bg-success {
    background-color: #26834f !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: rgb(26.5325443787, 91.4674556213, 55.1597633136) !important;
}
.bg-info {
    background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}
.bg-warning {
    background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: rgb(211, 158.25, 0) !important;
}
.bg-danger {
    background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}
.bg-light {
    background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: rgb(218.25, 223.5, 228.75) !important;
}
.bg-dark {
    background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}
.bg-white {
    background-color: #fff !important;
}
.bg-transparent {
    background-color: transparent !important;
}
.border {
    border: 1px solid #dee2e6 !important;
}
.border-top {
    border-top: 1px solid #dee2e6 !important;
}
.border-right {
    border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
    border-left: 1px solid #dee2e6 !important;
}
.border-0 {
    border: 0 !important;
}
.border-top-0 {
    border-top: 0 !important;
}
.border-right-0 {
    border-right: 0 !important;
}
.border-bottom-0 {
    border-bottom: 0 !important;
}
.border-left-0 {
    border-left: 0 !important;
}
.border-primary {
    border-color: #00548c !important;
}
.border-secondary {
    border-color: #007d42 !important;
}
.border-success {
    border-color: #26834f !important;
}
.border-info {
    border-color: #17a2b8 !important;
}
.border-warning {
    border-color: #ffc107 !important;
}
.border-danger {
    border-color: #dc3545 !important;
}
.border-light {
    border-color: #f8f9fa !important;
}
.border-dark {
    border-color: #343a40 !important;
}
.border-white {
    border-color: #fff !important;
}
.rounded-sm {
    border-radius: 0.2rem !important;
}
.rounded {
    border-radius: 0.25rem !important;
}
.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}
.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}
.rounded-lg {
    border-radius: 0.3rem !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.rounded-pill {
    border-radius: 50rem !important;
}
.rounded-0 {
    border-radius: 0 !important;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.d-none {
    display: none !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive::before {
    display: block;
    content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-21by9::before {
    padding-top: 42.85714286%;
}
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.embed-responsive-4by3::before {
    padding-top: 75%;
}
.embed-responsive-1by1::before {
    padding-top: 100%;
}
.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}
.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}
.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}
.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}
.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}
.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}
@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.float-none {
    float: none !important;
}
@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }
    .float-sm-right {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
}
@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }
    .float-md-right {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
}
@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }
    .float-lg-right {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
}
@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }
    .float-xl-right {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
}
.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important;
}
.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
}
.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}
.overflow-auto {
    overflow: auto !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.position-static {
    position: static !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.position-fixed {
    position: fixed !important;
}
.position-sticky {
    position: sticky !important;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
@supports (position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
.screen-reader-text,
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}
.shadow-sm {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.h-auto {
    height: auto !important;
}
.mw-100 {
    max-width: 100% !important;
}
.mh-100 {
    max-height: 100% !important;
}
.min-vw-100 {
    min-width: 100vw !important;
}
.min-vh-100 {
    min-height: 100vh !important;
}
.vw-100 {
    width: 100vw !important;
}
.vh-100 {
    height: 100vh !important;
}
.m-0 {
    margin: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
    margin-left: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.mt-3,
.my-3 {
    margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}
.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.mt-5,
.my-5 {
    margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0,
.py-0 {
    padding-top: 0 !important;
}
.pr-0,
.px-0 {
    padding-right: 0 !important;
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
    padding-left: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.pt-3,
.py-3 {
    padding-top: 1rem !important;
}
.pr-3,
.px-3 {
    padding-right: 1rem !important;
}
.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
    padding-left: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.pt-5,
.py-5 {
    padding-top: 3rem !important;
}
.pr-5,
.px-5 {
    padding-right: 3rem !important;
}
.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
    padding-left: 3rem !important;
}
.m-n1 {
    margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}
.m-n2 {
    margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}
.m-n3 {
    margin: -1rem !important;
}
.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}
.m-n4 {
    margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}
.m-n5 {
    margin: -3rem !important;
}
.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mt-auto,
.my-auto {
    margin-top: auto !important;
}
.aligncenter,
.mr-auto,
.mx-auto {
    margin-right: auto !important;
}
.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}
.aligncenter,
.ml-auto,
.mx-auto {
    margin-left: auto !important;
}
@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .m-sm-n1 {
        margin: -0.25rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }
    .m-sm-n2 {
        margin: -0.5rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }
    .m-sm-n3 {
        margin: -1rem !important;
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }
    .m-sm-n4 {
        margin: -1.5rem !important;
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }
    .m-sm-n5 {
        margin: -3rem !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-n1 {
        margin: -0.25rem !important;
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }
    .m-md-n2 {
        margin: -0.5rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }
    .m-md-n3 {
        margin: -1rem !important;
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }
    .m-md-n4 {
        margin: -1.5rem !important;
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }
    .m-md-n5 {
        margin: -3rem !important;
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .m-lg-n1 {
        margin: -0.25rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }
    .m-lg-n2 {
        margin: -0.5rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }
    .m-lg-n3 {
        margin: -1rem !important;
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }
    .m-lg-n4 {
        margin: -1.5rem !important;
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }
    .m-lg-n5 {
        margin: -3rem !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .m-xl-n1 {
        margin: -0.25rem !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xl-n2 {
        margin: -0.5rem !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }
    .m-xl-n3 {
        margin: -1rem !important;
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }
    .m-xl-n4 {
        margin: -1.5rem !important;
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }
    .m-xl-n5 {
        margin: -3rem !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}
.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify {
    text-align: justify !important;
}
.text-wrap {
    white-space: normal !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.font-weight-light {
    font-weight: 300 !important;
}
.font-weight-lighter {
    font-weight: lighter !important;
}
.font-weight-normal {
    font-weight: 400 !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.font-weight-bolder {
    font-weight: bolder !important;
}
.font-italic {
    font-style: italic !important;
}
.text-white {
    color: #fff !important;
}
.text-primary {
    color: #00548c !important;
}
a.text-primary:focus,
a.text-primary:hover {
    color: rgb(0, 38.1, 63.5) !important;
}
.text-secondary {
    color: #007d42 !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
    color: rgb(0, 48.5, 25.608) !important;
}
.text-success {
    color: #26834f !important;
}
a.text-success:focus,
a.text-success:hover {
    color: rgb(20.798816568, 71.701183432, 43.2396449704) !important;
}
.text-info {
    color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
    color: rgb(14.5, 102.1304347826, 116) !important;
}
.text-warning {
    color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
    color: rgb(185.5, 139.125, 0) !important;
}
.text-danger {
    color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
    color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}
.text-light {
    color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
    color: rgb(203.375, 210.75, 218.125) !important;
}
.text-dark {
    color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
    color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}
.text-body {
    color: #222 !important;
}
.text-muted {
    color: #6c757d !important;
}
.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.text-decoration-none {
    text-decoration: none !important;
}
.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important;
}
.text-reset {
    color: inherit !important;
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
@media print {
    *,
    ::after,
    ::before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    a:not(.btn):not(.product-grid-item-link) {
        text-decoration: underline;
    }
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    pre {
        white-space: pre-wrap !important;
    }
    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    @page {
        size: a3;
    }
    body {
        min-width: 992px !important;
    }
    .container {
        min-width: 992px !important;
    }
    .navbar {
        display: none;
    }
    .badge {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6 !important;
    }
    .table-dark {
        color: inherit;
    }
    .table-dark tbody + tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6;
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    }
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #222;
}
.table td,
.table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
    border-top: 2px solid #dee2e6;
}
.table-sm td,
.table-sm th {
    padding: 0.3rem;
}
.table-bordered {
    border: 1px solid #dee2e6;
}
.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
    color: #222;
    background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
    background-color: rgb(183.6, 207.12, 222.8);
}
.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: rgb(122.4, 166.08, 195.2);
}
.table-hover .table-primary:hover {
    background-color: rgb(166.0256756757, 195.3348648649, 214.8743243243);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: rgb(166.0256756757, 195.3348648649, 214.8743243243);
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
    background-color: rgb(183.6, 218.6, 202.08);
}
.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: rgb(122.4, 187.4, 156.72);
}
.table-hover .table-secondary:hover {
    background-color: rgb(166.7103896104, 209.9896103896, 189.5618181818);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: rgb(166.7103896104, 209.9896103896, 189.5618181818);
}
.table-success,
.table-success > td,
.table-success > th {
    background-color: rgb(194.24, 220.28, 205.72);
}
.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: rgb(142.16, 190.52, 163.48);
}
.table-hover .table-success:hover {
    background-color: rgb(178.0127272727, 211.0072727273, 192.5587096774);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: rgb(178.0127272727, 211.0072727273, 192.5587096774);
}
.table-info,
.table-info > td,
.table-info > th {
    background-color: rgb(190.04, 228.96, 235.12);
}
.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: rgb(134.36, 206.64, 218.08);
}
.table-hover .table-info:hover {
    background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-warning,
.table-warning > td,
.table-warning > th {
    background-color: rgb(255, 237.64, 185.56);
}
.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: rgb(255, 222.76, 126.04);
}
.table-hover .table-warning:hover {
    background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: rgb(255, 231.265, 160.06);
}
.table-danger,
.table-danger > td,
.table-danger > th {
    background-color: rgb(245.2, 198.44, 202.92);
}
.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: rgb(236.8, 149.96, 158.28);
}
.table-hover .table-danger:hover {
    background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.table-light,
.table-light > td,
.table-light > th {
    background-color: rgb(253.04, 253.32, 253.6);
}
.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: rgb(251.36, 251.88, 252.4);
}
.table-hover .table-light:hover {
    background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: rgb(238.165, 240.57, 242.975);
}
.table-dark,
.table-dark > td,
.table-dark > th {
    background-color: rgb(198.16, 199.84, 201.52);
}
.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: rgb(149.44, 152.56, 155.68);
}
.table-hover .table-dark:hover {
    background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-active,
.table-active > td,
.table-active > th {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.table-dark {
    color: #fff;
    background-color: #343a40;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table-dark.table-bordered {
    border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-sm > .table-bordered {
        border: 0;
    }
}
@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-md > .table-bordered {
        border: 0;
    }
}
@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-lg > .table-bordered {
        border: 0;
    }
}
@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-xl > .table-bordered {
        border: 0;
    }
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
    border: 0;
}
.wrapper {
    padding: 30px 0 0;
}
#wrapper-hero {
    padding: 0 !important;
}
.bypostauthor,
.gallery-caption,
.sticky {
    font-size: inherit;
}
.wrapper#wrapper-sticky {
    border-bottom: 1px solid #dee2e6;
}
#wrapper-footer-full,
#wrapper-static-hero {
    background-color: #e9ecef;
}
.wp-caption {
    font-size: inherit;
}
.wp-caption-text {
    font-size: inherit;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.entry-footer span {
    padding-right: 10px;
}
#secondary img,
article img,
figure,
img,
img.wp-post-image {
    max-width: 100%;
    height: auto;
}
a.skip-link {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
}
.jumbotron {
    margin-bottom: 0;
}
.navbar-dark .navbar-nav .dropdown-menu .nav-link {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529 !important;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}
.navbar-dark .navbar-nav .dropdown-menu .nav-link:focus,
.navbar-dark .navbar-nav .dropdown-menu .nav-link:hover {
    color: rgb(21.6283783784, 24.25, 26.8716216216) !important;
    text-decoration: none;
    background-color: #e9ecef;
}
.navbar-dark .navbar-nav .dropdown-menu .nav-link.active,
.navbar-dark .navbar-nav .dropdown-menu .nav-link:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #00548c;
}
.navbar-dark .navbar-nav .dropdown-menu .nav-link.disabled,
.navbar-dark .navbar-nav .dropdown-menu .nav-link:disabled {
    color: #adb5bd !important;
    background-color: transparent;
}
.navbar-light .navbar-brand a {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand a:focus,
.navbar-light .navbar-brand a:hover {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand a {
    color: #fff;
}
.navbar-dark .navbar-brand a:focus,
.navbar-dark .navbar-brand a:hover {
    color: #fff;
}
.navbar h1 {
    font-weight: 400;
}
.woocommerce-input-wrapper {
    width: 100%;
}
figure.woocommerce-product-gallery__wrapper {
    max-width: inherit !important;
}
@media (min-width: 768px) {
    #coupon_code.input-text {
        width: 110px !important;
    }
} /*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),
        url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
    font-size: 1.3333333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.2857142857em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.1428571429em;
    list-style-type: none;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.1428571429em;
    width: 2.1428571429em;
    top: 0.1428571429em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.8571428571em;
}
.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: 0.1em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa.fa-pull-left {
    margin-right: 0.3em;
}
.fa.fa-pull-right {
    margin-left: 0.3em;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: 0.3em;
}
.fa.pull-right {
    margin-left: 0.3em;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none;
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
.fa-glass:before {
    content: "\f000";
}
.fa-music:before {
    content: "\f001";
}
.fa-search:before {
    content: "\f002";
}
.fa-envelope-o:before {
    content: "\f003";
}
.fa-heart:before {
    content: "\f004";
}
.fa-star:before {
    content: "\f005";
}
.fa-star-o:before {
    content: "\f006";
}
.fa-user:before {
    content: "\f007";
}
.fa-film:before {
    content: "\f008";
}
.fa-th-large:before {
    content: "\f009";
}
.fa-th:before {
    content: "\f00a";
}
.fa-th-list:before {
    content: "\f00b";
}
.fa-check:before {
    content: "\f00c";
}
.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d";
}
.fa-search-plus:before {
    content: "\f00e";
}
.fa-search-minus:before {
    content: "\f010";
}
.fa-power-off:before {
    content: "\f011";
}
.fa-signal:before {
    content: "\f012";
}
.fa-cog:before,
.fa-gear:before {
    content: "\f013";
}
.fa-trash-o:before {
    content: "\f014";
}
.fa-home:before {
    content: "\f015";
}
.fa-file-o:before {
    content: "\f016";
}
.fa-clock-o:before {
    content: "\f017";
}
.fa-road:before {
    content: "\f018";
}
.fa-download:before {
    content: "\f019";
}
.fa-arrow-circle-o-down:before {
    content: "\f01a";
}
.fa-arrow-circle-o-up:before {
    content: "\f01b";
}
.fa-inbox:before {
    content: "\f01c";
}
.fa-play-circle-o:before {
    content: "\f01d";
}
.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e";
}
.fa-refresh:before {
    content: "\f021";
}
.fa-list-alt:before {
    content: "\f022";
}
.fa-lock:before {
    content: "\f023";
}
.fa-flag:before {
    content: "\f024";
}
.fa-headphones:before {
    content: "\f025";
}
.fa-volume-off:before {
    content: "\f026";
}
.fa-volume-down:before {
    content: "\f027";
}
.fa-volume-up:before {
    content: "\f028";
}
.fa-qrcode:before {
    content: "\f029";
}
.fa-barcode:before {
    content: "\f02a";
}
.fa-tag:before {
    content: "\f02b";
}
.fa-tags:before {
    content: "\f02c";
}
.fa-book:before {
    content: "\f02d";
}
.fa-bookmark:before {
    content: "\f02e";
}
.fa-print:before {
    content: "\f02f";
}
.fa-camera:before {
    content: "\f030";
}
.fa-font:before {
    content: "\f031";
}
.fa-bold:before {
    content: "\f032";
}
.fa-italic:before {
    content: "\f033";
}
.fa-text-height:before {
    content: "\f034";
}
.fa-text-width:before {
    content: "\f035";
}
.fa-align-left:before {
    content: "\f036";
}
.fa-align-center:before {
    content: "\f037";
}
.fa-align-right:before {
    content: "\f038";
}
.fa-align-justify:before {
    content: "\f039";
}
.fa-list:before {
    content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}
.fa-indent:before {
    content: "\f03c";
}
.fa-video-camera:before {
    content: "\f03d";
}
.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\f03e";
}
.fa-pencil:before {
    content: "\f040";
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-adjust:before {
    content: "\f042";
}
.fa-tint:before {
    content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}
.fa-share-square-o:before {
    content: "\f045";
}
.fa-check-square-o:before {
    content: "\f046";
}
.fa-arrows:before {
    content: "\f047";
}
.fa-step-backward:before {
    content: "\f048";
}
.fa-fast-backward:before {
    content: "\f049";
}
.fa-backward:before {
    content: "\f04a";
}
.fa-play:before {
    content: "\f04b";
}
.fa-pause:before {
    content: "\f04c";
}
.fa-stop:before {
    content: "\f04d";
}
.fa-forward:before {
    content: "\f04e";
}
.fa-fast-forward:before {
    content: "\f050";
}
.fa-step-forward:before {
    content: "\f051";
}
.fa-eject:before {
    content: "\f052";
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-plus-circle:before {
    content: "\f055";
}
.fa-minus-circle:before {
    content: "\f056";
}
.fa-times-circle:before {
    content: "\f057";
}
.fa-check-circle:before {
    content: "\f058";
}
.fa-question-circle:before {
    content: "\f059";
}
.fa-info-circle:before {
    content: "\f05a";
}
.fa-crosshairs:before {
    content: "\f05b";
}
.fa-times-circle-o:before {
    content: "\f05c";
}
.fa-check-circle-o:before {
    content: "\f05d";
}
.fa-ban:before {
    content: "\f05e";
}
.fa-arrow-left:before {
    content: "\f060";
}
.fa-arrow-right:before {
    content: "\f061";
}
.fa-arrow-up:before {
    content: "\f062";
}
.fa-arrow-down:before {
    content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}
.fa-expand:before {
    content: "\f065";
}
.fa-compress:before {
    content: "\f066";
}
.fa-plus:before {
    content: "\f067";
}
.fa-minus:before {
    content: "\f068";
}
.fa-asterisk:before {
    content: "\f069";
}
.fa-exclamation-circle:before {
    content: "\f06a";
}
.fa-gift:before {
    content: "\f06b";
}
.fa-leaf:before {
    content: "\f06c";
}
.fa-fire:before {
    content: "\f06d";
}
.fa-eye:before {
    content: "\f06e";
}
.fa-eye-slash:before {
    content: "\f070";
}
.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071";
}
.fa-plane:before {
    content: "\f072";
}
.fa-calendar:before {
    content: "\f073";
}
.fa-random:before {
    content: "\f074";
}
.fa-comment:before {
    content: "\f075";
}
.fa-magnet:before {
    content: "\f076";
}
.fa-chevron-up:before {
    content: "\f077";
}
.fa-chevron-down:before {
    content: "\f078";
}
.fa-retweet:before {
    content: "\f079";
}
.fa-shopping-cart:before {
    content: "\f07a";
}
.fa-folder:before {
    content: "\f07b";
}
.fa-folder-open:before {
    content: "\f07c";
}
.fa-arrows-v:before {
    content: "\f07d";
}
.fa-arrows-h:before {
    content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}
.fa-twitter-square:before {
    content: "\f081";
}
.fa-facebook-square:before {
    content: "\f082";
}
.fa-camera-retro:before {
    content: "\f083";
}
.fa-key:before {
    content: "\f084";
}
.fa-cogs:before,
.fa-gears:before {
    content: "\f085";
}
.fa-comments:before {
    content: "\f086";
}
.fa-thumbs-o-up:before {
    content: "\f087";
}
.fa-thumbs-o-down:before {
    content: "\f088";
}
.fa-star-half:before {
    content: "\f089";
}
.fa-heart-o:before {
    content: "\f08a";
}
.fa-sign-out:before {
    content: "\f08b";
}
.fa-linkedin-square:before {
    content: "\f08c";
}
.fa-thumb-tack:before {
    content: "\f08d";
}
.fa-external-link:before {
    content: "\f08e";
}
.fa-sign-in:before {
    content: "\f090";
}
.fa-trophy:before {
    content: "\f091";
}
.fa-github-square:before {
    content: "\f092";
}
.fa-upload:before {
    content: "\f093";
}
.fa-lemon-o:before {
    content: "\f094";
}
.fa-phone:before {
    content: "\f095";
}
.fa-square-o:before {
    content: "\f096";
}
.fa-bookmark-o:before {
    content: "\f097";
}
.fa-phone-square:before {
    content: "\f098";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}
.fa-github:before {
    content: "\f09b";
}
.fa-unlock:before {
    content: "\f09c";
}
.fa-credit-card:before {
    content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}
.fa-hdd-o:before {
    content: "\f0a0";
}
.fa-bullhorn:before {
    content: "\f0a1";
}
.fa-bell:before {
    content: "\f0f3";
}
.fa-certificate:before {
    content: "\f0a3";
}
.fa-hand-o-right:before {
    content: "\f0a4";
}
.fa-hand-o-left:before {
    content: "\f0a5";
}
.fa-hand-o-up:before {
    content: "\f0a6";
}
.fa-hand-o-down:before {
    content: "\f0a7";
}
.fa-arrow-circle-left:before {
    content: "\f0a8";
}
.fa-arrow-circle-right:before {
    content: "\f0a9";
}
.fa-arrow-circle-up:before {
    content: "\f0aa";
}
.fa-arrow-circle-down:before {
    content: "\f0ab";
}
.fa-globe:before {
    content: "\f0ac";
}
.fa-wrench:before {
    content: "\f0ad";
}
.fa-tasks:before {
    content: "\f0ae";
}
.fa-filter:before {
    content: "\f0b0";
}
.fa-briefcase:before {
    content: "\f0b1";
}
.fa-arrows-alt:before {
    content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}
.fa-cloud:before {
    content: "\f0c2";
}
.fa-flask:before {
    content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}
.fa-paperclip:before {
    content: "\f0c6";
}
.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7";
}
.fa-square:before {
    content: "\f0c8";
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\f0c9";
}
.fa-list-ul:before {
    content: "\f0ca";
}
.fa-list-ol:before {
    content: "\f0cb";
}
.fa-strikethrough:before {
    content: "\f0cc";
}
.fa-underline:before {
    content: "\f0cd";
}
.fa-table:before {
    content: "\f0ce";
}
.fa-magic:before {
    content: "\f0d0";
}
.fa-truck:before {
    content: "\f0d1";
}
.fa-pinterest:before {
    content: "\f0d2";
}
.fa-pinterest-square:before {
    content: "\f0d3";
}
.fa-google-plus-square:before {
    content: "\f0d4";
}
.fa-google-plus:before {
    content: "\f0d5";
}
.fa-money:before {
    content: "\f0d6";
}
.fa-caret-down:before {
    content: "\f0d7";
}
.fa-caret-up:before {
    content: "\f0d8";
}
.fa-caret-left:before {
    content: "\f0d9";
}
.fa-caret-right:before {
    content: "\f0da";
}
.fa-columns:before {
    content: "\f0db";
}
.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc";
}
.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd";
}
.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}
.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}
.fa-comment-o:before {
    content: "\f0e5";
}
.fa-comments-o:before {
    content: "\f0e6";
}
.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7";
}
.fa-sitemap:before {
    content: "\f0e8";
}
.fa-umbrella:before {
    content: "\f0e9";
}
.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea";
}
.fa-lightbulb-o:before {
    content: "\f0eb";
}
.fa-exchange:before {
    content: "\f0ec";
}
.fa-cloud-download:before {
    content: "\f0ed";
}
.fa-cloud-upload:before {
    content: "\f0ee";
}
.fa-user-md:before {
    content: "\f0f0";
}
.fa-stethoscope:before {
    content: "\f0f1";
}
.fa-suitcase:before {
    content: "\f0f2";
}
.fa-bell-o:before {
    content: "\f0a2";
}
.fa-coffee:before {
    content: "\f0f4";
}
.fa-cutlery:before {
    content: "\f0f5";
}
.fa-file-text-o:before {
    content: "\f0f6";
}
.fa-building-o:before {
    content: "\f0f7";
}
.fa-hospital-o:before {
    content: "\f0f8";
}
.fa-ambulance:before {
    content: "\f0f9";
}
.fa-medkit:before {
    content: "\f0fa";
}
.fa-fighter-jet:before {
    content: "\f0fb";
}
.fa-beer:before {
    content: "\f0fc";
}
.fa-h-square:before {
    content: "\f0fd";
}
.fa-plus-square:before {
    content: "\f0fe";
}
.fa-angle-double-left:before {
    content: "\f100";
}
.fa-angle-double-right:before {
    content: "\f101";
}
.fa-angle-double-up:before {
    content: "\f102";
}
.fa-angle-double-down:before {
    content: "\f103";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-desktop:before {
    content: "\f108";
}
.fa-laptop:before {
    content: "\f109";
}
.fa-tablet:before {
    content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}
.fa-circle-o:before {
    content: "\f10c";
}
.fa-quote-left:before {
    content: "\f10d";
}
.fa-quote-right:before {
    content: "\f10e";
}
.fa-spinner:before {
    content: "\f110";
}
.fa-circle:before {
    content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}
.fa-github-alt:before {
    content: "\f113";
}
.fa-folder-o:before {
    content: "\f114";
}
.fa-folder-open-o:before {
    content: "\f115";
}
.fa-smile-o:before {
    content: "\f118";
}
.fa-frown-o:before {
    content: "\f119";
}
.fa-meh-o:before {
    content: "\f11a";
}
.fa-gamepad:before {
    content: "\f11b";
}
.fa-keyboard-o:before {
    content: "\f11c";
}
.fa-flag-o:before {
    content: "\f11d";
}
.fa-flag-checkered:before {
    content: "\f11e";
}
.fa-terminal:before {
    content: "\f120";
}
.fa-code:before {
    content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}
.fa-location-arrow:before {
    content: "\f124";
}
.fa-crop:before {
    content: "\f125";
}
.fa-code-fork:before {
    content: "\f126";
}
.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127";
}
.fa-question:before {
    content: "\f128";
}
.fa-info:before {
    content: "\f129";
}
.fa-exclamation:before {
    content: "\f12a";
}
.fa-superscript:before {
    content: "\f12b";
}
.fa-subscript:before {
    content: "\f12c";
}
.fa-eraser:before {
    content: "\f12d";
}
.fa-puzzle-piece:before {
    content: "\f12e";
}
.fa-microphone:before {
    content: "\f130";
}
.fa-microphone-slash:before {
    content: "\f131";
}
.fa-shield:before {
    content: "\f132";
}
.fa-calendar-o:before {
    content: "\f133";
}
.fa-fire-extinguisher:before {
    content: "\f134";
}
.fa-rocket:before {
    content: "\f135";
}
.fa-maxcdn:before {
    content: "\f136";
}
.fa-chevron-circle-left:before {
    content: "\f137";
}
.fa-chevron-circle-right:before {
    content: "\f138";
}
.fa-chevron-circle-up:before {
    content: "\f139";
}
.fa-chevron-circle-down:before {
    content: "\f13a";
}
.fa-html5:before {
    content: "\f13b";
}
.fa-css3:before {
    content: "\f13c";
}
.fa-anchor:before {
    content: "\f13d";
}
.fa-unlock-alt:before {
    content: "\f13e";
}
.fa-bullseye:before {
    content: "\f140";
}
.fa-ellipsis-h:before {
    content: "\f141";
}
.fa-ellipsis-v:before {
    content: "\f142";
}
.fa-rss-square:before {
    content: "\f143";
}
.fa-play-circle:before {
    content: "\f144";
}
.fa-ticket:before {
    content: "\f145";
}
.fa-minus-square:before {
    content: "\f146";
}
.fa-minus-square-o:before {
    content: "\f147";
}
.fa-level-up:before {
    content: "\f148";
}
.fa-level-down:before {
    content: "\f149";
}
.fa-check-square:before {
    content: "\f14a";
}
.fa-pencil-square:before {
    content: "\f14b";
}
.fa-external-link-square:before {
    content: "\f14c";
}
.fa-share-square:before {
    content: "\f14d";
}
.fa-compass:before {
    content: "\f14e";
}
.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150";
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151";
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152";
}
.fa-eur:before,
.fa-euro:before {
    content: "\f153";
}
.fa-gbp:before {
    content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}
.fa-inr:before,
.fa-rupee:before {
    content: "\f156";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158";
}
.fa-krw:before,
.fa-won:before {
    content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}
.fa-file:before {
    content: "\f15b";
}
.fa-file-text:before {
    content: "\f15c";
}
.fa-sort-alpha-asc:before {
    content: "\f15d";
}
.fa-sort-alpha-desc:before {
    content: "\f15e";
}
.fa-sort-amount-asc:before {
    content: "\f160";
}
.fa-sort-amount-desc:before {
    content: "\f161";
}
.fa-sort-numeric-asc:before {
    content: "\f162";
}
.fa-sort-numeric-desc:before {
    content: "\f163";
}
.fa-thumbs-up:before {
    content: "\f164";
}
.fa-thumbs-down:before {
    content: "\f165";
}
.fa-youtube-square:before {
    content: "\f166";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-xing:before {
    content: "\f168";
}
.fa-xing-square:before {
    content: "\f169";
}
.fa-youtube-play:before {
    content: "\f16a";
}
.fa-dropbox:before {
    content: "\f16b";
}
.fa-stack-overflow:before {
    content: "\f16c";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-flickr:before {
    content: "\f16e";
}
.fa-adn:before {
    content: "\f170";
}
.fa-bitbucket:before {
    content: "\f171";
}
.fa-bitbucket-square:before {
    content: "\f172";
}
.fa-tumblr:before {
    content: "\f173";
}
.fa-tumblr-square:before {
    content: "\f174";
}
.fa-long-arrow-down:before {
    content: "\f175";
}
.fa-long-arrow-up:before {
    content: "\f176";
}
.fa-long-arrow-left:before {
    content: "\f177";
}
.fa-long-arrow-right:before {
    content: "\f178";
}
.fa-apple:before {
    content: "\f179";
}
.fa-windows:before {
    content: "\f17a";
}
.fa-android:before {
    content: "\f17b";
}
.fa-linux:before {
    content: "\f17c";
}
.fa-dribbble:before {
    content: "\f17d";
}
.fa-skype:before {
    content: "\f17e";
}
.fa-foursquare:before {
    content: "\f180";
}
.fa-trello:before {
    content: "\f181";
}
.fa-female:before {
    content: "\f182";
}
.fa-male:before {
    content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}
.fa-sun-o:before {
    content: "\f185";
}
.fa-moon-o:before {
    content: "\f186";
}
.fa-archive:before {
    content: "\f187";
}
.fa-bug:before {
    content: "\f188";
}
.fa-vk:before {
    content: "\f189";
}
.fa-weibo:before {
    content: "\f18a";
}
.fa-renren:before {
    content: "\f18b";
}
.fa-pagelines:before {
    content: "\f18c";
}
.fa-stack-exchange:before {
    content: "\f18d";
}
.fa-arrow-circle-o-right:before {
    content: "\f18e";
}
.fa-arrow-circle-o-left:before {
    content: "\f190";
}
.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191";
}
.fa-dot-circle-o:before {
    content: "\f192";
}
.fa-wheelchair:before {
    content: "\f193";
}
.fa-vimeo-square:before {
    content: "\f194";
}
.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195";
}
.fa-plus-square-o:before {
    content: "\f196";
}
.fa-space-shuttle:before {
    content: "\f197";
}
.fa-slack:before {
    content: "\f198";
}
.fa-envelope-square:before {
    content: "\f199";
}
.fa-wordpress:before {
    content: "\f19a";
}
.fa-openid:before {
    content: "\f19b";
}
.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c";
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d";
}
.fa-yahoo:before {
    content: "\f19e";
}
.fa-google:before {
    content: "\f1a0";
}
.fa-reddit:before {
    content: "\f1a1";
}
.fa-reddit-square:before {
    content: "\f1a2";
}
.fa-stumbleupon-circle:before {
    content: "\f1a3";
}
.fa-stumbleupon:before {
    content: "\f1a4";
}
.fa-delicious:before {
    content: "\f1a5";
}
.fa-digg:before {
    content: "\f1a6";
}
.fa-pied-piper-pp:before {
    content: "\f1a7";
}
.fa-pied-piper-alt:before {
    content: "\f1a8";
}
.fa-drupal:before {
    content: "\f1a9";
}
.fa-joomla:before {
    content: "\f1aa";
}
.fa-language:before {
    content: "\f1ab";
}
.fa-fax:before {
    content: "\f1ac";
}
.fa-building:before {
    content: "\f1ad";
}
.fa-child:before {
    content: "\f1ae";
}
.fa-paw:before {
    content: "\f1b0";
}
.fa-spoon:before {
    content: "\f1b1";
}
.fa-cube:before {
    content: "\f1b2";
}
.fa-cubes:before {
    content: "\f1b3";
}
.fa-behance:before {
    content: "\f1b4";
}
.fa-behance-square:before {
    content: "\f1b5";
}
.fa-steam:before {
    content: "\f1b6";
}
.fa-steam-square:before {
    content: "\f1b7";
}
.fa-recycle:before {
    content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}
.fa-tree:before {
    content: "\f1bb";
}
.fa-spotify:before {
    content: "\f1bc";
}
.fa-deviantart:before {
    content: "\f1bd";
}
.fa-soundcloud:before {
    content: "\f1be";
}
.fa-database:before {
    content: "\f1c0";
}
.fa-file-pdf-o:before {
    content: "\f1c1";
}
.fa-file-word-o:before {
    content: "\f1c2";
}
.fa-file-excel-o:before {
    content: "\f1c3";
}
.fa-file-powerpoint-o:before {
    content: "\f1c4";
}
.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5";
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6";
}
.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}
.fa-file-code-o:before {
    content: "\f1c9";
}
.fa-vine:before {
    content: "\f1ca";
}
.fa-codepen:before {
    content: "\f1cb";
}
.fa-jsfiddle:before {
    content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd";
}
.fa-circle-o-notch:before {
    content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: "\f1d0";
}
.fa-empire:before,
.fa-ge:before {
    content: "\f1d1";
}
.fa-git-square:before {
    content: "\f1d2";
}
.fa-git:before {
    content: "\f1d3";
}
.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "\f1d4";
}
.fa-tencent-weibo:before {
    content: "\f1d5";
}
.fa-qq:before {
    content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}
.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8";
}
.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\f1d9";
}
.fa-history:before {
    content: "\f1da";
}
.fa-circle-thin:before {
    content: "\f1db";
}
.fa-header:before {
    content: "\f1dc";
}
.fa-paragraph:before {
    content: "\f1dd";
}
.fa-sliders:before {
    content: "\f1de";
}
.fa-share-alt:before {
    content: "\f1e0";
}
.fa-share-alt-square:before {
    content: "\f1e1";
}
.fa-bomb:before {
    content: "\f1e2";
}
.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\f1e3";
}
.fa-tty:before {
    content: "\f1e4";
}
.fa-binoculars:before {
    content: "\f1e5";
}
.fa-plug:before {
    content: "\f1e6";
}
.fa-slideshare:before {
    content: "\f1e7";
}
.fa-twitch:before {
    content: "\f1e8";
}
.fa-yelp:before {
    content: "\f1e9";
}
.fa-newspaper-o:before {
    content: "\f1ea";
}
.fa-wifi:before {
    content: "\f1eb";
}
.fa-calculator:before {
    content: "\f1ec";
}
.fa-paypal:before {
    content: "\f1ed";
}
.fa-google-wallet:before {
    content: "\f1ee";
}
.fa-cc-visa:before {
    content: "\f1f0";
}
.fa-cc-mastercard:before {
    content: "\f1f1";
}
.fa-cc-discover:before {
    content: "\f1f2";
}
.fa-cc-amex:before {
    content: "\f1f3";
}
.fa-cc-paypal:before {
    content: "\f1f4";
}
.fa-cc-stripe:before {
    content: "\f1f5";
}
.fa-bell-slash:before {
    content: "\f1f6";
}
.fa-bell-slash-o:before {
    content: "\f1f7";
}
.fa-trash:before {
    content: "\f1f8";
}
.fa-copyright:before {
    content: "\f1f9";
}
.fa-at:before {
    content: "\f1fa";
}
.fa-eyedropper:before {
    content: "\f1fb";
}
.fa-paint-brush:before {
    content: "\f1fc";
}
.fa-birthday-cake:before {
    content: "\f1fd";
}
.fa-area-chart:before {
    content: "\f1fe";
}
.fa-pie-chart:before {
    content: "\f200";
}
.fa-line-chart:before {
    content: "\f201";
}
.fa-lastfm:before {
    content: "\f202";
}
.fa-lastfm-square:before {
    content: "\f203";
}
.fa-toggle-off:before {
    content: "\f204";
}
.fa-toggle-on:before {
    content: "\f205";
}
.fa-bicycle:before {
    content: "\f206";
}
.fa-bus:before {
    content: "\f207";
}
.fa-ioxhost:before {
    content: "\f208";
}
.fa-angellist:before {
    content: "\f209";
}
.fa-cc:before {
    content: "\f20a";
}
.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\f20b";
}
.fa-meanpath:before {
    content: "\f20c";
}
.fa-buysellads:before {
    content: "\f20d";
}
.fa-connectdevelop:before {
    content: "\f20e";
}
.fa-dashcube:before {
    content: "\f210";
}
.fa-forumbee:before {
    content: "\f211";
}
.fa-leanpub:before {
    content: "\f212";
}
.fa-sellsy:before {
    content: "\f213";
}
.fa-shirtsinbulk:before {
    content: "\f214";
}
.fa-simplybuilt:before {
    content: "\f215";
}
.fa-skyatlas:before {
    content: "\f216";
}
.fa-cart-plus:before {
    content: "\f217";
}
.fa-cart-arrow-down:before {
    content: "\f218";
}
.fa-diamond:before {
    content: "\f219";
}
.fa-ship:before {
    content: "\f21a";
}
.fa-user-secret:before {
    content: "\f21b";
}
.fa-motorcycle:before {
    content: "\f21c";
}
.fa-street-view:before {
    content: "\f21d";
}
.fa-heartbeat:before {
    content: "\f21e";
}
.fa-venus:before {
    content: "\f221";
}
.fa-mars:before {
    content: "\f222";
}
.fa-mercury:before {
    content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}
.fa-transgender-alt:before {
    content: "\f225";
}
.fa-venus-double:before {
    content: "\f226";
}
.fa-mars-double:before {
    content: "\f227";
}
.fa-venus-mars:before {
    content: "\f228";
}
.fa-mars-stroke:before {
    content: "\f229";
}
.fa-mars-stroke-v:before {
    content: "\f22a";
}
.fa-mars-stroke-h:before {
    content: "\f22b";
}
.fa-neuter:before {
    content: "\f22c";
}
.fa-genderless:before {
    content: "\f22d";
}
.fa-facebook-official:before {
    content: "\f230";
}
.fa-pinterest-p:before {
    content: "\f231";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-server:before {
    content: "\f233";
}
.fa-user-plus:before {
    content: "\f234";
}
.fa-user-times:before {
    content: "\f235";
}
.fa-bed:before,
.fa-hotel:before {
    content: "\f236";
}
.fa-viacoin:before {
    content: "\f237";
}
.fa-train:before {
    content: "\f238";
}
.fa-subway:before {
    content: "\f239";
}
.fa-medium:before {
    content: "\f23a";
}
.fa-y-combinator:before,
.fa-yc:before {
    content: "\f23b";
}
.fa-optin-monster:before {
    content: "\f23c";
}
.fa-opencart:before {
    content: "\f23d";
}
.fa-expeditedssl:before {
    content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
    content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}
.fa-mouse-pointer:before {
    content: "\f245";
}
.fa-i-cursor:before {
    content: "\f246";
}
.fa-object-group:before {
    content: "\f247";
}
.fa-object-ungroup:before {
    content: "\f248";
}
.fa-sticky-note:before {
    content: "\f249";
}
.fa-sticky-note-o:before {
    content: "\f24a";
}
.fa-cc-jcb:before {
    content: "\f24b";
}
.fa-cc-diners-club:before {
    content: "\f24c";
}
.fa-clone:before {
    content: "\f24d";
}
.fa-balance-scale:before {
    content: "\f24e";
}
.fa-hourglass-o:before {
    content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}
.fa-hourglass:before {
    content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}
.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "\f256";
}
.fa-hand-scissors-o:before {
    content: "\f257";
}
.fa-hand-lizard-o:before {
    content: "\f258";
}
.fa-hand-spock-o:before {
    content: "\f259";
}
.fa-hand-pointer-o:before {
    content: "\f25a";
}
.fa-hand-peace-o:before {
    content: "\f25b";
}
.fa-trademark:before {
    content: "\f25c";
}
.fa-registered:before {
    content: "\f25d";
}
.fa-creative-commons:before {
    content: "\f25e";
}
.fa-gg:before {
    content: "\f260";
}
.fa-gg-circle:before {
    content: "\f261";
}
.fa-tripadvisor:before {
    content: "\f262";
}
.fa-odnoklassniki:before {
    content: "\f263";
}
.fa-odnoklassniki-square:before {
    content: "\f264";
}
.fa-get-pocket:before {
    content: "\f265";
}
.fa-wikipedia-w:before {
    content: "\f266";
}
.fa-safari:before {
    content: "\f267";
}
.fa-chrome:before {
    content: "\f268";
}
.fa-firefox:before {
    content: "\f269";
}
.fa-opera:before {
    content: "\f26a";
}
.fa-internet-explorer:before {
    content: "\f26b";
}
.fa-television:before,
.fa-tv:before {
    content: "\f26c";
}
.fa-contao:before {
    content: "\f26d";
}
.fa-500px:before {
    content: "\f26e";
}
.fa-amazon:before {
    content: "\f270";
}
.fa-calendar-plus-o:before {
    content: "\f271";
}
.fa-calendar-minus-o:before {
    content: "\f272";
}
.fa-calendar-times-o:before {
    content: "\f273";
}
.fa-calendar-check-o:before {
    content: "\f274";
}
.fa-industry:before {
    content: "\f275";
}
.fa-map-pin:before {
    content: "\f276";
}
.fa-map-signs:before {
    content: "\f277";
}
.fa-map-o:before {
    content: "\f278";
}
.fa-map:before {
    content: "\f279";
}
.fa-commenting:before {
    content: "\f27a";
}
.fa-commenting-o:before {
    content: "\f27b";
}
.fa-houzz:before {
    content: "\f27c";
}
.fa-vimeo:before {
    content: "\f27d";
}
.fa-black-tie:before {
    content: "\f27e";
}
.fa-fonticons:before {
    content: "\f280";
}
.fa-reddit-alien:before {
    content: "\f281";
}
.fa-edge:before {
    content: "\f282";
}
.fa-credit-card-alt:before {
    content: "\f283";
}
.fa-codiepie:before {
    content: "\f284";
}
.fa-modx:before {
    content: "\f285";
}
.fa-fort-awesome:before {
    content: "\f286";
}
.fa-usb:before {
    content: "\f287";
}
.fa-product-hunt:before {
    content: "\f288";
}
.fa-mixcloud:before {
    content: "\f289";
}
.fa-scribd:before {
    content: "\f28a";
}
.fa-pause-circle:before {
    content: "\f28b";
}
.fa-pause-circle-o:before {
    content: "\f28c";
}
.fa-stop-circle:before {
    content: "\f28d";
}
.fa-stop-circle-o:before {
    content: "\f28e";
}
.fa-shopping-bag:before {
    content: "\f290";
}
.fa-shopping-basket:before {
    content: "\f291";
}
.fa-hashtag:before {
    content: "\f292";
}
.fa-bluetooth:before {
    content: "\f293";
}
.fa-bluetooth-b:before {
    content: "\f294";
}
.fa-percent:before {
    content: "\f295";
}
.fa-gitlab:before {
    content: "\f296";
}
.fa-wpbeginner:before {
    content: "\f297";
}
.fa-wpforms:before {
    content: "\f298";
}
.fa-envira:before {
    content: "\f299";
}
.fa-universal-access:before {
    content: "\f29a";
}
.fa-wheelchair-alt:before {
    content: "\f29b";
}
.fa-question-circle-o:before {
    content: "\f29c";
}
.fa-blind:before {
    content: "\f29d";
}
.fa-audio-description:before {
    content: "\f29e";
}
.fa-volume-control-phone:before {
    content: "\f2a0";
}
.fa-braille:before {
    content: "\f2a1";
}
.fa-assistive-listening-systems:before {
    content: "\f2a2";
}
.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: "\f2a3";
}
.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "\f2a4";
}
.fa-glide:before {
    content: "\f2a5";
}
.fa-glide-g:before {
    content: "\f2a6";
}
.fa-sign-language:before,
.fa-signing:before {
    content: "\f2a7";
}
.fa-low-vision:before {
    content: "\f2a8";
}
.fa-viadeo:before {
    content: "\f2a9";
}
.fa-viadeo-square:before {
    content: "\f2aa";
}
.fa-snapchat:before {
    content: "\f2ab";
}
.fa-snapchat-ghost:before {
    content: "\f2ac";
}
.fa-snapchat-square:before {
    content: "\f2ad";
}
.fa-pied-piper:before {
    content: "\f2ae";
}
.fa-first-order:before {
    content: "\f2b0";
}
.fa-yoast:before {
    content: "\f2b1";
}
.fa-themeisle:before {
    content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}
.fa-handshake-o:before {
    content: "\f2b5";
}
.fa-envelope-open:before {
    content: "\f2b6";
}
.fa-envelope-open-o:before {
    content: "\f2b7";
}
.fa-linode:before {
    content: "\f2b8";
}
.fa-address-book:before {
    content: "\f2b9";
}
.fa-address-book-o:before {
    content: "\f2ba";
}
.fa-address-card:before,
.fa-vcard:before {
    content: "\f2bb";
}
.fa-address-card-o:before,
.fa-vcard-o:before {
    content: "\f2bc";
}
.fa-user-circle:before {
    content: "\f2bd";
}
.fa-user-circle-o:before {
    content: "\f2be";
}
.fa-user-o:before {
    content: "\f2c0";
}
.fa-id-badge:before {
    content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3";
}
.fa-quora:before {
    content: "\f2c4";
}
.fa-free-code-camp:before {
    content: "\f2c5";
}
.fa-telegram:before {
    content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb";
}
.fa-shower:before {
    content: "\f2cc";
}
.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: "\f2cd";
}
.fa-podcast:before {
    content: "\f2ce";
}
.fa-window-maximize:before {
    content: "\f2d0";
}
.fa-window-minimize:before {
    content: "\f2d1";
}
.fa-window-restore:before {
    content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4";
}
.fa-bandcamp:before {
    content: "\f2d5";
}
.fa-grav:before {
    content: "\f2d6";
}
.fa-etsy:before {
    content: "\f2d7";
}
.fa-imdb:before {
    content: "\f2d8";
}
.fa-ravelry:before {
    content: "\f2d9";
}
.fa-eercast:before {
    content: "\f2da";
}
.fa-microchip:before {
    content: "\f2db";
}
.fa-snowflake-o:before {
    content: "\f2dc";
}
.fa-superpowers:before {
    content: "\f2dd";
}
.fa-wpexplorer:before {
    content: "\f2de";
}
.fa-meetup:before {
    content: "\f2e0";
}
.gallery {
    margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
} /*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
@-webkit-keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.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%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.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;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}
@-webkit-keyframes flash {
    0%,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
@keyframes flash {
    0%,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}
@-webkit-keyframes shake {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(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%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(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 headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
}
@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}
@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}
@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}
@-webkit-keyframes jello {
    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}
@keyframes jello {
    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}
.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
@-webkit-keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
.bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.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);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.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);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.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);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.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);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.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);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.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);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.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);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.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);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
.bounceOut {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -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);
    }
    to {
        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);
    }
    to {
        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);
    }
    to {
        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);
    }
    to {
        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);
    }
    to {
        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);
    }
    to {
        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);
    }
    to {
        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);
    }
    to {
        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;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        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);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.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);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.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);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.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);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.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);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.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);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.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);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.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);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    to {
        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;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }
    to {
        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;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    to {
        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;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }
    to {
        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;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    to {
        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;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }
    to {
        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;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
    to {
        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;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }
    to {
        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) scaleX(1) translateZ(0) rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0);
        -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) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg);
    }
    to {
        -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) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg);
    }
    to {
        -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) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}
@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}
.flipOutX {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -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) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
.flipOutY {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -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);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@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);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.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;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}
@keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }
    to {
        -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: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        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: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        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: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        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: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        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: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}
@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(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;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(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;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-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;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-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;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(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: rotate(80deg);
        transform: rotate(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: rotate(60deg);
        transform: rotate(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;
    }
    to {
        -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: rotate(80deg);
        transform: rotate(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: rotate(60deg);
        transform: rotate(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;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox;
}
@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}
@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg);
    }
}
@keyframes rollOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg);
    }
}
.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}
@keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}
.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}
@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.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(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}
@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.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(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}
.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}
.animated.fast {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
}
.animated.faster {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}
.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}
@media (prefers-reduced-motion: reduce), (print) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
    }
}
body {
    -webkit-font-smoothing: antialiased;
    word-break: break-word;
    font-size: 1rem;
    overflow-x: hidden;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #26834f;
    text-decoration: underline;
}
h1 a:focus,
h1 a:hover,
h2 a:focus,
h2 a:hover,
h3 a:focus,
h3 a:hover,
h4 a:focus,
h4 a:hover,
h5 a:focus,
h5 a:hover,
h6 a:focus,
h6 a:hover {
    color: #26834f;
    text-decoration: none;
}
h1 {
    font-weight: 300;
}
.h2,
h2 {
    font-size: 2.25rem;
    font-weight: 400;
    color: #00548c;
}
@media (max-width: 991.98px) {
    .h2,
    h2 {
        font-size: 2.1875rem;
    }
}
.h3,
h3 {
    font-size: 2rem;
    font-weight: 400;
}
.h4,
h4 {
    font-size: 1.75rem;
    font-weight: 300;
}
.h5,
h5 {
    font-size: 1.5rem;
    font-weight: 700;
}
.h6,
h6 {
    font-size: 1.3125rem;
    font-weight: 700;
}
p a {
    color: #26834f;
    text-decoration: underline;
}
p a:focus,
p a:hover {
    color: #26834f;
    text-decoration: none;
}
ul {
    list-style: none;
    padding-left: 0;
}
iframe {
    max-width: 100%;
}
[tabindex="0"]:not(input):focus,
a:focus,
button:focus,
input[type="submit"]:focus {
    outline: 0;
}
[tabindex="0"]:not(input):focus:not(:active):not(:hover),
a:focus:not(:active):not(:hover),
button:focus:not(:active):not(:hover),
input[type="submit"]:focus:not(:active):not(:hover) {
    outline: 2px dashed red;
    outline-offset: -2px;
}
a:focus {
    color: #26834f;
}
hr {
    border-top: 2px solid rgba(0, 0, 0, 0.2);
}
.gform_confirmation_message {
    margin: 2rem 0.5rem 1rem;
    padding: 0.2rem 1rem;
    border: 2px solid #46b450;
}
.gform_wrapper select,
.gform_wrapper textarea {
    font-family: inherit;
    letter-spacing: normal;
    font-size: inherit;
}
.gform_wrapper .gf_progressbar:after,
.gform_wrapper ol.validation_list:after {
    content: "";
}
body .gform_wrapper {
    max-width: 100%;
    padding: 2rem 1.8rem 2rem;
    margin: 0 0 1.25rem;
    background: #efefef;
    border-radius: 5px;
}
.gform_wrapper form {
    text-align: left;
    max-width: 100%;
    margin: 0 auto;
}
.gform_wrapper *,
.gform_wrapper :after,
.gform_wrapper :before {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}
.gform_wrapper h1,
.gform_wrapper h2,
.gform_wrapper h3 {
    font-weight: 400;
    border: none;
    background: 0 0;
}
body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    font-size: 1rem;
    font-family: inherit;
    padding: 3px 3px 3px 8px;
    letter-spacing: normal;
    line-height: 1.4;
    border: 1px solid #9da9b1;
    border-radius: 3px;
    margin-bottom: 0;
    height: 1.875rem;
    width: 100%;
}
body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus {
    border-color: #286094;
}
body .gform_wrapper textarea {
    font-size: 0.875rem;
}
.gform_wrapper input[type="image"] {
    border: none !important;
    padding: 0 !important;
    width: auto !important;
}
body .gform_wrapper textarea {
    padding: 3px 3px 3px 8px;
    line-height: 1.4;
    resize: vertical;
    height: 112px;
    border: 1px solid #c1c7c8;
}
body .gform_wrapper textarea:focus {
    border-color: #286094;
}
body .gform_wrapper select {
    font-size: 1rem;
    line-height: 1.4;
    height: 1.875rem !important;
    border: 1px solid #9da9b1;
    background-color: #fff;
    border-radius: 5px;
    color: #42464a;
    opacity: 0.6;
    padding: 0 0 0 5px !important;
}
body .gform_wrapper select:focus {
    border-color: #286094;
}
.gform_wrapper .ginput_container_multiselect select {
    background-image: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: 0;
}
.gform_wrapper ul.gform_fields {
    margin: 0 !important;
    list-style-type: none;
    display: block;
}
.gform_wrapper ul,
html > body .entry ul {
    text-indent: 0;
}
.gform_wrapper form li,
.gform_wrapper li {
    margin-left: 0 !important;
    list-style: none !important;
    overflow: visible;
}
body .gform_wrapper ul li.gfield {
    clear: both;
    margin: 0 0 22.5px;
}
body .gform_wrapper ul li.gfield.tse-recaptcha {
    margin-top: 0;
}
.gform_wrapper ul.gfield_checkbox li,
.gform_wrapper ul.gfield_radio li {
    overflow: hidden;
}
.gform_wrapper form ul.gform_fields.left_label li.gfield,
.gform_wrapper form ul.gform_fields.right_label li.gfield,
.gform_wrapper ul.gform_fields.left_label li.gfield,
.gform_wrapper ul.gform_fields.right_label li.gfield {
    margin-bottom: 14px;
}
.gform_wrapper form ul.left_label li ul.gfield_checkbox li,
.gform_wrapper form ul.left_label li ul.gfield_radio li,
.gform_wrapper form ul.right_label li ul.gfield_checkbox li,
.gform_wrapper form ul.right_label li ul.gfield_radio li,
.gform_wrapper ul.left_label li ul.gfield_checkbox li,
.gform_wrapper ul.left_label li ul.gfield_radio li,
.gform_wrapper ul.right_label li ul.gfield_checkbox li,
.gform_wrapper ul.right_label li ul.gfield_radio li {
    margin-bottom: 10px;
}
.gform_wrapper ul li:after,
.gform_wrapper ul li:before,
.gform_wrapper ul.gform_fields {
    padding: 0;
    margin: 0;
    overflow: visible;
}
.gform_wrapper select option {
    padding: 2px;
    display: block;
}
.gform_wrapper .inline {
    display: inline !important;
}
.gform_wrapper .gform_heading {
    width: 100%;
    margin-bottom: 18px;
    display: none;
}
.gform_wrapper .clear-multi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.gform_wrapper .gfield_date_day,
.gform_wrapper .gfield_date_year {
    display: -moz-inline-stack;
    display: inline-block;
}
.gform_wrapper .gfield_date_day,
.gform_wrapper .gfield_date_month,
.gform_wrapper .gfield_date_year {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.gform_wrapper .gfield_date_dropdown_day,
.gform_wrapper .gfield_date_dropdown_month,
.gform_wrapper .gfield_date_dropdown_year {
    vertical-align: top;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: 0.5rem;
}
.gform_wrapper .gfield_date_day,
.gform_wrapper .gfield_date_month {
    width: 4rem;
    margin-right: 0.5rem;
}
.gform_wrapper .gfield_date_day input[type="number"],
.gform_wrapper .gfield_date_month input[type="number"] {
    width: calc(3rem + 8px) !important;
}
.gform_wrapper .gfield_date_year input[type="number"] {
    width: calc(4rem + 8px) !important;
}
.gform_wrapper .gfield_date_year {
    width: 5rem;
}
.gform_wrapper .gfield_date_day input,
.gform_wrapper .gfield_date_month input {
    width: calc(3rem + 8px);
}
.gform_wrapper .gfield_date_year input {
    width: 4rem;
}
.gform_wrapper .field_sublabel_above div[class*="gfield_date_"].ginput_container label,
.gform_wrapper .field_sublabel_below div[class*="gfield_date_"].ginput_container label {
    width: 3rem;
    text-align: center;
}
.gform_wrapper .field_sublabel_above div.gfield_date_year.ginput_container label,
.gform_wrapper .field_sublabel_below div.gfield_date_year.ginput_container label {
    width: 4rem;
}
.gform_wrapper .gfield_time_ampm,
.gform_wrapper .gfield_time_hour,
.gform_wrapper .gfield_time_minute {
    width: 33.333%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
@media only screen and (min-width: 321px) {
    .gform_wrapper .gfield_date_day,
    .gform_wrapper .gfield_date_month {
        max-width: 4rem;
    }
    .gform_wrapper .gfield_date_year,
    .gform_wrapper .gfield_time_ampm {
        max-width: 4.5rem;
    }
    .gform_wrapper .gfield_time_hour,
    .gform_wrapper .gfield_time_minute {
        max-width: 4rem;
    }
    .gform_wrapper .gfield_time_ampm,
    .gform_wrapper .gfield_time_hour {
        max-width: 4.5rem;
    }
}
.gform_wrapper ul.gform_fields:not(.top_label) .ginput_container_time span {
    float: left;
}
.gform_wrapper .gfield_time_hour i {
    font-style: normal !important;
    font-family: sans-serif !important;
    width: 10px;
    text-align: center;
    float: right;
    margin-top: 9%;
}
.gform_wrapper .gfield_time_minute {
    margin-right: 0.5rem;
}
.gform_wrapper .gfield_time_hour {
    margin-right: 0.25rem;
}
.gform_wrapper .gfield_time_ampm {
    vertical-align: top;
    display: -moz-inline-stack;
    display: inline-block;
}
.gform_wrapper .gfield_time_ampm select {
    min-width: calc(2rem + 25px);
    width: calc(3rem + 25px);
}
.gform_wrapper .gfield_time_hour input,
.gform_wrapper .gfield_time_minute input {
    width: calc(3rem + 8px);
}
.gform_wrapper .gfield_time_hour input[type="number"],
.gform_wrapper .gfield_time_minute input[type="number"] {
    width: calc(3rem + 8px) !important;
}
.gform_wrapper .field_sublabel_above div[class*="gfield_time_"].ginput_container label,
.gform_wrapper .field_sublabel_below div[class*="gfield_time_"].ginput_container label {
    width: 3rem;
    text-align: center;
}
.gform_wrapper .field_hover {
    border: 1px dashed #2175a9;
    cursor: pointer;
}
.gform_wrapper .field_selected {
    background-color: #dfefff;
    border: 1px solid #c2d7ef;
}
.gform_wrapper .field_name_first,
.gform_wrapper .field_name_last,
.gform_wrapper .field_name_middle {
    width: 49.5%;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
}
.gform_wrapper .ginput_complex.ginput_container {
    overflow: visible;
    width: 100%;
}
body .gform_wrapper label.gfield_label {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0;
    color: #42464a;
}
body .gform_wrapper .top_label .gfield_label {
    display: -moz-inline-stack;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    clear: both;
}
.gform_wrapper .ginput_complex .ginput_left input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="image"]):not([type="file"]),
.gform_wrapper .ginput_complex .ginput_right input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="image"]):not([type="file"]),
.gform_wrapper .ginput_complex .ginput_right select,
.gform_wrapper .ginput_complex input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="image"]):not([type="file"]),
.gform_wrapper .ginput_complex select {
    width: 100%;
}
.gform_wrapper .hidden_label .gfield_label,
.gform_wrapper label.hidden_sub_label,
.gform_wrapper label.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
.gform_wrapper .field_sublabel_above div[class*="gfield_date_"].ginput_container label,
.gform_wrapper .field_sublabel_above div[class*="gfield_time_"].ginput_container label,
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.gform_wrapper .field_sublabel_below div[class*="gfield_date_"].ginput_container label,
.gform_wrapper .field_sublabel_below div[class*="gfield_time_"].ginput_container label {
    display: block;
    font-size: 0.813em;
    letter-spacing: 0.5pt;
    white-space: nowrap;
}
.gform_wrapper ul.gfield_checkbox li label,
.gform_wrapper ul.gfield_radio li label {
    display: -moz-inline-stack;
    display: inline-block;
    letter-spacing: inherit;
    vertical-align: middle;
    cursor: pointer;
}
.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
.gform_wrapper .field_sublabel_above div[class*="gfield_time_"].ginput_container label {
    margin: 9px 0 1px 1px;
}
.gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_email label,
.gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_name label,
.gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_password label,
.gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_time label {
    margin-top: 0;
}
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.gform_wrapper .field_sublabel_below div[class*="gfield_time_"].ginput_container label {
    margin: 1px 0 9px 1px;
}
.gform_wrapper .top_label .field_sublabel_above label.gfield_label + .ginput_complex.ginput_container,
.gform_wrapper .top_label .field_sublabel_above label.gfield_label + div[class*="gfield_time_"].ginput_container {
    margin-top: 0;
}
body .gform_wrapper .top_label div.ginput_container {
    margin-top: 3px;
}
body.gform_wrapper div.clear-multi {
    display: -moz-inline-stack;
    display: inline-block;
}
body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox,
body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
    margin-top: 16px;
    margin-bottom: 0;
}
.gfield.left_label,
.gfield.right_label {
    padding-top: 10px;
}
.gform_wrapper li.hidden_label input {
    margin-top: 12px;
}
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type="text"],
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
    margin-bottom: 12px;
}
.gform_wrapper input.large,
.gform_wrapper input.medium,
.gform_wrapper input.small,
.gform_wrapper select.large,
.gform_wrapper select.medium,
.gform_wrapper select.small {
    width: 100%;
}
.gform_wrapper input.datepicker_with_icon.large,
.gform_wrapper input.datepicker_with_icon.medium,
.gform_wrapper input.datepicker_with_icon.small {
    width: calc(100% - 24px);
}
.gform_wrapper .gfield_error input.large,
.gform_wrapper .gfield_error input.medium,
.gform_wrapper .gfield_error input.small,
.gform_wrapper .gfield_error select.large,
.gform_wrapper .gfield_error select.medium,
.gform_wrapper .gfield_error select.small {
    width: 100%;
}
.gform_wrapper .gfield_error input.datepicker_with_icon.large,
.gform_wrapper .gfield_error input.datepicker_with_icon.medium,
.gform_wrapper .gfield_error input.datepicker_with_icon.small {
    width: calc(100% - 32px);
}
.gform_wrapper textarea.small {
    height: 80px;
    width: 100%;
}
.gform_wrapper textarea.medium {
    height: 112px;
    width: 100%;
    margin-bottom: 0;
}
.gform_wrapper textarea.large {
    height: 160px;
    width: 100%;
}
.gform_wrapper h2.gsection_title {
    margin: 0 !important;
    padding: 0 !important;
    letter-spacing: normal !important;
}
.gform_wrapper .gsection .gfield_label,
.gform_wrapper h2.gsection_title,
.gform_wrapper h3.gform_title {
    font-weight: 700;
    font-size: 1.25em;
}
.gform_wrapper h3.gform_title {
    letter-spacing: normal !important;
    margin: 10px 0 6px;
}
.gform_wrapper li.gfield.field_description_below + li.gsection {
    margin-top: 24px !important;
}
.gform_wrapper span.gform_description {
    font-weight: 400;
    display: block;
    width: calc(100% - 16px);
    margin-bottom: 16px;
}
.gform_wrapper .gsection {
    border-bottom: 1px solid #ccc;
    padding: 0 16px 8px 0;
    margin: 28px 0;
    clear: both;
}
.gform_wrapper ul.gfield_checkbox li input[type="checkbox"],
.gform_wrapper ul.gfield_radio li input[type="radio"] {
    width: auto !important;
}
.gform_wrapper ul.gfield_checkbox,
.gform_wrapper ul.gfield_radio {
    margin: 6px 0;
    padding: 0;
}
.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
    display: -moz-inline-stack;
    display: inline-block;
    padding: 0;
    width: auto;
    line-height: 1.5;
    font-size: 0.875em;
    vertical-align: middle;
    max-width: 85%;
    white-space: normal;
}
.gform_wrapper .ginput_complex .ginput_cardinfo_left label,
.gform_wrapper .ginput_complex .ginput_cardinfo_right label,
.gform_wrapper div.charleft {
    white-space: nowrap !important;
}
.gform_wrapper .gfield_checkbox li label {
    margin: 0;
}
.gform_wrapper .gfield_radio li label {
    margin: 2px 0 0 4px;
}
.gform_wrapper .gfield_checkbox li input,
.gform_wrapper .gfield_checkbox li input[type="checkbox"],
.gform_wrapper .gfield_radio li input[type="radio"] {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1px;
}
.gform_wrapper .description,
.gform_wrapper .gfield_description,
.gform_wrapper .gsection_description,
.gform_wrapper .instruction {
    font-size: 0.813em;
    line-height: inherit;
    clear: both;
    font-family: inherit;
    letter-spacing: normal;
}
.gform_wrapper .description,
.gform_wrapper .gfield_description,
.gform_wrapper .gsection_description {
    padding: 0 16px 0 0;
}
body .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0;
}
.gform_wrapper .field_sublabel_above .description,
.gform_wrapper .field_sublabel_above .gfield_description,
.gform_wrapper .field_sublabel_above .gsection_description {
    margin-top: 9px;
}
.gform_wrapper .top_label .gsection_description {
    width: 100%;
    margin-bottom: 9px;
}
.gform_wrapper .gfield_description {
    width: 100%;
}
.gform_wrapper .description_above .gfield_description {
    padding: 0 0 10px;
}
.gfield_date_year + .gfield_description {
    padding: 0;
}
body .gform_wrapper .gfield_required {
    color: red;
    position: relative;
    top: -1px;
}
body .gform_wrapper li.gfield.gfield_error,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    margin-bottom: 20px !important;
    border-top: none;
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.gform_wrapper li.gfield.gfield_creditcard_warning {
    padding: 16px 16px 14px;
    border-top: 2px solid red;
    border-bottom: 4px solid red;
    background-color: rgba(255, 223, 224, 0.25);
    width: calc(100% - 16px);
}
.gform_wrapper li.gfield.gfield_error.gfield_creditcard_warning {
    padding: 16px 16px 14px;
}
.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message {
    font-size: 0.875em;
    font-weight: 700;
    font-family: inherit;
    min-height: 25px;
    color: red;
    max-width: 100%;
    position: relative;
}
.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message span {
    display: block;
    padding: 0 0 14px 24px;
    margin-bottom: 16px;
    line-height: 1.5;
    letter-spacing: 0.1pt;
    border-bottom: 1px solid red;
    text-transform: uppercase;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSItMTA2NyAyODY1IDI0IDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IC0xMDY3IDI4NjUgMjQgMzI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM3OTAwMDA7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0tMTA1MywyODY1Yy01LjUsMC0xMCw0LjUtMTAsMTBoNGMwLTMuMywyLjctNiw2LTZjMy4zLDAsNiwyLjcsNiw2djJoLTIwdjE0YzAsMy4zLDIuNyw2LDYsNmgxMg0KCWMzLjMsMCw2LTIuNyw2LTZ2LTE2Qy0xMDQzLDI4NjkuNS0xMDQ3LjUsMjg2NS0xMDUzLDI4NjV6IE0tMTA0OSwyODkzaC0xMmMtMS4xLDAtMi0wLjktMi0ydi0xMGgxNnYxMA0KCUMtMTA0NywyODkyLjEtMTA0Ny45LDI4OTMtMTA0OSwyODkzeiBNLTEwNTMsMjg4N2MwLDEuMS0wLjksMi0yLDJzLTItMC45LTItMmMwLTEuMSwwLjktMiwyLTJTLTEwNTMsMjg4NS45LTEwNTMsMjg4N3oiLz4NCjwvc3ZnPg0K);
    background-size: 1em auto;
    background-repeat: no-repeat;
    background-position: left center;
}
.gform_wrapper li.gfield.gfield_error.gfield_creditcard_warning div.gfield_creditcard_warning_message {
    padding: 16px 16px 14px;
}
li.gfield + li.gfield.gfield_creditcard_warning {
    margin-top: 16px !important;
}
.gform_wrapper .top_label .gfield_error {
    width: calc(100% - 2px);
}
.gform_wrapper .top_label .gfield_error input.large,
.gform_wrapper .top_label .gfield_error select.large,
.gform_wrapper .top_label .gfield_error textarea.textarea {
    width: 100%;
}
.gform_wrapper .left_label .gfield_error input.large,
.gform_wrapper .left_label .gfield_error select.large,
.gform_wrapper .left_label .gfield_error textarea.textarea,
.gform_wrapper .right_label .gfield_error input.large,
.gform_wrapper .right_label .gfield_error select.large,
.gform_wrapper .right_label .gfield_error textarea.textarea {
    width: 70%;
}
body .gform_wrapper .gfield_error .gfield_label {
    color: #343434;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    padding-right: 0;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_time_ampm.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_time_minute.ginput_container {
    margin-left: 0;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    max-width: 100%;
    padding-right: 16px;
}
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0;
}
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label {
    position: relative;
    top: 12px;
}
body .gform_wrapper div.validation_error {
    display: none;
    color: red;
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 25px;
    border-top: 2px solid red;
    border-bottom: 2px solid red;
    padding: 16px 0;
    clear: both;
    width: 100%;
    text-align: center;
}
.gform_wrapper ol.validation_list {
    clear: both;
    width: 100%;
    margin-bottom: 25px;
    color: red;
}
.gform_wrapper ol.validation_list li {
    list-style-type: decimal !important;
}
.gform_wrapper ol.validation_list li a {
    color: red;
}
.gform_wrapper div#error {
    margin-bottom: 25px;
}
.gform_wrapper table.gfield_list tbody tr td.gfield_list_icons {
    vertical-align: middle !important;
}
.gform_wrapper li.gfield fieldset {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    width: 100%;
}
.gform_wrapper li.gfield fieldset > * {
    width: auto;
}
.gform_wrapper li.gfield fieldset legend.gfield_label {
    width: 100%;
    line-height: 32px;
}
div.gf_page_steps + div.validation_error {
    margin-top: 16px;
}
.gform_wrapper div.gfield_description.validation_error {
    color: red;
    font-weight: 700;
    font-size: 0.875em;
    line-height: 1.2;
    margin-bottom: 16px;
}
body .gform_wrapper .validation_message {
    color: red;
    font-weight: 400;
    letter-spacing: normal;
    font-size: 0.8125rem;
    line-height: 1.5;
    padding: 0.625rem !important;
}
body .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
body .gform_wrapper li.gfield_error textarea {
    border: 1px solid #ddd;
}
body .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus,
body .gform_wrapper li.gfield_error textarea:focus {
    border: 1px solid #286094;
}
body .gform_wrapper li.gfield_error .ginput_recaptcha > div {
    outline: 2px solid red;
    outline-offset: 1px;
}
body .gform_wrapper li.gfield_error .ginput_recaptcha + .validation_message {
    display: none !important;
}
.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
.gform_wrapper li.gfield_error ul.gfield_checkbox,
.gform_wrapper li.gfield_error ul.gfield_radio {
    color: red;
}
body .gform_wrapper .gform_footer {
    padding: 16px 0 0 !important;
    margin: 20px 0 0;
    clear: both;
    width: 100%;
    text-align: center;
}
.gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type="submit"],
body .gform_wrapper .gform_footer input.button {
    width: auto;
    margin: 0 auto;
    border-radius: 5px;
    padding: 0.6875rem 1.25rem !important;
    display: inline-block;
    font-size: 1.125rem;
    line-height: 1.35rem;
    background-color: #26834f;
    border: 2px solid #26834f;
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
}
.gform_wrapper .gform_footer input[type="submit"]:focus,
.gform_wrapper .gform_footer input[type="submit"]:hover,
.gform_wrapper .gform_page_footer input.button:focus,
.gform_wrapper .gform_page_footer input.button:hover,
.gform_wrapper .gform_page_footer input[type="submit"]:focus,
.gform_wrapper .gform_page_footer input[type="submit"]:hover,
body .gform_wrapper .gform_footer input.button:focus,
body .gform_wrapper .gform_footer input.button:hover {
    border-color: #286094;
    background-color: #286094;
    color: #fff;
}
.gfield_consent_label {
    display: inline;
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"] {
    width: auto;
    line-height: 24px !important;
}
.gform_wrapper .gform_footer a.gform_save_link,
.gform_wrapper .gform_page_footer a.gform_save_link {
    font-size: 1em;
    display: block;
    text-align: center;
}
.gform_wrapper .gform_footer input[type="image"] {
    padding: 0;
    width: auto !important;
    background: 0 0 !important;
    border: none !important;
    margin: 0 auto 16px !important;
    display: block;
    max-width: 100%;
}
.gform_wrapper .ginput_complex .ginput_full,
.gform_wrapper .ginput_complex .ginput_left,
.gform_wrapper .ginput_complex .ginput_right {
    min-height: 45px;
}
.gform_wrapper .gfield_error .ginput_complex .ginput_full input[type="email"],
.gform_wrapper .gfield_error .ginput_complex .ginput_full input[type="number"],
.gform_wrapper .gfield_error .ginput_complex .ginput_full input[type="password"],
.gform_wrapper .gfield_error .ginput_complex .ginput_full input[type="tel"],
.gform_wrapper .gfield_error .ginput_complex .ginput_full input[type="text"],
.gform_wrapper .gfield_error .ginput_complex .ginput_full input[type="url"],
.gform_wrapper .gfield_error .ginput_complex .ginput_full select,
.gform_wrapper .ginput_complex .ginput_full input[type="email"],
.gform_wrapper .ginput_complex .ginput_full input[type="number"],
.gform_wrapper .ginput_complex .ginput_full input[type="password"],
.gform_wrapper .ginput_complex .ginput_full input[type="tel"],
.gform_wrapper .ginput_complex .ginput_full input[type="text"],
.gform_wrapper .ginput_complex .ginput_full input[type="url"] {
    width: 100%;
}
.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li {
    position: relative;
    margin: 0 0 16px;
    line-height: 1.2;
}
.gchoice_select_all,
.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label,
.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label {
    font-weight: 700;
}
.gform_wrapper input.datepicker.datepicker_with_icon {
    margin-right: 4px !important;
    display: -moz-inline-stack;
    display: inline-block;
}
.gform_wrapper .gf_hidden,
.gform_wrapper .gform_hidden,
.gform_wrapper input.gform_hidden,
.gform_wrapper input[type="hidden"] {
    display: none !important;
    max-height: 1px !important;
    overflow: hidden;
}
.gform_wrapper .gf_invisible,
.gform_wrapper .gfield_visibility_hidden {
    visibility: hidden;
    position: absolute;
    left: -9999px;
}
.gform_wrapper .ginput_full br,
.gform_wrapper .ginput_left br,
.gform_wrapper .ginput_right br {
    display: none !important;
}
.gform_wrapper ul.gfield_checkbox li,
.gform_wrapper ul.gfield_radio li {
    padding: 0 !important;
}
.gform_wrapper ul.gfield_radio li input + input {
    margin-left: 4px;
}
.gform_wrapper ul.gfield_radio li input[value="gf_other_choice"] {
    margin-right: 6px;
    margin-top: 4px;
}
.gform_wrapper .gfield_description + .gform_wrapper .gfield_description.validation_message {
    margin-top: 6px;
}
.gform_wrapper .ginput_container.ginput_list + .gfield_description.validation_message {
    margin-top: 0;
}
.gform_wrapper li.gfield_html {
    max-width: 100%;
}
.gform_wrapper .gfield_html.gfield_no_follows_desc {
    margin-top: 10px;
}
body .gform_wrapper ul li.gfield.gfield_html img {
    max-width: 100% !important;
}
.gform_wrapper .gform_ajax_spinner {
    padding-left: 10px;
}
.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
    display: none !important;
    position: absolute !important;
    left: -9000px;
}
.gform_wrapper .gfield_captcha_input_container {
    padding-top: 3px;
}
.gform_wrapper .simple_captcha_small input {
    width: 64px;
}
.gform_wrapper .simple_captcha_medium input {
    width: 96px;
}
.gform_wrapper .simple_captcha_large input {
    width: 128px;
}
.gform_wrapper .gform_wrapper .left_label .simple_captcha_small,
.gform_wrapper .left_label .simple_captcha_large,
.gform_wrapper .left_label .simple_captcha_medium,
.gform_wrapper .right_label .simple_captcha_large,
.gform_wrapper .right_label .simple_captcha_medium,
.gform_wrapper .right_label .simple_captcha_small {
    margin-left: 32%;
}
.gform_wrapper .gfield_captcha_container img.gfield_captcha {
    border: none !important;
    background: 0 0 !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.gform_wrapper .left_label .math_large,
.gform_wrapper .left_label .math_medium,
.gform_wrapper .left_label .math_small,
.gform_wrapper .left_label div.charleft,
.gform_wrapper .right_label .math_large,
.gform_wrapper .right_label .math_medium,
.gform_wrapper .right_label .math_small,
.gform_wrapper .right_label div.charleft {
    margin-left: 32%;
}
.gform_wrapper .math_small input {
    width: 70px;
}
.gform_wrapper .math_medium input {
    width: 510px;
}
.gform_wrapper .math_large input {
    width: 612px;
}
.gform_wrapper div.charleft {
    font-size: 0.688em;
    margin-top: 4px;
    color: #b7b7b7;
    width: 92% !important;
}
.gform_wrapper div.charleft[style] {
    width: 92% !important;
}
.gform_wrapper div.charleft.ginput_counter_tinymce {
    border: 1px solid #eee;
    border-width: 1px 0 0;
    padding: 4px 9px;
    width: 100% !important;
}
.gform_wrapper div.charleft.warningTextareaInfo {
    color: #a1a1a1;
}
.gform_wrapper div.charleft.ginput_counter_error {
    color: red;
}
.gform_wrapper li.gf_hide_charleft div.charleft {
    display: none !important;
}
.gf_submission_limit_message {
    color: red;
    font-size: 1.375em;
}
.gform_wrapper .ginput_price {
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}
.gform_wrapper span.ginput_total {
    color: #060;
    font-size: inherit;
}
.gform_wrapper .top_label span.ginput_total {
    margin: 8px 0;
}
.gform_wrapper span.ginput_product_price_label {
    margin-right: 2px;
}
.gform_wrapper span.ginput_product_price {
    color: #900;
}
.gform_wrapper span.ginput_quantity_label {
    margin-left: 10px;
    margin-right: 2px;
}
.gform_wrapper input.ginput_quantity[type="text"] {
    width: 3rem;
}
.gform_wrapper input.ginput_quantity[type="number"] {
    width: 4rem;
}
.gform_wrapper .gform_page_footer {
    margin: 14px 0;
    width: 100%;
    border-top: 1px dotted #ccc;
    padding: 16px 0 0;
    clear: both;
}
.gform_wrapper .gform_page_footer.left_label,
.gform_wrapper .gform_page_footer.right_label {
    padding: 16px 0 0 29%;
}
.gform_wrapper .gform_page_footer .button.gform_next_button,
.gform_wrapper .gform_page_footer .button.gform_previous_button {
    display: -moz-inline-stack;
    display: inline-block;
}
.gform_wrapper .gform_page_footer .button.gform_previous_button {
    margin-bottom: 8px;
}
.gform_wrapper .gf_progressbar_wrapper {
    clear: both;
    width: 100%;
    margin: 0 0 16px;
    padding: 0 0 16px;
}
.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
    font-size: 0.813em;
    line-height: 1 !important;
    margin: 0 0 8px 12px !important;
    padding: 0 !important;
    clear: both;
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}
.gform_wrapper .gf_progressbar {
    padding: 10px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    -webkit-box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.05);
    width: 100%;
}
.gform_wrapper .gf_progressbar_percentage {
    height: 24px;
    text-align: right;
    font-family: helvetica, arial, sans-serif;
    font-size: 0.813em !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    z-index: 999;
    vertical-align: middle;
    background: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 10px, rgba(0, 0, 0, 0.1) 10px, rgba(0, 0, 0, 0.1) 20px), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
    background: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 10px, rgba(0, 0, 0, 0.1) 10px, rgba(0, 0, 0, 0.1) 20px), linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    border-radius: 20px 4px 4px 20px;
}
.gform_wrapper .gf_progressbar:after {
    display: block;
    width: 100%;
    z-index: 990;
    height: 24px;
    margin-top: -24px;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
}
.gform_wrapper .gf_progressbar_percentage.percentbar_100 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.gform_wrapper .gf_progressbar_percentage span {
    display: block;
    width: auto;
    float: right;
    margin-right: 5px;
    margin-left: 5px;
    line-height: 1.8;
}
.gform_wrapper .gf_progressbar_percentage.percentbar_0 span {
    color: #959595;
    text-shadow: none;
    float: none !important;
    margin-left: 12px;
    word-wrap: normal;
}
.gform_wrapper .percentbar_blue {
    background-color: #036493;
    color: #fff;
}
.gform_wrapper .percentbar_gray {
    background-color: #7c7c7c;
    color: #fff;
}
.gform_wrapper .percentbar_green {
    background-color: #88b831;
    color: #fff;
}
.gform_wrapper .percentbar_orange {
    background-color: #ff7120;
    color: #fff;
}
.gform_wrapper .percentbar_red {
    background-color: #ff2a1a;
    color: #fff;
}
.gform_wrapper .gf_page_steps {
    width: 100%;
    margin: 0 0 8px;
    padding: 0 0 4px;
    border-bottom: 1px dotted #ccc;
}
.gform_wrapper .gf_step {
    width: 100%;
    margin: 24px 24px 24px 0;
    font-size: 0.875em;
    height: 14px;
    line-height: 1.25 !important;
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
    font-family: inherit;
}
.gform_wrapper .gf_step span.gf_step_number {
    font-size: 1.25em;
    font-family: arial, sans-serif;
    margin-right: 4px;
}
.gform_wrapper .gf_step span.gf_step_label,
.gform_wrapper .gf_step span.gf_step_number {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
}
.gform_wrapper .gf_step.gf_step_active {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.gform_wrapper .gf_step_clear {
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
.gform_wrapper .gfield_password_strength {
    border: 1px solid #ddd;
    margin-top: 18px;
    margin-bottom: 18px;
    line-height: 1.8;
    padding: 10px 5px;
    text-align: center;
    background-color: #eee;
    border-bottom: 3px solid #ddd;
}
.gform_wrapper ul.top_label li.gfield.gfield_error.gfield_contains_required .gfield_password_strength {
    margin-right: 16px;
}
.gform_wrapper ul.left_label li.gfield .gfield_password_strength,
.gform_wrapper ul.right_label li.gfield .gfield_password_strength {
    margin-top: 18px;
    margin-bottom: 18px;
    width: 100%;
}
.gform_wrapper .gfield_password_strength.bad {
    background-color: #ffb78c;
    border-color: #ff853c;
    border-bottom: 3px solid #ff853c;
}
.gform_wrapper .gfield_password_strength.good {
    background-color: #ffec8b;
    border-color: #fc0;
    border-bottom: 3px solid #fc0;
}
.gform_wrapper .gfield_password_strength.mismatch,
.gform_wrapper .gfield_password_strength.short {
    background-color: #ffa0a0;
    border-color: #f04040;
    border-bottom: 3px solid #f04040;
}
.gform_wrapper .gfield_password_strength.strong {
    background-color: #c3ff88;
    border-color: #8dff1c;
    border-bottom: 3px solid #8dff1c;
}
.gform_wrapper table.gfield_list,
.gform_wrapper table.gfield_list caption,
.gform_wrapper table.gfield_list tbody,
.gform_wrapper table.gfield_list td,
.gform_wrapper table.gfield_list tfoot,
.gform_wrapper table.gfield_list th,
.gform_wrapper table.gfield_list thead,
.gform_wrapper table.gfield_list tr {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}
.gform_wrapper table.gfield_list {
    border-spacing: 0;
    border-collapse: collapse;
    table-layout: auto !important;
}
.gform_wrapper table.gfield_list thead th {
    font-weight: 700;
    text-align: left;
}
.gform_wrapper table.gfield_list colgroup {
    width: 100%;
    display: block;
}
.gform_wrapper li.gfield.gfield_error table.gfield_list thead th {
    color: red;
}
.gform_wrapper table.gfield_list thead,
.gform_wrapper table.gfield_list tr {
    padding: 0;
    margin: 0;
}
.gform_wrapper table.gfield_list td,
.gform_wrapper table.gfield_list th {
    padding: 4px 0;
}
.gform_wrapper ul.gform_fields:not(.top_label) table.gfield_list th {
    padding: 0 0 4px;
}
.gform_wrapper table.gfield_list td + td,
.gform_wrapper table.gfield_list th + th {
    padding: 0 0 0 16px;
}
.gform_wrapper .gfield_list,
.gform_wrapper .gfield_list td.gfield_list_cell input {
    width: 100%;
}
.gfield_icon_disabled {
    cursor: default !important;
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}
.gform_wrapper table.gfield_list tr td.gfield_list_icons {
    width: 48px !important;
    padding: 0 0 0 4px !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.gform_wrapper table.gfield_list td.gfield_list_icons img {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
}
.gform_wrapper .gform_card_icon_container {
    margin: 8px 0 6px;
    height: 32px;
}
.gform_wrapper div.gform_card_icon {
    margin-right: 4px;
    text-indent: -9000px;
    background-image: url(../images/gf-creditcard-icons.png);
    background-repeat: no-repeat;
    width: 36px;
    height: 32px;
    float: left;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa {
    background-position: 0 0;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
    background-position: 0 -32px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
    background-position: 0 -64px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard {
    background-position: -36px 0;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
    background-position: -36px -32px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
    background-position: -36px -64px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex {
    background-position: -72px 0;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
    background-position: -72px -32px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
    background-position: -72px -64px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_discover {
    background-position: -108px 0;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
    background-position: -108px -32px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
    background-position: -108px -64px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_maestro {
    background-position: -144px 0;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
    background-position: -144px -32px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
    background-position: -144px -64px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_jcb {
    background-position: -180px 0;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
    background-position: -180px -32px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
    background-position: -180px -64px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_visa {
    background-position: 0 -192px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
    background-position: 0 -224px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
    background-position: 0 -256px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_mastercard {
    background-position: -36px -192px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
    background-position: -36px -224px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
    background-position: -36px -256px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_amex {
    background-position: -72px -192px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
    background-position: -72px -224px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
    background-position: -72px -256px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_discover {
    background-position: -108px -192px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
    background-position: -108px -224px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
    background-position: -108px -256px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_maestro {
    background-position: -144px -192px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
    background-position: -144px -224px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
    background-position: -144px -256px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_jcb {
    background-position: -180px -192px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
    background-position: -180px -224px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
    background-position: -180px -256px;
}
.gform_card_icon_container input[type="radio"]#gform_payment_method_creditcard {
    float: left;
    position: relative;
    top: 4px !important;
}
.gform_wrapper .ginput_complex .ginput_cardinfo_right {
    min-width: 85px !important;
}
.gform_wrapper .ginput_complex span.ginput_cardextras {
    display: block;
    overflow: hidden;
}
.gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container {
    position: relative;
    display: block;
    min-width: 160px !important;
}
.gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container select {
    margin-bottom: 8px;
}
.gform_wrapper .ginput_complex .ginput_cardinfo_right input.ginput_card_security_code {
    max-width: 50% !important;
}
.gform_wrapper .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
    width: 32px;
    height: 23px;
    background-image: url(../images/gf-creditcard-icons.png);
    background-repeat: no-repeat;
    background-position: 0 -128px;
    position: relative;
    top: -1px;
    left: 6px;
    display: -moz-inline-stack;
    display: inline-block;
}
.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
    padding: 24px;
    border: 1px dashed #ccc;
    text-align: center;
    color: #aaa;
    margin-bottom: 16px;
    background: rgba(0, 0, 0, 0.02);
    border-radius: 4px;
}
.ginput_container_fileupload input {
    width: 100% !important;
    font-size: 0.875rem;
    padding: 0;
    border: 0 !important;
    background-color: transparent !important;
    height: auto !important;
}
.ginput_container_fileupload .gform_fileupload_rules {
    font-size: 0.875rem;
}
.gform_wrapper span.gform_drop_instructions {
    display: block;
    margin-bottom: 8px;
}
.gform_delete {
    vertical-align: middle;
    cursor: pointer;
}
.gform_wrapper .copy_values_option_container .copy_values_enabled {
    width: auto;
}
.gform_wrapper li.field_sublabel_above .ginput_complex input[type="text"] {
    margin-bottom: 1px;
}
.gform_wrapper .form_saved_message {
    margin: 1em auto;
    padding: 3em 2em;
    width: 99%;
    font-size: 1em;
    line-height: 1.8;
    color: #31708f;
    background-color: #e3f3f3;
    text-align: center;
    border-radius: 2px;
}
.gform_wrapper .form_saved_message form {
    text-align: center;
}
.form_saved_message p.resume_form_link_wrapper {
    background-color: #fff;
    display: inline-block;
    padding: 1em;
    border-radius: 2px;
    max-width: 98% !important;
    overflow: hidden;
    -webkit-box-shadow: 0 3px 2px 0 rgba(66, 103, 126, 0.2);
    box-shadow: 0 3px 2px 0 rgba(66, 103, 126, 0.2);
}
.form_saved_message a.resume_form_link {
    word-wrap: break-word;
    text-decoration: none;
    color: #2f637e;
}
.form_saved_message .form_saved_message_emailform {
    margin: 1em 0 0;
}
.form_saved_message label.form_saved_label {
    position: absolute;
    left: -9000px;
}
div.form_saved_message div.form_saved_message_emailform form input[type="text"] {
    margin-bottom: 0.25em;
}
div.form_saved_message div.form_saved_message_emailform form input {
    margin: 0.75em auto 0;
    display: inline-block;
}
div.form_saved_message div.form_saved_message_emailform form input[type="email"] {
    padding: calc(0.75em - 1px) !important;
    width: 24em;
    max-width: 98% !important;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #91afc7;
    color: #424242;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-shadow: inset 0 0 5px 0 #eee;
    box-shadow: inset 0 0 5px 0 #eee;
}
div.form_saved_message div.form_saved_message_emailform form input[type="submit"] {
    padding: 0.75em 1em;
    font-size: 1em;
    line-height: 1;
    background-color: #91afc7;
    border: 1px solid #91afc7;
    color: #fff;
    text-transform: uppercase;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
}
@media only screen and (max-width: 640px) {
    div.form_saved_message div.form_saved_message_emailform form input[type="email"],
    div.form_saved_message div.form_saved_message_emailform form input[type="submit"] {
        display: block;
        width: 98%;
    }
}
.form_saved_message .form_saved_message_emailform .validation_message {
    color: red;
    font-weight: 700;
    padding: 2em;
}
.form_saved_message_sent {
    margin: 1em auto;
    padding: 3em 2em;
    width: 99%;
    font-size: 1em;
    background-color: #e9ffd9;
    color: #3c763d;
    text-align: center;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.form_saved_message_sent .saved_message_email,
.form_saved_message_sent .saved_message_success {
    font-weight: 700;
    display: block;
    line-height: 2;
}
.form_saved_message_sent .saved_message_email {
    word-wrap: break-word;
    text-decoration: underline;
}
body #content .entry-content .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area,
body .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area {
    line-height: 1 !important;
}
body .gform_wrapper img.ui-datepicker-trigger {
    width: 17px !important;
    height: 16px !important;
    display: -moz-inline-stack;
    display: inline-block;
}
body .gform_wrapper img.add_list_item,
body .gform_wrapper img.delete_list_item {
    display: -moz-inline-stack;
    display: inline-block;
    margin-top: -2px;
}
.gform_wrapper ul li.gfield.field_sublabel_above.field_description_below + li.gfield {
    margin-top: 26px;
}
.gform_wrapper li.gfield ul.gfield_radio li input[type="radio"] + input[type="text"] {
    width: 45.25%;
}
.gform_wrapper table.recaptchatable {
    table-layout: auto;
}
.gform_wrapper ul.gform_fields:not(.top_label) div.ginput_container_captcha {
    margin-left: 29%;
}
.gfield .wp-editor-container {
    border: 1px solid #ddd;
}
.gfield .wp-switch-editor {
    border-color: #ddd;
}
.gfield .html-active .switch-html,
.gfield .tmce-active .switch-tmce {
    border-bottom-color: #f5f5f5;
}
.gfield .mce-edit-area iframe {
    width: 99.9% !important;
    margin: 0 !important;
}
body .gform_wrapper ul.gform_fields li.gfield {
    margin-top: 0;
    margin-bottom: 13px;
    padding-top: 0;
}
body .gform_wrapper ul.gfields li.gfield label.gfield_label {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html {
    line-height: inherit;
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li {
    list-style-type: disc !important;
    margin: 0 0 8px;
    overflow: visible;
    padding-left: 0;
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul {
    list-style-type: disc !important;
    margin: 16px 0 16px 28px !important;
    padding-left: 0;
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li {
    list-style-type: decimal !important;
    overflow: visible;
    margin: 0 0 8px;
    padding-left: 0;
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol {
    list-style-type: decimal !important;
    margin: 16px 0 18px 32px;
    padding-left: 0;
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
    list-style-type: disc !important;
    padding-left: 0;
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul {
    margin: 16px 0 16px 16px;
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
    margin: 0 0 8px;
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl {
    margin: 0 0 18px;
    padding-left: 0;
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dt {
    font-weight: 700;
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dd {
    margin: 0 0 16px 18px;
}
.gform_wrapper span.gf_clear_span {
    display: block;
    height: 1px;
    overflow: hidden;
    width: 100%;
    float: none;
    clear: both;
    margin-top: -1px;
}
.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.chosen-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    display: none;
}
.chosen-container.chosen-with-drop .chosen-drop {
    display: block;
}
.chosen-container a {
    cursor: pointer;
}
.chosen-container .chosen-single .group-name,
.chosen-container .search-choice .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
    color: #999;
}
.chosen-container .chosen-single .group-name:after,
.chosen-container .search-choice .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top;
}
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 25px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
    background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
}
.chosen-container-single .chosen-single input[type="text"] {
    cursor: pointer;
    opacity: 0;
    position: absolute;
    width: 0;
}
.chosen-container-single .chosen-default {
    color: #999;
}
.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover,
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}
.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(chosen-sprite.png) 0 2px no-repeat;
}
.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: url(chosen-sprite.png) 100% -20px no-repeat;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}
.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default;
}
.chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff;
}
.chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: 700;
    cursor: default;
}
.chosen-container .chosen-results li.group-option {
    padding-left: 15px;
}
.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline;
}
.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: linear-gradient(#eee 1%, #fff 15%);
    cursor: text;
}
.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0 !important;
    background: 0 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
    width: 25px;
}
.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    line-height: 13px;
    cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
}
.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
    background-image: linear-gradient(#eee 20%, #fff 80%);
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: 0 0;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #222 !important;
}
.chosen-disabled {
    opacity: 0.5 !important;
    cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close,
.chosen-disabled .chosen-single {
    cursor: default;
}
.chosen-rtl {
    text-align: right;
}
.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px;
}
.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px;
}
.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px;
}
.chosen-rtl .chosen-choices li {
    float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
    direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px;
}
.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    background: url(chosen-sprite.png) -30px -20px no-repeat;
    direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span,
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container-single .chosen-search input[type="text"],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-rtl .chosen-search input[type="text"] {
        background-image: url(chosen-sprite@2x.png) !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important;
    }
}
body .gform_wrapper .chosen-container a.chosen-single {
    border-radius: inherit;
}
body .gform_wrapper ul.chosen-results li {
    line-height: inherit;
}
@media only screen and (max-width: 641px) {
    .gform_wrapper .chosen-container.chosen-container-single[style],
    .gform_wrapper div.chosen-container.chosen-container-multi[style] {
        width: 100% !important;
    }
    .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
        line-height: 2;
        min-height: 2rem;
    }
    .gform_wrapper textarea {
        line-height: 1.5;
    }
    .gform_wrapper .chosen-container-single .chosen-single {
        height: 40px;
        line-height: 2.8;
    }
    .gform_wrapper .chosen-container-single .chosen-single div b {
        position: relative;
        top: 10px;
    }
    .gform_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-choice,
    .gform_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-field {
        width: 100%;
        line-height: inherit;
        float: none;
    }
    .gform_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-choice span {
        margin-bottom: 0;
    }
    .gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
        top: calc(50% - 6px);
    }
    .gform_wrapper .ginput_container span:not(.ginput_price) {
        margin-bottom: 8px;
        display: block;
    }
    .gform_wrapper li.field_sublabel_below .ginput_complex {
        margin-top: 12px !important;
    }
    .gform_wrapper ul.gfield_checkbox li label,
    .gform_wrapper ul.gfield_radio li label {
        width: 85%;
        cursor: pointer;
    }
}
@media only screen and (max-width: 761px), (min-device-width: 768px) and (max-device-width: 1023px) {
    body .gform_wrapper ul.gform_fields li.gfield.gfield_error + li.gfield.gfield_error {
        margin-top: 0;
    }
    .gform_wrapper table.gfield_list {
        border: 0;
    }
    .gform_wrapper table.gfield_list thead {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .gform_wrapper table.gfield_list tr {
        margin-bottom: 10px;
        display: block;
        background: #fff;
        position: relative;
        border: 1px solid #ccc;
        border-top: 2px solid #ccc;
        border-bottom: 4px solid #ccc;
    }
    .gform_wrapper table.gfield_list td {
        display: block;
        margin-left: 8px;
        margin-right: 8px;
    }
    .gform_wrapper table.gfield_list td.gfield_list_icons {
        border-bottom: 0;
        margin: 16px 0 0 !important;
    }
    .gform_wrapper ul.gform_fields.form_sublabel_above table.gfield_list td:before,
    .gform_wrapper ul.gform_fields.form_sublabel_below table.gfield_list td:after {
        content: attr(data-label);
        font-size: 0.875em;
        letter-spacing: 0.5pt;
        white-space: nowrap;
        display: block;
        clear: both;
    }
    .gform_wrapper ul.gform_fields.form_sublabel_above table.gfield_list td:before {
        margin: 8px 0 3px 8px;
    }
    .gform_wrapper ul.gform_fields.form_sublabel_below table.gfield_list td:after {
        margin: 3px 0 8px 8px;
    }
    .gform_wrapper table.gfield_list td + td,
    .gform_wrapper table.gfield_list th + th {
        padding: 4px 0 0;
    }
    .gform_wrapper table.gfield_list tr.gfield_list_row_even,
    .gform_wrapper table.gfield_list tr.gfield_list_row_odd {
        margin: 16px 0;
    }
    .gform_wrapper table.gfield_list tr,
    .gform_wrapper table.gfield_list tr.gfield_list_row_odd:first-child {
        padding-top: 12px;
    }
    .gform_wrapper table.gfield_list tr td.gfield_list_icons {
        width: 100% !important;
        padding: 0 4px 4px !important;
        background-color: #eee;
    }
    .gform_wrapper table.gfield_list tr td.gfield_list_icons img.add_list_item {
        margin: 12px 0 0 16px !important;
    }
    .gform_wrapper table.gfield_list tr td.gfield_list_icons img.delete_list_item {
        margin: 12px 0 0 8px !important;
    }
    .gform_wrapper .gform_footer a.gform_save_link,
    .gform_wrapper .gform_page_footer a.gform_save_link {
        margin-left: 0;
    }
    .gform_wrapper .gfield_list td.gfield_list_cell input {
        width: calc(100% - 16px);
        margin-left: 8px;
        margin-right: 8px;
    }
}
@media only screen and (min-width: 641px) {
    .gform_wrapper .gform_body {
        width: 100%;
    }
    body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
        max-width: 100% !important;
    }
    .gform_wrapper .gfield_checkbox li,
    .gform_wrapper .gfield_radio li {
        margin: 0 0 8px;
        line-height: 1.3;
    }
    .gform_wrapper .gsection {
        margin: 28px 16px 28px 0;
    }
    .gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {
        float: left;
        width: 29%;
        padding-right: 16px;
        margin-bottom: 16px;
    }
    .gform_wrapper .right_label .gfield_label {
        text-align: right;
    }
    .gform_wrapper .left_label .gfield_description,
    .gform_wrapper .right_label .gfield_description {
        width: 70%;
    }
    .gform_wrapper form ul.left_label li ul.gfield_checkbox li,
    .gform_wrapper form ul.left_label li ul.gfield_radio li,
    .gform_wrapper form ul.right_label li ul.gfield_checkbox li,
    .gform_wrapper form ul.right_label li ul.gfield_radio li,
    .gform_wrapper ul.left_label li ul.gfield_checkbox li,
    .gform_wrapper ul.left_label li ul.gfield_radio li,
    .gform_wrapper ul.right_label li ul.gfield_checkbox li,
    .gform_wrapper ul.right_label li ul.gfield_radio li {
        margin-bottom: 10px;
    }
    .gform_wrapper .left_label .gfield_description,
    .gform_wrapper .left_label .instruction,
    .gform_wrapper .right_label .gfield_description,
    .gform_wrapper .right_label .instruction {
        margin-left: 29%;
    }
    .gform_wrapper ul.gform_fields:not(.top_label) .gsection .gsection_description {
        margin-left: 0;
        padding-top: 4px;
        padding-left: 0;
        line-height: 1.5;
    }
    .gform_wrapper form ul.gform_fields:not(.top_label) li.gfield_html_formatted {
        margin-left: 29% !important;
        width: 70%;
    }
    .gform_wrapper ul.gform_fields:not(.top_label) ul.gfield_checkbox,
    .gform_wrapper ul.gform_fields:not(.top_label) ul.gfield_radio {
        overflow: hidden;
    }
    .gform_wrapper .left_label div.ginput_complex,
    .gform_wrapper .right_label div.ginput_complex {
        width: 70%;
        margin-left: 29%;
    }
    .gform_wrapper .left_label input.small,
    .gform_wrapper .left_label select.small,
    .gform_wrapper .right_label input.small,
    .gform_wrapper .right_label select.small {
        width: 15%;
    }
    .gform_wrapper .left_label input.medium,
    .gform_wrapper .left_label select.medium,
    .gform_wrapper .right_label input.medium,
    .gform_wrapper .right_label select.medium {
        width: calc(35% - 8px);
    }
    .gform_wrapper .left_label input.large,
    .gform_wrapper .left_label select.large,
    .gform_wrapper .left_label textarea.large,
    .gform_wrapper .left_label textarea.medium,
    .gform_wrapper .left_label textarea.small,
    .gform_wrapper .right_label input.large,
    .gform_wrapper .right_label select.large,
    .gform_wrapper .right_label textarea.large,
    .gform_wrapper .right_label textarea.medium,
    .gform_wrapper .right_label textarea.small {
        width: 70%;
    }
    .gform_wrapper ul.gform_fields:not(.top_label) .ginput_list {
        width: 70%;
        margin-left: 29% !important;
    }
    .gform_wrapper .top_label .gfield_list {
        width: 100%;
    }
    .gform_wrapper .left_label .gf_list_one_column,
    .gform_wrapper .right_label .gf_list_one_column {
        width: 45%;
    }
    .gform_wrapper .top_label .gf_list_one_column {
        width: 46%;
    }
    .gform_wrapper .left_label li.hidden_label input,
    .gform_wrapper .right_label li.hidden_label input {
        margin-left: 3.7%;
    }
    .gform_wrapper .left_label li.gfield .gfield_password_strength,
    .gform_wrapper .right_label li.gfield .gfield_password_strength {
        margin-left: 29%;
    }
    .gform_wrapper .top_label input.small,
    .gform_wrapper .top_label select.small {
        width: 25%;
    }
    .gform_wrapper .top_label input.medium,
    .gform_wrapper .top_label select.medium {
        width: calc(50% - 8px);
    }
    .gform_wrapper.gform_validation_error .top_label input.medium,
    .gform_wrapper.gform_validation_error .top_label select.medium {
        width: 50%;
    }
    .gform_wrapper .hidden_label input.large,
    .gform_wrapper .hidden_label select.large,
    .gform_wrapper .top_label input.large,
    .gform_wrapper .top_label select.large {
        width: 100%;
    }
    .gform_wrapper .top_label input.large.datepicker,
    .gform_wrapper .top_label input.medium.datepicker,
    .gform_wrapper .top_label input.small.datepicker {
        width: auto;
    }
    .gform_wrapper textarea.small {
        height: 80px;
        width: 100%;
    }
    body .gform_wrapper textarea.medium {
        height: 121px;
        width: 100%;
        margin: 0;
        display: block;
    }
    .gform_wrapper textarea.large {
        height: 320px;
        width: 100%;
    }
    .gform_wrapper .gfield_error .ginput_complex .ginput_left,
    .gform_wrapper .gfield_error .ginput_complex .ginput_right,
    .gform_wrapper .ginput_complex .ginput_cardinfo_left {
        width: 50%;
    }
    .gform_wrapper .ginput_complex .ginput_left,
    .gform_wrapper .ginput_complex .ginput_right {
        width: 50%;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        margin: 0 -4px 0 0;
    }
    .gform_wrapper .ginput_container_password .ginput_right {
        padding-left: 8px;
    }
    .gform_wrapper .ginput_complex .ginput_cardinfo_left,
    .gform_wrapper .ginput_complex .ginput_cardinfo_right {
        min-height: 43px;
        position: relative;
        float: left;
    }
    .gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_month,
    .gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_year {
        width: 47% !important;
        display: -moz-inline-stack;
        display: inline-block;
    }
    .gform_wrapper .ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month {
        margin-right: 4px;
    }
    .gform_wrapper .gf_step {
        width: auto;
        display: -moz-inline-stack;
        display: inline-block;
        margin: 16px 32px 16px 0;
    }
    .gform_wrapper .gform_footer input.button,
    .gform_wrapper .gform_footer input[type="image"],
    .gform_wrapper .gform_footer input[type="submit"] {
        display: -moz-inline-stack;
        display: inline-block;
    }
    .gform_wrapper .gform_footer input[type="image"] {
        vertical-align: middle;
    }
    .gform_wrapper .gform_footer a.gform_save_link,
    .gform_wrapper .gform_page_footer a.gform_save_link {
        font-size: 1em;
        margin-left: 0;
        display: -moz-inline-stack;
        display: inline-block;
    }
    .gform_wrapper .gform_footer input.button,
    .gform_wrapper .gform_footer input[type="submit"],
    .gform_wrapper .gform_page_footer input.button,
    .gform_wrapper .gform_page_footer input[type="submit"] {
        font-size: 1em;
        width: auto;
        margin: 0;
    }
    body .gform_wrapper ul.gform_fields li.gfield {
        padding-right: 0;
    }
    body .gform_wrapper ul.gform_fields li.gfield.textarea {
        margin-bottom: 0;
    }
    .gform_wrapper .ginput_complex .ginput_left {
        padding-right: 8px;
    }
    .gform_wrapper .left_label .ginput_complex.ginput_container_address:after {
        content: "";
        display: block;
    }
    .gform_wrapper .ginput_complex.ginput_container_address .ginput_left {
        margin-right: 8px;
    }
    .gform_wrapper .ginput_complex.ginput_container_address .ginput_right {
        margin-right: -8px;
        padding-right: 8px;
    }
    .gform_wrapper .ginput_complex.ginput_container_address span.ginput_full + span.ginput_right {
        padding-right: 8px !important;
        margin-right: 8px;
    }
    .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left {
        padding-right: 8px !important;
        margin-right: -8px;
    }
    .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left.address_zip {
        margin-right: 8px;
    }
    .gform_wrapper .gfield_error .ginput_container {
        padding-right: 0;
    }
    .gform_wrapper ul.top_label li.gfield.gfield_error.gfield_contains_required .gfield_password_strength {
        margin: 18px 0;
    }
    .gform_wrapper .gform_footer:not(.top_label) {
        padding: 16px 0 10px;
        margin-left: 29%;
        width: 70%;
    }
    .top_label div.ginput_complex.ginput_container.gf_name_has_1,
    .top_label div.ginput_complex.ginput_container.gf_name_has_2,
    .top_label div.ginput_complex.ginput_container.gf_name_has_3 {
        width: calc(100% + 15px);
    }
    .top_label div.ginput_complex.ginput_container.gf_name_has_4 {
        width: calc(100% + 13px);
    }
    .top_label div.ginput_complex.ginput_container.gf_name_has_5 {
        width: calc(100% + 14px);
    }
    ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_1,
    ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_2,
    ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_3 {
        width: calc(70% + 15px);
        margin-left: 29%;
    }
    ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_1,
    ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_2,
    ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_3 {
        width: calc(70% + 24px);
    }
    ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_4 {
        width: calc(70% + 13px);
        margin-left: 29%;
    }
    ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_5 {
        width: calc(70% + 14px);
        margin-left: 29%;
    }
    div.ginput_container_name span {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        padding-right: 16px;
        margin-right: -4px;
    }
    div.ginput_complex.ginput_container.gf_name_has_1 span {
        width: 100%;
    }
    div.ginput_complex.ginput_container.gf_name_has_2 span {
        width: 50%;
    }
    div.ginput_complex.ginput_container.gf_name_has_3 span {
        width: 33.3%;
    }
    div.ginput_complex.ginput_container.gf_name_has_4 span {
        width: 25%;
    }
    div.ginput_complex.ginput_container.gf_name_has_5 span {
        width: 19.95%;
    }
    .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_1 span {
        width: 99.75% !important;
    }
    .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_2 span {
        width: 49.75% !important;
    }
    .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_3 span {
        width: 33% !important;
    }
    .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_4 span {
        width: 24.75% !important;
    }
    .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_5 span {
        width: 19.75% !important;
    }
    html div.ginput_complex.ginput_container.gf_name_has_2 span:first-child,
    html div.ginput_complex.ginput_container.gf_name_has_3 span:first-child,
    html div.ginput_complex.ginput_container.gf_name_has_4 span:first-child,
    html div.ginput_complex.ginput_container.gf_name_has_5 span:first-child {
        margin-left: 0 !important;
    }
    .gform_wrapper .top_label .ginput_complex.ginput_container.ginput_container_email {
        width: calc(100% + 15px);
    }
    .gform_wrapper ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.ginput_container_email {
        width: calc(70% + 16px);
        margin-left: 29%;
    }
    .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.ginput_container_email {
        width: calc(70% + 17px);
    }
    li.gfield.gfield_error .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error .ginput_complex.ginput_container.ginput_container_email {
        width: calc(70% + 8px) !important;
    }
    .gform_wrapper .ginput_complex.ginput_container.ginput_container_email .ginput_left,
    .gform_wrapper .ginput_complex.ginput_container.ginput_container_email .ginput_right {
        padding-right: 16px;
    }
    .gform_wrapper ul.left_label li.gfield .gfield_password_strength,
    .gform_wrapper ul.right_label li.gfield .gfield_password_strength {
        width: 70%;
    }
    .gform_wrapper .ginput_complex span.ginput_left + input.gform_hidden + span.ginput_left {
        padding-right: 0;
    }
    .gform_wrapper .ginput_complex span.ginput_left.address_country {
        margin-right: 0;
    }
    html:not([dir="rtl"]) .gform_wrapper ul.gform_fields:not(.top_label) .clear-multi,
    html:not([dir="rtl"]) .gform_wrapper ul.gform_fields:not(.top_label) .gfield_description,
    html:not([dir="rtl"]) .gform_wrapper ul.gform_fields:not(.top_label) .ginput_container:not(.ginput_container_time):not(.ginput_container_date) {
        width: 70%;
        margin-left: 29%;
    }
    .gform_wrapper .gf_progressbar {
        width: calc(100% - 16px);
    }
    .gform_wrapper ul.gform_fields:not(.top_label) .gform_fileupload_multifile .gform_drop_area {
        margin-left: 29%;
        width: 70%;
    }
    body .gform_wrapper span.ginput_left.address_city + input.gform_hidden + span.ginput_left.address_country {
        width: calc(50% - 8px);
        margin-right: 0;
    }
    .gform_wrapper ul.gform_fields:not(.top_label) .ginput_container.ginput_recaptcha {
        margin-left: 29% !important;
    }
    .gform_wrapper .gform_page_footer .button.gform_previous_button {
        margin-bottom: 0;
    }
    .gform_wrapper .gform_page_footer .button.gform_button,
    .gform_wrapper .gform_page_footer .button.gform_next_button {
        margin-right: 10px;
    }
    body .gform_wrapper select.medium.gfield_select + div.chosen-container-multi[style],
    body .gform_wrapper select.medium.gfield_select + div.chosen-container-single[style] {
        width: calc(50% - 8px) !important;
    }
    body .gform_wrapper select.large.gfield_select + div.chosen-container-multi[style],
    body .gform_wrapper select.large.gfield_select + div.chosen-container-single[style] {
        width: 100% !important;
    }
    body .gform_wrapper select.small.gfield_select + div.chosen-container-multi[style],
    body .gform_wrapper select.small.gfield_select + div.chosen-container-single[style] {
        width: 25%;
    }
}
@media only screen and (min-width: 640px) {
    .gform_wrapper .top_label li.gfield.gf_inline {
        vertical-align: top;
        width: auto !important;
        margin: 0;
        padding-right: 16px;
        float: none !important;
        display: -moz-inline-stack;
        display: inline-block;
    }
    .gform_wrapper .top_label li.gfield.gf_inline input[type="email"].large,
    .gform_wrapper .top_label li.gfield.gf_inline input[type="email"].medium,
    .gform_wrapper .top_label li.gfield.gf_inline input[type="email"].small,
    .gform_wrapper .top_label li.gfield.gf_inline input[type="number"].large,
    .gform_wrapper .top_label li.gfield.gf_inline input[type="number"].medium,
    .gform_wrapper .top_label li.gfield.gf_inline input[type="number"].small,
    .gform_wrapper .top_label li.gfield.gf_inline input[type="password"].large,
    .gform_wrapper .top_label li.gfield.gf_inline input[type="password"].medium,
    .gform_wrapper .top_label li.gfield.gf_inline input[type="password"].small,
    .gform_wrapper .top_label li.gfield.gf_inline input[type="tel"].large,
    .gform_wrapper .top_label li.gfield.gf_inline input[type="tel"].medium,
    .gform_wrapper .top_label li.gfield.gf_inline input[type="tel"].small,
    .gform_wrapper .top_label li.gfield.gf_inline input[type="text"].large,
    .gform_wrapper .top_label li.gfield.gf_inline input[type="text"].medium,
    .gform_wrapper .top_label li.gfield.gf_inline input[type="text"].small,
    .gform_wrapper .top_label li.gfield.gf_inline input[type="url"].large,
    .gform_wrapper .top_label li.gfield.gf_inline input[type="url"].medium,
    .gform_wrapper .top_label li.gfield.gf_inline input[type="url"].small {
        width: 100%;
    }
    .gform_wrapper .top_label li.gfield.gf_inline input[type="text"].datepicker.medium {
        width: 96px !important;
    }
    .gform_wrapper .top_label li.gfield.gf_inline select,
    .gform_wrapper .top_label li.gfield.gf_inline textarea {
        width: 100%;
    }
    .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_hour input[type="text"],
    .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_minute input[type="text"] {
        width: 70% !important;
    }
    .gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_day,
    .gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_month,
    .gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_year,
    .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_hour,
    .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_minute {
        width: 50px;
    }
    .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_ampm {
        width: auto;
    }
    .gform_wrapper li.gf_inline div.ginput_container {
        white-space: nowrap !important;
    }
    .gform_wrapper li.gf_inline div.ginput_container.ginput_container_date label {
        display: block !important;
    }
    .gform_wrapper li.gfield.gfield_error.gf_inline {
        margin-right: 16px;
        padding-right: 0;
    }
    body .gform_wrapper .top_label li.gfield.gf_left_half,
    body .gform_wrapper .top_label li.gfield.gf_right_half {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 6px);
        padding-right: 0;
        margin-right: 11.99px;
        float: none;
    }
    body .gform_wrapper .top_label li.gfield.gf_right_half {
        margin-right: 0;
    }
    .gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker),
    .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker) {
        width: 100% !important;
        margin: 4px 0 0;
        padding-left: 0;
        padding-right: 0;
    }
    .gform_wrapper .top_label li.gfield.gf_left_half:before {
        content: "";
        display: block;
        clear: both;
    }
    .gform_wrapper .top_label li.gfield.gf_right_half:after {
        content: "";
        display: table;
        clear: both;
    }
    .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half,
    .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
        max-width: calc(50% - 16px);
        padding-right: 0;
    }
    .gform_wrapper .top_label li.gfield.gfield_error.gf_left_half {
        margin-right: 16px;
    }
    .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) input.large,
    .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) input.medium,
    .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) select.large,
    .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) select.medium,
    .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) input.large,
    .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) input.medium,
    .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) select.large,
    .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) select.medium {
        width: 100%;
    }
    .gform_wrapper .top_label li.gfield.gf_left_half textarea,
    .gform_wrapper .top_label li.gfield.gf_right_half textarea {
        width: 98%;
    }
    .gform_wrapper .top_label li.gfield.gf_left_half input.small,
    .gform_wrapper .top_label li.gfield.gf_right_half input.small {
        width: 35%;
    }
    .gform_wrapper .top_label li.gfield.gf_left_half + li.gfield.gsection.gf_left_half,
    .gform_wrapper .top_label li.gfield.gf_left_half + li.gfield.gsection.gf_right_half,
    .gform_wrapper .top_label li.gfield.gf_left_half + li.gsection,
    .gform_wrapper .top_label li.gfield.gf_right_half + li.gfield.gsection.gf_left_half,
    .gform_wrapper .top_label li.gfield.gf_right_half + li.gfield.gsection.gf_right_half,
    .gform_wrapper .top_label li.gfield.gf_right_half + li.gsection,
    .gform_wrapper .top_label li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_left_half,
    .gform_wrapper .top_label li.gfield.gsection.gf_right_half + li.gfield.gsection.gf_left_half,
    .gform_wrapper .top_label li.gfield.gsection.gf_right_half + li.gfield.gsection.gf_right_half {
        padding: 16px 0 8px;
    }
    .gform_wrapper .top_label li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_right_half {
        padding: 0 0 8px;
    }
    .gform_wrapper .top_label li.gfield.gf_first_quarter + li.gsection,
    .gform_wrapper .top_label li.gfield.gf_fourth_quarter + li.gsection,
    .gform_wrapper .top_label li.gfield.gf_left_third + li.gsection,
    .gform_wrapper .top_label li.gfield.gf_right_third + li.gsection,
    .gform_wrapper .top_label li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_right_half + li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_right_half {
        padding: 16px 0 8px;
    }
    .gform_wrapper .top_label li.gfield.gf_left_half + .gform_footer,
    .gform_wrapper .top_label li.gfield.gf_left_half + li.gfield,
    .gform_wrapper .top_label li.gfield.gf_right_half + .gform_footer,
    .gform_wrapper .top_label li.gfield.gf_right_half + li.gfield {
        clear: both;
    }
    .gform_wrapper .top_label li.gfield.gf_left_third,
    .gform_wrapper .top_label li.gfield.gf_middle_third,
    .gform_wrapper .top_label li.gfield.gf_right_third {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        float: none;
        margin-bottom: 8px;
    }
    .gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
    .gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
        width: 33.3%;
    }
    .gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
        width: 33.4%;
    }
    .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input.large,
    .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input.medium,
    .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select.large,
    .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select.medium,
    .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) input.large,
    .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) input.medium,
    .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select.large,
    .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select.medium,
    .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input.large,
    .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input.medium,
    .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select.large,
    .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select.medium {
        width: 100%;
    }
    .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input:not([type="radio"]):not([type="checkbox"]):not(.ginput_quantity),
    .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select,
    .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) input:not([type="radio"]):not([type="checkbox"]):not(.ginput_quantity),
    .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select,
    .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input:not([type="radio"]):not([type="checkbox"]):not(.ginput_quantity),
    .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select {
        width: 100% !important;
    }
    .gform_wrapper .top_label li.gfield.gfield_error.gf_left_third,
    .gform_wrapper .top_label li.gfield.gfield_error.gf_middle_third {
        width: calc(33.3% - 24px) !important;
        margin-right: 16px;
    }
    .gform_wrapper .top_label li.gfield.gfield_error.gf_right_third {
        width: 33.4%;
    }
    .gform_wrapper .top_label li.gfield.gf_right_third:after {
        content: "";
        display: table;
        clear: both;
    }
    .gform_wrapper .top_label li.gfield.gf_left_third + .gform_footer,
    .gform_wrapper .top_label li.gfield.gf_left_third + li.gfield,
    .gform_wrapper .top_label li.gfield.gf_middle_third + .gform_footer,
    .gform_wrapper .top_label li.gfield.gf_middle_third + li.gfield,
    .gform_wrapper .top_label li.gfield.gf_right_third + .gform_footer,
    .gform_wrapper .top_label li.gfield.gf_right_third + li.gfield {
        clear: both;
    }
    .gform_wrapper .top_label li.gfield.gf_first_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
    .gform_wrapper .top_label li.gfield.gf_fourth_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
    .gform_wrapper .top_label li.gfield.gf_second_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
    .gform_wrapper .top_label li.gfield.gf_third_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
        width: 25%;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        float: none;
    }
    .gform_wrapper .top_label li.gfield.gf_first_quarter,
    .gform_wrapper .top_label li.gfield.gf_fourth_quarter,
    .gform_wrapper .top_label li.gfield.gf_second_quarter,
    .gform_wrapper .top_label li.gfield.gf_third_quarter {
        margin-bottom: 8px;
    }
    .gform_wrapper .top_label li.gfield.gf_first_quarter div:not(.ginput_container_date) input:not([type="radio"]):not([type="checkbox"]),
    .gform_wrapper .top_label li.gfield.gf_first_quarter div:not(.ginput_container_date) select,
    .gform_wrapper .top_label li.gfield.gf_fourth_quarter div:not(.ginput_container_date) input:not([type="radio"]):not([type="checkbox"]),
    .gform_wrapper .top_label li.gfield.gf_fourth_quarter div:not(.ginput_container_date) select,
    .gform_wrapper .top_label li.gfield.gf_second_quarter div:not(.ginput_container_date) input:not([type="radio"]):not([type="checkbox"]),
    .gform_wrapper .top_label li.gfield.gf_second_quarter div:not(.ginput_container_date) select,
    .gform_wrapper .top_label li.gfield.gf_third_quarter div:not(.ginput_container_date) input:not([type="radio"]):not([type="checkbox"]),
    .gform_wrapper .top_label li.gfield.gf_third_quarter div:not(.ginput_container_date) select {
        width: 100% !important;
    }
    .gform_wrapper .top_label li.gfield.gfield_error.gf_first_quarter,
    .gform_wrapper .top_label li.gfield.gfield_error.gf_fourth_quarter,
    .gform_wrapper .top_label li.gfield.gfield_error.gf_second_quarter,
    .gform_wrapper .top_label li.gfield.gfield_error.gf_third_quarter {
        width: 24.5%;
    }
    .gform_wrapper .top_label li.gfield.gf_fourth_quarter:after {
        content: "";
        display: table;
        clear: both;
    }
    .gform_wrapper .top_label li.gfield.gf_first_quarter input.large,
    .gform_wrapper .top_label li.gfield.gf_first_quarter input.medium,
    .gform_wrapper .top_label li.gfield.gf_first_quarter select.large,
    .gform_wrapper .top_label li.gfield.gf_first_quarter select.medium,
    .gform_wrapper .top_label li.gfield.gf_fourth_quarter input.large,
    .gform_wrapper .top_label li.gfield.gf_fourth_quarter input.medium,
    .gform_wrapper .top_label li.gfield.gf_fourth_quarter select.large,
    .gform_wrapper .top_label li.gfield.gf_fourth_quarter select.medium,
    .gform_wrapper .top_label li.gfield.gf_second_quarter input.large,
    .gform_wrapper .top_label li.gfield.gf_second_quarter input.medium,
    .gform_wrapper .top_label li.gfield.gf_second_quarter select.large,
    .gform_wrapper .top_label li.gfield.gf_second_quarter select.medium,
    .gform_wrapper .top_label li.gfield.gf_third_quarter input.large,
    .gform_wrapper .top_label li.gfield.gf_third_quarter input.medium,
    .gform_wrapper .top_label li.gfield.gf_third_quarter select.large,
    .gform_wrapper .top_label li.gfield.gf_third_quarter select.medium {
        width: 97.5%;
    }
    .gform_wrapper .top_label li.gfield.gf_first_quarter + .gform_footer,
    .gform_wrapper .top_label li.gfield.gf_first_quarter + li.gfield,
    .gform_wrapper .top_label li.gfield.gf_fourth_quarter + .gform_footer,
    .gform_wrapper .top_label li.gfield.gf_fourth_quarter + li.gfield,
    .gform_wrapper .top_label li.gfield.gf_second_quarter + .gform_footer,
    .gform_wrapper .top_label li.gfield.gf_second_quarter + li.gfield,
    .gform_wrapper .top_label li.gfield.gf_third_quarter + .gform_footer,
    .gform_wrapper .top_label li.gfield.gf_third_quarter + li.gfield {
        clear: both;
    }
    .gform_wrapper .top_label li ul.gfield_checkbox,
    .gform_wrapper .top_label li ul.gfield_radio {
        width: calc(100% + 16px);
    }
    .gform_wrapper ul.gform_fields:not(.top_label) li ul.gfield_checkbox,
    .gform_wrapper ul.gform_fields:not(.top_label) li ul.gfield_radio {
        width: calc(70% + 16px);
    }
    .gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li,
    .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li {
        width: 50%;
        display: -moz-inline-stack;
        display: inline-block;
        margin: 0;
        padding-right: 16px;
        min-height: 28px;
        vertical-align: top;
        font-size: 90%;
    }
    .gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li,
    .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li {
        width: 33.3%;
        display: -moz-inline-stack;
        display: inline-block;
        margin: 0 0 2px;
        padding-right: 16px;
        min-height: 28px;
        vertical-align: top;
        font-size: 90%;
    }
    .gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li label,
    .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li label,
    .gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li label,
    .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li label,
    .gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li label,
    .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li label {
        max-width: 75%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: middle;
    }
    .gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li,
    .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li {
        width: 25%;
        display: -moz-inline-stack;
        display: inline-block;
        margin: 0;
        padding-right: 16px;
        min-height: 28px;
        vertical-align: top;
        font-size: 90%;
    }
    .gform_wrapper li.gfield.gf_list_5col ul.gfield_checkbox li,
    .gform_wrapper li.gfield.gf_list_5col ul.gfield_radio li {
        width: 20%;
        display: -moz-inline-stack;
        display: inline-block;
        margin: 0;
        padding-right: 16px;
        min-height: 28px;
        vertical-align: top;
        font-size: 90%;
    }
    .gform_wrapper ul.gform_fields:not(.top_label) li.gf_list_2col_vertical label.gfield_label,
    .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_2col label.gfield_label,
    .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_3col label.gfield_label,
    .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_4col label.gfield_label,
    .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_5col label.gfield_label,
    .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_inline label.gfield_label {
        margin: 0 0 10px;
    }
    .gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox,
    .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio,
    .gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox,
    .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio,
    .gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox,
    .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio,
    .gform_wrapper li.gfield.gf_list_5col ul.gfield_checkbox,
    .gform_wrapper li.gfield.gf_list_5col ul.gfield_radio {
        overflow: hidden;
    }
    .gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox,
    .gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox,
    .gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox,
    .gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox {
        -webkit-column-gap: 16px;
        -moz-column-gap: 16px;
        column-gap: 16px;
    }
    .gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox,
    .gform_wrapper li.gf_list_2col_vertical .ginput_container_radio ul.gfield_radio {
        width: calc(100% - 16px);
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    .gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox,
    .gform_wrapper li.gf_list_3col_vertical .ginput_container_radio ul.gfield_radio {
        width: calc(100% - 8px);
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
    .gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox,
    .gform_wrapper li.gf_list_4col_vertical .ginput_container_radio ul.gfield_radio {
        width: calc(100% - 8px);
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
    .gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox,
    .gform_wrapper li.gf_list_5col_vertical .ginput_container_radio ul.gfield_radio {
        width: calc(100% - 8px);
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5;
    }
    .gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox li label,
    .gform_wrapper li.gf_list_2col_vertical .ginput_container_radio ul.gfield_radio li label,
    .gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox li label,
    .gform_wrapper li.gf_list_3col_vertical .ginput_container_radio ul.gfield_radio li label,
    .gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox li label,
    .gform_wrapper li.gf_list_4col_vertical .ginput_container_radio ul.gfield_radio li label,
    .gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox li label,
    .gform_wrapper li.gf_list_5col_vertical .ginput_container_radio ul.gfield_radio li label {
        max-width: 75%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .gform_wrapper li.gfield.gf_list_height_25 ul.gfield_checkbox li,
    .gform_wrapper li.gfield.gf_list_height_25 ul.gfield_radio li {
        height: 25px;
    }
    .gform_wrapper li.gfield.gf_list_height_50 ul.gfield_checkbox li,
    .gform_wrapper li.gfield.gf_list_height_50 ul.gfield_radio li {
        height: 50px;
    }
    .gform_wrapper li.gfield.gf_list_height_75 ul.gfield_checkbox li,
    .gform_wrapper li.gfield.gf_list_height_75 ul.gfield_radio li {
        height: 75px;
    }
    .gform_wrapper li.gfield.gf_list_height_100 ul.gfield_checkbox li,
    .gform_wrapper li.gfield.gf_list_height_100 ul.gfield_radio li {
        height: 100px;
    }
    .gform_wrapper li.gfield.gf_list_height_125 ul.gfield_checkbox li,
    .gform_wrapper li.gfield.gf_list_height_125 ul.gfield_radio li {
        height: 125px;
    }
    .gform_wrapper li.gfield.gf_list_height_150 ul.gfield_checkbox li,
    .gform_wrapper li.gfield.gf_list_height_150 ul.gfield_radio li {
        height: 150px;
    }
    .gform_wrapper li.gf_list_inline ul.gfield_checkbox li,
    .gform_wrapper li.gf_list_inline ul.gfield_radio li {
        width: auto !important;
        float: none !important;
        margin: 0 8px 10px 0;
        display: -moz-inline-stack;
        display: inline-block;
    }
    html[dir="rtl"] .gform_wrapper li.gf_list_inline ul.gfield_checkbox li,
    html[dir="rtl"] .gform_wrapper li.gf_list_inline ul.gfield_radio li {
        padding-left: 16px !important;
        padding-right: 0 !important;
    }
    .gform_wrapper li.gf_hide_ampm div.gfield_time_ampm {
        display: none !important;
    }
    .gform_wrapper li.gsection.gf_scroll_text {
        height: 240px;
        width: calc(100% - 16px);
        padding: 16px;
        background-color: #fff;
        overflow-y: scroll;
        overflow-x: hidden;
        border: 1px solid #ccc;
        border-bottom: 1px solid #ccc !important;
    }
    .gform_wrapper .top_label li.gsection.gf_scroll_text h2.gsection_title {
        margin: 10px 10px 0 8px !important;
    }
    .gform_wrapper.gf_browser_chrome .top_label li.gsection.gf_scroll_text h2.gsection_title,
    .gform_wrapper.gf_browser_gecko .top_label li.gsection.gf_scroll_text h2.gsection_title {
        margin: 0 10px 0 8px !important;
    }
    .gform_wrapper .top_label li.gsection.gf_scroll_text .gsection_description {
        margin: 10px;
        font-size: 12px;
    }
    .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul li,
    .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul li {
        list-style-type: disc !important;
        margin: 0 0 8px;
        overflow: visible;
        padding-left: 0;
    }
    .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul,
    .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul {
        list-style-type: disc !important;
        margin: 16px 0 16px 18px;
        padding-left: 0;
    }
    .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li,
    .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li {
        list-style-type: decimal !important;
        overflow: visible;
        margin: 0 0 8px;
        padding-left: 0;
    }
    .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol,
    .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol {
        list-style-type: decimal !important;
        margin: 16px 0 18px 32px;
        padding-left: 0;
    }
    .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul,
    .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul li {
        list-style-type: disc !important;
        padding-left: 0;
    }
    .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul {
        margin: 16px 0 16px 18px;
    }
    .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul li {
        margin: 0 0 8px;
    }
    .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl {
        margin: 0 0 18px;
        padding-left: 0;
    }
    .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl dt {
        font-weight: 700;
    }
    .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl dd {
        margin: 0 0 16px 18px;
    }
    .gform_wrapper li.gfield.gfield_html.gf_alert_blue,
    .gform_wrapper li.gfield.gfield_html.gf_alert_gray,
    .gform_wrapper li.gfield.gfield_html.gf_alert_green,
    .gform_wrapper li.gfield.gfield_html.gf_alert_red,
    .gform_wrapper li.gfield.gfield_html.gf_alert_yellow {
        border-radius: 3px;
        margin: 20px 0 !important;
        padding: 20px !important;
    }
    .gform_wrapper li.gfield.gfield_html.gf_alert_green {
        border: 1px solid #97b48a;
        background-color: #cbeca0;
        text-shadow: #dfb 1px 1px;
        color: #030;
    }
    .gform_wrapper li.gfield.gfield_html.gf_alert_red {
        border: 1px solid #cfadb3;
        background-color: #faf2f5;
        text-shadow: #fff 1px 1px;
        color: #832525;
    }
    .gform_wrapper li.gfield.gfield_html.gf_alert_yellow {
        border: 1px solid #e6db55;
        background-color: #fffbcc;
        text-shadow: #fcfaea 1px 1px;
        color: #222;
    }
    .gform_wrapper li.gfield.gfield_html.gf_alert_gray {
        border: 1px solid #ccc;
        background-color: #eee;
        text-shadow: #fff 1px 1px;
        color: #424242;
    }
    .gform_wrapper li.gfield.gfield_html.gf_alert_blue {
        border: 1px solid #a7c2e7;
        background-color: #d1e4f3;
        text-shadow: #e0f1ff 1px 1px;
        color: #314475;
    }
    div.gform_confirmation_wrapper.gf_confirmation_simple_yellow {
        margin: 30px 0;
        max-width: 99%;
        border-top: 1px solid #e6db55;
        border-bottom: 1px solid #e6db55;
        padding: 32px;
        background-color: #fffbcc;
        color: #424242;
        font-size: 25px;
    }
    div.gform_confirmation_wrapper.gf_confirmation_simple_gray {
        margin: 30px 0;
        max-width: 99%;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding: 32px;
        background-color: #eaeaea;
        color: #424242;
        font-size: 25px;
    }
    div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient {
        position: relative;
        background-color: #fffbd2;
        margin: 30px 0;
        border: 1px solid #e6db55;
        -webkit-box-shadow: 0 0 5px rgba(221, 215, 131, 0.75);
        box-shadow: 0 0 5px rgba(221, 215, 131, 0.75);
    }
    div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient div.gforms_confirmation_message {
        margin: 0;
        padding: 40px;
        max-width: 99%;
        font-size: 28px;
        border-top: 2px solid #fff;
        border-bottom: 1px solid #e6db55;
        color: #424242;
        background: #fffce5;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fffce5), to(#fff9bf));
        background: linear-gradient(to bottom, #fffce5 0, #fff9bf 100%);
    }
    div.gform_confirmation_wrapper.gf_confirmation_green_gradient {
        position: relative;
        background-color: #f1fcdf;
        margin: 30px 0;
        border: 1px solid #a7c37c;
        -webkit-box-shadow: 0 0 5px rgba(86, 122, 86, 0.4);
        box-shadow: 0 0 5px rgba(86, 122, 86, 0.4);
    }
    div.gform_confirmation_wrapper.gf_confirmation_green_gradient div.gforms_confirmation_message {
        margin: 0;
        padding: 40px;
        max-width: 99%;
        font-size: 28px;
        border-top: 2px solid #effade;
        border-bottom: 1px solid #a7c37c;
        text-shadow: #dfb 1px 1px;
        color: #030;
        background: #dbf2b7;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dbf2b7), to(#b4d088));
        background: linear-gradient(to bottom, #dbf2b7 0, #b4d088 100%);
    }
    div.gform_confirmation_wrapper.gf_confirmation_green_gradient:after,
    div.gform_confirmation_wrapper.gf_confirmation_green_gradient:before,
    div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:after,
    div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:before {
        z-index: -1;
        position: absolute;
        content: "";
        bottom: 15px;
        left: 10px;
        width: 50%;
        top: 80%;
        max-width: 40%;
        background: rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
        -webkit-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }
    div.gform_confirmation_wrapper.gf_confirmation_green_gradient:after,
    div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:after {
        -webkit-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        transform: rotate(3deg);
        right: 10px;
        left: auto;
    }
    .gform_wrapper.gf_simple_horizontal_wrapper.centered_wrapper {
        width: auto;
        margin: 0 auto;
        display: table;
    }
    .gform_wrapper form.gf_simple_horizontal {
        width: calc(100% - 16px);
        margin: 0 auto;
    }
    .gform_wrapper form.gf_simple_horizontal div.gform_body,
    .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
        display: table-cell;
        vertical-align: middle;
        margin: 0;
        padding: 0;
        position: relative;
    }
    .gform_wrapper form.gf_simple_horizontal div.gform_body {
        width: auto;
        max-width: 75%;
    }
    .gform_wrapper form.gf_simple_horizontal div.ginput_container,
    .gform_wrapper form.gf_simple_horizontal ul li.gfield {
        margin-top: 0 !important;
    }
    .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
        width: auto;
        max-width: 25%;
        padding: 0;
        margin: 0;
    }
    body:not(rtl) .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
        text-align: left;
    }
    .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label {
        display: table;
        width: 100%;
    }
    .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield {
        display: table-cell;
        padding-right: 1em;
        height: auto;
    }
    .gform_wrapper form.gf_simple_horizontal .gfield_description:not(.validation_message),
    .gform_wrapper form.gf_simple_horizontal .ginput_complex label,
    .gform_wrapper form.gf_simple_horizontal label.gfield_label {
        display: block;
        height: 1px;
        width: 1px;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: -9000px;
    }
    .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_above li.gfield,
    .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_below li.gfield {
        vertical-align: middle;
    }
    .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.large,
    .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.medium,
    .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.small,
    .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.large,
    .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.medium,
    .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.small {
        width: 100%;
    }
    .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type="button"],
    .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type="image"],
    .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type="submit"] {
        height: auto;
    }
    .gform_wrapper form.gf_simple_horizontal .top_label .gfield_error {
        margin-bottom: 0;
    }
    .gform_wrapper form.gf_simple_horizontal ul li.gfield .ginput_container_checkbox ul li,
    .gform_wrapper form.gf_simple_horizontal ul li.gfield .ginput_container_radio ul li {
        display: inline-block;
        margin-right: 0.5em;
    }
    html[dir="rtl"] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_2 span {
        width: 48.5%;
    }
    html[dir="rtl"] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_3 span {
        width: 33%;
    }
    html[dir="rtl"] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_4 span {
        width: 24.5%;
    }
    html[dir="rtl"] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_5 span {
        width: 19.5%;
    }
}
body .gform_wrapper.gf_form_center_wrapper {
    padding: 16px 0 16px 16px;
}
body .gform_legacy_markup_wrapper ul.gfield_checkbox li,
body .gform_legacy_markup_wrapper ul.gfield_radio li {
    overflow: visible;
}
.ginput_recaptcha {
    -webkit-transform: scale(0.8) translateX(0);
    -ms-transform: scale(0.8) translateX(0);
    transform: scale(0.8) translateX(0);
    margin-left: -11%;
}
.gform_body ul li input[type="file"] {
    background-color: transparent;
    border: 0;
}
.ginput_container_checkbox .gfield_checkbox .gfield-choice-input {
    vertical-align: top !important;
}
.gform_ajax_spinner {
    display: none;
}
@media (min-width: 768px) {
    .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half,
    .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
        max-width: calc(50% - 6px) !important;
    }
    .gform_wrapper .top_label li.gfield.gfield_error.gf_left_half {
        margin-right: 11.99px !important;
    }
    .ginput_recaptcha {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-left: 0;
    }
}
@media only screen and (min-width: 60em) {
    .test-form .ginput_recaptcha {
        -webkit-transform: scale(0.6) translateX(0);
        -ms-transform: scale(0.6) translateX(0);
        transform: scale(0.6) translateX(0);
        margin-left: -23%;
    }
}
@media only screen and (min-width: 45em) {
    .test-form .ginput_recaptcha {
        -webkit-transform: scale(0.6) translateX(0);
        -ms-transform: scale(0.6) translateX(0);
        transform: scale(0.6) translateX(0);
        margin-left: -23%;
    }
}
@media only screen and (min-width: 1115px) {
    .test-form .ginput_recaptcha {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-left: 0;
    }
}
@media (max-width: 991.98px) {
    .site-header {
        overflow-x: hidden;
    }
}
.site-header .navbar-collapse {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
@media (min-width: 768px) {
    .sh-sticky-wrap.stuck {
        width: 100%;
        position: fixed;
        z-index: 99;
        top: 0;
        left: 0;
        background-color: #fff;
        -webkit-box-shadow: 0 3px 6.93px 0.07px rgba(40, 40, 40, 0.44);
        box-shadow: 0 3px 6.93px 0.07px rgba(40, 40, 40, 0.44);
        -webkit-transition: none;
        transition: none;
      min-height:90px;
    }
}
@media (max-width: 991.98px) {
    .custom-logo-link {
        max-width: 50%;
    }
}
@media (max-width: 767.98px) {
    .navbar-brand,
    .site-logo {
        margin: 0 auto 0.9375rem;
    }
}
.site-logo {
    max-width: 15.4375rem;
}
@media (min-width: 768px) {
    .site-logo {
        max-width: 17.5625rem;
    }
}
@media (min-width: 992px) {
    .site-logo {
        max-width: 10.5625rem;
    }
}
@media (min-width: 1200px) {
    .site-logo {
        max-width: 17.5625rem;
    }
}
.utility-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (min-width: 992px) {
    .utility-nav {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}
.sh-email,
.sh-ph {
    margin-right: 1rem;
    font-size: 1rem;
    color: #fff;
}
.sh-email .material-icons,
.sh-email i,
.sh-ph .material-icons,
.sh-ph i {
    font-size: 1.25rem;
    color: #c9d7e4;
    vertical-align: middle;
}
@media (min-width: 992px) {
    .sh-email .material-icons,
    .sh-email i,
    .sh-ph .material-icons,
    .sh-ph i {
        margin-right: 0.125rem;
    }
}
.sh-email a,
.sh-ph a {
    display: inline-block;
}
@media (min-width: 992px) {
    .sh-search-desk {
        margin-left: 1.25rem;
    }
}
@media (min-width: 992px) {
    .desk-utility-nav {
        padding-right: 0;
    }
}
.sh-ph a {
    margin-top: 0.1875rem;
}
.social-icons a {
    display: inline-block;
    color: #00548c;
    font-size: 1.25rem;
    text-align: center;
    text-decoration: none;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    vertical-align: middle;
}
@media (prefers-reduced-motion: reduce) {
    .social-icons a {
        -webkit-transition: none;
        transition: none;
    }
}
.social-icons a .material-icons,
.social-icons a i {
    display: inline-block;
    vertical-align: middle;
}
.social-icons a:not(:last-child) {
    margin: 0 0.9375rem 0 0 !important;
}
.social-icons a:hover {
    opacity: 0.9;
}
.social-icons li {
    padding: 0.3125rem 0;
}
.search-form-tigger .material-icons {
    vertical-align: middle;
}
@media (min-width: 992px) {
    .search-form-tigger .material-icons {
        padding-right: 0.3125rem;
    }
}
.btn-alt2.sh-contact-cta {
    padding: 0.9375rem 1.875rem;
}
@media (min-width: 768px) {
    .btn-alt2.sh-contact-cta {
        margin-right: 0.9375rem !important;
    }
}
.header0 .navbar-dark {
    background-color: #fff;
}
.header0 .navbar-dark .container {
    position: relative;
}
.header0 .top-line {
    padding: 0.684375rem 0;
    background: #000;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.header0 .top-line div[class^="col-"] {
    -ms-flex-item-align: center;
    align-self: center;
}
.header0 .top-line p {
    color: #fff;
    margin: 0;
}
.header0 .top-line p span {
    margin-right: 1.25rem;
}
.header0 .top-line p span .material-icons,
.header0 .top-line p span i {
    font-size: 0.8125rem;
    color: #fff;
    margin-right: 0.625rem;
}
.header0 .top-line a {
    color: #c9d7e4;
    margin: 0;
    text-decoration: none;
    font-size: 1rem;
    font-style: italic;
    font-weight: 700;
}
.header0 .top-line a:focus,
.header0 .top-line a:hover {
    color: #26834f;
}
.header0 .top-line a:focus .material-icons,
.header0 .top-line a:hover .material-icons {
    color: #26834f;
}
.header0 .top-line .container {
    max-width: 90.5rem;
}
.header0 .navbar .container {
    max-width: 90.5rem;
}
.header0 .search-form-tigger {
    color: #fff;
}
.header0 .search-form-tigger .material-icons {
    vertical-align: middle;
}
.header0 .search-form-tigger:focus,
.header0 .search-form-tigger:hover {
    color: #00548c;
    opacity: 0.8;
}
@media (min-width: 992px) {
    .header0 .search-form-tigger {
        color: #fff;
    }
    .header0 .search-form-tigger:focus,
    .header0 .search-form-tigger:hover {
        color: #c9d7e4;
    }
}
.header0.active .top-line {
    height: 0;
    padding: 0;
}
.header0 .brand {
    width: 12.5rem;
    height: 5.625rem;
    display: table-cell;
    vertical-align: middle;
}
.header0 .brand a {
    display: block;
}
.header0 .utility-nav {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}
@media (max-width: 991.98px) {
    .header0 .navbar-light .navbar-toggler.navbar-close-toggler {
        color: #fff;
        border-color: #fff;
    }
}
@media (max-width: 767.98px) {
    .header0 .navbar-brand,
    .header0 .site-logo {
        margin: 0.125rem auto 0.625rem;
    }
    .header0 .navbar {
        padding-bottom: 0;
    }
    .header0 .navbar-light .navbar-toggler {
        color: #fff;
        border-color: #fff;
    }
    .header0 .top-line {
        display: none;
    }
    .header0 .top-line .btn,
    .header0 .top-line .product-grid-item-link {
        padding: 0.625rem 1.25rem;
    }
    .header0 .utility-nav {
        width: calc(100% + 30px);
        margin: 0 -15px;
        padding: 7.5px 15px;
        background: #333;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
    }
    .header0 .utility-nav .material-icons,
    .header0 .utility-nav i {
        color: #fff;
    }
    .header0 .utility-nav .anchor-text {
        display: none;
    }
    .header0 .utility-nav:after,
    .header0 .utility-nav:before {
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        z-index: -1;
        top: 0;
        right: 99%;
        background-color: #00548c;
    }
    .header0 .utility-nav:after {
        right: auto;
        left: 99%;
    }
}
.header0 .contact-btn {
    padding: 0.5rem 0.8rem;
    margin-right: 1rem;
    font-size: 1rem;
    min-width: 7.8125rem;
    text-align: center;
}
@media (min-width: 992px) {
    .header0 .contact-btn {
        margin-right: 0.5rem;
    }
}
@media (min-width: 1200px) {
    .header0 .contact-btn {
        margin-right: 1rem;
    }
}
@media (min-width: 992px) {
    .header0 .rfq-btn {
        padding: 0.625rem 0.9375rem;
    }
}
@media (min-width: 1200px) {
    .header0 .rfq-btn {
        padding: 0.625rem 1.25rem;
    }
}
.header0 .rfq-btn-mobile {
    text-align: left;
}
@media (min-width: 992px) {
    .header0 .main-menu .navbar-nav {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media (min-width: 992px) {
    .header0 .navbar-dark {
        padding-top: 0;
        padding-bottom: 0;
    }
}
@media (min-width: 992px) {
    .header0 .navbar-dark .main-menu .menu-item .nav-link {
        color: #00293e;
    }
}
@media (min-width: 768px) {
    .header0 .utility-nav .navbar-toggler {
        color: #222;
    }
    .header0 .utility-nav .sh-search .search-form-tigger {
        color: #222;
    }
}
.header0 .menu-item .nav-link {
    font-family: Roboto, serif;
    font-weight: 500;
}
.header1 .site-logo {
    margin: 0;
}
.header1 .m-subnav-arrow:after {
    color: #fff;
}
.header1 .dropdown-item {
    color: #000;
    background-color: #00548c;
}
@media (min-width: 992px) {
    .header1 .dropdown-item {
        color: #fff;
        background-color: #222;
    }
}
@media (min-width: 768px) {
    .header1 .navbar-expand-md .navbar-toggler {
        display: inline-block;
    }
    .header1 .navbar-expand-md .navbar-collapse {
        display: none !important;
    }
}
@media (min-width: 992px) {
    .header1 .utility-nav {
        -webkit-box-ordinal-group: 2;
        box-ordinal-group: 2;
        -moz-order: 2;
        order: 2;
        -ms-flex-order: 2;
    }
    .header1 .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .header1 .navbar-expand-md .navbar-toggler {
        display: none;
    }
}
@media (max-width: 991.98px) {
    .header2 .custom-logo-link,
    .header2 .site-logo {
        margin: 0 auto;
    }
    .header2 .utility-nav {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.header4 .custom-logo-link {
    margin: 0 auto;
}
.header4 .top-line {
    padding: 0.9375rem 0;
}
.header4 .top-line .material-icons,
.header4 .top-line i {
    color: #00548c;
    vertical-align: middle;
}
.header4 .dropdown .dropdown-menu .m-subnav-arrow::after {
    color: #000;
}
@media (min-width: 768px) {
    .header4 .custom-logo-link {
        margin: 0 1rem 0 0;
    }
    .header4 .navbar-expand-md .navbar-toggler {
        display: inline-block;
    }
    .header4 .navbar-expand-md .navbar-collapse {
        display: none !important;
    }
}
@media (min-width: 992px) {
    .header4 .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .header4 .navbar-expand-md .navbar-toggler {
        display: none;
    }
    .header4 .sh-email span,
    .header4 .sh-ph span {
        display: inline-block;
        vertical-align: middle;
    }
}
.header5 .top-line {
    background-color: #f7f7f7;
}
.header5 .sh-email a,
.header5 .sh-ph a {
    color: #000;
    text-decoration: none;
}
.header5 .sh-email a .material-icons,
.header5 .sh-email a i,
.header5 .sh-ph a .material-icons,
.header5 .sh-ph a i {
    color: #00548c;
}
.header5 .sh-email a span,
.header5 .sh-ph a span {
    display: inline-block;
    vertical-align: middle;
}
.header5 .sh-email a:hover,
.header5 .sh-ph a:hover {
    color: #286094;
}
.header5 .sh-email a:hover .material-icons,
.header5 .sh-email a:hover i,
.header5 .sh-ph a:hover .material-icons,
.header5 .sh-ph a:hover i {
    color: #286094;
}
.header5 .sh-email:hover span {
    text-decoration: underline;
}
@media (min-width: 992px) {
    .header5 .search-form-tigger {
        color: #fff;
    }
    .header5 .search-form-tigger:focus,
    .header5 .search-form-tigger:hover {
        color: #c9d7e4;
    }
}
.header5 .navbar-light .navbar-toggler,
.header5 .search-form-tigger,
.header5 .social-icons a {
    color: #00548c;
    border: none;
}
.header5 .navbar-light .navbar-toggler:hover,
.header5 .search-form-tigger:hover,
.header5 .social-icons a:hover {
    color: #286094;
}
.header5 .social-icons {
    height: 100%;
    padding: 0.3125rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header5 .sh-search {
    margin-bottom: 0.1875rem;
}
@media (max-width: 991.98px) {
    .header5 .sh-email a span,
    .header5 .sh-ph a span {
        display: none;
    }
    .header5 .utility-nav {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .header5 .sh-logo-wrap {
        width: 100%;
        text-align: center;
        margin-bottom: 1.25rem;
    }
    .header5 .sh-search {
        margin-bottom: 0;
    }
}
@media (min-width: 768px) {
    .header6 .header-inner .container {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .header6 .sh-email span:not(.material-icons),
    .header6 .sh-ph span:not(.material-icons) {
        display: inline-block;
        vertical-align: middle;
    }
    .header6 .utility-nav {
        margin-left: 1.875rem;
    }
}
@media (min-width: 992px) {
    .header6 .utility-nav {
        margin-left: 0;
    }
}
@media (max-width: 450px) {
    .header6 .sh-contact-mob-cta,
    .header6 .sh-rfq-mob-cta {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }
}
.header7 .site-logo {
    max-width: 15.9375rem;
}
.header7 .site-logo.middle-site-logo {
    display: none;
}
@media (min-width: 768px) {
    .header7 .header-inner .container {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .header7 .sh-email span:not(.material-icons),
    .header7 .sh-ph span:not(.material-icons) {
        display: inline-block;
        vertical-align: middle;
    }
    .header7 .utility-nav {
        margin-left: 1.875rem;
    }
    .header7 .utility-nav .navbar-toggler {
        margin-right: 1.875rem;
    }
}
@media (min-width: 992px) {
    .header7 .site-logo {
        display: none;
    }
    .header7 .site-logo.middle-site-logo {
        display: inline-block;
    }
    .header7 .site-nav-container {
        width: calc(100% - 220px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .header7 .left-main-menu {
        margin-right: 1.875rem;
    }
    .header7 .right-main-menu {
        margin-left: 1.875rem;
    }
}
.dropdown .dropdown-menu {
    max-width: 100%;
    border: none;
    margin: 0;
    padding: 0;
    color: #fff;
    background-color: #222;
    display: block;
    display: none;
}
@media (min-width: 768px) {
    .dropdown .dropdown-menu {
        min-width: 21.4375rem;
    }
}
@media (min-width: 992px) {
    .dropdown .dropdown-menu {
        min-width: 16.4375rem;
        opacity: 0;
        display: block;
        visibility: hidden;
    }
}
@media (min-width: 1200px) {
    .dropdown .dropdown-menu {
        min-width: 21.4375rem;
    }
}
.dropdown .dropdown-menu li {
    border-radius: 0;
}
@media (min-width: 992px) {
    .dropdown .dropdown-menu {
        padding: 0 0 0.3125rem;
        background-color: #222;
    }
}
@media (max-width: 991.98px) {
    .dropdown .dropdown-menu .dropdown-menu {
        background-color: #000;
    }
    .dropdown .dropdown-menu .dropdown-menu .dropdown-item {
        padding-left: 3.75rem;
        background-color: #000;
    }
}
@media (min-width: 992px) {
    .dropdown .dropdown-menu .dropdown-menu {
        padding: 0;
    }
}
.dropdown-item {
    padding: 0.53125rem 3.125rem 0.53125rem 3.75rem;
    border-radius: 0;
    color: #fff;
    background-color: #222;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
    white-space: normal;
}
@media (max-width: 991.98px) {
    .dropdown-item {
        width: auto;
        display: inline-block;
        padding: 0.8125rem 1rem 0.8125rem 2.5rem;
    }
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #007d42;
    background-color: #222;
}
.dropdown-item .dropdown-menu > .dropdown-item {
    color: #fff;
    background-color: #222;
}
.dropdown-item .dropdown-menu > .dropdown-item:focus,
.dropdown-item .dropdown-menu > .dropdown-item:hover {
    color: #007d42;
    background-color: #222;
}
@media (max-width: 1199.98px) {
    .dropdown-item .dropdown-item {
        padding-left: 5rem;
    }
    .dropdown-item .dropdown-item .dropdown-item {
        padding-left: 6.25rem;
    }
}
@media (min-width: 992px) {
    .dropdown-item {
        padding: 0.6rem 2rem;
    }
}
.dropdown-toggle::after {
    content: "\f107";
    border: none;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 13px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
}
@media (min-width: 992px) {
    .dropdown-toggle::after {
        display: block;
        text-align: center;
        position: absolute;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        right: -5px;
        top: 43%;
    }
}
@media (min-width: 1200px) {
    .dropdown-toggle::after {
        right: 0;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .dropdown-toggle::after {
        right: -5px;
    }
}
@media (max-width: 991.98px) {
    .dropdown-toggle {
        white-space: normal;
    }
}
@media (min-width: 992px) {
    .menu-item-has-children:hover > .dropdown-menu {
        display: initial;
        visibility: visible;
        opacity: 1;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        margin: 0;
    }
}
@media (max-width: 1199.98px) {
    .menu-item-has-children:hover > .dropdown-menu {
        border: none;
    }
}
@media (min-width: 992px) {
    .navbar-nav > .menu-item-has-children:focus-within > .dropdown-menu,
    .navbar-nav > .menu-item-has-children:focus > .dropdown-menu,
    .navbar-nav > .menu-item-has-children:hover > .dropdown-menu {
        display: initial;
        visibility: visible;
        opacity: 1;
        -webkit-transition: 0.8s;
        transition: 0.8s;
        margin: 0;
    }
}
.navbar-expand-lg .navbar-collapse.d-lg-none {
    display: none !important;
}
.navbar-expand-lg .navbar-collapse.d-lg-none.show {
    display: block !important;
}
.navbar-dark .navbar-toggler {
    color: #fff;
    border: none;
}
.navbar-dark .navbar-toggler .material-icons {
    font-size: 30px;
    vertical-align: middle;
}
.navbar-toggler {
    padding: 0.125rem 0.125rem 0;
    border-color: #fff;
    color: #fff;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-menu,
    .navbar-nav .dropdown-menu .dropdown-menu {
        left: -100%;
        top: 0;
        padding-bottom: 0.375rem;
        background-color: #222;
    }
}
@media (min-width: 1200px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-menu,
    .navbar-nav .dropdown-menu .dropdown-menu {
        left: 100%;
        top: 0;
    }
}
@media (max-width: 1199.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-xl {
        padding-left: 0;
        padding-right: 0;
    }
}
.header-topline-menu .nav-link {
    padding: 0;
    color: #fff !important;
    font-size: 1.0625rem;
    font-weight: 700;
}
.header-topline-menu .nav-link:focus,
.header-topline-menu .nav-link:hover {
    color: #fff !important;
    opacity: 0.8;
}
@media (max-width: 991.98px) {
    .header-topline-menu .nav-link {
        display: inline-block;
        vertical-align: middle;
    }
    .header-topline-menu .nav-link:after {
        content: none;
    }
    .header-topline-menu .m-subnav-arrow {
        height: 2.25rem;
        display: inline-block;
        position: relative;
        vertical-align: middle;
    }
    .header-topline-menu .m-subnav-arrow:after {
        color: #fff;
    }
    .header-topline-menu .dropdown-item {
        padding: 0.53125rem 0.9375rem;
    }
}
@media (min-width: 992px) {
    .header-topline-menu {
        margin: 0;
    }
    .header-topline-menu .nav-link {
        padding: 0 1.25rem;
    }
    .header-topline-menu .menu-item:not(:first-child) .nav-link {
        margin-left: 1.125rem !important;
    }
}
.menu-item-has-children {
    position: relative;
}
.menu-item-has-children a {
    font-family: Roboto, serif;
    font-weight: 500;
}
@media (max-width: 991.98px) {
    .m-subnav-arrow {
        cursor: pointer;
        padding-right: 0;
        background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/nav-down-arrow.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 0.75em;
        display: inline-block;
        vertical-align: middle;
        width: 16px;
        height: 49px;
    }
    .m-subnav-arrow:after {
        content: none;
    }
}
.m-subnav-arrow:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.m-subnav-arrow[aria-expanded="true"] {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media (min-width: 992px) {
    .m-subnav-arrow {
        display: none;
    }
}
.main-menu .nav-link {
    padding: 0.53125rem 3.125rem 0.53125rem 1.875rem;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 700;
}
@media (max-width: 991.98px) {
    .main-menu .nav-link {
        display: inline-block;
        padding: 0.5625rem 1rem 0.5625rem 1.875rem;
    }
}
@media (min-width: 992px) {
    .main-menu .nav-link {
        font-size: 1rem;
    }
}
@media (min-width: 1200px) {
    .main-menu .nav-link {
        font-size: 1.125rem;
    }
}
.main-menu .nav-link:focus,
.main-menu .nav-link:hover {
    color: #c9d7e4;
}
@media (max-width: 991.98px) {
    .main-menu .dropdown-toggle.nav-link:after {
        content: none;
    }
}
@media (min-width: 992px) {
    .main-menu .nav-link {
        padding: 2.028125rem 0.9375rem !important;
        white-space: nowrap;
    }
}
@media (min-width: 1200px) {
    .main-menu .nav-link {
        padding: 2.028125rem 0.9375rem !important;
    }
}
.navbar-dark {
    background-color: #000;
}
@media (min-width: 992px) {
    .navbar-dark .main-menu .menu-item {
        border-bottom: 0;
    }
}
.navbar-dark .main-menu .menu-item:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media (min-width: 992px) {
    .navbar-dark .main-menu .menu-item:not(:last-child) {
        border-bottom: 0;
    }
}
.navbar-dark .main-menu .menu-item:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
@media (min-width: 992px) {
    .navbar-dark .main-menu .menu-item:first-child {
        border-top: 0;
    }
}
.navbar-dark .main-menu .menu-item:focus .nav-link,
.navbar-dark .main-menu .menu-item:hover .nav-link {
    color: #007d42;
}
.navbar-dark .main-menu .menu-item .nav-link {
    color: #fff;
}
.navbar-dark .main-menu .menu-item .nav-link:focus,
.navbar-dark .main-menu .menu-item .nav-link:hover {
    color: #007d42;
}
.navbar-dark .main-menu .menu-item.current-menu-item > .nav-link {
    color: #007d42;
}
.navbar-dark .main-menu .menu-item.current-menu-ancestor > .nav-link {
    color: #007d42;
}
.navbar-dark .main-menu .menu-item .active > .dropdown-item {
    color: #007d42;
    background-color: #222;
}
.navbar-dark .dropdown-menu .menu-item:focus > .dropdown-item,
.navbar-dark .dropdown-menu .menu-item:hover > .dropdown-item {
    color: #007d42;
    background-color: #222;
}
.navbar-dark .dropdown-menu .menu-item:focus > .dropdown-item + .m-subnav-arrow:after,
.navbar-dark .dropdown-menu .menu-item:hover > .dropdown-item + .m-subnav-arrow:after {
    color: #007d42;
}
.navbar-dark .m-subnav-arrow:after {
    color: #fff;
}
.navbar-dark .m-subnav-arrow:after:focus,
.navbar-dark .m-subnav-arrow:after:hover {
    color: #007d42;
}
.navbar-light .main-menu .menu-item:focus .nav-link,
.navbar-light .main-menu .menu-item:hover .nav-link {
    color: #c9d7e4;
}
.navbar-light .main-menu .menu-item .nav-link {
    color: #fff;
}
.navbar-light .main-menu .menu-item .nav-link:focus,
.navbar-light .main-menu .menu-item .nav-link:hover {
    color: #c9d7e4;
}
.navbar-light .main-menu .menu-item.current-menu-item > .nav-link {
    color: #c9d7e4;
}
.navbar-light .main-menu .menu-item.current-menu-ancestor > .nav-link {
    color: #c9d7e4;
}
.navbar-light .main-menu .menu-item .active > .dropdown-item {
    color: #007d42;
    background-color: #222;
}
.navbar-light .main-menu .dropdown-menu .menu-item:focus > .dropdown-item,
.navbar-light .main-menu .dropdown-menu .menu-item:hover > .dropdown-item {
    color: #007d42;
    background-color: #222;
}
.navbar-light .main-menu .dropdown-menu .menu-item:focus > .dropdown-item + .m-subnav-arrow:after,
.navbar-light .main-menu .dropdown-menu .menu-item:hover > .dropdown-item + .m-subnav-arrow:after {
    color: #007d42;
}
.navbar-light .m-subnav-arrow:after {
    color: #fff;
}
.navbar-light .m-subnav-arrow:after:focus,
.navbar-light .m-subnav-arrow:after:hover {
    color: #007d42;
}
.site-nav-container {
    width: 100vw;
    max-height: 100vh;
    padding-bottom: 5rem;
    position: fixed;
    z-index: 999;
    left: -120%;
    top: 0;
    background: #333;
    overflow-y: auto;
    -webkit-transition: left 0.25s;
    transition: left 0.25s;
}
.site-nav-container.show {
    left: 0;
}
@media (min-width: 992px) {
    .site-nav-container {
        width: auto;
        height: auto;
        padding: 0;
        position: static;
        background: 0 0;
        overflow: visible;
    }
    .site-nav-container.collapse:not(.show) {
        display: block;
    }
}
.snc-header {
    padding: 0.8125rem 0.8125rem 0.8125rem 1.875rem;
    margin: 0;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    background-color: #000;
}
@media (min-width: 992px) {
    .snc-header {
        display: none;
    }
}
.navbar-close-toggler {
    padding-right: 0;
    border: none !important;
    margin-left: auto;
    font-size: 1.5625rem;
}
.navbar-close-toggler:focus,
.navbar-close-toggler:hover {
    text-decoration: none;
}
.site-nav-container-screen {
    position: fixed;
    display: none;
    z-index: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.site-nav-container-screen.show,
.site-nav-container-screen[aria-expanded="true"] {
    display: block;
}
.site-nav-container-screen span {
    display: none;
}
@media (min-width: 992px) {
    .site-nav-container-screen {
        display: none !important;
    }
}
@media (max-width: 1199.98px) {
    .dropdown .dropdown-menu.active {
        display: block;
    }
    .dropdown .dropdown-menu.active .dropdown-menu {
        border-top: 1px solid #92959a;
    }
}
@media (max-width: 1199.98px) {
    .m-subnav-arrow.active1 {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
.main-menu .navbar-nav #menu-item-3249 {
    border-top: 0;
}
.main-menu .navbar-nav #menu-item-3282 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media (min-width: 992px) {
    .main-menu .navbar-nav #menu-item-3282 {
        border-bottom: 0;
    }
}
@media (min-width: 992px) {
    .main-menu .navbar-nav > li > ul > li.menu-item-has-children > ul {
        position: absolute;
        left: 100%;
        top: 0;
        min-width: 16.4375rem;
        max-width: 100%;
        border: none;
        margin: 0;
        padding: 0;
        color: #fff;
        background-color: transparent;
    }
}
@media (min-width: 1200px) {
    .main-menu .navbar-nav > li > ul > li.menu-item-has-children > ul {
        min-width: 21.4375rem;
    }
}
.products-menu:focus .custom-col-2 ul,
.products-menu:focus-within .custom-col-2 ul,
.products-menu:hover .custom-col-2 ul {
    background-color: transparent;
}
.products-menu:focus .custom-col-2 ul li a,
.products-menu:focus-within .custom-col-2 ul li a,
.products-menu:hover .custom-col-2 ul li a {
    background-color: transparent !important;
}
.products-menu:focus .custom-col-2 ul li ul li,
.products-menu:focus-within .custom-col-2 ul li ul li,
.products-menu:hover .custom-col-2 ul li ul li {
    padding-left: 1.5625rem;
}
@media (min-width: 992px) {
    .products-menu {
        position: static;
    }
    .products-menu > a {
        position: relative;
    }
    .products-menu > .dropdown-menu {
        width: 100%;
        left: 0;
    }
    .products-menu:focus-within > .dropdown-menu,
    .products-menu:focus > .dropdown-menu,
    .products-menu:hover > .dropdown-menu {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        background-color: #222;
        padding-bottom: 1.25rem;
    }
    .products-menu:focus-within > .dropdown-menu .dropdown-menu,
    .products-menu:focus > .dropdown-menu .dropdown-menu,
    .products-menu:hover > .dropdown-menu .dropdown-menu {
        position: relative;
        left: 0;
        opacity: 1;
        visibility: visible;
    }
    .products-menu:focus-within > .dropdown-menu > li,
    .products-menu:focus > .dropdown-menu > li,
    .products-menu:hover > .dropdown-menu > li {
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        break-inside: avoid-column;
    }
    .products-menu:focus-within > .dropdown-menu > li > a,
    .products-menu:focus > .dropdown-menu > li > a,
    .products-menu:hover > .dropdown-menu > li > a {
        font-weight: 700;
        font-size: 1.3125rem;
        position: relative;
        padding: 1rem 1.875rem 1rem;
        border-bottom: 0;
        border-top: 0;
    }
    .products-menu:focus-within > .dropdown-menu > li > a:before,
    .products-menu:focus > .dropdown-menu > li > a:before,
    .products-menu:hover > .dropdown-menu > li > a:before {
        position: absolute;
        content: "";
        height: 1px;
        width: 85%;
        left: 1.875rem;
        background-color: #fff;
        bottom: 0;
    }
    .products-menu:focus .custom-col-2 ul,
    .products-menu:focus-within .custom-col-2 ul,
    .products-menu:hover .custom-col-2 ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-width: inherit;
    }
    .products-menu:focus .custom-col-2 ul li,
    .products-menu:focus-within .custom-col-2 ul li,
    .products-menu:hover .custom-col-2 ul li {
        width: 100%;
    }
    .products-menu:focus .custom-col-2 ul li ul,
    .products-menu:focus-within .custom-col-2 ul li ul,
    .products-menu:hover .custom-col-2 ul li ul {
        display: block;
        padding-left: 0.625rem;
    }
    .products-menu:focus .custom-col-2 ul li ul li,
    .products-menu:focus-within .custom-col-2 ul li ul li,
    .products-menu:hover .custom-col-2 ul li ul li {
        width: 100%;
    }
    .products-menu:focus .custom-col-2 .cct-dec > a,
    .products-menu:focus-within .custom-col-2 .cct-dec > a,
    .products-menu:hover .custom-col-2 .cct-dec > a {
        position: relative;
    }
    .products-menu:focus .custom-col-2 .cct-dec > a:before,
    .products-menu:focus-within .custom-col-2 .cct-dec > a:before,
    .products-menu:hover .custom-col-2 .cct-dec > a:before {
        position: absolute;
        content: "";
        height: 1px;
        width: 70%;
        left: 1.875rem;
        background-color: #fff;
        bottom: 0;
    }
}
.nav-close-icons {
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/nav-close.svg);
    width: 1.3rem;
    height: 1.3rem;
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
}
@media (min-width: 1400px) {
    .main-menu .nav-link {
        padding: 1.75rem 1.7rem !important;
        margin-top: 0.1875rem;
        margin-bottom: 0.1875rem;
    }
    .sf-address {
        padding-right: 20px !important;
    }
}
.btn,
.product-grid-item-link {
    font-size: 1rem;
    padding: 1.0625rem 1.875rem;
    white-space: nowrap;
    font-weight: 700;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
@media (prefers-reduced-motion: reduce) {
    .btn,
    .product-grid-item-link {
        -webkit-transition: none;
        transition: none;
    }
}
.btn-outline-light {
    padding: 1rem 1.875rem;
}
.btn-outline-light:focus,
.btn-outline-light:hover {
    border-color: #fff;
    background-color: #fff;
    color: #343434;
}
.btn-group-sm > .btn,
.btn-group-sm > .product-grid-item-link,
.btn-sm {
    color: #fff;
    padding: 0.6875rem 1.875rem;
}
.btn-alt {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: inline-block;
    padding: 0.59375rem 1.875rem;
    background-color: transparent;
    border: 2px solid #26834f;
    color: #26834f;
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: 700;
    border-radius: 5px;
}
@media (prefers-reduced-motion: reduce) {
    .btn-alt {
        -webkit-transition: none;
        transition: none;
    }
}
.btn-alt:focus,
.btn-alt:hover {
    border-color: #26834f;
    background-color: #26834f;
    color: #fff;
}
.btn-alt2 {
    display: inline-block;
    padding: 0.625rem 1rem;
    border: 2px solid #286094;
    background-color: transparent;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    color: #286094;
    border-radius: 5px;
    text-align: center;
}
.btn-alt2:focus,
.btn-alt2:hover {
    border-color: #00548c;
    background-color: #00548c;
    color: #fff;
}
.btn-on-color {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: inline-block;
    padding: 0.59375rem 1.875rem;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: 700;
    border-radius: 3px;
}
@media (prefers-reduced-motion: reduce) {
    .btn-on-color {
        -webkit-transition: none;
        transition: none;
    }
}
.btn-on-color:focus,
.btn-on-color:hover {
    border-color: #fff;
    background-color: #fff;
    color: #26834f;
}
.btn-alt-on-color {
    font-size: 1rem;
    text-align: center;
    font-weight: 700;
    padding: 0.4375rem 31px 0.4375rem 0;
    border-radius: 3px;
    text-decoration: none;
    background-color: #26834f;
    position: relative;
    display: inline-block;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    overflow: hidden;
    vertical-align: middle;
}
@media (prefers-reduced-motion: reduce) {
    .btn-alt-on-color {
        -webkit-transition: none;
        transition: none;
    }
}
.btn-alt-on-color span.b-title {
    color: #286094;
    position: relative;
    padding: 3px 16px;
    background-color: #fff;
    display: inline-block;
}
.btn-alt-on-color span.b-title span {
    position: relative;
    z-index: 1;
}
.btn-alt-on-color span.b-title:before {
    content: "";
    position: absolute;
    -webkit-transition: inherit;
    transition: inherit;
    top: 0;
    width: 0;
    height: 100%;
    left: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.btn-alt-on-color span.b-title:after {
    content: "";
    position: absolute;
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/icons/arrow-icon.png);
    right: -31px;
    width: 31px;
    height: 100%;
    top: 0;
    bottom: 0;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-position: right 10px center;
    z-index: 1;
}
.btn-alt-on-color:after {
    content: "";
    position: absolute;
    -webkit-transition: inherit;
    transition: inherit;
    top: 0;
    width: calc(100% - 50px);
    height: 100%;
    left: 0;
    border: 7px solid #fff;
    border-left: 0;
    border-right: 0;
}
.btn-alt-on-color:focus,
.btn-alt-on-color:hover {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.btn-alt-on-color:focus > span span,
.btn-alt-on-color:hover > span span {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
    color: #fff;
}
.btn-alt-on-color:focus > span:before,
.btn-alt-on-color:hover > span:before {
    background-color: #286094;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    width: calc(100% + 31px);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.btn-alt-on-color:focus:after,
.btn-alt-on-color:hover:after {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    width: 0%;
}
.btn-wrap {
    margin-bottom: 1.5625rem;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
}
.btn-wrap > a,
.btn-wrap > button {
    margin: 0 0.625rem 1.25rem 0;
}
.btn-wrap .btn-primary > span {
    padding: 0.34375em 1em 0.34375em 1em !important;
}
.btn-wrap .btn-alt-on-color > span {
    padding: 0.34375em 1em 0.34375em 1em !important;
}
.btn-wrap .btn-on-color {
    min-width: 15.625rem;
    padding: 0.559rem 1.875rem;
}
.btn-bg {
    width: 20.625rem;
    max-width: 100%;
    background-color: #343434;
    padding: 0.75rem 0;
    display: inline-block;
    text-align: center;
    margin-bottom: 1.5625rem;
    vertical-align: top;
}
.btn-bg .btn,
.btn-bg .product-grid-item-link {
    margin: 0.3125rem !important;
}
.btn-bg.red-btn-bg {
    background-color: #343434;
}
.btn-bg:nth-of-type(2) {
    padding-top: 1.1875rem;
}
@media (min-width: 992px) {
    .btn-bg {
        margin: 0 0.9375rem 1.25rem 0;
    }
}
.btn-primary {
    font-size: 1rem;
    text-align: center;
    font-weight: 700;
    padding: 0.4375rem 31px 0.4375rem 0;
    border-radius: 5px;
    text-decoration: none;
    background-color: #26834f;
    position: relative;
    display: inline-block;
    min-width: 9.0625rem;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    overflow: hidden;
    vertical-align: middle;
}
@media (prefers-reduced-motion: reduce) {
    .btn-primary {
        -webkit-transition: none;
        transition: none;
    }
}
.btn-primary span.b-title {
    color: #fff;
    position: relative;
    padding: 3px 16px;
    background-color: #00548c;
    display: inline-block;
}
.btn-primary span.b-title span {
    position: relative;
    z-index: 1;
}
.btn-primary span.b-title:before {
    content: "";
    position: absolute;
    -webkit-transition: inherit;
    transition: inherit;
    top: 0;
    width: 0;
    height: 100%;
    left: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.btn-primary span.b-title:after {
    content: "";
    position: absolute;
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/icons/arrow-icon.png);
    right: -31px;
    width: 31px;
    height: 100%;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: right 10px center;
    z-index: 1;
}
.btn-primary:after {
    content: "";
    position: absolute;
    -webkit-transition: inherit;
    transition: inherit;
    top: 0;
    width: calc(100% - 50px);
    height: 100%;
    left: 0;
    border: 7px solid #00548c;
    border-left: 0;
    border-right: 0;
}
.btn-primary:focus,
.btn-primary:hover {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    background-color: #26834f;
}
.btn-primary:focus > span span,
.btn-primary:hover > span span {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
    color: #fff;
}
.btn-primary:focus > span:before,
.btn-primary:hover > span:before {
    background-color: #00548c;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    width: calc(100% + 31px);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.btn-primary:focus:after,
.btn-primary:hover:after {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    width: 0%;
}
.btn-primary-alt {
    font-size: 1rem;
    text-align: center;
    font-weight: 700;
    padding: 0.625rem 1.25rem;
    border-radius: 3px;
    text-decoration: none;
    background-color: #007d42;
    position: relative;
    display: inline-block;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    overflow: hidden;
    vertical-align: middle;
    color: #fff;
}
@media (prefers-reduced-motion: reduce) {
    .btn-primary-alt {
        -webkit-transition: none;
        transition: none;
    }
}
.btn-primary-alt:focus,
.btn-primary-alt:hover {
    background-color: #00548c;
    color: #fff;
}
.btn-secondary {
    font-size: 1rem;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #fff;
    border: 2px solid #00548c;
    text-align: center;
    font-weight: 700;
    padding: 0.6875rem 2.1rem;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
    background-color: #00548c;
}
@media (prefers-reduced-motion: reduce) {
    .btn-secondary {
        -webkit-transition: none;
        transition: none;
    }
}
.btn-secondary:focus,
.btn-secondary:hover {
    background-color: transparent;
    color: #00548c;
    border-color: #00548c;
}
.alignright {
    display: block;
    float: none;
    text-align: center;
    margin: 0 auto 0.9375rem;
}
.alignleft {
    display: block;
    margin-bottom: 0.9375rem;
}
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignnone {
    margin: 0.3125rem 0 1.25rem 0;
}
@media (min-width: 768px) {
    .alignright {
        display: block;
        float: right;
        margin-bottom: 0.9375rem;
        margin-left: 0.9375rem;
    }
    .alignleft {
        display: block;
        float: left;
        margin-bottom: 0.9375rem;
        margin-right: 0.9375rem;
    }
    .aligncenter {
        display: block;
        margin: 0 auto;
    }
}
ul:not([class]) {
    clear: left;
    list-style-type: none;
}
ul:not([class]) li {
    position: relative;
    margin-bottom: 0.75rem;
    padding-left: 0.75rem;
    font-weight: 400;
    color: #212121;
}
ul:not([class]) li a {
    text-decoration: underline;
    font-weight: 400;
}
ul:not([class]) li a:focus,
ul:not([class]) li a:hover {
    text-decoration: none;
}
ul:not([class]) li:after {
    content: "";
    width: 5px;
    height: 5px;
    display: block;
    position: absolute;
    top: 0.75rem;
    left: 0;
    background: #00548c;
    border-radius: 50%;
}
ul:not([class]) li ul,
ul:not([class]) li ul:not([class]) {
    margin: 0.5rem 0 0 0;
    padding-left: 1.375rem;
}
ul:not([class]) li ul li,
ul:not([class]) li ul li:not([class]),
ul:not([class]) li ul:not([class]) li,
ul:not([class]) li ul:not([class]) li:not([class]) {
    padding-left: 0.75rem;
    color: #212121;
    font-weight: 400;
    margin-bottom: 0.75rem;
}
ul:not([class]) li ul li:after,
ul:not([class]) li ul li:not([class]):after,
ul:not([class]) li ul:not([class]) li:after,
ul:not([class]) li ul:not([class]) li:not([class]):after {
    content: "";
    width: 4px;
    height: 4px;
    display: block;
    position: absolute;
    top: 0.75rem;
    left: 0;
    background: #00548c;
    border-radius: 50%;
}
ol {
    clear: left;
    list-style-type: decimal;
    list-style-position: inside;
    margin-bottom: 0.75rem;
    padding-left: 0;
    list-style: none;
    counter-reset: custom-counter;
}
ol > li {
    position: relative;
    counter-increment: custom-counter;
    color: #212121;
    margin-bottom: 0.75rem;
    padding-left: 0.9375em;
    font-weight: 400;
}
ol > li:before {
    content: counter(custom-counter) "  ";
    color: #00548c;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
}
ol > li ol {
    margin: 0.5rem 0 0 0;
    counter-reset: custom-counter;
    position: relative;
    padding-left: 1.375rem;
}
ol > li ol > li {
    position: relative;
    counter-increment: custom-counter;
    font-weight: 400;
    color: #212121;
    padding-left: 0.75em;
}
ol > li ol > li:before {
    content: counter(custom-counter, lower-alpha) "  ";
    color: #00548c;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
}
ol > li ul,
ol > li ul:not([class]) {
    margin: 0.5em 0 0 0;
    padding-left: 1.375rem;
    font-weight: 400;
}
ol > li ul li,
ol > li ul li:not([class]),
ol > li ul:not([class]) li,
ol > li ul:not([class]) li:not([class]) {
    font-size: 1em;
    padding-left: 0.875em;
    color: #212121;
}
ol > li ul li:after,
ol > li ul li:not([class]):after,
ol > li ul:not([class]) li:after,
ol > li ul:not([class]) li:not([class]):after {
    content: "";
    width: 4px;
    height: 4px;
    display: block;
    position: absolute;
    top: 0.625em;
    left: 0;
    background: #666;
    border-radius: 50%;
}
ol > li a {
    text-decoration: underline;
    font-weight: 400;
}
ol > li a:focus,
ol > li a:hover {
    text-decoration: none;
}
.dataTables_wrapper {
    overflow: auto;
}
.dataTables_wrapper .tablepress {
    white-space: nowrap;
}
.text-aligncenter {
    text-align: center;
}
.text-aligncenter a {
    position: relative;
    z-index: 1;
}
.tablepress > :where(thead, tfoot) > * > th {
    color: #286094 !important;
    font-weight: 700 !important;
    font-size: 1.125rem;
    line-height: 1.35rem;
}
.tablepress > :where(tbody) > .even > * {
    background-color: #efefef !important;
    color: #42464a !important;
    border-top: 0 !important;
    font-size: 1rem;
}
.tablepress > :where(tbody) > .odd > * {
    background-color: #fff !important;
    color: #42464a !important;
    border-top: 0 !important;
}
.comments-area {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
}
.container,
.container-xxl,
.inner-wrap {
    max-width: 75.125rem;
}
.wrapper {
    padding: 1.875rem 0;
}
.search-no-results .wrapper,
.search-results .wrapper {
    padding-bottom: 0;
}
.search-no-results .content-area,
.search-results .content-area {
    padding-bottom: 1.875rem;
}
@media (max-width: 991px) {
    body {
        padding-top: 0 !important;
    }
}
.site {
    overflow-x: hidden;
}
#skipToContent {
    position: fixed;
    z-index: -99;
    top: 10px;
    left: 10px;
    opacity: 0;
}
#skipToContent:focus {
    opacity: 1;
    z-index: 99999;
}
.nonlink {
    cursor: default;
    pointer-events: auto;
}
@media (min-width: 768px) {
    .nonlink {
        pointer-events: none;
    }
}
.nonlink:hover {
    text-decoration: none;
}
.nonlink.fax:hover {
    text-decoration: none !important;
}
.lightbox.tse-remove-border {
    outline: 0 !important;
}
.lightbox.tse-remove-border:focus {
    outline: 0 !important;
}
.tse-remove-border {
    outline: 0 !important;
}
.tse-remove-border:focus {
    outline: 0 !important;
}
.btn-primary.tse-remove-border,
.show > .btn-primary.dropdown-toggle.tse-remove-border {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.btn-primary.tse-remove-border:focus,
.show > .btn-primary.dropdown-toggle.tse-remove-border:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.no-touch.mfg-popup-open {
    margin-right: 17px;
}
.no-touch.mfg-popup-open .pillarpage-linklist-module.stuck,
.no-touch.mfg-popup-open .sh-sticky-wrap.stuck {
    padding-right: 17px;
}
.main-menu a:focus:not(:hover):not(:active) {
    position: relative;
    z-index: 1;
}
iframe {
    max-width: 100%;
}
.top-line > .container {
    width: 100%;
}
.top-line > .container > .row {
    width: 100%;
}
.lightbox {
    max-width: 100%;
}
.popup-youtube {
    max-width: 100%;
    display: inline-block;
    position: relative;
}
.popup-youtube img {
    max-width: 100%;
    margin: 0;
}
.popup-youtube:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 68px;
    height: 48px;
    margin-left: -34px;
    margin-top: -24px;
    -webkit-transition: all 0.25s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.25s cubic-bezier(0, 0, 0.2, 1);
    z-index: 63;
    cursor: pointer;
    background: url(https://sepac.com/wp-content/themes/sepacinc-default/img/icons/youtube-icon-gray.svg) center/68px no-repeat;
}
.popup-youtube:focus:before,
.popup-youtube:hover:before {
    background: url(https://sepac.com/wp-content/themes/sepacinc-default/img/icons/youtube-icon-red.svg) center/68px no-repeat;
}
.popup-vimeo {
    max-width: 100%;
    display: inline-block;
    position: relative;
}
.popup-vimeo img {
    max-width: 100%;
    margin: 0;
}
.popup-vimeo:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 68px;
    height: 48px;
    margin-left: -34px;
    margin-top: -24px;
    -webkit-transition: all 0.25s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.25s cubic-bezier(0, 0, 0.2, 1);
    z-index: 63;
    cursor: pointer;
    background: url(https://sepac.com/wp-content/themes/sepacinc-default/img/icons/media/ico-play-white.svg) center/68px no-repeat;
    opacity: 1;
}
.popup-vimeo:focus:before,
.popup-vimeo:hover:before {
    opacity: 0.8;
}
.popup-gmaps {
    display: inline-block;
}
.white-popup {
    position: relative;
    background: #fff;
    padding: 2.5em;
    width: auto;
    max-width: 37.5em;
    margin: 1.25em auto;
}
.white-popup > * {
    margin-top: 0;
}
.mfp-fade-side .mfp-content,
.mfp-fade-side .white-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
}
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
}
.mfp-figure img.mfp-img {
    margin: 40px auto 40px;
    background: #fff;
    padding: 5px;
}
.mfp-figure figure {
    margin: 40px 0;
}
.mfp-zoom-out-cur {
    overflow: hidden;
}
.mfp-image-holder .mfp-content {
    max-width: 90%;
}
.page-intro {
    position: relative;
    background-color: #00548c;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
}
.page-intro h1 {
    margin-bottom: 0;
    color: #fff;
}
@media (max-width: 767.98px) {
    .page-intro h1 {
        font-size: 2.8125rem;
    }
}
.page-intro:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(17, 44, 69, 0.25);
}
.page-intro .container {
    padding-top: 3.09375rem;
    padding-bottom: 6.53125rem;
    position: relative;
    z-index: 1;
}
.page-intro .si-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.pi-video {
    position: relative;
}
.pi-video:before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 41, 62, 0.8043592437)), to(rgba(0, 41, 62, 0.0508578431)));
    background: linear-gradient(90deg, rgba(0, 41, 62, 0.8043592437) 0, rgba(0, 41, 62, 0.0508578431) 100%);
    z-index: 2;
}
.pi-video .container {
    z-index: 2;
}
@media (min-width: 992px) {
    .pi-video .container {
        padding-top: 11rem;
        padding-bottom: 12.03125rem;
    }
}
@media (min-width: 992px) {
    .pi-video {
        min-height: 40.625rem;
    }
}
.pi-video .pi-heading {
    margin-bottom: 0.625rem;
}
.pi-video .pi-text {
    margin-bottom: 1.25rem;
    font-weight: 300;
}
@media (min-width: 992px) {
    .pi-video .pi-text {
        width: 40%;
    }
}
.page-id-9 .breadcrumb-menu,
.sitemap .breadcrumb-menu {
    display: none;
}
.breadcrumb-menu {
    margin-bottom: 0;
    color: #fff;
    font-size: 1rem;
}
.breadcrumb-menu a {
    color: #fff;
    font-weight: 300;
    margin-right: 0.3125em;
    text-decoration: none;
}
.breadcrumb-menu a:focus,
.breadcrumb-menu a:hover {
    color: #fff;
    text-decoration: underline;
}
.breadcrumb-menu span > span:nth-of-type(2) a {
    margin-left: 0.3125em;
}
.breadcrumb-menu span > span:nth-of-type(3) a {
    margin-left: 0.3125em;
}
.breadcrumb-menu .breadcrumb_last {
    margin-left: 0.3125em;
    font-weight: 300;
}
.breadcrumb-menu .container {
    padding-top: 1.875em;
    padding-bottom: 0;
}
.emph {
    color: #0072bb;
    font-family: Roboto, serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 2.125rem;
}
.column-subtext,
.subtext {
    margin-bottom: 0.9375rem;
    color: #00548c;
    font-family: Roboto, serif;
    font-size: 1.5625rem;
    font-weight: 500;
    line-height: 2.25rem;
}
.column-subtext {
    font-size: 1.3125rem;
    color: #222;
}
.sitemap-menu .sub-menu {
    padding-left: 1.875em;
}
.hero-canvas {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60vh;
    min-height: 28.125rem;
    padding-top: 10.9375rem;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
}
.hero-canvas:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 116, 175, 0.85)), to(rgba(8, 116, 175, 0.85)));
    background: linear-gradient(rgba(8, 116, 175, 0.85), rgba(8, 116, 175, 0.85));
}
.hc-heading {
    color: #fff;
    font-weight: 700;
}
.hc-description {
    color: #fff;
}
.content-on-carousel {
    position: relative;
}
.content-on-carousel > .container {
    position: relative;
    z-index: 1;
}
.content-on-carousel .carousel-content {
    padding: 0 2.5rem 3rem 2.5rem;
}
.content-on-carousel .carousel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.content-on-carousel .carousel-inner {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.content-on-carousel .carousel-inner .carousel-item {
    min-height: 100%;
}
.content-on-carousel .carousel-indicators {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 1.1875rem;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.content-on-carousel .carousel-indicators li {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 14px;
    height: 14px;
    margin-right: 3px;
    margin-left: 2px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    background-clip: padding-box;
    border: 0;
    background-color: #fff;
    opacity: 1;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
    padding: 0;
    border-radius: 50%;
}
.content-on-carousel .carousel-indicators li.active {
    background-color: #d95000;
}
.content-on-carousel .carousel-indicators li:focus {
    outline: 2px solid #00548c;
    outline-offset: -2px;
}
.content-on-carousel .carousel-control-prev:focus {
    outline: 2px solid #00548c;
    outline-offset: -2px;
}
.content-on-carousel .carousel-control-next:focus {
    outline: 2px solid #00548c;
    outline-offset: -2px;
}
.coc-title {
    color: #fff;
    font-weight: 700;
    text-transform: inherit;
}
.coc-description {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.25rem;
    line-height: 1.6875rem;
    font-weight: 600;
    margin-top: 0.5625rem;
    margin-bottom: 2.125rem;
}
.coc-cta1 {
    padding: 0 !important;
    max-width: 13.625rem;
    width: 100%;
    line-height: 3.5rem;
}
@media screen and (max-width: 473px) {
    .coc-cta1 {
        margin-right: 0 !important;
    }
}
.coc-cta2 {
    padding: 0 !important;
    border: 2px solid #fff;
    max-width: 13.625rem;
    width: 100%;
    line-height: 3.25rem;
    margin-left: 0.9375rem;
}
.carousel-with-content .carousel-indicators li {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #fff;
    background-color: #fff;
    opacity: 1;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
    padding: 0;
    border-radius: 50%;
}
.carousel-with-content .carousel-indicators li.active {
    background-color: #26834f;
    border: 1px solid #26834f;
}
.carousel-with-content .carousel-indicators li:focus {
    outline: 2px solid #00548c;
    outline-offset: -2px;
}
.carousel-with-content .carousel-control-prev:focus {
    outline: 2px solid #00548c;
    outline-offset: -2px;
}
.carousel-with-content .carousel-control-next:focus {
    outline: 2px solid #00548c;
    outline-offset: -2px;
}
.carousel-with-content .carousel-content {
    padding: 0 2.5rem;
}
.carousel-item {
    min-height: 34.1875rem;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
}
.carousel-item img {
    width: 100%;
}
.carousel-item:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75)));
    background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75));
}
.carousel-content {
    padding: 10.6875rem 2.5rem;
    margin: 0 auto;
    text-align: center;
}
.carousel-content .btn,
.carousel-content .product-grid-item-link {
    margin-bottom: 0.9375rem;
    padding: 0.7rem 2rem;
}
.cwc-title {
    color: #fff;
    font-weight: 700;
}
.cwc-description {
    color: #fff;
}
.carousel-with-content-hero-one .carousel-content {
    text-align: left;
}
.carousel-with-content-hero-one .carousel-item:before {
    background: rgba(40, 98, 132, 0.85);
}
.carousel-with-content-hero-one .carousel-content-image {
    padding: 2em;
}
@media (min-width: 768px) {
    .carousel-with-content-hero-one .carousel-content-image {
        padding: 0 2em;
    }
}
.cwc-static-wrapper {
    position: relative;
    text-align: center;
}
.cwc-static-wrapper .cwc-container {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    z-index: 1;
}
.hero-video-banner {
    background-color: #00548c;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.hero-video-banner .container {
    width: 100%;
    padding-top: 16.5625em;
    position: relative;
    z-index: 1;
}
.hero-video-banner:before {
    content: "";
    width: 100%;
    height: 16.6875rem;
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8))) 0 0 no-repeat padding-box;
    background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%) 0 0 no-repeat padding-box;
}
@media (min-width: 992px) {
    .hero-video-banner .container {
        padding-top: 30.625em;
    }
}
.video-background {
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
}
.hm5-heading {
    margin: 0;
    color: #fff;
    font-size: 2.125rem;
    font-weight: 700;
    text-transform: none;
}
.hm5-content {
    width: 100%;
    padding: 3.3125rem 0;
    text-align: center;
}
@media (min-width: 992px) {
    .hm5-content {
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        box-pack: justify;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
        text-align: left;
    }
}
.hm5-description {
    margin: 0;
    color: #fff;
    font-size: 1.5625rem;
}
.hm5-description a {
    color: #fff;
}
.hm5-btn-wrap {
    margin-top: 1.875rem;
}
.hm5-btn-wrap a {
    width: 15.9375rem;
    max-width: 100%;
}
@media (max-width: 445px) {
    .hm5-btn-wrap a {
        margin-right: 0 !important;
    }
}
@media (min-width: 992px) {
    .hm5-btn-wrap {
        margin-top: 0;
    }
}
.hero-seven-banner-module {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#00334d), to(#000a0f)) 0 0 no-repeat padding-box;
    background: transparent linear-gradient(180deg, #00334d 0, #000a0f 100%) 0 0 no-repeat padding-box;
    position: relative;
}
.hero-seven-banner-module .container {
    position: relative;
    z-index: 1;
    padding-bottom: 0;
}
.hero-seven-banner-module:before {
    content: "";
    width: 100%;
    height: 3.75rem;
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    background: #fff;
}
.hm7-video-wrap {
    background-color: #00548c;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
    overflow: hidden;
    max-width: 61.25rem;
    min-height: 24.3125rem;
    margin: 0 auto;
}
.hm7-video-wrap::before {
    content: "";
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/icons/media/ico-play-white.svg);
    background-repeat: no-repeat;
    background-size: 5.5rem;
    position: absolute;
    left: 0;
    right: 0;
    width: 5.625rem;
    height: 5.625rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
}
.video-background {
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
}
.hm7-heading {
    margin: 0;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 1.25rem;
}
.hm7-description {
    font-size: 1.6875rem;
    line-height: 1.9375rem;
    margin-bottom: 1.25rem;
    color: #c6c6c6;
}
.hm7-description a {
    color: #fff;
}
.hm7-content {
    width: 100%;
    padding: 6.125rem 0 0 0;
    text-align: center;
}
.hm7-btn-wrap {
    padding-bottom: 4.0625rem;
}
.hm7-btn-wrap {
    margin-top: 1.875rem;
}
.hm7-btn-wrap a {
    width: 15.9375rem;
    max-width: 100%;
}
@media (max-width: 445px) {
    .hm7-btn-wrap a {
        margin-right: 0 !important;
    }
}
@media (min-width: 992px) {
    .hm7-btn-wrap {
        margin-top: 0;
    }
}
.hm6-content-wrap {
    padding: 3.125rem 0.9375rem;
    background-color: #00334d;
    text-align: center;
}
@media (min-width: 992px) {
    .hm6-content-wrap {
        width: 50%;
        height: 42.1875rem;
        padding: 1.875rem 0.9375rem;
        padding: 1.875rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        float: left;
        text-align: left;
    }
}
.hm6-content {
    max-width: 90%;
    width: 27.8125rem;
    margin: 0 auto;
}
.hm6-heading {
    margin: 1.25rem 0 2.375rem;
    font-size: 2.375rem;
    color: #fff;
}
.hm6-btn-wrap a {
    max-width: 100%;
    width: 11.9375rem;
    padding: 0.71875rem 1.875rem;
    margin-bottom: 1.25rem;
}
@media (max-width: 445px) {
    .hm6-btn-wrap a {
        margin-right: 0 !important;
    }
}
.hm6-subcategory-wrap {
    padding: 1.875rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (min-width: 768px) {
    .hm6-subcategory-wrap {
        padding: 1.875rem 0 1.875rem 1.875rem;
    }
}
@media (min-width: 992px) {
    .hm6-subcategory-wrap {
        width: 50%;
        height: 42.1875rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        float: right;
    }
}
.hm6-subcategory-content {
    max-width: 100%;
    width: 32.8125rem;
    height: 23.375rem;
    padding: 4.6875rem 1.875rem 1.875rem;
    margin: 0 auto;
    background-color: rgba(0, 51, 77, 0.84);
    font-weight: 700;
    text-align: center;
}
@media (min-width: 768px) {
    .hm6-subcategory-content {
        margin: 0 0 0 auto;
        text-align: left;
    }
}
.hm6-title {
    margin-bottom: 1.4375rem;
    color: #fff;
    font-size: 1.75rem;
}
.hm6-description {
    margin-bottom: 2.8125rem;
    color: #fff;
    font-size: 1rem;
}
.hm6-link {
    color: #fff;
    font-size: 1.0625rem;
    text-decoration: underline;
}
.hm6-link:focus,
.hm6-link:hover {
    color: #fff;
    text-decoration: none;
}
.blocks-hover-content-grid > .container {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
}
.bhcg-heading {
    color: #222;
    font-weight: 300;
    margin-bottom: 1.25rem;
}
.bhcg-listing {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.bhcg-listing > div {
    margin-bottom: 1.875rem;
}
@media (min-width: 992px) {
    .bhcg-listing {
        margin-left: -rem(20);
        margin-right: -rem(20);
    }
}
.bhcg-listing-slider .slick-arrow {
    font-size: 0;
    width: 39px;
    height: 46px;
    background: #fff;
    border: solid 1px #ccc;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.bhcg-listing-slider .slick-arrow:focus,
.bhcg-listing-slider .slick-arrow:hover {
    opacity: 0.85;
}
.bhcg-listing-slider .slick-arrow.slick-prev {
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/icons/slide-arrow-left.svg);
    left: 0;
}
.bhcg-listing-slider .slick-arrow.slick-next {
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/icons/slide-arrow-right.svg);
    right: 0;
}
@media (min-width: 1200px) {
    .bhcg-listing-slider .slick-arrow {
        border: 0;
    }
    .bhcg-listing-slider .slick-arrow.slick-prev {
        left: -30px;
    }
    .bhcg-listing-slider .slick-arrow.slick-next {
        right: -30px;
    }
}
@media (min-width: 1280px) {
    .bhcg-listing-slider .slick-arrow.slick-prev {
        left: -51px;
    }
    .bhcg-listing-slider .slick-arrow.slick-next {
        right: -51px;
    }
}
.bhcg-item {
    padding-top: 100%;
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    border: 3px solid #fff;
    min-height: 17.1875rem;
    height: 100%;
}
.bhcg-item:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    background: rgba(0, 41, 62, 0.8);
    opacity: 0.5;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.bhcg-item:focus:before,
.bhcg-item:hover:before {
    opacity: 1;
    background: rgba(0, 41, 62, 0.8);
}
.bhcg-item:focus .bhcg-item-img,
.bhcg-item:hover .bhcg-item-img {
    -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
    transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
}
.bhcg-item:focus .bhcg-item-description,
.bhcg-item:hover .bhcg-item-description {
    height: auto;
}
.bhcg-item:focus .bhcg-hover-content,
.bhcg-item:hover .bhcg-hover-content {
    bottom: auto;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.bhcg-item:focus .bhcg-item-btn,
.bhcg-item:hover .bhcg-item-btn {
    display: inline-block;
}
.bhcg-item:focus .bhcg-item-title,
.bhcg-item:hover .bhcg-item-title {
    margin-bottom: 1em;
}
@media (max-width: 575px) {
    .bhcg-item {
        max-width: 25rem;
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
}
@media (max-width: 768px) {
    .bhcg-listing-slider .bhcg-item {
        max-width: 25rem;
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
}
.bhcg-hover-content {
    width: 80%;
    position: absolute;
    z-index: 2;
    bottom: 1.25rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.bhcg-item-img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 18.75rem;
}
.bhcg-item-title {
    display: block;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
}
.bhcg-item-btn {
    display: none;
    padding: 0.6rem 2rem;
    font-weight: 700;
}
.bhcg-item-btn:hover {
    color: #28628f;
}
.bhcg-item-description {
    height: 0;
    color: #fff;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.four_blocks-hover-content-grid > .container {
    padding-top: 0;
    padding-bottom: 0;
}
.fbhcg-listing {
    margin-top: 2rem;
    margin-bottom: 2rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-left: -rem(20);
    margin-right: -rem(20);
}
.fbhcg-listing .col-lg-3 {
    border: 1px solid #fff;
    padding: 0;
}
@media (min-width: 992px) {
    .fbhcg-listing {
        margin-left: -rem(20);
        margin-right: -rem(20);
    }
    .fbhcg-listing .col-lg-3 {
        border: 1px solid #fff;
        padding: 0;
    }
}
.fbhcg-item {
    overflow: hidden;
    position: relative;
    text-decoration: none;
    padding-top: 100%;
    border-radius: 0;
    min-height: 22.5625rem;
}
.fbhcg-item:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.fbhcg-item:focus:before,
.fbhcg-item:hover:before {
    opacity: 1;
    background: #00334d;
}
.fbhcg-item:focus .fbhcg-item-img,
.fbhcg-item:hover .fbhcg-item-img {
    -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
    transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
}
.fbhcg-item:focus .fbhcg-item-description,
.fbhcg-item:hover .fbhcg-item-description {
    height: auto;
}
.fbhcg-item:focus .fbhcg-hover-content,
.fbhcg-item:hover .fbhcg-hover-content {
    bottom: auto;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.fbhcg-item:focus .fbhcg-item-btn,
.fbhcg-item:hover .fbhcg-item-btn {
    display: inline-block;
}
.fbhcg-item:focus .fbhcg-item-title,
.fbhcg-item:hover .fbhcg-item-title {
    margin-bottom: 1em;
}
.fbhcg-hover-content {
    width: 80%;
    position: absolute;
    z-index: 2;
    bottom: 1.25rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.fbhcg-item-img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.fbhcg-item-title {
    display: block;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
}
.fbhcg-item-btn {
    display: none;
    padding: 0.6rem 2rem;
    font-weight: 700;
}
.fbhcg-item-btn:hover {
    color: #28628f;
}
.fbhcg-item-description {
    height: 0;
    color: #fff;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.content-gallery-one-hover-content-grid {
    background-color: #eff4f8;
}
.content-gallery-one-hover-content-grid > .container {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
}
.cgohcg-description {
    margin-bottom: 2.5em;
}
.cgohcg-content-wrapper {
    text-align: center;
}
@media (min-width: 992px) {
    .cgohcg-content-wrapper {
        text-align: left;
    }
}
.cgohcg-listing {
    margin-top: 2rem;
    margin-bottom: 2rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.cgohcg-listing .col-lg-9 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
@media (min-width: 992px) {
    .cgohcg-listing {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
    }
    .cgohcg-listing .col-lg-9 {
        padding: 1.25rem;
    }
}
.cgohcg-item {
    overflow: hidden;
    position: relative;
    text-decoration: none;
    padding-top: 100%;
    min-height: 24.6875rem;
    border-radius: 3px;
    display: block;
    margin-bottom: 1.25em;
}
.cgohcg-item:before {
    content: "";
    width: 100%;
    height: 50%;
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8))) 0 0 no-repeat padding-box;
    background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%) 0 0 no-repeat padding-box;
    opacity: 0.5;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.cgohcg-item:focus:before,
.cgohcg-item:hover:before {
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
}
.cgohcg-item:focus .cgohcg-item-img,
.cgohcg-item:hover .cgohcg-item-img {
    -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
    transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
}
.cgohcg-item:focus .cgohcg-item-description,
.cgohcg-item:hover .cgohcg-item-description {
    height: auto;
    margin-bottom: 2.5em;
}
.cgohcg-item:focus .cgohcg-hover-content,
.cgohcg-item:hover .cgohcg-hover-content {
    bottom: auto;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.cgohcg-item:focus .cgohcg-item-btn,
.cgohcg-item:hover .cgohcg-item-btn {
    display: inline-block;
}
.cgohcg-item:focus .cgohcg-item-title,
.cgohcg-item:hover .cgohcg-item-title {
    margin-bottom: 1em;
}
.cgohcg-hover-content {
    width: 80%;
    position: absolute;
    z-index: 2;
    bottom: 1.25rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
}
.cgohcg-item-img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.cgohcg-item-title {
    display: block;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
}
.cgohcg-item-btn {
    display: none;
    padding: 0.6rem 2rem;
    font-weight: 700;
}
.cgohcg-item-btn:hover {
    color: #28628f;
}
.cgohcg-item-description {
    height: 0;
    color: #fff;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.content-gallery-two-hover-content-grid > .container {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
}
.cgthcg-listing {
    margin-top: 2rem;
    margin-bottom: 0;
}
.cgthcg-listing .col-lg-6 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
@media (min-width: 992px) {
    .cgthcg-listing {
        margin-left: -rem(20);
        margin-right: -rem(20);
    }
    .cgthcg-listing .col-lg-6 {
        padding: 0.9375rem;
    }
}
.cgthcg-item {
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    min-height: 17.125rem;
    border-radius: 3px;
    margin-top: 2.125rem;
}
.cgthcg-item:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0.5;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.cgthcg-item:first-child {
    margin-top: 0;
}
.cgthcg-item.cgthcg-item-small {
    min-height: 17.125rem;
}
.cgthcg-item:focus:before,
.cgthcg-item:hover:before {
    opacity: 1;
    background: rgba(40, 98, 143, 0.9);
}
.cgthcg-item:focus .cgthcg-item-img,
.cgthcg-item:hover .cgthcg-item-img {
    -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
    transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
}
.cgthcg-item:focus .cgthcg-item-description,
.cgthcg-item:hover .cgthcg-item-description {
    height: auto;
    margin-bottom: 2em;
}
.cgthcg-item:focus .cgthcg-hover-content,
.cgthcg-item:hover .cgthcg-hover-content {
    bottom: auto;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.cgthcg-item:focus .cgthcg-item-btn,
.cgthcg-item:hover .cgthcg-item-btn {
    display: inline-block;
}
.cgthcg-item:focus .cgthcg-item-title,
.cgthcg-item:hover .cgthcg-item-title {
    margin-bottom: 0.25em;
}
@media (min-width: 992px) {
    .cgthcg-item {
        min-height: 21.375rem;
        margin-top: 0;
        margin-bottom: 1.875rem;
    }
}
.cgthcg-hover-content {
    width: 80%;
    position: absolute;
    z-index: 2;
    bottom: 1.25rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.cgthcg-item-img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.cgthcg-item-title {
    display: block;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
}
.cgthcg-item-btn {
    display: none;
    padding: 0.6rem 2rem;
    font-weight: 700;
    background-color: #fff;
    color: #00548c;
}
.cgthcg-item-btn:hover {
    color: #fff;
    background-color: #62a139;
    border-color: #62a139;
}
.cgthcg-item-description {
    height: 0;
    color: #fff;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.blocks-grid > .container {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
}
.bg-heading {
    margin-bottom: 16px;
}
.bg-item-link {
    overflow: hidden;
    position: relative;
    text-decoration: none;
    background-color: #000;
    border-radius: 5px;
    margin-bottom: 1.875rem;
}
.bg-item-link:focus .bg-item-img,
.bg-item-link:hover .bg-item-img {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}
@media (max-width: 575px) {
    .bg-item-link {
        max-width: 25rem;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 1.875rem;
        padding: 0;
        height: 25rem;
    }
}
.bg-item-img {
    width: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 5px;
    opacity: 0.5;
}
.bg-item-title {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
.bg-section-cta {
    margin-top: 1.875rem;
}
.bg-description {
    margin-bottom: 4rem;
}
.bootstrap-tabs .tab-content {
    width: 100%;
}
@media (min-width: 768px) {
    .bootstrap-tabs .tab-content {
        padding: 3.125rem 1.25rem;
        background-color: #fafafa;
    }
}
.bootstrap-tabs .nav-tabs {
    width: 100%;
    border-radius: 0;
    border-bottom: 0;
}
.bootstrap-tabs .nav-tabs a:focus {
    position: relative;
    outline: 2px solid;
    outline-offset: -2px;
}
.bootstrap-tabs .nav-tabs li,
.bootstrap-tabs .panel-title {
    width: 25%;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    border: 0;
    border-right-color: #fff;
    border-right-width: 2px;
    border-right-style: solid;
    border-radius: 0;
}
.bootstrap-tabs .nav-tabs li a,
.bootstrap-tabs .panel-title a {
    padding: 1.875rem 1.25rem;
    border: none;
    display: block;
    background-color: #00548c;
    color: #fff;
    text-decoration: none;
    position: relative;
}
.bootstrap-tabs .nav-tabs li a:after,
.bootstrap-tabs .panel-title a:after {
    content: "+";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1.25rem;
}
.bootstrap-tabs .nav-tabs li a:focus,
.bootstrap-tabs .nav-tabs li a:hover,
.bootstrap-tabs .panel-title a:focus,
.bootstrap-tabs .panel-title a:hover {
    border: none !important;
    text-decoration: none;
}
.bootstrap-tabs .nav-tabs li a.active,
.bootstrap-tabs .panel-title a.active {
    background-color: #fafafa;
    color: #00548c;
}
.bootstrap-tabs .nav-tabs li a[aria-expanded="true"],
.bootstrap-tabs .panel-title a[aria-expanded="true"] {
    background-color: #fafafa;
    color: #00548c;
}
.bootstrap-tabs .nav-tabs li a[aria-expanded="true"]:after,
.bootstrap-tabs .panel-title a[aria-expanded="true"]:after {
    content: "-";
}
@media (min-width: 768px) {
    .bootstrap-tabs .nav-tabs li,
    .bootstrap-tabs .panel-title {
        text-align: center;
    }
    .bootstrap-tabs .nav-tabs li a:after,
    .bootstrap-tabs .panel-title a:after {
        display: none;
    }
}
.bootstrap-tabs .panel-title {
    width: 100%;
}
@media (min-width: 768px) {
    .bootstrap-tabs .panel-heading {
        display: none;
    }
    .bootstrap-tabs .panel {
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .bootstrap-tabs .panel-collapse {
        height: auto;
    }
    .bootstrap-tabs .panel-collapse.collapse {
        display: block;
    }
}
@media (max-width: 767px) {
    .bootstrap-tabs .bt-tab-img {
        margin-bottom: 1.875rem;
    }
    .bootstrap-tabs .tab-content .tab-pane {
        display: block;
    }
    .bootstrap-tabs .nav-tabs {
        display: none;
    }
    .bootstrap-tabs .panel-title a {
        display: block;
    }
    .bootstrap-tabs .panel {
        margin: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        margin-top: -2px;
    }
    .bootstrap-tabs .panel-collapse {
        margin-bottom: 1.25rem;
    }
}
.bt-tab-body img {
    margin: 0 auto;
    display: block;
}
.bt-subheading {
    color: #58585b;
    margin-bottom: 0;
}
.content-value-prop-tabs {
    position: relative;
    background-color: #eff4f8;
}
.content-value-prop-tabs .container {
    position: relative;
}
.content-value-prop-tabs.bootstrap-tabs .tab-content {
    width: 100%;
    padding: 3.125rem 1.25rem;
    background-color: #eff4f8;
}
.content-value-prop-tabs.bootstrap-tabs .nav-tabs {
    width: 100%;
    border-radius: 0;
    border-bottom: 0;
}
.content-value-prop-tabs.bootstrap-tabs .nav-tabs a:focus {
    position: relative;
    outline: 2px solid;
    outline-offset: -2px;
}
@media (min-width: 768px) {
    .content-value-prop-tabs.bootstrap-tabs .nav-tabs {
        position: absolute;
        right: 0;
        bottom: 3.125rem;
        max-width: 47.5rem;
        z-index: 11;
    }
}
.content-value-prop-tabs.bootstrap-tabs .nav-tabs li,
.content-value-prop-tabs.bootstrap-tabs .panel-title {
    width: 33.33%;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    border: 0;
    border-right-color: #fff;
    border-right-width: 0;
    border-right-style: solid;
    border-radius: 0;
}
.content-value-prop-tabs.bootstrap-tabs .nav-tabs li a,
.content-value-prop-tabs.bootstrap-tabs .panel-title a {
    padding: 1.875rem 2.1875rem;
    border: none;
    display: block;
    background-color: #00548c;
    color: #fff;
    text-decoration: none;
    font-size: 1.875rem;
    line-height: 1.875rem;
    text-transform: uppercase;
}
.content-value-prop-tabs.bootstrap-tabs .nav-tabs li a > span,
.content-value-prop-tabs.bootstrap-tabs .panel-title a > span {
    display: block;
    text-transform: none;
    font-size: 1.125rem;
    line-height: 1.5625rem;
    font-weight: 400;
}
.content-value-prop-tabs.bootstrap-tabs .nav-tabs li a:focus,
.content-value-prop-tabs.bootstrap-tabs .nav-tabs li a:hover,
.content-value-prop-tabs.bootstrap-tabs .panel-title a:focus,
.content-value-prop-tabs.bootstrap-tabs .panel-title a:hover {
    border: none !important;
    text-decoration: none;
}
.content-value-prop-tabs.bootstrap-tabs .nav-tabs li a.active,
.content-value-prop-tabs.bootstrap-tabs .panel-title a.active {
    background-color: #00548c;
    color: #fff;
}
.content-value-prop-tabs.bootstrap-tabs .panel-title {
    width: 100%;
}
@media (min-width: 768px) {
    .content-value-prop-tabs.bootstrap-tabs .panel-heading {
        display: none;
    }
    .content-value-prop-tabs.bootstrap-tabs .panel {
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .content-value-prop-tabs.bootstrap-tabs .panel-collapse {
        height: auto;
    }
    .content-value-prop-tabs.bootstrap-tabs .panel-collapse.collapse {
        display: block;
    }
}
@media (max-width: 767px) {
    .content-value-prop-tabs.bootstrap-tabs .bt-tab-img {
        margin-bottom: 1.875rem;
    }
    .content-value-prop-tabs.bootstrap-tabs .tab-content .tab-pane {
        display: block;
    }
    .content-value-prop-tabs.bootstrap-tabs .nav-tabs {
        display: none;
    }
    .content-value-prop-tabs.bootstrap-tabs .panel-title a {
        display: block;
    }
    .content-value-prop-tabs.bootstrap-tabs .panel {
        margin: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        margin-top: -2px;
    }
    .content-value-prop-tabs.bootstrap-tabs .panel-collapse {
        margin-bottom: 1.25rem;
    }
}
.content-value-prop-tabs .bt-tab-body img {
    margin: 0 auto;
    display: block;
}
@media (min-width: 768px) {
    .content-value-prop-tabs .bt-tab-body > div:last-child {
        padding-top: 2.375rem;
        padding-bottom: 7.8125rem;
    }
}
.cvpt-subheading {
    color: #58585b;
    margin-bottom: 0;
}
.cvpt-heading {
    margin-bottom: 2.1875rem;
}
@media (max-width: 767.98px) {
    .left-img-right-content-module .container {
        padding-left: 0;
        padding-right: 0;
    }
}
.lircm-wrap {
    padding: 1.25em;
}
@media (min-width: 768px) {
    .lircm-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
    }
}
@media (min-width: 768px) {
    .lircm-img-right {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}
.lircm-img-wrap {
    max-width: 25em;
    width: 100%;
    margin: 0 auto;
}
.lircm-img-wrap img {
    margin: 0 auto;
    display: block;
}
@media (min-width: 768px) {
    .lircm-img-wrap {
        max-width: inherit;
        width: 40%;
        margin: 0;
    }
    .lircm-img-wrap img {
        width: 100%;
        display: block;
    }
}
.lircm-content-wrap {
    padding: 1.25rem 0;
    text-align: left;
}
@media (min-width: 768px) {
    .lircm-content-wrap {
        padding: 1.25rem;
        width: 60%;
    }
}
.full-width-cta-test h2 {
    margin-bottom: 1.875rem;
}
.full-width-cta {
    background-size: cover;
    background-position: center;
    background-color: #00548c;
    text-align: center;
}
.full-width-cta .container {
    padding-top: 3.78125rem;
    padding-bottom: 3.78125rem;
}
.fwc-para {
    color: #fff;
    font-family: Roboto, serif;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
    margin: 0 0 1.3125rem 0;
    text-transform: inherit;
    display: block;
}
.fwc-cta > span {
    padding: 0.375em 1em 0.375em 1em !important;
}
.fullwidth-cta1 {
    background-color: #00548c;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.fullwidth-cta1:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.fullwidth-cta1 .container {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
    position: relative;
    z-index: 1;
}
.fullwidth-cta1 .btn:not(:last-of-type),
.fullwidth-cta1 .product-grid-item-link:not(:last-of-type) {
    margin-bottom: 1.25rem;
    vertical-align: top;
}
.fwc-heading {
    color: #fff;
    font-size: 1.875rem;
    font-weight: 700;
}
.fwc-description {
    color: #fff;
    margin: 1rem 0 2rem;
}
.btn-outline-light.product-grid-item-link,
.btn.btn-outline-light {
    border-width: 2px;
}
.btn:not(:last-child),
.product-grid-item-link:not(:last-child) {
    margin-right: 1rem;
}
.fullwidth-cta2 {
    position: relative;
}
.fullwidth-cta2 .container {
    padding-top: 0;
    padding-bottom: 3.125rem;
    position: relative;
    z-index: 1;
}
.fullwidth-cta2 .fwc-cta1 {
    padding: 0.4375rem 1.8125rem;
    margin-right: 1.25rem;
    min-width: 9.75rem;
}
@media (max-width: 767.98px) {
    .fullwidth-cta2 .fwc-cta1 {
        margin-right: 0;
        margin-bottom: 0.9375rem;
    }
}
@media (max-width: 767.98px) {
    .fullwidth-cta2 .fwc-cta2 {
        margin-bottom: 0.9375rem;
    }
}
.fwc2-heading {
    color: #286094;
    font-size: 1.875rem;
    font-weight: 700;
    font-family: Roboto, serif;
    margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
    .fwc2-heading {
        margin: 0 5rem 0 0 !important;
    }
}
.fwc2-wrap {
    text-align: center;
}
@media (min-width: 768px) {
    .fwc2-wrap {
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.fullwidth-cta3 {
    text-align: center;
    padding: 0 1.25rem;
}
.fullwidth-cta3 .container {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
}
@media (min-width: 992px) {
    .fullwidth-cta3 {
        text-align: left;
        padding: 0 2.5rem;
    }
}
.fwc3-wrap > div {
    padding-bottom: 1.25rem;
}
.fwc3-wrap > div:last-child {
    padding-bottom: 0;
}
@media (min-width: 992px) {
    .fwc3-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -o-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .fwc3-wrap > div {
        padding: 0;
        width: 50%;
    }
    .fwc3-wrap > div:last-child {
        text-align: right;
    }
}
.fwc3-heading {
    font-size: 1.5rem;
    line-height: 1.875rem;
    font-weight: 700;
    margin: 0;
    color: #fff;
}
.fwc-cta3 {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    min-width: 16.5rem;
}
.fwc-cta3:hover {
    border: 2px solid #fff;
    background-color: #fff;
    color: #343434;
}
@media (min-width: 768px) {
    .call-to-action-buttons-module {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.ctabm-wrap {
    width: 100%;
    display: block;
    background-color: #28628f;
    color: #fff;
    text-align: center;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.ctabm-wrap a {
    color: #fff;
}
.ctabm-wrap:nth-child(even) {
    background-color: #00334d;
}
@media (min-width: 768px) {
    .ctabm-wrap {
        width: 50%;
    }
}
.ctabm-btn {
    padding: 2rem 0.625rem;
    display: block;
    text-decoration: none;
}
.ctabm-btn:focus,
.ctabm-btn:hover {
    text-decoration: none;
}
.ctabm-btn span {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2em;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    vertical-align: middle;
}
.ctabm-btn span strong {
    display: block;
}
.ctabm-btn i {
    font-size: 3rem;
    margin-left: 1rem;
    vertical-align: middle;
}
.ctabm-btn:focus:not(:active):not(:hover) {
    outline-offset: -2px;
}
.blog-module1 {
    background-color: #00334d;
    color: #fff;
}
.blog-module1 .container {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
}
.blog-module1 .post-title {
    margin-bottom: 1em;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.25;
}
.blog-module1 a {
    color: #fff;
}
.blog-module1 .post-readmore {
    color: #fff;
}
.blog-module1 .blog-heading {
    color: #fff;
}
.blog-item {
    min-height: 19.0625rem;
    padding: 2rem 11.9%;
    margin: 1.25rem 0;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    text-decoration: none;
    overflow: hidden;
}
.blog-item:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.4);
}
.blog-item > :not(.blog-item-bg) {
    position: relative;
    z-index: 1;
}
.blog-item:focus {
    text-decoration: none;
}
@media (min-width: 992px) {
    .blog-item:focus,
    .blog-item:hover {
        text-decoration: none;
    }
    .blog-item:focus .blog-item-bg,
    .blog-item:hover .blog-item-bg {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.blog-item-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.post-meta {
    font-size: 0.8em;
    font-weight: 600;
}
.post-readmore {
    color: #00548c;
    margin-left: 1em;
}
.blog-module2 {
    background-color: #eff4f8;
    color: #fff;
}
.blog-module2 .container {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
}
.blog-module2 a {
    color: #26834f;
}
.blog-module2 a:focus,
.blog-module2 a:hover {
    color: #26834f;
}
.blog-module2 .blog-heading {
    margin-bottom: 1.875rem;
    color: #00334d;
    font-size: 2.25rem;
}
.blog2-img {
    max-width: 25rem;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 1rem;
}
.blog2-img a,
.blog2-img img {
    width: 100%;
    display: block;
}
@media (min-width: 768px) {
    .blog2-img {
        margin: 0;
        margin-bottom: 1rem;
        max-width: 100%;
        width: 100%;
    }
}
.blog2-content-wrap {
    max-width: 25rem;
    width: 100%;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .blog2-content-wrap {
        margin: 0;
        max-width: 100%;
        width: 100%;
    }
}
.blog2-item .post-title {
    margin-bottom: 1rem;
    font-size: 1em;
    font-weight: 700;
    min-height: 2rem;
    line-height: 1.5em;
}
.blog2-item .post-date {
    margin-right: 1em;
    color: #a7a9ab;
}
@media (max-width: 1199.98px) {
    .blog2-item {
        margin: 1.25rem 0;
    }
}
.post-description .understrap-read-more-link {
    display: none;
}
.bg-img-content-module1 {
    text-align: center;
}
.bg-img-content-module1 .container {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
}
.bg-img-content-module1 .bicm-section-heading {
    color: #286094;
    font-size: 1.875rem;
    font-weight: 700;
}
.bg-img-content-module1 .bicm-description {
    margin: 0 0 2rem;
}
.bg-img-content-module1 .bicm-description svg {
    fill: #fff;
    width: 1.875rem;
    float: left;
    margin-right: 0.9375rem;
}
.bg-img-content-module1 .bicm-listing {
    color: #fff;
}
.bg-img-content-module1 .bicm-items {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media (min-width: 768px) {
    .bg-img-content-module1 .bicm-items:nth-child(odd) .bicm-content-wrap {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .bg-img-content-module1 .bicm-items:nth-child(odd) .bicm-content-wrap:before {
        right: 100%;
        left: auto;
        border-left-color: rgba(255, 255, 255, 0);
        border-right-color: #00548c;
    }
}
.bg-img-content-module1 .bicm-img-wrap {
    padding: 0;
}
.bg-img-content-module1 .bicm-left-img {
    min-height: 18.75rem;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (min-width: 768px) {
    .bg-img-content-module1 .bicm-left-img {
        display: none;
    }
}
.bg-img-content-module1 .bicm-content-wrap {
    min-height: 28.75rem;
    padding: 1.25rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    background-color: #00548c;
}
.bg-img-content-module1 .bicm-content-wrap:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 1px;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
    border: 4.6875rem solid rgba(255, 255, 255, 0);
    border-top-color: #00548c;
    display: block;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media (min-width: 768px) {
    .bg-img-content-module1 .bicm-content-wrap:before {
        left: 100%;
        top: 50%;
        border: 4.6875rem solid rgba(255, 255, 255, 0);
        border-left-color: #00548c;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
.bg-img-content-module1 .bicm-content {
    max-width: 100%;
    width: 85%;
    margin: 0 auto;
    max-width: 25rem;
}
@media (min-width: 992px) {
    .bg-img-content-module1 .bicm-content {
        width: 100%;
    }
}
.bg-img-content-module1 .bicm-right-icon {
    max-width: 4rem;
    margin-bottom: 1rem;
}
.bg-img-content-module1 .bicm-title {
    color: #fff;
}
.bg-img-content-module2 {
    text-align: center;
}
.bg-img-content-module2 .container {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
}
.bg-img-content-module2 .bicm-section-heading {
    color: #286094;
    font-size: 1.875rem;
    font-weight: 700;
}
.bg-img-content-module2 .bicm-description {
    margin: 0 0 2rem;
}
.bg-img-content-module2 .bicm-description svg {
    fill: #fff;
    width: 3rem;
    float: left;
    margin-right: 0.9375rem;
}
.bg-img-content-module2 .bicm-listing {
    color: #fff;
}
.bg-img-content-module2 .bicm-items {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media (min-width: 768px) {
    .bg-img-content-module2 .bicm-items:nth-child(odd) .bicm-content-wrap {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .bg-img-content-module2 .bicm-items:nth-child(odd) .bicm-content-wrap:before {
        right: 100%;
        left: auto;
        border-left-color: rgba(255, 255, 255, 0);
        border-right-color: rgba(9, 133, 200, 0.85);
    }
}
.bg-img-content-module2 .bicm-img-wrap {
    padding: 0;
}
.bg-img-content-module2 .bicm-left-img {
    min-height: 18.75rem;
    -o-object-fit: cover;
    object-fit: cover;
}
.bg-img-content-module2 .bicm-content-wrap {
    min-height: 28.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    background-color: rgba(0, 84, 140, 0.9);
    padding: 1.25rem;
}
@media (min-width: 992px) {
    .bg-img-content-module2 .bicm-content-wrap {
        padding: 1.25rem 0;
    }
}
.bg-img-content-module2 .bicm-content {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    max-width: 25rem;
    text-align: left;
}
.bg-img-content-module2 .bicm-right-icon {
    max-width: 4rem;
}
.bg-img-content-module2 .bicm-title {
    color: #fff;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #fff;
}
.bg-img-content-module2 .bicm-description p {
    margin-bottom: 2rem;
}
.item-listing-on-bg-module {
    position: relative;
    color: #fff;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.item-listing-on-bg-module:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    background: rgba(0, 84, 140, 0.9);
}
.item-listing-on-bg-module .container {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
    position: relative;
    z-index: 1;
}
.ilb-heading {
    color: #fff;
    font-size: 2.25rem;
    font-weight: 700;
}
.ilb-listing {
    margin: 2rem 0;
}
.ilb-item {
    margin: 1rem 0;
}
.ilb-image {
    width: auto;
    margin: 0 auto 1rem;
    display: block;
    max-height: 4em;
    min-height: 4em;
}
.ilb-title {
    color: #fff;
    font-size: 1.25rem;
}
.left-content-right-icon-title-listing-module .container {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
}
.lcrilm-content-wrap {
    padding: 2rem;
    color: #333;
    text-align: center;
}
@media (min-width: 768px) {
    .lcrilm-content-wrap {
        text-align: left;
    }
}
.lcrilm-heading {
    font-weight: 700;
}
.lcrilm-description {
    margin: 2rem 0;
}
@media (min-width: 768px) {
    .row.lcrilm-icon-title-listing {
        margin-left: -1.875rem;
        margin-right: 0.9375rem;
    }
}
.lcrilm-icon-title-item {
    text-align: center;
}
@media (min-width: 768px) {
    .lcrilm-icon-title-item {
        padding: 0;
    }
}
.lcrilm-item-link {
    padding: 1.25rem 0.9375rem;
    border: 3px solid #fff;
    display: block;
    color: #00548c;
    background-color: #eff4f8;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
}
.lcrilm-item-link:focus,
.lcrilm-item-link:hover {
    color: #fff;
    background-color: #edeff4;
    text-decoration: none;
}
.lcrilm-item-link:focus:not(:active):not(:hover) {
    position: relative;
    z-index: 1;
}
.lcrilm-image {
    width: 3.75rem;
    max-width: 100%;
    margin: 1.25rem auto 1.25rem;
}
.lcrilm-icon {
    margin-bottom: 0.625rem;
    display: block;
}
.lcrilm-icon i {
    font-size: 3.75rem;
}
.lcrilm-title {
    font-size: 1.25rem;
}
.industries-we-serve-module {
    background-color: #efefef;
}
.industries-we-serve-module .card-header {
    background-color: none;
}
.industries-we-serve-module .tab-pane .nav-link {
    color: #1c1c1c;
    background: #edeff4;
    position: relative;
}
.industries-we-serve-module .tab-pane .nav-link[aria-expanded="true"] {
    color: #28628f;
    background: #fff;
}
.industries-we-serve-module .tab-pane .nav-link[aria-expanded="true"] img.on {
    display: none;
}
.industries-we-serve-module .tab-pane .nav-link[aria-expanded="true"] img.off {
    display: inline-block;
}
.industries-we-serve-module .tab-pane .nav-link img {
    max-width: 1.875rem;
    margin-right: 0.625rem;
    max-height: 2rem;
    min-height: 2rem;
}
.industries-we-serve-module .tab-pane .nav-link img.off {
    display: none;
}
.industries-we-serve-module .nav-pills-custom .nav-link {
    background-color: transparent;
}
.industries-we-serve-module .nav-pills-custom .nav-link > div {
    color: #1c1c1c;
    background: #edeff4;
    position: relative;
    padding: 1rem;
}
.industries-we-serve-module .nav-pills-custom .nav-link.active > div {
    color: #28628f;
    background: #fff;
    -webkit-box-shadow: 0 0 9px #ccc;
    box-shadow: 0 0 9px #ccc;
}
.industries-we-serve-module .nav-pills-custom .nav-link.active > div img.on {
    display: none;
}
.industries-we-serve-module .nav-pills-custom .nav-link.active > div img.off {
    display: inline-block;
}
.industries-we-serve-module .nav-pills-custom .nav-link img {
    max-width: 1.875rem;
    margin-right: 0.625rem;
    max-height: 2rem;
    min-height: 2rem;
}
.industries-we-serve-module .nav-pills-custom .nav-link img.off {
    display: none;
}
@media (max-width: 767.98px) {
    .industries-we-serve-module .tab-content > .tab-pane {
        display: block;
        opacity: 1;
    }
}
@media (min-width: 768px) {
    .industries-we-serve-module .tab-pane .collapse {
        display: block !important;
        padding-top: 0.5rem !important;
    }
}
.iwsm-img {
    max-width: 25rem;
    width: 100%;
    margin: 0 auto;
    display: block;
}
@media (min-width: 768px) {
    .iwsm-img {
        max-width: inherit;
        width: 100%;
        margin: 0;
    }
}
.iwsm-content-wrapper {
    text-align: center;
}
@media (min-width: 768px) {
    .iwsm-content-wrapper {
        text-align: left;
    }
}
.iwsm-title {
    color: #333;
}
.iwsm-description p {
    color: #333 !important;
}
.site-footer {
    clear: both;
}
.site-info {
    text-align: center;
}
@media (min-width: 768px) {
    .site-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.sf-social-icons a {
    width: 2.125rem;
    height: 2.125rem;
    border-radius: 6.25rem;
    display: inline-block;
    color: #fff;
    background-color: #00548c;
    font-size: 1.125rem;
    text-align: center;
    text-decoration: none;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    vertical-align: middle;
}
@media (prefers-reduced-motion: reduce) {
    .sf-social-icons a {
        -webkit-transition: none;
        transition: none;
    }
}
.sf-social-icons a i {
    width: 2.125rem;
    height: 2.125rem;
    padding: 0.5rem;
    display: inline-block;
    vertical-align: middle;
}
.sf-social-icons a.facebook {
    background-color: #3b5998;
}
.sf-social-icons a.youtube {
    background-color: #e02a20;
}
.sf-social-icons a.linkedin {
    background-color: #0077b5;
}
.sf-social-icons a.instagram {
    background-color: #e4405f;
}
.sf-social-icons a:focus,
.sf-social-icons a:hover {
    opacity: 0.9;
    color: #fff;
}
.sf-social-icons li {
    padding: 0.3125rem 0;
}
.search-form-tigger {
    color: #fff;
}
.search-form-tigger:focus,
.search-form-tigger:hover {
    color: #fff;
    opacity: 0.8;
}
.search-module {
    position: fixed;
    z-index: 9999;
    top: -100%;
    left: 0;
    right: 0;
    margin-top: 0;
    background: #f7f7f7;
    -webkit-transition: top 0.3s;
    transition: top 0.3s;
}
.search-module.open {
    display: block;
    top: 0;
}
.search-module .input-group {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.search-btn {
    height: 2.375rem;
    padding: 0 0.9375rem;
    border: none;
    position: relative;
    line-height: normal;
    min-width: auto;
    background-color: #26834f;
}
.search-btn:focus,
.search-btn:hover {
    background-color: #286094;
}
.search-close {
    margin-left: 1.25rem;
    color: #26834f;
    font-size: 1.875rem;
    text-decoration: none;
}
.search-close i {
    cursor: pointer;
}
.search-close:focus,
.search-close:hover {
    color: #286094;
}
.site-footer {
    background-color: #fff;
    text-align: center;
    color: #343434;
}
.site-footer > .container {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
}
.sf-logo {
    display: inline-block;
    margin: 0 auto;
    max-width: 15.625rem;
    margin: 0 2rem;
}
.sf-logo img {
    display: block;
}
.sf-contact-info {
    padding: 0;
    margin-bottom: 0.625rem;
    display: block;
    text-align: center;
    list-style: none;
    color: #1c1c1c;
}
.sf-contact-info a {
    color: #565656;
    text-decoration: none;
}
.sf-contact-info a:focus,
.sf-contact-info a:hover {
    color: #1c1c1c;
    text-decoration: underline;
}
.sf-links {
    padding: 0;
    margin-bottom: 0.625rem;
    display: block;
    text-align: center;
    list-style: none;
}
.sf-links a {
    color: #00334d;
    text-decoration: none;
    font-weight: 700;
}
.sf-links a:focus,
.sf-links a:hover {
    color: #00334d;
    text-decoration: underline;
}
@media (min-width: 992px) {
    .sf-contact-info {
        display: table;
        width: 100%;
    }
}
.sf-contact-info li {
    line-height: 1.875rem;
}
@media (min-width: 768px) {
    .sf-contact-info li {
        display: block;
    }
}
@media (min-width: 992px) {
    .sf-contact-info li {
        display: table-cell;
        vertical-align: top;
        margin-right: 0;
        padding-right: 1rem;
    }
    .sf-contact-info li:last-child {
        padding-right: 0;
    }
}
.sf-links {
    padding: 0;
    margin: 0;
}
.sf-links li {
    margin-bottom: 0.625rem;
}
.sf-links a {
    padding: 0 0.9375rem;
    font-weight: 700;
    display: block;
    white-space: nowrap;
    font-weight: 700;
    color: #00334d;
}
.sf-links a:focus,
.sf-links a:hover {
    text-decoration: underline;
    color: #00334d;
}
@media (min-width: 768px) {
    .sf-links {
        margin: 1.28125rem 0 1.25rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
    }
    .sf-links li {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0;
    }
    .sf-links a {
        padding: 0 1.6875rem;
    }
}
@media (min-width: 992px) {
    .sf-links {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
    }
}
.footer-bootom {
    background-color: #00334d;
    color: #fff;
}
.footer-bootom .copyright {
    line-height: 1.875rem;
    margin: 0;
    text-align: center;
}
.footer-bootom .copyright a {
    color: #fff;
}
.footer-bootom .copyright a:focus,
.footer-bootom .copyright a:hover {
    color: #10b1d7;
}
.footer-bootom .container {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
}
@media (min-width: 992px) {
    .sf-middle-logo-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .sf-middle-logo-nav > * {
        float: left;
    }
}
.inner-fax {
    color: #222;
    text-decoration: none;
}
.inner-fax:focus,
.inner-fax:hover {
    color: #222;
    text-decoration: none;
}
.footer-style1 .sf-top {
    background-size: contain;
}
.footer-style1 .sf-top .container {
    padding-top: 3.125rem;
    padding-bottom: 2.5rem;
}
@media (min-width: 576px) {
    .footer-style1 .sf-top .container {
        padding-top: 3.75rem;
        padding-bottom: 3.125rem;
    }
}
.footer-style1 .sf-logo {
    margin: 0 auto 2rem;
    max-width: 21.875rem;
}
.footer-style1 .sf-logo > a {
    margin-bottom: 0;
}
.footer-style1 .sf-ctas {
    margin-bottom: 1.25rem;
}
.footer-style1 .footer-btn-1 {
    padding: 0.5rem 1.829rem;
    display: inline-block;
    margin-bottom: 0.3125rem;
}
@media (min-width: 576px) {
    .footer-style1 .footer-btn-1 {
        margin-right: 0.9375rem;
    }
}
.footer-style1 .footer-btn-1 {
    margin-bottom: 0.3125rem;
    display: inline-block;
}
.footer-style1 .social-icons a {
    color: #007d42;
}
.footer-style1 .social-icons a:focus,
.footer-style1 .social-icons a:hover {
    color: #00548c;
}
.footer-style1 .social-icons a .fa {
    font-size: 1.6875rem;
}
.footer-style1 .sf-links a {
    color: #00293e;
    padding-left: 0;
    padding-right: 0;
    margin: 0 1.5625rem;
    font-size: 1.125rem;
    font-weight: 500;
    font-family: Roboto, serif;
}
@media (min-width: 768px) {
    .footer-style1 .sf-links a {
        line-height: 2.1875rem;
    }
}
.footer-style1 .sf-links a:focus,
.footer-style1 .sf-links a:hover {
    color: #26834f;
    text-decoration: none;
}
@media (max-width: 767.98px) {
    .footer-style1 .sf-links a {
        display: inline-block;
    }
}
@media screen and (min-width: 993px) and (max-width: 1100px) {
    .footer-style1 .sf-links a {
        margin: 0 0.75rem;
    }
}
.footer-style1 .sf-contact-info {
    margin: 0.875rem auto 0;
}
@media (min-width: 992px) {
    .footer-style1 .sf-contact-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
        margin-right: 0.625rem;
    }
}
.footer-style1 .sf-contact-info li {
    font-size: 1rem;
    font-weight: 400;
    color: #565656;
    margin-bottom: 0.625rem;
}
@media (min-width: 992px) {
    .footer-style1 .sf-contact-info li {
        margin-bottom: 0;
    }
}
.footer-style1 .sf-contact-info li a:focus,
.footer-style1 .sf-contact-info li a:hover {
    color: #26834f;
    text-decoration: none;
}
@media (min-width: 1200px) {
    .footer-style1 .sf-contact-info {
        margin-right: 1.25rem;
    }
}
.footer-style1 .sf-address {
    width: 100%;
    margin: 0.875rem auto 0;
    font-size: 1rem;
    font-weight: 400;
    color: #565656;
}
@media (min-width: 992px) {
    .footer-style1 .sf-address {
        text-align: left;
        margin-left: 0.625rem;
    }
}
@media (min-width: 1200px) {
    .footer-style1 .sf-address {
        margin-left: 1.25rem;
    }
}
.footer-style1 .footer-icon {
    vertical-align: middle;
}
@media (min-width: 992px) {
    .footer-style1 .footer-icon {
        display: block;
    }
}
@media (min-width: 1200px) {
    .footer-style1 .footer-icon {
        display: inline;
    }
}
.footer-style1 .footer-bootom {
    background-color: #f9f9fa;
}
.footer-style1 .footer-bootom > .container {
    padding-top: 0.78125rem;
    padding-bottom: 0.78125rem;
}
@media (min-width: 992px) {
    .footer-style1 .footer-bootom > .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media (min-width: 1200px) {
    .footer-style1 .footer-bootom > .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
.footer-style1 .footer-bootom .copyright {
    font-size: 1rem;
    color: #222;
}
.footer-style1 .footer-bootom .copyright a {
    color: #222;
    text-decoration: none;
}
.footer-style1 .footer-bootom .copyright a:focus,
.footer-style1 .footer-bootom .copyright a:hover {
    color: #007d42;
    text-decoration: none;
}
.footer-style1 .sf-quick-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (min-width: 576px) {
    .footer-style1 .sf-quick-links {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media (max-width: 767.98px) {
    .footer-style1 .sf-quick-links {
        display: block;
    }
}
.footer-style1 .sf-quick-links li {
    position: relative;
}
@media (min-width: 768px) {
    .footer-style1 .sf-quick-links li {
        margin-left: 1.9375rem;
    }
}
@media (min-width: 768px) {
    .footer-style1 .sf-quick-links li:before {
        content: "|";
        right: -17px;
        position: absolute;
    }
}
.footer-style1 .sf-quick-links li a {
    color: #222;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 400;
}
.footer-style1 .sf-quick-links li a:focus,
.footer-style1 .sf-quick-links li a:hover {
    color: #007d42;
}
@media (min-width: 576px) {
    .footer-style1 .sf-links {
        display: block;
    }
}
@media (min-width: 1200px) {
    .footer-style1 .sf-contact-info li {
        display: inline-block;
    }
    .footer-style1 .sf-middle-logo-nav .sf-links {
        width: 100%;
    }
    .footer-style1 #menu-footer-left-menu {
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 1.875rem;
    }
    .footer-style1 #menu-footer-left-menu li:first-child a {
        margin-left: 0;
    }
    .footer-style1 #menu-footer-right-menu {
        margin-right: 0;
    }
    .footer-style1 #menu-footer-right-menu li:last-child a {
        margin-right: 0;
    }
}
.footer-style1 .sf-company-name {
    font-weight: 700;
}
.footer-style2 {
    background-color: #f7f7f7;
}
@media (min-width: 992px) {
    .footer-style2 {
        text-align: left;
    }
}
.footer-style2 .logo-wrap {
    margin-bottom: 1.59375rem;
    border-bottom: 1px solid rgba(112, 112, 112, 0.25);
    padding-bottom: 1.15625rem;
}
.footer-style2 .sf-logo {
    display: block;
    margin: 0 auto;
}
.footer-style2 .sf-social-icons a {
    width: auto;
    height: auto;
    background: 0 0;
    color: rgba(255, 255, 255, 0.9);
    border-radius: 0;
}
.footer-style2 .sf-social-icons a i {
    width: auto;
    height: auto;
    padding: 0;
    font-size: 1.3125rem;
    vertical-align: baseline;
}
.footer-style2 .sf-social-icons a:focus,
.footer-style2 .sf-social-icons a:hover {
    color: #10b1d7;
}
.footer-style2 .sf-contact-info {
    margin-bottom: 1.375rem;
    display: block;
}
.footer-style2 .sf-contact-info li {
    display: block;
    color: #343434;
    font-size: 1.0625rem;
    line-height: 1.6875rem;
}
.footer-style2 .sf-contact-info li.sf-address {
    margin-bottom: 1.1875rem;
}
.footer-style2 .sf-contact-info li.sf-address strong {
    display: block;
}
.footer-style2 .sf-contact-info li a:focus,
.footer-style2 .sf-contact-info li a:hover {
    color: #343434;
    text-decoration: underline;
}
@media (min-width: 992px) {
    .footer-style2 .sf-contact-info {
        text-align: left;
    }
}
.footer-style2 .sf-links {
    margin: 0 0 1.375rem !important;
    display: block;
}
.footer-style2 .sf-links a {
    padding: 0;
    color: #343434;
    font-weight: 600;
    font-size: 1.0625rem;
    line-height: 1.75rem;
    display: inline-block;
}
.footer-style2 .sf-links a:focus,
.footer-style2 .sf-links a:hover {
    color: #00548c;
    text-decoration: underline;
}
.footer-style2 .sf-links li {
    display: block;
}
.footer-style2 .sf-links li:not(:last-child) {
    margin-bottom: 0.625rem;
}
.footer-style2 .sf-links.sf-services-links li:not(:last-child) {
    margin-bottom: 0.1875rem;
}
.footer-style2 .sf-links.sf-services-links li.menu-item-has-children a {
    margin-bottom: 5px;
}
.footer-style2 .sf-links.sf-services-links .sub-menu a {
    font-weight: 400;
}
.footer-style2 .sf-links.sf-services-links .sub-menu a:before {
    content: "-";
    margin-right: 0.3125rem;
    margin-bottom: 0.1875rem;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.3125rem;
    font-weight: 700;
}
.footer-style2 .sf-links.sf-services-links .sub-menu a:hover {
    font-weight: 700;
}
@media (min-width: 992px) {
    .footer-style2 .sf-links {
        text-align: left;
    }
}
.footer-style2 .footer-bootom {
    background-color: #00334d;
}
.footer-style2 .footer-bootom > .container {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}
.footer-style2 .footer-bootom .copyright {
    font-size: 1rem;
    color: #fff;
}
.footer-style2 .footer-bootom .copyright a:focus,
.footer-style2 .footer-bootom .copyright a:hover {
    color: #007d42;
}
@media (min-width: 992px) {
    .footer-style2 .footer-bootom .container {
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        box-pack: justify;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer-style2 .sf-contact-info,
    .footer-style2 .sf-links {
        text-align: left;
        margin: 0 !important;
    }
}
.footer-style3 {
    background-color: #efefef;
}
.footer-style3 .logo-wrap {
    margin-bottom: 2.5rem;
    border-bottom: 1px solid rgba(112, 112, 112, 0.25);
    padding-bottom: 1.5625rem;
}
.footer-style3 .social-icons a {
    color: #fff;
}
.footer-style3 .social-icons a:focus,
.footer-style3 .social-icons a:hover {
    color: #10b1d7;
}
.footer-style3 .sf-top-wrap {
    text-align: center;
}
.footer-style3 .sf-top-wrap > :not(:last-child) {
    margin-bottom: 2.5rem;
}
.footer-style3 .sf-links li {
    margin-bottom: 0.625rem;
}
.footer-style3 .sf-links li a {
    color: #343434;
    display: inline-block;
    padding: 0;
}
.footer-style3 .footer-bootom {
    background-color: #00334d;
}
.footer-style3 .footer-bootom > .container {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}
.footer-style3 .footer-bootom .copyright {
    font-size: 1rem;
    color: #fff;
}
.footer-style3 .footer-bootom .copyright a:focus,
.footer-style3 .footer-bootom .copyright a:hover {
    color: #007d42;
}
@media (min-width: 768px) {
    .footer-style3 .sf-top-wrap > :not(:last-child) {
        margin-bottom: 0;
    }
    .footer-style3 .sf-contact-info,
    .footer-style3 .sf-links {
        display: block;
        margin-top: 0;
    }
    .footer-style3 .sf-contact-info a,
    .footer-style3 .sf-links a {
        padding: 0;
        display: inline-block;
        color: #343434;
    }
    .footer-style3 .sf-contact-info li,
    .footer-style3 .sf-links li {
        display: block;
    }
    .footer-style3 .sf-contact-info li.sf-address,
    .footer-style3 .sf-links li.sf-address {
        margin-bottom: 1rem;
    }
    .footer-style3 .sf-contact-info li:not(:last-of-type):after,
    .footer-style3 .sf-links li:not(:last-of-type):after {
        content: none;
    }
}
@media (min-width: 992px) {
    .footer-style3 .sf-logo {
        margin-left: 0;
    }
    .footer-style3 .sf-top-wrap {
        text-align: left;
    }
    .footer-style3 .sf-links {
        text-align: left;
    }
    .footer-style3 .sf-links li {
        margin-bottom: 0;
    }
    .footer-style3 .sf-contact-info {
        text-align: left;
    }
    .footer-style3 .sf-contact-info li {
        padding-right: 0;
    }
    .footer-style3 .footer-bootom .container {
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        box-pack: justify;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
    }
}
.sf-btn-wrap {
    margin-top: 1.5625rem;
}
.sf-btn-wrap .btn:not(:last-child),
.sf-btn-wrap .product-grid-item-link:not(:last-child) {
    margin-right: 0.5rem;
}
@media (max-width: 340px) {
    .sf-btn-wrap .btn:not(:last-child),
    .sf-btn-wrap .product-grid-item-link:not(:last-child) {
        margin-right: 0;
        margin-bottom: 0.625rem;
    }
}
@media (min-width: 768px) and (max-width: 1050px) {
    .sf-btn-wrap .btn:not(:last-child),
    .sf-btn-wrap .product-grid-item-link:not(:last-child) {
        margin-right: 0;
        margin-bottom: 0.625rem;
    }
}
.sf-rfq-cta {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.sf-contact-cta {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border-color: #286094;
    background-color: transparent;
    color: #286094;
}
.icon-navigations .fa {
    border: 1px solid #ccc;
    padding: 1.25rem;
    width: 4.125rem;
    height: 4.125rem;
    margin-bottom: 0.8125rem;
}
@media (min-width: 992px) {
    .image-gallery-with-content {
        display: table;
        width: 100%;
    }
}
.image-gallery-with-content .container {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.image-gallery-with-content .innerpage-carousel .popup-gallery .igwc-gal-lg-item {
    height: 18.75rem;
}
.image-gallery-with-content .innerpage-carousel .slider-nav .slick-slide img {
    height: 3.125rem;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid #286094;
}
.innerpage-carousel {
    max-width: 29.1875rem;
    margin: 0;
    margin-bottom: 1em;
    width: 100%;
}
@media (max-width: 767.98px) {
    .innerpage-carousel {
        margin: 1.25rem auto;
    }
}
.innerpage-carousel a.lightbox:focus:not(:active):not(:hover) {
    outline-offset: -2px;
}
.innerpage-carousel .slider-nav {
    width: 100%;
    padding: 0.3125rem 15% 0 0;
    position: relative;
}
.innerpage-carousel .slider-nav .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.innerpage-carousel .slider-nav .slick-slide {
    margin: 0 0.25rem 0;
    position: relative;
    border: 1px solid transparent;
    opacity: 1;
}
.innerpage-carousel .slider-nav .slick-slide:first-child {
    margin-left: 0;
}
.innerpage-carousel .slider-nav .slick-slide img {
    width: 100%;
}
.innerpage-carousel .slider-nav .slick-slide.slick-current img {
    opacity: 1;
}
.innerpage-carousel .slider-nav .slick-slide.slick-current figure,
.innerpage-carousel .slider-nav .slick-slide:focus figure,
.innerpage-carousel .slider-nav .slick-slide:hover figure {
    position: relative;
}
.innerpage-carousel .slider-nav .slick-slide.slick-current figure:after,
.innerpage-carousel .slider-nav .slick-slide:focus figure:after,
.innerpage-carousel .slider-nav .slick-slide:hover figure:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(40, 96, 148, 0.2);
}
.innerpage-carousel .slider-nav .slick-prev {
    display: none !important;
}
.innerpage-carousel .slider-nav .slick-next {
    cursor: pointer;
    position: absolute;
    opacity: 1;
    top: 7px;
    right: 4%;
    width: 21px;
    height: calc(100% - 10px);
    background-size: 21px;
    background-position-x: 60%;
    color: #00548c;
    text-align: center;
}
.innerpage-carousel .slider-nav .slick-next i {
    font-size: 35px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #0f7bbc;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.innerpage-carousel .slider-nav .slick-next:focus,
.innerpage-carousel .slider-nav .slick-next:hover {
    opacity: 0.8;
    background-size: 21px;
}
.innerpage-carousel .slider-for .slick-slide a {
    z-index: -1;
}
.innerpage-carousel .slider-for .slick-slide img {
    width: 100%;
}
.innerpage-carousel .slider-for .slick-slide.slick-active a {
    z-index: 1;
}
.innerpage-carousel .slider-for .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.innerpage-carousel .slick-slide > div > div {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.innerpage-carousel .slick-slide > div > div > a {
    display: inline-block;
}
@media (min-width: 992px) {
    .innerpage-carousel.igwc-left {
        float: left;
        margin-right: 2rem;
        margin-bottom: 1.5rem;
        position: relative;
        z-index: 1;
    }
    .innerpage-carousel.igwc-right {
        float: right;
        margin-left: 2rem;
        margin-bottom: 1.5rem;
        position: relative;
        z-index: 1;
    }
}
.image-carousel-module a.lightbox:focus:not(:active):not(:hover) {
    outline-offset: -2px;
}
.igwc-content {
    margin-top: 1rem;
}
@media (min-width: 992px) {
    .igwc-content {
        margin-top: 0;
    }
}
.click-expand-module .card {
    margin-bottom: 2.1875rem;
    background-color: #efefef;
    border: 0;
}
.click-expand-module .card-header {
    width: 100%;
    text-align: left;
    border: none;
    background-color: #286094;
    color: #fff;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    position: relative;
    font-size: 1.125rem;
    font-family: Roboto, serif;
    font-weight: 700;
    padding-right: 5rem;
    padding-top: 1.200625rem;
    padding-bottom: 1.200625rem;
    text-decoration: none;
    border-radius: 5px 5px 0 0;
}
@media (max-width: 767.98px) {
    .click-expand-module .card-header {
        padding-right: 4rem;
    }
}
.click-expand-module .card-header i {
    font-weight: 400;
    font-size: 1.125rem;
}
.click-expand-module .card-header .material-icons {
    position: absolute;
    right: 0.9375rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0.65625rem;
    border-radius: 5px;
    background-color: #fff;
    color: #286094;
}
.click-expand-module .btn-link.card-header:hover {
    background-color: #26834f;
}
.click-expand-module .btn-link.card-header:not(.collapsed) {
    background-color: #26834f;
}
.click-expand-module .btn-link.card-header:focus:not(:active):not(:hover) {
    background-color: #26834f;
}
.click-expand-module .card-body p {
    color: #42464a;
    font-size: 1.125rem;
    line-height: 1.5625rem;
}
aside.widget {
    margin-bottom: 1.875rem;
}
.accordion-tabs {
    line-height: 1.5;
    margin-bottom: 3.125em;
    padding: 0 !important;
}
.accordion-tabs::after {
    display: block;
    clear: both;
    content: "";
}
@media (min-width: 992px) {
    .accordion-tabs {
        border-radius: 3px;
    }
}
.accordion-tabs .tab-header-and-content {
    list-style: none;
    margin-bottom: 1px;
}
.accordion-tabs .tab-header-and-content:after {
    display: none;
}
@media (min-width: 992px) {
    .accordion-tabs .tab-header-and-content:first-child {
        margin-left: 2rem;
    }
}
@media (min-width: 992px) {
    .accordion-tabs .tab-header-and-content {
        display: inline;
        vertical-align: bottom;
        border: none;
        margin-bottom: 0;
    }
}
.accordion-tabs .tab-link {
    background-color: #286094;
    border-radius: 0;
    color: #fff;
    display: block;
    font-weight: 700;
    font-size: 1.035rem;
    border-radius: 5px;
    line-height: 1.875rem;
    padding: 0.5rem 1.875rem;
    text-decoration: none;
    font-family: Roboto, serif;
    position: relative;
    z-index: 1;
    text-align: center;
}
@media (min-width: 992px) {
    .accordion-tabs .tab-link {
        display: inline-block;
    }
}
.accordion-tabs .tab-link.is-active,
.accordion-tabs .tab-link:focus,
.accordion-tabs .tab-link:hover {
    background-color: #26834f;
    color: #fff;
}
@media (min-width: 992px) {
    .accordion-tabs .tab-link {
        margin-right: 0.25rem;
        border-bottom: 0;
        min-width: 8.25rem;
    }
}
.accordion-tabs .tab-content {
    border-top: none;
    background: #efefef;
    display: none;
    padding: 2.5rem 1.875rem 1.875rem;
    width: 100%;
    position: relative;
    border-radius: 5px;
    top: -26px;
}
@media (min-width: 992px) {
    .accordion-tabs .tab-content {
        float: left;
        padding: 2.5rem 1.875rem 0.5625rem;
    }
}
.accordion-tabs .tab-content p {
    line-height: 1.5625rem;
    color: #42464a;
}
.accordian-tabs-module .accordion-tabs {
    margin-bottom: 0;
}
.product-grid-module {
    text-align: center;
    clear: both;
}
.product-grid-module .slides {
    padding: 0;
}
.product-grid-module .column-subtext {
    font-size: 1.125rem;
    color: #42464a;
    line-height: 1.5625rem;
    max-width: 56.8775rem;
    font-weight: 400;
    margin: 0 auto 2.1875rem;
}
.product-grid-item {
    font-size: 0.875em;
    text-decoration: none;
    text-align: center;
    background-color: #fff;
    padding: 0.9375rem;
    border-bottom: #343434;
    border-right: #343434;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .product-grid-item {
        -webkit-transition: none;
        transition: none;
    }
}
.product-grid-item:hover {
    border-bottom: 1px solid #444;
    border-right: 1px solid #444;
}
.product-grid-item:hover .product-grid-item-img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
}
@media (min-width: 992px) {
    .product-grid-item {
        font-size: 0.75em;
        margin-bottom: 1.5rem;
    }
}
@media (min-width: 1200px) {
    .product-grid-item {
        font-size: 1em;
    }
}
@media (min-width: 992px) {
    .product-grid-item-header-wrap {
        height: 4em;
        line-height: 4em;
        margin-bottom: 0.9375rem;
    }
    .product-grid-item-header-wrap .product-grid-item-header {
        display: inline-block;
        vertical-align: middle;
    }
}
@media (min-width: 1200px) {
    .product-grid-item-header-wrap {
        height: 4em;
        line-height: 4em;
    }
}
.product-grid-item-header {
    font-size: 1.125em;
    color: #343434;
    text-decoration: none;
    margin: 0;
    width: 70%;
    float: right;
    text-align: left;
    clear: none;
}
@media (min-width: 992px) {
    .product-grid-item-header {
        width: auto;
        float: none;
        text-align: center;
    }
}
.product-grid-item-subheader {
    color: #000;
    margin: 0 0 0.9375rem 0;
    width: 70%;
    float: right;
    text-align: left;
    clear: none;
    font-size: 0.9375em;
}
@media (min-width: 992px) {
    .product-grid-item-subheader {
        width: auto;
        float: none;
        text-align: center;
    }
}
.product-grid-item-img {
    float: left;
    width: 25%;
    margin-top: -1em;
    display: block;
    margin: 0 auto;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .product-grid-item-img {
        -webkit-transition: none;
        transition: none;
    }
}
@media (min-width: 992px) {
    .product-grid-item-img {
        margin-top: 0;
        float: none;
        width: auto;
    }
}
.product-grid-item-link {
    margin: 0.9375rem 0 0 0;
    float: right;
    text-align: left;
    clear: none;
    font-size: 0.75em;
}
@media (min-width: 992px) {
    .product-grid-item-link {
        width: auto;
        float: none;
        text-align: center;
    }
}
.product-header {
    margin-top: 1.25em;
    color: #286094;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.5rem;
}
.icon-navigations {
    margin: 1.875rem -0.9375rem;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    text-align: center;
}
.icon-navigations > * {
    padding: 0 0.9375rem 1.875em;
    display: block;
    float: left;
}
@media (min-width: 1200px) {
    .icon-navigations {
        -webkit-box-pack: justify;
        box-pack: justify;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
    }
}
.in-icon {
    width: 4.25rem;
    height: 4.25rem;
    padding: 0.625rem;
    border: 1px solid #666;
    margin: 0 auto 0.9375rem;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    font-size: 1.25rem;
}
.in-title {
    display: block;
    font-size: 0.9375rem;
    line-height: 1.3125rem;
}
.heading-wrap {
    border-top: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
    position: relative;
    margin-top: 3.125rem;
}
.heading-wrap .container {
    padding-top: 0;
    padding-bottom: 0;
}
.heading-wrap .container > .row {
    margin-left: 0;
    margin-right: 0;
}
.heading-wrap > * {
    position: relative;
    z-index: 1;
}
.heading-wrap p:last-of-type {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .heading-wrap:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        height: 100%;
        background-color: #222;
    }
}
.on-color-bg,
.on-light-bg {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
}
.on-color-bg {
    background-color: #222;
    color: #fff;
    position: relative;
}
.on-color-bg:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #222;
    position: absolute;
    top: 0;
    left: -100%;
}
.on-color-bg:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #26834f;
    position: absolute;
    top: 0;
    right: -100%;
}
.on-color-bg * {
    color: #fff;
}
@media (min-width: 768px) {
    .on-color-bg {
        padding-left: 1.5em;
    }
    .on-color-bg:before {
        display: none;
    }
    .on-color-bg:after {
        display: none;
    }
}
.hw-txt h2 {
    font-size: 1.875rem;
    font-weight: 400;
    line-height: 2.25rem;
}
.hw-txt p {
    color: #42464a;
}
.on-light-bg h2 {
    color: #222;
}
.on-color-bg h2 {
    color: #fff;
}
.on-color-bg p {
    color: #d0d0d0;
}
.side-nav h3 {
    margin-top: 0;
}
.side-nav-dropdown .sn-nav .menu-item-has-children {
    border-radius: 5px;
}
.side-nav-dropdown .sn-nav .menu-item-has-children ul li {
    background-color: #efefef;
    border-radius: 0;
}
.side-nav-dropdown .sn-nav .menu-item-has-children ul li a {
    color: #484848;
}
.sn-nav {
    list-style: none;
    padding-left: 0;
}
@media (min-width: 768px) {
    .sn-nav {
        max-width: 16.5em;
    }
}
.sn-nav li {
    background-color: #333;
    position: relative;
}
.sn-nav li:first-child {
    border-radius: 5px 5px 0 0;
}
.sn-nav li:last-child {
    border-radius: 0 0 5px 5px;
}
.sn-nav li a {
    color: #fff;
    display: block;
    font-size: 1.125rem;
    font-weight: 700;
    text-decoration: none;
    padding: 0.75rem 2.5rem 0.75rem 1rem;
}
.sn-nav li a:focus:not(:active):not(:hover) {
    outline-offset: -2px !important;
}
.sn-nav li a:focus,
.sn-nav li a:hover {
    background-color: #007d42;
}
.sn-nav li:not(:last-of-type) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.sn-nav li.active {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.sn-nav li.active > a {
    color: #fff;
    background-color: #007d42;
    border-radius: 5px 5px 0 0;
}
.sn-nav li.active .m-subnav-arrows {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sn-nav li:last-child {
    border-bottom: 0;
}
.sn-nav .menu-item-has-children .m-subnav-arrows {
    cursor: pointer;
    padding-right: 0;
    font-size: 1rem;
    display: block;
    width: 2.5rem;
    height: 3rem;
    position: absolute;
    background-color: transparent;
    right: 0;
    top: 0;
    bottom: 0;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}
.sn-nav .menu-item-has-children .m-subnav-arrows:after {
    content: "\f0d7";
    font-family: FontAwesome;
    color: #fff;
}
.sn-nav .menu-item-has-children .m-subnav-arrows.active {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sn-nav .menu-item-has-children ul {
    padding: 0;
    display: none;
}
.sn-nav .menu-item-has-children ul li {
    margin-bottom: 0;
    background-color: #333;
    border-bottom: 0 !important;
}
.sn-nav .menu-item-has-children ul li a {
    color: #fff;
    padding: 0.3125em 2.5em 0.3125em 1em;
    line-height: 1.875em;
    font-size: 1.125rem;
    font-weight: 700;
}
.sn-nav .menu-item-has-children ul li a:focus,
.sn-nav .menu-item-has-children ul li a:hover {
    background-color: #007d42;
    color: #fff;
}
.sn-nav .menu-item-has-children ul li:not([class]) {
    margin-bottom: 0;
    padding: 0;
}
.sn-nav .menu-item-has-children ul li:not([class]):after {
    display: none;
}
.sn-nav .menu-item-has-children ul:not([class]) {
    margin-bottom: 0;
}
.sn-nav .menu-item-has-children ul.active {
    display: block;
}
.image-carousel-module .carousel {
    width: 29.1875rem;
    max-width: 100%;
    margin-bottom: 3.75rem;
}
.image-carousel-module .carousel-indicators {
    bottom: -3.3125rem;
}
.image-carousel-module .carousel-indicators li {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    background-clip: padding-box;
    border: 2px solid transparent;
    background-color: #00548c;
    opacity: 1;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
    padding: 0;
    border-radius: 50%;
}
.image-carousel-module .carousel-indicators li.active {
    background-color: transparent;
    border: 2px solid #00548c;
}
.image-carousel-module .carousel-indicators li:focus {
    outline: 2px solid #00548c;
    outline-offset: -2px;
}
.image-carousel-module .carousel-control-prev:focus {
    outline: 2px solid #00548c;
    outline-offset: -2px;
}
.image-carousel-module .carousel-control-next:focus {
    outline: 2px solid #00548c;
    outline-offset: -2px;
}
.image-carousel-module .carousel-item {
    min-height: auto;
}
.image-carousel-module .carousel-item:before {
    content: none;
}
.hero-interactive-1-module {
    display: none;
}
@media (min-width: 992px) {
    .hero-interactive-1-module {
        display: block;
    }
}
.hi1m-heading {
    margin: 0 0 1.625rem;
    color: #000;
    font-size: 2.3125rem;
    font-weight: 600;
    line-height: 3.391875rem;
    text-align: center;
}
.hi1m-title {
    width: 100%;
    width: 14.6875rem;
    margin: 0;
    position: absolute !important;
    top: 50%;
    left: 21%;
    font-size: 1.875rem;
    line-height: 2.5rem;
    font-weight: 700;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .hi1m-title {
        -webkit-transition: none;
        transition: none;
    }
}
.hi1m-content {
    max-width: 100%;
    padding: 8% 7% 1% 10.7%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
@media (prefers-reduced-motion: reduce) {
    .hi1m-content {
        -webkit-transition: none;
        transition: none;
    }
}
.hi1m-hover-title {
    margin: 0 0 1rem;
    color: #fff;
    font-size: 1.6875rem;
    font-weight: 700;
    line-height: 1.875rem;
}
@media (min-width: 768px) {
    .hi1m-hover-title {
        font-size: 2.26rem;
        line-height: 2.625rem;
    }
}
@media (min-width: 1200px) {
    .hi1m-hover-title {
        margin-left: -0.1875rem;
    }
}
.hi1m-description {
    max-width: 100%;
    margin-bottom: 2.6875rem;
    color: #fff;
}
.hi1m-description p {
    margin-top: 0;
    font-size: 1.0625rem;
    line-height: 1.6875rem;
}
.hi1m-link {
    font-size: 1rem;
    border-color: #fff;
    background-color: transparent;
    color: #fff;
    padding: 0.40625rem 2.113125rem;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
@media (prefers-reduced-motion: reduce) {
    .hi1m-link {
        -webkit-transition: none;
        transition: none;
    }
}
.hi1m-link:focus,
.hi1m-link:hover {
    border-color: #fff;
    background-color: #fff;
    color: #286094;
}
.hi1m-item-listing {
    width: 100%;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (min-width: 768px) {
    .hi1m-item-listing {
        -webkit-box-lines: single;
        -moz-box-lines: single;
        box-lines: single;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}
.hi1m-item {
    width: 100%;
    height: 21.875rem;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    float: left;
    position: relative;
    background-color: #286094;
    background-position: center;
    background-size: cover;
    color: #fff;
    overflow: hidden;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .hi1m-item {
        -webkit-transition: none;
        transition: none;
    }
}
.hi1m-item:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.hi1m-item > * {
    position: relative;
    z-index: 1;
}
.hi1m-item.hi1m-item-hovered {
    background-size: cover;
}
.hi1m-item.hi1m-item-hovered:before {
    background-color: rgba(40, 96, 148, 0.78);
}
.hi1m-item.hi1m-item-hovered .hi1m-content {
    opacity: 1;
    visibility: visible;
}
.hi1m-item.hi1m-item-hovered .hi1m-title {
    display: none;
}
.hi1m-item:focus:not(:active):not(:hover) {
    outline-offset: -2px;
}
.hi1m-item:focus:not(:active):not(:hover).hi1m-item-hovered:before {
    outline: 2px dashed red;
    outline-offset: -2px;
}
@media (min-width: 768px) {
    .hi1m-item {
        width: 27%;
        height: 38.625rem;
    }
    .hi1m-item.hi1m-item-hovered {
        width: 46.3571429%;
        background-size: cover;
        background-blend-mode: normal;
    }
    .hi1m-item.hi1m-item-hovered .hi1m-content {
        opacity: 1;
        visibility: visible;
    }
    .hi1m-item.hi1m-item-hovered .hi1m-title {
        display: none;
    }
}
@media (min-width: 768px) {
    .hi1m-item-two-row .hi1m-item {
        width: 40%;
    }
    .hi1m-item-two-row .hi1m-item.hi1m-item-hovered {
        width: 60%;
    }
}
@media (min-width: 768px) {
    .hi1m-item-three-row .hi1m-item {
        width: 27%;
    }
    .hi1m-item-three-row .hi1m-item.hi1m-item-hovered {
        width: 46.3571429%;
    }
}
@media (min-width: 768px) {
    .hi1m-item-four-row .hi1m-item {
        width: 30%;
    }
    .hi1m-item-four-row .hi1m-item.hi1m-item-hovered {
        width: 23.33%;
    }
}
.hero-interactive-1-mobile-carousel .slick-track {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    display: flex !important;
}
.hero-interactive-1-mobile-carousel .slick-slide {
    height: inherit !important;
}
.hero-interactive-1-mobile-carousel .slick-dots {
    position: absolute;
    bottom: 1.875em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.hero-interactive-1-mobile-carousel .slick-dots li {
    margin: 0 0.3125em;
    display: inline-block;
    width: auto;
    height: auto;
}
.hero-interactive-1-mobile-carousel .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 50%;
    display: block;
    font-size: 0;
    border: 1px solid #fff;
    background-color: transparent;
}
.hero-interactive-1-mobile-carousel .slick-dots li button:last-child {
    margin-right: 1px;
}
.hero-interactive-1-mobile-carousel .slick-dots li button:focus,
.hero-interactive-1-mobile-carousel .slick-dots li button:hover {
    background-color: #fff;
}
.hero-interactive-1-mobile-carousel .slick-dots li button:before {
    content: none;
}
.hero-interactive-1-mobile-carousel .slick-dots li.slick-active button {
    background-color: #fff;
}
@media (min-width: 992px) {
    .hero-interactive-1-mobile-carousel {
        display: none !important;
    }
}
.hi1m-slide {
    background-color: #286094;
    background-position: center;
    background-size: cover;
    color: #fff;
    position: relative;
}
.hi1m-slide:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(40, 96, 148, 0.78);
}
.hi1m-slide .container {
    padding-top: 3.125em;
    padding-bottom: 5em;
    position: relative;
    z-index: 1;
}
.hi1m-slide .hi1m-content {
    padding: 0;
    opacity: 1;
    visibility: visible;
    text-align: center;
}
.hero-interactive-2-module {
    position: relative;
    text-align: center;
}
@media (min-width: 1100px) {
    .hero-interactive-2-module:before {
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.5);
    }
}
.hi2m-carousel {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.hi2m-carousel h2:before {
    content: none;
}
.hi2m-carousel .slick-dots {
    width: 100%;
    position: absolute;
    bottom: 1.1875rem;
}
.hi2m-carousel .slick-dots li {
    margin: 0 0.325rem;
    display: inline-block;
}
.hi2m-carousel .slick-dots li button {
    overflow: hidden;
    border: 0;
    background: 0 0;
    display: block;
    height: 10px;
    width: 10px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    position: relative;
}
.hi2m-carousel .slick-dots li button:before {
    border: 2px solid #fff;
    color: transparent;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 10px;
    height: 10px;
    font-family: slick;
    font-size: 30px;
    line-height: 10px;
    text-align: center;
    color: #a6a6a6;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.hi2m-carousel .slick-dots li.slick-active button:before {
    color: transparent;
    background-color: #fff;
}
.hi2m-carousel .slick-arrow {
    width: 25px;
    height: 25px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: url(https://sepac.com/wp-content/themes/sepacinc-default/img/icons/carousel-arrow-white.svg) center center/5px no-repeat;
    position: absolute;
    top: auto;
    bottom: 31px;
    z-index: 1;
    color: transparent;
}
.hi2m-carousel .slick-arrow:focus,
.hi2m-carousel .slick-arrow:hover {
    border: 1px solid #28628f;
    background-color: #28628f;
    background: #28628f url(https://sepac.com/wp-content/themes/sepacinc-default/img/icons/carousel-arrow-hover.svg) center center/5px no-repeat;
}
.hi2m-carousel .slick-next {
    right: 1.25rem;
}
.hi2m-carousel .slick-prev {
    left: 1.25rem;
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1);
}
@media (min-width: 1100px) {
    .hi2m-carousel {
        min-height: 48.625rem;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: end;
        box-align: end;
        -moz-align-items: flex-end;
        -ms-align-items: flex-end;
        -o-align-items: flex-end;
        align-items: flex-end;
        -ms-flex-align: end;
        text-align: center;
    }
}
.hi2m-wrapper {
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 22.8%;
    left: 0;
}
.hi2m-wrapper .inner-wrap {
    padding-top: 0;
    padding-bottom: 0;
}
@media (min-width: 992px) {
    .hi2m-wrapper {
        top: 45.3%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
@media (min-width: 992px) {
    .hi2m-wrapper {
        top: 51.3%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
.hi2m-header {
    margin: 0;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 10.34px rgba(17, 27, 34, 0.23);
}
@media (min-width: 768px) {
    .hi2m-header {
        font-size: 3rem;
        line-height: 3.125rem;
    }
}
.hi2m-description {
    margin-top: 1.5rem;
    color: #fff;
    font-size: 1.0625rem;
    line-height: 1.3125rem;
    font-weight: 500;
}
@media (min-width: 768px) {
    .hi2m-description {
        margin-top: 0.375rem;
        font-size: 1.25rem;
        line-height: 1.875rem;
    }
}
.hi2m-slide {
    min-height: 33rem;
    border-bottom: 2px solid #dc3545;
    display: block !important;
    position: relative;
    background-size: 0 0;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}
@media (max-width: 1100px) {
    .hi2m-slide:before {
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.5);
    }
}
@media (min-width: 1100px) {
    .hi2m-slide {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-height: 48.625rem;
        float: left;
        background-image: none !important;
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
    }
}
@media (min-width: 1100px) and (prefers-reduced-motion: reduce) {
    .hi2m-slide {
        -webkit-transition: none;
        transition: none;
    }
}
@media (min-width: 1100px) {
    .hi2m-slide.active-slide + .hi2m-slide .hi2m-slide-title {
        border-left: none !important;
    }
    .hi2m-slide.active-slide .hi2m-slider-hover-content {
        bottom: 0;
    }
    .hi2m-slide.active-slide .hi2m-slide-title {
        opacity: 0;
        z-index: -1;
    }
    .hi2m-slide.active-slide:nth-child(1) {
        background-color: rgba(50, 115, 182, 0.8);
    }
    .hi2m-slide.active-slide:nth-child(2) {
        background-color: rgba(255, 186, 20, 0.8);
    }
    .hi2m-slide.active-slide:nth-child(3) {
        background-color: rgba(224, 13, 1, 0.8);
    }
    .hi2m-slide.active-slide:nth-child(4) {
        background-color: rgba(65, 86, 59, 0.8);
    }
    .hi2m-slide.active-slide:nth-child(5) {
        background-color: rgba(15, 34, 49, 0.8);
    }
    .hi2m-slide:nth-child(1) {
        border-bottom: 2px solid #3273b6;
        border-left: 0;
    }
    .hi2m-slide:nth-child(2) {
        border-bottom: 2px solid #ffba14;
    }
    .hi2m-slide:nth-child(3) {
        border-bottom: 2px solid #f90f01;
    }
    .hi2m-slide:nth-child(3) .hi2m-hover-title {
        font-size: 2.625rem;
        line-height: 2.9375rem;
    }
    .hi2m-slide:nth-child(3) .hi2m-slide-title {
        min-height: 4.9375rem;
        font-size: 2.625rem;
        font-weight: 700;
        line-height: 4.9375rem;
    }
    .hi2m-slide:nth-child(3) .hi2m-slide-title span {
        font-size: 2.625rem;
        line-height: 3.125rem;
        margin-bottom: 0.9375rem;
    }
    .hi2m-slide:nth-child(4) {
        border-bottom: 2px solid #41563b;
    }
    .hi2m-slide:nth-child(5) {
        border-bottom: 2px solid #0f2231;
    }
}
.hi2m-slide-title {
    width: 100%;
    position: absolute;
    bottom: 2.375rem;
    color: #fff;
    font-size: 1.875rem;
    line-height: 4.9375rem;
    font-weight: 700;
}
.hi2m-slide-title span {
    display: inline-block;
    font-size: 1.875rem;
    line-height: 2.125rem;
    vertical-align: middle;
}
@media (min-width: 768px) {
    .hi2m-slide-title {
        margin: 0 auto;
        font-weight: 600;
    }
    .hi2m-slide-title span {
        margin-bottom: 0.375rem;
    }
}
@media (min-width: 1100px) {
    .hi2m-slide-title {
        min-height: 4.9375rem;
        border-left: 1px solid #6b6f72;
        margin-bottom: 22px;
        cursor: pointer;
        display: block;
        bottom: 0;
        -webkit-transition: all 0.1s linear;
        transition: all 0.1s linear;
    }
}
.hi2m-slider-hover-content {
    max-width: 100%;
    width: 100%;
    padding: 1.8125rem 0.9375rem 1.75rem;
    opacity: 0;
    position: absolute;
    top: 22.8%;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
@media (prefers-reduced-motion: reduce) {
    .hi2m-slider-hover-content {
        -webkit-transition: none;
        transition: none;
    }
}
@media (min-width: 768px) {
    .hi2m-slider-hover-content {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
@media (min-width: 1100px) {
    .hi2m-slider-hover-content {
        top: auto;
        bottom: -100%;
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
.hi2m-hover-title {
    margin: 0 0 8px;
    color: #fff;
    font-size: 1.875rem;
    line-height: 2.125rem;
    font-weight: 700;
}
@media (min-width: 768px) {
    .hi2m-hover-title {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}
.hi2m-slide-description {
    margin: 0 0 1.875rem;
    color: #fff;
    font-size: 1.0625rem;
    line-height: 1.5rem;
    font-weight: 500;
}
@media (min-width: 768px) {
    .hi2m-slide-description {
        font-size: 1.125rem;
        line-height: 1.5625rem;
    }
}
.hi2m-slide-btn {
    padding: 0.9375rem 1.223125rem;
    font-size: 1.125rem;
}
@media (min-width: 1100px) and (max-width: 1155px) {
    .hi2m-slide-btn {
        padding: 0.9375rem 0.875rem;
    }
}
.hts-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 18.375rem;
}
.hts-item .container {
    padding-top: 4.125em;
    padding-bottom: 4.125em;
    position: relative;
    text-align: center;
    z-index: 1;
}
.hts-item .container::before {
    content: "";
    background-color: #00334d;
    position: absolute;
    left: -150%;
    width: 300%;
    height: 100%;
    top: 0;
    opacity: 0.55;
    z-index: -1;
}
.hts-heading {
    font-size: 2.25rem;
    line-height: 2.875rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1.5625rem;
}
.hts-slider .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
}
.hts-slider .slick-dots > li {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    position: relative;
    background-color: #28628f;
    border-left: 1px solid #fff;
    padding: 1.25rem;
}
.hts-slider .slick-dots > li:first-child {
    border-left: none;
}
.hts-slider .slick-dots > li:nth-of-type(2n) {
    background-color: #1d5683;
}
.hts-slider .slick-dots > li:nth-of-type(2n)::after {
    background-color: #1d5683;
}
.hts-slider .slick-dots > li::after {
    content: "";
    background-color: #28628f;
    width: 2.125rem;
    height: 2.125rem;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    opacity: 0;
}
.hts-slider .slick-dots > li.slick-active::after {
    opacity: 1;
    top: -1.0625rem;
}
@media (min-width: 768px) {
    .hts-slider .slick-dots > li {
        padding: 2.5625rem 2.375rem 5.9375rem;
    }
}
.hts-slider .slider-nav span {
    display: block;
    font-size: 1.3125rem;
    line-height: 1.5rem;
    color: #fff;
    font-weight: 700;
}
.hts-slider .slider-nav .hts-more-cta {
    text-decoration: underline;
    color: #fff;
    font-size: 0.875rem;
    line-height: 1rem;
}
@media (min-width: 768px) {
    .hts-slider .slider-nav .hts-more-cta {
        position: absolute;
        right: 3.125rem;
        bottom: 0.9375rem;
    }
}
.testimonial-module {
    background-color: #eff4f8;
}
.testimonial-module .container {
    padding-top: 3.75rem;
    padding-bottom: 5rem;
}
.tm-carousel .tm-slide {
    padding: 0 3.75rem;
}
.tm-carousel .slick-prev {
    position: absolute;
    left: 0;
    top: 45%;
    border: none;
    width: 2.8125rem;
    height: 2.8125rem;
    overflow: hidden;
    text-indent: -9999px;
    background-color: transparent;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.tm-carousel .slick-next {
    position: absolute;
    right: 0;
    top: 45%;
    border: none;
    width: 2.8125rem;
    height: 2.8125rem;
    overflow: hidden;
    text-indent: -9999px;
    background-color: transparent;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.tm-carousel .slick-dots {
    width: 100%;
    position: absolute;
    bottom: -2.5rem;
    text-align: center;
}
.tm-carousel .slick-dots li {
    margin: 0 0.325rem;
    display: inline-block;
}
.tm-carousel .slick-dots li button {
    overflow: hidden;
    border: 0;
    background: 0 0;
    display: block;
    height: 12px;
    width: 12px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    position: relative;
}
.tm-carousel .slick-dots li button:before {
    border: 1px solid #ccc;
    color: transparent;
    border-radius: 50%;
    position: absolute;
    background-color: #fff;
    top: 0;
    left: 0;
    content: "";
    width: 12px;
    height: 12px;
    font-family: slick;
    font-size: 30px;
    line-height: 10px;
    text-align: center;
    color: #a6a6a6;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.tm-carousel .slick-dots li.slick-active button:before {
    color: transparent;
    background-color: #00548c;
    border-color: #00548c;
}
@media (min-width: 768px) {
    .tm-content-wrap {
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        box-align: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: justify;
        box-pack: justify;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
    }
}
.tm-img-wrap {
    max-width: 50%;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0.9375rem;
}
.tm-img-wrap img {
    display: block;
    margin: 0 auto;
    border-radius: 50%;
}
@media (min-width: 768px) {
    .tm-img-wrap {
        margin: 0;
        max-width: inherit;
        width: 30%;
    }
}
@media (min-width: 768px) {
    .tm-right-content {
        width: 70%;
        padding-left: 5%;
    }
}
.tm-client-name {
    font-weight: 600;
    font-size: 1.25em;
}
.testimonial-card-module .container {
    padding-top: 3.75rem;
    padding-bottom: 5rem;
}
.tcm-img-wrap {
    min-height: 8.125rem;
}
.tcm-img-wrap img {
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    border: 1px solid #606060;
    max-width: 8.125rem;
    max-height: 8.125rem;
    border-radius: 18px;
}
.tcm-carousel .tcm-slide {
    padding: 4.25rem 0.9375rem 0;
}
.tcm-carousel .slick-slide {
    opacity: 0.52;
}
.tcm-carousel .slick-slide.slick-center {
    opacity: 1;
}
.tcm-carousel .slick-prev {
    position: absolute;
    left: 0;
    top: 45%;
    border: none;
    width: 2.8125rem;
    height: 2.8125rem;
    overflow: hidden;
    text-indent: -9999px;
    background-color: transparent;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.tcm-carousel .slick-next {
    position: absolute;
    right: 0;
    top: 45%;
    border: none;
    width: 2.8125rem;
    height: 2.8125rem;
    overflow: hidden;
    text-indent: -9999px;
    background-color: transparent;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.tcm-carousel .slick-dots {
    width: 100%;
    position: absolute;
    bottom: -2.5rem;
    text-align: center;
}
.tcm-carousel .slick-dots li {
    margin: 0 0.325rem;
    display: inline-block;
}
.tcm-carousel .slick-dots li button {
    overflow: hidden;
    border: 0;
    background: 0 0;
    display: block;
    height: 12px;
    width: 12px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    position: relative;
}
.tcm-carousel .slick-dots li button:before {
    border: 1px solid #ccc;
    color: transparent;
    border-radius: 50%;
    position: absolute;
    background-color: #fff;
    top: 0;
    left: 0;
    content: "";
    width: 12px;
    height: 12px;
    font-family: slick;
    font-size: 30px;
    line-height: 10px;
    text-align: center;
    color: #a6a6a6;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.tcm-carousel .slick-dots li.slick-active button:before {
    color: transparent;
    background-color: #00548c;
    border-color: #00548c;
}
.tcm-content-wrap {
    border-radius: 16px;
    border: 1px solid #acacac;
    background-color: #00548c;
    padding: 0 3.125rem 3.3125rem;
    text-align: center;
}
.tcm-img-wrap {
    margin-top: -4.0625rem;
    margin-bottom: 1.6875rem;
}
.tcm-title {
    color: #fff;
    font-size: 2.125rem;
    line-height: 2.4375rem;
    font-weight: 700;
    margin-bottom: 1.6875rem;
}
.tcm-sub-header {
    font-size: 1.5625rem;
    line-height: 1.875rem;
    color: rgba(255, 255, 255, 0.63);
    font-weight: 400;
    margin-bottom: 2.125rem;
    display: block;
}
.tcm-text {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.5rem;
    text-align: center;
    margin-bottom: 3rem;
}
.content-buckets-small-slider-module {
    text-align: center;
}
.more-capcbilities {
    margin-bottom: 3.75rem;
}
.cbs-slider {
    margin: 0 4em;
}
.cbs-slider .slick-slide {
    position: relative;
    margin: 0 0.3125rem;
}
.cbs-slider .slick-slide:first-child {
    border-left: 0;
}
.cbs-slider .slick-slide:first-child:before {
    display: none;
}
.cbs-slider .slick-slide a {
    display: block;
    padding: 2rem;
    border: 1px solid #286284;
    border-radius: 3px;
}
.cbs-slider .slick-slide a:hover {
    background-color: #00548c;
    border: 1px solid #00548c;
}
.cbs-slider .slick-slide a:hover h3 {
    color: #fff;
}
.cbs-slider .slick-slide a h3 {
    margin: 0;
    text-align: center;
    color: #656565;
}
.cbs-slider .slick-prev {
    position: absolute;
    left: -4em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    width: 2.8125rem;
    height: 2.8125rem;
    overflow: hidden;
    text-indent: -9999px;
    border-radius: 3px;
    border: 2px solid #00548c;
    background-color: transparent;
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/icons/slide-arrow-left.svg);
    background-position: center;
    background-size: 9px 14px;
    background-repeat: no-repeat;
    opacity: 0.4;
}
.cbs-slider .slick-prev:focus,
.cbs-slider .slick-prev:hover {
    background-color: #00548c;
    opacity: 1;
    background-size: 9px 14px;
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/icons/slide-arrow-left-hover.svg);
}
.cbs-slider .slick-next {
    position: absolute;
    right: -4em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    width: 2.8125rem;
    height: 2.8125rem;
    overflow: hidden;
    text-indent: -9999px;
    background-color: transparent;
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/icons/slide-arrow-right.svg);
    background-position: center;
    background-size: 9px 14px;
    border-radius: 3px;
    border: 2px solid #00548c;
    background-repeat: no-repeat;
    opacity: 0.4;
}
.cbs-slider .slick-next:focus,
.cbs-slider .slick-next:hover {
    background-color: #00548c;
    opacity: 1;
    background-size: 9px 14px;
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/icons/slide-arrow-right-hover.svg);
}
.cbs-slider .slick-dots {
    width: 100%;
    position: absolute;
    bottom: -3.75rem;
    text-align: center;
}
.cbs-slider .slick-dots li {
    margin: 0 0.1875rem;
    display: inline-block;
}
.cbs-slider .slick-dots li button {
    overflow: hidden;
    border: 0;
    background: 0 0;
    display: block;
    height: 14px;
    width: 14px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    position: relative;
}
.cbs-slider .slick-dots li button:before {
    border: 1px solid #00548c;
    color: transparent;
    border-radius: 50%;
    position: absolute;
    background-color: #fff;
    top: 0;
    left: 0;
    content: "";
    width: 14px;
    height: 14px;
    font-family: slick;
    font-size: 30px;
    line-height: 10px;
    text-align: center;
    color: #a6a6a6;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.cbs-slider .slick-dots li.slick-active button:before {
    color: transparent;
    background-color: #00548c;
    border-color: #00548c;
}
@media (min-width: 1200px) {
    .cbs-slider {
        margin: 0;
    }
}
.cbssm-title {
    margin-bottom: 2rem;
}
.more-product-lines {
    margin-bottom: 3.75rem;
}
.mpl-slider {
    margin: 0 4em;
}
.mpl-slider .slick-prev {
    position: absolute;
    left: -4em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    width: 2.8125rem;
    height: 2.8125rem;
    overflow: hidden;
    text-indent: -9999px;
    border-radius: 3px;
    border: 2px solid #00548c;
    background-color: transparent;
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/icons/slide-arrow-left.svg);
    background-position: center;
    background-size: 9px 14px;
    background-repeat: no-repeat;
    opacity: 0.4;
}
.mpl-slider .slick-prev:focus,
.mpl-slider .slick-prev:hover {
    background-color: #00548c;
    opacity: 1;
    background-size: 9px 14px;
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/icons/slide-arrow-left-hover.svg);
}
.mpl-slider .slick-next {
    position: absolute;
    right: -4em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    width: 2.8125rem;
    height: 2.8125rem;
    overflow: hidden;
    text-indent: -9999px;
    background-color: transparent;
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/icons/slide-arrow-right.svg);
    background-position: center;
    background-size: 9px 14px;
    border-radius: 3px;
    border: 2px solid #00548c;
    background-repeat: no-repeat;
    opacity: 0.4;
}
.mpl-slider .slick-next:focus,
.mpl-slider .slick-next:hover {
    background-color: #00548c;
    opacity: 1;
    background-size: 9px 14px;
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/icons/slide-arrow-right-hover.svg);
}
.mpl-slider .slick-dots {
    width: 100%;
    position: absolute;
    bottom: -3.75rem;
    text-align: center;
}
.mpl-slider .slick-dots li {
    margin: 0 0.1875rem;
    display: inline-block;
}
.mpl-slider .slick-dots li button {
    overflow: hidden;
    border: 0;
    background: 0 0;
    display: block;
    height: 14px;
    width: 14px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    position: relative;
}
.mpl-slider .slick-dots li button:before {
    border: 1px solid #00548c;
    color: transparent;
    border-radius: 50%;
    position: absolute;
    background-color: #fff;
    top: 0;
    left: 0;
    content: "";
    width: 14px;
    height: 14px;
    font-family: slick;
    font-size: 30px;
    line-height: 10px;
    text-align: center;
    color: #a6a6a6;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.mpl-slider .slick-dots li.slick-active button:before {
    color: transparent;
    background-color: #00548c;
    border-color: #00548c;
}
@media (min-width: 1200px) {
    .mpl-slider {
        margin: 0;
    }
}
.mpl-div {
    padding: 0.3125rem;
}
.mpl-div a {
    width: 100%;
    display: block;
    height: 14.375rem;
    overflow: hidden;
    position: relative;
}
.mpl-div img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #95989a;
}
.mpl-div h3 {
    margin: 0;
    color: #fff;
    text-align: center;
    background-color: #007d42;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 1.125rem;
    width: 80%;
    padding: 0.875rem 0.625rem;
    border-radius: 3px;
}
.page-template-capability .more-capcbilities {
    padding-bottom: 2rem;
}
.product-item {
    display: inline-block;
    margin-bottom: 1.875rem;
    text-align: center;
    text-decoration: none;
}
.product-item:focus .product-header,
.product-item:hover .product-header {
    color: #26834f;
    text-decoration: none;
}
.table-striped.table td,
.table-striped.table th {
    border: none;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}
.robotic-system-types-module .container {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.robotic-system-types-module .tab-content {
    width: 100%;
    background-color: #00548c;
}
.robotic-system-types-module .nav-tabs {
    width: 100%;
    border: none;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.robotic-system-types-module .nav-tabs a:focus {
    outline: 2px solid;
    outline-offset: -2px;
}
.robotic-system-types-module .nav-tabs li,
.robotic-system-types-module .panel-title {
    width: 25%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    border: 0;
    border-right-color: #fff;
    border-right-width: 1px;
    border-right-style: solid;
    border-radius: 0;
}
.robotic-system-types-module .nav-tabs li a,
.robotic-system-types-module .panel-title a {
    padding: 0;
    border: none;
    display: block;
    color: #000;
    text-decoration: none;
    opacity: 0.51;
}
.robotic-system-types-module .nav-tabs li a:focus,
.robotic-system-types-module .nav-tabs li a:hover,
.robotic-system-types-module .panel-title a:focus,
.robotic-system-types-module .panel-title a:hover {
    border: none !important;
    text-decoration: none;
}
.robotic-system-types-module .nav-tabs li a.active,
.robotic-system-types-module .nav-tabs li a[aria-expanded="true"],
.robotic-system-types-module .panel-title a.active,
.robotic-system-types-module .panel-title a[aria-expanded="true"] {
    color: #000;
    opacity: 1;
}
.robotic-system-types-module .panel-title {
    width: 100%;
    background-color: #fff;
}
@media (min-width: 768px) {
    .robotic-system-types-module .panel-heading {
        display: none;
    }
    .robotic-system-types-module .panel {
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .robotic-system-types-module .panel-collapse {
        height: auto;
    }
    .robotic-system-types-module .panel-collapse.collapse {
        display: block;
    }
}
@media (max-width: 767px) {
    .robotic-system-types-module .tab-content .tab-pane {
        display: block;
    }
    .robotic-system-types-module .nav-tabs {
        display: none;
    }
    .robotic-system-types-module .panel-title a {
        display: block;
    }
    .robotic-system-types-module .panel {
        margin: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        margin-top: -2px;
    }
    .robotic-system-types-module .panel-collapse {
        margin-bottom: 1.25rem;
    }
}
.rstm-section-heading {
    margin-bottom: 1.875rem;
    font-size: 1.875rem;
    line-height: 2.1875rem;
}
.rstm-section-description {
    margin-bottom: 5.625rem;
}
.rstm-nav-item img {
    display: block;
    margin: auto;
}
.rstm-nav-item figure {
    margin-bottom: 2.5rem;
}
.rstm-nav-item span {
    display: block;
    color: #000;
    font-size: 1.375rem;
    line-height: 1.875rem;
}
.rstm-nav-item:first-child img {
    margin: 0 auto 0 0;
}
.rstm-tab-content {
    margin-top: 3.4375rem;
}
.rstm-tab-body {
    position: relative;
}
.rstm-tab-body:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 33.5px solid transparent;
    border-right: 33.5px solid transparent;
    border-top: 33.5px solid #fff;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.rstm-tab-body img {
    width: 100%;
    display: block;
}
@media (min-width: 768px) {
    .rstm-tab-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .rstm-tab-body .rstm-tab-innercontent:first-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}
@media (min-width: 768px) {
    .rstm-tab-innercontent {
        width: 50%;
    }
}
.rstm-content-wrap {
    padding: 4.375rem 3.375rem 2.5rem 3.375rem;
}
.rstm-tab-img {
    margin-bottom: 0;
    height: 100%;
}
.rstm-tab-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.rstm-heading {
    color: #fff;
}
.rstm-description {
    color: #fff;
}
.rstm-description p {
    font-size: 1.125rem;
    line-height: 1.5625rem;
}
.rstm-description ul {
    margin-top: 3.4375rem;
    margin-left: 13%;
    color: #fff;
}
.rstm-description ul li {
    padding-left: 2.1875rem;
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.875rem;
    font-weight: 600;
    color: #fff;
}
.rstm-description ul li:after {
    width: 6px;
    height: 6px;
    background-color: #fff;
}
.video-with-description-module {
    padding-top: 2.125rem;
    margin-bottom: 5.625rem;
    background-color: #e9e9e9;
}
.vwdm-media-wrap {
    position: relative;
    margin-bottom: -1.5625rem;
}
.vwdm-play-icon {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-left: 0.625rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.vwdm-play-icon i {
    font-size: 0.5625rem;
    line-height: 0.625rem;
}
.play-video-btn {
    padding: 0.71875rem 1.4375rem;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.play-video-btn.popup-youtube:before {
    content: none !important;
}
@media (min-width: 1360px) {
    .play-video-btn {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}
.vwdm-content {
    position: relative;
}
.vwdm-content:after {
    content: "";
    width: 4.9375rem;
    height: 3.9375rem;
    display: inline-block;
    position: absolute;
    bottom: -1.5625rem;
    right: 3%;
    background: url(https://sepac.com/wp-content/themes/sepacinc-default/img/icons/quote.png) center/contain no-repeat;
}
.vwdm-content-text {
    padding: 3.4375rem 2.1875rem 2.1875rem;
    margin-bottom: 0;
    color: #444;
    font-family: Roboto, serif;
    font-size: 1.4375rem;
    line-height: 1.875rem;
}
.vwdm-content-text > :first-child {
    position: relative;
}
.vwdm-content-text > :first-child:before {
    content: "";
    width: 3.4375rem;
    height: 0.5rem;
    display: inline-block;
    position: absolute;
    top: -1.5625rem;
    left: 0;
    background: url(https://sepac.com/wp-content/themes/sepacinc-default/img/icons/ellipses.png) center/contain no-repeat;
}
@media (max-width: 767.98px) {
    .vwdm-content-text {
        margin-top: 2.5rem;
    }
}
.value-prop-module {
    padding: 1.875rem 0 2.5rem;
}
.vpm-section-content {
    margin-bottom: 2.5rem;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.875rem;
}
.vpm-item {
    height: 100%;
    padding: 2.125rem 1.4375rem;
    background-color: #00548c;
}
.vpm-image-wrap {
    width: 7.6875rem;
    height: 7.6875rem;
    max-width: 100%;
    padding: 0.625rem;
    border-radius: 50%;
    background-color: #c9d7e4;
    margin: 0 auto 0.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.vpm-image-wrap img {
    max-width: 90%;
    margin: auto;
    display: block;
}
.vpm-heading {
    margin-bottom: 1.25rem;
    text-align: center;
    color: #fff;
}
.vpm-description {
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.5625rem;
}
.vpm-description a {
    color: #d95000;
}
@media (min-width: 768px) {
    .vpm-row {
        margin: 0 -0.625rem;
    }
}
.vpm-col {
    margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
    .vpm-col {
        padding: 0 0.625rem;
    }
}
.featured-listing-module {
    margin-bottom: 3.75rem;
}
.flm-section-title {
    margin-bottom: 1.875rem;
}
.flm-featured-listing {
    margin-left: 8%;
}
.flm-featured-listing ul {
    counter-reset: custom-counter;
}
.flm-featured-listing ul li {
    margin-bottom: 2.8125rem;
    padding-left: 5.625rem;
    counter-increment: custom-counter;
    position: relative;
}
.flm-featured-listing ul li:before {
    content: counter(custom-counter);
    width: 2.5rem;
    height: 2.5rem;
    padding: 0.625rem 0.3125rem 0.625rem;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    z-index: 0;
    top: 0.1875rem;
    left: 0;
    background-color: #00548c;
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.3125rem;
    font-weight: 600;
    text-align: center;
}
.flm-featured-listing ul.featured_listing li:before {
    content: "";
    padding: 0;
    background: transparent url(https://sepac.com/wp-content/themes/sepacinc-default/img/icons/featured-list-arrow.png) left top/22px no-repeat;
}
.cobm-section-title {
    color: #000;
    font-size: 1.375rem;
    line-height: 1.875rem;
}
@media (min-width: 768px) {
    .cobm-listing {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.cobm-item {
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.cobm-link {
    width: 100%;
    min-height: 26.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.cobm-link:before {
    content: "";
    width: calc(100% + 30px);
    height: 100%;
    border: dashed 2px red;
    position: absolute;
    top: 0;
    left: -0.9375rem;
    opacity: 0;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
@media (prefers-reduced-motion: reduce) {
    .cobm-link:before {
        -webkit-transition: none;
        transition: none;
    }
}
.cobm-link:after {
    content: "";
    width: calc(100% + 30px);
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: -0.9375rem;
    opacity: 0;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
@media (prefers-reduced-motion: reduce) {
    .cobm-link:after {
        -webkit-transition: none;
        transition: none;
    }
}
.cobm-link:focus .cobm-text,
.cobm-link:hover .cobm-text {
    height: auto;
    visibility: visible;
    opacity: 1;
}
.cobm-link:focus:after,
.cobm-link:hover:after {
    opacity: 1;
}
.cobm-link:focus:not(:active):not(:hover) {
    outline: 0;
}
.cobm-link:focus:not(:active):not(:hover):before {
    opacity: 1;
}
.cobm-content-wrap {
    text-align: center;
    position: relative;
    z-index: 1;
}
@media (min-width: 768px) {
    .cobm-content-wrap {
        max-width: calc(100% - 15px);
        padding-right: 1.875rem;
        width: 36rem;
        margin-left: auto;
        text-align: left;
    }
}
.cobm-title {
    margin: 0;
    color: #fff;
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 2.1875rem;
}
.cobm-text {
    height: 0;
    margin: 0;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.5rem;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    overflow: hidden;
}
.cobm-text p {
    margin: 1.25rem 0 0;
}
@media (min-width: 768px) {
    .cobm-text {
        max-width: 23.75rem;
    }
}
.pillarpage-linklist-module {
    background-color: #00548c;
}
@media (min-width: 768px) {
    .pillarpage-linklist-module.stuck {
        width: 100%;
        position: fixed;
        z-index: 98;
        top: 0;
        left: 0;
        -webkit-box-shadow: 0 3px 6.93px 0.07px rgba(40, 40, 40, 0.44);
        box-shadow: 0 3px 6.93px 0.07px rgba(40, 40, 40, 0.44);
        -webkit-transition: none;
        transition: none;
    }
}
.pillar-nav {
    margin: 0 -0.625rem;
    padding: 1.1875rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.pillar-nav li {
    margin-top: 0.6875rem;
    font-family: Roboto, serif;
    padding: 0 0.625rem;
}
.pillar-nav li:first-child {
    font-family: Roboto, serif;
}
.pillar-nav li.pillar-active > a {
    border-bottom: 0.375rem solid #fff;
    font-weight: 700;
    color: #fff;
}
.pillar-nav a {
    padding-bottom: 0.3125rem;
    border-bottom: 0.375rem solid transparent;
    display: inline-block;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.1875rem;
    line-height: 1.5625rem;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.pillar-nav a:hover {
    border-bottom: 0.375rem solid #fff;
    font-weight: 700;
    color: #fff;
}
@media (max-width: 767.98px) {
    .pillar-nav {
        display: block;
    }
}
.nlm-listing {
    counter-reset: custom-counter;
}
@media (min-width: 992px) {
    .nlm-listing {
        margin: 0 -0.8125rem;
    }
}
.nlistm-item {
    overflow: hidden;
}
.nlistm-item .nlistm-item-wrap {
    counter-increment: custom-counter;
    position: relative;
}
.nlistm-item .nlistm-item-wrap:before {
    content: counter(custom-counter);
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 0.3125rem;
    color: rgba(19, 86, 139, 0.15);
    font-size: 15.125rem;
    line-height: 9.3125rem;
    font-weight: 700;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
}
@media (min-width: 992px) {
    .nlistm-item {
        padding: 0 0.8125rem;
    }
}
.nlistm-item-wrap {
    width: 100%;
    min-height: 9.3125rem;
    padding: 1.875rem 2.5rem 1.875rem 3.75rem;
    margin: 0.76375rem 0 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 2px 12.22px 0.78px rgba(0, 0, 0, 0.11);
    box-shadow: 0 2px 12.22px 0.78px rgba(0, 0, 0, 0.11);
    font-size: 1.125rem;
    line-height: 1.6875rem;
    overflow: hidden;
}
.page-template-pillar-page-template .breadcrumb-menu {
    display: none;
}
.page-template-pillar-page-template .page-intro {
    min-height: 27.75rem;
}
.page-template-pillar-page-template .page-intro .pi-wrap {
    min-height: 22.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.page-template-pillar-page-template .page-intro:before {
    content: none;
}
.page-template-pillar-page-template .pillar-page-template {
    padding: 0;
}
.page-template-pillar-page-template .pillar-page-template > #content.container {
    display: none;
}
.page-template-pillar-page-template h3 {
    margin-bottom: 1.5625rem;
    color: #000;
    font-size: 1.4375rem;
    line-height: 1.5625rem;
}
.page-template-pillar-page-template .fullwidth-cta1:before {
    content: none;
}
.page-template-pillar-page-template .fullwidth-cta1 .container {
    padding-top: 7.8125rem;
    padding-bottom: 5.625rem;
}
.page-template-pillar-page-template .fullwidth-cta1 .fwc-heading {
    margin-bottom: 2.1875rem;
    font-weight: 600;
}
.page-template-pillar-page-template .fullwidth-cta1 .fwc-description {
    margin-bottom: 3.125rem;
    font-size: 1.125rem;
    line-height: 1.5625rem;
}
.page-template-pillar-page-template .ctabm-wrap {
    text-align: left;
    background-color: #00548c;
}
.page-template-pillar-page-template .ctabm-wrap:nth-child(even) {
    background-color: #0e4a7a;
    color: #fff;
}
.page-template-pillar-page-template .ctabm-wrap:nth-child(even) a {
    color: #fff;
}
.page-template-pillar-page-template .ctabm-wrap:nth-child(even) a.ctabm-btn span:after {
    right: 0;
}
@media (min-width: 768px) {
    .page-template-pillar-page-template .ctabm-wrap:nth-child(2n) .ctabm-btn > span {
        padding-left: 13%;
        margin-left: 0;
        margin-right: auto;
    }
}
.page-template-pillar-page-template .ctabm-btn {
    position: relative;
}
.page-template-pillar-page-template .ctabm-btn span {
    display: block;
    position: relative;
    font-weight: 400;
}
@media (min-width: 768px) {
    .page-template-pillar-page-template .ctabm-btn span {
        padding-right: 3.125rem;
        width: 36rem;
        max-width: calc(100% - 15px);
        margin-left: auto;
    }
}
.page-template-pillar-page-template .ctabm-btn span:after {
    content: "\f178";
    position: absolute;
    right: 1.875rem;
    bottom: 0;
    display: inline-block;
    font: normal normal normal 20px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-template-pillar-page-template .ctabm-btn i {
    display: none;
}
.page-template-pillar-page-template .ctabm-btn:focus:not(:active):not(:hover) {
    outline-offset: -2px;
}
@media (max-width: 767.98px) {
    .page-template-pillar-page-template .ctabm-btn span:after {
        right: 0;
    }
}
.categories-module .container {
    padding-top: 1.375rem;
    padding-bottom: 6.375rem;
}
.cat-description {
    margin-bottom: 3.0625rem;
    font-size: 1.3125rem;
    font-weight: 600;
    line-height: 1.75rem;
    text-align: center;
}
.cat-item {
    margin-bottom: 1.25rem;
}
.cat-item-wrap {
    min-height: 16.5625rem;
    padding: 2.75rem;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    box-align: end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
    background-color: #00548c;
}
.cat-item-wrap span {
    display: inline-block;
    vertical-align: middle;
}
.cat-item-wrap span.material-icons {
    margin-left: 0.75rem;
    font-size: 1.875rem;
}
.cat-item-title {
    color: #fff;
    font-size: 1.6875rem;
    font-weight: 600;
    line-height: 2.125rem;
}
.page-template-navigations-template .content-area header {
    margin-bottom: 3.125rem;
}
.page-template-footer-template .content-area footer {
    margin-bottom: 3.125rem;
}
.content-associations-module {
    background-color: #eff4f8;
    text-align: center;
}
.content-associations-module .cam-listing {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cam-title {
    margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
    .cam-title {
        margin-bottom: 0;
    }
}
.cam-item {
    margin-bottom: 1rem;
}
@media (min-width: 992px) {
    .cam-item {
        margin-bottom: 0;
    }
}
.content-associations-module-two {
    text-align: center;
}
.content-associations-module-two .cam-listing {
    margin-bottom: 3rem;
}
.content-associations-module-two .cam-title {
    margin-bottom: 2rem;
}
.cami-img {
    display: block;
    margin: 0 auto;
    max-height: 4rem;
}
.download-ebook-module {
    background-color: #eff4f8;
}
.dem-listing {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.dem-img {
    display: block;
    margin: 0 auto;
}
.dem-title {
    margin-bottom: 1rem;
}
.dem-item-btn {
    margin-top: 1rem;
}
.areas-we-serve-module {
    background-color: #eff4f8;
    text-align: center;
}
.awsm-title {
    margin-bottom: 1rem;
}
.awsm-text {
    margin-bottom: 4rem;
}
.awsm-map svg g path {
    cursor: pointer;
}
.awsm-map svg g path:hover {
    fill: #3cb4e7;
}
.sticky-widgets {
    -ms-flex-item-align: start;
    align-self: start;
    position: sticky;
    top: 9.375rem;
}
.aum-four-bucket-module .container,
.aum-three-bucket-module .container {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
}
.content-module .container {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
}
.content-module .cm-wrap {
    clear: both;
}
.content-module .cm-wrap:nth-child(2n) {
    background-color: #eff4f8;
}
.content-module .cm-img {
    max-width: 31.25rem;
    padding: 0 0 1.25rem 0;
    margin: 0 auto;
    width: 100%;
}
@media (min-width: 992px) {
    .content-module .cm-img {
        float: left;
        padding: 0 1.25rem 1.25rem 0;
    }
}
.content-module .cm-img a {
    line-height: 0;
    width: 100%;
}
.content-module .cm-img img {
    width: 100%;
}
.dest-resource-module {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.dest-resource-module:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #28628f;
    background: -webkit-gradient(linear, left top, right top, from(#28628f), to(#00334d));
    background: linear-gradient(to right, #28628f 0, #00334d 100%);
    opacity: 0.9;
}
.dest-resource-module .container {
    position: relative;
    z-index: 1;
}
.dest-resource-module .col-md-7 {
    padding-bottom: 1.875rem;
}
@media (max-width: 767.98px) {
    .dest-resource-module {
        text-align: center;
    }
}
@media (min-width: 768px) {
    .dest-resource-module .col-md-7 {
        padding-bottom: 0;
    }
    .dest-resource-module .col-md-5 {
        text-align: right;
    }
    .dest-resource-module .py-5 {
        padding-bottom: 4rem !important;
        padding-top: 4rem !important;
    }
}
.drm-title {
    color: #fff;
    margin: 0 0 1.25rem 0;
    font-size: 2.25rem;
    line-height: 2.875rem;
}
.drm-desc {
    color: #fff;
    margin-bottom: 2.5rem;
}
.drm-cta-wrap a {
    min-width: 15.375rem;
}
.gmap iframe {
    width: 100%;
}
.lightbox {
    line-height: 0;
}
.text-media-module .lightbox img {
    width: 100%;
}
.product-grid-module img {
    width: 100%;
}
.bm-heading {
    text-align: center;
}
.bm-text {
    text-align: center;
}
.bm-items {
    display: block;
    max-width: 100%;
    padding-bottom: 4.375rem;
    text-align: center;
}
@media (min-width: 576px) {
    .bm-items {
        text-align: left;
    }
}
.bm-style-2 .bm-items {
    text-align: center;
}
@media (min-width: 576px) {
    .bm-style-2 .bm-items {
        text-align: center;
    }
}
@media (min-width: 768px) {
    .bm-style-2 .bm-items {
        text-align: left;
    }
}
.bmi-heading {
    margin: 1.5rem 0 1.25rem;
}
.bmi-text {
    margin-bottom: 2.1875rem;
}
.bmi-btn {
    max-width: 18.375rem;
    width: 100%;
}
.bmi-btn-wrap {
    display: block;
}
.rfq-lp-module {
    background-color: #eee;
    text-align: center;
}
.rfq-lp-module .container {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.rfq-lp-module .rfq-lp-wrap {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .rfq-lp-module .rfq-lp-wrap {
        width: 40.625rem;
    }
}
.rfq-lp-module .rfq-lp-item {
    width: 50%;
    padding: 0.625rem;
}
@media (min-width: 576px) {
    .rfq-lp-module .rfq-lp-item {
        width: 33.33%;
    }
}
@media (min-width: 768px) {
    .rfq-lp-module .rfq-lp-item {
        width: 25%;
    }
}
@media (min-width: 992px) {
    .rfq-lp-module .rfq-lp-item {
        width: 20%;
    }
}
.rfq-lp-module .rfq-lp-item h4 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-top: 0.625rem;
}
.additional-fact-module {
    background: -webkit-gradient(linear, left top, left bottom, from(#03334c), color-stop(64%, #26577f));
    background: linear-gradient(180deg, #03334c 0, #26577f 64%);
}
.additional-fact-module .container {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
}
.afm-wrapper > div > img {
    display: block;
    width: 100%;
}
@media (min-width: 768px) {
    .afm-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
    }
    .afm-wrapper > div {
        width: 50%;
    }
    .afm-wrapper > div > img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        height: 100%;
    }
}
.afm-content {
    border: solid 1px #4088c3;
    padding: 1.875rem 1.875rem;
    text-align: center;
}
@media (min-width: 768px) {
    .afm-content {
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: center;
        align-content: center;
        border-left: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-left: 0;
        padding: 3.125rem;
    }
}
.afm-heading {
    font-size: 2.1875rem;
    margin-bottom: 1.25rem;
    color: #fff;
}
.afm-desc {
    color: #fff;
}
.image-gallery-module {
    text-align: center;
}
.image-gallery-module .container {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
}
.image-gallery-module .lightbox,
.image-gallery-module .loop-item {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    line-height: 0;
    display: block;
}
.image-gallery-module .lightbox img,
.image-gallery-module .loop-item img {
    width: 100%;
}
.image-gallery-module section.row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.additional-con-info .container {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
}
.contact-us-module .container {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
}
.page-template-contact-us .fullwidth-cta2 {
    margin-top: 1.875rem;
}
@media (max-width: 1199.98px) {
    .hero-interactive-2-module {
        display: none;
    }
}
@media (min-width: 992px) {
    .hero-interactive-2-module {
        background-color: red;
    }
}
.video-content-grid-module .container {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
}
.vcgm-section-heading {
    margin-bottom: 1.875rem;
}
.vcgm-link {
    width: 100%;
    display: block;
    margin-bottom: 1.875rem;
}
.vcgm-video-cover {
    width: 100%;
    display: block;
}
@media (max-width: 767.98px) {
    .vcgm-video-cover {
        margin: auto !important;
    }
}
@media (max-width: 991.98px) {
    .vcgm-video-cover {
        max-width: 15.625rem !important;
    }
}
.vcgm-description {
    font-size: 1rem;
    line-height: 1.625rem;
}
.image-content-grid-module .container {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
}
.icgm-section-heading {
    margin-bottom: 1.875rem;
}
.icgm-img {
    width: 100%;
    display: block;
}
.icgm-heading {
    margin-top: 1.875rem;
}
.icgm-description {
    font-size: 1rem;
    line-height: 1.625rem;
}
.content-value-prop-nonlink-tab {
    position: relative;
    overflow: hidden;
}
.content-value-prop-nonlink-tab .container {
    padding-top: 4.9375rem;
    padding-bottom: 5.125rem;
    position: relative;
    z-index: 1;
}
.cvpnt-wrap {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cvpnt-img-wrap img {
    display: block;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .cvpnt-img-wrap {
        padding-right: 12px;
    }
    .cvpnt-img-wrap img {
        margin: 0;
    }
    .cvpnt-img-wrap .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 51%;
        flex: 0 0 51%;
        max-width: 51%;
    }
}
@media (max-width: 767.98px) {
    .cvpnt-content-wrap {
        margin: 1.875rem 0;
        text-align: center;
    }
}
@media (min-width: 768px) {
    .cvpnt-content-wrap .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
        max-width: 49%;
    }
}
@media (min-width: 992px) {
    .cvpnt-content-wrap {
        padding-bottom: 9.0625rem;
    }
}
.cvpnt-content-inner-wrap {
    max-width: 100%;
    width: 28rem;
    margin: 0 auto;
}
.cvpt-subheading {
    margin-bottom: 0.8125rem;
    color: #343434;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 400;
    text-transform: uppercase;
}
.cvpt-heading {
    margin-bottom: 0.375rem;
    color: #00548c;
    font-size: 2.1875rem;
    line-height: 2.5625rem;
    font-weight: 700;
}
.cvpt-description {
    margin: 0 0 1.625rem;
    color: #343434;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 400;
}
.cvpt-link {
    margin: 0;
    color: #000;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 900;
    text-decoration: none;
}
.cvpt-link span {
    vertical-align: middle;
}
.cvpt-link .cpvt-link-text {
    text-decoration: underline;
}
.cvpt-link:focus,
.cvpt-link:hover {
    color: #00548c;
    text-decoration: none;
}
.cvpnt-tabs {
    max-width: 100%;
    width: 100%;
    background-color: #00548c;
    text-align: center;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
@media (min-width: 992px) {
    .cvpnt-tabs {
        width: 48.125rem;
        margin-left: auto;
        position: absolute;
        bottom: 0;
        right: 0;
        margin: 0;
    }
}
@media (min-width: 576px) {
    .cvpnt-tabs {
        padding: 1.625rem 0.21875rem;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        text-align: left;
    }
}
.cvpnt-tab-item {
    width: 100%;
    padding: 0.625rem 5%;
    color: #fff;
}
@media (min-width: 576px) {
    .cvpnt-tab-item {
        width: 33.33%;
        padding: 0 2%;
    }
}
@media (min-width: 768px) {
    .cvpnt-tab-item {
        padding: 0 2.15625rem;
    }
}
@media (min-width: 992px) {
    .cvpnt-tab-item {
        padding: 0 2.40625rem;
    }
    .cvpnt-tab-item:last-child {
        margin-right: -1.3125rem;
    }
}
.cvpnt-tab-title {
    margin-bottom: 0.5625rem;
    color: #fff;
    font-size: 1.875rem;
    line-height: 2.1875rem;
    font-weight: 700;
    text-transform: uppercase;
}
.cvpnt-tab-subtitle {
    margin: 0;
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.5625rem;
    font-weight: 400;
}
.content-tabs-2lv .tab-content {
    width: 100%;
}
@media (min-width: 768px) {
    .content-tabs-2lv .tab-content {
        padding: 3.125rem 1.25rem;
        background-color: #fafafa;
    }
}
.content-tabs-2lv .nav-tabs {
    width: 100%;
    border-radius: 0;
    border-bottom: 0;
}
.content-tabs-2lv .nav-tabs a:focus {
    position: relative;
    outline: 2px solid;
    outline-offset: -2px;
}
.content-tabs-2lv .nav-tabs:not(.ctl-nested-tab) li,
.content-tabs-2lv .panel-title {
    width: 20%;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    border: 0;
    border-right-color: #fff;
    border-right-width: 2px;
    border-right-style: solid;
    border-radius: 0;
}
.content-tabs-2lv .nav-tabs:not(.ctl-nested-tab) li a,
.content-tabs-2lv .panel-title a {
    padding: 1.875rem 1.25rem;
    border: none;
    display: block;
    background-color: #00548c;
    color: #fff;
    text-decoration: none;
    position: relative;
}
.content-tabs-2lv .nav-tabs:not(.ctl-nested-tab) li a:after,
.content-tabs-2lv .panel-title a:after {
    content: "+";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1.25rem;
}
.content-tabs-2lv .nav-tabs:not(.ctl-nested-tab) li a:focus,
.content-tabs-2lv .nav-tabs:not(.ctl-nested-tab) li a:hover,
.content-tabs-2lv .panel-title a:focus,
.content-tabs-2lv .panel-title a:hover {
    border: none !important;
    text-decoration: none;
}
.content-tabs-2lv .nav-tabs:not(.ctl-nested-tab) li a.active,
.content-tabs-2lv .panel-title a.active {
    background-color: #fafafa;
    color: #00548c;
}
.content-tabs-2lv .nav-tabs:not(.ctl-nested-tab) li a[aria-expanded="true"],
.content-tabs-2lv .panel-title a[aria-expanded="true"] {
    background-color: #fafafa;
    color: #00548c;
}
.content-tabs-2lv .nav-tabs:not(.ctl-nested-tab) li a[aria-expanded="true"]:after,
.content-tabs-2lv .panel-title a[aria-expanded="true"]:after {
    content: "-";
}
@media (min-width: 768px) {
    .content-tabs-2lv .nav-tabs:not(.ctl-nested-tab) li,
    .content-tabs-2lv .panel-title {
        text-align: center;
    }
    .content-tabs-2lv .nav-tabs:not(.ctl-nested-tab) li a:after,
    .content-tabs-2lv .panel-title a:after {
        display: none;
    }
}
.content-tabs-2lv .panel-title {
    width: 100%;
}
.content-tabs-2lv .ctl-tab-body {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.content-tabs-2lv .ctl-nested-tab-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}
.content-tabs-2lv .ctl-nested-tab-row > * {
    padding: 0;
}
.content-tabs-2lv .ctl-nested-tab {
    padding: 0;
    display: block;
}
.content-tabs-2lv .ctl-nested-tab li {
    display: block;
}
.content-tabs-2lv .ctl-nested-tab li a {
    padding: 0.5rem 0;
    border-bottom: 1px solid #707070;
    display: block;
    font-size: 1.125rem;
    color: rgba(88, 88, 91, 0.55);
}
.content-tabs-2lv .ctl-nested-tab li a.active {
    color: #58585b;
}
.content-tabs-2lv .ctl-nested-tab-content .panel-title a {
    border-bottom: 1px solid #707070;
    display: block;
    font-size: 1.125rem;
    padding: 0.5rem 0;
    color: rgba(88, 88, 91, 0.55);
    background: 0 0;
}
.content-tabs-2lv .ctl-nested-tab-content .panel-title a.active,
.content-tabs-2lv .ctl-nested-tab-content .panel-title a:hover {
    color: #58585b;
    border-bottom: 1px solid #707070 !important;
}
@media (min-width: 768px) {
    .content-tabs-2lv .panel-heading {
        display: none;
    }
    .content-tabs-2lv .panel {
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .content-tabs-2lv .panel-collapse {
        height: auto;
    }
    .content-tabs-2lv .panel-collapse.collapse {
        display: block;
    }
    .content-tabs-2lv .ctl-nested-tab li a {
        margin-left: 10%;
        -webkit-transition: margin 0.25s;
        transition: margin 0.25s;
    }
    .content-tabs-2lv .ctl-nested-tab li a.active {
        margin-left: 0;
    }
}
@media (max-width: 767.98px) {
    .content-tabs-2lv .ctl-tab-img {
        margin-bottom: 1.875rem;
    }
    .content-tabs-2lv .tab-content .tab-pane {
        display: block;
    }
    .content-tabs-2lv .nav-tabs {
        display: none;
    }
    .content-tabs-2lv .panel-title a {
        display: block;
    }
    .content-tabs-2lv .panel {
        margin: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        margin-top: -2px;
    }
    .content-tabs-2lv .panel-collapse {
        margin-bottom: 1.25rem;
    }
}
.ctl-tab-body img {
    margin: 0 auto;
    display: block;
}
.ctl-subheading {
    color: #58585b;
    margin-bottom: 0;
}
.content-value-prop-2 {
    background-color: #fff;
    background-size: cover;
    background-blend-mode: luminosity;
    position: relative;
}
.content-value-prop-2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.9;
}
.content-value-prop-2 > * {
    position: relative;
    z-index: 1;
}
.content-value-prop-2 .container {
    padding-top: 4.3125rem;
    padding-bottom: 4.3125rem;
}
.cvp2-wrapper {
    text-align: center;
}
@media (min-width: 992px) {
    .cvp2-wrapper {
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        box-align: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: justify;
        box-pack: justify;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
        text-align: left;
    }
}
.cvp2-content {
    margin-bottom: 4rem;
}
@media (min-width: 992px) {
    .cvp2-content {
        width: 51%;
        margin-bottom: 0;
    }
}
@media (min-width: 992px) {
    .cvp2-wrap {
        width: 37%;
        margin-left: 8.05%;
    }
}
.cvp2-circle {
    width: 20rem;
    height: 20rem;
    margin: auto;
    border-radius: 50%;
    border: 2px solid #28628f;
    position: relative;
}
@media (min-width: 576px) {
    .cvp2-circle {
        width: 21.625rem;
        height: 21.625rem;
    }
}
.cvp2-titles {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.cvp2-link {
    display: block;
    width: 5.3125rem;
    height: 5.3125rem;
    border-radius: 50%;
    border: 3px solid #fff;
    background-color: #28628f;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    position: absolute;
    cursor: default;
    top: -2.25rem;
    left: 40%;
}
.cvp2-link:first-child {
    top: auto;
    bottom: -7%;
}
.cvp2-link:nth-child(2) {
    left: 4%;
    top: 5.5%;
}
.cvp2-link:nth-child(3) {
    left: auto;
    top: 5.5%;
    right: 4%;
}
.cvp2-link.active {
    background-color: #10b1d7;
}
.cvp2-link img {
    display: block;
    max-height: 2.125rem;
    width: 3rem;
    height: 2.125rem;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (min-width: 576px) {
    .cvp2-link {
        width: 5.9375rem;
        height: 5.9375rem;
    }
}
.cvp2-txt {
    width: 93%;
    height: 93%;
    border-radius: 50%;
    text-align: center;
    background: #28628f;
    background: -webkit-gradient(linear, left top, left bottom, from(#28628f), color-stop(50%, #007fac), to(#0079a3));
    background: linear-gradient(to bottom, #28628f 0, #007fac 50%, #0079a3 100%);
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 12% 18%;
    font-size: 0.35vh;
}
.cvp2-txt img {
    display: block;
    max-height: 2.9375rem;
    margin: auto;
    width: 4.1875rem;
    height: 2.9375rem;
}
.cvp2-txt p {
    font-size: 0.9375rem;
    line-height: 1.5rem;
    margin-top: 0.5rem;
}
@media (min-width: 576px) {
    .cvp2-txt {
        font-size: 1rem;
    }
}
.cvp2-box {
    display: none;
}
.cvp2-box.active {
    display: block;
}
.cvp2i-title {
    color: #fff;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 1.25rem;
    font-weight: 700;
    display: block;
}
@media (max-width: 575.98px) {
    .cvp2i-title {
        font-size: 0.9375rem;
    }
}
.content-tabs-2lv-2-module .tab-content {
    width: 100%;
    padding: 6rem 1.25rem 6.625rem;
}
.content-tabs-2lv-2-module .nav-tabs {
    width: auto;
    border-radius: 0;
    border-bottom: 0;
}
.content-tabs-2lv-2-module .nav-tabs a:focus {
    position: relative;
    outline: 2px solid;
    outline-offset: -2px;
}
@media (min-width: 992px) {
    .content-tabs-2lv-2-module .nav-tabs {
        margin: 0 0.3125rem;
    }
}
.content-tabs-2lv-2-module .nav-tabs li,
.content-tabs-2lv-2-module .panel-title {
    width: 33.33%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    border: 0;
    border-radius: 0;
}
.content-tabs-2lv-2-module .nav-tabs li:not(:last-child),
.content-tabs-2lv-2-module .panel-title:not(:last-child) {
    border-right: 2px solid #fff;
}
.content-tabs-2lv-2-module .nav-tabs li a,
.content-tabs-2lv-2-module .panel-title a {
    padding: 1.25rem 1.875rem;
    border: none;
    border-radius: 0;
    display: block;
    background-color: #00548c;
    color: #fff;
    text-decoration: none;
    word-break: initial;
}
.content-tabs-2lv-2-module .nav-tabs li a:focus,
.content-tabs-2lv-2-module .nav-tabs li a:hover,
.content-tabs-2lv-2-module .panel-title a:focus,
.content-tabs-2lv-2-module .panel-title a:hover {
    border: none !important;
    text-decoration: none;
}
.content-tabs-2lv-2-module .nav-tabs li a.active,
.content-tabs-2lv-2-module .panel-title a.active {
    background-color: #fafafa;
    color: #00548c;
}
.content-tabs-2lv-2-module .panel-title {
    width: 100%;
}
@media (min-width: 992px) {
    .content-tabs-2lv-2-module .panel-heading {
        display: none;
    }
    .content-tabs-2lv-2-module .panel {
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .content-tabs-2lv-2-module .panel-collapse {
        height: auto;
    }
    .content-tabs-2lv-2-module .panel-collapse.collapse {
        display: block;
    }
}
@media (max-width: 992px) {
    .content-tabs-2lv-2-module .tab-content .tab-pane {
        display: block;
    }
    .content-tabs-2lv-2-module .nav-tabs {
        display: none;
    }
    .content-tabs-2lv-2-module .panel-title a {
        display: block;
    }
    .content-tabs-2lv-2-module .panel {
        margin: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        margin-top: -2px;
    }
    .content-tabs-2lv-2-module .panel-collapse {
        margin-bottom: 1.25rem;
        height: 0;
        overflow: hidden;
        display: block !important;
    }
    .content-tabs-2lv-2-module .panel-collapse.show {
        height: auto;
        display: block !important;
    }
}
.ctl2-tab-body {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.ctl2-tab-body .slick-dots {
    width: 100%;
    position: absolute;
    bottom: -4.375rem;
    text-align: center;
}
.ctl2-tab-body .slick-dots li {
    margin: 0 0.325rem;
    display: inline-block;
}
.ctl2-tab-body .slick-dots li button {
    overflow: hidden;
    border: 0;
    background: 0 0;
    display: block;
    height: 12px;
    width: 12px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    position: relative;
}
.ctl2-tab-body .slick-dots li button:before {
    border: 1px solid #ccc;
    color: transparent;
    border-radius: 50%;
    position: absolute;
    background-color: #fff;
    top: 0;
    left: 0;
    content: "";
    width: 12px;
    height: 12px;
    font-family: slick;
    font-size: 30px;
    line-height: 10px;
    text-align: center;
    color: #a6a6a6;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ctl2-tab-body .slick-dots li.slick-active button:before {
    color: transparent;
    background-color: #00548c;
    border-color: #00548c;
}
.ctl2-header {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    background-color: #00334d;
}
.ctl2-header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.ctl2-heading {
    color: #fff;
}
@media (min-width: 768px) {
    .ctl2-heading {
        margin-bottom: 0;
    }
}
.ctl2-slide {
    display: block !important;
    padding: 0 12px;
}
.ctl2-content {
    padding: 3.0625rem 1.875rem 5.9375rem 1.875rem;
    border: 1px solid #c3c3c3;
    border-radius: 1.125rem;
    text-align: center;
    position: relative;
}
@media (min-width: 768px) {
    .ctl2-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: left;
    }
}
.ctl2-img {
    width: 100%;
    display: block;
    text-align: center;
}
@media (min-width: 768px) {
    .ctl2-img {
        width: 9.6875rem;
        margin-right: 1.0625rem;
    }
    .ctl2-img img {
        width: 100%;
        display: block;
    }
}
@media (min-width: 768px) {
    .ctl2-txt-wrap {
        width: calc(100% - 155px);
    }
}
.ctl2-txt {
    margin-bottom: 1.875rem;
}
.btn-ctl2 {
    white-space: nowrap;
}
.ctl2-btn {
    position: absolute;
    bottom: 2.875rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 12.5rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .bg-img-content-module1 .bicm-content-wrap,
    .bg-img-content-module2 .bicm-content-wrap {
        height: 28.75rem;
    }
}
.page-id-1031 .wrapper {
    padding-bottom: 0;
}
.page-id-1031 h2 {
    margin-bottom: 1.875rem;
}
.camt-slider .slick-dots,
.icwt-slider .slick-dots {
    text-align: center;
}
.camt-slider .slick-dots li,
.icwt-slider .slick-dots li {
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}
.camt-slider .slick-dots li button,
.icwt-slider .slick-dots li button {
    font-size: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #dbdbdb;
    border: 1px solid #dbdbdb;
    padding: 0;
}
.camt-slider .slick-dots li button:before,
.icwt-slider .slick-dots li button:before {
    display: none;
}
.camt-slider .slick-dots li.slick-active button,
.icwt-slider .slick-dots li.slick-active button {
    background-color: #00548c;
    border-color: #00548c;
}
.fixed-bg {
    background-attachment: fixed;
}
.wwo-buckets {
    margin-top: 1.875rem;
}
.wwo-buckets .col-12 > div {
    padding: 1.25rem;
    margin-bottom: 1.875rem;
}
.wwo-title {
    text-align: center;
    color: #fff;
}
.wwo-cont {
    color: #fff;
}
.jo-heading {
    margin-bottom: 1.5625rem;
}
.jo-bottom-module {
    margin-top: 5rem;
}
.jo-bottom-module > div {
    margin-bottom: 1.875rem;
}
@media (min-width: 992px) {
    .jo-bottom-module {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .jo-bottom-module > div {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-right: 1.875rem;
    }
    .jo-bottom-module > div:last-child {
        padding-right: 0;
    }
}
body .jo-form .gform_wrapper .gform_footer {
    text-align: left;
}
.jo-title {
    color: #00334d;
    margin-bottom: 1.25rem;
}
.jo-cont {
    padding-bottom: 2.1875rem;
}
.jo-members {
    text-align: center;
}
.jo-members .row > div {
    margin-bottom: 1.5625rem;
}
.cpm-item {
    background-color: rgba(0, 125, 66, 0.05);
    position: relative;
    margin-bottom: 1.875em;
    padding-bottom: 1.5625em !important;
}
.cpm-logo-wrap {
    margin-top: -3.125rem;
    width: 5.25rem;
    height: 5.25rem;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
    -o-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
    background-color: #fff;
    display: inline-block;
    position: relative;
}
.cpm-logo-wrap img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.cpm-title {
    color: #286094;
    margin-bottom: 0.75em;
}
.olm-item img {
    margin-bottom: 1rem;
}
.os-item {
    margin-bottom: 0.9375rem;
}
.os-item a {
    position: relative;
    display: block;
    border-radius: 3px;
    overflow: hidden;
}
.os-item a img {
    width: 100%;
    display: block;
}
.os-item a:focus .os-overlay,
.os-item a:hover .os-overlay {
    opacity: 0.9;
}
.os-item a * {
    color: #fff;
}
.os-item a span {
    text-decoration: underline;
}
.os-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    background-color: #28628f;
}
.os-verlay-wrap {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
.os-verlay-wrap span {
    font-size: 1.375rem;
    font-weight: 700;
}
.os-buckets {
    margin-top: 0.9375rem;
}
.os-name {
    margin-bottom: 0;
    font-size: 1.3125rem;
}
.os-cont {
    margin: 1.875rem 0;
    font-size: 1.3125rem;
}
.avpm-module {
    padding-top: 1.875rem;
}
.avpm-module .container {
    padding-top: 0;
    padding-bottom: 1.875rem;
}
#destination-page-right-sidebar {
    max-width: 20.8125rem;
    width: 100%;
}
.destination-page-right-sidebar h2 {
    font-size: 1.375rem;
    font-weight: 400;
    margin-bottom: 1.5625rem;
}
.destination-page-right-sidebar .menu-side-bar-nav-container ul {
    background-color: #eff4f8;
    border-radius: 3px;
    margin-bottom: 2.8125rem;
}
.destination-page-right-sidebar .menu-side-bar-nav-container li {
    border-bottom: 2px solid #fff;
}
.destination-page-right-sidebar .menu-side-bar-nav-container li:last-child {
    border-bottom: 0;
}
.destination-page-right-sidebar .menu-side-bar-nav-container a {
    display: block;
    color: #1c1c1c;
    font-weight: 700;
    padding: 1.0625rem 3.125rem 1.0625rem 1.875rem;
    position: relative;
}
.destination-page-right-sidebar .menu-side-bar-nav-container a:after {
    content: "\f105";
    position: absolute;
    font: normal normal normal 20px/1 FontAwesome;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 35px;
    font-weight: 700;
}
.destination-page-right-sidebar .menu-side-bar-nav-container a:focus,
.destination-page-right-sidebar .menu-side-bar-nav-container a:hover {
    color: #fff;
    background-color: #26834f;
}
.destination-page-right-sidebar .button {
    display: block;
    margin-bottom: 1.25rem;
    padding: 0.6875rem 1.5rem;
}
.cum-desc ul:not([class]) li,
.cum-desc ul:not([class]) li:not([class]) {
    padding-left: 2rem;
}
.cum-desc ul:not([class]) li:after,
.cum-desc ul:not([class]) li:not([class]):after {
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/check-icon-small.png);
    width: 1.1875rem;
    height: 1.125rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.1875rem 1.125rem;
    border-radius: 0;
    top: 0.4375rem;
    background-color: transparent;
}
.left-content-right-image-module .row > div {
    margin-bottom: 1.25rem;
}
.left-content-right-image-module .row > div:last-child {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .left-content-right-image-module .row > div {
        margin: 0;
    }
}
.lcrim-img {
    text-align: center;
}
@media (min-width: 768px) {
    .lcrim-img {
        text-align: right;
    }
}
.our-leadership-team-module .bootstrap-tabs .nav-tabs li {
    padding: 0 5px;
}
.our-leadership-team-module .bootstrap-tabs .nav-tabs li a,
.our-leadership-team-module .bootstrap-tabs .panel-title a {
    background-color: #26834f;
    border-color: #26834f;
    color: #fff;
    text-transform: none;
    border-radius: 3px;
    padding: 1.0625rem 1.875rem;
    display: inline-block;
    max-width: 16.5625rem;
    width: 100%;
    position: relative;
}
.our-leadership-team-module .bootstrap-tabs .nav-tabs li a.active,
.our-leadership-team-module .bootstrap-tabs .nav-tabs li a:hover,
.our-leadership-team-module .bootstrap-tabs .panel-title a.active,
.our-leadership-team-module .bootstrap-tabs .panel-title a:hover {
    background-color: #286094;
    border-color: #286094;
}
.our-leadership-team-module .bootstrap-tabs .nav-tabs li a.active:after,
.our-leadership-team-module .bootstrap-tabs .panel-title a.active:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 6.0625rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 1.875rem solid transparent;
    border-right: 1.875rem solid transparent;
    border-bottom: 1.875rem solid #eff4f8;
}
.our-leadership-team-module .panel-heading {
    margin-bottom: 2.8125rem;
}
.our-leadership-team-module .bootstrap-tabs .tab-content {
    text-align: center;
}
@media (min-width: 768px) {
    .our-leadership-team-module .bootstrap-tabs .tab-content {
        background-color: #eff4f8;
        border-radius: 3px;
        margin-top: 4.0625rem;
        text-align: left;
    }
}
.olt-social-wrap span {
    display: inline-block;
    font-size: 22px;
    opacity: 0.5;
    color: #1c1c1c;
    margin-right: 1.875rem;
}
.olt-social-wrap .olt-social-links {
    display: inline-block;
}
.olt-social-wrap .olt-social-links a {
    color: #000;
    margin-right: 1.25rem;
}
.olt-social-wrap .olt-social-links a i {
    font-size: 1.5rem;
}
.olt-social-wrap .olt-social-links a:hover {
    color: #26834f;
}
.olt-heading {
    margin-bottom: 1.25rem;
}
.olt-description {
    margin-bottom: 1.5625rem;
}
.olt-img {
    border-radius: 3px;
    margin-bottom: 2.5rem;
}
.olt-title {
    text-transform: none;
    font-size: 24px;
}
.olt-short-description {
    color: #333;
    text-transform: none;
    font-weight: 400;
    margin-bottom: 25px;
}
.olt-content-title {
    margin-bottom: 1.25rem;
}
.olt-social-wrap {
    margin-bottom: 1.25rem;
}
.blog .post-date {
    color: #00548c;
    margin-right: 1.875rem;
}
.blog .post-meta {
    margin-bottom: 1.875rem;
    font-size: 1rem;
}
.blog .post-meta a {
    color: #26834f;
    text-decoration: underline;
}
.blog .post-meta a:focus,
.blog .post-meta a:hover {
    color: #26834f;
    text-decoration: none;
}
.widget-title {
    margin-bottom: 1.5625rem;
}
.widget-area a:focus {
    outline-offset: -2px !important;
}
.gform_widget {
    margin-bottom: 3.75rem !important;
}
#categories-2 .widget-title,
#recent-posts-2 .widget-title {
    text-transform: uppercase;
}
.widget_categories ul:not([class]) li,
.widget_recent_entries ul:not([class]) li {
    margin-bottom: 0;
    padding: 0;
    background-color: rgba(38, 131, 79, 0.1);
}
.widget_categories ul:not([class]) li:after,
.widget_recent_entries ul:not([class]) li:after {
    display: none;
}
.widget_categories ul:not([class]) li:nth-of-type(2n),
.widget_recent_entries ul:not([class]) li:nth-of-type(2n) {
    background-color: #fff;
}
.widget_categories ul:not([class]) li a,
.widget_recent_entries ul:not([class]) li a {
    display: block;
    padding: 0.875rem 1.25rem;
    color: #1c1c1c;
}
.widget_categories ul:not([class]) li a:hover,
.widget_recent_entries ul:not([class]) li a:hover {
    color: #26834f;
}
.post-categories {
    font-size: 1.25rem;
    text-transform: uppercase;
    color: #26834f;
    margin-bottom: 2.1875rem;
}
.post-categories a {
    color: #26834f;
    text-decoration: underline;
}
.post-categories a:focus,
.post-categories a:hover {
    color: #26834f;
    text-decoration: none;
}
.single-title {
    margin-bottom: 1.25rem;
}
.single-post-date-wrap {
    color: #95989a;
    margin-bottom: 2.1875rem;
}
.post-image {
    margin-bottom: 2.1875rem;
}
.post-tag-list {
    margin: 2.5rem 0 2.5rem;
    font-weight: 700;
}
.single-post-main .additional-content .container {
    padding-left: 0;
    padding-right: 0;
}
.post-tag-link {
    position: relative;
    display: inline-block;
    margin-right: 0.9375rem;
    color: #95989a;
}
.post-tag-link:hover {
    color: #10b1d7;
}
.post-tag-link:after {
    content: "|";
    right: -0.875rem;
    position: absolute;
}
.post-tag-link:last-child:after {
    display: none;
}
.post-navigation {
    margin-bottom: 0.625rem;
    padding-bottom: 3.125rem;
    border-bottom: 11px solid #f6f6f6;
}
.post-navigation .nav-previous {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 1.25rem;
}
.post-navigation .nav-previous a {
    color: #1c1c1c;
    text-decoration: underline;
}
.post-navigation .nav-previous a:hover {
    color: #26834f;
    text-decoration: none;
}
.post-navigation .nav-previous span {
    display: block;
}
@media (min-width: 576px) {
    .post-navigation .nav-previous {
        width: 50%;
        padding-right: 0.625rem;
        margin-bottom: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        text-align: left;
    }
}
.post-navigation .nav-next {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 0;
}
.post-navigation .nav-next a {
    color: #1c1c1c;
    text-decoration: underline;
}
.post-navigation .nav-next a:hover {
    color: #26834f;
    text-decoration: none;
}
.post-navigation .nav-next span {
    display: block;
}
@media (min-width: 576px) {
    .post-navigation .nav-next {
        width: 50%;
        padding-left: 0.625rem;
        margin-bottom: 0;
        text-align: right;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
    }
}
.author-info-wrap {
    margin-bottom: 3.125rem;
}
.aiw-title {
    margin-bottom: 2.8125rem;
}
.aiw-content {
    background-color: #eff4f8;
    padding: 1.875rem;
    text-align: center;
}
@media (min-width: 768px) {
    .aiw-content {
        text-align: left;
    }
}
.author-avatar {
    text-align: center;
    margin-bottom: 1.375rem;
}
.author-avatar img {
    border-radius: 50%;
}
@media (min-width: 768px) {
    .author-avatar {
        margin-bottom: 0;
    }
}
.author-info-top {
    border-bottom: 1px solid rgba(112, 112, 112, 0.58);
    padding-bottom: 0.9375rem;
    margin-bottom: 0.9375rem;
}
@media (min-width: 768px) {
    .author-info-top {
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.author-name {
    font-weight: 700;
}
@media (min-width: 768px) {
    .author-name {
        float: left;
        width: 50%;
    }
}
@media (min-width: 768px) {
    .author-posted-date {
        float: left;
        width: 50%;
        text-align: right;
    }
}
.latest-post-wrapper {
    position: relative;
    margin-bottom: 3.75rem;
}
.lpw-post-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 1px solid #e5e5e5;
}
.lpw-post-img img {
    bottom: -100%;
    left: -100%;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: -100%;
    top: -100%;
}
.lpw-post-img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.58;
}
.lpw-post-content {
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 3.125rem 1.875rem 3.125rem;
}
.lpw-post-categories {
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 700;
}
.lpw-post-categories a {
    color: #fff;
}
.lpw-post-categories a:hover {
    color: #fff;
}
.lpw-post-title {
    color: #fff;
}
.lpw-date-wrap time {
    margin-right: 0 !important;
    color: #fff !important;
}
.lpw-btn {
    border: 2px solid #fff;
    background-color: #fff;
    color: #000;
    min-width: 10.9375rem;
    padding: 0.625rem 1.25rem;
}
.lpw-btn:hover {
    border: 2px solid #10b1d7;
    background-color: #10b1d7;
    color: #fff;
}
.lpw-excerpt {
    padding-bottom: 0.9375rem;
}
.recent-posts-title {
    margin-bottom: 2.5rem;
    text-transform: uppercase;
}
.recent-post-two-col .post-meta .post-date {
    color: #4d4d4d;
}
.blog-list-layout-1 .widget_categories-layout-2 {
    display: none;
}
.blog-list-layout-2 .widget_recent_entries {
    display: none;
}
.blog-list-layout-2 .widget_categories {
    display: none;
}
.blog-list-layout-2 .widget_categories-layout-2 {
    display: block;
}
.widget_categories-layout-2-list {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.widget_categories-layout-2-list a {
    width: 48.5%;
    margin: 0 3% 0.625rem 0;
    position: relative;
    overflow: hidden;
    height: 6.9375rem;
    border-radius: 3px;
}
.widget_categories-layout-2-list a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
}
.widget_categories-layout-2-list a span {
    font-size: 1.25rem;
    line-height: 1.5rem;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.widget_categories-layout-2-list a img {
    bottom: -100%;
    left: -100%;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: -100%;
    top: -100%;
}
.widget_categories-layout-2-list a:nth-of-type(2n) {
    margin-right: 0;
}
.blog #right-sidebar .ginput_recaptcha > div,
.post-template-default #right-sidebar .ginput_recaptcha > div {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
@media (min-width: 768px) {
    .blog #right-sidebar .ginput_recaptcha > div,
    .post-template-default #right-sidebar .ginput_recaptcha > div {
        -webkit-transform: scale(0.62);
        -ms-transform: scale(0.62);
        transform: scale(0.62);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}
@media (min-width: 992px) {
    .blog #right-sidebar .ginput_recaptcha > div,
    .post-template-default #right-sidebar .ginput_recaptcha > div {
        -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
        transform: scale(0.85);
    }
}
@media (min-width: 1200px) {
    .blog #right-sidebar .ginput_recaptcha > div,
    .post-template-default #right-sidebar .ginput_recaptcha > div {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
.post-template-default .widget_categories-layout-2 {
    display: none;
}
.featured-video-module {
    margin-bottom: 2.5rem;
}
.fvm-innerpage-carousel .fvm-slider-for .popup-youtube:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.64;
}
.fvm-innerpage-carousel .fvm-slider-for .popup-youtube:before {
    width: 40px;
    margin-left: -20px;
    height: 25px;
    background: url(https://sepac.com/wp-content/themes/sepacinc-default/img/icons/video-icon-green.svg) center/40px no-repeat;
}
.fvm-innerpage-carousel .fvm-slider-for .popup-youtube:focus:before,
.fvm-innerpage-carousel .fvm-slider-for .popup-youtube:hover:before {
    margin-left: -20px;
    width: 40px;
    opacity: 0.8;
    background: url(https://sepac.com/wp-content/themes/sepacinc-default/img/icons/video-icon-green.svg) center/40px no-repeat;
}
.fvm-innerpage-carousel .slick-dots {
    text-align: center;
}
.fvm-innerpage-carousel .slick-dots li {
    margin: 0 0.1875em;
    display: inline-block;
    width: auto;
    height: auto;
}
.fvm-innerpage-carousel .slick-dots li button {
    width: 14px;
    height: 14px;
    padding: 0;
    border-radius: 50%;
    display: block;
    font-size: 0;
    border: 1px solid #95989a;
    background-color: transparent;
}
.fvm-innerpage-carousel .slick-dots li button:last-child {
    margin-right: 1px;
}
.fvm-innerpage-carousel .slick-dots li button:focus,
.fvm-innerpage-carousel .slick-dots li button:hover {
    background-color: #95989a;
}
.fvm-innerpage-carousel .slick-dots li button:before {
    content: none;
}
.fvm-innerpage-carousel .slick-dots li.slick-active button {
    background-color: #95989a;
}
@media (min-width: 768px) {
    .fvm-innerpage-carousel .fvm-slider-for .popup-youtube:before {
        width: 81px;
        height: 48px;
        margin-left: -40px;
        background: url(https://sepac.com/wp-content/themes/sepacinc-default/img/icons/video-icon-green.svg) center/81px no-repeat;
    }
    .fvm-innerpage-carousel .fvm-slider-for .popup-youtube:focus:before,
    .fvm-innerpage-carousel .fvm-slider-for .popup-youtube:hover:before {
        margin-left: -40px;
        width: 81px;
        height: 48px;
        opacity: 0.8;
        background: url(https://sepac.com/wp-content/themes/sepacinc-default/img/icons/video-icon-green.svg) center/81px no-repeat;
    }
}
.fvm-title {
    position: absolute;
    left: 50%;
    top: 70%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-weight: 700;
    color: #fff;
    font-size: 1rem;
    z-index: 1;
    width: 100%;
    text-align: center;
}
@media (min-width: 768px) {
    .fvm-title {
        top: 67%;
        font-size: 1.4375rem;
    }
}
.fvm-heading {
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}
.fvm-slider-nav .slick-slide {
    margin: 0 6px;
}
.fvm-slider-nav .slick-slide img {
    border-radius: 2px;
}
.applications-module {
    text-align: center;
    background: #193b57;
    background: -webkit-gradient(linear, left top, left bottom, from(#193b57), to(#28628f));
    background: linear-gradient(to bottom, #193b57 0, #28628f 100%);
}
.applications-module .container {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
@media (min-width: 768px) {
    .applications-module {
        text-align: left;
    }
    .applications-module .row {
        -o-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .applications-module .row .col-md-8 {
        border-left: 1px solid #fff;
    }
}
.apm-heading {
    color: #fff;
    font-size: 1.875rem;
    margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
    .apm-heading {
        margin: 0;
    }
}
@media (min-width: 992px) {
    .apm-heading {
        font-size: 2.25rem;
    }
}
@media (min-width: 768px) {
    .apm-items-wrap {
        text-align: right;
    }
}
.apm-item {
    display: inline-block;
    vertical-align: top;
    margin: 0 0.625rem 0.625rem;
}
@media (min-width: 768px) {
    .apm-item {
        margin: 0 1.25rem 0 0;
    }
    .apm-item:last-child {
        margin-right: 0;
    }
}
.apmi-img {
    background-color: #eff4f8;
    width: 4.4375rem;
    height: 4.4375rem;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    margin: 0;
}
.apmi-img img {
    max-height: 3rem;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.single-product .woocommerce-breadcrumb {
    display: none;
}
.single-product div.product div.images .flex-control-thumbs li {
    width: 23%;
    margin: 0 0 15px 2.5%;
}
.single-product div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n + 1) {
    margin-left: 0;
}
.single-product .woocommerce-product-gallery .flex-control-nav li {
    padding-left: 0;
}
.single-product .woocommerce-product-gallery .flex-control-nav li:before {
    display: none;
}
.single-product .woocommerce-product-gallery .flex-control-nav li img {
    border: 1px solid #bfbfbf;
    border-radius: 3px;
}
.single-product .variations tr td label,
.single-product .variations tr th label {
    color: #00548c;
    font-weight: 700;
    font-size: 25px;
}
.single-product div.product form.cart div.quantity {
    margin-bottom: 20px;
}
.single-product .single_add_to_cart_button {
    display: block;
    width: 100%;
    background-color: #26834f;
    border: 1px solid #26834f;
    opacity: 1;
}
.single-product .single_add_to_cart_button:hover {
    background-color: #00548c;
    border: 1px solid #00548c;
}
@media (min-width: 992px) {
    .single-product .variations tr {
        width: 48%;
        display: inline-block;
    }
    .single-product .variations tr:first-child {
        padding-right: 1.25rem;
    }
    .single-product .variations tr td,
    .single-product .variations tr th {
        display: block;
    }
}
.related.products {
    clear: both;
}
.related-products-module {
    clear: both;
    margin-bottom: 6.25rem;
}
.rpm-heading {
    margin-bottom: 1.5625rem;
}
.rpm-items-wrap {
    margin: 0 4rem;
}
.rpm-items-wrap .slick-prev {
    position: absolute;
    left: -4em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    width: 2.8125rem;
    height: 2.8125rem;
    overflow: hidden;
    text-indent: -9999px;
    border-radius: 3px;
    border: 2px solid #00548c;
    background-color: transparent;
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/icons/slide-arrow-left.svg);
    background-position: center;
    background-size: 9px 14px;
    background-repeat: no-repeat;
    opacity: 0.4;
}
.rpm-items-wrap .slick-prev:focus,
.rpm-items-wrap .slick-prev:hover {
    background-color: #00548c;
    opacity: 1;
    background-size: 9px 14px;
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/icons/slide-arrow-left-hover.svg);
}
.rpm-items-wrap .slick-next {
    position: absolute;
    right: -4em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    width: 2.8125rem;
    height: 2.8125rem;
    overflow: hidden;
    text-indent: -9999px;
    background-color: transparent;
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/icons/slide-arrow-right.svg);
    background-position: center;
    background-size: 9px 14px;
    border-radius: 3px;
    border: 2px solid #00548c;
    background-repeat: no-repeat;
    opacity: 0.4;
}
.rpm-items-wrap .slick-next:focus,
.rpm-items-wrap .slick-next:hover {
    background-color: #00548c;
    opacity: 1;
    background-size: 9px 14px;
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/icons/slide-arrow-right-hover.svg);
}
.rpm-items-wrap .slick-dots {
    width: 100%;
    position: absolute;
    bottom: -3.75rem;
    text-align: center;
}
.rpm-items-wrap .slick-dots li {
    margin: 0 0.1875rem;
    display: inline-block;
}
.rpm-items-wrap .slick-dots li button {
    overflow: hidden;
    border: 0;
    background: 0 0;
    display: block;
    height: 14px;
    width: 14px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    position: relative;
}
.rpm-items-wrap .slick-dots li button:before {
    border: 1px solid #00548c;
    color: transparent;
    border-radius: 50%;
    position: absolute;
    background-color: #fff;
    top: 0;
    left: 0;
    content: "";
    width: 14px;
    height: 14px;
    font-family: slick;
    font-size: 30px;
    line-height: 10px;
    text-align: center;
    color: #a6a6a6;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.rpm-items-wrap .slick-dots li.slick-active button:before {
    color: transparent;
    background-color: #00548c;
    border-color: #00548c;
}
@media (min-width: 1200px) {
    .rpm-items-wrap {
        margin: 0;
    }
}
.rpm-item {
    padding: 0.3125rem 0.5rem;
}
.rpm-item .btn-primary {
    width: 100%;
}
.rpmi-img {
    height: 16.0625rem;
    position: relative;
    overflow: hidden;
}
.rpmi-img img {
    max-height: 15.3125rem;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.woocommerce div.product form.cart .variations select {
    height: 2.875rem;
}
.product_meta {
    margin-bottom: 1.875rem;
}
.hi-wrap {
    text-align: center;
    background-color: #62a139;
    margin: 0 0 0;
}
.hi-wrap .inner-wrap {
    padding: 0.5em 1.5em 0.5em 1.5em;
}
.hi-wrap .hiw-left,
.hi-wrap .hiw-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.25rem;
}
.hi-wrap .hiw-left:last-child,
.hi-wrap .hiw-right:last-child {
    margin-bottom: 0;
}
@media (min-width: 992px) {
    .hi-wrap .hiw-left,
    .hi-wrap .hiw-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        vertical-align: top;
        margin: 0 0.625rem 0;
    }
}
.hi-heading {
    background: 0 0;
    color: #fff !important;
    font-size: 1rem;
    margin: 0.5625rem 0 0.5625rem 0;
    font-weight: 500;
    width: 95%;
}
@media (min-width: 992px) {
    .hi-heading {
        font-size: 0.9375rem;
    }
}
.inner-wrap {
    margin: 0 auto;
}
.top-banner-close {
    padding-top: 0.25rem;
    margin-left: 1.25rem;
    color: #00548c;
    font-size: 1.875rem;
    float: right;
}
.top-banner-close i {
    cursor: pointer;
}
.hi-wrap.top-banner-module.open {
    display: block;
    top: 0;
}
a.top-banner-close {
    width: 5%;
}
#back-to-top {
    font-size: 1.25rem;
    position: fixed;
    bottom: 7.1875rem;
    right: 3.125rem;
    z-index: 9;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 32px;
    background: #00548c;
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    text-decoration: none;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    font-weight: 700;
}
#back-to-top:focus,
#back-to-top:hover {
    background-color: #007d42;
    color: #fff;
}
#back-to-top.show {
    opacity: 1;
}
@media (min-width: 768px) {
    #back-to-top {
        bottom: 3.125rem;
    }
}
.comment-respond label .required {
    color: #c02b0a;
}
.blog-sinlge-row-img .post-image {
    max-width: 15.625rem;
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 1.875rem;
}
@media (min-width: 992px) {
    .blog-sinlge-row-img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .blog-sinlge-row-img .post-image {
        margin: 0;
    }
    .blog-sinlge-row-img .bsr-content {
        width: calc(100% - 15.625rem);
        padding-left: 1.875rem;
    }
}
.blog-sinlge-row-img + hr {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
}
.blog-sinlge-row-img:last-of-type + hr {
    display: none;
}
.fpw-img {
    margin: 0 auto;
    display: table;
    margin-bottom: 1.25rem;
}
.fpw-img > a {
    display: inline-block;
}
.fpw-img img {
    display: block;
}
@media (min-width: 768px) {
    .fpw-img {
        float: right;
        margin: 0;
        margin-bottom: 1.25rem;
        margin-left: 1.25rem;
    }
}
#sm-tabs .sm-tab-title {
    background-color: #00548c;
    padding: 1.875rem 1.25rem;
    font-size: 1.125rem;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
#sm-tabs .slick-slide {
    border-left: solid 1px #f7f7f7;
    border-right: solid 1px #f7f7f7;
}
@media (min-width: 768px) {
    #sm-tabs .slick-slide.slick-current .sm-tab-title {
        background-color: #f7f7f7;
        color: #00548c;
    }
}
.sm-img {
    margin-bottom: 1.875rem;
}
.sm-img img {
    width: 100%;
    max-width: 36.1875rem;
    display: block;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .sm-img {
        margin-bottom: 0;
    }
}
.sm-txt {
    text-align: center;
}
@media (min-width: 768px) {
    .sm-txt {
        text-align: left;
    }
}
.sm-wrapper {
    position: relative;
}
.slick-arrow-nav {
    margin-top: 20px;
    text-align: center;
}
.slick-arrow-nav .slick-arrow {
    font-size: 0;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: transparent;
    color: #444;
    position: static;
    vertical-align: middle;
    border: 0;
}
.slick-arrow-nav .slick-arrow:before {
    border: none;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 26px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
}
.slick-arrow-nav .slick-arrow.slick-prev {
    margin-right: 0.625rem;
}
.slick-arrow-nav .slick-arrow.slick-prev:before {
    content: "\f104";
}
.slick-arrow-nav .slick-arrow.slick-next:before {
    content: "\f105";
}
.slick-arrow-nav .slick-arrow:hover {
    border-color: #286094;
    color: #286094;
    background-color: transparent;
}
.slick-arrow-nav .slick-dots {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.3125rem;
}
.slick-arrow-nav .slick-dots li {
    display: inline-block;
    font-size: 0;
    margin: 0 0.3125rem;
}
.slick-arrow-nav .slick-dots li button {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: transparent;
    border: solid 1px #00548c;
}
.slick-arrow-nav .slick-dots li.slick-active button {
    background-color: #00548c;
    border-color: transparent;
}
@media (min-width: 992px) {
    .slick-arrow-nav {
        position: absolute;
        width: 50%;
        text-align: left;
        padding-left: 0;
        right: 0;
        bottom: -70px;
    }
}
.cp-wrap {
    margin-top: 2.8125rem;
    margin-bottom: 5rem;
}
@media (min-width: 768px) {
    .cp-wrap {
        width: 100%;
        display: table;
    }
}
.cp-item {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    margin-bottom: 1rem;
}
@media (min-width: 768px) {
    .cp-item {
        width: 50%;
        float: left;
    }
}
@media (min-width: 992px) {
    .cp-item {
        width: 25%;
    }
}
.cp-color {
    width: 5.625rem;
    height: 5.625rem;
}
.cp-content {
    padding-left: 1.8125rem;
}
.cp-content span {
    display: block;
    font-size: 1.125rem;
    line-height: 2rem;
}
.cp-content span.cp-title {
    font-weight: 700;
    text-transform: inherit;
}
.hero-module {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
@media (min-width: 992px) {
    .hero-module {
        height: 34.625rem;
        min-height: 34.625rem;
    }
}
@media (min-width: 1200px) {
    .hero-module {
        height: 40.625rem;
        min-height: 40.625rem;
    }
}
.hero-module:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 41, 62, 0.8043592437)), to(rgba(0, 41, 62, 0.0508578431)));
    background: linear-gradient(90deg, rgba(0, 41, 62, 0.8043592437) 0, rgba(0, 41, 62, 0.0508578431) 100%);
    z-index: 2;
}
.hero-module .container {
    position: relative;
    text-align: center;
    padding-top: 5.3125rem;
    padding-bottom: 5.3125rem;
    z-index: 2;
}
@media (max-width: 767.98px) {
    .hero-module .container {
        padding-top: 1.875rem;
        padding-bottom: 1.875rem;
    }
}
@media (min-width: 992px) {
    .hero-module .container {
        padding-top: 10.09375rem;
        padding-bottom: 10.09375rem;
        text-align: initial;
    }
}
@media (min-width: 1200px) {
    .hero-module .container {
        padding-top: 13.09375rem;
        padding-bottom: 13.09375rem;
        text-align: initial;
    }
}
.hero-module .si-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.hm-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (min-width: 992px) {
    .hm-wrap {
        -webkit-box-pack: initial;
        -ms-flex-pack: initial;
        justify-content: initial;
    }
}
@media (min-width: 992px) {
    .hm-left {
        width: 52%;
    }
}
.hm-right {
    display: none;
}
@media (min-width: 992px) {
    .hm-right {
        width: 45%;
        display: none;
    }
}
.hm-right img {
    max-width: 11.625rem;
    margin-top: 2.1875rem;
}
@media (min-width: 992px) {
    .hm-right img {
        max-width: 100%;
        margin-top: 0;
    }
}
@media (min-width: 1398px) {
    .hm-right img {
        max-width: 37.375rem;
        position: relative;
        top: 3.125rem;
        z-index: 2;
    }
}
.hm-subheading {
    text-transform: uppercase;
    color: #fff;
    font-size: 1.25rem;
    font-family: Roboto, serif;
    font-weight: 600;
    line-height: 1.875rem;
    letter-spacing: 0.6px;
    text-align: center;
    max-width: 16rem;
    display: block;
    margin: 1.625rem auto;
}
@media (min-width: 992px) {
    .hm-subheading {
        font-size: 1.75rem;
        font-weight: 600;
        line-height: 2.8125rem;
        letter-spacing: 0.84px;
        text-align: left;
        max-width: initial;
        margin: 0 0 1rem;
    }
}
@media (min-width: 1200px) {
    .hm-subheading {
        line-height: 3.75rem;
        margin: initial;
    }
}
.hm-heading {
    text-transform: capitalize;
    color: #fff;
    font-size: 1.875rem;
    font-weight: 300;
    line-height: 1.875rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    text-align: center;
    margin-bottom: 1rem;
    display: inline-block;
}
@media (max-width: 991.98px) {
    .hm-heading {
        display: block;
    }
}
@media (min-width: 992px) {
    .hm-heading {
        font-size: 3.4375rem;
        font-weight: 300;
        line-height: 3.75rem;
        text-align: left;
        margin-bottom: 1rem;
    }
}
.hm-description {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.625rem;
    text-align: center;
    margin: 0 auto 1.5625rem auto;
    max-width: 43.75rem;
}
@media (min-width: 992px) {
    .hm-description {
        text-align: left;
        margin-top: 0;
        margin-bottom: 2.8125rem;
    }
}
.hm-cta .b-title {
    font-size: 1.3125rem;
    line-height: 2.1875rem;
}
.hm-cta span:not([class]) {
    height: 3.4375rem;
}
.industries-we-served-module {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background: -webkit-gradient(linear, left bottom, left top, from(#f7f7f7), to(#fff));
    background: linear-gradient(0deg, #f7f7f7 0, #fff 100%);
    position: relative;
}
.industries-we-served-module:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: bottom;
}
.industries-we-served-module .container {
    max-width: 90.5rem;
    position: relative;
    padding-top: 5.75rem;
    padding-bottom: 5.625rem;
}
@media (min-width: 1200px) {
    .industries-we-served-module .container {
        padding: 0;
        padding-top: 5.75rem;
        padding-bottom: 5.625rem;
    }
}
.industries-we-served-module .select-product-device-module-item {
    display: block;
    padding-bottom: 0;
}
@media (min-width: 992px) {
    .industries-we-served-module .select-product-device-module-item {
        padding-bottom: 0;
    }
}
.industries-we-served-module .select-product-device-module-item .spdm-heading {
    color: #00548c;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 3rem;
    text-align: center;
    max-width: 41.5625rem;
    margin: 0 auto 2.5rem;
}
@media (min-width: 992px) {
    .industries-we-served-module .select-product-device-module-item .spdm-heading span {
        position: relative;
        display: inline-block;
        margin-top: 0.3125rem;
    }
}
.industries-we-served-module .select-product-device-module-item .line-left {
    position: absolute !important;
    display: none !important;
    width: 163px;
    height: 47px;
    left: -190px;
    top: 0;
    background-repeat: no-repeat;
    margin-top: 0 !important;
}
.industries-we-served-module .select-product-device-module-item .line-left:before {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #878787;
}
.industries-we-served-module .select-product-device-module-item .line-left:after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #878787;
}
.industries-we-served-module .select-product-device-module-item .line-right {
    position: absolute !important;
    width: 163px;
    height: 47px;
    right: -190px;
    top: 0;
    margin-top: 0 !important;
    background-repeat: no-repeat;
    display: none !important;
}
.industries-we-served-module .select-product-device-module-item .line-right:before {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #878787;
}
.industries-we-served-module .select-product-device-module-item .line-right:after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #878787;
}
.industries-we-served-module .select-product-device-module-item .line-animation1:before {
    width: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.industries-we-served-module .select-product-device-module-item .line-animation1:after {
    height: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.industries-we-served-module .select-product-device-module-item .line-animation2:before {
    width: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.industries-we-served-module .select-product-device-module-item .line-animation2:after {
    height: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.industries-we-served-module .select-product-device-module-item .spdm-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (min-width: 768px) {
    .industries-we-served-module .select-product-device-module-item .spdm-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
.industries-we-served-module .select-product-device-module-item .sdpdm-item {
    text-align: center;
    margin-bottom: 1.25rem;
}
.industries-we-served-module .select-product-device-module-item .sdpdm-item:first-child {
    margin-bottom: 3.125rem;
}
@media (min-width: 768px) {
    .industries-we-served-module .select-product-device-module-item .sdpdm-item {
        width: 50%;
        margin-bottom: 0;
    }
}
.industries-we-served-module .select-product-device-module-item .sdpdm-link {
    color: #00293e;
    display: inline-block;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 3.75rem;
    text-align: center;
    text-decoration: none;
}
.industries-we-served-module .select-product-device-module-item .sdpdm-link span {
    position: relative;
    display: inline-block;
}
.industries-we-served-module .select-product-device-module-item .sdpdm-link span:before {
    content: "";
    position: absolute;
    right: -27px;
    display: inline;
    top: 1.3125rem;
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/ico-arrow-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.25rem;
    height: 1.25rem;
}
.industries-we-served-module .select-product-device-module-item .sdpdm-link:focus,
.industries-we-served-module .select-product-device-module-item .sdpdm-link:hover {
    color: #007d42;
}
.industries-we-served-module .select-product-device-module-item .sdpdm-link:focus span:before,
.industries-we-served-module .select-product-device-module-item .sdpdm-link:hover span:before {
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/ico-arrow-right-hover.svg);
}
.industries-we-served-module .select-product-device-module-item .sdpdm-item img {
    margin: 0 auto;
    display: block;
    width: 80%;
}
@media (min-width: 576px) {
    .industries-we-served-module .select-product-device-module-item .sdpdm-item img {
        height: 20.875rem;
        -o-object-fit: contain;
        object-fit: contain;
        width: 80%;
    }
}
@media (min-width: 992px) {
    .industries-we-served-module .select-product-device-module-item .sdpdm-item img {
        width: 90%;
    }
}
@media (min-width: 1200px) {
    .industries-we-served-module .select-product-device-module-item .sdpdm-item img {
        width: 95%;
    }
}
.industries-we-served-module .industries-we-serve-module-item {
    margin-top: 2.5rem;
    position: relative;
    z-index: 9;
}
@media (min-width: 992px) {
    .industries-we-served-module .industries-we-serve-module-item {
        margin-bottom: -240px;
    }
}
.industries-we-served-module .iwsm-heading {
    text-align: center;
    color: #000;
    font-size: 2.1875rem;
    line-height: 3rem;
    font-weight: 700;
    position: relative;
    margin-bottom: 2.625rem;
}
@media (min-width: 768px) {
    .industries-we-served-module .iwsm-heading {
        font-size: 3rem;
        line-height: 3.75rem;
    }
}
.industries-we-served-module .iwsm-heading:before {
    content: unset;
    position: absolute;
    width: 3.5rem;
    height: 0.25rem;
    border-radius: 4px;
    background-color: #000;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -8px;
}
.industries-we-served-module .iwsm-wrap {
    text-align: center;
    padding-bottom: 3.125rem;
}
@media (min-width: 768px) {
    .industries-we-served-module .iwsm-wrap {
        min-height: 25rem;
        padding-bottom: 0;
    }
}
.industries-we-served-module .iwsm-wrap .slick-track {
    overflow: hidden;
}
@media (max-width: 767.98px) {
    .industries-we-served-module .iwsm-wrap .slick-prev {
        width: 19px;
        height: 30px;
        background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/left-arrow.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        left: 0.4375rem;
        top: 50%;
        position: absolute;
        background-size: 24px;
        opacity: 1;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 1;
    }
    .industries-we-served-module .iwsm-wrap .slick-prev.slick-disabled:focus,
    .industries-we-served-module .iwsm-wrap .slick-prev.slick-disabled:hover {
        background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/left-arrow.svg);
        background-size: 24px;
    }
    .industries-we-served-module .iwsm-wrap .slick-prev:before {
        display: none;
    }
    .industries-we-served-module .iwsm-wrap .slick-prev:focus,
    .industries-we-served-module .iwsm-wrap .slick-prev:hover {
        opacity: 1;
        background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/left-arrow.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 24px;
    }
    .industries-we-served-module .iwsm-wrap .slick-next {
        width: 19px;
        height: 30px;
        background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/right-arrow.svg);
        background-repeat: no-repeat;
        background-position: center center;
        right: 0.4375rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        background-size: 24px;
    }
    .industries-we-served-module .iwsm-wrap .slick-next.slick-disabled:focus,
    .industries-we-served-module .iwsm-wrap .slick-next.slick-disabled:hover {
        background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/right-arrow.svg);
    }
    .industries-we-served-module .iwsm-wrap .slick-next:before {
        display: none;
    }
    .industries-we-served-module .iwsm-wrap .slick-next:focus,
    .industries-we-served-module .iwsm-wrap .slick-next:hover {
        background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/right-arrow.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 24px;
    }
}
.industries-we-served-module .iwsm-item {
    width: 100%;
    max-width: 16.25rem;
    border-radius: 5px;
    background-color: #fff;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0.625rem;
    text-decoration: none;
    overflow: hidden;
}
.industries-we-served-module .iwsm-item:focus .iwsm-title,
.industries-we-served-module .iwsm-item:hover .iwsm-title {
    color: #286094;
}
@media (min-width: 576px) {
    .industries-we-served-module .iwsm-item {
        margin-right: 0.75rem;
    }
    .industries-we-served-module .iwsm-item:nth-child(2n) {
        margin-right: 0;
    }
}
@media (min-width: 768px) {
    .industries-we-served-module .iwsm-item:nth-child(2n) {
        margin-right: 0.75rem;
    }
}
@media (min-width: 992px) {
    .industries-we-served-module .iwsm-item {
        width: 30%;
        margin-bottom: 1rem;
        max-width: 20.75rem;
    }
}
@media (min-width: 1396px) {
    .industries-we-served-module .iwsm-item {
        width: 20%;
        max-width: 16.25rem;
        margin-bottom: 0;
    }
}
@media (min-width: 992px) {
    .industries-we-served-module .iwsm-item:not(:last-child) {
        margin-right: 0.75rem;
    }
}
.industries-we-served-module .iwsm-item img {
    border-radius: 5px 5px 0 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
@media (min-width: 992px) {
    .industries-we-served-module .iwsm-item img {
        height: 11.25rem;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
@media (min-width: 992px) {
    .industries-we-served-module .iwsm-item.active .iwsm-hover-content {
        height: 2.8125rem;
        opacity: 1;
        visibility: visible;
    }
    .industries-we-served-module .iwsm-item.active .iwsm-title {
        color: #286094;
        margin-bottom: 1.5rem;
    }
    .industries-we-served-module .iwsm-item.active .iwsm-img {
        -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
        transform: scale(1.02);
    }
}
.industries-we-served-module .iwsm-hover-content {
    overflow: hidden;
    -webkit-transition: height 0.5s ease, opacity 0.5s ease, visibility 0.5s ease;
    transition: height 0.5s ease, opacity 0.5s ease, visibility 0.5s ease;
}
@media (min-width: 576px) {
    .industries-we-served-module .iwsm-hover-content {
        height: 0;
        opacity: 0;
        visibility: hidden;
    }
}
.industries-we-served-module .iwsm-title {
    color: #000;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    text-align: center;
    font-family: Roboto, serif;
    margin-top: 2.1875rem;
    margin-bottom: 1.5rem;
}
@media (min-width: 576px) {
    .industries-we-served-module .iwsm-title {
        margin-bottom: 2.1875rem;
    }
}
.industries-we-served-module .iwsm-desc {
    color: #333;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5rem;
    text-align: center;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
.industries-we-served-module .iwsm-cta {
    display: block;
    background-color: #26834f;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.375rem;
    color: #fff;
    text-decoration: none;
    padding: 0.71875rem;
}
.industries-we-served-module .iwsm-cta:focus,
.industries-we-served-module .iwsm-cta:hover {
    background-color: #286094;
}
.about-us-module {
    background-color: #000;
    position: relative;
    padding-top: 20.9375rem;
    padding-bottom: 5.1875rem;
}
.about-us-module .am-heading {
    color: #fff;
    font-size: 2.1875rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 3.625rem;
    z-index: 2;
    position: relative;
}
@media (min-width: 768px) {
    .about-us-module .am-heading {
        font-size: 5.5rem;
    }
}
.about-us-module .am-heading:before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -18px;
    width: 8.375rem;
    height: 0.625rem;
    border-radius: 4px;
    background-color: #fff;
}
.about-us-module .am-item {
    height: 35.375rem;
    border-radius: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
@media (min-width: 992px) {
    .about-us-module .am-item {
        height: 100%;
    }
}
.about-us-module .am-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 1.25rem;
}
@media (min-width: 576px) {
    .about-us-module .am-slider .slick-list {
        padding: 0 10% !important;
    }
}
.about-us-module .am-slider .slick-slide {
    margin: 0 1.5625rem;
}
.about-us-module .am-slider .slick-slide .am-content {
    opacity: 0;
    visibility: hidden;
}
.about-us-module .am-slider .slick-slide.slick-current .am-content {
    opacity: 1;
    visibility: visible;
}
.about-us-module .prevButton,
.about-us-module .slick-prev {
    width: 19px;
    height: 30px;
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/left-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    left: 0.3125rem;
    top: 50%;
    position: absolute;
    background-size: 24px;
    opacity: 1;
    z-index: 9;
}
@media (min-width: 576px) {
    .about-us-module .prevButton,
    .about-us-module .slick-prev {
        width: 38.5px;
        height: 47.26px;
        background-size: contain;
        top: 50%;
    }
}
@media (min-width: 992px) {
    .about-us-module .prevButton,
    .about-us-module .slick-prev {
        left: 31.5px;
        width: 48.5px;
        height: 57.26px;
        top: -7.5rem;
    }
}
@media (min-width: 1200px) {
    .about-us-module .prevButton,
    .about-us-module .slick-prev {
        left: 31.5px;
    }
}
.about-us-module .prevButton.slick-disabled:focus,
.about-us-module .prevButton.slick-disabled:hover,
.about-us-module .slick-prev.slick-disabled:focus,
.about-us-module .slick-prev.slick-disabled:hover {
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/left-arrow.svg);
}
.about-us-module .prevButton:before,
.about-us-module .slick-prev:before {
    display: none;
}
.about-us-module .prevButton:focus,
.about-us-module .prevButton:hover,
.about-us-module .slick-prev:focus,
.about-us-module .slick-prev:hover {
    opacity: 1;
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/left-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.about-us-module .nextButton,
.about-us-module .slick-next {
    width: 19px;
    height: 30px;
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/right-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    right: 0.3125rem;
    top: 50%;
    position: absolute;
    background-size: 24px;
    z-index: 9;
}
@media (min-width: 576px) {
    .about-us-module .nextButton,
    .about-us-module .slick-next {
        width: 38.5px;
        top: 50%;
        height: 47.26px;
        background-size: contain;
    }
}
@media (min-width: 992px) {
    .about-us-module .nextButton,
    .about-us-module .slick-next {
        right: 31.5px;
        width: 48.5px;
        height: 57.26px;
        top: -7.5rem;
    }
}
@media (min-width: 1200px) {
    .about-us-module .nextButton,
    .about-us-module .slick-next {
        right: 31.5px;
    }
}
.about-us-module .nextButton.slick-disabled:focus,
.about-us-module .nextButton.slick-disabled:hover,
.about-us-module .slick-next.slick-disabled:focus,
.about-us-module .slick-next.slick-disabled:hover {
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/right-arrow.svg);
}
.about-us-module .nextButton:before,
.about-us-module .slick-next:before {
    display: none;
}
.about-us-module .nextButton:focus,
.about-us-module .nextButton:hover,
.about-us-module .slick-next:focus,
.about-us-module .slick-next:hover {
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/right-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.am-item {
    height: 35.375rem;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
}
.activeClass .am-content,
.slick-current .am-content {
    opacity: 1;
    visibility: visible;
}
.am-content {
    position: absolute;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    opacity: 1;
    visibility: visible;
    width: 100%;
}
@media (min-width: 768px) {
    .am-content {
        padding-left: 3.0625rem;
        padding-right: 3.0625rem;
    }
}
.am-title {
    color: #286094;
    font-size: 2rem;
    font-weight: 700;
    position: relative;
    padding-left: 4.375rem;
}
.am-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2.5rem;
    height: 2.5rem;
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/logo-element.svg);
    background-size: contain;
}
.am-title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    margin-bottom: 1.4375rem;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
@media (min-width: 768px) {
    .am-title-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
.am-description {
    color: #fff;
    font-size: 1rem;
    line-height: 1.5625rem;
    font-weight: 400;
    max-width: 38.5rem;
}
@media (min-width: 576px) {
    .am-description {
        padding-right: 0.9375rem;
    }
}
.am-cta {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: inline-block !important;
    padding: 0.7725rem 1.875rem !important;
    background-color: #fff;
    border: 2px solid #fff;
    color: #286094;
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: 700;
    border-radius: 5px;
    max-height: 3.49875rem;
    text-align: center;
    max-width: 10.488125rem;
}
@media (prefers-reduced-motion: reduce) {
    .am-cta {
        -webkit-transition: none;
        transition: none;
    }
}
.am-cta:after {
    content: none !important;
}
.am-cta:focus,
.am-cta:hover {
    border-color: #286094;
    background-color: #286094;
    color: #fff;
}
.pagingInfo {
    color: #286094;
    font-weight: 700;
    font-size: 1.875rem;
    min-width: 6.25rem;
    font-family: Roboto, serif;
    text-align: right;
    margin-top: 1.3125rem;
}
@media (min-width: 768px) {
    .pagingInfo {
        font-size: 2rem;
    }
}
.am-content {
    opacity: 0;
    visibility: hidden;
}
.custom-carousel .custom-slides .custom-slideItem {
    padding: 0 !important;
}
@media screen and (max-width: 991px) {
    .custom-carousel .custom-slides .custom-slideItem {
        position: relative !important;
    }
}
.technical-resources-module {
    background-image: url(/wp-content/uploads/technical-resources-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    min-height: 31.25rem;
    overflow: hidden;
}
.technical-resources-module:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 41, 62, 0.65);
}
@media (min-width: 992px) {
    .technical-resources-module {
        padding-top: 12.5rem;
    }
}
.technical-resources-module .container {
    position: relative;
    padding-top: 2rem;
    padding-bottom: 6.875rem;
    z-index: 2;
}
.technical-resources-module .tab-header-and-content:first-child {
    margin-left: 0;
}
.technical-resources-module .tr-heading {
    font-size: 2.1875rem;
    line-height: 3rem;
    font-weight: 300;
    color: #fff;
    text-align: center;
    margin-bottom: 1.875rem;
    margin-top: 0.9375rem;
    text-align: center;
}
@media (min-width: 768px) {
    .technical-resources-module .tr-heading {
        font-size: 3rem;
        line-height: 3.75rem;
    }
}
.technical-resources-module .tab-content {
    background: 0 0;
    padding: 0;
    border-radius: 0;
}
@media (min-width: 992px) {
    .technical-resources-module .tab-content {
        top: 3.125rem;
    }
}
.technical-resources-module .tab-link {
    background-color: transparent;
    color: #fff;
    font-size: 1.5rem;
    line-height: 2.1875rem;
    font-weight: 700;
    position: relative;
    padding: 0;
    width: 100%;
    text-align: left;
    font-family: Roboto, serif;
    margin-bottom: 1.625rem;
}
@media (min-width: 768px) {
    .technical-resources-module .tab-link {
        width: 50%;
        margin-right: 0;
        text-align: center;
    }
}
@media (min-width: 992px) {
    .technical-resources-module .tab-link {
        margin-bottom: initial;
    }
}
.technical-resources-module .tab-link.is-active {
    background-color: transparent;
    color: #c9d7e4;
}
@media (max-width: 1199.98px) {
    .technical-resources-module .tab-link.is-active span:before {
        width: 100%;
        background-color: #c9d7e4;
    }
}
.technical-resources-module .tab-link.is-active span:after {
    content: "\f078";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1.25rem;
}
.technical-resources-module .tab-link span {
    position: relative;
}
.technical-resources-module .tab-link span:before {
    content: "";
    width: 58.5px;
    height: 2px;
    bottom: -9px;
    position: absolute;
    left: 0;
    background-color: #fff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.technical-resources-module .tab-link span:after {
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1.25rem;
    margin-left: 0.625rem;
}
@media (min-width: 992px) {
    .technical-resources-module .tab-link span:after {
        display: none;
    }
}
.technical-resources-module .tab-link:focus,
.technical-resources-module .tab-link:hover {
    background-color: transparent;
}
.technical-resources-module .tab-link:focus span:before,
.technical-resources-module .tab-link:hover span:before {
    width: 100%;
    background-color: #c9d7e4;
}
.technical-resources-module .ebook-content {
    padding: 3.75rem 0.625rem 0.5rem;
    min-height: 19.1875rem;
}
@media (min-width: 992px) {
    .technical-resources-module .ebook-content {
        padding: 5.625rem 1.625rem 3.4375rem;
    }
}
@media (min-width: 1200px) {
    .technical-resources-module .ebook-content {
        padding: 5.625rem 1.625rem 0.5rem;
    }
}
.technical-resources-module .ebooks-module {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 11.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
}
@media (min-width: 768px) {
    .technical-resources-module .ebooks-module {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}
@media (min-width: 992px) {
    .technical-resources-module .ebooks-module {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 9.25rem;
    }
}
.technical-resources-module .ebook-default-module {
    margin-top: 12.5rem;
}
.technical-resources-module .ebook-default-module .ebook-item-wrap {
    background: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.technical-resources-module .ebook-default-module .ebook-item {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
    border-radius: 0;
}
.technical-resources-module .ebook-default-module .ebook-cta {
    width: auto;
    bottom: 20px;
    margin: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 0;
    border-radius: 0;
}
.technical-resources-module .ebook-default-module .ebook-title {
    color: #00293e;
    font-weight: 600;
}
.technical-resources-module .ebook-default-module .ebook-item-wrap {
    width: 25.75rem;
}
@media (min-width: 992px) {
    .technical-resources-module .ebook-default-module .ebook-item-wrap {
        width: 33%;
    }
}
@media (max-width: 767.98px) {
    .technical-resources-module .ebook-default-module .ebook-item-wrap {
        width: 20.75rem;
    }
}
@media (max-width: 991px) {
    .technical-resources-module .ebook-default-module .ebook-item-wrap:last-child {
        margin-bottom: 0;
    }
}
.technical-resources-module .ebook-default-module .ebook-content {
    min-height: initial;
    padding-top: 5.3125rem;
    padding-bottom: 6.25rem;
}
.technical-resources-module .ebook-item {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#c3c3c3)) 0 0 no-repeat padding-box;
    background: transparent linear-gradient(180deg, #ededed 0, #c3c3c3 100%) 0 0 no-repeat padding-box;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
    border-radius: 5px;
}
.technical-resources-module .ebook-item-wrap {
    width: 18.75rem;
    position: relative;
    margin: 0 0.625em;
}
@media (max-width: 1199.98px) {
    .technical-resources-module .ebook-item-wrap {
        margin-bottom: 9.375rem;
    }
}
@media (max-width: 1199.98px) and (max-width: 929px) {
    .technical-resources-module .ebook-item-wrap:last-child {
        margin-bottom: 0;
    }
}
@media (min-width: 992px) {
    .technical-resources-module .ebook-item-wrap {
        width: 33%;
        margin: 0;
    }
}
@media (min-width: 1200px) {
    .technical-resources-module .ebook-item-wrap {
        max-width: 23.75rem;
    }
}
.technical-resources-module .ebook-img {
    position: absolute;
    top: -130px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}
@media (min-width: 992px) {
    .technical-resources-module .ebook-img {
        top: -140px;
    }
}
.technical-resources-module .ebook-title {
    color: #000;
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1.8125rem;
    text-align: center;
    min-height: 3.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.technical-resources-module .ebook-desciption {
    text-align: center;
    color: #1c1c1c !important;
    font-size: 1.125rem;
    line-height: 1.5625rem;
}
.technical-resources-module .ebook-cta {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0.905625rem;
    color: #fff;
    font-weight: 700;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 1.125rem;
    background-color: #007d42;
    text-decoration: none;
    border-radius: 0 0 5px 5px;
    position: absolute;
    bottom: 0;
    min-width: 10.3125rem;
}
@media (prefers-reduced-motion: reduce) {
    .technical-resources-module .ebook-cta {
        -webkit-transition: none;
        transition: none;
    }
}
.technical-resources-module .ebook-cta:focus,
.technical-resources-module .ebook-cta:hover {
    background-color: #00548c;
}
.technical-resources-module .accordion-tabs {
    margin-bottom: 2rem;
}
.technical-resources-module .video-library-module {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 11.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
}
@media (min-width: 768px) {
    .technical-resources-module .video-library-module {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
@media (min-width: 992px) {
    .technical-resources-module .video-library-module {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.technical-resources-module .vl-item {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#c3c3c3)) 0 0 no-repeat padding-box;
    background: transparent linear-gradient(180deg, #ededed 0, #c3c3c3 100%) 0 0 no-repeat padding-box;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
    border-radius: 5px;
}
.technical-resources-module .vl-item-wrap {
    width: 18.75rem;
    margin: 0 0 6.25rem;
    position: relative;
}
@media (min-width: 768px) {
    .technical-resources-module .vl-item-wrap {
        margin: 0 1.25rem 6.25rem;
    }
}
@media (min-width: 992px) {
    .technical-resources-module .vl-item-wrap {
        width: 32.5%;
        margin: initial;
    }
}
@media (min-width: 1200px) {
    .technical-resources-module .vl-item-wrap {
        max-width: 23.75rem;
    }
}
.technical-resources-module .vl-img {
    position: absolute;
    top: -80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 15.3125rem;
}
.technical-resources-module .vl-title {
    color: #000;
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1.8125rem;
    text-align: center;
    min-height: 3.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 17.1875rem;
    margin: 4.0625rem auto 0;
}
.technical-resources-module .vl-cta {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0.905625rem;
    color: #fff;
    font-weight: 700;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 1.125rem;
    background-color: #26834f;
    text-decoration: none;
    border-radius: 0 0 5px 5px;
    position: absolute;
    bottom: 0;
}
@media (prefers-reduced-motion: reduce) {
    .technical-resources-module .vl-cta {
        -webkit-transition: none;
        transition: none;
    }
}
.technical-resources-module .vl-cta:focus,
.technical-resources-module .vl-cta:hover {
    background-color: #286094;
}
.technical-resources-module .vl-content {
    padding: 1.875rem 1.625rem 0.5rem;
    height: 14.375rem;
}
.technical-resources-module:before {
    content: none;
}
@media (min-width: 992px) {
    .ftm-wrap {
        float: right;
        margin-left: 1.25rem;
        margin-bottom: 1.25rem;
    }
}
.ftm-wrap p {
    margin: 0;
}
.ftm-heading-wrap p {
    display: none;
}
.fast-track-module {
    position: relative;
    max-width: 26.0625rem;
    width: 100%;
    margin: 1rem auto;
}
.ftm-description {
    position: relative;
    border-radius: 8px;
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/applications-cta-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 3.125rem 1.25rem;
    overflow: hidden;
    margin-top: -1.8125em;
    text-align: center;
}
.ftm-description:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 34, 34, 0.9);
    z-index: -1;
}
.ftm-description {
    z-index: 1;
}
.ftm-description > div p {
    font-size: 1.25rem;
    line-height: 1.6875rem;
    color: #fff;
    margin-top: 0;
    margin-bottom: 1.625rem;
}
.ftm-heading-wrap {
    background-color: #efefef;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.33);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.33);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 8px;
    max-width: 21.3125rem;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 1.375rem 1rem 1.375rem;
}
.ftm-heading-wrap > * {
    width: calc(100% - 2.625em);
}
.ftm-heading-wrap > :first-child {
    width: 2.625rem;
}
h2.ftm-heading {
    padding-left: 0.625rem;
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 0;
}
.ftm-cta {
    padding: 0.1875rem 2.5rem 0.1875rem 1rem;
}
.magnetic-engaged-module .container {
    padding-top: 1.875rem;
}
.moc-ftm {
    border-bottom: 1px solid #444;
    width: 100%;
    display: table;
    margin-bottom: 1.25em;
}
.mem-operation-capabilities {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1.875em;
}
@media (min-width: 992px) {
    .mem-operation-capabilities {
        float: left;
    }
}
@media (min-width: 992px) {
    .magnetic-engaged-module .fast-track-module {
        float: right;
    }
}
.mem-op-info {
    font-size: 1.25rem;
}
.mem-capabilities-Link {
    display: inline-block;
    color: #286094;
    font-size: 1rem;
    text-decoration: none;
}
.mem-capabilities-Link .fa {
    color: #000;
    margin-right: 0.5rem;
}
.mem-video {
    margin-bottom: 1.25rem;
    clear: both;
}
.mem-video a {
    display: inline-block;
    font-size: 0.9375rem;
    color: #26834f;
    text-decoration: none;
}
.mem-video a:hover {
    color: #286094;
}
.mem-video a .fa {
    color: red;
    font-size: 1.9rem;
    padding-right: 0.3125rem;
    padding-left: 0.25rem;
    vertical-align: middle;
}
.mem-item-wrap {
    border-bottom: 1px solid #444;
    display: table;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
}
.mem-item-wrap:last-child {
    border-bottom: 0;
}
@media (max-width: 991.98px) {
    .mem-item-img {
        text-align: center;
    }
}
.mem-item {
    margin-bottom: 2rem;
    text-align: center;
}
.mem-item .mfp-figure {
    background: #fff;
}
@media (min-width: 992px) {
    .mem-item {
        width: 17.8%;
        text-align: initial;
        float: left;
        margin-left: 2%;
        margin-bottom: 0;
        min-height: 0.0625rem;
    }
}
.mem-item .popup-youtube:before {
    content: none;
}
.mem-item p {
    font-size: 1rem;
}
@media (min-width: 992px) {
    .mem-item .btn-alt2 {
        font-size: 0.875rem;
    }
}
@media (min-width: 1200px) {
    .mem-item .btn-alt2 {
        font-size: 1rem;
    }
}
.mem-pro-title {
    font-size: 0.9375rem;
    display: block;
    color: #286094;
    margin-bottom: 1.25rem;
}
.mem-img {
    display: inline-block;
    overflow: hidden;
}
.mem-img:hover img {
    opacity: 0.9;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}
.mem-img img {
    display: block;
    max-height: 12.5rem;
    -webkit-transition: 1s all;
    transition: 1s all;
}
.mem-img-top {
    display: block;
}
.mem-img-top a {
    display: inline-block;
}
.mem-video-link:before {
    content: none;
}
.mem-desc-title {
    font-size: 0.9375rem;
    font-weight: 700;
    display: block;
    color: #444;
    margin-bottom: 1.25rem;
}
.mem-desc-title span {
    font-weight: 400;
    color: #444;
}
.mem-pro-img {
    margin-top: 1.5rem;
}
.mem-pro-img img {
    max-height: 11.25rem;
    width: auto;
}
@media (max-width: 767.98px) {
    .mem-pro-img {
        margin-bottom: 0;
    }
}
.trim-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (min-width: 992px) {
    .trim-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
.trim-content {
    width: 100%;
}
@media (min-width: 992px) {
    .trim-content {
        width: 70%;
    }
}
.trim-img-content {
    width: 100%;
    text-align: center;
}
@media (min-width: 992px) {
    .trim-img-content {
        width: 30%;
        padding-left: 1rem;
    }
}
.trim-img-content .lightbox {
    display: block;
}
.trim-cta {
    margin-bottom: 0.625rem;
    margin-top: 0.625rem;
    display: inline-block;
}
.aerospace-application-module .accordion-tabs {
    margin-bottom: 0;
}
.aerospace-application-module .accordion-tabs .tab-header-and-content:first-child {
    margin-left: 0;
}
.aerospace-application-module .accordion-tabs .tab-link {
    font-size: 1.5rem;
    margin-right: 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    text-align: center;
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 1rem 0.625rem;
    border-radius: 0;
    background-color: #26834f;
}
.aerospace-application-module .accordion-tabs .tab-link:focus {
    border-radius: 0;
}
.aerospace-application-module .accordion-tabs .tab-link.is-active {
    background-color: #286094;
    margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
    .aerospace-application-module .accordion-tabs .tab-link.is-active {
        margin-bottom: 0;
    }
}
.aerospace-application-module .accordion-tabs .tab-link .aapm-title-wrap span {
    display: inline-block;
    vertical-align: middle;
}
.aerospace-application-module .accordion-tabs .tab-link .aapm-title-wrap span img {
    width: 4.4375rem;
    display: block;
    margin: 0;
}
@media (min-width: 768px) {
    .aerospace-application-module .accordion-tabs .tab-link {
        height: 7.5rem;
        padding: 0;
    }
    .aerospace-application-module .accordion-tabs .tab-link .aapm-title-wrap {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
        left: 0;
    }
}
@media (min-width: 1200px) {
    .aerospace-application-module .accordion-tabs .tab-link {
        height: 5.25rem;
        width: 50%;
    }
}
.aerospace-application-module .accordion-tabs .tab-content {
    padding: 0;
}
.aerospace-application-module .bx-wrapper {
    position: absolute;
    max-width: 22.125rem;
    width: 100%;
    position: absolute;
    top: 0;
    left: 1.5rem;
    padding: 5rem 0;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
    background-color: rgba(0, 0, 0, 0.61);
}
.aerospace-application-module .bx-wrapper:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 5rem;
    left: 0;
}
.aerospace-application-module .bx-wrapper .slick-current .location-pin {
    background-color: #286094;
}
.aerospace-application-module .bx-wrapper .slick-prev {
    font-size: 0;
    width: 52px;
    height: 45px;
    background-image: url(img/ind-up-arrow.svg);
    background-repeat: no-repeat;
    background-size: 45px 45px;
    top: 4.5%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.aerospace-application-module .bx-wrapper .slick-prev:focus {
    outline: 0;
    border: 0;
}
.aerospace-application-module .bx-wrapper .slick-prev:before {
    display: none;
}
.aerospace-application-module .bx-wrapper .slick-prev:after {
    display: none;
}
.aerospace-application-module .bx-wrapper .slick-next {
    font-size: 0;
    width: 52px;
    height: 45px;
    background-image: url(img/ind-down-arrow.svg);
    background-repeat: no-repeat;
    background-size: 45px 45px;
    top: 96.5%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.aerospace-application-module .bx-wrapper .slick-next:focus {
    outline: 0;
    border: 0;
}
.aerospace-application-module .bx-wrapper .slick-next:before {
    display: none;
}
.aerospace-application-module .bx-wrapper .slick-next:after {
    display: none;
}
@media (min-width: 1200px) {
    .aerospace-application-module .bx-wrapper {
        max-width: 22.125rem;
        left: 0;
    }
}
.sam-uav-slider {
    display: none;
}
@media (min-width: 992px) {
    .sam-uav-slider {
        display: block;
        overflow: hidden;
        max-height: 48.5rem;
    }
    .sam-uav-slider .inner-wrap {
        position: relative;
        padding: 0;
    }
}
@media (min-width: 1200px) {
    .sam-uav-slider .inner-wrap {
        padding: 0 1.5em;
    }
}
.page-id-2859 .aerospace-application-module .accordion-tabs .tab-link {
    width: 100%;
}
.page-id-2859 .aerospace-application-module .accordion-tabs li:last-child {
    display: none;
}
.location-pin {
    color: #fff;
    text-decoration: none;
    height: 5rem;
    width: 100%;
    text-transform: uppercase;
    text-align: left;
    border-bottom: solid 1px #fff;
    position: relative;
    display: block !important;
}
.location-pin.active-pin {
    background-color: #286094;
}
.location-pin:focus,
.location-pin:hover {
    color: #fff;
    background-color: #286094;
}
.location-pin span {
    display: block;
    margin: 0;
    padding: 0 1rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}
.itm-item {
    display: none;
}
.itm-item.active {
    display: block;
}
.itm-item > div {
    height: 48.5rem;
    position: relative;
}
.itm-item .itm-item-content-wrap {
    position: absolute;
    bottom: -0.3125em;
    right: 0;
    width: calc(100% - 23.5rem);
    background-color: rgba(0, 0, 0, 0.75);
    padding: 1.875rem 3.75rem;
}
@media (min-width: 1200px) {
    .itm-item .itm-item-content-wrap {
        width: calc(100% - 20.5rem);
    }
}
.industry-slider {
    height: 48.5rem;
}
.imi-title {
    font-size: 1.875rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}
.imi-text {
    color: #fff;
    margin-bottom: 0;
    margin-top: 1.25rem;
}
.imi-text p {
    color: #fff !important;
}
.sam-uav-clicks {
    padding: 1.25rem;
}
.sam-uav-clicks .click-expand {
    margin-bottom: 0;
}
.sam-uav-clicks .click-expand .ce-header {
    border-top: solid 1px #fff;
}
.sam-uav-clicks .click-expand .ce-body {
    background-size: cover;
}
@media (min-width: 992px) {
    .sam-uav-clicks {
        display: none;
    }
}
.industry-image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.industry-image.active {
    opacity: 1 !important;
}
.case-study-module {
    background-color: #333;
    border-top: solid 1px #b6b6b6;
    border-bottom: solid 1px #b6b6b6;
    position: relative;
}
.case-study-module .inner-wrap {
    padding-top: 3.75rem;
    padding-bottom: 4.375rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.csm-main-heading {
    font-size: 3.125rem;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
@media (min-width: 992px) {
    .csm-main-heading {
        text-align: left;
    }
}
@media (min-width: 1750px) {
    .csm-main-heading {
        font-size: 5.3125rem;
        font-weight: 700;
        text-transform: uppercase;
        position: absolute;
        top: 42%;
        left: 0;
        right: 0;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        width: 34.75rem;
        height: auto;
        display: inline-block;
        margin: 0;
    }
}
@media (min-width: 992px) {
    .csm-wrapper {
        min-height: 31.75rem;
    }
}
.csm-item {
    display: none;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .csm-item {
        -webkit-transition: none;
        transition: none;
    }
}
.csm-item.active {
    display: block;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .csm-item.active {
        -webkit-transition: none;
        transition: none;
    }
}
.csm-item.active .csm-bg {
    opacity: 1;
}
.csm-bg {
    width: 100%;
    height: 25rem;
    background-size: cover;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    opacity: 0;
    margin-bottom: 1.25rem;
    background-position: center;
}
@media (prefers-reduced-motion: reduce) {
    .csm-bg {
        -webkit-transition: none;
        transition: none;
    }
}
@media (min-width: 992px) {
    .csm-bg {
        width: 50%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        margin-bottom: 0;
    }
}
.csm-content-wrap {
    padding-bottom: 3.75rem;
}
@media (min-width: 992px) {
    .csm-content-wrap {
        padding-bottom: 11.6875rem;
        width: 50%;
    }
}
@media (min-width: 1750px) {
    .csm-content-wrap {
        padding-left: 3.125em;
    }
}
.csm-heading {
    font-size: 1.875rem;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
.csm-desc {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.75rem;
}
@media (min-width: 992px) {
    .csm-desc {
        max-width: 27.5rem;
    }
}
.csm-btn-link {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    color: #fff;
}
.csm-btn-link span {
    text-decoration: underline;
}
.csm-btn-link:focus,
.csm-btn-link:hover {
    color: #fff;
}
.csm-btn-link:focus span,
.csm-btn-link:hover span {
    text-decoration: none;
}
@media (min-width: 768px) {
    .csm-link {
        position: relative;
        display: table;
    }
    .csm-link:after {
        content: "";
        -webkit-transition: width 0.25s ease-in-out;
        transition: width 0.25s ease-in-out;
        width: 100%;
        height: 1px;
        background-color: #000;
        position: absolute;
        bottom: 2px;
        left: 0;
    }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
    .csm-link:after {
        -webkit-transition: none;
        transition: none;
    }
}
@media (min-width: 1750px) {
    .csm-link {
        margin-left: 3.125em;
    }
}
.csm-link-item {
    display: table;
    font-size: 1.125rem;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    padding-bottom: 0.375rem;
    margin-bottom: 0.9375rem;
    position: relative;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
@media (max-width: 767.98px) {
    .csm-link-item {
        display: block;
        padding-bottom: 1.25rem;
        padding-top: 1rem;
    }
}
@media (prefers-reduced-motion: reduce) {
    .csm-link-item {
        -webkit-transition: none;
        transition: none;
    }
}
.csm-link-item:after {
    content: "";
    -webkit-transition: width 0.25s ease-in-out;
    transition: width 0.25s ease-in-out;
    width: 0;
    height: 0.9375rem;
    bottom: -0.9375rem;
    background-color: #fff;
    position: absolute;
    left: 0;
    z-index: 1;
}
@media (prefers-reduced-motion: reduce) {
    .csm-link-item:after {
        -webkit-transition: none;
        transition: none;
    }
}
.csm-link-item:before {
    content: "";
    -webkit-transition: width 0.25s ease-in-out;
    transition: width 0.25s ease-in-out;
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
}
@media (prefers-reduced-motion: reduce) {
    .csm-link-item:before {
        -webkit-transition: none;
        transition: none;
    }
}
.csm-link-item:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    outline: 0;
}
.csm-link-item:focus:not(:hover):not(:active) {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
}
.csm-link-item.active {
    font-weight: 700;
    color: #fff;
}
.csm-link-item.active:after {
    width: 100%;
}
.csm-link-item:last-child {
    margin-bottom: 0;
}
.csm-link-item:focus,
.csm-link-item:hover {
    color: rgba(255, 255, 255, 0.9);
}
@media (min-width: 768px) {
    .csm-link-item {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0;
        padding-right: 0.9375rem;
    }
    .csm-link-item:before {
        display: none;
    }
    .csm-link-item:after {
        height: 1.5rem;
        bottom: -1.375rem;
    }
    .csm-link-item:last-child {
        margin-right: 0;
    }
}
@media (min-width: 1200px) {
    .csm-link-item {
        padding-right: 1.25rem;
    }
}
.recommended-products-module {
    padding: 3.75rem 0;
}
.rpm-wrapper {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}
.rpm-wrapper .rpm-left {
    float: left;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 992px) {
    .rpm-wrapper .rpm-left {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        width: 45%;
    }
}
.rpm-wrapper .rpm-right {
    float: left;
    width: 100%;
    padding: 0 1rem;
}
@media (min-width: 992px) {
    .rpm-wrapper .rpm-right {
        width: 55%;
        padding: 0;
    }
}
.rpm-cont-wrap {
    padding-right: 1rem;
    padding-left: 1rem;
    position: relative;
}
.rpm-cont-wrap:before {
    content: "";
    width: 18.625rem;
    height: 25.625rem;
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/recommended-ico.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18.625rem 25.625rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}
@media (min-width: 992px) {
    .rpm-cont-wrap {
        max-width: 40.625rem;
        margin-left: auto;
        padding-right: 3.75rem;
        padding-top: 3.125em;
        padding-bottom: 3.125rem;
    }
    .rpm-cont-wrap:before {
        left: 0;
        right: auto;
        margin: 0;
    }
}
@media (min-width: 1200px) {
    .rpm-cont-wrap {
        padding-left: 0;
    }
    .rpm-cont-wrap:before {
        left: -3.125rem;
    }
}
.rpm-heading {
    font-size: 1.8125rem;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}
.rpm-desc {
    font-size: 1.375rem;
    line-height: 1.8125rem;
}
.rpm-slider .slick-dots {
    display: none;
}
@media (min-width: 768px) {
    .rpm-slider .slick-list .slick-slide:first-child .rpm-slider-item {
        border-left: 0;
    }
}
@media (min-width: 992px) {
    .rpm-slider .slick-list {
        padding-right: 6.125rem !important;
    }
    .rpm-slider .slick-list .slick-slide:first-child .rpm-slider-item {
        border-left: solid 1px #000;
        padding-left: 7px;
        padding-right: 7px;
    }
}
.rpm-slider .slick-track {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
}
.slick-arrow-nav {
    text-align: center;
}
.slick-arrow-nav .nav--prev {
    font-size: 0;
    width: 52px;
    height: 45px;
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/rpm-right-arrow.svg);
    background-repeat: no-repeat;
    background-size: 45px 45px;
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
}
.slick-arrow-nav .nav--prev span {
    display: none;
}
.slick-arrow-nav .nav--prev:focus {
    outline: 0;
    border: 0;
}
.slick-arrow-nav .nav--prev:before {
    display: none;
}
.slick-arrow-nav .nav--prev:after {
    display: none;
}
.slick-arrow-nav .nav--next {
    font-size: 0;
    width: 52px;
    height: 45px;
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/rpm-left-arrow.svg);
    background-repeat: no-repeat;
    background-size: 45px 45px;
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    border: 0;
}
.slick-arrow-nav .nav--next span {
    display: none;
}
.slick-arrow-nav .nav--next:focus {
    outline: 0;
    border: 0;
}
.slick-arrow-nav .nav--next:before {
    display: none;
}
.slick-arrow-nav .nav--next:after {
    display: none;
}
.slick-arrow-nav .slick-dots {
    display: inline-block !important;
    vertical-align: middle !important;
    position: static;
    width: auto;
}
.slick-arrow-nav .slick-dots li {
    width: auto;
    height: auto;
}
.slick-arrow-nav .slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 0;
}
.slick-arrow-nav .slick-dots li button:before {
    content: "";
    font-size: 0;
    width: 8px;
    height: 8px;
    background-color: #286094;
    position: static;
    display: block;
    border-radius: 50%;
}
.rpm-slider-item {
    text-align: center;
}
@media (min-width: 768px) {
    .rpm-slider-item {
        border-left: solid 1px #000;
    }
}
@media (min-width: 992px) {
    .rpm-slider-item {
        border-left: solid 1px #000;
    }
}
.rpm-item-title {
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: #286094;
}
.rpm-item-sub-title {
    font-size: 1.125rem;
    text-align: center;
}
.rpm-img-wrap {
    text-align: center;
}
.rpm-img-wrap img {
    max-width: 13.75rem;
    width: 100%;
    display: block;
    margin: 0 auto;
}
.rpm-link img {
    width: 1.25rem;
    display: inline-block !important;
    vertical-align: middle !important;
    margin-left: 0.3125rem;
}
.aem-wrap {
    width: 100%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
}
@media (min-width: 992px) {
    .aem-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.aem-link {
    display: inline-block;
    vertical-align: top;
}
.aem-content {
    text-align: center;
}
@media (min-width: 992px) {
    .aem-content {
        width: 50%;
        float: right;
        text-align: left;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}
.aem-img-wrap {
    margin: 1.25rem auto;
    text-align: center;
}
.aem-img-wrap img {
    display: block;
    margin: 0 auto;
}
@media (min-width: 992px) {
    .aem-img-wrap {
        width: 50%;
        float: left;
        text-align: center;
    }
}
.aem-heading {
    font-size: 1.875rem;
    color: #286094;
    font-weight: 600;
    text-transform: uppercase;
}
.aem-desc {
    font-size: 1.375rem;
    line-height: 1.8125rem;
    margin-bottom: 3.125rem;
    padding: 0 1rem;
}
@media (min-width: 992px) {
    .aem-desc {
        max-width: 31.25rem;
        width: 100%;
        padding: 0;
    }
}
.product-operation {
    background-color: rgba(38, 131, 79, 0.2);
    border: 1px solid #000;
    width: 100%;
    display: table;
    padding: 1rem 2rem;
    margin-bottom: 3rem;
}
.product-operation .image {
    margin-top: 1.875rem;
}
@media (min-width: 768px) {
    .product-operation > div {
        float: left;
        width: 29%;
    }
    .product-operation > div:nth-child(2) {
        margin-right: 4%;
    }
    .product-operation .content {
        width: 34%;
        margin-right: 4%;
        margin-top: 0;
        padding-right: 0.625rem;
    }
    .product-operation .content p {
        font-size: 0.9375rem;
        color: #f7f7f7;
    }
}
.blue-heading {
    color: #286094;
    font-size: 1.25rem;
    word-wrap: break-word;
    max-width: 13.75rem;
}
.product-operation .content p {
    color: #747474;
}
.table-container {
    width: 100%;
    float: left;
    clear: both;
    padding-bottom: 2rem;
}
.table-container td {
    border-bottom: 0;
    text-align: center !important;
}
.table-container th {
    font-size: 1.25rem;
}
.table-container tbody tr:nth-of-type(2n) {
    background: #f7f7f7;
}
@media (min-width: 768px) {
    .table-container .blue-heading {
        width: 15rem;
    }
}
.related.products,
.upsells.products {
    display: none;
}
.models.table {
    margin-bottom: 3rem;
}
.models.table thead tr th:nth-child(2) {
    text-align: center;
}
.mobile-model {
    display: none;
}
div.table-container table.ui.definition.table.models tbody tr.model-numbers {
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2 !important;
}
.ui.definition.table thead:not(.full-width) th:first-child {
    border-top: 0;
    color: #000 !important;
}
@media (min-width: 768px) {
    .ui.table {
        font-size: 1rem !important;
    }
}
.cad:hover {
    cursor: pointer;
}
.cad > a:after {
    content: none;
}
.cad .fa-file-o {
    display: none;
}
.cad-3d {
    margin-right: 0.5rem;
}
.cad-3d {
    vertical-align: top;
    margin-top: 0.125rem;
}
.dm-link {
    display: inline-block;
}
.dm-link .protected {
    position: relative;
}
.dm-link .protected:before {
    content: "";
    position: absolute;
    left: -2.1875rem;
    height: 100%;
    width: calc(100% + 35px);
}
@media (max-width: 959px) {
    .table-container .ui.models .model-numbers {
        display: none !important;
    }
    .models.table .mobile-model {
        display: inline-block;
        font-weight: 600;
        float: left;
        margin-right: 50px;
    }
    .ui.table:not(.unstackable) tr > td.empty {
        border-top: none;
        display: none !important;
    }
}
.fmg-technical-resources {
    width: 31.25rem;
    max-width: 100%;
    margin: auto;
    text-align: center;
}
.fmg-technical-resources .container {
    padding: 1.5625rem;
    margin-bottom: 1.5625rem;
    background-color: #f7f7f7;
}
.fmg-technical-resources .btn-primary {
    margin-bottom: 1rem;
}
.fmg-technical-resources .btn-primary:focus,
.fmg-technical-resources .btn-primary:hover {
    color: #fff;
}
.fmg-technical-resources .no-lists li:before {
    content: none;
}
.fmg-technical-resources .fa-file-pdf-o {
    color: red;
    margin-right: 0.5rem;
}
.fmg-technical-resources .fa-arrow-circle-o-right {
    color: #286094;
    margin-right: 0.5rem;
}
.fmg-technical-resources a {
    text-decoration: none;
}
.fmg-technical-resources a:focus,
.fmg-technical-resources a:hover {
    color: #286094;
}
@media only screen and (min-width: 320px) and (max-width: 1400px) {
    .table-container {
        overflow-x: scroll;
    }
    .ui.table {
        width: 87.5rem;
    }
}
.fmg-technical-resources .contact-btn {
    padding: 0.5rem 0.8rem;
    margin-right: 1rem;
    font-size: 1rem;
    min-width: 7.8125rem;
    text-align: center;
}
@media (min-width: 992px) {
    .fmg-technical-resources .contact-btn {
        margin-right: 0.5rem;
    }
}
@media (min-width: 1200px) {
    .fmg-technical-resources .contact-btn {
        margin-right: 1rem;
    }
}
@media (min-width: 992px) {
    .fmg-technical-resources .rfq-btn {
        padding: 0.625rem 0.9375rem;
    }
}
@media (min-width: 1200px) {
    .fmg-technical-resources .rfq-btn {
        padding: 0.625rem 1.25rem;
    }
}
.fmg-technical-resources .rfq-btn:focus,
.fmg-technical-resources .rfq-btn:hover {
    color: #fff;
}
.fmg-technical-resources .cta {
    margin-bottom: 1.25rem;
}
.table-waper-s {
    overflow-x: auto;
}
.tablepress-id-3 {
    color: #000;
    opacity: 1;
}
@media (max-width: 991.98px) {
    .tablepress-id-3 {
        width: 50rem !important;
    }
}
.tablepress-id-3 td {
    border: 1px solid #abb8c3 !important;
}
.tablepress-id-3 th.column-1 {
    width: 206px;
    height: 82px;
    letter-spacing: 0;
    color: #fff !important;
    opacity: 1;
    background: #0f7a42 0 0 no-repeat padding-box;
    border: 1px solid #fff;
    padding-left: 15px;
}
.tablepress-id-3 th.column-2 {
    width: 233px;
    height: 82px;
    letter-spacing: 0;
    color: #fff !important;
    opacity: 1;
    background: #0f7a42 0 0 no-repeat padding-box;
    border: 1px solid #fff;
    padding-left: 15px;
}
.tablepress-id-3 th.column-3 {
    width: 238px;
    height: 82px;
    letter-spacing: 0;
    color: #fff !important;
    background: #0b578f 0 0 no-repeat padding-box;
    border: 1px solid #fff;
    opacity: 1;
    padding-left: 15px;
}
.tablepress-id-3 th.column-4 {
    width: 631px;
    height: 82px;
    letter-spacing: 0;
    color: #fff !important;
    opacity: 1;
    background: #0f7a42 0 0 no-repeat padding-box;
    border: 1px solid #fff;
    padding-left: 15px;
}
.tablepress-id-3 th {
    border-right: 1px solid #abb8c3;
    float: none !important;
    padding: var(--padding);
    text-align: left;
    vertical-align: middle !important;
}
.tablepress-id-3 td.column-1 {
    letter-spacing: 0;
    color: #000;
    opacity: 1;
}
.tablepress-id-3 tr.row-2,
.tablepress-id-3 tr.row-3,
.tablepress-id-3 tr.row-4,
.tablepress-id-3 tr.row-5,
.tablepress-id-3 tr.row-8,
.tablepress-id-3 tr.row-9 {
    background: #efefef 0 0 no-repeat padding-box;
    border: 1px solid #b6b6b6;
    opacity: 1;
}
.tablepress-id-3 .tablepress td {
    background: 0 0 !important;
    border: 1px solid #abb8c3 !important;
    float: none !important;
    text-align: left !important;
    vertical-align: middle !important;
}
.tablepress-id-6 {
    color: #000;
    opacity: 1;
}
@media (max-width: 991.98px) {
    .tablepress-id-6 {
        width: 50rem !important;
    }
}
.tablepress-id-6 td {
    border: 1px solid #abb8c3 !important;
}
.tablepress-id-6 th.column-1 {
    width: 206px;
    height: 82px;
    letter-spacing: 0;
    color: #fff !important;
    opacity: 1;
    background: #0f7a42 0 0 no-repeat padding-box;
    border: 1px solid #fff;
    padding-left: 15px;
}
.tablepress-id-6 th.column-2 {
    width: 233px;
    height: 82px;
    letter-spacing: 0;
    color: #fff !important;
    opacity: 1;
    background: #0f7a42 0 0 no-repeat padding-box;
    border: 1px solid #fff;
    padding-left: 15px;
}
.tablepress-id-6 th.column-3 {
    width: 238px;
    height: 82px;
    letter-spacing: 0;
    color: #fff !important;
    background: #0f7a42 0 0 no-repeat padding-box;
    border: 1px solid #fff;
    opacity: 1;
    padding-left: 15px;
}
.tablepress-id-6 th.column-4 {
    width: 631px;
    height: 82px;
    letter-spacing: 0;
    color: #fff !important;
    opacity: 1;
    background: #0f7a42 0 0 no-repeat padding-box;
    border: 1px solid #fff;
    padding-left: 15px;
    max-width: 220px;
}
.tablepress-id-6 th {
    border-right: 1px solid #abb8c3;
    float: none !important;
    padding: var(--padding);
    text-align: left;
    vertical-align: middle !important;
}
.tablepress-id-6 td.column-1 {
    letter-spacing: 0;
    color: #000;
    opacity: 1;
}
.tablepress-id-6 tr.row-2,
.tablepress-id-6 tr.row-3,
.tablepress-id-6 tr.row-4,
.tablepress-id-6 tr.row-5 {
    background: #efefef 0 0 no-repeat padding-box;
    border: 1px solid #b6b6b6;
    opacity: 1;
}
.tablepress-id-6 .tablepress td {
    background: 0 0 !important;
    border: 1px solid #abb8c3 !important;
    float: none !important;
    text-align: left !important;
    vertical-align: middle !important;
}
.tablepress-id-8 {
    color: #000;
    opacity: 1;
}
@media (max-width: 991.98px) {
    .tablepress-id-8 {
        width: 50rem !important;
    }
}
.tablepress-id-8 td {
    border: 1px solid #abb8c3 !important;
}
.tablepress-id-8 th.column-1 {
    width: 206px;
    height: 82px;
    letter-spacing: 0;
    color: #fff !important;
    opacity: 1;
    background: #0f7a42 0 0 no-repeat padding-box;
    border: 1px solid #fff;
    padding-left: 15px;
}
.tablepress-id-8 th.column-2 {
    width: 233px;
    height: 82px;
    letter-spacing: 0;
    color: #fff !important;
    opacity: 1;
    background: #0f7a42 0 0 no-repeat padding-box;
    border: 1px solid #fff;
    padding-left: 15px;
}
.tablepress-id-8 td.column-1 {
    letter-spacing: 0;
    color: #000;
    opacity: 1;
}
.tablepress-id-8 tr.row-2,
.tablepress-id-8 tr.row-3,
.tablepress-id-8 tr.row-4,
.tablepress-id-8 tr.row-5,
.tablepress-id-8 tr.row-6,
.tablepress-id-8 tr.row-7,
.tablepress-id-8 tr.row-8 {
    background: #efefef 0 0 no-repeat padding-box;
    border: 1px solid #b6b6b6;
    opacity: 1;
}
.tablepress-id-8 .tablepress td {
    background: 0 0 !important;
    border: 1px solid #abb8c3 !important;
    float: none !important;
    text-align: left !important;
    vertical-align: middle !important;
}
.tablepress-id-9 {
    color: #000;
    opacity: 1;
}
@media (max-width: 991.98px) {
    .tablepress-id-9 {
        width: 50rem !important;
    }
}
.tablepress-id-9 td {
    border: 1px solid #abb8c3 !important;
}
.tablepress-id-9 th.column-1 {
    width: 206px;
    height: 82px;
    letter-spacing: 0;
    color: #fff !important;
    opacity: 1;
    background: #0f7a42 0 0 no-repeat padding-box;
    border: 1px solid #fff;
    padding-left: 15px;
}
.tablepress-id-9 th.column-2 {
    width: 233px;
    height: 82px;
    letter-spacing: 0;
    color: #fff !important;
    opacity: 1;
    background: #0f7a42 0 0 no-repeat padding-box;
    border: 1px solid #fff;
    padding-left: 15px;
}
.tablepress-id-9 th.column-3 {
    width: 238px;
    height: 82px;
    letter-spacing: 0;
    color: #fff !important;
    background: #0f7a42 0 0 no-repeat padding-box;
    border: 1px solid #fff;
    opacity: 1;
    padding-left: 15px;
}
.tablepress-id-9 th.column-4 {
    width: 631px;
    height: 82px;
    letter-spacing: 0;
    color: #fff !important;
    opacity: 1;
    background: #0f7a42 0 0 no-repeat padding-box;
    border: 1px solid #fff;
    padding-left: 15px;
    max-width: 256px;
}
.tablepress-id-9 td.column-1 {
    letter-spacing: 0;
    color: #000;
    opacity: 1;
}
.tablepress-id-9 tr.row-2,
.tablepress-id-9 tr.row-3,
.tablepress-id-9 tr.row-4,
.tablepress-id-9 tr.row-5 {
    background: #efefef 0 0 no-repeat padding-box;
    border: 1px solid #b6b6b6;
    opacity: 1;
}
.tablepress-id-9 .tablepress td {
    background: 0 0 !important;
    border: 1px solid #abb8c3 !important;
    float: none !important;
    text-align: left !important;
    vertical-align: middle !important;
}
.full-width-partner-module {
    text-align: center;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
    margin-bottom: 2rem;
}
.full-width-partner-module::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}
.full-width-partner-module .container {
    position: relative;
    z-index: 1;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.full-width-partner-module p {
    font-size: 1rem;
    color: #fff;
    line-height: 1.625rem;
    max-width: 47.6875rem;
    margin: 0 auto 1.25rem;
}
.fwpm-header {
    text-transform: uppercase;
    font-size: 2.3125rem;
    max-width: 50rem;
    margin: 0 auto 1.875rem;
    line-height: 3.25rem;
    color: #fff;
}
.fwpm-cta1 {
    background-color: #007d42;
    margin: 0 0.5rem;
    border: none;
    border: 2px solid #007d42;
    color: #fff;
}
.fwpm-cta1:focus,
.fwpm-cta1:hover {
    background-color: #00548c;
    color: #fff;
    border-color: #00548c;
}
@media (max-width: 410px) {
    .fwpm-cta1 {
        margin-bottom: 0.5rem;
    }
}
.fwpm-cta2 {
    background-color: #00548c;
    color: #fff;
    margin: 0 0.5rem;
    border: 2px solid #00548c;
    border: none;
}
.fwpm-cta2:focus,
.fwpm-cta2:hover {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
}
.im-header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}
.im-header-wrap > div {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
.im-header-wrap > div h2 {
    font-size: 2.375rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    margin: 0;
    padding: 2.5rem 0 2.5rem 1.25rem;
}
.im-header-wrap > div h2 > a {
    color: #fff;
    text-decoration: none;
}
.im-header-wrap > div.im-left-heading {
    background-color: #007b44;
}
.im-header-wrap > div.im-right-heading {
    background-color: #0b578f;
}
@media (min-width: 768px) {
    .im-header-wrap {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .im-header-wrap > div {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
    .im-header-wrap > div h2 {
        padding: 2.5rem 0;
    }
    .im-header-wrap > div.im-left-heading {
        text-align: right;
    }
    .im-header-wrap > div.im-right-heading {
        padding-left: 4.375rem;
        position: relative;
    }
    .im-header-wrap > div.im-right-heading::before {
        content: "";
        background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/tab-gap.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 3.1875rem;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
}
@media (min-width: 768px) {
    .im-header-wrap {
        font-size: 1rem;
    }
}
.im-tab-content-wraper {
    display: none;
}
@media (min-width: 992px) {
    .im-tab-content-wraper {
        display: block;
    }
}
.im-link-wraper {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 3.4375rem;
    position: relative;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    display: none;
}
@media (min-width: 768px) {
    .im-link-wraper {
        font-size: 1.25vw;
        display: block;
    }
}
@media (min-width: 1200px) {
    .im-link-wraper {
        font-size: 1rem;
    }
}
.im-img-item {
    max-width: 53.75rem;
    width: 100%;
    margin: 0 auto;
    height: 27.3125rem;
    overflow: hidden;
}
@media (min-width: 768px) {
    .im-img-item {
        width: 28.75rem;
    }
}
@media (min-width: 992px) {
    .im-img-item {
        width: 35.75rem;
    }
}
@media (min-width: 1300px) {
    .im-img-item {
        width: 53.75rem;
    }
}
.im-lg {
    width: 19.375rem;
    height: 19.375rem;
    border-radius: 50%;
    background-position: center top;
    display: none;
    -webkit-box-shadow: inset 0 3px 60.76px 1.24px #000;
    box-shadow: inset 0 3px 60.76px 1.24px #000;
    margin: 0 auto;
    background-repeat: no-repeat;
    position: relative;
    z-index: 9;
}
.im-lg.active {
    display: block;
}
@media (min-width: 768px) {
    .im-lg {
        width: 28.75rem;
        height: 28.75rem;
        padding: 0.625rem;
    }
}
@media (min-width: 992px) {
    .im-lg {
        width: 28.75rem;
        height: 28.75rem;
    }
}
@media (min-width: 1300px) {
    .im-lg {
        width: 53.75rem;
        height: 53.75rem;
    }
}
.im-th {
    text-decoration: none;
    display: block;
    border-bottom: solid 1px #fff;
    background-repeat: no-repeat;
}
.im-th.active {
    border-color: red;
}
.im-th.active .im-title {
    color: red;
}
@media (min-width: 768px) {
    .im-th {
        border-bottom: 0;
        padding-bottom: 0;
        position: absolute;
    }
    .im-th.active .im-title:after {
        background-color: red;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        bottom: 0;
    }
}
.im-th6 {
    right: 0.5rem;
    bottom: 3rem;
    padding-right: 4rem;
    background-position: right center;
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/aircraft-uav.svg);
    background-size: 3.6875rem 1.5rem;
}
.im-th6 .im-title:after {
    right: 0;
}
.im-th6.active {
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/aircraft-uav-hover.svg);
}
.im-th5 {
    left: 0.5rem;
    bottom: 3rem;
    padding-left: 4rem;
    background-position: left center;
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/fighter-jet.svg);
    background-size: 3.25rem 2.6875rem;
}
.im-th5 .im-title:after {
    left: 0;
}
.im-th5.active {
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/fighter-jet-hover.svg);
}
.im-th4 {
    right: 0.5rem;
    top: 50%;
    padding-right: 4rem;
    background-position: right center;
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/missile.svg);
    background-size: 2.5rem 2.5rem;
}
.im-th4 .im-title:after {
    right: 0;
}
.im-th4.active {
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/missile-hover.svg);
}
.im-th3 {
    left: 0.5rem;
    top: 50%;
    padding-left: 4rem;
    background-position: left center;
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/submarine.svg);
    background-size: 3.5rem 1.75rem;
}
.im-th3 .im-title:after {
    left: 0;
}
.im-th3.active {
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/submarine-hover.svg);
}
.im-th2 {
    right: 0.5rem;
    top: 5.5em;
    padding-right: 4rem;
    background-position: right center;
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/tank.svg);
    background-size: 3rem 1.8125rem;
}
.im-th2 .im-title:after {
    right: 0;
}
.im-th2.active {
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/tank-hover.svg);
}
.im-th1 {
    left: 0.5rem;
    top: 5.5em;
    padding-left: 4rem;
    background-position: left center;
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/radar-pedestal.svg);
    background-size: 1.875rem 2.25rem;
}
.im-th1 .im-title:after {
    left: 0;
}
.im-th1.active {
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/radar-pedestal-hover.svg);
}
.im-title {
    display: block;
    font-size: 1.125rem;
    line-height: normal;
    color: #d2d3d7;
    font-weight: 700;
    position: relative;
    line-height: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
@media (min-width: 768px) {
    .im-title:after {
        content: "";
        width: 25.625rem;
        height: 2px;
        background: #d2d3d7;
        position: absolute;
        bottom: 0;
    }
}
@media (min-width: 992px) {
    .im-title:after {
        width: 40.625rem;
    }
}
@media (min-width: 768px) {
    .im-link {
        position: absolute;
        max-width: 80.9375rem;
        width: 99%;
        margin: 0 auto;
        left: 0;
        bottom: 0;
        right: 0;
        height: 100%;
    }
}
@media (min-width: 1200px) {
    .im-link {
        width: 100%;
    }
}
.imcc-header {
    font-size: 1.75rem;
    line-height: 2.75rem;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0.625rem;
    padding: 0.625rem;
    position: relative;
}
@media (min-width: 768px) {
    .imcc-header {
        font-size: 2.125rem;
    }
}
.imcc-header::before {
    content: "";
    background-color: #333;
    position: absolute;
    left: -150%;
    top: 0;
    width: 300%;
    height: 100%;
    z-index: -1;
}
.imcc-header.active {
    color: #000;
}
.imcc-header.active::before {
    background-color: #ffd500;
}
@media (min-width: 768px) {
    .imcc-header {
        background-color: transparent;
        padding: 0;
        margin-bottom: 3.625rem;
    }
    .imcc-header::before {
        display: none;
    }
}
.im-content-wrap {
    padding-top: 1.375rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-bottom: 1.25rem;
}
.imcc-sub-right {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
}
.imcc-sub-content {
    display: none;
}
@media (min-width: 768px) {
    .imcc-sub-content {
        display: block;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .imcc-sub-content > div.imcc-sub-left {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    }
    .imcc-sub-content > div.imcc-sub-right {
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
        padding-left: 2.8125rem;
    }
}
#imcc-6 .imcc-header.active::before {
    background-color: rgba(40, 96, 148, 0.5);
}
.imcc-sub-left {
    display: none;
}
@media (min-width: 768px) {
    .imcc-sub-left {
        display: block;
        position: relative;
        border-right: 2px solid #ccc;
    }
}
@media (min-width: 768px) {
    .tab_drawer_heading {
        display: none;
    }
}
.pm-tabs > li {
    line-height: 2.75rem;
    font-size: 1rem;
    text-align: right;
    padding-right: 3.5rem;
    position: relative;
}
.pm-tabs > li::before {
    content: "";
    background-color: #fff;
    width: 3.25rem;
    height: 0.6875rem;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.pm-tabs > li a {
    color: #000;
    white-space: normal;
}
.pm-tabs > li.active {
    color: red;
    font-weight: 700;
}
.pm-tabs > li.active a {
    color: red;
}
.pm-tabs > li.active::before {
    background-color: red;
}
.pm-tab-title {
    cursor: pointer;
}
.pm-tab-title span {
    line-height: 1.6875rem;
    font-size: 1.0625rem;
}
.pm-tab-title.d_active {
    color: red;
    font-weight: 700;
}
.cm-tab-text {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
}
@media (min-width: 768px) {
    .cm-tab-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .cm-tab-text > div {
        -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    }
    .cm-tab-text > div:first-child {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        text-align: center;
    }
}
.cm-tab-text img {
    max-width: 6.25rem;
    margin: auto;
}
.cm-tab-header {
    text-transform: uppercase;
    font-size: 1.75rem;
    line-height: 2.375rem;
    color: #0b578f;
    font-weight: 700;
}
@media (min-width: 768px) {
    .imc-conten {
        display: none;
        font-size: 1.25vw;
    }
    .imc-conten.active {
        display: block;
    }
}
@media (min-width: 768px) and (min-width: 1200px) {
    .imc-conten {
        font-size: 1em;
    }
}
.pm-tab-content {
    border-bottom: 1px solid #ccc;
    padding-bottom: 2.1875rem;
    margin-bottom: 2.1875rem;
}
@media (min-width: 768px) {
    .pm-tab-content {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }
}
.imp-footer {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 10.25rem;
}
.svg-link circle {
    fill: #ff0;
}
.svg-link.has-active circle {
    fill: #ff471f;
}
.imtcw-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.imtcw-link > li {
    text-align: center;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
}
.imtcw-link > li > a {
    display: block;
    padding: 1.5625rem 0.625rem;
    background-color: rgba(68, 68, 68, 0.5);
    color: #fff;
    text-decoration: none;
}
.imtcw-link > li > a:focus,
.imtcw-link > li > a:hover {
    color: #286094;
}
.imtcw-link > li > a > span {
    display: block;
    font-size: 1.125rem;
    font-weight: 700;
}
@media (min-width: 992px) {
    .imtcw-link > li > a > span {
        font-size: 0.875rem;
    }
}
@media (min-width: 1378px) {
    .imtcw-link > li > a > span {
        font-size: 1.125rem;
    }
}
@media (min-width: 768px) {
    .cm-tab-image.mobile {
        display: none;
    }
}
.cm-tab-image.dest {
    display: none;
}
@media (min-width: 768px) {
    .cm-tab-image.dest {
        display: block;
    }
}
.ppm-content-wrap {
    position: relative;
    max-width: 72.4375rem;
    margin: 2% auto 0 auto;
    width: 100%;
    height: 90%;
    z-index: 1;
}
@media (min-width: 992px) {
    .ppm-content-wrap {
        height: 90%;
    }
}
@media (min-width: 801px) {
    .ppm-content-wrap {
        max-width: 95.4375rem;
    }
}
.ppm-content {
    background-color: #fff;
    position: relative;
    height: 100%;
    overflow: auto;
}
.ppmc-two-col {
    padding: 0 1.5625rem;
    height: 100%;
}
@media (min-width: 768px) {
    .ppmc-two-col {
        padding: 4.375rem 1.5625rem;
    }
}
@media (min-width: 992px) {
    .ppmc-two-col {
        height: auto;
        width: 100%;
        display: table;
    }
}
.ppmc-svg-wrap {
    height: 100%;
}
@media (min-width: 768px) {
    .ppmc-svg-wrap {
        max-width: 18.75rem;
        width: 100%;
        height: auto;
        float: left;
    }
}
@media (min-width: 992px) {
    .ppmc-svg-wrap {
        max-width: 26.25rem;
    }
}
@media (min-width: 1200px) {
    .ppmc-svg-wrap {
        max-width: 40.625rem;
    }
}
.ppmc-text-wrap {
    display: none;
}
@media (min-width: 768px) {
    .ppmc-text-wrap {
        padding: 0 0.9375rem;
        display: block;
        float: right;
        width: calc(100% - 19rem);
    }
}
@media (min-width: 992px) {
    .ppmc-text-wrap {
        width: calc(100% - 26.25rem);
    }
}
@media (min-width: 1200px) {
    .ppmc-text-wrap {
        width: calc(100% - 40.625rem);
    }
}
.ppmc-svg svg {
    width: 100%;
    height: 23.8125rem;
}
@media (min-width: 992px) {
    .ppmc-svg {
        display: block;
    }
}
@media (min-width: 1200px) {
    .ppmc-svg svg {
        height: 36.25rem;
    }
}
.ppmc-svg-mob {
    display: none;
}
.pmmc-header {
    display: none;
}
@media (min-width: 768px) {
    .pmmc-header {
        display: block;
        background-color: #00548c;
        padding: 2.1875rem;
    }
}
.pmmc-header p {
    color: #fff;
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.2rem;
    text-align: center;
}
ul.ppmc-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.ppmc-list li {
    margin-bottom: 1.5625rem;
}
.ppmc-list.active li {
    opacity: 0.5;
}
.ppmc-list.active li:hover {
    opacity: 1;
}
.ppmc-list.active li.is-active {
    opacity: 1;
}
.ppmc-list li a {
    text-decoration: none;
    color: #00548c;
    display: inline-block;
    width: 77%;
}
.ppmc-list li a:hover {
    color: #00548c;
}
.ppmc-list-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ppmc-list-content > span {
    -moz-flex-grow: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
}
.ppmc-list-text {
    display: inline-block;
    margin-left: 1.7894736842rem;
    font-size: 1rem;
    line-height: 1.2105263158rem;
    font-weight: 700;
    position: relative;
}
@media (min-width: 1200px) {
    .ppmc-list-text {
        font-size: 1.1875rem;
    }
}
.is-active .ppmc-list-text:after {
    content: "";
    position: absolute;
    width: 48px;
    height: 6px;
    background-color: #007a42;
    left: 0;
    bottom: -16px;
}
.ppmc-list-image {
    max-width: 4.6875rem;
    width: 100%;
}
.ppmc-list-image img {
    width: 100%;
    display: block;
}
.ppmc-list-description {
    display: none;
}
.ppmc-list-description p {
    margin: 0;
}
.ppmc-list-description.active {
    display: block;
}
.ppmc-list li.is-active .ppmc-list-description {
    display: block;
}
.ppmc-list li.is-active .ppmc-list-description .ppmc-list-cta {
    color: #26834f;
    font-weight: 600;
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/keyboard_arrow_right.svg);
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 1.5rem 1.5rem;
    width: auto;
}
.dot {
    display: none;
}
.anamition {
    opacity: 0;
    fill: transparent;
    stroke: transparent;
}
.has-active .anamition {
    opacity: 1;
    fill: transparent;
    stroke: #007a42;
}
#Layer_1 g {
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}
#Layer_1 g.has-inactive {
    opacity: 0.14;
}
#Layer_1 g#five-group:hover,
#Layer_1 g#four-group:hover,
#Layer_1 g#six-group:hover,
#Layer_1 g#three-group:hover,
#Layer_1 g#two-group:hover {
    opacity: 0.8;
}
#Layer_1 g#five-group.has-inactive:hover,
#Layer_1 g#four-group.has-inactive:hover,
#Layer_1 g#one-group.has-inactive:hover,
#Layer_1 g#six-group.has-inactive:hover,
#Layer_1 g#three-group.has-inactive:hover,
#Layer_1 g#two-group.has-inactive:hover {
    opacity: 1;
}
#Layer_1 g.active {
    opacity: 1;
}
.page-bucket-module .container {
    max-width: 80rem;
}
@media (min-width: 1200px) {
    .page-bucket-module {
        text-align: center;
    }
}
.pbm-header {
    text-transform: uppercase;
    font-size: 2.3125rem;
    margin: 0 auto 1.875rem;
    line-height: 3.25rem;
}
.pbm-subheader {
    font-size: 1rem;
    line-height: 1.625rem;
    margin: 0 auto 1.875rem;
    color: #333;
}
.pbm-item {
    padding: 0 1.875rem;
}
@media (min-width: 1200px) {
    .pbm-item {
        border-left: 1px solid #333;
    }
    .pbm-item:nth-of-type(1) {
        border: none;
    }
}
.pbm-item p {
    font-size: 1rem;
    color: #363030;
    line-height: 1.625rem;
}
.pbmi-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #01558c;
    margin-bottom: 0.9375rem;
}
.pbmi-title img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.6875rem;
}
.pbm-wrap {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
}
.calc-desc {
    font-size: tem(15);
    font-weight: 700;
    min-height: tem(50);
    text-align: center;
    color: #000;
    max-width: 25.625rem;
    margin: auto;
}
.torque-cal {
    color: #fff;
    padding: 0;
    margin: 2.5rem auto;
    text-align: center;
    max-width: 28.125rem;
    position: relative;
    display: block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media (min-width: 992px) {
    .torque-cal {
        max-width: 25.625rem;
        margin: 0 auto 4.375rem;
    }
}
.first-div {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #10578e;
    border-radius: 0.625em;
    color: #fff;
    position: relative;
    text-align: left;
    -ms-transform: rotateY(0);
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    z-index: 2;
}
.first-div .content {
    min-height: 24.375rem;
    padding: 1.875rem;
}
.first-div .heading {
    text-align: center;
    font-size: 1.4375rem;
    line-height: 1.875rem;
}
.first-div span {
    display: inline-block;
    font-size: 1rem;
    font-weight: inherit;
    line-height: 1.0625rem;
    padding: 0;
}
.first-div input {
    display: inline-block;
    vertical-align: top;
    border-color: #1f5588;
    border-radius: 0.625rem;
    color: #1f1f1f;
    outline: 0;
    width: 100%;
    padding: 0;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    height: 1.8125rem;
    border: 0;
}
.first-div .submit-result {
    background-color: #157a44;
    border-radius: 0 0 0.625rem 0.625rem;
    color: #fff;
    display: block;
    font-size: 1.4375rem;
    line-height: 1.6875rem;
    min-height: 4.6875rem;
    padding: 1.25rem 0;
    vertical-align: top;
    text-align: center;
    text-decoration: none;
}
.flipped-first-div {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #10578e;
    border-radius: 0.625rem;
    color: #fff;
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: 1;
}
.flipped-first-div > .content {
    min-height: 19.3125rem;
    padding: 1.875rem;
}
.flipped-first-div > .content > .main-result {
    font-size: 2.8125rem;
    line-height: 3.125rem;
    padding: 3.125rem 0 0;
    text-align: center;
}
.flipped-first-div .contact-btn {
    background-color: #cc1d00;
    color: #fff;
    border-radius: 0 0 0.625rem 0.625rem;
    display: block;
    font-size: 1.125rem;
    margin: 3.4375rem 0 0;
    padding: 1.25rem 0;
    vertical-align: top;
    text-align: center;
    bottom: 0;
    position: absolute;
    width: 100%;
    text-align: center;
}
.flipped-first-div span {
    border-bottom: 1px solid #fff;
    display: block;
    font-size: 1.6875rem;
    line-height: 4.375rem;
    padding: 0 0.625rem;
    vertical-align: top;
}
.cal-exit {
    position: absolute;
    right: 0.9375rem;
    top: 0.9375rem;
    margin: 0;
    cursor: pointer;
}
.cal-exit img {
    width: 1.1875rem;
}
.cust-value {
    padding: 0.125rem 0.75rem;
    background-color: #fff;
    border-radius: 0.625rem;
    color: #000;
    height: 1.6875rem;
}
.sub_div:nth-child(2) {
    margin-bottom: 0.625rem;
    padding-bottom: 0.625rem;
    border-bottom: 1px solid #fff;
}
.lightbox {
    cursor: pointer;
}
.torque-cal.flipped .first-div {
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    z-index: 1;
}
.torque-cal.flipped .flipped-first-div {
    -ms-transform: rotateY(0);
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    visibility: visible;
}
.cals-info {
    text-align: center;
}
.cals-info .inner-wrap {
    padding-bottom: 0.75rem;
}
@media (min-width: 992px) {
    .cals-info {
        text-align: left;
    }
}
.calc-heading {
    text-transform: uppercase;
}
#horizontalTab .r-tabs-nav {
    margin: 0;
    padding: 0;
    display: none;
}
@media (min-width: 992px) {
    #horizontalTab .r-tabs-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
#horizontalTab .r-tabs-tab {
    width: 25%;
    margin: 0;
    background-color: #efefef;
    list-style: none;
    position: relative;
}
#horizontalTab .r-tabs-tab:last-child {
    margin-right: 0;
    border-right: none;
}
@media (min-width: 992px) {
    #horizontalTab .r-tabs-tab {
        float: left;
        border-right: 1px solid #fff;
    }
}
@media (min-width: 992px) {
    #horizontalTab .r-tabs-accordion-title {
        display: none;
    }
}
#horizontalTab .r-tabs {
    position: relative;
}
#horizontalTab .r-tabs-anchor {
    width: 100%;
    padding: 0.4375rem 1rem;
    border-bottom: 1px solid;
    border-radius: 0;
    display: block;
    position: relative;
    background-color: #efefef;
    color: #000;
    font-size: 1.1875rem;
    font-weight: 600;
    line-height: 1.875rem;
    text-align: left;
    text-decoration: none;
    -webkit-transition: 0.25s all linear;
    transition: 0.25s all linear;
}
@media (prefers-reduced-motion: reduce) {
    #horizontalTab .r-tabs-anchor {
        -webkit-transition: none;
        transition: none;
    }
}
#horizontalTab .r-tabs-anchor:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #efefef;
    opacity: 0.89;
    -webkit-transition: 0.25s all linear;
    transition: 0.25s all linear;
}
@media (prefers-reduced-motion: reduce) {
    #horizontalTab .r-tabs-anchor:before {
        -webkit-transition: none;
        transition: none;
    }
}
#horizontalTab .r-tabs-anchor:after {
    content: "";
    position: absolute;
    width: 1rem;
    height: right(16);
    top: 0;
    right: 0.5rem;
    bottom: 0;
    margin: auto;
    background-image: url(img/ico-arrowdown-blue.svg);
    background-repeat: no-repeat;
}
#horizontalTab .r-tabs-anchor > * {
    position: relative;
    z-index: 1;
}
@media (min-width: 992px) {
    #horizontalTab .r-tabs-anchor {
        height: 100%;
        min-height: 4.625rem;
        display: table;
        text-align: center;
        border-bottom: 0;
    }
    #horizontalTab .r-tabs-anchor:focus,
    #horizontalTab .r-tabs-anchor:hover {
        color: #fff;
        background-color: #10578e;
        background-image: none !important;
    }
    #horizontalTab .r-tabs-anchor:focus:before,
    #horizontalTab .r-tabs-anchor:hover:before {
        opacity: 0;
    }
    #horizontalTab .r-tabs-anchor:after {
        display: none;
    }
    #horizontalTab .r-tabs-anchor span {
        display: table-cell;
        vertical-align: middle;
    }
}
#horizontalTab .r-tabs-state-active .r-tabs-anchor {
    background-color: #10578e;
    color: #fff;
    background-image: none !important;
}
#horizontalTab .r-tabs-state-active .r-tabs-anchor:before {
    opacity: 0;
}
#horizontalTab .r-tabs-state-active .r-tabs-anchor:after {
    background-image: url(img/ico-arrowdown-white.svg);
}
#horizontalTab .r-tabs-panel {
    display: none;
}
#horizontalTab .r-tabs-panel.r-tabs-state-active {
    display: block;
}
.tcm-heading {
    color: #286094;
    font-size: 1.875rem;
    font-weight: 600;
    text-align: center;
    margin-top: 0.9375rem;
    margin-bottom: 1rem;
    margin-top: 1.875rem;
}
.tcm-tab-content {
    background-color: #286094;
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
}
.tcm-tab-content .inner-wrap {
    padding-top: 4.4375rem;
    padding-bottom: 4.4375rem;
}
@media (min-width: 992px) {
    .tcm-tab-content .inner-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .tcm-tab-content .inner-wrap:after {
        content: none;
    }
    .tcm-tab-content .inner-wrap > * {
        width: 50%;
    }
}
.tcm-calc-wrap .first-div {
    background-color: #efefef;
}
.tcm-calc-wrap .first-div input {
    border-color: #efefef;
}
.tcm-calc-wrap .first-div span {
    color: #000;
}
.tcm-calc-wrap .first-div .heading {
    color: #10578e;
    font-weight: 600;
}
.tcm-calc-wrap .flipped-first-div {
    color: #10578e;
}
.tcm-calc-wrap .flipped-first-div > .content > .main-result {
    font-size: 2.75rem;
    font-weight: 600;
    line-height: 3.125rem;
    padding: 5.625rem 0 0;
}
.tcm-calc-wrap .flipped-first-div span {
    font-size: 1.5rem;
    font-weight: 600;
}
.tcm-calc-wrap .flipped-first-div .contact-btn {
    font-size: 1.6875rem;
    border-radius: 0 0 0.625rem 0.625rem;
    display: block;
    font-size: 1.6875rem;
    margin: 3.4375rem 0 0;
    padding: 1.125rem 0;
    text-decoration: none;
}
.tcm-calc-wrap .torque-cal {
    max-width: 100%;
    width: 28.125rem;
    color: #fff;
    padding: 0;
    margin: 0 auto 4.375rem;
    text-align: center;
    position: relative;
    display: block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.tcm-calc-wrap .torque-cal.flipped .flipped-first-div {
    background-color: #efefef;
}
@media (min-width: 992px) {
    .tcm-calc-wrap .torque-cal {
        width: 25.625rem;
        margin: 0 auto;
    }
}
.tcm-content {
    color: #fff;
    text-align: center;
}
.tcm-content h3 {
    margin: 0 0 1.25rem;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
}
.tcm-content p {
    margin-bottom: 2rem;
    font-size: 1.0625rem;
    line-height: 1.8125rem;
}
.tcm-content p:last-of-type {
    margin-bottom: 0;
}
.tcm-content img {
    display: block;
    margin: 0 auto 2.1875rem;
}
.tcm-content em {
    display: block;
    margin: 0;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.5625rem;
}
@media (min-width: 992px) {
    .tcm-content {
        padding: 0 2.625rem;
        text-align: left;
    }
    .tcm-content img {
        margin: 0 0 2.1875rem;
    }
}
.metric-conversion-calculator-module {
    clear: both;
    border: 0;
    background-color: #efefef;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .metric-conversion-calculator-module {
        -webkit-transition: none;
        transition: none;
    }
}
.metric-conversion-calculator-module.active .mccm-click-to-expand-head {
    background-color: #efefef;
}
.metric-conversion-calculator-module.active .mccm-click-to-expand-head h3:before {
    content: "Use our Metric Conversion Calculators";
}
.metric-conversion-calculator-module.active .mccm-click-to-expand-head h3 span {
    display: none;
}
.metric-conversion-calculator-module.active .mccm-click-to-expand-head:before {
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/calculator_ico.svg);
    background-size: 37px;
}
.metric-conversion-calculator-module.active .mccm-click-to-expand-head:after {
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/ico-arrowdown-blue.svg);
    background-size: 24px 15px;
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}
.metric-conversion-calculator-module.active .mccm-click-to-expand-head:hover {
    background-color: #efefef;
}
.metric-conversion-calculator-module.active .mccm-click-to-expand-head:hover h3 {
    color: #00334d;
}
.metric-conversion-calculator-module.active .mccm-click-to-expand-head:hover:before {
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/calculator_ico.svg);
    background-size: 37px;
}
.metric-conversion-calculator-module.active .mccm-click-to-expand-head:hover:after {
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/ico-arrowdown-blue.svg);
    background-size: 24px 15px;
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}
@media (min-width: 768px) {
    .metric-conversion-calculator-module.active .mccm-click-to-expand-head:before {
        background-size: 50px 57px;
    }
    .metric-conversion-calculator-module.active .mccm-click-to-expand-head:hover:before {
        background-size: 50px 57px;
    }
}
@media (max-width: 420px) {
    .metric-conversion-calculator-module.active .mccm-click-to-expand-head:before {
        background-size: 26px;
    }
    .metric-conversion-calculator-module.active .mccm-click-to-expand-head:hover:before {
        background-size: 26px;
    }
}
.metric-conversion-calculator-module.active .mccm-click-to-expand-content {
    display: block;
    opacity: 1;
    -webkit-animation: click-expand 0.5s 1;
    animation: click-expand 0.5s 1;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-delay: 50ms;
    animation-delay: 50ms;
}
.mccm-click-to-expand-head {
    cursor: pointer;
    margin: 0;
    padding: 2.375em 1.5em;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    background-color: #efefef;
    color: #fff;
    font-weight: 500;
    text-transform: none;
    -webkit-transition: 0.25s all linear;
    transition: 0.25s all linear;
}
@media (prefers-reduced-motion: reduce) {
    .mccm-click-to-expand-head {
        -webkit-transition: none;
        transition: none;
    }
}
.mccm-click-to-expand-head h3 {
    margin: 0 0.4166666667em 0 0.625em;
    display: inline-block;
    font-size: 1.5em;
    color: #00334d;
    font-weight: 600;
}
.mccm-click-to-expand-head:before {
    content: "";
    width: 50px;
    height: 57px;
    display: inline-block;
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/calculator_ico.svg);
    background-size: 37px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: 0.25s all linear;
    transition: 0.25s all linear;
}
@media (prefers-reduced-motion: reduce) {
    .mccm-click-to-expand-head:before {
        -webkit-transition: none;
        transition: none;
    }
}
.mccm-click-to-expand-head:after {
    content: "";
    width: 24px;
    height: 15px;
    display: inline-block;
    color: #fff;
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/ico-arrowdown-blue.svg);
    background-size: 24px 15px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: 0.25s all linear;
    transition: 0.25s all linear;
}
@media (prefers-reduced-motion: reduce) {
    .mccm-click-to-expand-head:after {
        -webkit-transition: none;
        transition: none;
    }
}
.mccm-click-to-expand-head:hover {
    background-color: #26834f;
}
.mccm-click-to-expand-head:hover h3 {
    color: #fff;
}
.mccm-click-to-expand-head:hover:before {
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/calculator_ico_hover.svg);
    background-size: 37px;
}
.mccm-click-to-expand-head:hover:after {
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/ico-arrowdown-white.svg);
    background-size: 24px 15px;
}
@media (min-width: 768px) {
    .mccm-click-to-expand-head:before {
        background-size: 50px 57px;
    }
    .mccm-click-to-expand-head:hover:before {
        background-size: 50px 57px;
    }
}
@media (max-width: 420px) {
    .mccm-click-to-expand-head:before {
        background-size: 26px;
    }
    .mccm-click-to-expand-head:hover:before {
        background-size: 26px;
    }
}
.mccm-click-to-expand-content {
    display: none;
    opacity: 0;
    background-color: #efefef;
    color: #fff;
}
.mccm-click-to-expand-content .inner-wrap {
    padding-top: 0;
    padding-bottom: 0;
}
.mccm-click-to-expand-content .torque-cal {
    margin-bottom: 3.375em;
}
@media (min-width: 768px) {
    .mccm-click-to-expand-content .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .mccm-click-to-expand-content .container:after {
        content: none;
    }
    .mccm-click-to-expand-content .container > * {
        width: calc(50% - 15px);
    }
}
@media (min-width: 992px) {
    .mccm-click-to-expand-content .container > * {
        width: calc(25% - 15px);
    }
}
.center-img {
    float: none;
    text-align: center;
    display: block;
    position: relative;
    z-index: 1;
    margin-bottom: 0.625rem;
}
@media (min-width: 992px) {
    .center-img {
        text-align: initial;
        float: right;
        margin-left: 1.25rem;
    }
}
.lightbox-infographic {
    float: none;
    text-align: center;
    display: block;
    position: relative;
    z-index: 2;
    width: 17.5rem;
    margin: 0.625rem auto;
}
@media (min-width: 992px) {
    .lightbox-infographic {
        float: right;
        width: 17.5rem;
        margin: 0 0 0 1rem;
    }
}
.lightbox-infographic span {
    display: block;
    margin-top: 0.625rem;
}
.tirm-module .inner-wrap {
    padding-top: 0;
}
.tirm-module .fast-track-module {
    margin-bottom: 1.25rem;
}
@media (min-width: 1200px) {
    .tirm-module .fast-track-module {
        float: right;
    }
}
.track .fa-file-code-o {
    display: none;
}
.tirm-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (min-width: 992px) {
    .tirm-wrap {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media (min-width: 992px) {
    .tirm-content {
        width: 65%;
        padding-right: 5rem;
    }
}
.tirm-cta {
    margin-top: 1.875rem;
}
@media (min-width: 992px) {
    .tirm-cta {
        width: 35%;
        margin-top: initial;
    }
}
.ebook-module .inner-wrap {
    padding-top: 1.25rem;
    padding-bottom: 0;
}
.em-title {
    text-align: center;
    margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
    .em-title {
        text-align: left;
    }
}
.em-item {
    text-align: center;
}
.em-item .popup-youtube:before {
    content: none;
}
.em-img img {
    display: block;
    margin: auto;
}
.emi-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-top: 1.5rem;
    margin-bottom: 1.25rem;
    display: block;
}
.dmodal-close {
    background-image: url(https://6779825fs1.hubspotusercontent-na1.net/hubfs/6779825/img/ico-x.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 1.625rem;
    height: 1.625rem;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 1.8125rem;
    right: 1.3125rem;
}
#dm-modal {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    background: #ededed;
    padding-top: 4.375rem;
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
    padding-bottom: 3.375rem;
    min-width: inherit;
    width: 90%;
}
#dm-modal-wrap {
    overflow-y: auto;
}
@media (max-width: 750px) {
    #hsForm iframe#hs-form-iframe-0 {
        width: 100% !important;
    }
}
@media (min-width: 640px) {
    #dm-modal {
        padding-left: 2.6875rem;
        padding-right: 2.6875rem;
    }
}
@media (min-width: 768px) {
    #dm-modal {
        top: auto;
        margin: 0;
        position: absolute;
        bottom: 0;
        right: 0;
        left: auto;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        min-width: 30.25rem;
        width: 100%;
        max-width: 30.25rem;
    }
    .hs-input {
        height: 1.75rem;
        font-size: 0.75rem;
        width: 100%;
    }
}
#gform_wrapper_12 {
    display: block !important;
}
#dm-modal form .hs-form-field {
    margin-bottom: 0;
}
#dm-modal form input[type="email"],
#dm-modal form input[type="text"] {
    font-size: 0.875rem;
    height: 2.8125rem;
    border: solid 1px #cbcbcb;
    color: #696264;
    padding-left: 1.25rem;
    width: 100%;
    padding-right: 1.25rem;
    margin-bottom: 0;
}
#dm-modal form input[type="email"]::-webkit-input-placeholder,
#dm-modal form input[type="text"]::-webkit-input-placeholder {
    color: #696264 !important;
    opacity: 1 !important;
}
#dm-modal form input[type="email"]::-moz-placeholder,
#dm-modal form input[type="text"]::-moz-placeholder {
    color: #696264 !important;
    opacity: 1 !important;
}
#dm-modal form input[type="email"]:-ms-input-placeholder,
#dm-modal form input[type="text"]:-ms-input-placeholder {
    color: #696264 !important;
    opacity: 1 !important;
}
#dm-modal form input[type="email"]::-ms-input-placeholder,
#dm-modal form input[type="text"]::-ms-input-placeholder {
    color: #696264 !important;
    opacity: 1 !important;
}
#dm-modal form input[type="email"]::placeholder,
#dm-modal form input[type="text"]::placeholder {
    color: #696264 !important;
    opacity: 1 !important;
}
#dm-modal form input[type="email"]::-ms-input-placeholder,
#dm-modal form input[type="text"]::-ms-input-placeholder {
    color: #696264 !important;
    opacity: 1 !important;
}
#dm-modal form select {
    font-size: 0.875rem !important;
    height: 2.8125rem !important;
    border: solid 1px #cbcbcb;
    width: 100%;
    color: #696264;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-bottom: 0;
}
#dm-modal form .hs-error-msg {
    font-size: 0.8125rem;
    font-weight: 400;
    margin-bottom: 1.125rem;
    color: red;
}
#dm-modal form .actions {
    text-align: center;
    margin-top: 2.6875rem;
}
#dm-modal form .actions .hs-button {
    font-size: 1.375rem;
    text-transform: inherit;
    background-image: url(https://6779825fs1.hubspotusercontent-na1.net/hubfs/6779825/cta-arrow-dn-btn.png);
    background-repeat: no-repeat;
    background-position: 88% center;
    text-align: left;
    padding: 0 1.625rem;
    max-width: 13.3125rem;
    color: #fff;
    width: 100%;
    line-height: 3.5625rem;
    padding-top: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #0d5284;
    border-radius: 2px;
    outline: 0;
}
.form-dn-ic {
    max-width: 6.9375rem;
    width: 100%;
    height: 6.9375rem;
    background-color: #00558c;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    position: absolute;
    top: -55px;
    left: 0;
    right: 0;
}
.form-dn-ic img {
    max-width: 3.625rem;
    width: 100%;
}
.form-dn-title {
    font-size: 1.75rem;
    line-height: 2.375rem;
    color: #212121;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    margin-bottom: 0.1875rem;
}
.form-dn-para {
    color: #212121;
    font-size: 1.125rem;
    line-height: 1.4375rem;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}
.video-content-grid-module .vcgm-link:before {
    content: none;
}
.hs-error-msgs {
    margin-bottom: 0;
}
.hs-error-msgs .hs-error-msg {
    margin-bottom: 0;
}
.left-image-right-desc-module {
    margin-bottom: 1.875rem;
}
.left-image-right-desc-module .container {
    margin-bottom: 5rem;
}
.lirdm-img {
    max-width: 20rem;
    margin: auto;
    text-align: center;
    display: block;
}
.lirdm-heading {
    margin-bottom: 1.25rem;
    margin-top: 1.25rem;
}
@media (min-width: 992px) {
    .lirdm-heading {
        margin-bottom: 1.25rem;
        margin-top: 0;
    }
}
.lirdm-heading span {
    color: #26834f;
}
.product-module .container {
    padding-top: 1.5625rem;
    padding-bottom: 0;
}
.pm-item {
    text-align: center;
    display: block;
    margin-bottom: 1.25em;
}
@media (min-width: 768px) {
    .pm-item {
        width: 30.4%;
        float: left;
        margin-right: 4%;
        margin-bottom: 0.8125rem;
    }
    .pm-item:nth-of-type(3n) {
        margin-right: 0;
    }
}
.img-pm {
    width: 12.5rem;
    height: 12.5rem;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 1.25rem;
}
.pm-title {
    display: inline-block;
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
    line-height: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #286094;
    text-decoration: none;
}
.pm-title:hover {
    color: #000;
}
.pm-desc {
    display: block;
    margin-bottom: 1.3125rem;
}
.pm-img {
    display: inline-block;
}
.pro-list {
    clear: left;
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 1.75rem;
}
@media (max-width: 991.98px) {
    .pro-list {
        display: table;
        margin: auto;
    }
}
.pro-list li:not([class]) {
    position: relative;
    margin-bottom: 0;
    font-size: 0.75rem;
    line-height: 1.275rem;
    margin-bottom: 0.34375rem;
}
@media (max-width: 991.98px) {
    .pro-list li:not([class]) {
        font-size: 1rem;
    }
}
.pro-list li:not([class]) a {
    text-decoration: none;
    font-weight: 400;
}
.pro-list li:not([class]):after {
    content: "";
    width: 11px;
    height: 12px;
    display: block;
    position: absolute;
    top: 0.3125rem;
    left: -1.625rem;
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/bullet-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.page-id-2776 .mem-item-wrap .mem-item:nth-child(2),
.page-id-2776 .mem-item-wrap .mem-item:nth-child(4) {
    display: none;
}
@media (min-width: 992px) {
    .page-id-2776 .mem-item-wrap .mem-item:nth-child(3) {
        width: 56.4%;
    }
}
@media (min-width: 992px) {
    .right-popup {
        margin: 0.625rem 0 1.25rem 1.25rem;
        float: right;
    }
}
.cad .fa-file-code-o {
    display: none;
}
.page-id-3737 #page-wrapper .container,
.page-id-3742 #page-wrapper .container,
.page-id-3743 #page-wrapper .container,
.page-id-3745 #page-wrapper .container,
.page-id-3746 #page-wrapper .container,
.page-id-3747 #page-wrapper .container,
.page-id-3748 #page-wrapper .container,
.page-id-3753 #page-wrapper .container,
.page-id-3757 #page-wrapper .container,
.page-id-3759 #page-wrapper .container,
.page-id-3760 #page-wrapper .container,
.page-id-3762 #page-wrapper .container,
.page-id-3763 #page-wrapper .container,
.page-id-3766 #page-wrapper .container,
.page-id-3767 #page-wrapper .container,
.page-id-3768 #page-wrapper .container,
.page-id-3780 #page-wrapper .container {
    max-width: 82.125rem;
}
.author-header .avatar {
    margin-top: 10px;
    margin-bottom: 20px;
}
.archive .entry-meta {
    margin-bottom: 10px;
}
.post-tag-link:hover {
    color: #26834f !important;
}
#img_gallery_with_thumbnails7 {
    background-color: #f2f2f2;
}
.right-img {
    margin: 0 auto;
    margin-bottom: 0.9375rem;
    position: relative;
    z-index: 1;
    text-align: center;
}
.right-img a {
    display: inline-block;
}
.right-img img {
    display: block;
    margin: 0 auto;
}
.right-img span {
    display: block;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.3125rem;
}
.right-img span strong {
    display: block;
}
.right-img div {
    margin-bottom: 0.625rem;
}
.right-img div:last-child {
    margin-bottom: 0;
}
@media (min-width: 992px) {
    .right-img {
        margin: 0;
        float: right;
        margin-left: 1.25rem;
        margin-top: 0.3125rem;
        margin-bottom: 0.9375rem;
    }
}
.gchoice_8_39_0 .gfield-choice-input {
    vertical-align: top !important;
    margin-right: 9px;
    margin-top: 8px !important;
}
.gfield--type-html {
    font-size: 1rem;
}
.cte-text {
    display: block;
    margin-bottom: 0.3125rem;
}
.gform-field-label {
    font-size: 1rem;
}
.page-link:focus {
    z-index: 2;
    color: #26834f;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.picep-intro {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.picep-intro::before {
    content: "";
    background: transparent -webkit-gradient(linear, left top, right top, from(#fff), color-stop(49%, rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.02))) 0 0 no-repeat padding-box;
    background: transparent linear-gradient(90deg, #fff 0, rgba(255, 255, 255, 0.8) 49%, rgba(255, 255, 255, 0.02) 100%) 0 0 no-repeat padding-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.picep-intro .container {
    position: relative;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.picepi-heading {
    text-transform: uppercase;
    font-size: 2.3125rem;
    line-height: 2.6875rem;
    color: #333;
}
@media (min-width: 992px) {
    .picepi-item {
        width: 100%;
        max-width: 34.875rem;
    }
}
.picepi-text p {
    color: #333;
    font-size: 1rem;
    line-height: 1.625rem;
}
.cpcs-intro {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding-top: 8.25rem;
    padding-bottom: 8.25rem;
}
.cpcs-intro .container {
    background-color: rgba(51, 51, 51, 0.85);
    color: #fff;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
@media (min-width: 992px) {
    .cpcs-intro .container {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}
.cpcs-heading {
    font-size: 1.875rem;
    color: #fff;
    line-height: 3rem;
    position: relative;
    padding-bottom: 0.625rem;
    display: inline-block;
    font-weight: 600;
}
.cpcs-heading::before {
    content: "";
    background-color: #fff;
    width: 250%;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.cpcs-text p {
    font-size: 1rem;
    line-height: 1.625rem;
}
.cpcs-text p a {
    color: #fff;
    text-decoration: underline;
}
.cpcs-text p a:hover {
    text-decoration: none;
}
.cta-wrap-text {
    text-align: center;
    margin-top: 2.5rem;
}
.cta-wrap-text > a {
    margin-bottom: 0.625rem;
}
@media (min-width: 992px) {
    .cta-wrap-text > a {
        margin-left: 0.625rem;
    }
    .cta-wrap-text > a:first-child {
        margin-left: 0;
    }
}
#cetm-content-wrap .slick-slide.slick-current .rttm-content {
    display: block !important;
}
.cetm-tabs-main {
    background-color: #eaeaea;
}
.cetm-tabs-main .container {
    padding-top: 0;
    padding-bottom: 0;
}
.psmtb-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: luminosity;
    background-color: #00568c;
}
.prototyping-services-module {
    background-color: #00568c;
    position: relative;
}
.prototyping-services-module::after {
    content: "";
    background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.95))) 0 0 no-repeat padding-box;
    background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.95) 100%) 0 0 no-repeat padding-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.prototyping-services-module .container {
    position: relative;
    color: #fff;
    z-index: 2;
}
.psm-header {
    color: #fff;
    font-size: 1.875rem;
    line-height: 3rem;
    font-weight: 600;
    position: relative;
    display: inline-block;
    padding-bottom: 0.4375rem;
}
.psm-header::before {
    content: "";
    background-color: #fff;
    width: 250%;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.custom-design-tech-module {
    position: relative;
}
.custom-design-tech-module::after {
    content: "";
    background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.95))) 0 0 no-repeat padding-box;
    background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.95) 100%) 0 0 no-repeat padding-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.custom-design-tech-module .container {
    position: relative;
    color: #fff;
    z-index: 2;
}
.cdtmtb-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.cdtm-header {
    color: #fff;
    font-size: 1.875rem;
    line-height: 3rem;
    font-weight: 600;
    position: relative;
    display: inline-block;
    padding-bottom: 0.4375rem;
}
.cdtm-header::before {
    content: "";
    background-color: #fff;
    width: 250%;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.cetm-wrap {
    margin-bottom: 0 !important;
}
.cetm-wrap > .slick-dots {
    display: none !important;
}
.cdtm-content p,
.psm-content p {
    margin-bottom: 1.875rem;
    line-height: 1.625rem;
}
.cetm-tabs-wrap .slick-current .rttm-tab-title {
    background: #007b44;
    position: relative;
}
.cetm-tabs-wrap .slick-current .rttm-tab-title .rttm-link {
    color: #fff !important;
}
.cetm-tabs-wrap .rttm-tab-title .rttm-link {
    font-size: 0.8125rem;
}
.dfm-header {
    color: #007a41;
    font-size: 1.875rem;
    line-height: 3rem;
    font-weight: 600;
    position: relative;
    display: inline-block;
    padding-bottom: 0.4375rem;
}
.dfm-header::before {
    content: "";
    background-color: #007a41;
    width: 250%;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.dfm-body-wrap p {
    margin-bottom: 1.875rem;
    line-height: 1.625rem;
    color: #333;
}
.dfm-click-expand-wraper .ce-header {
    font-size: 1.25rem;
    line-height: 2.375rem;
    background-color: #fff;
    border: 1px solid #007a42;
    color: #007a41 !important;
    padding-top: 0.5rem;
    padding-bottom: 0.5625rem;
    font-weight: 600;
}
.dfm-click-expand-wraper .ce-header:after {
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/icon-plus.svg);
}
.dfm-click-expand-wraper .ce-header:hover {
    background-color: #007a42;
    color: #fff !important;
}
.dfm-click-expand-wraper .ce-header:hover:after {
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/icon-plus-white.svg);
}
.dfm-click-expand-wraper .click-expand.active .ce-header {
    background-color: #007a42;
    border: 1px solid #007a42;
    color: #fff !important;
}
.dfm-click-expand-wraper .ce-body {
    background-color: #333;
    color: #fff;
    border-top: 1px solid #fff;
}
.dfm-click-expand-wraper .ce-body p {
    font-size: 1rem;
    line-height: 2rem;
}
.dfm-click-expand-wraper .ce-body ul li {
    color: #fff;
    font-size: 1rem;
    line-height: 2rem;
}
.scm-header {
    color: #00568c;
    font-size: 1.875rem;
    line-height: 3rem;
    font-weight: 600;
    position: relative;
    display: inline-block;
    padding-bottom: 0.4375rem;
}
.scm-header::before {
    content: "";
    background-color: #00568c;
    width: 250%;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.scm-bucket-wrap > div {
    border: 2px solid #eaeaea;
    padding: 1.375rem 3.75rem;
    margin-bottom: 2.5rem;
    position: relative;
}
@media (min-width: 768px) {
    .scm-bucket-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .scm-bucket-wrap > div {
        border: 1px solid #eaeaea;
        -ms-flex-preferred-size: 47.75%;
        flex-basis: 47.75%;
        margin-left: 1.875rem;
    }
    .scm-bucket-wrap > div:nth-of-type(2n + 1) {
        margin-left: 0;
    }
}
@media (min-width: 1200px) {
    .scm-bucket-wrap > div {
        -ms-flex-preferred-size: 48.65%;
        flex-basis: 48.65%;
    }
}
.scm-bg-image {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 14.75rem 23.4375rem;
    z-index: -1;
}
.scmb-item h2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #333;
    font-weight: 600;
}
.scmb-item ul {
    padding-left: 0;
}
.scmb-item ul li {
    padding-left: 2rem;
    font-size: 1rem;
    line-height: 1.625rem;
    margin-bottom: 0.625rem;
}
.scmb-item ul li:after {
    background-color: #00568c;
    width: 10px;
    height: 10px;
    left: 5px;
}
@media (min-width: 992px) {
    .two-col ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .two-col ul > li {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}
.scm-content {
    padding-bottom: 1.875rem;
}
.scm-content p {
    color: #333;
}
.mpm-header {
    color: #00568c;
    font-size: 1.875rem;
    line-height: 3rem;
    font-weight: 600;
    position: relative;
    display: inline-block;
    padding-bottom: 0.4375rem;
}
.mpm-header::before {
    content: "";
    background-color: #00568c;
    width: 250%;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.mpmb-wrap h2 {
    font-size: 1.5rem;
    line-height: 2.375rem;
    color: #00568c;
    font-weight: 600;
}
.mpmb-wrap h3 {
    font-size: 1.5rem;
    line-height: 2.375rem;
    color: #00568c;
    font-weight: 600;
}
.mpmb-wrap ul {
    padding-left: 0;
    margin-bottom: 1.875rem;
}
.mpmb-wrap ul li {
    padding-left: 2rem;
    font-size: 1rem;
    color: #333;
    line-height: 1.625rem;
    margin-bottom: 0.625rem;
}
.mpmb-wrap ul li:after {
    background-color: #00568c;
    width: 10px;
    height: 10px;
    left: 5px;
}
@media (min-width: 768px) {
    .mpmb-wrap ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .mpmb-wrap ul li {
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
        padding-right: 0.9375rem;
    }
}
@media (min-width: 992px) {
    .mpm-slider-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
    }
    .mpm-slider-wrap > div {
        width: 65.0714285714%;
    }
    .mpm-slider-wrap > div:first-child {
        width: 34.9285714286%;
        padding-bottom: 0.625rem;
    }
}
.mpms-content {
    background-color: #00568c;
    color: #fff;
    padding: 1.875rem 2.5rem;
    min-height: 13.3125rem;
    margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
    .mpms-content {
        margin-bottom: 0;
    }
}
.mpmss-item {
    background-color: #333;
    min-height: 15.125rem;
    color: #fff;
}
.mpms-slider {
    display: block;
}
.mpms-slider .slick-slide {
    padding: 2.75rem 0.625rem 0.625rem;
    position: relative;
}
.mpms-slider .slick-prev {
    width: 68px;
    height: 68px;
    left: 0;
    border: none;
    z-index: 9;
}
.mpms-slider .slick-prev:focus {
    outline: 0;
}
.mpms-slider .slick-prev::before {
    content: "";
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/arrow-left-a.svg);
    width: 68px;
    height: 68px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
}
@media (min-width: 992px) {
    .mpms-slider .slick-prev {
        left: -31px;
        top: 60%;
    }
}
.mpms-slider .slick-next {
    width: 68px;
    height: 68px;
    right: 0;
    z-index: 9;
    border: none;
}
.mpms-slider .slick-next:focus {
    outline: 0;
}
.mpms-slider .slick-next::before {
    content: "";
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/arrow-right-a.svg);
    width: 68px;
    height: 68px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
}
@media (min-width: 992px) {
    .mpms-slider .slick-next {
        right: 47px;
        top: 60%;
    }
}
@media (min-width: 992px) {
    .mpms-slider .slick-list {
        padding-right: 5.3125rem;
    }
    .mpms-slider .slick-list::before {
        content: "";
        background: transparent -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff)) 0 0 no-repeat padding-box;
        background: transparent linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #fff 100%) 0 0 no-repeat padding-box;
        position: absolute;
        right: 0;
        top: 0;
        width: 5.3125rem;
        height: 100%;
        z-index: 9;
    }
    .mpms-slider .slick-list .slick-track {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
span.mpmssi-number {
    display: block;
    background-color: #007a41;
    width: 5.625rem;
    height: 5.625rem;
    border-radius: 100%;
    font-size: 3.125rem;
    line-height: 3.125rem;
    font-weight: 700;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    text-align: center;
    padding-top: 1.0625rem;
}
.mpmss-i-text {
    padding: 5.3125rem 1.25rem 2.5rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 15.125rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.mpmss-i-text p {
    font-size: 1.5rem;
    line-height: 2.375rem;
    color: #fff;
    margin: 0;
}
.mpmss-i-text p a {
    text-decoration: underline;
    color: #fff;
}
.mpmss-i-text p a:hover {
    text-decoration: none;
}
.mpmsc-content {
    max-width: 16.5rem;
    width: 100%;
    margin: 0 auto;
}
.mpmsc-content p {
    margin: 0;
}
.mpms-content h3 {
    font-size: 1.5rem;
    line-height: 2.375rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 1.25rem;
}
.ccbm-header {
    color: #00568c;
    font-size: 1.875rem;
    line-height: 3rem;
    font-weight: 600;
    position: relative;
    display: inline-block;
    padding-bottom: 0.4375rem;
}
.ccbm-header::before {
    content: "";
    background-color: #00568c;
    width: 250%;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.ccbm-content h3 {
    font-size: 1.5rem;
    line-height: 2.375rem;
    font-weight: 600;
    color: #00568c;
    margin-bottom: 1.25rem;
}
.ccbm-content p {
    margin-top: 0;
    margin-bottom: 1.5625rem;
}
@media (min-width: 992px) {
    .ccbm-slider-wrap {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 22.375rem;
        max-width: 84.25rem;
        margin: 0 auto;
        padding: 0 1.5rem;
    }
}
.psbm-slider-wrap .psbms-wrap {
    background-color: #007a41;
    min-height: 14.8125rem;
    position: relative;
}
@media (min-width: 992px) {
    .psbm-slider-wrap {
        max-width: 48.9285714286%;
        width: 100%;
    }
}
@media (min-width: 992px) {
    .psbm-image-wrap {
        position: absolute;
        right: 0;
        top: 0;
        width: 55.9285714286%;
        height: 100%;
        z-index: -1;
    }
}
.psbm-slider-img {
    min-height: 22.375rem;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}
.psbm-slider-img::before {
    content: "";
    background-color: rgba(51, 51, 51, 0.7);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.psbm-content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    min-height: 22.375rem;
    padding: 1.5625rem;
}
.psbm-content-wrap > div {
    max-width: 30.625rem;
    width: 100%;
    position: relative;
}
.psbm-content-wrap > div p {
    color: #fff;
}
@media (min-width: 992px) {
    .psbm-content-wrap {
        padding: 1.5625rem 6.25rem;
    }
}
.psbm-content-slider {
    min-height: 14.8125rem;
}
.psbm-item {
    padding: 3.125rem;
    text-align: center;
}
.psbm-title {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.625rem;
    font-weight: 400;
    text-align: center;
    max-width: 28.75rem;
    margin: 0 auto;
}
.psbm-slider-wrap .pagingInfo {
    display: block;
    position: absolute;
    left: 0;
    bottom: 5.375rem;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
}
.psbm-content-slider {
    margin-bottom: 0 !important;
}
.psbm-content-slider .slick-dots {
    bottom: 3.125rem;
    position: absolute;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}
.psbm-content-slider .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.psbm-content-slider .slick-dots li button {
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    background-color: #fff;
    border-radius: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    padding: 5px;
    cursor: pointer;
}
.psbm-content-slider .slick-dots li button:focus {
    outline: 0 !important;
}
.psbm-content-slider .slick-dots li button::before {
    display: none;
}
.psbm-content-slider .slick-dots li.slick-active button {
    background-color: #fff;
}
.psbm-content-slider .slick-dots li.slick-active button:focus {
    outline: 0 !important;
}
.psbm-content-slider .slick-next {
    width: 50px;
    height: 50px;
    right: 0;
    z-index: 9;
    border: none;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.psbm-content-slider .slick-next:focus {
    outline: 0 !important;
}
.psbm-content-slider .slick-next::before {
    content: "";
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/arrow-right-one.svg);
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
}
.psbm-content-slider .slick-next:hover::before {
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/arrow-right-one-hover.svg);
}
@media (min-width: 992px) {
    .psbm-content-slider .slick-next {
        right: -25px;
    }
}
.psbm-content-slider .slick-prev {
    width: 50px;
    height: 50px;
    z-index: 9;
    border: none;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
}
.psbm-content-slider .slick-prev:focus {
    outline: 0 !important;
}
.psbm-content-slider .slick-prev::before {
    content: "";
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/arrow-right-one.svg);
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 1;
    border-radius: 100%;
    border: 1px solid #26834f;
}
.psbm-content-slider .slick-prev:hover::before {
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/arrow-right-one-hover.svg);
}
@media (min-width: 992px) {
    .psbm-content-slider .slick-prev {
        left: -17px;
    }
}
.ccbm-content p,
.mpmb-wrap p {
    color: #333;
}
.btn-cpcs-1 {
    background-color: #007a41;
    border-color: #007a41;
    color: #fff;
}
.btn-cpcs-1:hover {
    color: #fff;
    background-color: rgba(0, 122, 65, 0.8);
}
.btn-cpcs-2 {
    background-color: #00568c;
    border-color: #00568c;
    color: #fff;
}
.btn-cpcs-2:hover {
    color: #fff;
    background-color: rgba(0, 86, 140, 0.8);
}
.btn-cpcs-3 {
    background-color: #fff;
    color: #333;
    border-color: #fff;
}
.btn-cpcs-3:hover {
    background-color: rgba(255, 255, 255, 0.8);
}
@-webkit-keyframes slidedown {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes slidedown {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
.psm-content p a {
    color: #fff;
    text-decoration: underline;
}
.psm-content p a:hover {
    text-decoration: none;
}
.psm-content .btn,
.psm-content .product-grid-item-link {
    background-color: #00568c;
    border-color: #00568c;
    color: #fff;
    text-decoration: none;
}
.psm-content .btn:hover,
.psm-content .product-grid-item-link:hover {
    color: #fff;
    background-color: transparent;
    border-color: #00568c;
}
.cetm-tabs-wrap {
    padding-bottom: 0;
    z-index: 1;
}
@media (min-width: 992px) {
    .cetm-tabs-wrap .slick-slide {
        border-right: 3px solid #fff;
        border-left: 3px solid #fff;
    }
}
.cetm-tabs-wrap .slick-current .rttm-tab-title {
    background: #007b44;
    position: relative;
}
.cetm-tabs-wrap .slick-current .rttm-link {
    color: #fff;
}
.cetm-tabs-wrap .slick-current .rttm-off {
    display: none !important;
}
.cetm-tabs-wrap .slick-current .rttm-on {
    display: block !important;
}
.cetm-tabs-wrap .slick-list {
    overflow: inherit;
}
@media (min-width: 992px) {
    .cetm-tabs-wrap .slick-slide:not(:first-child) {
        border-left: 0;
    }
}
.cetm-tabs-wrap .slick-prev {
    width: 40px;
    height: 40px;
    left: 0;
    font-size: 0;
    line-height: 0;
    border: none;
    z-index: 9;
    position: absolute;
    background: 0 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.cetm-tabs-wrap .slick-prev:focus {
    outline: 0;
}
.cetm-tabs-wrap .slick-prev::before {
    content: "";
    position: absolute;
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/arrow-left-a.svg);
    background-size: cover;
    width: 40px;
    height: 40px;
    left: 0;
    top: 0;
    opacity: 1;
}
@media (min-width: 992px) {
    .cetm-tabs-wrap .slick-prev {
        left: -31px;
        top: 60%;
    }
}
.cetm-tabs-wrap .slick-next {
    width: 40px;
    height: 40px;
    right: 0;
    font-size: 0;
    line-height: 0;
    z-index: 9;
    border: none;
    position: absolute;
    background: 0 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.cetm-tabs-wrap .slick-next:focus {
    outline: 0;
}
.cetm-tabs-wrap .slick-next::before {
    content: "";
    position: absolute;
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/arrow-right-a.svg);
    background-size: cover;
    width: 40px;
    height: 40px;
    left: 0;
    top: 0;
    opacity: 1;
}
@media (min-width: 992px) {
    .cetm-tabs-wrap .slick-next {
        right: 47px;
        top: 60%;
    }
}
.rttm-content {
    display: none !important;
}
.rttm-content .container {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.rttm-tabs-wrap {
    padding-bottom: 0;
    z-index: 1;
}
@media (min-width: 992px) {
    .rttm-tabs-wrap .slick-slide {
        border-right: 3px solid #fff;
        border-left: 3px solid #fff;
    }
}
.rttm-tabs-wrap .slick-current .rttm-tab-title {
    background: #007b44;
    position: relative;
}
.rttm-tabs-wrap .slick-current .rttm-link {
    color: #fff;
}
.rttm-tabs-wrap .slick-current .rttm-off {
    display: none !important;
}
.rttm-tabs-wrap .slick-current .rttm-on {
    display: block !important;
}
.rttm-tabs-wrap .slick-list {
    overflow: inherit;
}
@media (min-width: 992px) {
    .rttm-tabs-wrap .slick-slide:not(:first-child) {
        border-left: 0;
    }
}
.rttm-tabs-main {
    background-color: #eaeaea;
}
.rttm-tabs-main .inner-wrap {
    padding: 0;
}
@media (min-width: 992px) {
    .rttm-tabs-main .inner-wrap {
        padding: 0 6.5rem;
    }
}
@media (min-width: 992px) {
    .rttm-tabs-main .slick-track {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }
}
.rttm-tab-title {
    text-align: center;
    cursor: pointer;
    background-color: #eaeaea;
    padding: 1.0625rem 1rem;
    height: 3.75em;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}
.rttm-off {
    display: block !important;
    max-height: 3.4375rem;
}
.rttm-on {
    display: none !important;
    max-height: 3.4375rem;
}
.rttm-link {
    font-size: 1.25rem;
    line-height: 1.6875rem;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
}
@media (min-width: 992px) {
    .rttm-link {
        font-size: 1rem;
    }
}
@media (min-width: 1200px) {
    .rttm-link {
        font-size: 1.25rem;
    }
}
#rttm-content-wrap {
    margin-bottom: 0;
}
#rttm-content-wrap .slick-slide.slick-current .rttm-content {
    display: block !important;
}
#rttm-content-wrap .slick-dots {
    bottom: 10px;
}
#rttm-content-wrap .slick-dots li button {
    background: #09578b;
    border-radius: 50%;
}
#rttm-content-wrap .slick-dots li button:before {
    content: none;
}
#rttm-content-wrap .slick-dots li.slick-active button {
    background: #007b41;
}
@media (min-width: 992px) {
    #rttm-content-wrap .slick-dots {
        display: none !important;
    }
}
.register-technical-tab-module {
    margin-top: 2.5rem;
}
@media (min-width: 992px) {
    .register-technical-tab-module {
        margin-top: 3rem;
    }
}
.rm-bottom-text span {
    color: #000;
    font-size: 1.75rem;
    line-height: 2.0625rem;
    font-weight: 600;
    text-align: center;
    max-width: 18.6875rem;
    display: block;
    margin: auto;
}
.rm-bottom-arrow-top {
    background-color: #00568c;
    width: 4.6875rem;
    height: 4.6875rem;
    border-radius: 50%;
    display: block;
    margin: auto;
    position: relative;
    top: 48px;
}
@media (min-width: 992px) {
    .rm-bottom-arrow-top {
        width: 6.125rem;
        height: 6.125rem;
        top: 15px;
    }
}
.rm-bottom-arrow-top > a {
    position: relative;
    display: block;
    width: 75px;
    height: 75px;
    right: auto;
}
@media (min-width: 992px) {
    .rm-bottom-arrow-top > a {
        width: 6.125rem;
        height: 6.125rem;
    }
}
.rm-bottom-arrow-top > a:before {
    content: "";
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    width: 3.6075rem;
    height: 3.68625rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: auto;
    position: absolute;
    opacity: 1;
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/noun-chevron-down.svg);
}
@media (min-width: 992px) {
    .rm-bottom-arrow-top > a:before {
        width: 4.9825em;
        height: 4.56125em;
    }
}
.rm-bottom-arrow-top > a:focus:before,
.rm-bottom-arrow-top > a:hover:before {
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/noun-chevron-down.svg);
}
.page-id-4039 .page-intro {
    display: none;
}
.page-id-4039 .breadcrumb-menu {
    display: none;
}
.page-id-4039 .wrapper {
    padding: 0;
}
.b-title {
    z-index: 1;
    position: relative;
}
.spdm-overlaycontent-wrap {
    -webkit-box-shadow: -1px 1px 10px 0 rgba(0, 0, 0, 0.27);
    box-shadow: -1px 1px 10px 0 rgba(0, 0, 0, 0.27);
}
.spdm-overlay-wrapper {
    background-color: #fff;
    position: relative;
}
.och-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 3.75rem;
}
@media (max-width: 991.98px) {
    .och-wrap {
        text-align: center;
    }
}
.och-wrap h3 {
    color: #222;
    font-family: Roboto, serif;
    font-size: 1.375rem;
    line-height: 2.375rem;
    font-weight: 500;
    padding: 0.9375rem;
}
@media (max-width: 767.98px) {
    .och-wrap h3 {
        padding: 0.9375rem 2.8125rem;
    }
}
@media (min-width: 768px) {
    .och-wrap h3 {
        margin-bottom: 0;
        padding-bottom: 0;
    }
}
@media (min-width: 1200px) {
    .och-wrap h3 {
        font-size: 1.5rem;
    }
}
.spdm-oc-header .container {
    padding-top: 0.6875rem;
    padding-bottom: 0.6875rem;
}
@media (min-width: 992px) {
    .spdm-oc-header .container {
        padding-top: 0;
        padding-bottom: 0;
    }
}
@media (min-width: 992px) {
    .spdm-oc-header .och-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .spdm-oc-header .och-wrap h3 {
        width: 33.33%;
    }
    .spdm-oc-header .och-wrap .oc-cta-wrap {
        width: 66.67%;
    }
}
.spdm-oc-header .och-wrap .oc-cta-wrap {
    display: none;
}
.spdm-oc-header.o-stuck .och-wrap .oc-cta-wrap {
    display: block;
}
.oc-cta {
    color: #00293e;
    font-size: 1.375rem;
    line-height: 2.125rem;
    text-decoration: none;
    border-radius: 0;
    margin: 0.625rem 0;
    margin-right: 0.625rem;
    text-align: center;
    padding: 1.25rem 0.625rem 1.25rem 0.625rem;
    display: block;
    position: relative;
    font-weight: 500;
    -webkit-box-shadow: -1px 1px 10px 0 rgba(0, 0, 0, 0.27);
    box-shadow: -1px 1px 10px 0 rgba(0, 0, 0, 0.27);
}
@media (min-width: 768px) {
    .oc-cta {
        padding: 1.5625rem 0.625rem 1.5625rem 0.625rem;
        display: inline-block;
        width: 41%;
    }
}
@media (min-width: 992px) {
    .oc-cta {
        border: none;
    }
}
@media (min-width: 1200px) {
    .oc-cta {
        font-size: 1.5rem;
    }
}
.oc-cta span {
    display: inline-block;
    vertical-align: middle;
}
.oc-cta:focus,
.oc-cta:hover {
    background-color: #fff;
    border-color: #fff;
    color: #007d42;
}
.oc-cta:focus .occ-title:after,
.oc-cta:hover .occ-title:after {
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/ico-arrow-green.svg);
    border-color: #007d42;
}
.oc-cta .occta-img {
    display: none;
}
.oc-cta img {
    max-width: 2.875rem;
    vertical-align: middle;
    margin-right: 0.6875rem;
}
.oc-cta.active {
    background-color: #00548c;
    border-color: #00548c;
    color: #fff;
}
.oc-cta.active .occ-title:after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/ico-arrow-blue.svg);
    border-radius: 50%;
    background-size: 70%;
    background-position: 70%;
    background-color: #fff;
    border: 2px solid #fff;
}
@media (min-width: 992px) {
    .oc-cta {
        margin: 0;
        width: 50%;
    }
}
.occ-title {
    vertical-align: initial;
    position: relative;
}
.occ-title:after {
    content: "";
    position: absolute;
    left: -33px;
    display: inline;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/ico-arrow-black.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.57875rem;
    height: 1.57875rem;
    border-radius: 50%;
    background-size: 70%;
    background-position: 70%;
    border: 2px solid #00293e;
}
.o-stuck {
    -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2784313725);
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2784313725);
}
.spdm-close {
    position: absolute;
    top: -2.1875rem;
    right: 0;
    color: #00548c;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.5rem;
    z-index: 9;
}
.oc-bucket-wrap .container {
    padding-top: 0;
    padding-bottom: rem;
}
.ocb-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ocb-item {
    text-decoration: none;
    text-align: center;
    margin-bottom: 2.5rem;
    display: block;
    width: 100%;
}
@media (min-width: 768px) {
    .ocb-item {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-right: 1rem;
    }
    .ocb-item:last-child {
        margin-right: 0;
    }
}
.ocb-item:hover .ocb-title {
    text-decoration: underline;
}
.ocb-img {
    background-color: #fff;
    border-radius: 5px;
    display: block;
    padding: 1rem 0;
    max-width: 36rem;
    margin: 0 auto;
}
.ocb-img img {
    max-height: 9.375rem;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
@media (min-width: 992px) {
    .ocb-img img {
        max-width: 16.875rem;
    }
}
.ocb-title {
    margin-top: 1.25rem;
    font-size: 1.375rem;
    line-height: 2.125rem;
    color: #00293e;
    font-weight: 500;
    position: relative;
    display: inline-block;
    padding-right: 2.8125rem;
}
@media (min-width: 1200px) {
    .ocb-title {
        font-size: 1.5rem;
    }
}
.ocb-title:after {
    content: "";
    position: absolute;
    right: 10px;
    display: inline;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/ico-arrow-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.25rem;
    height: 1.25rem;
}
.spdm-overlay-wrap {
    display: none;
}
.spdm-overlay-wrap.active {
    display: block;
}
.oc-wrap-default {
    -webkit-box-shadow: inset 0 6px 6px rgba(0, 0, 0, 0.2784313725);
    box-shadow: inset 0 6px 6px rgba(0, 0, 0, 0.2784313725);
    display: none;
}
.oc-wrap-default .oc-bucket-wrap {
    display: none;
}
.oc-wrap-default.active {
    display: block;
}
.oc-wrap-default.active .oc-bucket-wrap {
    display: block;
}
.oc-wrap-default.active1 {
    display: block;
}
.oc-wrap-default.active1 .oc-cta-wrap {
    display: block;
}
.oc-wrap-default.active1 .oc-bucket-wrap {
    display: none;
}
.slide-indicators {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 700;
}
.oc-wrap4 .ocb-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.oc-wrap4 .ocb-item {
    margin: 0 1.125rem;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
}
@media (min-width: 768px) {
    .oc-wrap4 .ocb-item {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
    }
    .oc-wrap4 .ocb-item:last-child {
        margin-right: 1.125rem;
    }
}
@media (min-width: 992px) {
    .oc-wrap4 .ocb-item {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}
.oc-wrap4 .ocb-item:hover .ocb-title {
    text-decoration: none;
}
.oc-wrap4 .ocb-item:hover .ocb-link {
    text-decoration: underline;
}
.oc-wrap4 .ocb-title {
    padding-right: 0;
    display: block;
}
.oc-wrap4 .ocb-title::after {
    display: none;
}
.oc-wrap4 .ocb-img {
    background-color: #fff;
    border-radius: 5px;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 13.5rem;
}
@media (min-width: 768px) {
    .oc-wrap4 .ocb-img {
        min-height: 9.5rem;
    }
}
@media (min-width: 992px) {
    .oc-wrap4 .ocb-img {
        height: auto;
    }
}
.oc-wrap4 .ocb-link {
    margin-top: 0;
    font-size: 1.125rem;
    line-height: 2.125rem;
    color: #fff;
    font-weight: 600;
    position: relative;
    display: inline-block;
    padding-right: 1.25rem;
}
.oc-wrap4 .ocb-link:after {
    content: "";
    position: absolute;
    right: -4px;
    display: inline;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/ico-arrow-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.125rem;
    height: 1.125rem;
}
.spdm-close img {
    max-width: 1.125rem;
    vertical-align: middle;
    margin-top: -3px;
}
.none {
    padding: 0 !important;
}
.none .spdm-wrap {
    display: none !important;
}
@media (min-width: 768px) {
    .none .spdm-heading {
        margin-bottom: 1.25rem !important;
    }
}
.oc-bucket-wrap .container,
.spdm-oc-header .container {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}
@media (min-width: 992px) {
    .oc-bucket-wrap .container,
    .spdm-oc-header .container {
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0;
    }
}
.oc-bucket-wrap .container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}
.oc-wrap1 {
    background: #fff;
}
.oc-wrap2 {
    background: #fff;
}
.oc-wrap3 {
    background: #fff;
}
@media (min-width: 992px) {
    .oc-wrap3 .och-wrap h3 {
        width: 33.33%;
    }
}
.oc-wrap4 {
    background: #fff;
}
.oc-wrap4 .oc-bucket-wrap {
    padding-bottom: 0.9375rem;
}
.oc-cta,
.spdm-close {
    cursor: pointer;
}
.btn-cust {
    font-size: 1rem;
    text-align: center;
    font-weight: 700;
    padding: 0.4375rem 31px 0.4375rem 0;
    border-radius: 5px;
    text-decoration: none;
    background-color: #26834f;
    position: relative;
    display: inline-block;
    min-width: 9.0625rem;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    overflow: hidden;
    vertical-align: middle;
}
@media (prefers-reduced-motion: reduce) {
    .btn-cust {
        -webkit-transition: none;
        transition: none;
    }
}
.btn-cust span.b-title {
    color: #286094;
    position: relative;
    padding: 3px 16px;
    background-color: #00548c;
    display: inline-block;
}
.btn-cust span.b-title span {
    position: relative;
    z-index: 1;
}
.btn-cust span.b-title:before {
    content: "";
    position: absolute;
    -webkit-transition: inherit;
    transition: inherit;
    top: 0;
    width: 0;
    height: 100%;
    left: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.btn-cust span.b-title:after {
    content: "";
    position: absolute;
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/icons/arrow-icon.png);
    right: -31px;
    width: 31px;
    height: 100%;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: right 10px center;
    z-index: 1;
}
.btn-cust:after {
    content: "";
    position: absolute;
    -webkit-transition: inherit;
    transition: inherit;
    top: 0;
    width: calc(100% - 50px);
    height: 100%;
    left: 0;
    border: 7px solid #fff;
    border-left: 0;
    border-right: 0;
}
.btn-cust:focus,
.btn-cust:hover {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.btn-cust:focus > span span,
.btn-cust:hover > span span {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
    color: #fff;
}
.btn-cust:focus > span:before,
.btn-cust:hover > span:before {
    background-color: #286094;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    width: calc(100% + 31px);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.btn-cust:focus:after,
.btn-cust:hover:after {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    width: 0%;
}
.about-us-module .am-slider1 {
    z-index: 2;
}
.about-us-module .am-slider1 .slick-list {
    padding: 0 3% !important;
}
@media (min-width: 992px) {
    .about-us-module .am-slider1 .slick-list {
        padding: 0 20% !important;
    }
}
.about-us-module .am-slider1 .slick-list .slick-slide {
    margin: 0 1.5625rem;
}
.about-us-module .am-slider1 .slick-list .slick-slide .am-item {
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
    transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
    transition: transform 0.8s ease, opacity 0.8s ease;
    transition: transform 0.8s ease, opacity 0.8s ease, -webkit-transform 0.8s ease;
    opacity: 1;
}
.about-us-module .am-slider1 .slick-list .slick-slide .am-item .am-content {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 1.5s ease-in-out, visibility 0s 1.5s;
    transition: opacity 1.5s ease-in-out, visibility 0s 1.5s;
}
.about-us-module .am-slider1 .slick-list .slick-slide .am-item.zoomed {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.about-us-module .am-slider1 .slick-list .slick-slide .am-item.zoomed .am-content {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 1.5s ease-in-out, visibility 0s;
    transition: opacity 1.5s ease-in-out, visibility 0s;
}
.about-us-module .am-slider1 .slick-list .slick-slide.slick-current .am-item:before {
    background: #fff !important;
}
.about-us-module .am-slider1 .am-item {
    height: 35.375rem;
}
.tooltip-ico {
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/info-black.svg);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: center;
    width: 22px;
    height: 22px;
    display: inline-block;
    position: relative;
    top: 2px;
}
.tooltip-ico:hover .tooltip-txt {
    visibility: visible;
    opacity: 1;
}
.tooltip-txt {
    visibility: hidden;
    position: absolute;
    width: 12.5em;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 0.4166666667em;
    border-radius: 6px;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    bottom: 125%;
    left: 50%;
    margin-left: -6.35em;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5em;
}
.tooltip-txt:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
}
.ocb-title .tooltip-ico {
    position: absolute;
    margin-top: -4px;
    top: 10px;
    right: -18px;
}
body:not(.home) .about-us-module {
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/icons/media/tech-res.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    min-height: 31.25rem;
    overflow: hidden;
    padding-top: 2em;
}
body:not(.home) .about-us-module:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 41, 62, 0.65);
}
@media (max-width: 767.98px) {
    body:not(.home) .about-us-module .am-content {
        position: relative;
    }
    body:not(.home) .about-us-module .am-item {
        height: auto;
        padding-top: 3.125rem;
    }
    body:not(.home) .about-us-module .pagingInfo {
        display: none;
    }
}
body:not(.home) .about-us-module .am-title-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
body:not(.home) .about-us-module .am-description {
    max-width: none;
}
body:not(.home) .about-us-module .am-description * {
    color: #286094;
}
@media (max-width: 767.98px) {
    body:not(.home) .about-us-module .am-description * {
        font-size: 1rem;
    }
}
@media (max-width: 767.98px) {
    body:not(.home) .about-us-module .am-title {
        font-size: 1.25rem;
    }
}
@media (min-width: 768px) {
    .am-title-div {
        margin-top: 1.5625rem;
    }
}
.widget_archive select {
    width: 100% !important;
    color: #fff;
    background-color: #333;
    border-radius: 5px 5px;
    display: block;
    font-size: 1.125rem;
    font-weight: 700;
    text-decoration: none;
    padding: 0.75rem 2.5rem 0.75rem 1rem;
    cursor: pointer;
}
.widget_archive select:hover {
    background-color: #26834f;
}
.widget_archive select option {
    background-color: #efefef;
    border-radius: 0;
    color: #343434;
    padding: 0.3125em 2.5em 0.3125em 1em;
    line-height: 1.875em;
    font-size: 1.125rem;
    font-weight: 700;
}
.widget_archive select option:hover {
    background-color: #26834f;
}
@media (min-width: 992px) {
    .woocommerce-table tbody td,
    .woocommerce-table tbody td:first-child:not(.ignored) {
        padding: 0.4375rem !important;
        font-size: 1.1875rem !important;
    }
}
.woocommerce-table thead:not(.full-width) th:first-child {
    text-align: center;
}
.content-on-dark-background-module {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
}
.content-on-dark-background-module .codbm-heading {
    color: #fff;
}
.content-on-dark-background-module ul li,
.content-on-dark-background-module ul:not([class]) li {
    color: #fff;
}
.content-on-dark-background-module ul li:after,
.content-on-dark-background-module ul:not([class]) li:after {
    background: #fff;
}
.accordion-module .aof-item {
    margin-bottom: 1.5625rem;
    background-color: #efefef;
    border: 0;
}
.accordion-module .aof-title-wrap a {
    width: 100%;
    text-align: left;
    border: none;
    background-color: #286094;
    color: #fff;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    position: relative;
    font-size: 1.125rem;
    font-family: Roboto, serif;
    font-weight: 700;
    padding: 1.200625rem 4.375rem 1.200625rem 1.25rem;
    text-decoration: none;
    border-radius: 5px 5px 0 0;
}
.accordion-module .aof-title-wrap a:after {
    font-family: "Material Icons";
    content: "add";
    position: absolute;
    right: 0.9375rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0.65625rem;
    border-radius: 5px;
    background-color: #fff;
    color: #286094;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}
.accordion-module .aof-title-wrap:hover a {
    background-color: #26834f;
}
.accordion-module .aof-title-wrap.active a,
.accordion-module .aof-title-wrap:focus:not(:active):not(:hover) a {
    background-color: #26834f;
}
.accordion-module .aof-title-wrap.active a:after,
.accordion-module .aof-title-wrap:focus:not(:active):not(:hover) a:after {
    content: "remove";
}
.accordion-module .aof-content {
    display: none;
    position: relative;
    padding: 1.25rem;
}
.accordion-module .aof-content p {
    color: #42464a;
    font-size: 1.125rem;
    line-height: 1.5625rem;
}
.blog-search {
    margin-bottom: 1.875rem;
}
.blog-sinlge-row .post-image {
    margin-bottom: 0;
}
.top-line {
    display: none;
}
.page-template-front-page .accordion-tabs {
    display: none;
}
@media (min-width: 992px) {
    .logo-cta-wrap {
        margin: 0 0 2rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .logo-cta-wrap .sf-logo {
        margin: 0;
        display: block;
        margin-right: 1.5625rem;
    }
    .logo-cta-wrap .sf-ctas {
        margin-bottom: 0;
    }
}
@media (min-width: 992px) {
    .iwsm-block-wrap {
        margin-bottom: -15rem;
        position: relative;
        z-index: 2;
    }
}
.spdm-heading {
    text-align: center;
    color: #222;
    font-weight: 300;
    margin-bottom: 1.5625rem;
}
.spdm-sub-head {
    text-align: center;
    margin: 0 auto 2rem;
}
@media (min-width: 992px) {
    .spdm-sub-head {
        width: 76%;
    }
}
.page-template-front-page .industries-we-serve-module-item {
    display: none;
}
@media (min-width: 992px) {
    .page-template-front-page .bhcg-item-title {
        display: none;
    }
}
.page-template-front-page .bhcg-item {
    padding: 0;
}
@media (min-width: 992px) {
    .page-template-front-page .bhcg-item:before {
        content: unset;
    }
}
.page-template-front-page .bhcg-item:focus .bhcg-item-title,
.page-template-front-page .bhcg-item:hover .bhcg-item-title {
    display: block;
}
.page-template-front-page .bhcg-item:focus:before,
.page-template-front-page .bhcg-item:hover:before {
    content: "";
    background: rgba(0, 41, 62, 0.8);
}
.page-template-front-page .bhcg-listing > div {
    margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
    .page-template-front-page .bhcg-listing > div {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }
}
@media (max-width: 767.98px) {
    .sh-search-desk {
        display: none;
    }
}
@media (min-width: 992px) {
    .quick-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.quick-links .sf-linkedin {
    font-size: 1rem;
    line-height: 1.5625rem;
    color: #222;
}
@media (min-width: 992px) {
    .quick-links .sf-linkedin {
        margin-left: 1.875rem;
    }
}
.quick-links .sf-linkedin img {
    margin-left: 0.375rem;
    margin-top: -0.25rem;
}
.sf-contact-info-wrap {
    margin-bottom: 1.875rem;
}
@media (min-width: 992px) {
    .sf-contact-info-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media (min-width: 992px) {
    .sf-contact-info-wrap .sf-contact-info li {
        position: relative;
        padding-right: 10px;
        padding-left: 10px;
    }
    .sf-contact-info-wrap .sf-contact-info li:before {
        content: "|";
        left: -2px;
        position: absolute;
    }
    .sf-contact-info-wrap .sf-contact-info li:first-child:before {
        content: unset;
    }
}
#clutch.active {
    background-color: #007d42;
}
.dm-wrap {
    height: 22.5rem;
    overflow-y: auto;
    scroll-behavior: smooth;
    padding-right: 0.625rem;
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}
.dm-wrap::-webkit-scrollbar {
    width: 8px;
}
.dm-wrap::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}
.dm-wrap::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}
.dm-wrap::-webkit-scrollbar-thumb:hover {
    background: #555;
}
#case-studies,
#ebooks {
    padding-top: 25px;
    margin-top: -25px;
}
.im-header-new-wrap {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 1.4375em;
}
.im-header-new-wrap .imhnw-header {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.5em;
    line-height: 1.5833333333em;
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    font-family: Saira, serif;
    display: inline-block;
    color: #343434;
    vertical-align: top;
    padding-bottom: 0.5em;
}
.im-header-new-wrap .imhnw-header:before {
    content: "";
    background-color: #343434;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    width: 2.3333333333em;
    height: 0.1666666667em;
}
.imhnw-icon {
    max-width: 4.5em;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-left: 1.25em;
}
.imhnw-icon > img {
    display: block;
    width: 100%;
}
.im-img-item-new .im-lg {
    -webkit-box-shadow: -3px 3px 22px rgba(0, 0, 0, 0.33);
    box-shadow: -3px 3px 22px rgba(0, 0, 0, 0.33);
}
.im-img-item-new .im-lg.imsm0 {
    background-position: center;
    background-size: cover;
    -webkit-box-shadow: none;
    box-shadow: none;
}
@media (min-width: 1300px) {
    .im-img-item-new .im-lg.imsm0 {
        background-size: contain;
        background-position: center -17%;
    }
}
.im-img-item-new .imsm1 .imlg-n-svg {
    max-width: 42.1875em;
    width: 100%;
    margin: 0 auto;
    -webkit-transform: translate(15px, 47px);
    -ms-transform: translate(15px, 47px);
    transform: translate(15px, 47px);
}
.im-img-item-new .imsm1 .imlg-n-svg g {
    cursor: pointer;
}
.im-img-item-new .imsm2 .imlg-n-svg {
    max-width: 42.1875em;
    width: 100%;
    margin: 0 auto;
    -webkit-transform: translate(15px, 3px);
    -ms-transform: translate(15px, 3px);
    transform: translate(15px, 3px);
}
.im-img-item-new .imsm3 .imlg-n-svg {
    max-width: 42.1875em;
    width: 100%;
    margin: 0 auto;
    -webkit-transform: translate(0, 37px);
    -ms-transform: translate(0, 37px);
    transform: translate(0, 37px);
}
.im-img-item-new .imsm4 .imlg-n-svg {
    max-width: 42.1875em;
    width: 100%;
    margin: 0 auto;
    -webkit-transform: translate(0, 37px);
    -ms-transform: translate(0, 37px);
    transform: translate(0, 37px);
}
.im-thn {
    text-decoration: none;
    display: block;
    border-bottom: solid 1px #fff;
    background-repeat: no-repeat;
}
.im-thn.active,
.im-thn:hover {
    border-color: #dc3545;
}
.im-thn.active .im-title,
.im-thn:hover .im-title {
    color: #fff;
}
@media (min-width: 768px) {
    .im-thn {
        border-bottom: 0;
        padding-bottom: 0;
        position: absolute;
        z-index: 9;
    }
    .im-thn.active .im-title:after,
    .im-thn:hover .im-title:after {
        background-color: #dc3545;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        bottom: 0;
    }
}
.im-thn6 {
    right: 0;
    bottom: 3em;
    padding-right: 4em;
    background-position: right center;
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/aircraft-uav.svg);
    background-size: 3.6875em 1.5em;
}
.im-thn6 .im-title:after {
    right: 0;
}
.im-thn6.active {
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/aircraft-uav-hover.svg);
}
.im-thn5 {
    left: 0;
    bottom: 3em;
    padding-left: 4em;
    background-position: left center;
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/fighter-jet.svg);
    background-size: 3.25em 2.6875em;
}
.im-thn5 .im-title:after {
    left: 0;
}
.im-thn5.active,
.im-thn5:hover {
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/fighter-jet-hover.svg);
}
.im-thn4 {
    right: 0;
    top: 65%;
    padding-right: 4em;
    background-position: right center;
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/cargo-planes.svg);
    background-size: 3.75em 1.5em;
}
.im-thn4 .im-title:after {
    right: 0;
}
.im-thn4.active,
.im-thn4:hover {
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/cargo-planes-hover.svg);
}
.im-thn3 {
    left: 0;
    top: 65%;
    padding-left: 4em;
    background-position: left center;
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/aircraft-uav.svg);
    background-size: 3.5em 1.75em;
}
.im-thn3 .im-title:after {
    left: 0;
}
.im-thn3.active,
.im-thn3:hover {
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/aircraft-uav-hover.svg);
}
.im-thn2 {
    right: 0;
    top: 7.5em;
    padding-right: 4em;
    background-position: right center;
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/helicopters.svg);
    background-size: 3.5625em 1.875em;
}
.im-thn2 .im-title:after {
    right: 0;
}
.im-thn2.active,
.im-thn2:hover {
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/helicopters-hover.svg);
}
.im-thn1 {
    left: 0;
    top: 7.5em;
    padding-left: 4em;
    background-position: left center;
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/aircraft-commercial.svg);
    background-size: 3.8125em 1.4375em;
}
.im-thn1 .im-title:after {
    left: 0;
}
.im-thn1.active,
.im-thn1:hover {
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/aircraft-commercial-hover.svg);
}
@media (min-width: 768px) {
    .imn-link {
        position: absolute;
        max-width: 80.9375em;
        width: 99%;
        margin: 0 auto;
        left: 0;
        bottom: 0;
        right: 0;
        height: 100%;
    }
}
@media (min-width: 1200px) {
    .imn-link {
        width: 100%;
    }
}
.imn-link .im-title {
    font-family: Figtree, serif;
}
.im-taber-mobile-wrap .imcc-header {
    font-family: Figtree, serif;
    font-size: 1.25em;
    text-transform: none;
    line-height: 1.5em;
}
.im-taber-mobile-wrap .imlg-n-svg {
    padding: 0 0.625em;
}
.im-taber-mobile-wrap .imlg-n-svg .svg-link {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transform-box: fill-box;
}
.im-taber-mobile-wrap .imlg-n-svg .svg-link circle {
    fill: #ffd500;
}
.im-taber-mobile-wrap .tab_drawer_heading {
    padding: 0.625em;
    background-color: #0b578f;
    color: #fff;
    font-size: 1em;
    line-height: 1.5em;
    font-family: Figtree, serif;
    font-weight: 500;
    margin: 0 0.625em 0.625em;
}
.im-taber-mobile-wrap .tab_drawer_heading.d_active {
    background-color: #ea0000;
}
.im-taber-mobile-wrap .pm-tab-content {
    padding: 0.625em;
}
.im-tab-content-wraper-new {
    background-color: #0b578f;
    text-align: center;
    min-height: 4.1111111111em;
}
.im-tab-content-wraper-new .itcwn-wraper {
    display: none;
}
.im-tab-content-wraper-new .itcwn-wraper p {
    color: #fff;
    margin: 0;
    font-size: 1em;
    line-height: 1.1875em;
    padding: 1.875em;
}
.im-tab-content-wraper-new .itcwn-wraper.active {
    display: block;
}
.itcwn-wraper .imtcw-link {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.itcwn-wraper .imtcw-link > li {
    text-align: center;
    flex-basis: 175px;
    -ms-flex-preferred-size: 175px;
    margin-left: 0.625em;
}
.itcwn-wraper .imtcw-link > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.625em 0.625em;
    background-color: #0b578f;
    color: #fff;
    height: 100%;
    min-height: 4.1111111111em;
}
.itcwn-wraper .imtcw-link > li > a > span {
    display: block;
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 300;
    font-family: Figtree, serif;
}
@media (min-width: 768px) {
    .itcwn-wraper .imtcw-link > li > a > span {
        font-size: 0.875em;
        line-height: 1.1428571429em;
    }
}
@media (min-width: 992px) {
    .itcwn-wraper .imtcw-link > li > a > span {
        font-size: 1em;
        line-height: 1.5em;
    }
}
.itcwn-wraper .imtcw-link > li.is-active > a,
.itcwn-wraper .imtcw-link > li:hover > a {
    background-color: #ea0000;
}
.itcwn-wraper .imtcw-link > li:first-child {
    margin-left: 0;
}
@media (min-width: 768px) {
    .cia-left-content-item {
        position: absolute;
        left: 0;
        max-width: 32.5em;
        background: rgba(11, 87, 143, 0.99);
        z-index: 9;
        top: 0;
        width: 100%;
        color: #fff;
        padding: 2.5em;
        display: none;
    }
    .cia-left-content-item.active {
        display: block;
    }
    .cia-left-content-item.cia-left-content-item-2,
    .cia-left-content-item.cia-left-content-item-4,
    .cia-left-content-item.cia-left-content-item-6,
    .cia-left-content-item.cia-left-content-item-8 {
        left: auto;
        right: 0;
    }
}
.cia-right-section .cia-heading {
    color: #fff;
    font-size: 1.25em;
    line-height: 1.6em;
    font-weight: 700;
    margin-bottom: 0.6em;
    font-family: Saira, serif;
}
.cia-right-section .cia-sub-heading {
    color: #fff;
    font-size: 0.875em;
    text-transform: uppercase;
    line-height: 1.2142857143em;
    margin-bottom: 0.5714285714em;
    font-family: Figtree, serif;
}
.cia-right-section .cia-textd p {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Figtree, serif;
    font-weight: 300;
}
.cia-right-section a.close-circle {
    position: absolute;
    right: 2.625em;
    top: 1.4375em;
    width: 1.5em;
    height: 1.5em;
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/ico-x.svg);
    background-size: cover;
    background-position: center;
}
.cia-right-section a.close-circle > span {
    display: none;
}
@-webkit-keyframes zoomer-circle {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}
@keyframes zoomer-circle {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}
.expand {
    transform-box: fill-box;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-animation: zoomer-circle 1s linear infinite;
    animation: zoomer-circle 1s linear infinite;
}
@media (min-width: 768px) {
    .im-taber-mobile-wrap {
        display: none;
    }
    .im-tab-content-wraper.im-tab-content-wraper-new {
        display: block;
    }
}
.imlg-n-svg g {
    cursor: pointer;
}
.imlg-n-svg g:hover > circle {
    -webkit-transition: 0.25s all linear;
    transition: 0.25s all linear;
    fill: #ea0000;
}
@media (prefers-reduced-motion: reduce) {
    .imlg-n-svg g:hover > circle {
        -webkit-transition: none;
        transition: none;
    }
}
.path-svg {
    cursor: pointer;
}
.path-svg.active circle,
.path-svg.active ellipse {
    -webkit-transition: 0.25s all linear;
    transition: 0.25s all linear;
    fill: #ea0000;
}
@media (prefers-reduced-motion: reduce) {
    .path-svg.active circle,
    .path-svg.active ellipse {
        -webkit-transition: none;
        transition: none;
    }
}
.path-svg.has-active circle,
.path-svg.has-active ellipse,
.path-svg:hover circle,
.path-svg:hover ellipse {
    -webkit-transition: 0.25s all linear;
    transition: 0.25s all linear;
    fill: #ea0000;
}
@media (prefers-reduced-motion: reduce) {
    .path-svg.has-active circle,
    .path-svg.has-active ellipse,
    .path-svg:hover circle,
    .path-svg:hover ellipse {
        -webkit-transition: none;
        transition: none;
    }
}
.im-taber-mobile-wrap .svg-link.has-active circle,
.im-taber-mobile-wrap .svg-link.has-active ellipse {
    -webkit-transition: 0.25s all linear;
    transition: 0.25s all linear;
    fill: #ea0000;
}
@media (prefers-reduced-motion: reduce) {
    .im-taber-mobile-wrap .svg-link.has-active circle,
    .im-taber-mobile-wrap .svg-link.has-active ellipse {
        -webkit-transition: none;
        transition: none;
    }
}
.im-taber-mobile-wrap .pmc-item-wrap.active .tab_drawer_heading {
    background-color: #ea0000;
}
.quality-clause-module .qcm-title {
    font-weight: 700;
}
.quality-clause-module .qcm-item {
    margin-bottom: 2.1875rem;
}
.quality-clause-module .qcm-item:last-child {
    margin-bottom: 0;
}
.mt-20 {
    margin-top: 1.25rem;
}
.infographics-module {
    padding-top: 1.875em;
    padding-bottom: 1.5625em;
}
.infographics-module-energy .im-title {
    padding-top: 1.1666666667em;
    padding-bottom: 1.1666666667em;
}
.infographics-module-energy .im-img-item {
    height: 27.0625em;
}
@media (min-width: 1300px) {
    .infographics-module-energy .im-img-item-new .im-lg.imsm0 {
        background-position: center 0;
    }
}
.infographics-module-energy .im-thn1 {
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/oil-rig-on.svg);
    background-size: 3.3125em 3.375em;
}
.infographics-module-energy .im-thn1.active,
.infographics-module-energy .im-thn1:hover {
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/oil-rig-on-hover.svg);
}
.infographics-module-energy .im-thn2 {
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/solar-farm.svg);
    background-size: 3.375em 3.375em;
}
.infographics-module-energy .im-thn2.active,
.infographics-module-energy .im-thn2:hover {
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/solar-farm-hover.svg);
}
.infographics-module-energy .im-thn4 {
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/wind-farm.svg);
    background-size: 3.375em 3.375em;
}
.infographics-module-energy .im-thn4.active,
.infographics-module-energy .im-thn4:hover {
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/wind-farm-hover.svg);
}
.infographics-module-energy .im-thn5 {
    top: 65%;
    bottom: auto;
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/nuclear.svg);
    background-size: 3.375em 3.375em;
}
.infographics-module-energy .im-thn5.active,
.infographics-module-energy .im-thn5:hover {
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/nuclear-hover.svg);
}
.infographics-module-energy .im-thn3 {
    top: 45%;
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/off-oil-gas.svg);
    background-size: 3.375em 3.375em;
}
.infographics-module-energy .im-thn3.active,
.infographics-module-energy .im-thn3:hover {
    background-image: url(https://sepac.com/wp-content/themes/sepacinc-default/img/off-oil-gas-hover.svg);
}
.infographics-module-energy .im-img-item-new .im-lg {
    padding: 0;
    background-position: center bottom;
}
@media (min-width: 1300px) {
    .infographics-module-energy .im-img-item-new .im-lg {
        padding: 0;
        background-color: transparent;
    }
}
@media (min-width: 768px) {
    .infographics-module-energy .im-thn3 .im-title {
        width: 8.3333333333em;
    }
}
@media (min-width: 960px) {
    .infographics-module-energy .im-thn3 .im-title {
        width: auto;
    }
  
  header.site-header.header0{
    min-height:4.875rem;
  }
}
#gform_wrapper_12 .gform_heading {
    display: block;
}
.gform_title {
    font-weight: 700 !important;
}
.vl-cta:before {
    content: none;
}
.sitemap-menu .menu-item-has-children a {
    font-weight: 400;
}
#case-studies,
#ebooks {
    padding-top: 95px;
    margin-top: -95px;
}
.im-img-item-newer {
    max-width: 80.9375em;
    width: 100%;
    margin: 0 auto;
    display: none;
}
@media (min-width: 768px) {
    .im-img-item-newer {
        display: block;
    }
}
.img-lg {
    display: none;
}
.img-lg.active {
    display: inline;
}
.im-thnd {
    text-decoration: none;
    color: #fff;
}
.im-thnd.active path,
.im-thnd:hover path {
    fill: #ea0000;
}
.act rect {
    fill: #ea0000;
}
.ps-header {
    padding-top: 1.25rem;
    color: #00548c;
}
.page-id-4776 .moc-ftm {
    border-bottom: none !important;
    margin-bottom: 0;
}
.page-id-4823 .moc-ftm {
    border-bottom: none !important;
    margin-bottom: 0;
}
.page-id-4776 .py-5 {
    padding-top: 0.875em !important;
    padding-bottom: 0 !important;
}
.ctl2-wrap .slick-dots {
    text-align: center;
}
.ctl2-wrap .slick-dots li {
    font-size: 0;
    display: inline-block;
    margin: 0 5px;
}
.ctl2-wrap .slick-dots li button {
    width: 15px;
    height: 15px;
    background: #00548c;
    border: solid 1px #00548c;
    border-radius: 50%;
}
.ctl2-wrap .slick-dots li.slick-active button {
    background: 0 0;
}
.ctl2-wrap .ctl2-img {
    width: 100%;
    margin-right: 0;
    margin: 0;
    min-height: 11.5625em;
    max-height: 11.5625em;
}
.ctl2-wrap .ctl2-img img {
    width: 100%;
    display: block;
    max-width: 9.375em;
    margin: 0 auto;
}
.ctl2-wrap .ctl2-txt-wrap {
    width: 100%;
    text-align: center;
}
.ctl2-wrap .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ctl2-wrap .slick-slide {
    height: auto;
}
.ctl2-wrap .slick-slide > div {
    padding: 0.625em;
    height: 100%;
}
.ctl2-wrap .slick-slide .ctl2-content {
    height: 100%;
}
/*# sourceMappingURL=theme.min.css.map */

 

/* .hs-landing-page .site-logo {
    max-width: 281px;
    display: block;
    margin: 0;
} */
.sh-sticky-wrap.stuck .site-nav-container{
  position:static;
}


.hs-landing-page .site-footer{
  background-color: #fff;
    text-align: center;
    color: #343434;
}


.footer-style1 .footer-btn-1, .footer-style1 .footer-btn-2{

  color:white !important;
}
.footer-style1 .footer-btn-1:hover, .footer-style1 .footer-btn-1:focus{

  color:#00548c !important;
}

.footer-style1 .footer-btn-2:hover, .footer-style1 .footer-btn-2:focus{

  color:white !important;
}

.page-intro-module .inner-wrap {
    
    max-width: 90.5rem;
}


.page-intro-module .pim-heading{
  font-size: 42px;
}

.form-control{
padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
  background-color: #fff !important;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
  
}