body, html {
    font-family: owners, sans-serif !important;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.2em !important;
}

@media (min-width: 576px) {
    body, html {
        font-size: calc(18px + 5 * ((100vw - 320px) / 680));
    }
}

@media (min-width: 1200px) {
    body, html {
        font-size: 21px;
    }
}
@media (min-width: 1400px) {
    body, html {
        font-size: 24px;
    }
}
@media (min-width: 1760px) {
    body, html {
        font-size: 27px;
    }
}

.parallax {
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: repeat;
}

.img-left {
  width: auto;
  max-width: 50%;
  margin: 0 20px 20px 0;
  float: left;
}

.img-right {
  width: auto;
  max-width: 50%;
  margin: 0 20px 20px 0;
  float: right;
}

.img-full {
  width: 100%;
  max-width: 100%;
  margin: 0 0 20px 0;
}

@media (max-width:991px) {
    .img-left, .img-right {
        width: 100%;
        max-width: 100%;
        margin: 0 0 20px 0;
    }
}

/* Type */

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    font-family: owners, sans-serif !important;
    font-weight: 400 !important;
}

h1, .h1 {
    font-size: 4rem !important;

}

h2, .h2 {
    font-size: 2.5rem !important;
    font-weight: 600 !important;
}

h3, .h3 {
    font-size: 1.75rem !important;
    font-weight: 600 !important;
}

h4, .h4 {
    font-size: 1.5rem !important;
}

h5, .h5 {
    font-size: 1.125rem !important;
}

@media (min-width: 1780px) {
    h1, .h1 {
        font-size: 5rem !important;
    }
}

@media (max-width: 1629px) {
    h1, .h1 {
        font-size: 3.75rem !important;
    }
}

@media (max-width: 1459px) {
    h1, .h1 {
        font-size: 3.5rem !important;
    }

    h2, .h2 {
        font-size: 2.25rem !important;
    }
    h3, .h3 {
        font-size: 1.5rem !important;
    }
}

@media (max-width: 1279px) {
    h1, .h1 {
        font-size: 3rem !important;
    }
    h2, .h2 {
        font-size: 2rem !important;
    }
    h3, .h3 {
        font-size: 1.5rem !important;
    }
}

@media (max-width: 991px) {
    h1, .h1 {
        font-size: 2.5rem !important;
    }

}

.display-2 {
    font-family: owners-wide, sans-serif !important;
    font-weight: 600 !important;
}

.display-1,
.display-2,
.display-3 {
    font-weight: 500 !important;
    line-height: 1em !important;
}
strong {
    font-weight: 600 !important;
}

.text-white {
    color: #FFF !important;
}

.text-black {
    color: #000 !important;
}

.text-blue {
    color: #0B4FF2 !important;
}

.text-right {
    text-align: right;
}
@media(max-width:991px) {
    .text-right {
        text-align: left;
    }
}

.no-wrap {
    white-space: nowrap;
}

a {
    color: inherit !important;
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}

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


/* Colors */

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

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

.bg-blue {
    background-color: #0B4FF2;
    color: #fff;
}

.bg-lt-blue {
    background-color: #E7EDFE;
    color: #000;
}

.block--content {
    position: relative;
    z-index: 2;
}

.intro {
    font-family: owners, sans-serif !important;
    font-size: 1.5em !important;
    max-width: 27em;
    margin: 0 auto;
}
@media(max-width:991px) {
    .intro {
        font-size: 1.375em !important;
    }
}
@media(max-width:767px) {
    .intro {
        font-size: 1.1875em !important;
    }
}

/* Buttons */

.btn {
    font-family: owners, sans-serif !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    padding: 15px 30px !important;
    border-radius: 5px !important;
    border: 0 !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.125em !important;
}

.btn-blue,
.btn-primary {
    background-color: #0B4FF2 !important;
    color: #fff !important;
}
    .btn-blue:hover,
    .btn-primary:hover {
        background-color: #000 !important;
    }
    .bg-black .btn-blue:hover {
        background-color: #fff !important;
        color: #000 !important;
    }

