﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 10px;
}
@media (min-width: 768px) {
  html {
    font-size: 10px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}


/***********************************************************************************/
.alert-banner, .hero-compact, .hero-contact, .hero-homepage, .hero-inner, .high-alert {
    opacity: 1 !important;
}
.hero-homepage {
    /* color: #FFF; */
    height: 755px;
    margin-top: -94px;
    padding-top: 94px;
    overflow:hidden;
}
.hero-homepage, .page-wrapper, body, html {
    position: relative;
}
    .hero-homepage .background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: #087482;
        background: linear-gradient(to right,#054893 0,#931205 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#087482', endColorstr='#58c7cc', GradientType=1 );
    }
    .hero-homepage .content-wrapper {
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
*, ::after, ::before {
    box-sizing: border-box;
}
.hero-homepage .content-wrapper .captionVisible {
    display: block;
    animation: fade-in 1.5s;
}
.hero-homepage .content-wrapper .caption {
    display: none;
    animation: fade-out 1.5s;
}
.hero-homepage .caption {
    width: 50%;
}
.hero-homepage .content-wrapper .mosaic-tiles {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    -ms-transform: skew(-12deg);
    transform: skew(-12deg);
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}
    .hero-homepage .content-wrapper .mosaic-tiles .wrapper {
        position: absolute;
        z-index: -1;
        -ms-transform: skew(13deg);
        transform: skew(13deg);
        -ms-transform-origin: bottom left;
        transform-origin: bottom left;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        margin-left: -482px;
        margin-top: -220px;
    }
.hero-homepage .content-wrapper ul.heroPages {
    list-style: none;
    position: absolute;
    bottom: 0;
    padding-left: 0;
    cursor: pointer;
}
/*@media (min-width: 1200px) {
    .container {
        max-width: 1172px;
    }
}*/


.fnc {
    /* you can add color names and their values here
  and then simply add classes like .m--blend-$colorName to .fnc-slide 
  to apply specific color for mask blend mode */
}

.fnc-slider {
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    height: 90vh;
}

    .fnc-slider *,
    .fnc-slider *:before,
    .fnc-slider *:after {
        box-sizing: border-box;
    }

.fnc-slider__slides {
    position: relative;
    height: 100%;
    -webkit-transition: -webkit-transform 1s 0.6666666667s;
    transition: -webkit-transform 1s 0.6666666667s;
    transition: transform 1s 0.6666666667s;
    transition: transform 1s 0.6666666667s, -webkit-transform 1s 0.6666666667s;
}

.fnc-slider .m--blend-dark .fnc-slide__inner {
    background-color: #8a8a8a;
}

.fnc-slider .m--blend-dark .fnc-slide__mask-inner {
    background-color: #575757;
}

.fnc-slider .m--navbg-dark {
    background-color: #575757;
}

.fnc-slider .m--blend-green .fnc-slide__inner {
    background-color: #6d9b98;
}

.fnc-slider .m--blend-green .fnc-slide__mask-inner {
    background-color: #42605e;
}

.fnc-slider .m--navbg-green {
    background-color: #42605e;
}

.fnc-slider .m--blend-red .fnc-slide__inner {
    background-color: #ea2329;
}

.fnc-slider .m--blend-red .fnc-slide__mask-inner {
    background-color: #990e13;
}

.fnc-slider .m--navbg-red {
    background-color: #990e13;
}

.fnc-slider .m--blend-blue .fnc-slide__inner {
    background-color: #59aecb;
}

.fnc-slider .m--blend-blue .fnc-slide__mask-inner {
    background-color: #2d7791;
}

.fnc-slider .m--navbg-blue {
    background-color: #2d7791;
}

.fnc-slide {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

    .fnc-slide.m--before-sliding {
        z-index: 2 !important;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    .fnc-slide.m--active-slide {
        z-index: 1;
        -webkit-transition: -webkit-transform 1s 0.6666666667s ease-in-out;
        transition: -webkit-transform 1s 0.6666666667s ease-in-out;
        transition: transform 1s 0.6666666667s ease-in-out;
        transition: transform 1s 0.6666666667s ease-in-out, -webkit-transform 1s 0.6666666667s ease-in-out;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.fnc-slide__inner {
    position: relative;
    height: 100%;
    background-size: cover;
    background-position: center top;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.m--global-blending-active .fnc-slide__inner, .m--blend-bg-active .fnc-slide__inner {
    background-blend-mode: luminosity;
}

.m--before-sliding .fnc-slide__inner {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.m--active-slide .fnc-slide__inner {
    -webkit-transition: -webkit-transform 1s 0.6666666667s ease-in-out;
    transition: -webkit-transform 1s 0.6666666667s ease-in-out;
    transition: transform 1s 0.6666666667s ease-in-out;
    transition: transform 1s 0.6666666667s ease-in-out, -webkit-transform 1s 0.6666666667s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.fnc-slide__mask {
    overflow: hidden;
    z-index: 1;
    position: absolute;
    right: 60%;
    top: 15%;
    width: 50.25vh;
    height: 67vh;
    margin-right: -90px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0, 6vh 0, 6vh 61vh, 44vh 61vh, 44vh 6vh, 6vh 6vh);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0, 6vh 0, 6vh 61vh, 44vh 61vh, 44vh 6vh, 6vh 6vh);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.m--before-sliding .fnc-slide__mask {
    -webkit-transform: rotate(-10deg) translate3d(200px, 0, 0);
    transform: rotate(-10deg) translate3d(200px, 0, 0);
    opacity: 0;
}

.m--active-slide .fnc-slide__mask {
    -webkit-transition: opacity 0.35s 1.2222222222s, -webkit-transform 0.7s 1.2222222222s;
    transition: opacity 0.35s 1.2222222222s, -webkit-transform 0.7s 1.2222222222s;
    transition: transform 0.7s 1.2222222222s, opacity 0.35s 1.2222222222s;
    transition: transform 0.7s 1.2222222222s, opacity 0.35s 1.2222222222s, -webkit-transform 0.7s 1.2222222222s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.m--previous-slide .fnc-slide__mask {
    -webkit-transition: opacity 0.35s 0.6833333333s, -webkit-transform 0.7s 0.3333333333s;
    transition: opacity 0.35s 0.6833333333s, -webkit-transform 0.7s 0.3333333333s;
    transition: transform 0.7s 0.3333333333s, opacity 0.35s 0.6833333333s;
    transition: transform 0.7s 0.3333333333s, opacity 0.35s 0.6833333333s, -webkit-transform 0.7s 0.3333333333s;
    -webkit-transform: rotate(10deg) translate3d(-200px, 0, 0);
    transform: rotate(10deg) translate3d(-200px, 0, 0);
    opacity: 0;
}

.fnc-slide__mask-inner {
    z-index: -1;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100vw;
    height: 100vh;
    margin-left: -50vw;
    margin-top: -50vh;
    background-size: cover;
    background-position: center center;
    background-blend-mode: luminosity;
    -webkit-transform-origin: 50% 16.5vh;
    transform-origin: 50% 16.5vh;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.m--before-sliding .fnc-slide__mask-inner {
    -webkit-transform: translateY(0) rotate(10deg) translateX(-200px) translateZ(0);
    transform: translateY(0) rotate(10deg) translateX(-200px) translateZ(0);
}

.m--active-slide .fnc-slide__mask-inner {
    -webkit-transition: -webkit-transform 0.7s 1.2222222222s;
    transition: -webkit-transform 0.7s 1.2222222222s;
    transition: transform 0.7s 1.2222222222s;
    transition: transform 0.7s 1.2222222222s, -webkit-transform 0.7s 1.2222222222s;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.m--previous-slide .fnc-slide__mask-inner {
    -webkit-transition: -webkit-transform 0.7s 0.3333333333s;
    transition: -webkit-transform 0.7s 0.3333333333s;
    transition: transform 0.7s 0.3333333333s;
    transition: transform 0.7s 0.3333333333s, -webkit-transform 0.7s 0.3333333333s;
    -webkit-transform: translateY(0) rotate(-10deg) translateX(200px) translateZ(0);
    transform: translateY(0) rotate(-10deg) translateX(200px) translateZ(0);
}

.fnc-slide__content {
    z-index: 2;
    position: absolute;
    left: 40%;
    top: 40%;
}

.fnc-slide__heading {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.fnc-slide__heading-line {
    overflow: hidden;
    position: relative;
    padding-right: 20px;
    font-size: 50px;
    color: #fff;
    word-spacing: 10px;
}
.fnc-slide__heading-line2 {
    overflow: hidden;
    position: relative;
    padding-right: 20px;
    font-size: 30px;
    color: #fff;
    word-spacing: 10px;
}

.fnc-slide__heading-line:nth-child(2) {
    padding-left: 30px;
}

.m--before-sliding .fnc-slide__heading-line {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.m--active-slide .fnc-slide__heading-line {
    -webkit-transition: -webkit-transform 1.5s 1s;
    transition: -webkit-transform 1.5s 1s;
    transition: transform 1.5s 1s;
    transition: transform 1.5s 1s, -webkit-transform 1.5s 1s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.m--previous-slide .fnc-slide__heading-line {
    -webkit-transition: -webkit-transform 1.5s;
    transition: -webkit-transform 1.5s;
    transition: transform 1.5s;
    transition: transform 1.5s, -webkit-transform 1.5s;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.fnc-slide__heading-line span {
    display: block;
}

.m--before-sliding .fnc-slide__heading-line span {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.m--active-slide .fnc-slide__heading-line span {
    -webkit-transition: -webkit-transform 1.5s 1s;
    transition: -webkit-transform 1.5s 1s;
    transition: transform 1.5s 1s;
    transition: transform 1.5s 1s, -webkit-transform 1.5s 1s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.m--previous-slide .fnc-slide__heading-line span {
    -webkit-transition: -webkit-transform 1.5s;
    transition: -webkit-transform 1.5s;
    transition: transform 1.5s;
    transition: transform 1.5s, -webkit-transform 1.5s;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.fnc-slide__action-btn {
    position: relative;
    margin-left: 200px;
    padding: 5px 15px;
    font-size: 20px;
    line-height: 1;
    color: transparent;
    border: none;
    text-transform: uppercase;
    background: transparent;
    cursor: pointer;
    text-align: center;
    outline: none;
}

    .fnc-slide__action-btn span {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-perspective: 1000px;
        perspective: 1000px;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        line-height: 30px;
        color: black;
    }

        .fnc-slide__action-btn span:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            border: 2px solid #fff;
            border-top: none;
            border-bottom: none;
        }

        .fnc-slide__action-btn span:after {
            content: attr(data-text);
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            line-height: 30px;
            background: #1f2833;
            opacity: 0;
            -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
            -webkit-transform: translateY(100%) rotateX(-90deg);
            transform: translateY(100%) rotateX(-90deg);
            -webkit-transition: opacity 0.15s 0.15s;
            transition: opacity 0.15s 0.15s;
        }

    .fnc-slide__action-btn:hover span {
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
    }

        .fnc-slide__action-btn:hover span:after {
            opacity: 1;
            -webkit-transition: opacity 0.15s;
            transition: opacity 0.15s;
        }

.fnc-nav {
    z-index: 5;
    position: absolute;
    right: 0;
    bottom: 0;
}

.fnc-nav__bgs {
    z-index: -1;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.fnc-nav__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

    .fnc-nav__bg.m--nav-bg-before {
        z-index: 2 !important;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    .fnc-nav__bg.m--active-nav-bg {
        z-index: 1;
        -webkit-transition: -webkit-transform 1s 0.6666666667s;
        transition: -webkit-transform 1s 0.6666666667s;
        transition: transform 1s 0.6666666667s;
        transition: transform 1s 0.6666666667s, -webkit-transform 1s 0.6666666667s;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

.fnc-nav__controls {
    font-size: 0;
}

.fnc-nav__control {
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100px;
    height: 50px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

    .fnc-nav__control.m--active-control {
        background: #1f2833;
    }

.fnc-nav__control-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.m--with-autosliding .m--active-control .fnc-nav__control-progress {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.m--prev-control .fnc-nav__control-progress {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.5s !important;
    transition: -webkit-transform 0.5s !important;
    transition: transform 0.5s !important;
    transition: transform 0.5s, -webkit-transform 0.5s !important;
}

.m--reset-progress .fnc-nav__control-progress {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 0s 0s !important;
    transition: -webkit-transform 0s 0s !important;
    transition: transform 0s 0s !important;
    transition: transform 0s 0s, -webkit-transform 0s 0s !important;
}

.m--autosliding-blocked .fnc-nav__control-progress {
    -webkit-transition: all 0s 0s !important;
    transition: all 0s 0s !important;
    -webkit-transform: scaleX(0) !important;
    transform: scaleX(0) !important;
}

/* NOT PART OF COMMON SLIDER STYLES */
body {
    margin: 0;
}

.demo-cont {
    overflow: hidden;
    position: relative;
    height: 100vh;
    -webkit-perspective: 1500px;
    perspective: 1500px;
    background: #000;
}

.demo-cont__credits {
    box-sizing: border-box;
    overflow-y: auto;
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
    width: 400px;
    height: 100%;
    padding: 20px 10px 30px;
    background: #303030;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #fff;
    text-align: center;
    -webkit-transition: -webkit-transform 0.7s;
    transition: -webkit-transform 0.7s;
    transition: transform 0.7s;
    transition: transform 0.7s, -webkit-transform 0.7s;
    -webkit-transform: translate3d(100%, 0, 0) rotateY(-45deg);
    transform: translate3d(100%, 0, 0) rotateY(-45deg);
    will-change: transform;
}

.credits-active .demo-cont__credits {
    -webkit-transition: -webkit-transform 0.7s 0.2333333333s;
    transition: -webkit-transform 0.7s 0.2333333333s;
    transition: transform 0.7s 0.2333333333s;
    transition: transform 0.7s 0.2333333333s, -webkit-transform 0.7s 0.2333333333s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.demo-cont__credits *,
.demo-cont__credits *:before,
.demo-cont__credits *:after {
    box-sizing: border-box;
}

.demo-cont__credits-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 28px;
    height: 28px;
    cursor: pointer;
}

    .demo-cont__credits-close:before, .demo-cont__credits-close:after {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 2px;
        margin-top: -1px;
        background: #fff;
    }

    .demo-cont__credits-close:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .demo-cont__credits-close:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.demo-cont__credits-heading {
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 20px;
}

.demo-cont__credits-img {
    display: block;
    width: 60%;
    margin: 0 auto 30px;
    border-radius: 10px;
}

.demo-cont__credits-name {
    margin-bottom: 20px;
    font-size: 30px;
}

.demo-cont__credits-link {
    display: block;
    margin-bottom: 10px;
    font-size: 24px;
    color: #fff;
}

.demo-cont__credits-blend {
    font-size: 30px;
    margin-bottom: 10px;
}

.example-slider {
    z-index: 2;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.7s;
    transition: -webkit-transform 0.7s;
    transition: transform 0.7s;
    transition: transform 0.7s, -webkit-transform 0.7s;
}

.credits-active .example-slider {
    -webkit-transform: translate3d(-400px, 0, 0) rotateY(10deg) scale(0.9);
    transform: translate3d(-400px, 0, 0) rotateY(10deg) scale(0.9);
}

.example-slider .fnc-slide-1 .fnc-slide__inner,
.example-slider .fnc-slide-1 .fnc-slide__mask-inner {
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/blackwidow.jpg");
}

.example-slider .fnc-slide-2 .fnc-slide__inner,
.example-slider .fnc-slide-2 .fnc-slide__mask-inner {
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/captainamerica.jpg");
}

.example-slider .fnc-slide-3 .fnc-slide__inner,
.example-slider .fnc-slide-3 .fnc-slide__mask-inner {
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/ironman-alt.jpg");
}

    .example-slider .fnc-slide-3 .fnc-slide__inner:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.1);
    }

.example-slider .fnc-slide-4 .fnc-slide__inner,
.example-slider .fnc-slide-4 .fnc-slide__mask-inner {
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/thor.jpg");
}

    .example-slider .fnc-slide-4 .fnc-slide__inner:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.2);
    }

.example-slider .fnc-slide__heading,
.example-slider .fnc-slide__action-btn,
.example-slider .fnc-nav__control {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

/* COLORFUL SWITCH STYLES 
   ORIGINAL DEMO - https://codepen.io/suez/pen/WQjwOb */
.colorful-switch {
    position: relative;
    width: 180px;
    height: 77.1428571429px;
    margin: 0 auto;
    border-radius: 32.1428571429px;
    background: #cfcfcf;
}

    .colorful-switch:before {
        content: "";
        z-index: -1;
        position: absolute;
        left: -5px;
        top: -5px;
        width: 190px;
        height: 87.1428571429px;
        border-radius: 37.1428571429px;
        background: #314239;
        -webkit-transition: background-color 0.3s;
        transition: background-color 0.3s;
    }

    .colorful-switch:hover:before {
        background: #4c735f;
    }

.colorful-switch__checkbox {
    z-index: -10;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.colorful-switch__label {
    z-index: 1;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 32.1428571429px;
    cursor: pointer;
}

.colorful-switch__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 540px;
    height: 100%;
    background: linear-gradient(90deg, #14dcd6 0, #10e7bd 180px, #ef9c29 360px, #e76339 100%);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transform: translate3d(-360px, 0, 0);
    transform: translate3d(-360px, 0, 0);
}

.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__bg {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.colorful-switch__dot {
    position: absolute;
    left: 131.1428571429px;
    top: 50%;
    width: 5.1428571429px;
    height: 5.1428571429px;
    margin-left: -2.5714285714px;
    margin-top: -2.5714285714px;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__dot {
    -webkit-transform: translate3d(-80.3571428571px, 0, 0);
    transform: translate3d(-80.3571428571px, 0, 0);
}

.colorful-switch__on {
    position: absolute;
    left: 104.1428571429px;
    top: 22.5px;
    width: 19.2857142857px;
    height: 36px;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__on {
    -webkit-transform: translate3d(-80.3571428571px, 0, 0);
    transform: translate3d(-80.3571428571px, 0, 0);
}

.colorful-switch__on__inner {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.25s 0s cubic-bezier(0.52, -0.96, 0.51, 1.28);
    transition: -webkit-transform 0.25s 0s cubic-bezier(0.52, -0.96, 0.51, 1.28);
    transition: transform 0.25s 0s cubic-bezier(0.52, -0.96, 0.51, 1.28);
    transition: transform 0.25s 0s cubic-bezier(0.52, -0.96, 0.51, 1.28), -webkit-transform 0.25s 0s cubic-bezier(0.52, -0.96, 0.51, 1.28);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: rotate(45deg) scale(0) translateZ(0);
    transform: rotate(45deg) scale(0) translateZ(0);
}

.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__on__inner {
    -webkit-transition: -webkit-transform 0.25s 0.25s cubic-bezier(0.67, -0.16, 0.47, 1.61);
    transition: -webkit-transform 0.25s 0.25s cubic-bezier(0.67, -0.16, 0.47, 1.61);
    transition: transform 0.25s 0.25s cubic-bezier(0.67, -0.16, 0.47, 1.61);
    transition: transform 0.25s 0.25s cubic-bezier(0.67, -0.16, 0.47, 1.61), -webkit-transform 0.25s 0.25s cubic-bezier(0.67, -0.16, 0.47, 1.61);
    -webkit-transform: rotate(45deg) scale(1) translateZ(0);
    transform: rotate(45deg) scale(1) translateZ(0);
}

.colorful-switch__on__inner:before, .colorful-switch__on__inner:after {
    content: "";
    position: absolute;
    border-radius: 2.5714285714px;
    background: #fff;
}

.colorful-switch__on__inner:before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6.1428571429px;
}

.colorful-switch__on__inner:after {
    right: 0;
    top: 0;
    width: 6.1428571429px;
    height: 100%;
}

.colorful-switch__off {
    position: absolute;
    left: 131.1428571429px;
    top: 50%;
    width: 41.1428571429px;
    height: 41.1428571429px;
    margin-left: -20.5714285714px;
    margin-top: -20.5714285714px;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off {
    -webkit-transform: translate3d(-80.3571428571px, 0, 0);
    transform: translate3d(-80.3571428571px, 0, 0);
}

.colorful-switch__off:before, .colorful-switch__off:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 5.1428571429px;
    margin-top: -2.5714285714px;
    border-radius: 2.5714285714px;
    background: #fff;
    -webkit-transition: -webkit-transform 0.25s 0.25s;
    transition: -webkit-transform 0.25s 0.25s;
    transition: transform 0.25s 0.25s;
    transition: transform 0.25s 0.25s, -webkit-transform 0.25s 0.25s;
}

.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off:before, .colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off:after {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.colorful-switch__off:before {
    -webkit-transform: rotate(45deg) scaleX(1) translateZ(0);
    transform: rotate(45deg) scaleX(1) translateZ(0);
}

.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off:before {
    -webkit-transform: rotate(45deg) scaleX(0) translateZ(0);
    transform: rotate(45deg) scaleX(0) translateZ(0);
}

.colorful-switch__off:after {
    -webkit-transition-timing-function: cubic-bezier(0.67, -0.16, 0.47, 1.61);
    transition-timing-function: cubic-bezier(0.67, -0.16, 0.47, 1.61);
    -webkit-transform: rotate(-45deg) scaleX(1) translateZ(0);
    transform: rotate(-45deg) scaleX(1) translateZ(0);
}

.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off:after {
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transform: rotate(-45deg) scaleX(0) translateZ(0);
    transform: rotate(-45deg) scaleX(0) translateZ(0);
}
/******************************INDEX2************************************/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.slider__navi {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 999;
}

    .slider__navi a {
        display: block;
        height: 6px;
        width: 20px;
        margin: 20px 0;
        text-indent: -9999px;
        box-shadow: none;
        border: none;
        background: rgba(0, 0, 0, 0.2);
    }

        .slider__navi a.active {
            background: rgba(255, 255, 255, 1);
        }



.flex__container {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    height: 100vh;
    width: 100%;
    z-index: 1;
}

    .flex__container.flex--active {
        z-index: 2;
    }

.text--sub {
    font-size: 12px;
    letter-spacing: 0.5rem;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.text--big {
    font-family: "Poppins", sans-serif;
    font-size: 7.5em;
    font-weight: 700;
    line-height: 110px;
    margin-left: -8px;
}

.text--normal {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 22px;
    margin-top: 25px;
}

.text__background {
    font-family: "Poppins", sans-serif;
    position: absolute;
    left: 72px;
    bottom: -60px;
    color: rgba(0, 0, 0, 0.05);
    font-size: 170px;
    font-weight: 700;
}

.flex__item {
    height: 100vh;
    color: #fff;
    transition: transform 0.1s linear;
}

.flex__item--left {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    width: 65%;
    transform-origin: left bottom;
    transition: transform 0.1s linear 0.4s;
    opacity: 0;
    position: relative;
    overflow: hidden;
}

.flex__item--right {
    width: 35%;
    transform-origin: right center;
    transition: transform 0.1s linear 0s;
    opacity: 0;
}

.flex--preStart .flex__item--left,
.flex--preStart .flex__item--right,
.flex--active .flex__item--left,
.flex--active .flex__item--right {
    opacity: 1;
}

/* Piplup */

.flex--piplup .flex__item--left {
    background: #3e9fe6;
}

.flex--piplup .flex__item--right {
    background: #d3eaef;
}

/* Pikachu */

.flex--pikachu .flex__item--left {
    background: #f8d41f;
}

.flex--pikachu .flex__item--right {
    background: #f4ecc5;
}

/* Blaziken */

.flex--blaziken .flex__item--left {
    background: #f64f37;
}

.flex--blaziken .flex__item--right {
    background: #ffebcd;
}

/* Dialga */

.flex--dialga .flex__item--left {
    background: #476089;
}

.flex--dialga .flex__item--right {
    background: #ade8f7;
}

/* Zekrom */

.flex--zekrom .flex__item--left {
    background: #424242;
}

.flex--zekrom .flex__item--right {
    background: #a7bcbb;
}

.flex__content {
    margin-left: 80px;
    width: 55%;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: transform 0.2s linear 0.2s, opacity 0.1s linear 0.2s;
}

.pokemon__img {
    position: absolute;
    bottom: 20px;
    right: 15%;
    max-height: 40vw;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 0.43s 0.6s, transform 0.4s 0.65s cubic-bezier(0, 0.88, 0.4, 0.93);
}

/* Animate-START point */

.flex__container.animate--start .flex__content {
    transform: translate3d(0, -200%, 0);
    opacity: 0;
}

.flex__container.animate--start .pokemon__img {
    transform: translate3d(-200px, 0, 0);
    opacity: 0;
}

/* Animate-END point */

.flex__container.animate--end .flex__item--left {
    transform: scaleY(0);
}

.flex__container.animate--end .flex__item--right {
    transform: scaleX(0);
}

.flex__container.animate--end .flex__content {
    transform: translate3d(0, 200%, 0);
    opacity: 0;
}

.flex__container.animate--end .pokemon__img {
    transform: translate3d(200px, 0, 0);
    opacity: 0;
}
@keyframes imageLoadInFromRight {
    0%, 45% {
        transform: translateX(98%) skew(-12deg);
    }

    100% {
        transform: translateX(0) skew(-12deg);
    }
}

/************************GENERAL CSS*******************************/
*, ::after, ::before {
    box-sizing: border-box;
    scroll-behavior: smooth;
}
.sf_colsIn, .view-defer, section {
 
    transition: opacity 250ms;
}
.section-1 {
    padding:1em 0em;
}
.section-2 {
    padding:2em 0em;
}
.section-3 {
    padding:3em 0em;
}
.section-4 {
    padding:4em 0em;
}
.section-5  {
    padding: 5em 0em;
}
.section-6 {
    padding:6em 0em;
}
.section-m-5{
    margin:5em 0em;
}
.section-m-4 {
    margin: 4em 0em;
}
.section-m-3 {
    margin: 3em 0em;
}
.h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 .h1 {
  /*  font-family: "Passion One",impact,cursive;*/
    color: #202945;
    font-weight: 400;
    line-height: 1.2;
    margin: 10px 0;
}
h3 {
    font-size:3rem;
}
h4 {
    font-size:1.5rem;
}
h5 {
    font-size:1.3rem;
}
a:active, a:focus, a:hover {
    color: #E65300;
    text-decoration: none;
}
a {
    color: #202945;
}
.page-wrapper {
    overflow:hidden;
}
/********HEADER********/
.logo img {
    width:150px;
    margin-top:10px;
}
header.site-header {
    color: #FFF;
    /*  padding: 30px 0;*/
    position: relative;
}
.nav-open .site-header .open-menu {
    display: none;
}
header.site-header .open-menu {
    position: absolute;
    top: 30px;
    left: 50%;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    z-index: 10;
    cursor: pointer;
}
header.site-header .close-menu {
    display: none;
    position: absolute;
    z-index: 11;
    top: 20px;
    right: 20px;
    color: #087482;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
    font-weight: 700;
    text-align: right;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.nav-open .site-header .close-menu {
    display: -ms-flexbox;
    display: flex;
}
header.site-header .logo {
    position: relative;
    z-index: 10;
    display: inline-block;
}

.main-menu {
    position: absolute;
    left: 130%;
    width: 50%;
    height: 755px;
    top: 0;
    transition: left .5s ease-in-out!important;
    overflow: hidden;
    -ms-transform: skew(-12deg);
    transform: skew(-12deg);
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    z-index: 10;
    display:none;
}
    .main-menu .wrapper {
        position: absolute;
        z-index: 2;
        -ms-transform: skew(12deg);
        transform: skew(12deg);
        -ms-transform-origin: bottom left;
        transform-origin: bottom left;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,.95);
        padding: 50px 30px 100px 170px;
        display:flex;
        align-items:center;

    }

    .main-menu .menu-content {
        position: relative;
        z-index: 10;
    }
    .main-menu .search-site.mobile {
        display: none;
    }
    .main-menu .search-site {
        margin-top: 30px;
        width: 60%;
    }
    .main-menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .main-menu .nav-links a {
        color: #58C7CC;
        font-size: 66px;
        font-size: 3.125rem;
        font-family: "Passion One",impact,cursive;
        line-height: 1;
        text-decoration: none;
        position: relative;
        display: inline-block;
        padding-bottom: 0;
        margin-bottom: 40px;
    }
        .main-menu .nav-links a:before {
            content: '';
            height: 2px;
            width: 100px;
            background: #58C7CC;
            position: absolute;
            top: calc(100% + 8px);
            left: 0;
            transition: width .2s ease-in .1s;
        }
    .main-menu .sub-links {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: center;
        align-items: center;
    }
        .main-menu .sub-links li {
            border-right: 2px solid #707372;
            padding-right: 40px;
            margin-right: 40px;
        }
        .main-menu .sub-links a {
            color: #58C7CC;
     /*       font-size: 31px;*/
            font-size: 1.9375rem;
            font-family: "Passion One",impact,cursive;
            text-decoration: none;
        }
        
header.site-header .open-menu a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #FFF;
    text-decoration: none;
    height: 24px;
    transition: color .2s ease-in;
}
    header.site-header .open-menu a .bars {
        margin-left: 10px;
        position: relative;
        top: 2px;
    }
        header.site-header .open-menu a .bars .bar.bar1 {
            width: 36px;
            transition: background .1s ease-in .2s;
        }
        header.site-header .open-menu a .bars .bar.bar2 {
            width: 46px;
            transition: background .1s ease-in .1s;
        }
        header.site-header .open-menu a .bars .bar.bar3 {
            width: 27px;
            transition: background .1s ease-in 0s;
        }
        header.site-header .open-menu a .bars .bar {
            height: 3px;
            background: #FFF;
            display: block;
            margin-bottom: 5px;
        }
            header.site-header .open-menu a .bars .bar:last-child {
                margin-bottom: 0;
            }
header.site-header .close-menu .icon {
    font-size: 30px;
    font-size: 1.875rem;
    margin-left: 5px;
    background: url(/images/sprites.png) -1px 0 no-repeat;
    width: 30px;
    height: 30px;
    position: relative;
    top: 2px;
}
.hero-homepage .headline {
    font-size: 4.5rem;
    line-height: 70px;
    margin: 0 0 40px;
    color: #FFF;
}
.hero-homepage .content-wrapper .captionVisible {
    display: block;
    animation: fade-in 1.5s;
}
.hero-homepage .caption {
    width: 50%;
}
/*.hero-homepage .headline {
    color: #FFF;
    font-size: 144px;
    font-size: 9rem;
    line-height: 115px;
    margin: 0 0 40px;
}*/
.hero-homepage .subheadline {
    color: #FFF;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 36px;
    margin: 0 0 25px;
}

.nav-open .main-menu {
    left: 50%;
    display: block !important;
    transition: left .5s ease-in-out !important;
}
.templateList a:focus, .templateList a:hover, header.site-header .open-menu a:focus, header.site-header .open-menu a:hover {
    color: #202945;
}
    header.site-header .open-menu a:focus .bars .bar.bar1, header.site-header .open-menu a:hover .bars .bar.bar1 {
        transition: background .1s ease-in 0s;
    }
    header.site-header .open-menu a:focus .bars .bar, header.site-header .open-menu a:hover .bars .bar {
        background: #202945;
    }
header.site-header .open-menu a .bars .bar.bar3 {
    width: 27px;
    transition: background .1s ease-in 0s;
}
/*************************HOMEPAGE**************************/
.steps-cta .description {
    font-size:15px;
}
.icons-cta-item .icon {
    width: 100%;
    height: 78px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: center;
    justify-content: center;
}
    .icons-cta-item .icon svg {
        fill: #054893;
        stroke: #054893;
        height: 78px;
        transition: fill .3s,stroke .3s,transform .3s;
    }
.icons-cta-item .learn-more {
    display: -ms-flexbox;
/*    display: flex;*/
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: auto;
    opacity: 0;
    font-size: 19px;
    font-size: 1.1875rem;
    color: #931205;
    height: 0;
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    transition: opacity .3s ease-in-out;
    font-family: "Passion One",impact,cursive;
}
.icons-cta-item:hover .learn-more {
    opacity:1;
}
.icons-cta-item .learn-more:after {
    content: '';
    background: url(/library/img/sprites.png) -96px -111px no-repeat;
    width: 19px;
    height: 16px;
    display: inline-block;
    margin-left: 10px;
}
.home-services .item:hover .title{
    

}
.icons-cta-item {
    text-align: center;
    text-decoration: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 15px;
    margin-bottom: 20px;
    box-shadow: 0 3px 13px rgba(0,0,0,.08);
    transition: all 250ms;
}
.icons-cta-item {
    width: calc(20% - 20px);
    margin-right: 20px;
}
    .icons-cta-item:focus .title, .icons-cta-item:hover .title {
        -ms-transform: translate(0,-15px);
        transform: translate(0,-15px);
    }
    .icons-cta-item:focus, .icons-cta-item:hover {
        -ms-transform: scale(1.06);
        transform: scale(1.06);
        box-shadow: 0 3px 13px rgba(0,0,0,.15);
    }
        .icons-cta-item:focus svg, .icons-cta-item:hover svg {
            fill: #931205;
            stroke: #931205;
            -ms-transform: translate(0,-15px);
            transform: translate(0,-15px);
        }
    .icons-cta-item .title {
       
        transition: transform .3s;
    
    }
    .icons-cta-item .learn-more:after {
        content: '';
        background: url(/images/sprites.png) -96px -111px no-repeat;
        width: 19px;
        height: 16px;
        display: inline-block;
        margin-left: 10px;
    }

.steps-cta {
    position: relative;
    height: 745px;
    overflow:hidden;
}
    .steps-cta .steps-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
    }
    .steps-cta .text-col {
        width: 35%;
    }
        .steps-cta .text-col .step {
            position: relative;
            margin-bottom: 20px;
            height: 180px;
        }
        .steps-cta .text-col .description {
            margin-bottom: 10px;
        }
        .steps-cta .text-col .step .step-number {
            position: relative;
            font-size: 227px;
            font-size: 14.1875rem;
            line-height: 170px;
            font-weight: 700;
            color: #E2E2E2;
            z-index: 1;
        }
        .steps-cta .text-col .step .step-title {
            position: relative;
            font-size: 54px;
            font-size: 3.375rem;
            font-family: "Passion One",impact,cursive;
            line-height: 1;
            color: #202945;
            bottom: 90px;
            margin: 0;
            z-index: 2;
        }
        .steps-cta .text-col .cta {
            display: block;
        }
            .steps-cta .text-col .cta a {
                display: inline-block;
                font-family: "Passion One",impact,cursive;
                font-size: 29px;
                font-size: 1.8125rem;
                line-height: 29px;
                text-decoration: none;
                text-transform: uppercase;
                position: relative;
                text-align: left;
                padding-left:0px;
            }
.btn.btn-primary:before {
    height: 2px;
    width: 26px;
    background: #E65300;
    top: calc(50% - 3px);
    left: 100%;
    transition: width .3s ease-in;
}
.btn.btn-primary:after, .btn.btn-primary:before {
    content: '';
    position: absolute;
}
.btn.btn-primary:after {
    top: calc(50% - 13px);
    right: -28px;
    background: url(/images/sprites.png) -88px 0 no-repeat;
    width: 12px;
    height: 22px;
    transition: right .3s ease-in;
}
.btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}
.steps-cta .text-col .cta a {
    display: inline-block;
    font-family: "Passion One",impact,cursive;
    font-size: 29px;
    font-size: 1.8125rem;
    line-height: 29px;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    text-align: left;
}
.btn.btn-primary:hover {
    background: 0 0 !important;
}
.btn.btn-primary:active, .btn.btn-primary:focus, .btn.btn-primary:hover, .btn.btn-secondary:active, .btn.btn-secondary:focus, .btn.btn-secondary:hover, .btn.btn-tertiary:active, .btn.btn-tertiary:focus, .btn.btn-tertiary:hover {
    color: #087482 !important;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    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: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
    .btn.btn-primary:active:before, .btn.btn-primary:focus:before, .btn.btn-primary:hover:before {
        width: 45px;
        background: #087482;
    }
    .btn.btn-primary:before {
        height: 2px;
        width: 26px;
        background: #E65300;
        top: calc(50% - 3px);
        left: 100%;
        transition: width .3s ease-in;
    }
    .btn.btn-primary:active:after, .btn.btn-primary:focus:after, .btn.btn-primary:hover:after {
        right: -48px;
        background-position: -104px 0;
    }
    .btn.btn-primary {
       /* font-size: 1.8125rem;*/
        background: 0 0 !important;
        color: #931205;
    }
    .cta a:hover {
      border:1px solid transparent!important;
    }
.steps-cta .photo-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    width: calc(50% + 158px);
    height: 100%;
    overflow: hidden;
    -ms-transform: translateX(0) skew(-12deg);
    transform: translateX(0) skew(-12deg);
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}
    .steps-cta .photo-wrapper .photo {
        position: absolute;
        left: 0;
        top: 0;
        width: calc(100% + 158px);
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        -ms-transform: skew(12deg);
        transform: skew(12deg);
        -ms-transform-origin: bottom left;
        transform-origin: bottom left;
    }
.photo-wrapper {
    background-color:rgb(242, 242, 242);
    
}
.photo {
    background-image:url(/images/john_optimized.jpg);
    background-color:rgb(242, 242, 242);
    
}
.steps-cta.image-left .photo-wrapper {
    right: initial;
    left: -158px;
    width: calc(50% + 158px);
}
.steps-cta.image-left .text-col {
    left: calc(50% + 158px);
    position: relative;
}
.steps-cta .steps-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
.steps-cta .container {
    height: 100%;
}

.generic-cta {

    background: linear-gradient(to right,#054893 0,#931205 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202945', endColorstr='#58c7cc', GradientType=1 );
    padding: 30px 0;
    color: #FFF;
}
    .generic-cta .headline {
        font-size: 35px;
        font-size: 2.1875rem;
        line-height: 32px;
        color: #FFF;
        margin: 0 0 10px;
    }
    .generic-cta .blurb {
        line-height: 22px;
    }
    .generic-cta .cta {
        text-align: center;
        margin-right: 30px;
    }
.btn.btn-quaternary {
    font-size: 29px;
    font-size: 1.8125rem;
    border: none;
    color: #FFF;
    text-transform: uppercase;
    padding-left: 0;
    position:relative;
}
    .btn.btn-quaternary:before {
        width: 26px;
        background: #FFF;
        position: absolute;
        top: calc(50% - 0px);
    }
    .btn.btn-quaternary:before, .hero-contact button[type=submit]:before {
        height: 2px;
    left:196px;
        transition: width .3s ease-in;
        content: '';
    }

    .btn.btn-quaternary:active:before, .btn.btn-quaternary:focus:before, .btn.btn-quaternary:hover:before {
        width: 45px;
        background: #FFF;
    }
    .btn.btn-quaternary:hover {
        color: #FFF !important;
    }
    .btn.btn-quaternary:hover {
        background: 0 0 !important;
    }
    .btn.btn-quaternary:after {
        content: '';
        position: absolute;
        top: calc(50% - 10px);
        right: -73px;
        background: url(/images/sprites.png) -104px -24px no-repeat;
        width: 52px;
        height: 22px;
        transition: right .3s ease-in;
    }
.generic-cta .btn.btn-quaternary:before {
    height: 2px;
    left: 158px;
    transition: width .3s ease-in;
    content: '';
}

.btn:hover {
    color: #212529;
    text-decoration: none;
}
.btn.btn-quaternary:active:after, .btn.btn-quaternary:focus:after, .btn.btn-quaternary:hover:after {
    right: -92px;
}

.btn, .btn.btn-tertiary, .global-chat .chat-bubble .link {
 /*   font-family: "Passion One",impact,cursive;*/
}


/************FOOTER****************/
footer {
    overflow:hidden;
}
.container, .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}
footer.site-footer {
    background: #FFF;
    position: relative;
    border-top: 2px solid #D1D1D1;
}
footer.site-footer .main-photo {
    position: absolute;
    top: 0;
    left: -158px;
    width: calc(45% + 105px);
    height: 100%;
    -ms-transform: skew(-12deg);
    transform: skew(-12deg);
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    overflow: hidden;
}
    footer.site-footer .main-photo .photo {
        width: calc(100% + 120px);
        position: relative;
        -ms-transform: skew(12deg);
        transform: skew(12deg);
        -ms-transform-origin: bottom left;
        transform-origin: bottom left;
    }
    footer.site-footer .main-photo .photo, footer.site-footer .office-locations .office-photo .photo {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        height: 100%;
    }
    footer.site-footer .footer-content {
        position: relative;
        left: 46%;
        width: 55%;
        z-index: 1;
    }
    footer.site-footer .office-locations {
        display: -ms-flexbox;
        display: flex;
        position: relative;
        border-bottom: 1px solid #fff;
        /*#C3C3C3;*/
        padding-left: 45px;
    }
        footer.site-footer .office-locations .location {
            padding: 40px 45px;
            -ms-flex: 0 1 auto;
            flex: 0 1 auto;
            line-height: 1.3;
        }
            footer.site-footer .office-locations .location .city {
                font-size: 35px;
                font-size: 2.1875rem;
                line-height: 1;
                margin: 0 0 15px;
                color: #fff;
                /*#202945;*/
            }
            footer.site-footer .office-locations .location .telephone {
                margin-top: 10px;
            }
                footer.site-footer .office-locations .location .telephone a {
                    color: #fff;
                    /*#931205;*/
                    font-family: "Passion One",impact,cursive;
                    font-size: 24px;
                    font-size: 1.5rem;
                    line-height: 1;
                    text-decoration: none;
                    display: -ms-flexbox;
                    display: flex;
                    -ms-flex-align: center;
                    align-items: center;
                }
                    footer.site-footer .office-locations .location .telephone a .fas {
                        margin-right: 5px;
                    }
        footer.site-footer .office-locations .office-photo {
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
        }
            footer.site-footer .office-locations .office-photo .photo {
                position: relative;
                overflow: hidden;
            }
                footer.site-footer .office-locations .office-photo .photo:before {
                    content: '';
                    position: absolute;
                    top: -8%;
                    right: 100%;
                    width: 90px;
                    height: 110%;
                    background: #FFF;
                    -ms-transform: rotate(11deg);
                    transform: rotate(11deg);
                    -ms-transform-origin: bottom right;
                    transform-origin: bottom right;
                }
    footer.site-footer .quicklinks {
        padding: 40px 20px;
    }
        footer.site-footer .quicklinks .quicklink-wrapper > div {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -ms-flex-align: start;
            align-items: flex-start;
            -ms-flex-pack: center;
            justify-content: center;
        }
        footer.site-footer .quicklinks .quicklink {
            width: 33.33%;
        }
            footer.site-footer .quicklinks .quicklink .title {
                color: #fff;
                /*#202945;*/
                font-family: "Passion One",impact,cursive;
                font-size: 24px;
                font-size: 1.5rem;
                line-height: 32px;
                margin: 0;
            }
    footer.site-footer .follow-us {
        color: #FFF;
        width: calc(100% + 100px);
        left: -100px;
        position: relative;
        overflow: hidden;
        -ms-transform: skew(-12deg);
        transform: skew(-12deg);
        -ms-transform-origin: bottom left;
        transform-origin: bottom left;
        z-index: 1;
        background: #087482;
        background: linear-gradient(to right,#054893 0,#931205 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#087482', endColorstr='#58c7cc', GradientType=1 );
    }
        footer.site-footer .follow-us .wrapper {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: start;
            justify-content: flex-start;
            padding: 30px 15px 30px 45px;
            -ms-transform: skew(12deg);
            transform: skew(12deg);
            -ms-transform-origin: bottom left;
            transform-origin: bottom left;
        }
        footer.site-footer .follow-us .title {
            color: #FFF;
            font-size: 24px;
            font-size: 1.5rem;
            line-height: 32px;
            margin: 0 95px 0 0;
        }
        footer.site-footer .follow-us .social-icons a {
            color: #FFF;
            font-size: 37px;
            font-size: 2.3125rem;
            margin-right: 70px;
            margin-bottom: 15px;
            transition: color .5s;
        }
    footer.site-footer .copyright {
        padding: 23px 0;
        font-size: 15px;
        font-size: .9375rem;
        line-height: 1.3;
        color: #fff;
        /*#4A4A4A;*/
    }
.scrollToTop {
    bottom: 25px;
    cursor: pointer;
    z-index: 9;
    color: #FFF;
}
.global-chat, .scrollToTop {
    right: 20px;
    position: fixed;
}

/************************************************************************************/
.font-mont {
    font-family:Montserrat;
    font-size:14px;
}
.custom-letter-spacing-3 {
    letter-spacing:1px;
}

.footer-title {
    text-transform: none;
    font-weight: 700;
    color: #054893!important;
}
.height-30 {
    height:30px;
}

.footer-white {
    color: #fff!important;
}

/******MEDIA********/
@media (min-width: 768px) {
    .steps-cta .photo-wrapper:not(.lazy-load-bg) {
        animation: imageLoadInFromRight 1.05s forwards;
    }
}

/******MEDIA********/
@media (max-width: 993px) {
    .mobileHide {
        display: none !important;
    }
}
@media (min-width: 994px) {
    .desktopHide {
        display: none !important;
    }
}