/* #Site Styles
================================================== */
body {
    background: #eee;
}

#form1 {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

/* HEADER */
.header-wrap {
    left: 0;
    width: 100%;
    z-index: 300;
    background: #fff;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: sans-serif;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
}

.logo-white {
    display: none;
}

body.stuck .header-wrap {
    z-index: 1000;
    position: fixed;
    top: -200px;
}

body.stuck2 .header-wrap {
    top: 0;
    background: rgba(111, 87, 165, 0.95);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

body.stuck2 .header-wrap .logo-color {
    display: none;
}

body.stuck2 .header-wrap .logo-white {
    display: block;
}

.header-top {
    padding: 1.5rem 3rem;
    text-align: right;
}

.header-top a {
    text-decoration: none;
}

.header-left {
    text-align: left;
    position: relative;
    height: 67px;
}

.header-left .social {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-top .social a {
    width: 24px;
    margin-left: .5rem;
    background: #6F57A5;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    font-size: 12px;
    line-height: 24px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

body.stuck2 .header-wrap .header-top .social a {
    color: #7661A7;
    background: #fff;
}

.header-top .social a:hover {
    background: #696C74;
}

.header-center {
    text-align: center;
}

.header-right {
    position: relative;
    text-align: right;
    height: 0;
    font-weight: 400;
    margin-top: -10px;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {
    .header-right {
        height: 67px;
        margin-top: 0;
    }
}

.header-right-inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-top .nav, .header-top .top-nav, .header-top .phone, .header-top .social {
    float: right;
}

.header-top .phone {
    padding-left: 2rem;
}

.header-top .phone a {
    color: #696C74;
}

.header-bottom {
    padding: 1.5rem 3rem;
}

.logo img {
    margin: 0;
    float: left;
    padding: 0;
    height: 70px;
}

/* HERO */
.hero {
    height: 30vh;
    min-height: 280px;
    /* background: #6F57A5;
                                                                                                                                                                                                                                 */
    background : #222;
    position: relative;
}

.hero-base {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    background-size: cover;
    background-position: center;
    opacity: .5;
    /*
                                                                                                                                                                                                                                        -webkit-filter: grayscale(1);
                                                                                                                                                                                                                                        filter: grayscale(1);
                                                                                                                                                                                                                                        */
}

.hero h1.pagename {
    color: #fff;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 300;
    padding-top: 0;
    margin-bottom: 2rem;
    text-shadow: 0 0 60px rgba(0, 0, 0, 0.5);
}

h1.pagename {
    color: #005A94;
    margin-bottom: 4rem;
}

.featured-wrap a:hover {
    background: #fff;
    color: #222;
}

/* FEATURED HOME */
.page-home .featured-wrap {
    position: relative;
    color: #fff;
    padding: 8rem 0;
}

.featured-wrap:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background: url(../Userfiles/template/featured-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 1;
}

.page-home .featured-wrap .featured {
    padding: 2rem;
    left: 0%;
    width: 100%;
    margin-left: 0;
    position: relative;
    z-index: 2;
    text-align: center;
    background: rgba(105, 108, 116, 0.9);
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {

    .page-home .featured-wrap {
        position: relative;
        color: #fff;
        padding: 15rem 0;
    }

    .page-home .featured-wrap .featured {
        padding: 2rem 4rem;
        left: 50%;
        width: 60%;
        margin-left: -30%;
        position: relative;
        z-index: 2;
        text-align: center;
        background: rgba(105, 108, 116, 0.9);
    }
}

.page-home .featured-wrap h2 {
    color: #fff;
    margin: 0;
    line-height: 1;
    margin-bottom: 1rem;
    font-weight: 600;
}

.page-home .featured-wrap h4 {
    color: #fff;
    margin: 0;
    font-weight: 100;
}

.page-home .featured-wrap em {
    display: block;
    font-style: normal;
    margin-bottom: 2rem;
}

.page-home .featured-wrap a {
    text-decoration: none;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

/* FEATURED PAGES */

.page-pages .featured-wrap {
    position: relative;
    padding: 4rem 0;
    border-top: 1px solid rgba(105, 108, 116, 0.2);
    z-index: 300;
}

.page-pages .featured-wrap:before {
    background: #fff;
}

.page-pages .featured-wrap .featured {
    padding: 2rem 0rem;
    position: relative;
    z-index: 2;
}

.page-pages .featured-wrap .testimonials-slider {
    padding: 0rem 2rem;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {
    .page-pages .featured-wrap .testimonials-slider {
        padding: 0rem 8rem;
    }
}

/* REQUEST */
.request-wrap {
    padding: 2rem;
    background: #fff;
    background-size: cover;
    background-position: center;
    position: relative;
    /* border: 3rem solid rgba(0, 0, 0, 0.1); */
    background-attachment: fixed;
    z-index: 400;
    font-size: 1.8rem;
    line-height: 1.2;
    text-align: center;
}

.request-wrap table,
.request-wrap p {
    margin: 0;
    padding: 0;
}

.request-wrap iframe {}

.request-wrap td {
    width: 50%;
    text-align: center;
}

.request-wrap td:nth-of-type(2) {
    width: 30%;
}

.request-wrap td img {
    max-width: 100%;
    float: right;
}

.request-wrap:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -52%;
    top: 0;
    width: 104%;
    height: 4.5vw;
    margin-top: -4.4vw;
    background: url(../Userfiles/template/angle-top.svg) right bottom;
    background-repeat: no-repeat;
    background-size: 100%;
}

.content-wrap:after, .request-wrap:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -52%;
    bottom: 0;
    width: 104%;
    height: 4.5vw;
    margin-bottom: -4.4vw;
    background: url(../Userfiles/template/angle-bottom.svg) right top;
    background-repeat: no-repeat;
    background-size: 100%;
}

.request-wrap h2 {
    margin: 0;
    line-height: 1;
    margin-bottom: 1rem;
    font-size: 2rem;
}

.request-wrap em {
    display: block;
    margin-bottom: 4rem;
}

.request-wrap .button {
    padding: 2rem;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {

    .request-wrap td {
        width: 50%;
        text-align: left;
    }

    .request-wrap {
        padding: 2rem 4rem;
        z-index: 400;
        font-size: 3rem;
    }

    .request-wrap h2 {
        margin: 0;
        line-height: 1;
        margin-bottom: 1rem;
        font-size: 4rem;
    }
}

/* CONTENT */
.content-wrap {
    padding: 4rem 0;
    position: relative;
    text-align: left;
    background: #fff;
    z-index: 300;
}

.left-side:after {
    content: "";
    position: absolute;
    left: -35%;
    top: -20%;
    height: 140%;
    width: 57%;
    z-index: -1;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+98,dddddd+100 */
    background: #eee;
    /* Old browsers */
    background: -webkit-gradient(linear, left top, right top, color-stop(98%, #eee), to(#ddd));
    background: linear-gradient(to right, #eee 98%, #ddd 100%);
}

.content {}

/* FOOTER */
.footer-wrap {
    padding: 4rem 0;
    padding-bottom: 0;
    z-index: 300;
    position: relative;
    background: #696C74;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-wrap:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -52%;
    top: 0;
    width: 104%;
    height: 4.5vw;
    margin-top: -4.4vw;
    background: url(../Userfiles/template/footer-bottom.svg) right bottom;
    background-repeat: no-repeat;
    background-size: 100%;
}

.footer {
    padding: 0;
    padding-bottom: 4rem;
}

.footer-right {
    text-align: center;
}

.footer-right img {
    height: 100px;
    text-align: right;
}

/* CREDITS */

.three-steps {
    width: 100%;
    margin-top: 4rem;
    display: block;
}

.credits-wrap {
    padding: 4rem 0;
    font-family: sans-serif;
    background: rgba(0, 0, 0, 0.2);
}

.credits {
    text-align: center;
    color: rgba(255, 255, 255, 0.3);
}

.credits-right {
    padding-top: 10px;
}

.credits a {
    color: rgba(255, 255, 255, 0.3);
    text-decoration: none;
}

/* #Page Specific Styles
================================================== */

/* Home Intro */
.intro-wrap {
    background: #eee;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.intro-wrap:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../Userfiles/template/intro-bg.jpg);
    background-size: cover;
    background-position: center;
    z-index: 0;
    transition: all ease 1s;
}

body.blur-bg .intro-wrap:after {
    filter: blur(30px);
}

.intro-inner {
    position: relative;
    z-index: 100;
    min-height: 60vh;
    padding-bottom: 0;
    transition: all ease 0.3s;
}

.shift-down .intro-inner {
    padding-bottom: 60vh;
}

/* Intro Text */
.intro-text {
    padding: 0 3rem;
    padding-top: 3rem;
    position: relative;
    height: 100%;
    background: #6F57A5;
}

.intro-text-inner {
    position: relative;
}

.intro-text p {
    margin: 0;
}

.intro-text ul {
    position: relative ;
    margin: 0;
    padding: 0;
    width: calc(100% + 6rem);
    bottom: 0;
    -webkit-column-count: 2;
    column-count: 2;
    list-style: none;
    margin-left: -3rem;
    padding: 3rem;
    padding-top: 2rem;
    background: #4a3a6d;
    color: #fff;
}

.intro-text a {
    text-decoration: none;
    color: #fff;
    padding-top: .5rem;
    display: block;
    vertical-align: top: 0;
    transition: all ease 0.3s;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    break-inside: avoid-column;
}

.intro-text a:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.6);
}

.intro-text ul:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 600vh;
    background: #4a3a6d;
    z-index: -1;
}

.intro-text li {
    margin: 0;
    padding: 0;
    padding-right: 1rem;
    font-size: 1.4rem;
}

.intro-text h1 {
    font-size: 2.5rem;
    color: #fff;
    text-align: left;
}

.intro-text h2 {
    color: #696C74;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.5rem;
    text-align: left;
    text-transform: inherit;
}

/* Intro Animation */

.intro-animation {
    text-align: center;
    -webkit-transition: all ease 1s;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
}

.intro-animation img {
    left: 50%;
    height: 100vw;
    max-height: 60vh;
    padding-top: 0;
    position: absolute ;
    bottom: 0;
    z-index: 300;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all ease 1s;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
}

.shift-right .intro-animation img {
    left: 50%;
}

.intro-animation .step1 {
    z-index: 400;
}

.intro-animation .step7 {
    z-index: 100;
}

.intro-animation .step9 {
    -webkit-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}

.intro-animation .step10 {
    -webkit-transition: all ease 1.5s;
    -webkit-transition: all ease 1.5s;
    transition: all ease 1.5s;
}

.intro-animation .step11 {
    -webkit-transition: all ease 1.8s;
    -webkit-transition: all ease 1.8s;
    transition: all ease 1.8s;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {

    .intro-inner {
        width: 700px;
        height: 400px;
        min-height: 60vh;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .shift-down .intro-inner {
        padding-bottom: 0;
    }

    /* Intro Text */
    .intro-text {
        padding: 3rem;
        width: 60%;
        float: left;
        top: 0;
        left: 0;
        height: 100%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-box-shadow: 0 0 4vw rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 4vw rgba(0, 0, 0, 0.5);
    }

    .intro-text-inner {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .intro-text h1 {
        font-size: 3.5rem;
    }

    .intro-text h2 {
        font-size: 2rem;
        text-transform: inherit;
    }

    /* Intro Animation */

    .intro-animation img {
        max-height: 100%;
        padding-top: 5vh;
    }

    .shift-right .intro-animation img {
        left: 70%;
    }
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 900px) {

    .intro-inner {
        width: 900px;
    }

    .intro-text h1 {
        font-size: 4.5rem;
    }
}

/* Partnership Page */

.testimonials-slider,
.testimonials-slider li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 3.5vh;
    text-align: center;
}

.testimonials-slider em {
    display: block;
}

.testimonials-slider strong {
    width: 100%;
    display: block;
    margin-top: 2rem;
    color: #6F59A3;
}

.testimonials-slider .owl-dots {
    padding-top: 4rem;

}

.testimonials-slider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    display: inline-block ;
    margin: 0 1rem;
    background: #696C74;
    border-radius: 10px;
    transition: all ease 0.3s;
}

.testimonials-slider .owl-dots .owl-dot:hover,
.testimonials-slider .owl-dots .owl-dot.active {
    background: #6F59A3;
}

/* Cap Page */

body.page72451 .content-wrap img {
    display: none;
}

body.page72451 .content-wrap a {
    display: block;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {

    body.page72451 .content-wrap img {
        width: 100%;
        min-width: 350px;
        border-radius: 1rem;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
        display: block;
    }

    body.page72451 .content-wrap a {
        white-space: nowrap ;
        display: inline-block ;
    }

    body.page72451 .content-wrap a:last-of-type:after {
        display: none;
    }

    body.page72451 .content-wrap a:after {
        content: "|";
        color: #222;
        white-space: nowrap ;
        padding-left: .5rem;
        padding-right: .5rem;
    }
}

/* Logo SLider */

.logos-slider-wrap {
    box-sizing: border-box ;
    margin-bottom: 9rem;
    margin-top: 4rem;
}

.logos-slider div.gal-image-wrap {
    box-sizing: border-box;
    height: 100px;
    margin: 0rem 2rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.logos-slider .gal-image-wrap img {
    max-height: 100%;
    max-width: 200px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

body.page39906 input[type=text],
body.page39906 textarea {
    width: 90%;
}

/* Blog */

body.page72718 .pagename {
    display: none;
}

.hero-base {
    opacity: 1;
}

.blog-post {
    padding-bottom: 30px;
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 20px;
}

.blog-post .button {
    margin-top: 1rem;
}

.blog-post img {}

.sorting-title {
    padding-bottom: 20px;
    font-style: italic;
    color: #999;
}

.meta {
    margin: 10px 0;
    font-weight: 300;
    font-size: 1.5rem;
}

.post-title a {
    text-decoration: none;
}

.post-categories {}

.post-featured-image {
    width: 100%;
    margin-right: 0;
}

.post-featured-image img {
    height: auto;
    /*border-radius: 2px;*/
}

.back-to-blog .button {
    width: 100%;
}

/* larger than tablet (also point when grid becomes active) */
@media (min-width: 800px) {

    .post-featured-image {
        float: left;
        width: 50%;
        max-width: 200px;
        margin-right: 2rem;
    }

    .back-to-blog .button {
        width: auto;

    }
}

.post-content {}

.pagination {}

.blog-sidebar {
    margin-bottom: 40px;
}

.blog-sidebar input {
    margin: 0;
    float: left;
    width: 60%;
    height: 40px;
}

.blog-sidebar input:nth-of-type(2) {
    margin: 0;
    display: inline-block ;
    width: 40%;
}

.blog-sidebar hr {
    margin: 20px 0;
}

.rss-subscribe i {
    padding-right: 10px;
    font-size: 20px;
}

.rss-subscribe br {
    display: none;
}

.blog-post-wrap .button {}

.blog-sidebar a {}

.blog-sidebar ul,
.blog-sidebar li {
    list-style: none;
    background: none;
    border: none;
}

.blog-sidebar li {
    list-style: none;
}

.blog-sidebar h3 {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    padding-top: 20px;
    margin: 10px 0;
}

/* Archive Styles with Drop down */
.post-archive {}

.post-archive ul ul li {
    font-weight: 400;
}

.post-archive ul ul ul li {
    padding-left: 10px;
}

.blog-search {
    margin-bottom: 1rem;
}

.blog-search::after {
    content: "";
    display: block;
    clear: both;
}

.top-posts {}

.category-list {}

.category-list ul,
.category-list li {
    margin: 0;
    padding: 0;
    list-style: none !important;
}