.btn-black,
.btn-secondary {
    background-color: #000 !important;
    color: #fff !important;
    
}
    .btn-black:hover,
    .btn-secondary:hover {
        background-color: #fff !important;
        color: #000 !important;
    }

.btn-white {
    background-color: #fff !important;
    color: #0B4FF2 !important;
}
    .btn-white:hover {
        background-color: #000 !important;
        color: #fff !important;
    }


/* Global */

.JumpNav {
    position: absolute;
    top: -200px;
    z-index: 500;
    color: #ffffff;
    background: #666666;
    padding: 5px;
}

    .JumpNav:focus {
        top: 0;
        left: 0;
        color: #ffffff;
    }

.flex-row {
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    clear: both;
}

    .flex-row.container:before, .flex-row.container:after, .flex-row.row:before, .flex-row.row:after {
        content: normal;
    }

.flex-column {
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    clear: both;
    height: 100%;
}

.flex-column_bottom {
    margin-top: auto;
}

.flex-center {
    display: flex;
    align-items: center;
    height: 100%;
}

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

.display-flex {
    display: flex;
}

.flex-1 {
    flex: 1;
}

@media(min-width: 992px) {

    /* Same Height Row */

    .row.is-flex {
        display: flex;
        flex-wrap: wrap;
    }

        .row.is-flex > [class*='col-'] {
            display: flex;
            flex-direction: column;
        }

    /*
* And with max cross-browser enabled.
* Nobody should ever write this by hand. 
* Use a preprocesser with autoprefixing.
*/
    .row.is-flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .row.is-flex > [class*='col-'] {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }
}

.flex-end {
    display: inline-block;
    align-self: flex-end;
}

.absolute {
    position: absolute;
    z-index: 9;
}

.relative {
    position: relative;
}

.centerX {
    left: 50%;
    transform: translateX(-50%);
}

.centerY {
    top: 50%;
    transform: translateY(-50%);
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.background-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-padding {
    padding: 7.5em 5em !important;
}

.banner-padding-medium {
    padding: 5em !important;
}

.banner-padding-small {
    padding: 2.5em 5em !important;
}

.banner-padding-xs-small {
    padding: 1.25em 2em !important;
}

.banner-padding-xxs-small {
    padding: .5em 0.75em !important;
}

.banner-padding-small-rem {
    padding: 2.5rem 5rem !important;
}

.banner-padding-xs-small-rem {
    padding: 1.25rem 2rem !important;
}

.banner-padding-xxs-small-rem {
    padding: .5rem 0.75rem !important;
}

.banner-padding-small.inverse {
    padding: 5em 2.5em !important;
}


    .banner-padding-small.equal-padding {
        padding: 2.5em !important;
    }

.banner-padding-top {
    padding-top: 5em !important;
}

.banner-padding-top-medium {
    padding-top: 3.5em !important;
}

.banner-padding-top-small {
    padding-top: 2.5em !important;
}

.banner-padding-bottom {
    padding-bottom: 7.5em !important;
}

.banner-padding-bottom-medium {
    padding-bottom: 3.5em !important;
}

.banner-padding-bottom-small {
    padding-bottom: 2.5em !important;
}

.no-left-pad {
    padding-left: 0 !important;
    padding-right: 10em !important;
}

@media(max-width: 1459px) {
    .banner-padding {
        padding: 5em 2.5em !important;
    }

        .banner-padding.bg-image {
            padding: 5em 2.5em 7.5em !important;
        }

    .banner-padding-medium {
        padding: 2.5em !important;
    }

    .banner-padding-small {
        padding: 1.25em 2.5em !important;
    }

        .banner-padding-small.inverse {
            padding: 2.5em 1.25em !important;
        }

        .banner-padding-small.equal-padding {
            padding: 1.25em !important;
        }

    .banner-padding-top-medium {
        padding-top: 2.5em !important;
    }

    .banner-padding-top-small {
        padding-top: 1.25em !important;
    }

    .banner-padding-bottom {
        padding-bottom: 5em !important;
    }

    .banner-padding-bottom-medium {
        padding-bottom: 2.5em !important;
    }

    .banner-padding-bottom-small {
        padding-bottom: 1.25em !important;
    }

    .no-left-pad {
        padding-left: 0 !important;
        padding-right: 5em !important;
    }
}

@media(max-width: 991px) {
    .banner-padding,
    .banner-padding-medium,
    .banner-padding-small {
        padding: 2.5em 2em 2em !important;
    }

    .banner-padding-top,
    .banner-padding-top-medium {
        padding-top: 2.5em 1.75em 1.75em !important;
    }
    .banner-padding-bottom,
    .banner-padding-bottom-medium {
        padding-bottom: 2.5em 1.75em 1.75em !important;
    }
    .no-left-pad {
        padding-left: 0 !important;
        padding-right: 2.5em !important;
    }
}

@media(max-width: 767px) {
    .container {
        max-width: 100% !important;
    }
    .no-left-pad {
        padding-left: 1.75em !important;
        padding-right: 1.75em !important;
    }
    .bg-image {
        background-size: 50%;
        background-position: bottom 1.25em right 1.25em;
    }
    .banner-padding.bg-image {
        padding: 2.5em 2.5em 5em !important;
    }
}

@media(max-width: 575px) {
    .banner-padding,
    .banner-padding-small,
    .no-left-pad {
        padding: 2.5em 1.5em 1.5em !important;
    }
    #footer.banner-padding-small {
        padding: 1.5em !important;
    }
    .banner-padding-top,
    .banner-padding-top-medium {
        padding-top: 2.5em 1.5em 1.5em !important;
    }
        .banner-padding.bg-image {
            padding: 1.25em 1.25em 5em !important;
        }
}

.no-padding {
    padding: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.divider-rule {
    position: relative;
    margin: 2em 0 3em;
}
hr {
    margin: 0 !important;
    opacity: 1 !important;
}
hr.alt {
    padding: 15px 0;
    width: 33%;
    background-color: #C0EFFF;
    border: 0;
    position: absolute;
    top: -15px;
}

@media(max-width:575px) {
    hr.alt {
        padding: 10px 0;
        width: 50%;
        top: -10px;
    }
}

.clickable {
    cursor: pointer;
}

.blurImg {
    position: relative;
    width: 100%;
    height: 540px;
    z-index: -1;
    top: 0;
    left: 0;
}

    .blurImg > div {
        position: fixed;
        width: 100%;
        height: 540px;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        background-position: center center;
    }

.blur {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.w100 {
    width: 100%;
}

.row .inner {
    height: 100%;
}

/*--- HEADER -------*/

#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    z-index: 50;
}

    #header:before, #header:after {
        display: table;
        content: '';
        clear: both;
    }

#main-navigation {
    height: 100px;
    box-shadow: 5px 0 10px rgba(0, 0, 0, 0.25);
    padding-left: 1rem;
    transition: all 0.5s ease !important;
}
@media(max-width:1399px) {
    header .btn {
        margin-top: 0.25em;
    }
}
@media(max-width:767px) {
    header a {
        margin-left: -0.75em;
    }
}
@media(max-width:575px) {
    #main-navigation {
        height: 85px;
    }
    header .btn {
        font-size: 14px !important;
        padding: 0.85em 1.5em 0.75em !important;
        margin-top: 0.35em;
    }
}

/*--- FOOTER -------*/

@media(max-width:991px) {
    #prefooter-widget .text-right {
        text-align: left !important;
        margin-top: 15px;
    }

    #footer .container-fluid,
    #prefooter-widget .container {
        max-width: 100%;
        padding: 0;
    }
}

#footer {
    font-size: 15px;
}

@media(max-width:991px) {
    #footer div {
        flex: auto !important;
        text-align: center;
    }
    #footer .footer-nav li {
        margin: 0 5px !important;
    }
    #social.list-inline li {
        float: none !important;
        margin: 0 !important;
    }
}

#footer .list-inline {
    margin: 0;
}

#footer .logo {
    width: 180px;
}

#footer .footer-nav li {
    margin: 15px 5px 15px 0;
    display: inline-block;
    color: #acacac;
}

#footer .footer-nav a:hover {
    text-decoration: underline !important;
}

#social {
    font-size: 1.5em;
}

#social.list-inline li {
    display: inline;
    margin-left: 15px;
    float: right;
}

@media(max-width:575px) {
    .footer-nav.text-right {
        text-align: left !important;
    }
    #social.list-inline li {
        margin-left: 0;
        margin-right: 15px;
    }
}

.widget-content #social li a {
    color: #0067AC;
}

#identity-statement {
    pointer-events: none;
}

#how-it-works--widget h3.round.border-white {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 65px !important;
    border-radius: 50%;
    outline: 7px solid #fff;
    top: -0.5em;
    left: 1em;
    font-size: 30px !important;
}
@media(min-width:1200px) {
    #how-it-works--widget .h5 {
        padding-right: 2em;
    }
}
@media (max-width:991px) {
    #lets-begin--widget .left {
        text-align: center;
    }
}
ol {
    padding-left: 1.25em !important;
    margin-bottom: 0 !important;
}
ol li {
    margin-bottom: 0.5em;
}
ol li:last-of-type {
    margin-bottom: 0;
}
li::marker {
    color: #0B4FF2 !important;
    font-weight: 600;
}

.p-responsive {
    padding: 1.5rem !important;
}
.p-responsive.alt {
    padding: 2.5rem 1.5rem !important;
}
@media (min-width: 992px) {
    .p-responsive.alt {
        padding: 3rem !important;
    }
}
@media (min-width: 1200px) {
    .p-responsive {
        padding: 2.5rem !important;
    }
}

.icon {
    max-width: 60px;
    margin-bottom: 1em;
}

#banner .row.adjust {
    margin-bottom: -160px;
}
#banner .audit-image {
    z-index: 3;
    pointer-events: none;
    margin-top: -120px;
    padding-bottom: 25px;
}
#banner .btn {
    left: 1.5em; 
    bottom: 1.5em; 
    width: calc(100% - 3em) !important; 
    z-index: 1;
}
@media(max-width:1199px) {
    .h4 {
        font-size: 1.35rem !important;
    }
    #banner .audit-image {
        margin-top: 0;
        padding-bottom: 25px;
    }
}
@media(max-width:991px) {
    #banner .row.adjust {
        margin-bottom: -200px;
    }
    #banner .audit-image img {
        max-width: 50%;
    }
    .intro {
        padding-top: 60px;
    }
}
@media(max-width:767px) {
    #banner .audit-image img {
        max-width: 75%;
    }
    .intro {
        padding-top: 90px;
    }
    .banner-padding {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.arrow {
    top: 75%;
    max-width: 40%;
    left: -15%;
}
@media(max-width:991px) {
    .arrow {
        display: none;
    }
}

/*--- ANIMATIONS -------*/

@media(min-width: 767px) {

    .textUp {
        -webkit-transform: translate3d(0,40px,0);
        -moz-transform: translate3d(0,40px,0);
        -ms-transform: translate3d(0,40px,0);
        -o-transform: translate3d(0,40px,0);
        transform: translate3d(0,40px,0);
        -moz-transition: all 1.6s cubic-bezier(.075,.82,.165,1);
        -o-transition: all 1.6s cubic-bezier(.075,.82,.165,1);
        -webkit-transition: all 1.6s cubic-bezier(.075,.82,.165,1);
        transition: all 1.6s cubic-bezier(.075,.82,.165,1);
        opacity: 0;
    }

    .textUpLong {
        -webkit-transform: translate3d(0,120px,0);
        -moz-transform: translate3d(0,120px,0);
        -ms-transform: translate3d(0,120px,0);
        -o-transform: translate3d(0,120px,0);
        transform: translate3d(0,120px,0);
        -moz-transition: all 2s cubic-bezier(.075,.82,.165,1);
        -o-transition: all 2s cubic-bezier(.075,.82,.165,1);
        -webkit-transition: all 2s cubic-bezier(.075,.82,.165,1);
        transition: all 2s cubic-bezier(.075,.82,.165,1);
        opacity: 0;
    }

        .textUp.active,
        .textUpLong.active {
            -webkit-transform: translate3d(0,0,0);
            -moz-transform: translate3d(0,0,0);
            -ms-transform: translate3d(0,0,0);
            -o-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
            opacity: 1;
        }

    .fadeIn {
        -moz-transition: all .5s;
        -o-transition: all .5s;
        -webkit-transition: all .5s;
        transition: all .5s;
        opacity: 0;
    }

        .fadeIn.active, .animate.active .fadeIn {
            opacity: 1;
        }

    .fadeInLeft {
        -moz-transition: all .52s;
        -o-transition: all .52s;
        -webkit-transition: all .52s;
        transition: all .52s;
        -moz-transform: translate3d(-20px, 0, 0);
        -ms-transform: translate3d(-20px, 0, 0);
        -o-transform: translate3d(-20px, 0, 0);
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
        opacity: 0;
    }

        .fadeInLeft.active {
            opacity: 1;
            -moz-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

    .fadeInRight {
        -moz-transition: all .52s;
        -o-transition: all .52s;
        -webkit-transition: all .52s;
        transition: all .52s;
        -moz-transform: translate3d(20px, 0, 0);
        -ms-transform: translate3d(20px, 0, 0);
        -o-transform: translate3d(20px, 0, 0);
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
        opacity: 0;
    }

        .fadeInRight.active {
            opacity: 1;
            -moz-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

    .fadeInLeftLong {
        -moz-transition: all .52s;
        -o-transition: all .52s;
        -webkit-transition: all .52s;
        transition: all .52s;
        -moz-transform: translate3d(-105px, 0, 0);
        -ms-transform: translate3d(-105px, 0, 0);
        -o-transform: translate3d(-105px, 0, 0);
        -webkit-transform: translate3d(-105px, 0, 0);
        transform: translate3d(-105px, 0, 0);
        opacity: 0;
    }

        .fadeInLeftLong.active {
            opacity: 1;
            -moz-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

    .fadeDown {
        -moz-transition: all .52s;
        -o-transition: all .52s;
        -webkit-transition: all .52s;
        transition: all .52s;
        -moz-transform: translate3d(0, -20px, 0);
        -ms-transform: translate3d(0, -20px, 0);
        -o-transform: translate3d(0, -20px, 0);
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
        opacity: 0;
    }

        .fadeDown.active {
            opacity: 1;
            -moz-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

    .textUpLong {
        -webkit-transform: translate3d(0,40px,0);
        -moz-transform: translate3d(0,40px,0);
        -ms-transform: translate3d(0,40px,0);
        -o-transform: translate3d(0,40px,0);
        transform: translate3d(0,40px,0);
        opacity: 0;
        -moz-transition: all 3s cubic-bezier(.075,.82,.165,1);
        -o-transition: all 3s cubic-bezier(.075,.82,.165,1);
        -webkit-transition: all 3s cubic-bezier(.075,.82,.165,1);
        transition: all 3s cubic-bezier(.075,.82,.165,1);
    }

        .textUpLong.active {
            -webkit-transform: translate3d(0,0,0);
            -moz-transform: translate3d(0,0,0);
            -ms-transform: translate3d(0,0,0);
            -o-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
            opacity: 1;
        }

    .delay {
        -moz-transition-delay: .15s;
        -o-transition-delay: .15s;
        -webkit-transition-delay: .15s;
        transition-delay: .15s;
    }

    .delay.quartersec {
        -moz-transition-delay: .25s;
        -o-transition-delay: .25s;
        -webkit-transition-delay: .25s;
        transition-delay: .25s;
    }

    .delay.halfsec {
        -moz-transition-delay: .5s;
        -o-transition-delay: .5s;
        -webkit-transition-delay: .5s;
        transition-delay: .5s;
    }

    .delay.threequartersec {
        -moz-transition-delay: .75s;
        -o-transition-delay: .75s;
        -webkit-transition-delay: .75s;
        transition-delay: .75s;
    }

    .delay.fullsec {
        -moz-transition-delay: 1s;
        -o-transition-delay: 1s;
        -webkit-transition-delay: 1s;
        transition-delay: 1s;
    }
}