/*
Theme Name: Transact Marketing
Author: Cameron Bruhns
Description: A custom theme for Vibrant Brands focusing on Credit Union Marketing.
Version: 1.0
Text Domain: transact
*/

@charset 'utf-8';
* {
    box-sizing: border-box;
}
html {
    font-family: "Poppins", sans-serif;
}
/* COLORs 

gold
fec93b

orange
fe5b44

teal
52c7b6

blue
1d4c5c

*/
/*!
 * Font Awesome Pro 5.0.2 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Commercial License)
 */

/* CB 2022 WP transition styles */
html body.transact .internal {
    margin-top: 55px;
    padding-top: 55px;
}
.noshow {
    display: none;
}

.usa {
    margin: 30px 0;
    text-align: center;
}
.usa_link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    font-size: 18px;
    font-weight: bold;
    color: black;
}
.usa_link span {
    position: relative;
    color: #000 !important;
    font-family: "Poppins", sans-serif;
}
.usa_link span:after {
    content: "";
    height: 1px;
    width: 80%;
    background: #e0e0e0;
    display: block;
    position: absolute;
    top: -4px;
    left: 10%;
    transition: ease all 500ms;
}
.usa_link:hover span:after {
    width: 100%;
    left: 0%;
    background: #2a72af;
}
.usa_link img {
    max-width: 150px !important;
}

.wp-block-buttons .wp-block-button__link {
    width: 100%;
    color: white;
    border-radius: 5px;
    line-height: 1.2em;
    background: #2a72af;
    transition: ease all 300ms;
}
.wp-block-buttons .wp-block-button__link:hover {
    background: #134068;
    color: white;
}

ul.custom2024 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 30px 40px;
    border: 1px solid #aaa;
    margin: 30px 0;
    border-radius: 4px;
    font-weight: bold;
}
@media (max-width: 1000px) {
    ul.custom2024 {
        grid-template-columns: repeat(1, 1fr);
    }
}

.video_still {
    user-select: none;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.nav-item {
    position: relative;
}
.subnav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    max-width: 200px;
    text-align: left;
    background: rgba(0, 0, 0, 0.8);
    display: none;
}
.nav-item:hover .subnav {
    display: block;
}

body.transact .subnav a {
    padding: 12px 20px;
    display: block;
    color: #ffffff;
    transition: ease all 200ms;
    font-size: 15px;
    font-weight: bold;
}
body.transact .subnav a:hover {
    color: #fec93b;
}

body.transact img {
    max-width: 100%;
}

.icons-staffcrafter {
    background-color: #000;
}

.header-staffcrafter {
    background-color: #000;
    text-align: center;
}

body.transact .staffcrafter-1 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.transact .staffcrafter-1 .hero {
    align-content: stretch;
    width: 100%;
}

body.transact .staffcrafter-1 .hero div {
    align-content: stretch;
    width: 100%;
}

body.transact .staffcrafter-1 .hero img {
    width: 100%;
}

body.transact .staffcrafter-1 .hero div img {
    width: 100%;
}

body.transact .staffcraft .statscraft {
    background-color: #000;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

body.transact .staffcraft .statscraft > div {
    width: 30%;
}

body.transact .staffcraft .hero img {
    width: 100%;
    height: auto;
}

/* CASE */
article.content figcaption {
    margin: 5px 0 15px 0;
    font-size: 14px;
    line-height: 1.4em;
    font-style: italic;
}

body.transact .case_study {
    font-family: "Poppins", sans-serif;
    background-color: #f7f7f7;
    color: #3f3f3f;
}
#case_hero {
    overflow: hidden;
}
.case_wrapper {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 60px;
}
.backlink {
    color: #51c6b5;
    text-decoration: none;
    font-weight: 600;
    margin: 0 0 50px 0;
    position: relative;
    z-index: 20;
}
.case_flex {
    display: flex;
}
.case_intro {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}
.case_header {
    padding: 70px 0;
    position: relative;
}
.case_header:after {
    content: "";
    position: absolute;
    top: 0;
    right: -250px;
    height: 700px;
    display: block;
    z-index: 1;
    width: 700px;
    background-image: url("images/transact_logomark.png");
    background-repeat: no-repeat;
    background-position: top -125px right;
    background-size: 700px;
}
body.transact .case_intro h1 {
    font-size: 70px;
    color: #1d4b5c;
    margin: 0;
    line-height: 70px;
}
body.transact .case_intro h2 {
    font-size: 24px;
    color: #1d4b5c;
    margin: 0 0 20px 0;
    font-weight: 400;
}
body.transact .case_intro p {
    color: #3f3f3f;
    line-height: 1.7em;
    font-size: 15px;
    margin: 0;
}
.case_side {
    flex: 0 0 300px;
    margin: 0 0 0 100px;
    align-self: flex-end;
    position: relative;
    z-index: 4;
}
.case_cats {
    display: flex;
    justify-content: flex-end;
    align-content: flex-end;
    flex-flow: row wrap;
    gap: 10px;
}
.case_cat {
    background: #fff;
    padding: 10px 15px;
    border-radius: 50px;
    color: #4b4b4b;
    font-size: 14px;
    border: 1px solid #4b4b4b;
}

/* Homepage Diamond Box */
.home_diamond_box {
    display: flex;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0px 40px 40px 40px;
}
.home_diamond_box #diamond_box {
    padding: 30px 30px 42px 180px;
}
.home_diamond_box #diamond_box h2 {
    font-size: 25px;
}
.home_diamond_box #diamond_box p {
    font-size: 17px;
}
.home_diamond_box #diamond_box video {
    left: -130px;
    top: -13px;
}
/* Diamond Box */
#diamond_box {
    position: relative;
    overflow: hidden;
    margin: 40px 0 0 0;
    background: #f4f1f4;
    border-radius: 5px;
    padding: 20px 20px 32px 140px;
}
#diamond_box video {
    position: absolute;
    top: -33px;
    left: -150px;
    z-index: 2;
}
#diamond_box:before {
    content: "";
    display: block;
    height: 8px;
    width: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1d4b5c+0,1d4b5c+26,fcc839+26,fcc839+45,fd5a43+45,fd5a43+65,52c7b6+65,52c7b6+100 */
    background: rgb(29, 75, 92); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(29, 75, 92, 1) 0%, rgba(29, 75, 92, 1) 26%, rgba(252, 200, 57, 1) 26%, rgba(252, 200, 57, 1) 45%, rgba(253, 90, 67, 1) 45%, rgba(253, 90, 67, 1) 65%, rgba(82, 199, 182, 1) 65%, rgba(82, 199, 182, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(29, 75, 92, 1) 0%, rgba(29, 75, 92, 1) 26%, rgba(252, 200, 57, 1) 26%, rgba(252, 200, 57, 1) 45%, rgba(253, 90, 67, 1) 45%, rgba(253, 90, 67, 1) 65%, rgba(82, 199, 182, 1) 65%, rgba(82, 199, 182, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(29, 75, 92, 1) 0%, rgba(29, 75, 92, 1) 26%, rgba(252, 200, 57, 1) 26%, rgba(252, 200, 57, 1) 45%, rgba(253, 90, 67, 1) 45%, rgba(253, 90, 67, 1) 65%, rgba(82, 199, 182, 1) 65%, rgba(82, 199, 182, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d4b5c', endColorstr='#52c7b6',GradientType=1 ); /* IE6-9 */
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
}

#diamond_box h2 {
    color: #000000;
    font-weight: 400;
    font-size: 20px;
    margin: 0 0 10px 0;
    position: relative;
    z-index: 3;
}
#diamond_box p {
    font-size: 12px;
    margin: 0;
    position: relative;
    z-index: 3;
}

.stat_boxes {
    border-top: 1px solid #a4a4a4;
    border-bottom: 1px solid #a4a4a4;
    padding: 30px 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 30px;
    margin: 0 0 70px 0;
}
.stat_boxes.no_stats {
    border-bottom: none;
    padding: 0;
}
.stat_number {
    font-size: 40px;
    font-weight: 700;
    color: #1d4b5c;
    margin: 0 0 5px 0;
    line-height: 1em;
}
.stat_title {
    font-size: 18px;
    font-weight: 400;
    color: #1d4b5c;
    margin: 0;
    line-height: 1em;
    opacity: 0;
    transition: ease all 200ms;
    transition-delay: 200ms;
}
.stat_title.active {
    opacity: 1;
}
span.presuf {
    opacity: 0;
    transition-delay: 200ms;
    transition: ease all 200ms;
}
span.presuf.active {
    opacity: 1;
}

/* body */
#showcase {
    padding: 0 0 80px 0;
}
#showcase figure {
    margin: 0 !important;
}
#case_body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-width: 0;
}
#case_body h2 {
    color: #3f3f3f;
    font-weight: 400;
    font-size: 20px;
    margin: 0 0 10px 0;
}
#case_body p {
    color: #3f3f3f;
    font-weight: 400;
    margin: 0 0 30px 0;
    font-size: 15px;
    line-height: 1.7em;
}
#case_body hr {
    margin: 23px 0;
    background: transparent;
    border: none;
}
#case_body img {
    max-width: 100%;
    display: block;
    margin: 0 0 30px 0;
    border-radius: 5px;
}
.double_square {
    margin: 0 0 30px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
}
#case_body .double_square img {
    margin: 0;
}

#case_sidebar {
    flex: 0 0 300px;
    margin: 0 0 0 100px;
    align-self: flex-start;
}
.case_quote {
    margin: 0 0 40px 0;
}
.case_quote blockquote {
    padding: 50px 0 0 0;
    position: relative;
    margin: 0 0 35px 0;
    text-align: right;
    color: #3f3f3f;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.7em;
}
.case_quote blockquote:after {
    content: "";
    position: absolute;
    width: 70px;
    height: 1px;
    display: block;
    background: #3f3f3f;
    bottom: -20px;
    right: 0;
}
.case_quote blockquote:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 38px;
    color: #fcc839;
    position: absolute;
    top: 0;
    right: 0;
}
.quote_author {
    text-align: right;
    color: #1d4b5c;
    font-weight: 600;
    font-size: 14px;
}
.quote_author_title {
    text-align: right;
    color: #3f3f3f;
    font-weight: 400;
    font-size: 12px;
}

/* Leadform */
#leadform {
    text-align: right;
    margin: 0 0 80px 0;
}
#leadform h2 {
    font-size: 18px;
    color: #1d4b5c;
    margin: 0 0 3px 0;
}
#leadform p {
    text-align: right;
    color: #3f3f3f;
    font-weight: 400;
    font-size: 12px;
    margin: 0 0 20px 0;
}
.form_input_box {
    background: #fff;
    margin: 0 0 8px 0;
    border-bottom: 4px solid #52c7b6;
    border-radius: 4px;
    text-align: left;
    position: relative;
}
.form_input_box label {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 15px;
    font-size: 15px;
    user-select: none;
    cursor: text;
    color: #1d4c5c;
    transition: all ease 100ms;
}
.form_input_box input:focus + label.error,
.form_input_box label.error {
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
    line-height: 12px;
    font-size: 12px;
    display: block;
    transform: none;
    padding: 0 15px 5px 15px;
    color: #fd5a43;
}
#messageBox label {
    display: block;
    text-align: right;
    padding: 0 10px 0 0;
    border-right: 2px solid #fd5a43;
    margin: 15px 0;
    line-height: 1em;
    font-size: 12px;
    color: #fd5a43;
}
.form_input_box input {
    appearance: none;
    margin: 15px 0 0 0;
    border: none;
    display: block;
    color: #000;
    width: 100%;
    padding: 24px 15px 5px 15px;
    outline: none;
}
.form_input_box input.filled + label,
.form_input_box input:focus + label {
    font-size: 12px;
    transform: translate(0, -115%);
    color: #3f3f3f;
}
#sub_button {
    background: #1d4c5c;
    padding: 10px 25px;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
    margin: 25px 0 0 0;
    appearance: none;
    border: none;
}

@media (max-width: 1100px) {
    .case_flex.case_header {
        flex-direction: column;
        padding: 150px 0 0 0;
    }
    .case_side {
        flex: 0 0 auto;
        margin: 50px 0;
        align-self: flex-start;
    }
    .case_header:after {
        background-position: top -25px left;
        background-size: contain;
        top: -60px;
        right: -5%;
        height: 700px;
        width: 450px;
    }
    .case_intro h1,
    .case_intro h2,
    .case_intro p {
        max-width: 700px;
    }

    #case_sidebar {
        margin: 0 0 0 50px;
    }
}
@media (max-width: 1000px) {
    .stat_boxes {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 30px;
    }

    #showcase .case_flex {
        flex-direction: column;
    }
    .case_cats {
        justify-content: flex-start;
        align-content: flex-start;
    }
    #case_sidebar {
        margin: 50px 0 0 0;
        border-top: 1px solid #d3d3d3;
        padding: 50px 0 0 0;
    }
    .case_quote blockquote {
        text-align: left;
    }
    .case_quote blockquote::after,
    .case_quote blockquote::before {
        right: initial;
        left: 0;
    }
    .quote_author,
    .quote_author_title {
        text-align: left;
    }

    #leadform {
        margin: 50px 0 0 0;
        border-top: 1px solid #d3d3d3;
        padding: 50px 0 0 0;
        text-align: left;
    }
    #leadform p {
        max-width: 350px;
        text-align: left;
        margin: 0 0 15px 0;
    }
}
@media (max-width: 750px) {
    .case_header::after {
        background-position: top -25px left;
        top: -30px;
        right: -5%;
        height: 230px;
        width: 310px;
    }
}
@media (max-width: 650px) {
    .home_diamond_box #diamond_box,
    #diamond_box {
        padding: 170px 0 0 0;
    }
    .home_diamond_box #diamond_box h2,
    #diamond_box h2 {
        border-top: 1px solid #ddd;
        padding: 25px 25px 0 25px;
        background: #f4f1f4;
        text-align: center;
    }
    .home_diamond_box #diamond_box p,
    #diamond_box p {
        padding: 0 25px 30px 25px;
        background: #f4f1f4;
        text-align: center;
    }
    .home_diamond_box #diamond_box:before,
    #diamond_box:before {
        z-index: 4;
    }
    .home_diamond_box #diamond_box video,
    #diamond_box video {
        position: absolute;
        top: -33px;
        left: 50%;
        z-index: 2;
        transform: translate(-70%, 0);
    }

    .case_wrapper {
        padding: 0 40px;
    }
    .stat_boxes {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 30px;
    }
}
@media (max-width: 500px) {
    .double_square {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 30px;
    }
}

/* Budget Calc Form */
.clearfix {
    padding: 30px 0;
}
#budgetform {
    padding: 40px;
    border-radius: 4px;
    position: relative;
    margin: 30px 0 0 0;
    overflow: hidden;
    background: #f1f1f1;
}
#budgetform:after {
    content: "";
    height: 200px;
    width: 20px;
    background: #52c7b6;
    border-right: 20px solid #fec93b;
    border-left: 20px solid #fe5b44;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    transform-origin: center;
    transform: translate(0px, -60px) rotate(-45deg);
}

#budgetform h2 {
    font-size: 30px;
    margin: 0 0 40px 0;
    color: #1d4c5c;
}
#budgetform .formgroup {
    display: flex;
    flex-direction: column;
    margin: 0 0 30px 0;
}
#budgetform .formgroup label {
    font-size: 18px;
    font-weight: 700;
    color: #1d4c5c;
    margin: 0 0 4px 0;
}
#budgetform .formgroup p {
    font-size: 12px;
    color: #555555;
    margin: 10px 0 0 0;
}
#budgetform .formgroup label.error {
    font-size: 13px;
    color: #fe5b44;
    margin: 6px 0 0 0;
}
#budgetform .formgroup input {
    padding: 10px;
    font-size: 20px;
    border-radius: 5px;
    background: #fff;
    border: 2px solid #fff;
    appearance: none;
    outline: none;
    transition: all ease 250ms;
}
#budgetform .formgroup input:focus {
    border: 2px solid #52c7b6;
}

#budgetform input[type="submit"] {
    appearance: none;
    border: none;
    border-radius: 6px;
    padding: 13px 20px 9px 20px;
    background: #1d4c5c;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    transition: ease all 250ms;
    border-bottom: 4px solid #0e2d37;
}
#budgetform input[type="submit"]:hover {
    background: #143b48;
}

.form_alerts {
    margin: 20px 0;
}

.form_alert {
    display: none;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    padding: 40px;
    background: #ecfbf3;
    margin: 0 0 20px 0;
}
.form_alert.active {
    display: block;
}
.form_alert.error {
    background: #fbf7ec;
}
body.transact .form_alert h2 {
    margin: 0 0 15px 0;
    color: #216c62;
}
body.transact .form_alert.error h2 {
    color: #b5461b;
}
.form_alert.success:after {
    content: "";
    height: 200px;
    width: 20px;
    background: #52c7b6;
    border-right: 20px solid #70e6d4;
    border-left: 20px solid #44ac9d;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    transform-origin: center;
    transform: translate(0px, -60px) rotate(-45deg);
}
.form_alert.error:after {
    content: "";
    height: 200px;
    width: 20px;
    background: #fec93b;
    border-right: 20px solid #ffdf8a;
    border-left: 20px solid #dfad26;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    transform-origin: center;
    transform: translate(0px, -60px) rotate(-45deg);
}

.loader_holder {
    text-align: center;
    margin: 20px 0;
}
.loader {
    display: none;
    width: 48px;
    height: 48px;
    border: 5px solid #52c7b6;
    border-bottom-color: transparent;
    border-radius: 50%;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
.loader.active {
    display: inline-block;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 600px) {
    #budgetform input[type="submit"] {
        width: 100%;
        text-align: center;
    }

    #budgetform .formgroup label {
        font-size: 16px;
        line-height: 1.4em;
    }

    #budgetform:after {
        height: 120px;
        width: 12px;
        border-right: 12px solid #fec93b;
        border-left: 12px solid #fe5b44;

        transform-origin: center;
        transform: translate(0px, -40px) rotate(-45deg);
    }
}

/* Case Studies Stats */
body.transact .case-study .results .stats p {
    font-weight: 700;
}
.results #home_stats .stat {
    padding: 20px;
    background: transparent;
}
.results #home_stats .stat .stat_big {
    font-size: 44px;
    line-height: 46px;
}
.results #home_stats .stat .stat_little {
    font-size: 15px;
}
.results #home_stats #stat_holder {
    margin: 30px 0;
    border-top: 2px solid #1a2221;
    padding: 30px 0;
    border-bottom: 2px solid #1a2221;
}
.results #home_stats .stat::after {
    display: none;
}

/* Homepage Resources Section 9/12/22 */
#resource_holder {
    display: flex;
    margin: 0 0 80px 0;
}
#resource_holder .resource {
    flex: 1 1 25%;
    padding: 20px;
    text-align: center;
}
body.transact #resource_holder .resource h3 {
    text-align: center;
    font-size: 22px;
    line-height: 1.3em;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    min-height: 110px;
}
body.transact #resource_holder .resource:nth-child(1) h3 {
    border-bottom: 1px solid #ee664f;
}
body.transact #resource_holder .resource:nth-child(2) h3 {
    border-bottom: 1px solid #294b5a;
}
body.transact #resource_holder .resource:nth-child(3) h3 {
    border-bottom: 1px solid #ffd75f;
}
body.transact #resource_holder .resource:nth-child(4) h3 {
    border-bottom: 1px solid #72c4b6;
}

#resource_holder .resource img {
    margin: 0 0 20px 0;
    max-width: 100px;
    height: auto;
}

body.transact #resource_holder .resource p {
    font-size: 15px;
    margin: 0 0 20px 0;
}
#resource_holder .resource a.resource_button {
    border-radius: 50px;
    padding: 8px 25px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
}
#resource_holder .resource:nth-child(1) a.resource_button {
    background: #ee664f;
}
#resource_holder .resource:nth-child(2) a.resource_button {
    background: #294b5a;
}
#resource_holder .resource:nth-child(3) a.resource_button {
    background: #ffd75f;
    color: #000;
}
#resource_holder .resource:nth-child(4) a.resource_button {
    background: #72c4b6;
    color: #000;
}

/* Homepage Stat Blocks - 9/14/22 */

#stat_holder {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
}
#home_stats .stat {
    overflow: hidden;
    padding: 40px 30px;
    background: #294b5a;
    position: relative;
    text-align: center;
    font-family: "Poppins", sans-serif;
}
#home_stats .stat .stat_big {
    color: #72c4b6;
    font-weight: 900;
    font-size: 66px;
    line-height: 56px;
    margin: 0 0 15px 0;
}
#home_stats .stat .stat_little {
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    line-height: 1.2em;
}
#home_stats .stat:after {
    content: "";
    display: block;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    background: #72c4b6;
    position: absolute;
    transform-origin: center;
    transform: translate(-50%, 50%) rotate(45deg);
}

@media (max-width: 650px) {
    body.transact .case-study .website-design .website-design-bg img {
        display: none;
    }
    body.transact .case-study .website-design h2 {
        color: #1d4c5c !important;
        line-height: 1.2em !important;
    }
    body.transact .case-study h3 {
        font-size: 23px !important;
        margin: 30px 0 25px 0 !important;
        line-height: 1.2em !important;
    }
    body.transact .int_h1 {
        line-height: 1.2em !important;
        margin: 0;
        padding: 0;
        font-size: 21px !important;
    }
    .inthero_title {
        bottom: 15px !important;
    }
    body.transact .case-study h1 {
        margin: 0 !important;
    }
    body.transact .case-study .approach {
        padding-bottom: 30px !important;
    }
    body.transact .case-study .approach h2 {
        margin-top: 30px !important;
    }
    body.transact .case-study h2 {
        font-size: 24px !important;
    }
}

/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
body[data-aos-duration="50"] [data-aos],
[data-aos][data-aos][data-aos-duration="50"] {
    transition-duration: 50ms;
}

body[data-aos-delay="50"] [data-aos],
[data-aos][data-aos][data-aos-delay="50"] {
    transition-delay: 0;
}

body[data-aos-delay="50"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="50"].aos-animate {
    transition-delay: 50ms;
}

body[data-aos-duration="100"] [data-aos],
[data-aos][data-aos][data-aos-duration="100"] {
    transition-duration: 100ms;
}

body[data-aos-delay="100"] [data-aos],
[data-aos][data-aos][data-aos-delay="100"] {
    transition-delay: 0;
}

body[data-aos-delay="100"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="100"].aos-animate {
    transition-delay: 100ms;
}

body[data-aos-duration="150"] [data-aos],
[data-aos][data-aos][data-aos-duration="150"] {
    transition-duration: 150ms;
}

body[data-aos-delay="150"] [data-aos],
[data-aos][data-aos][data-aos-delay="150"] {
    transition-delay: 0;
}

body[data-aos-delay="150"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="150"].aos-animate {
    transition-delay: 150ms;
}

body[data-aos-duration="200"] [data-aos],
[data-aos][data-aos][data-aos-duration="200"] {
    transition-duration: 200ms;
}

body[data-aos-delay="200"] [data-aos],
[data-aos][data-aos][data-aos-delay="200"] {
    transition-delay: 0;
}

body[data-aos-delay="200"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="200"].aos-animate {
    transition-delay: 200ms;
}

body[data-aos-duration="250"] [data-aos],
[data-aos][data-aos][data-aos-duration="250"] {
    transition-duration: 250ms;
}

body[data-aos-delay="250"] [data-aos],
[data-aos][data-aos][data-aos-delay="250"] {
    transition-delay: 0;
}

body[data-aos-delay="250"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="250"].aos-animate {
    transition-delay: 250ms;
}

body[data-aos-duration="300"] [data-aos],
[data-aos][data-aos][data-aos-duration="300"] {
    transition-duration: 300ms;
}

body[data-aos-delay="300"] [data-aos],
[data-aos][data-aos][data-aos-delay="300"] {
    transition-delay: 0;
}

body[data-aos-delay="300"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="300"].aos-animate {
    transition-delay: 300ms;
}

body[data-aos-duration="350"] [data-aos],
[data-aos][data-aos][data-aos-duration="350"] {
    transition-duration: 350ms;
}

body[data-aos-delay="350"] [data-aos],
[data-aos][data-aos][data-aos-delay="350"] {
    transition-delay: 0;
}

body[data-aos-delay="350"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="350"].aos-animate {
    transition-delay: 350ms;
}

body[data-aos-duration="400"] [data-aos],
[data-aos][data-aos][data-aos-duration="400"] {
    transition-duration: 400ms;
}

body[data-aos-delay="400"] [data-aos],
[data-aos][data-aos][data-aos-delay="400"] {
    transition-delay: 0;
}

body[data-aos-delay="400"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="400"].aos-animate {
    transition-delay: 400ms;
}

body[data-aos-duration="450"] [data-aos],
[data-aos][data-aos][data-aos-duration="450"] {
    transition-duration: 450ms;
}

body[data-aos-delay="450"] [data-aos],
[data-aos][data-aos][data-aos-delay="450"] {
    transition-delay: 0;
}

body[data-aos-delay="450"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="450"].aos-animate {
    transition-delay: 450ms;
}

body[data-aos-duration="500"] [data-aos],
[data-aos][data-aos][data-aos-duration="500"] {
    transition-duration: 500ms;
}

body[data-aos-delay="500"] [data-aos],
[data-aos][data-aos][data-aos-delay="500"] {
    transition-delay: 0;
}

body[data-aos-delay="500"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="500"].aos-animate {
    transition-delay: 500ms;
}

body[data-aos-duration="550"] [data-aos],
[data-aos][data-aos][data-aos-duration="550"] {
    transition-duration: 550ms;
}

body[data-aos-delay="550"] [data-aos],
[data-aos][data-aos][data-aos-delay="550"] {
    transition-delay: 0;
}

body[data-aos-delay="550"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="550"].aos-animate {
    transition-delay: 550ms;
}

body[data-aos-duration="600"] [data-aos],
[data-aos][data-aos][data-aos-duration="600"] {
    transition-duration: 600ms;
}

body[data-aos-delay="600"] [data-aos],
[data-aos][data-aos][data-aos-delay="600"] {
    transition-delay: 0;
}

body[data-aos-delay="600"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="600"].aos-animate {
    transition-delay: 600ms;
}

body[data-aos-duration="650"] [data-aos],
[data-aos][data-aos][data-aos-duration="650"] {
    transition-duration: 650ms;
}

body[data-aos-delay="650"] [data-aos],
[data-aos][data-aos][data-aos-delay="650"] {
    transition-delay: 0;
}

body[data-aos-delay="650"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="650"].aos-animate {
    transition-delay: 650ms;
}

body[data-aos-duration="700"] [data-aos],
[data-aos][data-aos][data-aos-duration="700"] {
    transition-duration: 700ms;
}

body[data-aos-delay="700"] [data-aos],
[data-aos][data-aos][data-aos-delay="700"] {
    transition-delay: 0;
}

body[data-aos-delay="700"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="700"].aos-animate {
    transition-delay: 700ms;
}

body[data-aos-duration="750"] [data-aos],
[data-aos][data-aos][data-aos-duration="750"] {
    transition-duration: 750ms;
}

body[data-aos-delay="750"] [data-aos],
[data-aos][data-aos][data-aos-delay="750"] {
    transition-delay: 0;
}

body[data-aos-delay="750"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="750"].aos-animate {
    transition-delay: 750ms;
}

body[data-aos-duration="800"] [data-aos],
[data-aos][data-aos][data-aos-duration="800"] {
    transition-duration: 800ms;
}

body[data-aos-delay="800"] [data-aos],
[data-aos][data-aos][data-aos-delay="800"] {
    transition-delay: 0;
}

body[data-aos-delay="800"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="800"].aos-animate {
    transition-delay: 800ms;
}

body[data-aos-duration="850"] [data-aos],
[data-aos][data-aos][data-aos-duration="850"] {
    transition-duration: 850ms;
}

body[data-aos-delay="850"] [data-aos],
[data-aos][data-aos][data-aos-delay="850"] {
    transition-delay: 0;
}

body[data-aos-delay="850"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="850"].aos-animate {
    transition-delay: 850ms;
}

body[data-aos-duration="900"] [data-aos],
[data-aos][data-aos][data-aos-duration="900"] {
    transition-duration: 900ms;
}

body[data-aos-delay="900"] [data-aos],
[data-aos][data-aos][data-aos-delay="900"] {
    transition-delay: 0;
}

body[data-aos-delay="900"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="900"].aos-animate {
    transition-delay: 900ms;
}

body[data-aos-duration="950"] [data-aos],
[data-aos][data-aos][data-aos-duration="950"] {
    transition-duration: 950ms;
}

body[data-aos-delay="950"] [data-aos],
[data-aos][data-aos][data-aos-delay="950"] {
    transition-delay: 0;
}

body[data-aos-delay="950"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="950"].aos-animate {
    transition-delay: 950ms;
}

body[data-aos-duration="1000"] [data-aos],
[data-aos][data-aos][data-aos-duration="1000"] {
    transition-duration: 1000ms;
}

body[data-aos-delay="1000"] [data-aos],
[data-aos][data-aos][data-aos-delay="1000"] {
    transition-delay: 0;
}

body[data-aos-delay="1000"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1000"].aos-animate {
    transition-delay: 1000ms;
}

body[data-aos-duration="1050"] [data-aos],
[data-aos][data-aos][data-aos-duration="1050"] {
    transition-duration: 1050ms;
}

body[data-aos-delay="1050"] [data-aos],
[data-aos][data-aos][data-aos-delay="1050"] {
    transition-delay: 0;
}

body[data-aos-delay="1050"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1050"].aos-animate {
    transition-delay: 1050ms;
}

body[data-aos-duration="1100"] [data-aos],
[data-aos][data-aos][data-aos-duration="1100"] {
    transition-duration: 1100ms;
}

body[data-aos-delay="1100"] [data-aos],
[data-aos][data-aos][data-aos-delay="1100"] {
    transition-delay: 0;
}

body[data-aos-delay="1100"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1100"].aos-animate {
    transition-delay: 1100ms;
}

body[data-aos-duration="1150"] [data-aos],
[data-aos][data-aos][data-aos-duration="1150"] {
    transition-duration: 1150ms;
}

body[data-aos-delay="1150"] [data-aos],
[data-aos][data-aos][data-aos-delay="1150"] {
    transition-delay: 0;
}

body[data-aos-delay="1150"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1150"].aos-animate {
    transition-delay: 1150ms;
}

body[data-aos-duration="1200"] [data-aos],
[data-aos][data-aos][data-aos-duration="1200"] {
    transition-duration: 1200ms;
}

body[data-aos-delay="1200"] [data-aos],
[data-aos][data-aos][data-aos-delay="1200"] {
    transition-delay: 0;
}

body[data-aos-delay="1200"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1200"].aos-animate {
    transition-delay: 1200ms;
}

body[data-aos-duration="1250"] [data-aos],
[data-aos][data-aos][data-aos-duration="1250"] {
    transition-duration: 1250ms;
}

body[data-aos-delay="1250"] [data-aos],
[data-aos][data-aos][data-aos-delay="1250"] {
    transition-delay: 0;
}

body[data-aos-delay="1250"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1250"].aos-animate {
    transition-delay: 1250ms;
}

body[data-aos-duration="1300"] [data-aos],
[data-aos][data-aos][data-aos-duration="1300"] {
    transition-duration: 1300ms;
}

body[data-aos-delay="1300"] [data-aos],
[data-aos][data-aos][data-aos-delay="1300"] {
    transition-delay: 0;
}

body[data-aos-delay="1300"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1300"].aos-animate {
    transition-delay: 1300ms;
}

body[data-aos-duration="1350"] [data-aos],
[data-aos][data-aos][data-aos-duration="1350"] {
    transition-duration: 1350ms;
}

body[data-aos-delay="1350"] [data-aos],
[data-aos][data-aos][data-aos-delay="1350"] {
    transition-delay: 0;
}

body[data-aos-delay="1350"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1350"].aos-animate {
    transition-delay: 1350ms;
}

body[data-aos-duration="1400"] [data-aos],
[data-aos][data-aos][data-aos-duration="1400"] {
    transition-duration: 1400ms;
}

body[data-aos-delay="1400"] [data-aos],
[data-aos][data-aos][data-aos-delay="1400"] {
    transition-delay: 0;
}

body[data-aos-delay="1400"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1400"].aos-animate {
    transition-delay: 1400ms;
}

body[data-aos-duration="1450"] [data-aos],
[data-aos][data-aos][data-aos-duration="1450"] {
    transition-duration: 1450ms;
}

body[data-aos-delay="1450"] [data-aos],
[data-aos][data-aos][data-aos-delay="1450"] {
    transition-delay: 0;
}

body[data-aos-delay="1450"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1450"].aos-animate {
    transition-delay: 1450ms;
}

body[data-aos-duration="1500"] [data-aos],
[data-aos][data-aos][data-aos-duration="1500"] {
    transition-duration: 1500ms;
}

body[data-aos-delay="1500"] [data-aos],
[data-aos][data-aos][data-aos-delay="1500"] {
    transition-delay: 0;
}

body[data-aos-delay="1500"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1500"].aos-animate {
    transition-delay: 1500ms;
}

body[data-aos-duration="1550"] [data-aos],
[data-aos][data-aos][data-aos-duration="1550"] {
    transition-duration: 1550ms;
}

body[data-aos-delay="1550"] [data-aos],
[data-aos][data-aos][data-aos-delay="1550"] {
    transition-delay: 0;
}

body[data-aos-delay="1550"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1550"].aos-animate {
    transition-delay: 1550ms;
}

body[data-aos-duration="1600"] [data-aos],
[data-aos][data-aos][data-aos-duration="1600"] {
    transition-duration: 1600ms;
}

body[data-aos-delay="1600"] [data-aos],
[data-aos][data-aos][data-aos-delay="1600"] {
    transition-delay: 0;
}

body[data-aos-delay="1600"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1600"].aos-animate {
    transition-delay: 1600ms;
}

body[data-aos-duration="1650"] [data-aos],
[data-aos][data-aos][data-aos-duration="1650"] {
    transition-duration: 1650ms;
}

body[data-aos-delay="1650"] [data-aos],
[data-aos][data-aos][data-aos-delay="1650"] {
    transition-delay: 0;
}

body[data-aos-delay="1650"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1650"].aos-animate {
    transition-delay: 1650ms;
}

body[data-aos-duration="1700"] [data-aos],
[data-aos][data-aos][data-aos-duration="1700"] {
    transition-duration: 1700ms;
}

body[data-aos-delay="1700"] [data-aos],
[data-aos][data-aos][data-aos-delay="1700"] {
    transition-delay: 0;
}

body[data-aos-delay="1700"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1700"].aos-animate {
    transition-delay: 1700ms;
}

body[data-aos-duration="1750"] [data-aos],
[data-aos][data-aos][data-aos-duration="1750"] {
    transition-duration: 1750ms;
}

body[data-aos-delay="1750"] [data-aos],
[data-aos][data-aos][data-aos-delay="1750"] {
    transition-delay: 0;
}

body[data-aos-delay="1750"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1750"].aos-animate {
    transition-delay: 1750ms;
}

body[data-aos-duration="1800"] [data-aos],
[data-aos][data-aos][data-aos-duration="1800"] {
    transition-duration: 1800ms;
}

body[data-aos-delay="1800"] [data-aos],
[data-aos][data-aos][data-aos-delay="1800"] {
    transition-delay: 0;
}

body[data-aos-delay="1800"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1800"].aos-animate {
    transition-delay: 1800ms;
}

body[data-aos-duration="1850"] [data-aos],
[data-aos][data-aos][data-aos-duration="1850"] {
    transition-duration: 1850ms;
}

body[data-aos-delay="1850"] [data-aos],
[data-aos][data-aos][data-aos-delay="1850"] {
    transition-delay: 0;
}

body[data-aos-delay="1850"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1850"].aos-animate {
    transition-delay: 1850ms;
}

body[data-aos-duration="1900"] [data-aos],
[data-aos][data-aos][data-aos-duration="1900"] {
    transition-duration: 1900ms;
}

body[data-aos-delay="1900"] [data-aos],
[data-aos][data-aos][data-aos-delay="1900"] {
    transition-delay: 0;
}

body[data-aos-delay="1900"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1900"].aos-animate {
    transition-delay: 1900ms;
}

body[data-aos-duration="1950"] [data-aos],
[data-aos][data-aos][data-aos-duration="1950"] {
    transition-duration: 1950ms;
}

body[data-aos-delay="1950"] [data-aos],
[data-aos][data-aos][data-aos-delay="1950"] {
    transition-delay: 0;
}

body[data-aos-delay="1950"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1950"].aos-animate {
    transition-delay: 1950ms;
}

body[data-aos-duration="2000"] [data-aos],
[data-aos][data-aos][data-aos-duration="2000"] {
    transition-duration: 2000ms;
}

body[data-aos-delay="2000"] [data-aos],
[data-aos][data-aos][data-aos-delay="2000"] {
    transition-delay: 0;
}

body[data-aos-delay="2000"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2000"].aos-animate {
    transition-delay: 2000ms;
}

body[data-aos-duration="2050"] [data-aos],
[data-aos][data-aos][data-aos-duration="2050"] {
    transition-duration: 2050ms;
}

body[data-aos-delay="2050"] [data-aos],
[data-aos][data-aos][data-aos-delay="2050"] {
    transition-delay: 0;
}

body[data-aos-delay="2050"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2050"].aos-animate {
    transition-delay: 2050ms;
}

body[data-aos-duration="2100"] [data-aos],
[data-aos][data-aos][data-aos-duration="2100"] {
    transition-duration: 2100ms;
}

body[data-aos-delay="2100"] [data-aos],
[data-aos][data-aos][data-aos-delay="2100"] {
    transition-delay: 0;
}

body[data-aos-delay="2100"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2100"].aos-animate {
    transition-delay: 2100ms;
}

body[data-aos-duration="2150"] [data-aos],
[data-aos][data-aos][data-aos-duration="2150"] {
    transition-duration: 2150ms;
}

body[data-aos-delay="2150"] [data-aos],
[data-aos][data-aos][data-aos-delay="2150"] {
    transition-delay: 0;
}

body[data-aos-delay="2150"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2150"].aos-animate {
    transition-delay: 2150ms;
}

body[data-aos-duration="2200"] [data-aos],
[data-aos][data-aos][data-aos-duration="2200"] {
    transition-duration: 2200ms;
}

body[data-aos-delay="2200"] [data-aos],
[data-aos][data-aos][data-aos-delay="2200"] {
    transition-delay: 0;
}

body[data-aos-delay="2200"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2200"].aos-animate {
    transition-delay: 2200ms;
}

body[data-aos-duration="2250"] [data-aos],
[data-aos][data-aos][data-aos-duration="2250"] {
    transition-duration: 2250ms;
}

body[data-aos-delay="2250"] [data-aos],
[data-aos][data-aos][data-aos-delay="2250"] {
    transition-delay: 0;
}

body[data-aos-delay="2250"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2250"].aos-animate {
    transition-delay: 2250ms;
}

body[data-aos-duration="2300"] [data-aos],
[data-aos][data-aos][data-aos-duration="2300"] {
    transition-duration: 2300ms;
}

body[data-aos-delay="2300"] [data-aos],
[data-aos][data-aos][data-aos-delay="2300"] {
    transition-delay: 0;
}

body[data-aos-delay="2300"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2300"].aos-animate {
    transition-delay: 2300ms;
}

body[data-aos-duration="2350"] [data-aos],
[data-aos][data-aos][data-aos-duration="2350"] {
    transition-duration: 2350ms;
}

body[data-aos-delay="2350"] [data-aos],
[data-aos][data-aos][data-aos-delay="2350"] {
    transition-delay: 0;
}

body[data-aos-delay="2350"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2350"].aos-animate {
    transition-delay: 2350ms;
}

body[data-aos-duration="2400"] [data-aos],
[data-aos][data-aos][data-aos-duration="2400"] {
    transition-duration: 2400ms;
}

body[data-aos-delay="2400"] [data-aos],
[data-aos][data-aos][data-aos-delay="2400"] {
    transition-delay: 0;
}

body[data-aos-delay="2400"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2400"].aos-animate {
    transition-delay: 2400ms;
}

body[data-aos-duration="2450"] [data-aos],
[data-aos][data-aos][data-aos-duration="2450"] {
    transition-duration: 2450ms;
}

body[data-aos-delay="2450"] [data-aos],
[data-aos][data-aos][data-aos-delay="2450"] {
    transition-delay: 0;
}

body[data-aos-delay="2450"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2450"].aos-animate {
    transition-delay: 2450ms;
}

body[data-aos-duration="2500"] [data-aos],
[data-aos][data-aos][data-aos-duration="2500"] {
    transition-duration: 2500ms;
}

body[data-aos-delay="2500"] [data-aos],
[data-aos][data-aos][data-aos-delay="2500"] {
    transition-delay: 0;
}

body[data-aos-delay="2500"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2500"].aos-animate {
    transition-delay: 2500ms;
}

body[data-aos-duration="2550"] [data-aos],
[data-aos][data-aos][data-aos-duration="2550"] {
    transition-duration: 2550ms;
}

body[data-aos-delay="2550"] [data-aos],
[data-aos][data-aos][data-aos-delay="2550"] {
    transition-delay: 0;
}

body[data-aos-delay="2550"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2550"].aos-animate {
    transition-delay: 2550ms;
}

body[data-aos-duration="2600"] [data-aos],
[data-aos][data-aos][data-aos-duration="2600"] {
    transition-duration: 2600ms;
}

body[data-aos-delay="2600"] [data-aos],
[data-aos][data-aos][data-aos-delay="2600"] {
    transition-delay: 0;
}

body[data-aos-delay="2600"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2600"].aos-animate {
    transition-delay: 2600ms;
}

body[data-aos-duration="2650"] [data-aos],
[data-aos][data-aos][data-aos-duration="2650"] {
    transition-duration: 2650ms;
}

body[data-aos-delay="2650"] [data-aos],
[data-aos][data-aos][data-aos-delay="2650"] {
    transition-delay: 0;
}

body[data-aos-delay="2650"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2650"].aos-animate {
    transition-delay: 2650ms;
}

body[data-aos-duration="2700"] [data-aos],
[data-aos][data-aos][data-aos-duration="2700"] {
    transition-duration: 2700ms;
}

body[data-aos-delay="2700"] [data-aos],
[data-aos][data-aos][data-aos-delay="2700"] {
    transition-delay: 0;
}

body[data-aos-delay="2700"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2700"].aos-animate {
    transition-delay: 2700ms;
}

body[data-aos-duration="2750"] [data-aos],
[data-aos][data-aos][data-aos-duration="2750"] {
    transition-duration: 2750ms;
}

body[data-aos-delay="2750"] [data-aos],
[data-aos][data-aos][data-aos-delay="2750"] {
    transition-delay: 0;
}

body[data-aos-delay="2750"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2750"].aos-animate {
    transition-delay: 2750ms;
}

body[data-aos-duration="2800"] [data-aos],
[data-aos][data-aos][data-aos-duration="2800"] {
    transition-duration: 2800ms;
}

body[data-aos-delay="2800"] [data-aos],
[data-aos][data-aos][data-aos-delay="2800"] {
    transition-delay: 0;
}

body[data-aos-delay="2800"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2800"].aos-animate {
    transition-delay: 2800ms;
}

body[data-aos-duration="2850"] [data-aos],
[data-aos][data-aos][data-aos-duration="2850"] {
    transition-duration: 2850ms;
}

body[data-aos-delay="2850"] [data-aos],
[data-aos][data-aos][data-aos-delay="2850"] {
    transition-delay: 0;
}

body[data-aos-delay="2850"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2850"].aos-animate {
    transition-delay: 2850ms;
}

body[data-aos-duration="2900"] [data-aos],
[data-aos][data-aos][data-aos-duration="2900"] {
    transition-duration: 2900ms;
}

body[data-aos-delay="2900"] [data-aos],
[data-aos][data-aos][data-aos-delay="2900"] {
    transition-delay: 0;
}

body[data-aos-delay="2900"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2900"].aos-animate {
    transition-delay: 2900ms;
}

body[data-aos-duration="2950"] [data-aos],
[data-aos][data-aos][data-aos-duration="2950"] {
    transition-duration: 2950ms;
}

body[data-aos-delay="2950"] [data-aos],
[data-aos][data-aos][data-aos-delay="2950"] {
    transition-delay: 0;
}

body[data-aos-delay="2950"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2950"].aos-animate {
    transition-delay: 2950ms;
}

body[data-aos-duration="3000"] [data-aos],
[data-aos][data-aos][data-aos-duration="3000"] {
    transition-duration: 3000ms;
}

body[data-aos-delay="3000"] [data-aos],
[data-aos][data-aos][data-aos-delay="3000"] {
    transition-delay: 0;
}

body[data-aos-delay="3000"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="3000"].aos-animate {
    transition-delay: 3000ms;
}

body[data-aos-easing="linear"] [data-aos],
[data-aos][data-aos][data-aos-easing="linear"] {
    transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

body[data-aos-easing="ease"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease"] {
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

body[data-aos-easing="ease-in"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in"] {
    transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}

body[data-aos-easing="ease-out"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-out"] {
    transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

body[data-aos-easing="ease-in-out"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-out"] {
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

body[data-aos-easing="ease-in-back"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-back"] {
    transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

body[data-aos-easing="ease-out-back"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-out-back"] {
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

body[data-aos-easing="ease-in-out-back"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-out-back"] {
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

body[data-aos-easing="ease-in-sine"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-sine"] {
    transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

body[data-aos-easing="ease-out-sine"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-out-sine"] {
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

body[data-aos-easing="ease-in-out-sine"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"] {
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

body[data-aos-easing="ease-in-quad"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-quad"] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing="ease-out-quad"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-out-quad"] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing="ease-in-out-quad"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-out-quad"] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

body[data-aos-easing="ease-in-cubic"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-cubic"] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing="ease-out-cubic"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-out-cubic"] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing="ease-in-out-cubic"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-out-cubic"] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

body[data-aos-easing="ease-in-quart"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-quart"] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing="ease-out-quart"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-out-quart"] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing="ease-in-out-quart"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-out-quart"] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

/**
 * Fade animations:
 * fade
 * fade-up, fade-down, fade-left, fade-right
 * fade-up-right, fade-up-left, fade-down-right, fade-down-left
 */
[data-aos^="fade"][data-aos^="fade"] {
    opacity: 0;
    transition-property:
        opacity,
        -webkit-transform;
    transition-property: opacity, transform;
    transition-property:
        opacity,
        transform,
        -webkit-transform;
}

[data-aos^="fade"][data-aos^="fade"].aos-animate {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

[data-aos="fade-up"] {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
}

[data-aos="fade-down"] {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
}

[data-aos="fade-right"] {
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
}

[data-aos="fade-left"] {
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
}

[data-aos="fade-up-right"] {
    -webkit-transform: translate3d(-100px, 100px, 0);
    transform: translate3d(-100px, 100px, 0);
}

[data-aos="fade-up-left"] {
    -webkit-transform: translate3d(100px, 100px, 0);
    transform: translate3d(100px, 100px, 0);
}

[data-aos="fade-down-right"] {
    -webkit-transform: translate3d(-100px, -100px, 0);
    transform: translate3d(-100px, -100px, 0);
}

[data-aos="fade-down-left"] {
    -webkit-transform: translate3d(100px, -100px, 0);
    transform: translate3d(100px, -100px, 0);
}

/**
 * Zoom animations:
 * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
 * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
 */
[data-aos^="zoom"][data-aos^="zoom"] {
    opacity: 0;
    transition-property:
        opacity,
        -webkit-transform;
    transition-property: opacity, transform;
    transition-property:
        opacity,
        transform,
        -webkit-transform;
}

[data-aos^="zoom"][data-aos^="zoom"].aos-animate {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

[data-aos="zoom-in"] {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
}

[data-aos="zoom-in-up"] {
    -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
    transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos="zoom-in-down"] {
    -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
    transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos="zoom-in-right"] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
    transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos="zoom-in-left"] {
    -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
    transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos="zoom-out"] {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

[data-aos="zoom-out-up"] {
    -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
    transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos="zoom-out-down"] {
    -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
    transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos="zoom-out-right"] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
    transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos="zoom-out-left"] {
    -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
    transform: translate3d(100px, 0, 0) scale(1.2);
}

/**
 * Slide animations
 */
[data-aos^="slide"][data-aos^="slide"] {
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property:
        transform,
        -webkit-transform;
}

[data-aos^="slide"][data-aos^="slide"].aos-animate {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

[data-aos="slide-up"] {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

[data-aos="slide-down"] {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

[data-aos="slide-right"] {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

[data-aos="slide-left"] {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

/**
 * Flip animations:
 * flip-left, flip-right, flip-up, flip-down
 */
[data-aos^="flip"][data-aos^="flip"] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property:
        transform,
        -webkit-transform;
}

[data-aos="flip-left"] {
    -webkit-transform: perspective(2500px) rotateY(-100deg);
    transform: perspective(2500px) rotateY(-100deg);
}

[data-aos="flip-left"].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0);
}

[data-aos="flip-right"] {
    -webkit-transform: perspective(2500px) rotateY(100deg);
    transform: perspective(2500px) rotateY(100deg);
}

[data-aos="flip-right"].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0);
}

[data-aos="flip-up"] {
    -webkit-transform: perspective(2500px) rotateX(-100deg);
    transform: perspective(2500px) rotateX(-100deg);
}

[data-aos="flip-up"].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0);
}

[data-aos="flip-down"] {
    -webkit-transform: perspective(2500px) rotateX(100deg);
    transform: perspective(2500px) rotateX(100deg);
}

[data-aos="flip-down"].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0);
}

/* SCSS - Vertical Centering */
/* SCSS -- retina ready images */
/* SCSS -- Absolute positioning */
/* SCSS -- Change direction from Row to Column on FLEX element for mobile views */
/* SCSS -- Change item width at a certain breakpoint for moblie layout. Default to 100% at   */
/* Colors moving behind text effect */
@-webkit-keyframes movebackground {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: -1000px 0;
    }

    100% {
        background-position: 0 0;
    }
}

@keyframes movebackground {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: -1000px 0;
    }

    100% {
        background-position: 0 0;
    }
}

/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    box-sizing: content-box;
    /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.treat-your-team {
    background: url("images/donut/donut-page-BG.png") #000000 no-repeat;
    background-size: cover;
    background-position: bottom;
    width: 100%;
}

.treat-your-team .container {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 992px) {
    .treat-your-team .container {
        flex-direction: column;
    }
}

.treat-your-team .container * {
    align-self: center;
}

.treat-your-team .container .logo {
    margin: 20px auto;
    width: 400px;
}

@media screen and (max-width: 992px) {
    .treat-your-team .container .logo {
        width: 70%;
    }
}

.treat-your-team .container .treat {
    width: 800px;
}

@media screen and (max-width: 992px) {
    .treat-your-team .container .treat {
        width: 90%;
    }
}

.treat-your-team .container .donut {
    width: 400px;
}

@media screen and (max-width: 90%) {
    .treat-your-team .container .donut {
        width: 100%;
    }
}

.treat-your-team .container > div {
    color: #000000;
    display: flex;
    max-height: 460px;
    overflow: hidden;
    text-align: center;
}

@media only screen and (max-width: 992px) {
    .treat-your-team .container > div {
        max-height: 650px;
    }
}

@media screen and (max-width: 992px) {
    .treat-your-team .container > div {
        flex-direction: column;
    }
}

.treat-your-team .container > div p {
    padding: 0 100px;
}

@media only screen and (max-width: 992px) {
    .treat-your-team .container > div p {
        padding: 30px 0;
    }
}

.treat-your-team .container button {
    background: #27aeb9;
    border: 0;
    border-radius: 30px;
    color: #ffffff;
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 40px;
    padding: 10px 25px;
}

.treat-your-team .container button:hover {
    background: #67d6df;
    transition: 0.3s background ease-out;
}

.project-description {
    background: #ffffff;
    color: #000000;
    padding-top: 150px;
}

.project-description .content {
    padding-bottom: 50px;
}

.project-description .clients {
    width: 90%;
}

.project-description .clients > div {
    max-height: 260px;
    margin: 5px 0px !important;
    max-width: none !important;
}

@media only screen and (max-width: 1200px) {
    .project-description .clients > div {
        max-height: 200px;
    }
}

@media only screen and (max-width: 992px) {
    .project-description .clients > div {
        max-height: none;
    }
}

.project-description .vid-row {
    display: flex;
    max-width: none !important;
}

@media screen and (max-width: 992px) {
    .project-description .vid-row {
        flex-direction: column;
    }
}

.project-description .vid-row > div {
    width: 90%;
    margin-top: 30px;
}

@media screen and (max-width: 992px) {
    .project-description .vid-row > div {
        width: 100%;
    }
}

body {
    overlfow-x: hidden;
}

body.transact {
    /**  About page styles **/
    background: #000000;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    overflow-x: hidden;
}

body.transact .nav {
    text-align: left;
}

body.transact .animated-text {
    -webkit-animation: movebackground 20s linear infinite alternate;
    animation: movebackground 20s linear infinite alternate;
    background-size: 130%;
    background: linear-gradient(90deg, #c13c8d, #f29925, #efc000, #89c53f, #12b193, #0baeb9, #2a72af, #12b193, #89c53f, #efc000, #f29925, #c13c8d);
    color: rgba(0, 0, 0, 0.05);
    background-clip: text;
    -webkit-background-clip: text;
    text-align: center;
}

body.transact .company-description {
    color: white;
    padding: 40px 0;
}

body.transact .company-description .container {
    flex-direction: column;
    padding: 50px 0;
}

@media only screen and (max-width: 992px) {
    body.transact .company-description .container {
        padding-top: 50px;
    }
}

body.transact .company-description .container h2 {
    text-align: left;
    width: auto;
}

@media screen and (max-width: 768px) {
    body.transact .company-description .container > div:first-child {
        width: 90%;
    }
}

body.transact .company-description .container > div:last-child {
    width: 70%;
}

@media screen and (max-width: 768px) {
    body.transact .company-description .container > div:last-child {
        width: 90%;
    }
}

body.transact .company-description .container .slick-track {
    align-items: center;
    display: flex;
}

body.transact .company-description .container .slick-track p {
    text-align: center;
    color: white;
}

body.transact .company-description .container .slick-track p span {
    display: block;
    margin-top: 20px;
    font-weight: bold;
}

body.transact .col2 {
    display: flex;
}

@media screen and (max-width: 992px) {
    body.transact .col2 {
        flex-direction: column;
    }
}

body.transact .col2 > div {
    width: 50%;
}

@media screen and (max-width: 992px) {
    body.transact .col2 > div {
        width: 100%;
    }
}

body.transact .col2 > div ul {
    list-style-type: none;
    padding-left: 0;
}

body.transact .col2 > div ul li {
    padding: 5px 10%;
    width: 80%;
}

body.transact .col2 > div ul li:nth-child(even) {
    background: rgba(0, 0, 0, 0.3);
}

body.transact .striped-table li {
    list-style-type: none;
    padding: 5px 28%;
    width: 44%;
}

@media only screen and (max-width: 992px) {
    body.transact .striped-table li {
        width: 90%;
        padding: 5px 3%;
    }
}

body.transact .striped-table li:nth-child(even) {
    background: #eee;
}

@media only screen and (max-width: 1200px) {
    body.transact .mobile-full-width {
        width: 100%;
    }
}

body.transact .grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

@media screen and (max-width: 768px) {
    body.transact .grid {
        flex-direction: column;
    }
}

body.transact .grid h3 {
    color: #ffffff;
    font-weight: 300;
    text-align: center;
    text-shadow: #000 1px 0 10px;
}

body.transact .grid div,
body.transact .grid > a {
    align-items: center;
    display: flex;
    min-height: 240px;
    flex-direction: column;
    overflow: hidden;
    justify-content: space-around;
    text-decoration: none;
}

body.transact .grid.three > div,
body.transact .grid.three > a {
    width: 33.33%;
}

@media screen and (max-width: 768px) {
    body.transact .grid.three > div,
    body.transact .grid.three > a {
        width: 100%;
    }
}

body.transact .grid.three > div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

body.transact .grid.three > div.commercial-photo,
body.transact .grid.three > div.commercial-photo-2 {
    z-index: -1;
}

body.transact .grid.four > div,
body.transact .grid.four > a {
    width: 25%;
}

@media screen and (max-width: 768px) {
    body.transact .grid.four > div,
    body.transact .grid.four > a {
        width: 100%;
    }
}

body.transact .grid.column > a > div {
    flex-direction: column;
}

body.transact .header {
    background: rgba(0, 0, 0, 0.91);
    position: fixed;
    /* height: 90px; */
    width: 100%;
    top: 0;
    z-index: 50;
}

body.transact .header .toggle-wrapper p {
    color: #ffffff;
    font-size: 0.6em;
    margin: 30px 0 0 -1px;
}

body.transact .header .menu-toggle {
    cursor: pointer;
}

body.transact .header .menu-toggle .bg {
    display: block;
    width: 100%;
    height: 30px;
    position: absolute;
}

body.transact .header .menu-toggle .bar {
    background: #ffffff;
    display: block;
    height: 2px;
    position: absolute;
    width: 100%;
    top: 10%;
}

body.transact .header .menu-toggle .bar:nth-child(2) {
    top: 50%;
}

body.transact .header .menu-toggle .bar:nth-child(3) {
    top: 90%;
}

body.transact .header .menu-toggle.active .bar {
    transition: all 0.3s ease-out;
}

body.transact .header .menu-toggle.active .bar:first-child {
    background: #efc000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 50%;
}

body.transact .header .menu-toggle.active .bar:nth-child(2) {
    opacity: 0;
}

body.transact .header .menu-toggle.active .bar:nth-child(3) {
    background: #efc000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
}

body.transact .header .menu-toggle.inactive .bar {
    transition: all 0.3s ease-out;
}

body.transact .header .menu-toggle.inactive .bar:first-child {
    background: #ffffff;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    top: 20%;
}

body.transact .header .menu-toggle.inactive .bar:nth-child(2) {
    opacity: 1;
}

body.transact .header .menu-toggle.inactive .bar:nth-child(3) {
    background: #ffffff;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    top: 80%;
}

@media only screen and (max-width: 576px) {
    body.transact .header .logo div span {
        display: none;
    }
}

body.transact .header .logo-container {
    align-items: center;
    background: #000000;
    display: flex;
    font-size: 1.7em;
    height: 120px;
    justify-content: center;
    letter-spacing: 3px;
    z-index: 3;
    position: relative;
}

@media only screen and (max-width: 576px) {
    body.transact .header .logo-container {
        margin-left: 25px;
    }
}

body.transact .header .logo-container a {
    color: #ffffff;
    text-decoration: none;
}

body.transact .header .logo-container .top-date {
    letter-spacing: 1px;
    font-size: 11px;
    text-align: center;
}

@media only screen and (max-width: 576px) {
    body.transact .header .logo-container .top-date {
        margin-left: -30px;
    }
}

body.transact .header .navigation {
    align-items: center;
    display: flex;
    font-size: 1.1em;
    justify-content: center;
    padding: 0;
    top: 0;
    width: 100%;
    z-index: 3;
}

@media only screen and (max-width: 768px) {
    body.transact .header .navigation {
        padding: 0;
        justify-content: space-between;
    }
}

body.transact .header .navigation .logo {
    position: absolute;
    margin-top: -30px;
    width: 80px;
    z-index: 100;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media only screen and (max-width: 768px) {
    body.transact .header .navigation .logo {
        margin-top: 13px;
    }
}

body.transact .header .navigation .nav {
    align-items: center;
    display: flex;
    padding: 0 60px;
    margin: 0 0 0 0;
    justify-content: space-around;
    text-align: right;
    z-index: 10;
    width: 100%;
}

body.transact .header .navigation .nav > .nav-item {
    color: blue;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
    text-decoration: none;
}

body.transact .header .border {
    z-index: 3;
}

body.transact .internal {
    background: #ffffff;
    padding: 200px 0 50px 0;
}
body.transact .internal.notop {
    padding: 0 0 50px 0 !important;
    margin-top: 0 !important;
}
body.transact .internal.notop .content {
    padding: 50px 0 0 0;
}

body.transact .internal.notop .container {
    padding: 0 30px;
}
body.transact h2:first-child {
    margin-top: 0;
}

body.transact .internal button.btn {
    background: #0baeb9;
    border-radius: 30px;
    border: none;
    color: #ffffff;
    padding: 10px 20px;
    transition: all 0.3s ease-out;
}

body.transact .internal button.btn:hover {
    background: #2a72af;
}

body.transact .internal.black {
    background: #000000;
}

body.transact .internal .blog-list {
    text-align: center;
}

body.transact .internal .blog-list h1 {
    color: #000000;
    font-size: 2.2em;
    margin: 0 auto 60px;
}

body.transact .internal .blog-list .blog-entry {
    /* border: 1px solid #ccc; */
    margin: 0 auto 50px;
    max-width: 800px;
    padding: 20px;
}

body.transact .internal .blog-list > a {
    transition: ease all 250ms;
}

body.transact .internal .blog-list > a:hover {
    box-shadow: 0px 0px 18px -4px rgba(0, 0, 0, 0.75);
}

body.transact .internal .blog-list .blog-entry h2 {
    margin-top: 20px;
    color: #000;
    text-decoration: none;
}

body.transact .internal .blog-list a .blog-entry {
    text-decoration: none !important;
}

body.transact .internal .blog-list a .blog-entry h2 {
    color: #000 !important;
    text-decoration: none !important;
}

body.transact .internal .blog-list a .blog-entry p {
    color: #efc000 !important;
    text-decoration: none !important;
}

body.transact .internal .blog-list a .blog-entry .date {
    margin: 5px 0;
    color: #666666 !important;
    text-decoration: none !important;
}

span.date {
    font-weight: bold;
    color: #666;
    font-size: 14px;
}
.blog_post {
    margin: 30px 0 0 0;
    padding: 30px 0;
    border-top: 1px solid #999;
}
.blog_post p:first-child {
    /* font-weight:bold; */
}

@media only screen and (max-width: 992px) {
    body.transact .internal .container {
        width: 90%;
    }
}

body.transact .internal .page-header {
    background: #ffffff;
    margin-top: 80px;
    padding: 0;
    color: #ffffff;
}

body.transact .internal .page-header h1 {
    margin-top: 80px;
}

body.transact .internal .content {
    background: #ffffff;
    color: #000000;
}

body.transact .internal .yellow {
    color: #efc000;
}

body.transact .internal .contact p,
body.transact .internal .contact strong {
    font-size: 1.3rem;
    margin-top: 50px;
}

body.transact .internal .odometer {
    font-size: 3em;
}

body.transact .specialties {
    margin-top: 140px;
    font-size: 3em;
}

body.transact .internal-hero-image {
    margin-top: 55px;
    width: 100%;
}

body.transact .internal-hero-image img {
    width: 100%;
    height: auto;
}

body.transact .tagline,
body.transact .specialties {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

body.transact .tagline h1,
body.transact .specialties h1 {
    font-size: 3.3rem;
    line-height: 3.9rem;
}

@media only screen and (max-width: 768px) {
    body.transact .tagline h1,
    body.transact .specialties h1 {
        font-size: 3.5rem;
    }
}

body.transact .hero-video {
    height: 1100px;
    overflow: hidden;
    width: 100%;
    position: absolute;
}

body.transact .hero-video img {
    position: absolute;
    display: none;
}

body.transact .hero-video .loading {
    display: block;
}

body.transact .hero-video .video-container {
    top: 0;
    left: 0;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    body.transact .hero-video .video-container {
        display: none;
    }
}

body.transact .hero-video .video-container video {
    width: 100%;
}

body.transact .hero-video .textbox {
    text-align: center;
    position: absolute;
    width: 100%;
    z-index: 2;
}

body.transact .hero-video h1,
body.transact .hero-video h2 {
    z-index: 2;
}

body.transact .hero-video h1 {
    color: rgba(0, 0, 0, 0.05);
    background-clip: text;
    font-size: 8rem;
    line-height: 1.3em;
    -webkit-background-clip: text;
    margin: 0;
    font-style: italic;
    font-weight: 800;
    -webkit-animation: movebackground 10s linear infinite alternate;
    animation: movebackground 10s linear infinite alternate;
    background-size: 130%;
    background: linear-gradient(90deg, #c13c8d, #f29925, #efc000, #89c53f, #12b193, #0baeb9, #2a72af, #12b193, #89c53f, #efc000, #f29925, #c13c8d);
    color: rgba(0, 0, 0, 0.05);
    background-clip: text;
    -webkit-background-clip: text;
}

@media only screen and (max-width: 768px) {
    body.transact .hero-video h1 {
        margin-top: 100px;
    }
}

body.transact .hero-video h2 {
    margin: 30px auto 10px;
    font-style: italic;
    font-weight: 800;
}

body.transact .hero-video .ready {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 150px;
}

@media only screen and (max-width: 768px) {
    body.transact .hero-video .ready {
        width: 85%;
    }
}

body.transact .hero-video .lift-off {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 220px;
    width: 900px;
}

@media only screen and (max-width: 768px) {
    body.transact .hero-video .lift-off {
        width: 95%;
        top: 180px;
    }
}

body.transact .hero-video .helmet {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: -22px;
    top: 180px;
    width: 650px;
}

@media only screen and (max-width: 768px) {
    body.transact .hero-video .helmet {
        width: 300px;
        margin-left: -10px;
    }
}

body.transact .hero-video .rocket {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: -85px;
    top: 520px;
}

@media only screen and (max-width: 768px) {
    body.transact .hero-video .rocket {
        margin-left: -65px;
    }
}

body.transact .hero-video .gray {
    left: -3.5%;
    width: 110%;
    top: 440px;
}

@media only screen and (max-width: 1200px) {
    body.transact .hero-video .gray {
        top: 600px;
    }
}

@media only screen and (max-width: 768px) {
    body.transact .hero-video .gray {
        top: 480px;
    }
}

body.transact .hero-video .sky {
    width: 105%;
}

body.transact .hero-video .cloud1 {
    left: 12%;
    top: 430px;
}

@media only screen and (max-width: 768px) {
    body.transact .hero-video .cloud1 {
        top: 330px;
        width: 60%;
    }
}

body.transact .hero-video .cloud2 {
    left: 30%;
    top: 540px;
}

@media only screen and (max-width: 768px) {
    body.transact .hero-video .cloud2 {
        top: 400px;
        width: 80%;
    }
}

body.transact .hero-video .cloud3 {
    left: 10%;
    top: 370px;
}

@media only screen and (max-width: 768px) {
    body.transact .hero-video .cloud3 {
        top: 380px;
        width: 100%;
        left: 20%;
    }
}

body.transact .hero-video .cloud4 {
    right: 15%;
    top: 400px;
}

@media only screen and (max-width: 768px) {
    body.transact .hero-video .cloud4 {
        top: 230px;
        width: 60%;
    }
}

body.transact .hero-video .cloud5 {
    right: 32%;
    top: 450px;
}

@media only screen and (max-width: 768px) {
    body.transact .hero-video .cloud5 {
        top: 280px;
    }
}

body.transact .hero-video .cloud6 {
    right: 10%;
    top: 380px;
}

body.transact .service-filters {
    display: flex;
    margin-top: -30px;
    flex-direction: column;
}

body.transact .service-filters ul {
    display: flex;
    justify-content: center;
    font-size: 1.2rem;
    margin: 10px auto;
    padding: 0;
    list-style-type: none;
    z-index: 200;
}

body.transact .service-filters ul a {
    color: #ffffff;
    text-decoration: none;
}

@media only screen and (max-width: 576px) {
    body.transact .service-filters ul {
        font-size: 0.9rem;
        width: 96%;
    }
}

body.transact .service-filters ul li {
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 20px;
    background-position: 0 0;
}

@media only screen and (max-width: 576px) {
    body.transact .service-filters ul li {
        padding: 10px;
    }
}

body.transact .service-filters ul li:hover {
    cursor: pointer;
    background: linear-gradient(90deg, #12b193, #89c53f, #efc000, #89c53f, #12b193);
    background-size: 150%;
    background-position: 120px 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: all 0.5s ease-out;
}

body.transact .service-filters ul li:first-child:hover {
    background: linear-gradient(90deg, #c13c8d, #f29925, #f29925, #c13c8d);
    background-size: 150%;
    background-position: 120px 0;
    transition: all 0.5s ease-out;
}

body.transact .service-filters ul li:nth-child(2):hover {
    background: linear-gradient(90deg, #12b193, #89c53f, #0baeb9, #2a72af, #0baeb9, #89c53f, #12b193);
    background-size: 150%;
    background-position: 120px 0;
    transition: all 0.5s ease-out;
}

body.transact .service-filters ul li:nth-child(3):hover {
    background: linear-gradient(90deg, #efc000, #f29925, #f29925, #efc000);
    background-size: 150%;
    background-position: 120px 0;
    transition: all 0.5s ease-out;
}

body.transact h2.featured {
    color: #fec93b;
    margin: 30px 0;
}

body.transact .services {
    margin: 50px 0 0 0;
    padding-bottom: 50px;
}

body.transact .services h2 {
    color: #fec93b;
    margin: 10px 0;
    /* font-style: italic; */
    /* font-weight: 800; */
}

@media only screen and (max-width: 992px) {
    body.transact .services h2 {
        font-size: 1.5em;
        padding: 0 40px;
    }
}

body.transact .services .icons {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
body.transact .services .icons h3 {
    font-size: 24px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    color: #52c7b6;
}
body.transact .services .icons p {
    font-size: 15px;
    margin: 0 0 10px 0;
    text-align: left;
    text-transform: none;
}

body.transact .services .icons > a {
    width: 50%;
    display: flex;
    align-items: left;
    justify-content: flex-start;
    margin: 30px auto;
    color: #2793ae;
    padding: 0 40px 0 0;
}
body.transact .services .icons > a img {
    max-width: 90px;
    flex: 1 0 90px;
    height: auto;
    align-self: flex-start;
}

@media screen and (max-width: 768px) {
    body.transact .services .icons > a {
        width: 90%;
    }
}

body.transact .services .icons > a .hlink {
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-transform: uppercase;
    text-decoration: none;
}

/* body.transact .services .icons>a .hlink:hover p {
    color: #efc000;
    transition: color .3s ease-out;
} */

body.transact .services .icons > a p {
    color: #ffffff;
}

body.transact .services .icons > a img {
    margin-right: 20px;
    width: 50px;
}

.icons-staffcrafter {
    background-color: #000;
}

.header-staffcrafter {
    background-color: #000;
}

body.transact .click-below {
    display: block;
    margin-top: 20px;
    font-size: 20px;
}

body.transact .container {
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

@media only screen and (min-width: 992px) {
    body.transact .container {
        max-width: 1100px;
    }
}

@media only screen and (max-width: 992px) {
    body.transact .container {
        width: 90%;
    }
}

@media only screen and (max-width: 576px) {
    body.transact .container {
        width: 100%;
    }
}

body.transact .clients,
body.transact .video-section,
body.transact .website-section {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto 50px;
}

@media only screen and (max-width: 768px) {
    body.transact .clients,
    body.transact .video-section,
    body.transact .website-section {
        flex-direction: column;
        width: 80%;
    }
}

body.transact .clients.hidden,
body.transact .video-section.hidden,
body.transact .website-section.hidden {
    display: none;
}

body.transact .clients > div,
body.transact .video-section > div,
body.transact .website-section > div {
    /* width: 32.8%; */
    /* margin: 2px 0; */
    margin: 5px;
    flex: 0 1 33%;
    flex: 0 1 calc((100% / 3) - 10px);
    max-width: 500px;
    overflow: hidden;
    position: relative;
}

@media only screen and (max-width: 768px) {
    body.transact .clients > div,
    body.transact .video-section > div,
    body.transact .website-section > div {
        width: auto;
    }
}

body.transact .clients > div a {
    position: relative;
    display: block;
}
body.transact .clients > div img,
body.transact .video-section > div img,
body.transact .website-section > div img {
    width: 100%;
    display: block;
}

body.transact .clients > div .info,
body.transact .video-section > div .info,
body.transact .website-section > div .info {
    align-items: center;
    border: 10px solid white;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

body.transact .clients > div .info .info-bg,
body.transact .video-section > div .info .info-bg,
body.transact .website-section > div .info .info-bg {
    opacity: 0.9;
    background: linear-gradient(to right, #1d4c5c 0%, #52c7b6 100%);
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4bc928', endColorstr=$orange, GradientType=1);
    /* IE6-9 */
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
/* 
@media only screen and (max-width: 768px) {

    body.transact .clients>div .info,
    body.transact .video-section>div .info,
    body.transact .website-section>div .info {
        height: 95.5%;
        width: 96%;
    }
}

@media only screen and (max-width: 576px) {

    body.transact .clients>div .info,
    body.transact .video-section>div .info,
    body.transact .website-section>div .info {
        height: 94%;
        width: 95%;
    }
} */

body.transact .clients > div:hover .info,
body.transact .video-section > div:hover .info,
body.transact .website-section > div:hover .info {
    opacity: 1;
    transition: all 0.4s ease-out;
}

body.transact .clients > div:hover .info .fas,
body.transact .video-section > div:hover .info .fas,
body.transact .website-section > div:hover .info .fas {
    font-size: 25px;
    margin-left: 5px;
}

body.transact .clients > div:hover .info .cta-prompt,
body.transact .video-section > div:hover .info .cta-prompt,
body.transact .website-section > div:hover .info .cta-prompt {
    display: flex;
    font-size: 20px;
    font-weight: bold;
    -webkit-transform: translateX(16%);
    transform: translateX(16%);
    transition: -webkit-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    transition:
        transform 0.5s ease-out,
        -webkit-transform 0.5s ease-out;
}

body.transact .clients > div h3,
body.transact .video-section > div h3,
body.transact .website-section > div h3 {
    text-align: center;
    font-size: 24px;
    width: 100%;
    padding: 0;
}

body.transact .clients > div h3,
body.transact .clients > div p,
body.transact .video-section > div h3,
body.transact .video-section > div p,
body.transact .website-section > div h3,
body.transact .website-section > div p {
    z-index: 3;
    text-align: center;
}

body.transact .clients > div p,
body.transact .video-section > div p,
body.transact .website-section > div p {
    width: 90%;
}

body.transact .clients h2,
body.transact .video-section h2,
body.transact .website-section h2 {
    color: #fff;
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin: 30px 0 0 40px;
    text-align: left;
}

@media only screen and (max-width: 1200px) {
    body.transact .clients h2,
    body.transact .video-section h2,
    body.transact .website-section h2 {
        font-size: 1.7rem;
        line-height: 2rem;
        margin: 0;
        padding: 10px;
    }
}

@media only screen and (max-width: 768px) {
    body.transact .clients h2,
    body.transact .video-section h2,
    body.transact .website-section h2 {
        margin: 250px 30px 0;
        padding: 0;
        font-size: 2rem;
        line-height: 2.3rem;
        text-align: center;
    }
}

@media only screen and (max-width: 576px) {
    body.transact .clients h2,
    body.transact .video-section h2,
    body.transact .website-section h2 {
        margin: 100px 30px 0;
    }
}

body.transact .clients p,
body.transact .video-section p,
body.transact .website-section p {
    font-size: 1.3rem;
    font-weight: 200;
    line-height: 1.5rem;
    text-align: left;
    padding: 0 10px;
}

body.transact .clients p.save-text,
body.transact .video-section p.save-text,
body.transact .website-section p.save-text {
    text-align: left;
}

body.transact .clients p.save-text a,
body.transact .video-section p.save-text a,
body.transact .website-section p.save-text a {
    color: #fec93b;
    font-weight: bold;
    text-decoration: none;
}

@media only screen and (max-width: 1200px) {
    body.transact .clients p.save-text,
    body.transact .video-section p.save-text,
    body.transact .website-section p.save-text {
        font-size: 1rem;
        line-height: 1.4rem;
        margin: 0;
        padding: 10px;
    }
}

@media only screen and (max-width: 768px) {
    body.transact .clients p.save-text,
    body.transact .video-section p.save-text,
    body.transact .website-section p.save-text {
        font-size: 1.3rem;
        margin: 30px 50px;
        line-height: 1.5rem;
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    body.transact .clients p.save-text,
    body.transact .video-section p.save-text,
    body.transact .website-section p.save-text {
        margin: 20px 0;
    }
}

body.transact .video-section p,
body.transact .website-section p {
    text-align: center;
    width: 100%;
    padding: 0;
}

body.transact .video-section .fas,
body.transact .website-section .fas {
    color: white;
    font-size: 30px;
    opacity: 0.5;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 3;
}

body.transact .video-section > div:hover .fas,
body.transact .website-section > div:hover .fas {
    opacity: 1;
}

body.transact .latest-news {
    margin-bottom: 80px;
    padding-top: 60px;
}

body.transact .latest-news h1 {
    color: #ffffff;
    display: flex;
    justify-content: center;
}

body.transact .latest-news h1 .fas {
    margin-left: 8px;
    padding-top: 8px;
}

body.transact .latest-news h1 a {
    color: #ffffff;
    text-decoration: none;
}

body.transact .latest-news h1 a:hover {
    -webkit-animation: movebackground 20s linear infinite alternate;
    animation: movebackground 20s linear infinite alternate;
    background-size: 130%;
    background: linear-gradient(90deg, #c13c8d, #f29925, #efc000, #89c53f, #12b193, #0baeb9, #2a72af, #12b193, #89c53f, #efc000, #f29925, #c13c8d);
    color: rgba(0, 0, 0, 0.05);
    background-clip: text;
    -webkit-background-clip: text;
}

body.transact .latest-news .container {
    align-items: stretch;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 992px) {
    body.transact .latest-news .container {
        flex-direction: column;
    }
}

body.transact .latest-news .container > div {
    color: #52c7b6;
    display: flex;
    flex-direction: column;
    min-height: 300px;
    padding: 20px 20px 60px 20px;
    position: relative;
    text-align: left;
    width: 31%;
    border: 5px solid #52c7b6;
}

@media screen and (max-width: 992px) {
    body.transact .latest-news .container > div {
        width: 100%;
        margin: 0 0 30px 0;
    }
}

body.transact .latest-news .container > div .blog-date {
    font-style: italic;
    margin-bottom: 20px;
}

body.transact .latest-news .container > div h2 {
    font-size: 1.4em;
    margin: 0 0 10px 0;
    line-height: 1.2em;
}
body.transact .latest-news .container > div p {
    color: #c1fff9;
    font-size: 18px;
}

body.transact .latest-news .container > div .read-more-link {
    bottom: 0;
    left: 0;
    position: absolute;
    padding: 10px 20px;
    color: #fec93b;
}

body.transact .latest-news .container > div .read-more-link a {
    color: #fec93b;
    font-weight: 800;
    text-decoration: none;
    position: relative;
}
body.transact .latest-news .container > div .read-more-link a:after {
    content: "";
    background: #fec93b;
    height: 1px;
    display: block;
    position: absolute;
    width: 0%;
    left: 0;
    transition: ease all 250ms;
    bottom: -5px;
}
body.transact .latest-news .container > div .read-more-link a:hover:after {
    width: 100%;
}

body.transact .page-template-homepage .services {
    padding-top: 730px;
}

@media only screen and (max-width: 768px) {
    body.transact .page-template-homepage .services {
        padding-top: 560px;
    }
}

@media only screen and (max-width: 576px) {
    body.transact .page-template-homepage .services {
        padding-top: 460px;
    }
}

body.transact .page-template-homepage .loading {
    margin-top: 180px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

body.transact .case-study {
    background: #fff;
    color: #000104;
    /* font-size: 0; */
    margin-top: 55px;
}

body.transact .case-study h1 {
    font-size: 43px;
    margin-top: 40px;
}

body.transact .case-study h2 {
    font-size: 32px;
}

body.transact .case-study h3 {
    font-size: 24px;
}

body.transact .case-study ul {
    font-size: 20px;
}

body.transact .case-study .hero img {
    width: 100%;
    height: auto;
}

body.transact .case-study .container {
    text-align: left;
    padding: 0 30px;
}

@media only screen and (max-width: 992px) {
    body.transact .case-study .container {
        width: 90%;
    }
}

body.transact .case-study .container.sunmark-logo {
    display: flex;
    justify-content: center;
    margin: 60px auto;
}

body.transact .case-study .description {
    color: #ffffff;
    display: flex;
    margin-top: 0;
    height: auto;
    overflow: hidden;
}

body.transact .case-study .description.pathfinder .tagline {
    background: #8a2332;
}

body.transact .case-study .description.pathfinder .client-info {
    color: #000104;
    background: #ffffff;
}

body.transact .case-study .description.sfcu .tagline {
    background: #89c53f;
}

body.transact .case-study .description.sfcu .client-info {
    background: #ddf0ff;
}

body.transact .case-study .description.uhr .tagline {
    background: #00aab8;
}

body.transact .case-study .description.uhr .client-info {
    background: #97babd;
}

body.transact .case-study .description.nepa .tagline {
    background: #075f2b;
}

body.transact .case-study .description.nepa .client-info {
    background: #ddf0ff;
}

body.transact .case-study .description.cfds .tagline {
    background: #290c54;
}

body.transact .case-study .description.cfds .client-info {
    background: #ebf8f8;
}

body.transact .case-study .description.cc-bg .tagline {
    background: #22a349;
}

body.transact .case-study .description.cc-bg .client-info {
    background: #e8ecf0;
}

body.transact .case-study .description > div {
    display: flex;
    align-items: center;
    text-align: left;
}

body.transact .case-study .description > div:first-child {
    width: 30%;
}

body.transact .case-study .description > div:nth-child(2) {
    width: 70%;
}

@media only screen and (max-width: 992px) {
    body.transact .case-study .description > div:nth-child(2) {
        width: auto;
    }
}

body.transact .case-study .description > div.tagline {
    font-family: "Poppins", sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    justify-content: center;
    line-height: 1.1em;
    padding: 50px;
}

body.transact .case-study .description > div.tagline.light-green {
    background: #89c53f;
}

body.transact .case-study .description > div.tagline.dark-green {
    background: #12b193;
}

body.transact .case-study .description > div.tagline.maroon {
    background: #8a2332;
}

@media only screen and (max-width: 992px) {
    body.transact .case-study .description > div.tagline {
        width: 100%;
        padding: 20px 50px 50px;
    }
}

@media only screen and (max-width: 768px) {
    body.transact .case-study .description > div.tagline {
        width: 100%;
    }
}

body.transact .case-study .description > div.client-info {
    color: #000104;
    font-family: "Open Sans", sans-serif;
    padding: 50px;
    align-items: flex-start;
    flex-direction: column;
}

body.transact .case-study .description > div.client-info h1 {
    margin: 50px 0 0;
}

@media only screen and (max-width: 768px) {
    body.transact .case-study .description > div.client-info {
        padding: 0 30px 50px 30px;
    }
    body.transact .case-study .description > div.tagline {
        padding: 50px 30px;
    }
    body.transact .case-study .black-bg {
        padding: 30px 0 50px 0;
    }
}

body.transact .case-study .description > div.client-info h2 {
    font-size: 1.3rem;
    margin: 20px 0 0 0;
}

body.transact .case-study .description > div.client-info p {
    line-height: 1.3;
    margin-bottom: 0;
}

body.transact .case-study .description > div.client-info ul {
    display: flex;
    flex-wrap: wrap;
    font-size: 1rem;
    padding: 0;
    margin: 0;
}

@media only screen and (max-width: 768px) {
    body.transact .case-study .description > div.client-info ul {
        flex-direction: column;
    }
}

body.transact .case-study .description > div.client-info ul li {
    margin-left: 30px;
}

body.transact .case-study .description > div.client-info ul li:first-child {
    list-style-type: none;
    margin-left: 0;
}

@media only screen and (max-width: 768px) {
    body.transact .case-study .description > div.client-info ul li:first-child {
        list-style-type: disc;
        margin-left: 30px;
    }
}

@media only screen and (max-width: 992px) {
    body.transact .case-study .description {
        flex-direction: column;
        height: auto;
    }

    body.transact .case-study .description > div.slogan {
        width: auto;
    }

    body.transact .case-study .description > div.description {
        width: auto;
    }
}

body.transact .case-study .services-provided {
    background: url("images/icons/hp-bg.jpg");
    background-size: cover;
    color: white;
    min-height: 100px;
}

body.transact .case-study .case-study-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 345px;
}

body.transact .case-study .case-study-logo img {
    width: 300px;
    height: auto;
}

body.transact .case-study .case-study-logo.pathfinder {
    background: #f9f5e7;
}

body.transact .case-study .case-study-logo.uhr {
    color: #00aab8;
    justify-content: center;
    font-size: 1.5rem;
}

@media only screen and (max-width: 992px) {
    body.transact .case-study .case-study-logo.uhr {
        flex-direction: column;
        height: auto;
    }
}

body.transact .case-study .case-study-logo.uhr div {
    min-width: 100px;
    margin: 0 30px;
}

body.transact .case-study .case-study-logo.li-logo {
    background: #e7f4f7;
}

body.transact .case-study .case-study-logo.li-logo img {
    width: 800px;
}

@media only screen and (max-width: 992px) {
    body.transact .case-study .case-study-logo.li-logo img {
        width: 90%;
    }
}

body.transact .case-study .case-study-logo.st-peters img {
    width: 600px;
}

@media only screen and (max-width: 768px) {
    body.transact .case-study .case-study-logo.st-peters img {
        width: 100%;
    }
}

@media only screen and (max-width: 992px) {
    body.transact .case-study .picture img {
        width: 100%;
        height: auto;
    }
}

body.transact .case-study .approach {
    padding-bottom: 70px;
}

body.transact .case-study .approach .container .statbox {
    width: 100%;
    margin-top: 60px;
    display: flex;
}

body.transact .case-study .approach .container .statbox .picture img {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 992px) {
    body.transact .case-study .approach .container .statbox {
        flex-direction: column;
    }
}

body.transact .case-study .approach .container .statbox > div {
    width: 50%;
    min-height: 400px;
}

@media only screen and (max-width: 992px) {
    body.transact .case-study .approach .container .statbox > div {
        width: 100%;
    }
}

body.transact .case-study .approach .container .statbox > div > div {
    width: 50%;
}

body.transact .case-study .approach .container .boxes {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
}

body.transact .case-study .approach .container .boxes span {
    font-size: 3.5em;
    font-weight: 600;
}

body.transact .case-study .approach .container .boxes span.teal {
    color: #00aab8;
}

body.transact .case-study .approach .container .boxes span.orange {
    color: #f69331;
}

body.transact .case-study .approach .container .boxes span.maroon {
    color: #8a2332;
}

body.transact .case-study .approach .container .boxes div {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 150px;
    text-align: center;
}

body.transact .case-study .approach .container .boxes p {
    width: 60%;
}

body.transact .case-study .approach h2 {
    margin-top: 80px;
}

body.transact .case-study .icon-row {
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 992px) {
    body.transact .case-study .icon-row {
        display: none;
    }
}

body.transact .case-study .icon-row img {
    height: auto;
    width: 120px;
}

body.transact .case-study .website-design {
    position: relative;
}

body.transact .case-study .website-design .website-design-bg {
    height: 350px;
    margin-top: -8px;
    width: 100%;
}

body.transact .case-study .website-design .website-design-bg img {
    width: 100%;
    height: auto;
}

body.transact .case-study .website-design .website-design-bg.cc {
    background: url("images/case-studies/ccag/website-bg.png");
    background-size: cover;
}

body.transact .case-study .website-design.pathfinder {
    margin-top: 350px;
}

@media only screen and (max-width: 992px) {
    body.transact .case-study .website-design img {
        height: auto;
        width: 100%;
    }
}

body.transact .case-study .website-design h2 {
    color: #ffffff;
}

body.transact .case-study .website-design p {
    margin: 80px auto;
}

body.transact .case-study .website-design .container {
    margin-top: -350px;
    text-align: center;
}

body.transact .case-study .website-design .container p {
    text-align: left;
}

body.transact .case-study .website-design .icons {
    margin: 80px 0;
}

body.transact .case-study .website-design .icon-row {
    display: flex;
    justify-content: space-between;
    margin: 50px auto;
    /*@media only screen and (max-width: $md-breakpoint) {
				flex-direction: column;
				padding: 0;
			}*/
}

@media only screen and (max-width: 992px) {
    body.transact .case-study .website-design .icon-row {
        display: none;
    }
}

body.transact .case-study .website-design .icon-row img {
    align-self: center;
}

body.transact .case-study .website-design .mobile-devices {
    display: flex;
    padding-left: 90px;
    justify-content: space-around;
}

@media only screen and (max-width: 992px) {
    body.transact .case-study .website-design .mobile-devices {
        flex-direction: column;
        padding: 0;
    }
}

body.transact .case-study .website-design .mobile-devices img {
    align-self: center;
}

body.transact .case-study .website-design .mobile-devices img.phone {
    max-width: 232px;
}

@media only screen and (max-width: 992px) {
    body.transact .case-study .website-design .mobile-devices img.nepa_tablet {
        width: 100%;
    }
}

@media only screen and (max-width: 992px) {
    body.transact .case-study .website-design .mobile-devices img:nth-child(2) {
        width: 100%;
        height: auto;
    }
}

body.transact .case-study .online-marketing,
body.transact .case-study .cfds-subranding {
    align-items: center;
    background: gray;
    display: flex;
    margin: 60px 0;
    height: 270px;
}

body.transact .case-study .online-marketing h2,
body.transact .case-study .cfds-subranding h2 {
    margin-top: 20px;
}

@media only screen and (max-width: 992px) {
    body.transact .case-study .online-marketing,
    body.transact .case-study .cfds-subranding {
        margin: 0;
    }
}

body.transact .case-study .online-marketing.belvedere-bg,
body.transact .case-study .cfds-subranding.belvedere-bg {
    height: 362px;
}

@media only screen and (max-width: 992px) {
    body.transact .case-study .online-marketing.belvedere-bg,
    body.transact .case-study .cfds-subranding.belvedere-bg {
        height: auto;
    }
}

body.transact .case-study .online-marketing.belvedere-bg h2,
body.transact .case-study .cfds-subranding.belvedere-bg h2 {
    margin-top: 35px;
}

body.transact .case-study .online-marketing.airport-bg,
body.transact .case-study .cfds-subranding.airport-bg {
    color: white;
    background: #131243;
    margin: 0;
}

@media only screen and (max-width: 992px) {
    body.transact .case-study .online-marketing.airport-bg,
    body.transact .case-study .cfds-subranding.airport-bg {
        color: #131243;
    }
}

@media only screen and (max-width: 992px) {
    body.transact .case-study .online-marketing,
    body.transact .case-study .cfds-subranding {
        height: auto;
    }
}

body.transact .case-study .online-marketing .container,
body.transact .case-study .cfds-subranding .container {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 992px) {
    body.transact .case-study .online-marketing .container,
    body.transact .case-study .cfds-subranding .container {
        flex-direction: column;
    }
}

body.transact .case-study .online-marketing .container img,
body.transact .case-study .cfds-subranding .container img {
    width: 100%;
    height: auto;
    margin-top: 80px;
}

body.transact .case-study .online-marketing .container img.fca-mobile,
body.transact .case-study .cfds-subranding .container img.fca-mobile {
    width: 175px;
}

body.transact .case-study .online-marketing .container > div,
body.transact .case-study .cfds-subranding .container > div {
    width: 50%;
    padding: 30px;
}

@media only screen and (max-width: 992px) {
    body.transact .case-study .online-marketing .container > div,
    body.transact .case-study .cfds-subranding .container > div {
        width: auto;
    }
}

@media only screen and (max-width: 992px) {
    body.transact .case-study .online-marketing,
    body.transact .case-study .cfds-subranding {
        background: none !important;
    }
}

body.transact .case-study .cfds-subranding {
    height: auto;
}

body.transact .case-study .cfds-subranding .container > div {
    display: flex;
    flex-direction: column;
}

body.transact .case-study .cfds-subranding .container > div:nth-child(2) {
    align-items: center;
}

body.transact .case-study .cfds-subranding .container img {
    margin-top: 0;
    width: 350px !important;
}

body.transact .case-study .sunmark-marketing {
    display: flex;
    width: 100%;
}

body.transact .case-study .sunmark-marketing > div {
    max-height: 530px;
    overflow: hidden;
}

body.transact .case-study .sunmark-marketing > div:first-child {
    width: 70%;
}

body.transact .case-study .sunmark-marketing > div:nth-child(2) {
    background: #fdba30;
    width: 30%;
}

body.transact .case-study .ad-cards {
    margin: 150px 0;
}

@media only screen and (max-width: 992px) {
    body.transact .case-study .ad-cards.innerlakes {
        margin-top: 260px;
    }
}

body.transact .case-study .ad-cards.cc {
    margin: 30px 0;
}

body.transact .case-study .ad-cards.cc img {
    box-shadow:
        0 3px 6px rgba(0, 0, 0, 0.16),
        0 3px 6px rgba(0, 0, 0, 0.23);
}

body.transact .case-study .ad-cards .container {
    justify-content: space-between;
    display: flex;
}

@media only screen and (max-width: 992px) {
    body.transact .case-study .ad-cards .container {
        flex-direction: column;
    }
}

body.transact .case-study .ad-cards .container > div {
    margin-top: 20px;
    width: 47%;
}

@media only screen and (max-width: 992px) {
    body.transact .case-study .ad-cards .container > div {
        width: auto;
    }
}

body.transact .case-study .ad-cards .container > div img {
    width: 100%;
    height: auto;
}

body.transact .case-study .ad-cards .container > div img.green-border {
    border-bottom: 10px solid #89c53f;
}

body.transact .case-study .cc-adcards img {
    box-shadow:
        0 3px 6px rgba(0, 0, 0, 0.16),
        0 3px 6px rgba(0, 0, 0, 0.23);
    margin-top: 30px;
    width: 95%;
}

body.transact .case-study .company-image img {
    width: 100%;
    height: auto;
    /*@media only screen and (max-width: $lg-breakpoint) {
				width: auto;
			}*/
}

body.transact .case-study .testimonial {
    padding: 80px 0;
}

body.transact .case-study .testimonial .container {
    text-align: center;
}

body.transact .case-study .testimonial .container span {
    margin-top: 40px;
}

body.transact .case-study .results {
    color: #ffffff;
    background: #000000;
    padding: 30px 0;
}

body.transact .case-study .results .container {
    text-align: center;
}

body.transact .case-study .results .stats {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

body.transact .case-study .results .stats img {
    width: 90px;
    height: auto;
}

@media only screen and (max-width: 992px) {
    body.transact .case-study .results .stats {
        flex-direction: column;
        /*img {
					width: auto;
				}*/
    }
}

body.transact .case-study .results .stats > div {
    width: 30%;
}

@media only screen and (max-width: 992px) {
    body.transact .case-study .results .stats > div {
        width: 100%;
    }
}

body.transact .case-study .results .stats p {
    font-size: 1rem;
}

body.transact .case-study .results .cta-box {
    font-weight: 800;
    margin-top: 50px;
}

body.transact .case-study .results .cta-box span {
    color: #efc000;
    font-size: 2rem;
}

body.transact .case-study .results .cta-box a {
    color: #efc000;
    text-decoration: none;
    position: relative;
    /*&:after {
					content:'';
					background: $yellow;
					display: block;
					height: 5px;
					width: 100%;
				}*/
}

body.transact .case-study .col3 {
    align-items: flex-start;
    display: flex;
    justify-content: center;
    width: 100%;
}

@media only screen and (max-width: 992px) {
    body.transact .case-study .col3 {
        flex-direction: column;
    }
}

body.transact .case-study .col3 > div {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 33%;
}

@media only screen and (max-width: 992px) {
    body.transact .case-study .col3 > div {
        width: 100%;
    }
}

body.transact .case-study .col3 > div ul {
    padding-left: 0;
    width: 100%;
}

body.transact .case-study .col3 > div ul li {
    list-style-type: none;
    padding: 5px 2%;
    width: 98%;
}

body.transact .case-study .col3 > div ul li:nth-child(even) {
    background: #eee;
}

body.transact .case-study .col3.cfds img {
    width: 100%;
    height: auto;
}

body.transact .case-study .col3.cfds > div {
    margin-right: 30px;
    margin-top: 20px;
}

@media only screen and (max-width: 992px) {
    body.transact .case-study .col3.cfds > div {
        margin-right: 0;
    }
}

body.transact .case-study .col3.pathfinder > div {
    margin: 20px auto;
    height: 100px;
}

body.transact .case-study .col3.belvedere {
    padding-bottom: 60px;
}

body.transact .case-study .col3.belvedere > div {
    margin-right: 30px;
    margin-top: 60px;
}

body.transact .case-study .col3.cc {
    justify-content: space-between;
    padding: 25px 0 50px;
}

body.transact .case-study .col3.cc img {
    margin-top: 25px;
}

body.transact .case-study .col3.albany-airport {
    padding: 0;
    align-items: center;
}

body.transact .case-study .col3.albany-airport > div {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media only screen and (max-width: 992px) {
    body.transact .case-study .col3.albany-airport > div {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 992px) {
    body.transact .case-study .col3.albany-airport:nth-child(2) {
        display: none;
    }
}

body.transact .case-study .col4 {
    align-items: center;
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 992px) {
    body.transact .case-study .col4 {
        flex-direction: column;
    }
}

body.transact .case-study .col4 div {
    width: 25%;
    margin-top: 20px;
}

@media only screen and (max-width: 992px) {
    body.transact .case-study .col4 div {
        width: 100%;
    }
}

body.transact .case-study .col4 div img {
    width: 100%;
    height: auto;
}

body.transact .case-study .videoblock {
    min-height: 900px;
}

body.transact .case-study .videoblock.long-island {
    min-height: 0;
}

body.transact .case-study .vidblurb {
    color: #ffffff;
    margin-top: 50px;
    padding: 20px 0;
}

body.transact .case-study .vidblurb h2 {
    margin-top: 20px;
}

body.transact .case-study .vidblurb.cfds {
    background: #ad0875;
}

body.transact .case-study .vidblurb.pathfinder {
    background: #8a2332;
}

body.transact .case-study .vidblurb.long-island {
    background: #63abc7;
    color: #000000;
}

body.transact .case-study .divider {
    display: flex;
    width: 100%;
    height: 7px;
}

body.transact .case-study .divider > div {
    width: 33.3%;
}

body.transact .case-study .divider > div:first-child {
    background: #97babd;
}

body.transact .case-study .divider > div:nth-child(2) {
    background: #c79213;
}

body.transact .case-study .divider > div:nth-child(3) {
    background: #8a2332;
}

body.transact .case-study .colorbar {
    width: 100%;
}

body.transact .case-study .fca-image img {
    height: auto;
    margin-bottom: 50px;
    width: 100%;
}

body.transact .case-study .cfds-logo {
    text-align: center;
}

@media only screen and (max-width: 992px) {
    body.transact .case-study .cfds-logo img {
        width: 80%;
        height: auto;
    }
}

body.transact .case-study .cfds-logo-study {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 50px auto;
}

@media only screen and (max-width: 992px) {
    body.transact .case-study .cfds-logo-study {
        flex-direction: column;
    }
}

@media only screen and (max-width: 992px) {
    body.transact .case-study .cfds-logo-study img {
        width: 90%;
    }
}

body.transact .case-study .cfds-slider {
    width: 350px;
    height: 150px;
}

body.transact .case-study .cfds-marketing {
    background: #eee;
    margin-bottom: 50px;
}

@media only screen and (max-width: 992px) {
    body.transact .case-study .cfds-marketing img {
        width: 100%;
        height: auto;
    }
}

body.transact .case-study .cc-marketing {
    background: #eee;
}

body.transact .case-study .cc-marketing img {
    box-shadow:
        0 3px 6px rgba(0, 0, 0, 0.16),
        0 3px 6px rgba(0, 0, 0, 0.23);
}

@media only screen and (max-width: 992px) {
    body.transact .case-study .cc-marketing img {
        width: 100%;
        height: auto;
    }
}

body.transact .case-study .full-width {
    height: auto;
    width: 100%;
}

body.transact .case-study .half {
    padding: 30px 0;
    margin-top: -7px;
    position: relative;
    display: flex;
    margin-bottom: 30px;
}

@media only screen and (max-width: 992px) {
    body.transact .case-study .half {
        flex-direction: column;
    }
}

body.transact .case-study .half:after {
    content: "";
    clear: both;
    display: table;
}

body.transact .case-study .half > div {
    float: left;
    width: 45%;
    margin-right: 30px;
}

body.transact .case-study .half > div img {
    width: 100%;
}

@media only screen and (max-width: 992px) {
    body.transact .case-study .half > div {
        width: 90%;
    }
}

body.transact .case-study .half.pathfinder {
    margin: 0;
    padding: 0;
}

body.transact .case-study .half.pathfinder > div {
    margin: 0;
    padding: 0;
    width: 50%;
}

@media only screen and (max-width: 992px) {
    body.transact .case-study .half.pathfinder > div {
        width: 100%;
    }
}

body.transact .case-study .teal-bg {
    background: #00aab8;
}

body.transact .case-study .orange-bg {
    background: #f69331;
}

body.transact .case-study .maroon-bg {
    background: #8a2332;
}

body.transact .case-study .gray-bg {
    background: #97babd;
}

body.transact .case-study .sunmark-gray-bg {
    background: #d4dae2;
}

body.transact .case-study .lt-gray-bg {
    background: #e8ecf0;
}

body.transact .case-study .gold-bg {
    background: #c79213;
}

body.transact .case-study .green-bg {
    background: #89c53f;
}

body.transact .case-study .cream-bg {
    background: #fce57c;
}

body.transact .case-study .blue-bg {
    background: #0baeb9;
}

body.transact .case-study .yellow-bg {
    background: #f4b335;
}

body.transact .case-study .dark-yellow-bg {
    background: #fdba30;
}

body.transact .case-study .orange-bg {
    background: #f69331;
}

body.transact .case-study .aqua-bg {
    background: #00a8d0;
}

body.transact .case-study .plum-bg {
    background: #ad0875;
}

body.transact .case-study .navy-bg {
    background: #092f57;
}

body.transact .case-study .lt-aqua-bg {
    background: #2cbcdb;
}

body.transact .case-study .lt-blue-bg {
    background: #d2eff7;
}

body.transact .case-study .belvedere-bg {
    background: #a2bdc2;
}

body.transact .case-study .cfds-bg {
    background: #ebf8f8;
}

body.transact .case-study .cfds-dark-bg {
    background: #6acbcf;
}

body.transact .case-study .airport-bg {
    background: #43b6e7;
}

body.transact .case-study .peters-bg {
    background: #bf2e1a;
}

body.transact .case-study .black-bg {
    background: #1d4c5c;
    color: #ffffff;
}

body.transact .case-study .black-bg span {
    color: #fec93b;
    width: 100%;
}

body.transact .case-study .parks-bg {
    background: #2cbff7;
}

body.transact .case-study .li-bg {
    background: #185a7d;
}

body.transact .case-study .li-blue-box {
    background: #416ba9;
}

body.transact .case-study .li-green-box {
    background: #71a850;
}

body.transact .case-study .innerlakes-bg {
    background: #4847b4;
    color: #ffffff;
    height: 350px;
}

@media only screen and (max-width: 992px) {
    body.transact .case-study .innerlakes-bg {
        background: #ffffff;
        color: #4847b4;
        margin-top: 260px;
    }
}

body.transact .case-study .teal-text {
    color: #00aab8;
}

body.transact .case-study .orange-text {
    color: #f69331;
}

body.transact .case-study .maroon-text {
    color: #8a2332;
}

body.transact .case-study .gold-text {
    color: #c79213;
}

body.transact .case-study .plum-text {
    color: #ad0875;
}

body.transact .case-study .aqua-text {
    color: #00a8d0;
}

body.transact .case-study .dark-yellow-text {
    color: #fdba30;
}

body.transact .case-study .white-text {
    color: #ffffff;
}

body.transact .case-study .belvedere-gray {
    color: #a2bdc2;
}

body.transact .case-study .bright-futures {
    width: 110px;
    height: auto;
}

body.transact .case-study .albany-evolution {
    background: #14225a;
    padding: 20px 0;
}

@media screen and (max-width: 992px) {
    body.transact .case-study .albany-evolution .container {
        flex-direction: column;
    }
}

body.transact .case-study .albany-evolution .container > div {
    padding: 20px 0;
}

@media only screen and (max-width: 992px) {
    body.transact .case-study .albany-evolution .container .arrow {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

body.transact .case-study .albany-evolution .albany-airport-logo {
    width: 550px;
}

@media only screen and (max-width: 576px) {
    body.transact .case-study .albany-evolution .albany-airport-logo {
        width: 300px;
    }
}

body.transact .case-study .airport-videos {
    background: #d7eef7;
    background: linear-gradient(180deg, #d7eef7 0%, #f1fbff 7%, #f1fbff 100%);
    padding: 40px 0 130px;
    margin-top: 40px;
}

body.transact .case-study .airport-videos .col2 {
    justify-content: space-between;
}

body.transact .case-study .airport-videos .col2 > div {
    padding-top: 30px;
    position: relative;
    width: 48%;
}

@media screen and (max-width: 992px) {
    body.transact .case-study .airport-videos .col2 > div {
        width: 100%;
    }
}

body.transact .case-study .airport-videos .col2 > div img {
    width: 100%;
}

body.transact .case-study .airport-videos .col2 > div > a:hover .play {
    opacity: 0.8;
    transition: all 0.3s ease-out;
    width: 150px;
}

body.transact .case-study .airport-videos .col2 .play {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    width: 100px;
}

body.transact .case-study .airport-videos h2 {
    color: #18194a;
    margin-bottom: 30px;
    text-align: center;
}

body.transact .case-study .airport-videos h2 .fa {
    color: #43b6e8;
}

body.transact .case-study .airport-responsive-logos {
    padding-bottom: 50px;
}

body.transact .case-study .airport-photo-block {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
    body.transact .case-study .airport-photo-block {
        flex-direction: column;
    }
}

body.transact .case-study .airport-photo-block > div {
    width: 33.33%;
}

@media screen and (max-width: 992px) {
    body.transact .case-study .airport-photo-block > div {
        width: 100%;
    }
}

body.transact .case-study .st-peters-tablet {
    margin-top: -25px;
}

body.transact .case-study .peters-stats {
    color: #000000;
}

body.transact .case-study .peters-stats .container {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 992px) {
    body.transact .case-study .peters-stats .container {
        flex-direction: column;
    }
}

body.transact .case-study .peters-stats .container > div {
    width: 47%;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 992px) {
    body.transact .case-study .peters-stats .container > div {
        width: 100%;
    }
}

body.transact .case-study .peters-stats .container > div .statblock {
    font-size: 35px;
    font-weight: bold;
    line-height: 1.1em;
}

body.transact .case-study .peters-stats .container > div .statblock span {
    color: #bf2e1a;
    font-size: 50px;
}

body.transact .case-study .peters-stats .container > div .statblock.cc span {
    color: #22a349;
}

body.transact .case-study .peters-stats .container img {
    width: 100%;
}

body.transact .case-study .peters-stats.fb {
    background: url("images/case-studies/sphp/commhosp-bg.png");
    background-size: cover;
}

body.transact .case-study .peters-stats.fb .container > div .statblock span {
    color: #00659e;
}

body.transact .belvedere-material img {
    width: 50%;
    height: auto;
}

body.transact .about ul {
    font-size: 20px;
}

body.transact .about .input-sample {
    margin: 80px;
}

body.transact .about .input-sample [type="color"],
body.transact .about .input-sample [type="date"],
body.transact .about .input-sample [type="datetime"],
body.transact .about .input-sample [type="datetime-local"],
body.transact .about .input-sample [type="email"],
body.transact .about .input-sample [type="month"],
body.transact .about .input-sample [type="number"],
body.transact .about .input-sample [type="password"],
body.transact .about .input-sample [type="search"],
body.transact .about .input-sample [type="tel"],
body.transact .about .input-sample [type="text"],
body.transact .about .input-sample [type="time"],
body.transact .about .input-sample [type="url"],
body.transact .about .input-sample [type="week"],
body.transact .about .input-sample input:not([type]),
body.transact .about .input-sample textarea {
    color: #000000;
    box-shadow: inset 0px -14px 8px -14px rgba(0, 0, 0, 0.34);
    border-radius: 6px;
    margin-top: 5px;
    padding: 10px;
}

body.transact .about .input-sample button,
body.transact .about .input-sample [type="button"],
body.transact .about .input-sample [type="reset"],
body.transact .about .input-sample [type="submit"] {
    background: none;
    border: 1px solid #ffffff;
    margin-top: 15;
    padding: 8px 30px;
}

body.transact .about .input-sample label,
body.transact .about .input-sample input {
    display: block;
}

body.transact .about .specialty-container {
    display: flex;
}

body.transact .specialties h1 {
    -webkit-animation: movebackground 20s linear infinite alternate;
    animation: movebackground 20s linear infinite alternate;
    background: linear-gradient(90deg, #c13c8d, #f29925, #f29925, #c13c8d);
    background-size: 130%;
    color: rgba(0, 0, 0, 0.1);
    font-size: 1em;
    line-height: 1.3em;
    background-clip: text;
    -webkit-background-clip: text;
    margin-top: 200px;
}

body.transact .specialties h3 {
    text-align: center;
    font-size: 30px;
}

body.transact .specialties p {
    color: white;
}

body.transact .specialties.cu {
    background: white;
}

body.transact .specialties .clients p {
    color: #ffffff;
}

body.transact .specialty-wrapper {
    color: black;
    background: white;
    /* partners page styles */
}

body.transact .specialty-wrapper .container {
    width: 90%;
}

body.transact .specialty-wrapper .container img {
    height: auto;
    width: 100%;
}

body.transact .specialty-wrapper a {
    color: #fe5b44;
}

body.transact .specialty-wrapper p {
    color: black;
    text-align: left;
}

body.transact .specialty-wrapper h1 {
    color: #1d4c5c;
    font-size: 3em;
    line-height: 1em;
    margin-top: 50px;
}

body.transact .specialty-wrapper h2 {
    font-size: 35px;
    font-style: normal;
    text-align: center;
}

body.transact .specialty-wrapper .page-header {
    align-items: center;
    justify-content: center;
    display: flex;
    margin-top: 50px;
}

body.transact .specialty-wrapper .page-header h2 {
    color: #444444;
    margin: 13px 0 0 5px;
}

body.transact .specialty-wrapper .page-header a {
    color: #52c7b6;
    text-decoration: none;
}

body.transact .specialty-wrapper .page-header img {
    height: auto;
    width: 50px;
    align-self: center;
}

body.transact .specialty-wrapper .services ul {
    color: #000000;
    font-size: 1.2em;
    list-style-type: none;
    margin: 0;
    padding-left: 0;
    text-align: left;
}

body.transact .specialty-wrapper .services ul li {
    padding: 5px 30px 5px 20px;
    font-size: 20px;
    min-height: 30px;
    width: 100%;
    position: relative;
}

body.transact .specialty-wrapper .services ul li:nth-child(even) {
    background: #eee;
}

body.transact .specialty-wrapper .services ul li:before {
    content: "\2022";
    margin: 0 5px;
    position: absolute;
    left: 0;
}

body.transact .specialty-wrapper .services .container {
    display: flex;
    margin-top: 30px;
}

body.transact .specialty-wrapper .services .container > div {
    width: 50%;
}

body.transact .specialty-wrapper .services .container.photo {
    display: block;
}

body.transact .specialty-wrapper .services .container.photo > div {
    width: 100%;
}

body.transact .specialty-wrapper .slick-slide {
    height: auto;
}

body.transact .specialty-wrapper .process {
    background: url("images/specialty/cu/process.png");
    background-size: cover;
    padding: 80px 0;
}

body.transact .specialty-wrapper .process .page-header {
    justify-content: flex-start;
    margin-top: 0;
}

body.transact .specialty-wrapper .process .page-header h2 {
    text-align: left;
}

body.transact .specialty-wrapper .process .container {
    flex-direction: column;
}

body.transact .specialty-wrapper .process.branding-process .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

body.transact .specialty-wrapper .process.branding-process .container > div {
    margin-top: 30px;
    width: 45%;
}

@media screen and (max-width: 768px) {
    body.transact .specialty-wrapper .process.branding-process .container > div {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    body.transact .specialty-wrapper .process.branding-process .container {
        flex-direction: column;
    }
}

body.transact .specialty-wrapper .featured {
    padding: 30px 0;
}

body.transact .specialty-wrapper .featured .page-header {
    justify-content: center;
}

body.transact .specialty-wrapper .featured p {
    text-align: center;
}

body.transact .specialty-wrapper .clients p {
    color: white;
}

body.transact .about .cu-logos,
body.transact .specialty-wrapper .cu-logos {
    margin-bottom: 50px;
}
body.transact .about .cu-logos {
    padding: 50px 0 80px 0;
}

body.transact .about .cu-logos .container,
body.transact .specialty-wrapper .cu-logos .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

body.transact .about .cu-logos .container > div,
body.transact .specialty-wrapper .cu-logos .container > div {
    text-align: center;
    align-items: center;
    display: flex;
    flex: 0 1 25%;
    justify-content: center;
    margin-top: 20px;
    min-height: 90px;
}

body.transact .about .cu-logos .container > div img,
body.transact .specialty-wrapper .cu-logos .container > div img {
    width: 60%;
}

body.transact .specialty-wrapper .page-type-credit-union-specialty h1 {
    margin-top: 50px;
}

body.transact .specialty-wrapper.video h1 {
    -webkit-animation: movebackground 10s linear infinite alternate;
    animation: movebackground 10s linear infinite alternate;
    background: linear-gradient(90deg, #c13c8d, #0baeb9, #0baeb9, #c13c8d);
    background-size: 130%;
    background-clip: text;
    -webkit-background-clip: text;
}

body.transact .specialty-wrapper.video .sizzle h3 {
    position: absolute;
    color: #ffffff;
    font-size: 2em;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

body.transact .specialty-wrapper.video .video-section p {
    color: #ffffff;
}

body.transact .specialty-wrapper.video .video-section > div .fas {
    font-size: 80px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

body.transact .specialty-wrapper.video .video-section > div:hover .fas {
    opacity: 0;
}

body.transact .specialty-wrapper.video .county-fair .container .awards {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}

body.transact .specialty-wrapper.video .county-fair .container .awards > div {
    width: 18%;
}

body.transact .specialty-wrapper.video .county-fair .container .county-logo {
    width: 300px;
}

body.transact .specialty-wrapper.membership h2 {
    color: #444444;
    margin-top: 0;
    padding-top: 50px;
}

body.transact .specialty-wrapper.membership .partner-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px 0;
}

@media only screen and (max-width: 768px) {
    body.transact .specialty-wrapper.membership .partner-logos {
        flex-direction: column;
    }
}

body.transact .specialty-wrapper.membership .partner-logos img,
body.transact .specialty-wrapper.membership .partner-logos a {
    height: auto;
    width: 31%;
}

@media only screen and (max-width: 768px) {
    body.transact .specialty-wrapper.membership .partner-logos img,
    body.transact .specialty-wrapper.membership .partner-logos a {
        width: 100%;
    }
}

body.transact .specialty-wrapper.membership .partner-logos > img {
    margin: 0 0 3px 0;
    display: block;
}

body.transact .specialty-wrapper.membership .partner-logos > a {
    margin: 0 0 3px 0;
}

body.transact .specialty-wrapper.membership .partner-logos a > img {
    width: 100%;
    display: block;
}

body.transact .specialty-wrapper.membership .gray-bg {
    background: rgba(0, 0, 0, 0.1);
}

body.transact .specialty-wrapper.membership .gray-bg .partner-logos div {
    background: #ffffff;
}

body.transact .specialty-wrapper.membership .gray-bg .partner-logos div img {
    width: 60%;
}

@media only screen and (max-width: 992px) {
    body.transact .coworking .container {
        width: 90%;
    }
}

body.transact .coworking .hero {
    background: url("images/cowork/cowork-hero.jpg");
    background-size: cover;
    padding: 200px 0;
}

body.transact .coworking .hero .container {
    text-align: left;
}

body.transact .coworking .hero .container p {
    width: 600px;
}

@media only screen and (max-width: 992px) {
    body.transact .coworking .hero .container p {
        width: 90%;
    }
}

body.transact .coworking .hero .container button {
    background: #f13346;
    border: none;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    outline: none;
    padding: 15px 30px;
}

body.transact .coworking .hero .container button:hover {
    background: #e20f24;
}

body.transact .coworking .content {
    background: url("images/cowork/cowork-bg.png");
    background-size: cover;
    padding: 40px 0;
}

body.transact .coworking .content h1 {
    margin-top: 80px;
}

body.transact .coworking .content .row {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 992px) {
    body.transact .coworking .content .row {
        flex-direction: column;
    }
}

body.transact .coworking .content .row > img {
    align-self: center;
    margin-top: 30px;
    width: 24%;
}

@media screen and (max-width: 992px) {
    body.transact .coworking .content .row > img {
        width: 100%;
    }
}

body.transact .coworking .content .row > div {
    padding: 10px;
    width: 20%;
}

@media screen and (max-width: 992px) {
    body.transact .coworking .content .row > div {
        width: 100%;
    }
}

body.transact .coworking .content .row > div p {
    font-size: 1em;
    text-align: center;
}

body.transact .coworking .content .row > div > div {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 100px;
}

body.transact .coworking .content .row > div > div > img {
    max-height: 100px;
    width: 50%;
}

@media only screen and (max-width: 992px) {
    body.transact .coworking .content .row > div > div > img {
        width: auto;
    }
}

@media screen and (max-width: 992px) {
    body.transact .coworking .content .row.two-col {
        flex-direction: column;
    }
}

body.transact .coworking .content .row.two-col div {
    width: 47%;
}

@media screen and (max-width: 992px) {
    body.transact .coworking .content .row.two-col div {
        width: 95%;
    }
}

body.transact .coworking .content .row.two-col div img {
    width: 100%;
}

body.transact .coworking .content .row.prices {
    justify-content: space-between;
}

body.transact .coworking .content .row.prices > div {
    align-items: center;
    border: 3px solid #ccc;
    color: #000;
    display: flex;
    flex-direction: column;
    height: 350px;
    justify-content: center;
    margin-top: 40px;
    width: 30%;
}

@media screen and (max-width: 992px) {
    body.transact .coworking .content .row.prices > div {
        width: 95%;
    }
}

body.transact .coworking .content .row.prices > div:first-child {
    background: url("images/cowork/dedicated.png");
    background-size: cover;
}

body.transact .coworking .content .row.prices > div:nth-child(2) {
    background: url("images/cowork/floating.png");
    background-size: cover;
}

body.transact .coworking .content .row.prices > div:nth-child(3) {
    background: url("images/cowork/tour-bg.png");
    background-size: cover;
}

body.transact .coworking .content .row.prices > div span {
    font-size: 2.4em;
    font-weight: 100;
}

body.transact .coworking .content .row.prices > div h2 {
    color: #27b0cd;
    font-size: 1.4em;
    margin-top: 0;
}

body.transact .coworking .content .row.prices > div .book {
    align-items: center;
    border: 3px solid #ccc;
    font-size: 1.4em;
    color: #27b0cd;
    display: flex;
    width: 80%;
    height: 80px;
    background: rgba(255, 255, 255, 0.5);
}

body.transact .coworking .content .row.prices > div .book a {
    text-decoration: none;
}

body.transact .coworking .content .row.prices > div .book .far {
    margin-left: 5px;
}

body.transact .coworking .content h1 {
    -webkit-animation: movebackground 20s linear infinite alternate;
    animation: movebackground 20s linear infinite alternate;
    background-size: 130%;
    background: linear-gradient(90deg, #c13c8d, #f29925, #efc000, #89c53f, #12b193, #0baeb9, #2a72af, #12b193, #89c53f, #efc000, #f29925, #c13c8d);
    color: rgba(0, 0, 0, 0.05);
    background-clip: text;
    -webkit-background-clip: text;
}

body.transact .coworking .content p {
    color: #000;
    text-align: left;
}

body.transact footer {
    text-align: left;
    /* margin-top: 50px; */
}

body.transact footer a {
    color: #ffffff;
    text-decoration: none;
}

body.transact footer a:hover {
    color: #efc000;
    transition: all 0.5s ease-out;
}

body.transact footer .contact-link {
    text-decoration: underline;
}

body.transact footer .topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background: #fff;
    text-align: left;
}

body.transact footer .topbar > div {
    width: 70%;
    display: flex;
    justify-content: center;
}

body.transact footer .topbar > div:last-child {
    text-align: right;
}

body.transact footer .topbar > div:nth-child(2) {
    text-align: center;
}

@media only screen and (max-width: 992px) {
    body.transact footer .topbar {
        flex-direction: column;
    }

    body.transact footer .topbar > div {
        margin: 15px auto;
        text-align: center;
    }

    body.transact footer .topbar > div:last-child {
        text-align: center;
    }
}

@media only screen and (max-width: 992px) {
    body.transact footer .logo {
        margin-left: 0;
    }
}

body.transact footer .bottombar {
    background: #ffffff;
    color: #000000;
    display: block;
    padding: 30px 0 80px 0;
    text-align: center;
    line-height: 1.8;
}

body.transact footer .bottombar a {
    color: black;
}

body.transact footer .bottombar a:hover {
    color: #efc000;
}

body.transact footer .bottombar .social a {
    color: black;
    font-size: 1.2rem;
    margin: 0 5px;
}

body.transact footer .arrow {
    float: right;
    margin: 3px 0 0 5px;
}

body.transact footer .arrow .fa-caret-right {
    font-size: 1.3rem;
}

/* body.transact footer .calendly-btn {
    background: #2a72af;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border: 2px solid #ffffff;
    bottom: -3px;
    color: #ffffff;
    cursor: pointer;
    font-size: 0.9em;
    padding: 15px 20px;
    position: fixed;
    right: 30px;
    transition: all 0.3s ease-out;
    z-index: 3;
}

body.transact footer .calendly-btn:hover {
    background: #0baeb9;
} */

.my-chat-button a {
    color: white !important;
    font-family: "Open Sans", sans-serif, "Font Awesome 5 Pro";
    background: linear-gradient(135deg, #214ae2 0%, #dd244b 100%);
    transition: ease all 150ms;
    transform: scale(1);
}
.my-chat-button a:hover {
    cursor: pointer;
    transform: scale(1.05);
}

body.transact footer .calendly-btn {
    background: #2a72af;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 2px solid #ffffff;
    bottom: -3px;
    color: #ffffff !important;
    cursor: pointer;
    font-size: 0.9em;
    padding: 15px 20px;
    position: fixed;
    right: 30px;
    transition: all 0.3s ease-out;
    z-index: 3;
}

body.transact footer .calendly-btn:hover {
    background: #103e65;
}

body.transact footer .badges {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center;
    width: 100%;
}

body.transact footer .badges img {
    height: auto;
    width: 150px;
}

body.transact footer .badges .divider {
    background: #000000;
    display: block;
    width: 1px;
    height: 150px;
}

@media only screen and (max-width: 768px) {
    body.transact footer .badges .divider {
        display: none;
    }
}

body.transact footer .badges > div {
    margin-top: 10px;
}

body.transact footer .badges > div:nth-child(odd) {
    padding: 0 30px;
}

body.transact footer .badges > div:after {
    background: #ffffff;
    display: block;
    height: 100px;
    width: 10px;
}

body.transact .about .header-area {
    background: url("images/headers/aboutbldg.jpg");
    background-size: cover;
    background-position: center bottom;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    width: 100%;
}

body.transact .about .header-area h1 {
    color: #ffffff;
}

body.transact .about .company-description {
    height: 380px;
    margin-bottom: 0;
    pointer-events: none;
}

body.transact .about .company-description .video {
    height: 380px;
}

body.transact .about-image-block {
    display: flex;
}

body.transact .about-image-block img {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 992px) {
    body.transact .about-image-block {
        flex-direction: column;
    }
}

body.transact .left-text-block {
    display: flex;
}

body.transact .left-text-block h2,
body.transact .left-text-block strong {
    width: 100%;
}

body.transact .left-text-block img {
    width: 100%;
    height: auto;
}

body.transact .left-text-block > div:first-child {
    padding: 0 40px 0 70px;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    flex-direction: column;
}

@media only screen and (max-width: 992px) {
    body.transact .left-text-block > div:first-child {
        width: 90%;
        padding: 40px;
    }
}

body.transact .left-text-block > div:nth-child(2) {
    width: 60%;
}

@media only screen and (max-width: 992px) {
    body.transact .left-text-block > div:nth-child(2) {
        width: 100%;
    }
}

@media only screen and (max-width: 992px) {
    body.transact .left-text-block {
        flex-direction: column;
    }
}

body.transact .right-text-block {
    display: flex;
}

body.transact .right-text-block h2,
body.transact .right-text-block strong {
    width: 100%;
}

body.transact .right-text-block img {
    width: 100%;
    height: auto;
}

body.transact .right-text-block > div:nth-child(2) {
    padding: 0 40px 0 70px;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    flex-direction: column;
}

@media only screen and (max-width: 992px) {
    body.transact .right-text-block > div:nth-child(2) {
        width: 90%;
        padding: 40px;
    }
}

body.transact .right-text-block > div:first-child {
    width: 60%;
}

@media only screen and (max-width: 992px) {
    body.transact .right-text-block > div:first-child {
        width: 100%;
    }
}

@media only screen and (max-width: 992px) {
    body.transact .right-text-block {
        flex-direction: column;
    }
}

body.transact .our-clients {
    padding: 60px 0 110px 0;
}

@media only screen and (max-width: 992px) {
    body.transact .our-clients .container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media only screen and (max-width: 992px) {
    body.transact .our-clients .container h2 {
        margin-left: -30px;
    }
}

body.transact .our-clients img {
    margin: 50px 50px 0 0;
}

body.transact .leadership,
body.transact .targeted {
    color: #000000;
    display: flex;
    height: auto;
    margin-top: 0;
    overflow: hidden;
}

@media only screen and (max-width: 992px) {
    body.transact .leadership,
    body.transact .targeted {
        flex-direction: column;
    }
}

body.transact .leadership > div:first-child,
body.transact .targeted > div:first-child {
    padding: 10px 70px;
    width: 32%;
}

body.transact .leadership > div:first-child p,
body.transact .targeted > div:first-child p {
    margin-top: 0;
}

@media only screen and (max-width: 992px) {
    body.transact .leadership > div:first-child,
    body.transact .targeted > div:first-child {
        padding: 10px 30px 30px 30px;
        width: 100%;
    }
}

body.transact .leadership > div:nth-child(2),
body.transact .targeted > div:nth-child(2) {
    width: 68%;
}

body.transact .leadership > div:nth-child(2) img,
body.transact .targeted > div:nth-child(2) img {
    height: auto;
    width: 100%;
}

@media only screen and (max-width: 992px) {
    body.transact .leadership > div:nth-child(2),
    body.transact .targeted > div:nth-child(2) {
        width: 100%;
    }
}

@media only screen and (max-width: 992px) {
    body.transact .targeted {
        flex-direction: column-reverse;
    }
}

body.transact .targeted > div:first-child {
    padding: 0;
    width: 60%;
}

body.transact .targeted > div:first-child img {
    height: auto;
    width: 100%;
}

@media only screen and (max-width: 992px) {
    body.transact .targeted > div:first-child {
        width: 100%;
    }
}

body.transact .targeted > div:nth-child(2) {
    padding: 20px 40px;
    width: 40%;
}

body.transact .targeted > div:nth-child(2) img {
    height: auto;
    width: 100%;
}

@media only screen and (max-width: 992px) {
    body.transact .targeted > div:nth-child(2) {
        width: 100%;
    }
}

body.transact .team .container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 60px 0;
    text-align: center;
}

body.transact .team .container p {
    margin: 0;
    line-height: 20px;
}

body.transact .team .container strong {
    margin: 20px 0 5px;
}

body.transact .team .container > div {
    display: flex;
    flex-wrap: flex;
    flex-direction: column;
    margin: 50px 20px 0 0;
}

body.transact .collaborative {
    padding: 40px 0;
}

body.transact .results-driven {
    padding: 70px 0;
}

body.transact .results-driven p {
    width: 50%;
}

@media only screen and (max-width: 768px) {
    body.transact .results-driven p {
        width: 100%;
    }
}

body.transact .results-driven img {
    position: absolute;
    top: 20px;
    right: -180px;
}

@media only screen and (max-width: 768px) {
    body.transact .results-driven img {
        display: none;
    }
}

body.transact .full-wrapper {
    position: relative;
}

body.transact .full-wrapper .results-icon {
    width: 220px;
    height: auto;
    position: absolute;
    right: -50px;
    top: -10px;
}

body.transact .services-box {
    display: flex;
    overflow: hidden;
}

@media screen and (max-width: 992px) {
    body.transact .services-box {
        flex-direction: column;
    }
}

body.transact .services-box > div {
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
    text-align: center;
    width: 50%;
}

body.transact .services-box > div h2,
body.transact .services-box > div p {
    padding: 0 40px;
    text-align: left;
}

body.transact .services-box > div img {
    margin: 0 auto;
    height: auto;
    width: 30%;
}

body.transact .services-box > div img.magnet {
    width: 50%;
}

@media only screen and (max-width: 768px) {
    body.transact .services-box > div {
        padding: 0;
        min-height: 300px;
    }
}

@media only screen and (max-width: 992px) {
    body.transact .services-box > div {
        width: 100%;
    }
}

@media only screen and (max-width: 992px) {
    body.transact .services-box:nth-child(even) {
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 992px) {
    body.transact .services-box:nth-child(odd) {
        flex-direction: column;
    }
}

body.transact .services-box.strategy {
    margin-top: 50px;
}

body.transact .services-img {
    height: auto;
    width: 100%;
}

body.transact h1.services {
    -webkit-animation: movebackground 20s linear infinite alternate;
    animation: movebackground 20s linear infinite alternate;
    background-size: 130%;
    background: linear-gradient(90deg, #12b193, #89c53f, #0baeb9, #2a72af, #0baeb9, #89c53f, #12b193);
    color: rgba(0, 0, 0, 0.05);
    background-clip: text;
    -webkit-background-clip: text;
    font-weight: bold;
    margin: 40px 0 10px 0;
}

body.transact h2.services {
    font-size: 25px;
    margin-top: 10px;
}

body.transact .service-icons {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 30px auto;
}

@media only screen and (max-width: 768px) {
    body.transact .service-icons {
        flex-direction: column;
    }
}

body.transact .service-icons img {
    margin: 20px 10px;
}

body.transact .blog-list {
    color: #000000;
}

body.transact .blog-list .blog-entry {
    text-align: left;
}

body.transact .blog-list .blog-entry img {
    width: 100%;
    height: auto;
}

body.transact .blog-list .blog-entry h2 {
    margin-bottom: 0;
}

body.transact .blog-list .blog-entry a {
    color: #efc000;
}

body.transact .blog-list .blog-entry a:hover {
    color: #f29925;
}

body.transact .blog-list .blog-entry .date {
    margin-bottom: 10px;
}

@media only screen and (max-width: 992px) {
    body.transact .blog-post h1 {
        font-size: 38px;
        line-height: 1.2em;
    }
}

body.transact .blog-post .container {
    text-align: left;
    max-width: 800px;
}

body.transact .blog-post .container img {
    width: 100%;
    height: auto;
}

body.transact .blog-post .blog-header {
    width: 100%;
}

body.transact.menu-open {
    overflow: hidden;
}

body.transact h1,
body.transact h2,
body.transact h3,
body.transact h4,
body.transact h5,
body.transact h6 {
    font-family: "Poppins", sans-serif;
}

body.transact h1 {
    font-size: 2.4em;
}

body.transact h1.masked {
    -webkit-animation: movebackground 10s linear infinite alternate;
    animation: movebackground 10s linear infinite alternate;
    background: linear-gradient(90deg, #c13c8d, #0baeb9, #0baeb9, #c13c8d);
    background-size: 130%;
    background-clip: text;
    color: rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 100%;
    -webkit-background-clip: text;
}

body.transact h2 {
    font-size: 2.2em;
    margin: 50px 0 10px;
}

body.transact h3 {
    font-size: 1.4em;
    margin: 10px 0 0;
    text-align: left;
}

body.transact a {
    color: #2a72af;
    text-decoration: none;
}

body.transact a:hover {
    color: #1d4c5c;
}

body.transact ul,
body.transact ol {
    margin: 0 0 30px 0;
    padding: 0 0 0 18px;
}
body.transact li {
    margin: 0 0 10px 0;
}
body.transact strong {
    font-size: inherit;
    line-height: inherit;
    font-weight: bold;
}
body.transact p {
    font-size: 1.2rem;
    line-height: 2em;
    margin: 30px 0;
}
@media (max-width: 600px) {
    body.transact p,
    body.transact strong {
        font-size: 1rem;
        line-height: 2em;
    }
    body.transact .blog-post h1 {
        font-size: 28px;
        line-height: 1.2em;
    }
    body.transact h2 {
        font-size: 1.8em;
    }
}

body.transact .blue {
    color: #2793ae;
}

body.transact .green {
    color: #017f01;
    font-weight: bold;
}

body.transact .logo {
    display: flex;
    align-items: center;
    font-family: "Poppins", sans-serif;
    position: relative;
    /*&.coworking {
				div {
					&:first-child {
						left: auto;
						height: auto;
						width: 145px;
					}
				}
			}*/
}

@media only screen and (max-width: 576px) {
    body.transact .logo {
        font-size: 1.3rem;
    }
}

body.transact .logo div {
    clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0 100%);
    position: relative;
}

body.transact .logo div:first-child:not(.coworking) {
    left: 20px;
    height: 28px;
    width: 145px;
}

@media only screen and (max-width: 576px) {
    body.transact .logo div:first-child {
        width: 115px;
    }
}

body.transact .logo div:nth-child(3) {
    left: 0px;
    height: 28px;
    width: 145px;
}

body.transact .logo div span {
    left: 0px;
    display: block;
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: 0.5s all ease-out;
}

body.transact .footer_logo img {
    width: 250px;
}

body.transact .border {
    background: #1d4c5c;
    display: block;
    height: 1px;
    padding: 0;
    position: relative;
    width: 100%;
}

body.transact .company-description {
    background-size: cover;
    margin-bottom: 50px;
    /* height: 300px; */
    overflow: hidden;
    height: auto;
    padding: 0 0 50px 0;
    position: relative;
    text-align: center;
}

@media only screen and (max-width: 1200px) {
    body.transact .company-description {
        /* height: 300px; */
    }
}

@media only screen and (max-width: 1200px) {
    body.transact .company-description {
        /* height: 380px; */
    }
}

@media only screen and (max-width: 576px) {
    body.transact .company-description {
        /* height: 620px; */
    }
}

@media only screen and (max-width: 992px) {
    body.transact .company-description {
        background: url("images/video-bg.jpeg");
        background-size: cover;
        padding: 0 0;
    }
}

body.transact .company-description .container {
    margin: 0 auto;
    text-align: center;
    padding: 0 50px;
}

body.transact .company-description .container p {
    text-align: center;
}

body.transact .company-description .video {
    /* height: 300px; */
    overflow: hidden;
    position: absolute;
    width: 100%;
}

@media only screen and (max-width: 992px) {
    body.transact .company-description .video {
        display: none;
    }
}

body.transact .company-description .video > div {
    margin-top: -340px;
}

@media only screen and (max-width: 1200px) {
    body.transact .company-description .video > div {
        margin-top: -200px;
    }
}

body.transact .company-description h2 {
    margin: 60px 0 0 0;
    width: 1700px;
}

@media only screen and (max-width: 1200px) {
    body.transact .company-description h2 {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 992px) {
    body.transact .company-description h2 {
        margin-top: 0px;
        text-align: center !important;
    }
}

body.transact .company-description p {
    text-align: left;
}

body.transact .company-description .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
}

@media screen and (max-width: 992px) {
    body.transact .company-description .container {
        flex-direction: column;
    }
}

@media only screen and (max-width: 992px) {
    body.transact .company-description .container {
        padding: 50px 0;
        width: 90%;
    }
}

body.transact .subtle-link a {
    text-decoration: none;
}

body.transact .subtle-link-pv a {
    color: #8a2332;
    text-decoration: none;
}

body.transact .subtle-link-uh a {
    color: #00aab8;
    text-decoration: none;
}

body.transact .subtle-link-belv a {
    color: #00a8d0;
    text-decoration: none;
}

body.transact .subtle-link-sunmark a {
    color: #fdba30;
    text-decoration: none;
}

body.transact .subtle-link-fca a {
    color: #28ace2;
    text-decoration: none;
}

body.transact .subtle-link-nepa a {
    color: #075f2b;
    text-decoration: none;
}

body.transact .subtle-link-sfcu a {
    color: #89c53f;
    text-decoration: none;
}

body.transact .subtle-link-airport a {
    color: #43b6e7;
    text-decoration: none;
}

body.transact .subtle-link-peters {
    color: #bf2e1a;
}

body.transact .subtle-link-peters a {
    color: #bf2e1a;
    text-decoration: none;
}

body.transact .subtle-link-white a {
    color: #ffffff;
    text-decoration: none;
}

@media only screen and (max-width: 992px) {
    body.transact .subtle-link-white a {
        background: #000000;
        padding: 0 3px;
    }
}

body.transact .subtle-link-white a:hover {
    color: #cccccc;
}

body.transact .subtle-link-black a {
    color: #000104;
    text-decoration: none;
}

body.transact .subtle-link-black a:hover {
    color: #000000;
}

body.transact .subtle-link-gold a {
    color: #c79112;
    text-decoration: none;
}

.contactHero {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contacPageContent {
    background: #fff !important;
    width: 100%;
    height: auto;
    max-width: 1100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.ccm-block-page-list-date {
    color: #000;
}

.ccm-block-page-list-header {
    color: #000;
}

.ccm-block-page-list-description {
    color: #000;
}

/*# sourceMappingURL=style.css.map */

/*! Lity - v2.4.0 - 2019-08-10
* http://sorgalla.com/lity/
* Copyright (c) 2015-2019 Jan Sorgalla; Licensed MIT */
.lity {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(0, 0, 0, 0.9);
    outline: none !important;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.lity.lity-opened {
    opacity: 1;
}

.lity.lity-closed {
    opacity: 0;
}

.lity * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: none !important;
}

.lity-wrap:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.lity-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -0.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
    opacity: 1;
}

.lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: none !important;
}

.lity-content {
    z-index: 9993;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition:
        transform 0.3s ease,
        -webkit-transform 0.3s ease,
        -o-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.lity-content:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.lity-close::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.lity-close:active {
    top: 1px;
}

.lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0;
}

.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
    width: 100%;
    max-width: 964px;
}

.lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

.lity-hide {
    display: none;
}

/* 2022 CB */
/* Logo */
.nav_item_logo {
    flex: 1 0 150px;
}

body.transact a.logo_link {
    width: 150px;
    background-position: center right;
    background-size: 150px;
    background-repeat: no-repeat;
    margin: 0 50px 0 0;
    transition: all ease-in-out 400ms;
    height: 24px;
}

body.transact a.logo_link.homelogo {
    width: 28px;
}

body.transact a.logo_link.homelogo.past {
    width: 150px;
}

body.transact a.logo_link h1 {
    text-indent: -9999px;
    height: normal;
    position: absolute;
    margin: 0;
    padding: 0;
}

.nav_wrapper_propper {
    display: flex;
}

body.transact .nav_wrapper_propper .nav-item {
    display: flex;
}
body.transact .nav_wrapper_propper .nav-item > a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    padding: 18px 20px;
    display: block;
    line-height: 20px;
    transition: color 0.3s ease-out;
}
body.transact .nav_wrapper_propper .nav-item > a.withchild {
    padding: 18px 4px 18px 20px;
}
body.transact .nav_wrapper_propper .nav-item .toggle {
    padding: 18px 15px 18px 4px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    transition: color 0.3s ease-out;
}

body.transact .nav_wrapper_propper .nav-item > a:hover {
    color: #fec93b;
}

#hero {
    height: 42vw;
    position: relative;
    max-height: 750px;
    background-size: cover;
    background-position: center;
    background-image: url("images/headers/home_hero.jpg");
}

.centered_box {
    position: absolute;
    top: calc(50% + 27px);
    left: 60px;
    right: 60px;
    transform: translate(0, -50%);
    color: #fff;
}

.main_logo {
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center left;
    height: 110px;
    display: block;
}

.centered_box h2 {
    margin: 50px 0 20px 0;
    font-size: 32px;
    font-weight: 700;
}

.centered_box p {
    font-size: 18px;
    font-style: italic;
    margin: 0;
    max-width: 350px;
}

body.transact .header .toggle-wrapper {
    display: none;
    flex-direction: column;
    width: 30px;
    height: 26px;
    position: absolute;
    margin: 30px 0 0 20px;
    z-index: 80;
}

body.transact .footer_logo img {
    max-width: 230px;
}

body.transact .clients p.save-text {
    width: 100%;
    padding: 0 40px;
}
@media (max-width: 1200px) {
    body.transact .clients p.save-text {
        padding: 0 10px;
    }
}

body.transact .our-clients {
    background: #1d4c5c;
}
body.transact .our-clients img {
    padding: 20px;
    margin: 0;
}

.flex_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding: 0 30px;
}

/* Author Meta */
.post_meta_block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}
.author_bit {
    margin: 10px 0 0 0;
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 0 12px 0 0;
}
.headshot_thumb {
    margin: 0 12px 0 0;
    height: 50px;
    width: 50px;
    border-radius: 9px 0 0 9px;
    background-size: cover;
    background-position: center;
}

/* AUTHOR BIO TILE */
.author_bio_tile {
    background: #e8eef6;
    border-radius: 5px;
    padding: 120px 40px 40px 40px;
    margin: 110px 0 50px 0;
    text-align: center;
    position: relative;
}
body.transact .author_bio_tile h2 {
    color: #3c91ae !important;
    font-weight: 400;
    font-size: 16px;
    margin: 0 0 5px 0;
}
body.transact .author_bio_tile h3 {
    font-size: 30px;
    text-align: center;
    margin: 0 0 8px 0;
    line-height: 1em;
}
body.transact .author_bio_tile p {
    margin: 30px 0;
}
.other_articles_holder {
    margin: 20px 0 0 0;
}
.other_articles_holder a {
    *zoom: 1;
    display: inline;
    display: inline-block;
    padding: 8px 20px;
    background: #fff;
    border-radius: 4px;
    color: #092e54 !important;
    font-size: 16px;
    border: 1px solid #fff;
    transition: all ease 200ms;
}
.other_articles_holder a:hover {
    border: 1px solid #1f70c3;
}
.author_headshot {
    top: -90px;
    background-color: #fff;
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
    width: 180px;
    height: 180px;
    border: 10px solid #fff;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
}

@media (max-width: 1000px) {
    body.transact .nav_wrapper_propper .nav-item > a {
        font-size: 16px;
        padding: 18px 15px;
    }
    body.transact .header .navigation .nav {
        padding: 0 30px;
    }

    /* Homepage Resources */
    #resource_holder {
        flex-wrap: wrap;
    }
    #resource_holder .resource {
        flex: 1 1 50%;
        margin: 0 0 40px 0;
    }

    /* Homepage Stats */
    #stat_holder {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 20px;
    }

    #home_stats .stat {
    }
}
@media (max-width: 900px) {
    body.transact .header .navigation {
        padding: 0;
    }
    body.transact .header .toggle-wrapper {
        right: 30px;
        top: 12px;
        margin: 0;
        width: 25px;
        display: flex;
    }
    .nav_wrapper_propper {
        display: none;
    }
    .nav.active .nav_wrapper_propper {
        display: flex;
        position: absolute;
        flex-direction: column;
        top: 100%;
        left: 0;
        width: 100%;
        padding: 15px 30px 20px 30px;
        background: rgba(0, 0, 0, 0.8);
    }
    .nav.active .nav_wrapper_propper a {
        display: block;
        font-size: 19px;
        padding: 6px 3px;
        flex: 1 1 auto;
    }
    body.transact .header .navigation .nav {
        padding: 0 30px;
        height: 55px;
    }
    .centered_box {
        position: relative;
        left: initial;
        right: initial;
        transform: none;
        padding: 110px 30px 55px 30px;
    }
    .nav-item:hover .subnav,
    .subnav {
        display: none;
        position: relative;
        top: 0;
        left: 0;
        background: transparent;
        flex-direction: column;
        flex: 1 0 100%;
        max-width: 100%;
        align-content: flex-end;
    }
    .nav-item:hover .subnav.active,
    .subnav.active {
        display: flex;
        border-right: 1px solid yellow;
    }

    body.transact .nav_wrapper_propper .nav-item .toggle {
        transition: ease all 200ms;
        cursor: pointer;
    }
    body.transact .nav_wrapper_propper .nav-item .toggle:hover {
        color: #efc000;
    }

    .nav.active .nav_wrapper_propper .subnav a {
        font-size: 14px;
        padding: 13px 15px;
        text-align: right;
    }
    body.transact .nav_wrapper_propper .nav-item {
        flex-flow: row wrap;
    }
    body.transact .nav_wrapper_propper .nav-item > a.withchild,
    body.transact .nav_wrapper_propper .nav-item > a {
        padding: 13px 15px;
        flex: 1 0 80%;
    }
    body.transact .nav_wrapper_propper .nav-item .toggle {
        padding: 13px 14px;
        flex: 0 0 40px;
    }

    /* Hero */
    #hero {
        height: auto;
    }
    .main_logo {
        height: 80px;
    }
    .centered_box h2 {
        font-size: 1.8em;
    }

    /* Footer */
    body.transact footer .badges {
        padding: 0 30px;
        flex-wrap: nowrap;
    }
    body.transact footer .badges > div:nth-child(2n + 1) {
        padding: 0 20px;
    }

    /* Services */
    body.transact .specialty-wrapper .services .container > div {
        width: 100%;
    }
    body.transact .specialty-wrapper .services .container {
        flex-direction: column;
    }

    body.transact .specialty-wrapper .services .container .reverse-stripe ul li:nth-child(even) {
        background: #fff;
    }

    body.transact .specialty-wrapper .services .container .reverse-stripe ul li:nth-child(odd) {
        background: #eee;
    }
}
@media (max-width: 600px) {
    /* Homepage Resources */
    #resource_holder {
        flex-wrap: wrap;
    }
    #resource_holder .resource {
        flex: 1 1 100%;
        padding: 0 20px;
        margin: 0 0 60px 0;
    }
    body.transact #resource_holder .resource h3 {
        min-height: 0px;
    }

    /* Homepage Stats */
    #stat_holder {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 20px;
        margin: 0 0 40px 0;
    }
    #home_stats .stat {
        padding: 20px 30px;
    }
    #home_stats .stat .stat_big {
        font-size: 50px;
        margin: 0 0 5px 0;
    }

    body.transact .services .icons {
        margin: 30px 0;
    }
    body.transact .services .icons > div {
        margin: 10px 0;
        width: 100%;
    }
    body.transact .services .icons > div img {
        width: 30px;
    }
    body.transact .services .icons > div p {
        margin: 0;
    }

    body.transact h2.featured {
        font-size: 24px;
        margin: 30px 0 10px 0;
    }
    body.transact .clients h2 {
        margin: 30px 0 0 0;
    }

    body.transact .latest-news {
        padding: 0;
    }
    body.transact footer .badges > div:nth-child(2n + 1) {
        padding: 0;
    }
    body.transact .specialty-wrapper h1 {
        font-size: 2.2em;
        margin-top: 30px;
    }
    body.transact .specialty-wrapper h2 {
        font-size: 25px;
    }

    body.transact .specialty-wrapper .services ul li {
        font-size: 17px;
    }
    body.transact .clients > div h3 {
        font-size: 18px;
        margin: 20px 0 0 0;
        padding: 0 20px;
    }
    body.transact .clients > div:hover .info .cta-prompt {
        font-size: 17px;
    }
    body.transact .clients p {
        font-size: 1em;
        line-height: 1.2rem;
        padding: 0 10px;
    }
}

.slick-next::before,
.slick-prev::before {
    color: #fec93b;
}

.hero {
    position: relative;
}
.inthero_title {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0;
}
.int_h1 {
    margin: 0;
    font-size: 45px;
    color: #ffffff;
    padding: 40px 0;
}

body.transact .case-study .website-design .newhtml p {
    margin: 0 0 20px 0;
}
body.transact .case-study .website-design .newhtml {
    padding: 50px 0;
}

body.transact .case-study h3 {
    font-size: 24px;
    color: #1d4c5c;
    margin: 30px 0 5px 0;
}
body.transact .black .clients {
    justify-content: flex-start;
}

.blog-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
    column-gap: 40px;
}
.blog-list > a {
    border: 2px solid #ccc;
    display: block;
}

body.transact .internal .blog-list .blog-entry {
    margin: 0;
}

body.transact .internal .blog-list a .blog-entry h2 {
    color: #1d4c5c !important;
    font-size: 28px;
}
body.transact .internal .blog-list a .blog-entry p {
    color: #1d4c5c !important;
    font-size: 18px;
}
article.content h1,
.blog-h1-title {
    font-size: 38px;
    line-height: 1.2em;
    color: #1d4c5c;
}
@media (max-width: 800px) {
    .blog-list {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 20px;
        column-gap: 20px;
    }

    body.transact .internal .blog-list a .blog-entry h2 {
        font-size: 20px;
    }
}

.blog_post ul,
.blog_post ol {
    font-size: 1.2rem;
    line-height: 1.4em;
}
.blog_post ol li,
.blog_post ul li {
    margin: 0 0 15px 0;
}

@media (max-width: 800px) {
    body.transact .about .cu-logos .container {
        justify-content: center;
        width: 100%;
    }
    body.transact .about .cu-logos .container > div {
        flex: 0 1 calc(100% / 3);
    }
}
@media (max-width: 680px) {
    body.transact section.latest-news {
        padding: 0 30px;
    }
    body.transact .about .cu-logos .container > div {
        flex: 0 1 50%;
    }
}

.fa,
.fas,
.far,
.fal,
.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -0.0667em;
}

.fa-xs {
    font-size: 0.75em;
}

.fa-sm {
    font-size: 0.875em;
}

.fa-1x {
    font-size: 1em;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-6x {
    font-size: 6em;
}

.fa-7x {
    font-size: 7em;
}

.fa-8x {
    font-size: 8em;
}

.fa-9x {
    font-size: 9em;
}

.fa-10x {
    font-size: 10em;
}

.fa-fw {
    text-align: center;
    width: 1.25em;
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}

.fa-border {
    border: solid 0.08em #eee;
    border-radius: 0.1em;
    padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
    margin-right: 0.3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
    margin-left: 0.3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}

.fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none;
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em;
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
    content: "\f26e";
}

.fa-accessible-icon:before {
    content: "\f368";
}

.fa-accusoft:before {
    content: "\f369";
}

.fa-address-book:before {
    content: "\f2b9";
}

.fa-address-card:before {
    content: "\f2bb";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-adn:before {
    content: "\f170";
}

.fa-adversal:before {
    content: "\f36a";
}

.fa-affiliatetheme:before {
    content: "\f36b";
}

.fa-alarm-clock:before {
    content: "\f34e";
}

.fa-algolia:before {
    content: "\f36c";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-amazon-pay:before {
    content: "\f42c";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-amilia:before {
    content: "\f36d";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-android:before {
    content: "\f17b";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angrycreative:before {
    content: "\f36e";
}

.fa-angular:before {
    content: "\f420";
}

.fa-app-store:before {
    content: "\f36f";
}

.fa-app-store-ios:before {
    content: "\f370";
}

.fa-apper:before {
    content: "\f371";
}

.fa-apple:before {
    content: "\f179";
}

.fa-apple-pay:before {
    content: "\f415";
}

.fa-archive:before {
    content: "\f187";
}

.fa-arrow-alt-circle-down:before {
    content: "\f358";
}

.fa-arrow-alt-circle-left:before {
    content: "\f359";
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b";
}

.fa-arrow-alt-down:before {
    content: "\f354";
}

.fa-arrow-alt-from-bottom:before {
    content: "\f346";
}

.fa-arrow-alt-from-left:before {
    content: "\f347";
}

.fa-arrow-alt-from-right:before {
    content: "\f348";
}

.fa-arrow-alt-from-top:before {
    content: "\f349";
}

.fa-arrow-alt-left:before {
    content: "\f355";
}

.fa-arrow-alt-right:before {
    content: "\f356";
}

.fa-arrow-alt-square-down:before {
    content: "\f350";
}

.fa-arrow-alt-square-left:before {
    content: "\f351";
}

.fa-arrow-alt-square-right:before {
    content: "\f352";
}

.fa-arrow-alt-square-up:before {
    content: "\f353";
}

.fa-arrow-alt-to-bottom:before {
    content: "\f34a";
}

.fa-arrow-alt-to-left:before {
    content: "\f34b";
}

.fa-arrow-alt-to-right:before {
    content: "\f34c";
}

.fa-arrow-alt-to-top:before {
    content: "\f34d";
}

.fa-arrow-alt-up:before {
    content: "\f357";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-arrow-from-bottom:before {
    content: "\f342";
}

.fa-arrow-from-left:before {
    content: "\f343";
}

.fa-arrow-from-right:before {
    content: "\f344";
}

.fa-arrow-from-top:before {
    content: "\f345";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-square-down:before {
    content: "\f339";
}

.fa-arrow-square-left:before {
    content: "\f33a";
}

.fa-arrow-square-right:before {
    content: "\f33b";
}

.fa-arrow-square-up:before {
    content: "\f33c";
}

.fa-arrow-to-bottom:before {
    content: "\f33d";
}

.fa-arrow-to-left:before {
    content: "\f33e";
}

.fa-arrow-to-right:before {
    content: "\f340";
}

.fa-arrow-to-top:before {
    content: "\f341";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-arrows-alt-h:before {
    content: "\f337";
}

.fa-arrows-alt-v:before {
    content: "\f338";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-asymmetrik:before {
    content: "\f372";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-audible:before {
    content: "\f373";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-autoprefixer:before {
    content: "\f41c";
}

.fa-avianex:before {
    content: "\f374";
}

.fa-aviato:before {
    content: "\f421";
}

.fa-aws:before {
    content: "\f375";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-badge:before {
    content: "\f335";
}

.fa-badge-check:before {
    content: "\f336";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-bandcamp:before {
    content: "\f2d5";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-bars:before {
    content: "\f0c9";
}

.fa-bath:before {
    content: "\f2cd";
}

.fa-battery-bolt:before {
    content: "\f376";
}

.fa-battery-empty:before {
    content: "\f244";
}

.fa-battery-full:before {
    content: "\f240";
}

.fa-battery-half:before {
    content: "\f242";
}

.fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-slash:before {
    content: "\f377";
}

.fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-bed:before {
    content: "\f236";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bimobject:before {
    content: "\f378";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitcoin:before {
    content: "\f379";
}

.fa-bity:before {
    content: "\f37a";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-blackberry:before {
    content: "\f37b";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-blogger:before {
    content: "\f37c";
}

.fa-blogger-b:before {
    content: "\f37d";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-bold:before {
    content: "\f032";
}

.fa-bolt:before {
    content: "\f0e7";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-browser:before {
    content: "\f37e";
}

.fa-btc:before {
    content: "\f15a";
}

.fa-bug:before {
    content: "\f188";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-buromobelexperte:before {
    content: "\f37f";
}

.fa-bus:before {
    content: "\f207";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-calendar:before {
    content: "\f133";
}

.fa-calendar-alt:before {
    content: "\f073";
}

.fa-calendar-check:before {
    content: "\f274";
}

.fa-calendar-edit:before {
    content: "\f333";
}

.fa-calendar-exclamation:before {
    content: "\f334";
}

.fa-calendar-minus:before {
    content: "\f272";
}

.fa-calendar-plus:before {
    content: "\f271";
}

.fa-calendar-times:before {
    content: "\f273";
}

.fa-camera:before {
    content: "\f030";
}

.fa-camera-alt:before {
    content: "\f332";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-car:before {
    content: "\f1b9";
}

.fa-caret-circle-down:before {
    content: "\f32d";
}

.fa-caret-circle-left:before {
    content: "\f32e";
}

.fa-caret-circle-right:before {
    content: "\f330";
}

.fa-caret-circle-up:before {
    content: "\f331";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-caret-square-down:before {
    content: "\f150";
}

.fa-caret-square-left:before {
    content: "\f191";
}

.fa-caret-square-right:before {
    content: "\f152";
}

.fa-caret-square-up:before {
    content: "\f151";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cc-amazon-pay:before {
    content: "\f42d";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-apple-pay:before {
    content: "\f416";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-centercode:before {
    content: "\f380";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-chart-area:before {
    content: "\f1fe";
}

.fa-chart-bar:before {
    content: "\f080";
}

.fa-chart-line:before {
    content: "\f201";
}

.fa-chart-pie:before {
    content: "\f200";
}

.fa-check:before {
    content: "\f00c";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-double-down:before {
    content: "\f322";
}

.fa-chevron-double-left:before {
    content: "\f323";
}

.fa-chevron-double-right:before {
    content: "\f324";
}

.fa-chevron-double-up:before {
    content: "\f325";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-chevron-square-down:before {
    content: "\f329";
}

.fa-chevron-square-left:before {
    content: "\f32a";
}

.fa-chevron-square-right:before {
    content: "\f32b";
}

.fa-chevron-square-up:before {
    content: "\f32c";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-circle:before {
    content: "\f111";
}

.fa-circle-notch:before {
    content: "\f1ce";
}

.fa-clipboard:before {
    content: "\f328";
}

.fa-clock:before {
    content: "\f017";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-closed-captioning:before {
    content: "\f20a";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-download-alt:before {
    content: "\f381";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-cloud-upload-alt:before {
    content: "\f382";
}

.fa-cloudscale:before {
    content: "\f383";
}

.fa-cloudsmith:before {
    content: "\f384";
}

.fa-cloudversify:before {
    content: "\f385";
}

.fa-club:before {
    content: "\f327";
}

.fa-code:before {
    content: "\f121";
}

.fa-code-branch:before {
    content: "\f126";
}

.fa-code-commit:before {
    content: "\f386";
}

.fa-code-merge:before {
    content: "\f387";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cog:before {
    content: "\f013";
}

.fa-cogs:before {
    content: "\f085";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-comment:before {
    content: "\f075";
}

.fa-comment-alt:before {
    content: "\f27a";
}

.fa-comments:before {
    content: "\f086";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-compress:before {
    content: "\f066";
}

.fa-compress-alt:before {
    content: "\f422";
}

.fa-compress-wide:before {
    content: "\f326";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-copy:before {
    content: "\f0c5";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-cpanel:before {
    content: "\f388";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-credit-card-blank:before {
    content: "\f389";
}

.fa-credit-card-front:before {
    content: "\f38a";
}

.fa-crop:before {
    content: "\f125";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-css3-alt:before {
    content: "\f38b";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-cut:before {
    content: "\f0c4";
}

.fa-cuttlefish:before {
    content: "\f38c";
}

.fa-d-and-d:before {
    content: "\f38d";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-deaf:before {
    content: "\f2a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-deploydog:before {
    content: "\f38e";
}

.fa-deskpro:before {
    content: "\f38f";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-desktop-alt:before {
    content: "\f390";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-digital-ocean:before {
    content: "\f391";
}

.fa-discord:before {
    content: "\f392";
}

.fa-discourse:before {
    content: "\f393";
}

.fa-dochub:before {
    content: "\f394";
}

.fa-docker:before {
    content: "\f395";
}

.fa-dollar-sign:before {
    content: "\f155";
}

.fa-dot-circle:before {
    content: "\f192";
}

.fa-download:before {
    content: "\f019";
}

.fa-draft2digital:before {
    content: "\f396";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-dribbble-square:before {
    content: "\f397";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-dyalog:before {
    content: "\f399";
}

.fa-earlybirds:before {
    content: "\f39a";
}

.fa-edge:before {
    content: "\f282";
}

.fa-edit:before {
    content: "\f044";
}

.fa-eject:before {
    content: "\f052";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-h-alt:before {
    content: "\f39b";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-ellipsis-v-alt:before {
    content: "\f39c";
}

.fa-ember:before {
    content: "\f423";
}

.fa-empire:before {
    content: "\f1d1";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-envelope-open:before {
    content: "\f2b6";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-envira:before {
    content: "\f299";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-erlang:before {
    content: "\f39d";
}

.fa-ethereum:before {
    content: "\f42e";
}

.fa-etsy:before {
    content: "\f2d7";
}

.fa-euro-sign:before {
    content: "\f153";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-exchange-alt:before {
    content: "\f362";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-exclamation-square:before {
    content: "\f321";
}

.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-expand:before {
    content: "\f065";
}

.fa-expand-alt:before {
    content: "\f424";
}

.fa-expand-arrows:before {
    content: "\f31d";
}

.fa-expand-arrows-alt:before {
    content: "\f31e";
}

.fa-expand-wide:before {
    content: "\f320";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-external-link-alt:before {
    content: "\f35d";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-external-link-square-alt:before {
    content: "\f360";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-dropper:before {
    content: "\f1fb";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-facebook-f:before {
    content: "\f39e";
}

.fa-facebook-messenger:before {
    content: "\f39f";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-female:before {
    content: "\f182";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-alt:before {
    content: "\f15c";
}

.fa-file-archive:before {
    content: "\f1c6";
}

.fa-file-audio:before {
    content: "\f1c7";
}

.fa-file-check:before {
    content: "\f316";
}

.fa-file-code:before {
    content: "\f1c9";
}

.fa-file-edit:before {
    content: "\f31c";
}

.fa-file-excel:before {
    content: "\f1c3";
}

.fa-file-exclamation:before {
    content: "\f31a";
}

.fa-file-image:before {
    content: "\f1c5";
}

.fa-file-minus:before {
    content: "\f318";
}

.fa-file-pdf:before {
    content: "\f1c1";
}

.fa-file-plus:before {
    content: "\f319";
}

.fa-file-powerpoint:before {
    content: "\f1c4";
}

.fa-file-times:before {
    content: "\f317";
}

.fa-file-video:before {
    content: "\f1c8";
}

.fa-file-word:before {
    content: "\f1c2";
}

.fa-film:before {
    content: "\f008";
}

.fa-film-alt:before {
    content: "\f3a0";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-firstdraft:before {
    content: "\f3a1";
}

.fa-flag:before {
    content: "\f024";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-fly:before {
    content: "\f417";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-font:before {
    content: "\f031";
}

.fa-font-awesome:before {
    content: "\f2b4";
}

.fa-font-awesome-alt:before {
    content: "\f35c";
}

.fa-font-awesome-flag:before {
    content: "\f425";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-fonticons-fi:before {
    content: "\f3a2";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-fort-awesome-alt:before {
    content: "\f3a3";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-freebsd:before {
    content: "\f3a4";
}

.fa-frown:before {
    content: "\f119";
}

.fa-futbol:before {
    content: "\f1e3";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-gavel:before {
    content: "\f0e3";
}

.fa-gem:before {
    content: "\f3a5";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-github:before {
    content: "\f09b";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-gitkraken:before {
    content: "\f3a6";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-gitter:before {
    content: "\f426";
}

.fa-glass-martini:before {
    content: "\f000";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-gofore:before {
    content: "\f3a7";
}

.fa-goodreads:before {
    content: "\f3a8";
}

.fa-goodreads-g:before {
    content: "\f3a9";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-google-drive:before {
    content: "\f3aa";
}

.fa-google-play:before {
    content: "\f3ab";
}

.fa-google-plus:before {
    content: "\f2b3";
}

.fa-google-plus-g:before {
    content: "\f0d5";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-gratipay:before {
    content: "\f184";
}

.fa-grav:before {
    content: "\f2d6";
}

.fa-gripfire:before {
    content: "\f3ac";
}

.fa-grunt:before {
    content: "\f3ad";
}

.fa-gulp:before {
    content: "\f3ae";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-h1:before {
    content: "\f313";
}

.fa-h2:before {
    content: "\f314";
}

.fa-h3:before {
    content: "\f315";
}

.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-hacker-news-square:before {
    content: "\f3af";
}

.fa-hand-lizard:before {
    content: "\f258";
}

.fa-hand-paper:before {
    content: "\f256";
}

.fa-hand-peace:before {
    content: "\f25b";
}

.fa-hand-point-down:before {
    content: "\f0a7";
}

.fa-hand-point-left:before {
    content: "\f0a5";
}

.fa-hand-point-right:before {
    content: "\f0a4";
}

.fa-hand-point-up:before {
    content: "\f0a6";
}

.fa-hand-pointer:before {
    content: "\f25a";
}

.fa-hand-rock:before {
    content: "\f255";
}

.fa-hand-scissors:before {
    content: "\f257";
}

.fa-hand-spock:before {
    content: "\f259";
}

.fa-handshake:before {
    content: "\f2b5";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-hdd:before {
    content: "\f0a0";
}

.fa-heading:before {
    content: "\f1dc";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-heart:before {
    content: "\f004";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-hexagon:before {
    content: "\f312";
}

.fa-hire-a-helper:before {
    content: "\f3b0";
}

.fa-history:before {
    content: "\f1da";
}

.fa-home:before {
    content: "\f015";
}

.fa-hooli:before {
    content: "\f427";
}

.fa-hospital:before {
    content: "\f0f8";
}

.fa-hotjar:before {
    content: "\f3b1";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-start:before {
    content: "\f251";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-hubspot:before {
    content: "\f3b2";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-id-badge:before {
    content: "\f2c1";
}

.fa-id-card:before {
    content: "\f2c2";
}

.fa-image:before {
    content: "\f03e";
}

.fa-images:before {
    content: "\f302";
}

.fa-imdb:before {
    content: "\f2d8";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-inbox-in:before {
    content: "\f310";
}

.fa-inbox-out:before {
    content: "\f311";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-industry:before {
    content: "\f275";
}

.fa-industry-alt:before {
    content: "\f3b3";
}

.fa-info:before {
    content: "\f129";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-info-square:before {
    content: "\f30f";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-italic:before {
    content: "\f033";
}

.fa-itunes:before {
    content: "\f3b4";
}

.fa-itunes-note:before {
    content: "\f3b5";
}

.fa-jack-o-lantern:before {
    content: "\f30e";
}

.fa-jenkins:before {
    content: "\f3b6";
}

.fa-joget:before {
    content: "\f3b7";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-js:before {
    content: "\f3b8";
}

.fa-js-square:before {
    content: "\f3b9";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-key:before {
    content: "\f084";
}

.fa-keyboard:before {
    content: "\f11c";
}

.fa-keycdn:before {
    content: "\f3ba";
}

.fa-kickstarter:before {
    content: "\f3bb";
}

.fa-kickstarter-k:before {
    content: "\f3bc";
}

.fa-korvue:before {
    content: "\f42f";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-laravel:before {
    content: "\f3bd";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-lemon:before {
    content: "\f094";
}

.fa-less:before {
    content: "\f41d";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-level-down-alt:before {
    content: "\f3be";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-up-alt:before {
    content: "\f3bf";
}

.fa-life-ring:before {
    content: "\f1cd";
}

.fa-lightbulb:before {
    content: "\f0eb";
}

.fa-line:before {
    content: "\f3c0";
}

.fa-link:before {
    content: "\f0c1";
}

.fa-linkedin:before {
    content: "\f08c";
}

.fa-linkedin-in:before {
    content: "\f0e1";
}

.fa-linode:before {
    content: "\f2b8";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-lira-sign:before {
    content: "\f195";
}

.fa-list:before {
    content: "\f03a";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-lock:before {
    content: "\f023";
}

.fa-lock-alt:before {
    content: "\f30d";
}

.fa-lock-open:before {
    content: "\f3c1";
}

.fa-lock-open-alt:before {
    content: "\f3c2";
}

.fa-long-arrow-alt-down:before {
    content: "\f309";
}

.fa-long-arrow-alt-left:before {
    content: "\f30a";
}

.fa-long-arrow-alt-right:before {
    content: "\f30b";
}

.fa-long-arrow-alt-up:before {
    content: "\f30c";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-lyft:before {
    content: "\f3c3";
}

.fa-magento:before {
    content: "\f3c4";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-male:before {
    content: "\f183";
}

.fa-map:before {
    content: "\f279";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-map-marker-alt:before {
    content: "\f3c5";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-medapps:before {
    content: "\f3c6";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-medium-m:before {
    content: "\f3c7";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-medrt:before {
    content: "\f3c8";
}

.fa-meetup:before {
    content: "\f2e0";
}

.fa-meh:before {
    content: "\f11a";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-microchip:before {
    content: "\f2db";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-alt:before {
    content: "\f3c9";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-microsoft:before {
    content: "\f3ca";
}

.fa-minus:before {
    content: "\f068";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-minus-hexagon:before {
    content: "\f307";
}

.fa-minus-octagon:before {
    content: "\f308";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-mix:before {
    content: "\f3cb";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-mizuni:before {
    content: "\f3cc";
}

.fa-mobile:before {
    content: "\f10b";
}

.fa-mobile-alt:before {
    content: "\f3cd";
}

.fa-mobile-android:before {
    content: "\f3ce";
}

.fa-mobile-android-alt:before {
    content: "\f3cf";
}

.fa-modx:before {
    content: "\f285";
}

.fa-monero:before {
    content: "\f3d0";
}

.fa-money-bill:before {
    content: "\f0d6";
}

.fa-money-bill-alt:before {
    content: "\f3d1";
}

.fa-moon:before {
    content: "\f186";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-music:before {
    content: "\f001";
}

.fa-napster:before {
    content: "\f3d2";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-newspaper:before {
    content: "\f1ea";
}

.fa-nintendo-switch:before {
    content: "\f418";
}

.fa-node:before {
    content: "\f419";
}

.fa-node-js:before {
    content: "\f3d3";
}

.fa-npm:before {
    content: "\f3d4";
}

.fa-ns8:before {
    content: "\f3d5";
}

.fa-nutritionix:before {
    content: "\f3d6";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-octagon:before {
    content: "\f306";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-osi:before {
    content: "\f41a";
}

.fa-outdent:before {
    content: "\f03b";
}

.fa-page4:before {
    content: "\f3d7";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-palfed:before {
    content: "\f3d8";
}

.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-paste:before {
    content: "\f0ea";
}

.fa-patreon:before {
    content: "\f3d9";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-pen:before {
    content: "\f304";
}

.fa-pen-alt:before {
    content: "\f305";
}

.fa-pen-square:before {
    content: "\f14b";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-pencil-alt:before {
    content: "\f303";
}

.fa-percent:before {
    content: "\f295";
}

.fa-periscope:before {
    content: "\f3da";
}

.fa-phabricator:before {
    content: "\f3db";
}

.fa-phoenix-framework:before {
    content: "\f3dc";
}

.fa-phone:before {
    content: "\f095";
}

.fa-phone-slash:before {
    content: "\f3dd";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-phone-volume:before {
    content: "\f2a0";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-pied-piper-pp:before {
    content: "\f1a7";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-plane:before {
    content: "\f072";
}

.fa-plane-alt:before {
    content: "\f3de";
}

.fa-play:before {
    content: "\f04b";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-playstation:before {
    content: "\f3df";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-plus:before {
    content: "\f067";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-plus-hexagon:before {
    content: "\f300";
}

.fa-plus-octagon:before {
    content: "\f301";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-podcast:before {
    content: "\f2ce";
}

.fa-poo:before {
    content: "\f2fe";
}

.fa-portrait:before {
    content: "\f3e0";
}

.fa-pound-sign:before {
    content: "\f154";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-print:before {
    content: "\f02f";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-pushed:before {
    content: "\f3e1";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-python:before {
    content: "\f3e2";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-question:before {
    content: "\f128";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-question-square:before {
    content: "\f2fd";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-random:before {
    content: "\f074";
}

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-react:before {
    content: "\f41b";
}

.fa-rebel:before {
    content: "\f1d0";
}

.fa-rectangle-landscape:before {
    content: "\f2fa";
}

.fa-rectangle-portrait:before {
    content: "\f2fb";
}

.fa-rectangle-wide:before {
    content: "\f2fc";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-red-river:before {
    content: "\f3e3";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-redo:before {
    content: "\f01e";
}

.fa-redo-alt:before {
    content: "\f2f9";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-rendact:before {
    content: "\f3e4";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-repeat:before {
    content: "\f363";
}

.fa-repeat-1:before {
    content: "\f365";
}

.fa-repeat-1-alt:before {
    content: "\f366";
}

.fa-repeat-alt:before {
    content: "\f364";
}

.fa-reply:before {
    content: "\f3e5";
}

.fa-reply-all:before {
    content: "\f122";
}

.fa-replyd:before {
    content: "\f3e6";
}

.fa-resolving:before {
    content: "\f3e7";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-retweet-alt:before {
    content: "\f361";
}

.fa-road:before {
    content: "\f018";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-rocketchat:before {
    content: "\f3e8";
}

.fa-rockrms:before {
    content: "\f3e9";
}

.fa-rss:before {
    content: "\f09e";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-ruble-sign:before {
    content: "\f158";
}

.fa-rupee-sign:before {
    content: "\f156";
}

.fa-safari:before {
    content: "\f267";
}

.fa-sass:before {
    content: "\f41e";
}

.fa-save:before {
    content: "\f0c7";
}

.fa-schlix:before {
    content: "\f3ea";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-scrubber:before {
    content: "\f2f8";
}

.fa-search:before {
    content: "\f002";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-searchengin:before {
    content: "\f3eb";
}

.fa-sellcast:before {
    content: "\f2da";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-server:before {
    content: "\f233";
}

.fa-servicestack:before {
    content: "\f3ec";
}

.fa-share:before {
    content: "\f064";
}

.fa-share-all:before {
    content: "\f367";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-shekel-sign:before {
    content: "\f20b";
}

.fa-shield:before {
    content: "\f132";
}

.fa-shield-alt:before {
    content: "\f3ed";
}

.fa-shield-check:before {
    content: "\f2f7";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-shower:before {
    content: "\f2cc";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-sign-in-alt:before {
    content: "\f2f6";
}

.fa-sign-language:before {
    content: "\f2a7";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-sign-out-alt:before {
    content: "\f2f5";
}

.fa-signal:before {
    content: "\f012";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-sistrix:before {
    content: "\f3ee";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-slack:before {
    content: "\f198";
}

.fa-slack-hash:before {
    content: "\f3ef";
}

.fa-sliders-h:before {
    content: "\f1de";
}

.fa-sliders-h-square:before {
    content: "\f3f0";
}

.fa-sliders-v:before {
    content: "\f3f1";
}

.fa-sliders-v-square:before {
    content: "\f3f2";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-smile:before {
    content: "\f118";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-snowflake:before {
    content: "\f2dc";
}

.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-alpha-down:before {
    content: "\f15d";
}

.fa-sort-alpha-up:before {
    content: "\f15e";
}

.fa-sort-amount-down:before {
    content: "\f160";
}

.fa-sort-amount-up:before {
    content: "\f161";
}

.fa-sort-down:before {
    content: "\f0dd";
}

.fa-sort-numeric-down:before {
    content: "\f162";
}

.fa-sort-numeric-up:before {
    content: "\f163";
}

.fa-sort-up:before {
    content: "\f0de";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-spade:before {
    content: "\f2f4";
}

.fa-speakap:before {
    content: "\f3f3";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-spinner-third:before {
    content: "\f3f4";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-exclamation:before {
    content: "\f2f3";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-staylinked:before {
    content: "\f3f5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-steam-symbol:before {
    content: "\f3f6";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-sticker-mule:before {
    content: "\f3f7";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stopwatch:before {
    content: "\f2f2";
}

.fa-strava:before {
    content: "\f428";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-stripe:before {
    content: "\f429";
}

.fa-stripe-s:before {
    content: "\f42a";
}

.fa-studiovinari:before {
    content: "\f3f8";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-subway:before {
    content: "\f239";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-sun:before {
    content: "\f185";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-supple:before {
    content: "\f3f9";
}

.fa-sync:before {
    content: "\f021";
}

.fa-sync-alt:before {
    content: "\f2f1";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-tablet-alt:before {
    content: "\f3fa";
}

.fa-tablet-android:before {
    content: "\f3fb";
}

.fa-tablet-android-alt:before {
    content: "\f3fc";
}

.fa-tachometer:before {
    content: "\f0e4";
}

.fa-tachometer-alt:before {
    content: "\f3fd";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-taxi:before {
    content: "\f1ba";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-telegram-plane:before {
    content: "\f3fe";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-thermometer-empty:before {
    content: "\f2cb";
}

.fa-thermometer-full:before {
    content: "\f2c7";
}

.fa-thermometer-half:before {
    content: "\f2c9";
}

.fa-thermometer-quarter:before {
    content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbtack:before {
    content: "\f08d";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-ticket-alt:before {
    content: "\f3ff";
}

.fa-times:before {
    content: "\f00d";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-times-hexagon:before {
    content: "\f2ee";
}

.fa-times-octagon:before {
    content: "\f2f0";
}

.fa-times-square:before {
    content: "\f2d3";
}

.fa-tint:before {
    content: "\f043";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-train:before {
    content: "\f238";
}

.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-trash-alt:before {
    content: "\f2ed";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-tree-alt:before {
    content: "\f400";
}

.fa-trello:before {
    content: "\f181";
}

.fa-triangle:before {
    content: "\f2ec";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-trophy-alt:before {
    content: "\f2eb";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-tv:before {
    content: "\f26c";
}

.fa-tv-retro:before {
    content: "\f401";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-typo3:before {
    content: "\f42b";
}

.fa-uber:before {
    content: "\f402";
}

.fa-uikit:before {
    content: "\f403";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-undo:before {
    content: "\f0e2";
}

.fa-undo-alt:before {
    content: "\f2ea";
}

.fa-uniregistry:before {
    content: "\f404";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-university:before {
    content: "\f19c";
}

.fa-unlink:before {
    content: "\f127";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-untappd:before {
    content: "\f405";
}

.fa-upload:before {
    content: "\f093";
}

.fa-usb:before {
    content: "\f287";
}

.fa-usd-circle:before {
    content: "\f2e8";
}

.fa-usd-square:before {
    content: "\f2e9";
}

.fa-user:before {
    content: "\f007";
}

.fa-user-alt:before {
    content: "\f406";
}

.fa-user-circle:before {
    content: "\f2bd";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-users:before {
    content: "\f0c0";
}

.fa-ussunnah:before {
    content: "\f407";
}

.fa-utensil-fork:before {
    content: "\f2e3";
}

.fa-utensil-knife:before {
    content: "\f2e4";
}

.fa-utensil-spoon:before {
    content: "\f2e5";
}

.fa-utensils:before {
    content: "\f2e7";
}

.fa-utensils-alt:before {
    content: "\f2e6";
}

.fa-vaadin:before {
    content: "\f408";
}

.fa-venus:before {
    content: "\f221";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-viber:before {
    content: "\f409";
}

.fa-video:before {
    content: "\f03d";
}

.fa-vimeo:before {
    content: "\f40a";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-vimeo-v:before {
    content: "\f27d";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-vk:before {
    content: "\f189";
}

.fa-vnv:before {
    content: "\f40b";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-mute:before {
    content: "\f2e2";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-vuejs:before {
    content: "\f41f";
}

.fa-watch:before {
    content: "\f2e1";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-weixin:before {
    content: "\f1d7";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-whatsapp-square:before {
    content: "\f40c";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-whmcs:before {
    content: "\f40d";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-window:before {
    content: "\f40e";
}

.fa-window-alt:before {
    content: "\f40f";
}

.fa-window-close:before {
    content: "\f410";
}

.fa-window-maximize:before {
    content: "\f2d0";
}

.fa-window-minimize:before {
    content: "\f2d1";
}

.fa-window-restore:before {
    content: "\f2d2";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-won-sign:before {
    content: "\f159";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-wordpress-simple:before {
    content: "\f411";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-xbox:before {
    content: "\f412";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-y-combinator:before {
    content: "\f23b";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-yandex:before {
    content: "\f413";
}

.fa-yandex-international:before {
    content: "\f414";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-yen-sign:before {
    content: "\f157";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-youtube:before {
    content: "\f167";
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*!
 * Font Awesome Pro 5.0.2 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Commercial License)
 */
@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    src: url("webfonts/fa-regular-400.eot");
    src:
        url("webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),
        url("webfonts/fa-regular-400.woff2") format("woff2"),
        url("webfonts/fa-regular-400.woff") format("woff"),
        url("webfonts/fa-regular-400.ttf") format("truetype"),
        url("webfonts/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
}

/*!
 * Font Awesome Pro 5.0.2 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Commercial License)
 */
@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    src: url("webfonts/fa-solid-900.eot");
    src:
        url("webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),
        url("webfonts/fa-solid-900.woff2") format("woff2"),
        url("webfonts/fa-solid-900.woff") format("woff"),
        url("webfonts/fa-solid-900.ttf") format("truetype"),
        url("webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}

/*!
 * Font Awesome Pro 5.0.2 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Commercial License)
 */
@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: normal;
    src: url("webfonts/fa-brands-400.eot");
    src:
        url("webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),
        url("webfonts/fa-brands-400.woff2") format("woff2"),
        url("webfonts/fa-brands-400.woff") format("woff"),
        url("webfonts/fa-brands-400.ttf") format("truetype"),
        url("webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
    font-family: "Font Awesome 5 Brands";
}

body.vibrant_2025 {
    padding: 0;
    font-family: "arboria";
}

.wrapper2025 {
    max-width: 1300px;
    padding: 0 50px;
    width: 100%;
    margin: 0 auto;
}

.hero_2025 {
    font-family: "arboria" !important;
    padding: 56px 0 0 0;
    background-color: black;
}
.hero_wrapper_2025 {
    max-width: 1800px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.newhero_text {
    top: 50%;
    position: absolute;
    right: 0;
    width: 50%;
    background: rgba(0, 0, 0, 0.8);
    padding: 0 40px;
    z-index: 5;
    transform: translate(0, -50%);
    color: #fff;
}
.newhero_text h2 {
    font-size: 50px !important;
    margin: 0 0 30px 0 !important;
    position: relative;
    top: -40px;
    line-height: 1em !important;
    letter-spacing: 2px !important;
}
.newhero_text h3 {
    font-weight: 400 !important;
    font-size: 22px !important;
    padding: 0 25% 0 0;
    line-height: 1.2em !important;
    margin: 0;
    position: relative;
    top: -50px;
}
@media (max-width: 1300px) {
    body.transact .newhero_text h2,
    .newhero_text h2 {
        font-size: 50px !important;
    }
    body.transact .newhero_text h3,
    .newhero_text h3 {
        font-size: 22px !important;
    }
}
@media (max-width: 1100px) {
    body.transact .newhero_text h2,
    .newhero_text h2 {
        font-size: 45px !important;
    }
    body.transact .newhero_text h3,
    .newhero_text h3 {
        font-size: 20px !important;
    }
}
@media (max-width: 900px) {
    .newhero_text h2,
    body.transact .newhero_text h2 {
        font-size: 45px !important;
        top: -20px;
        letter-spacing: 1px !important;
    }
    body.transact .newhero_text h3 {
        font-size: 20px;
        top: -40px;
    }
}
@media (max-width: 700px) {
    body.transact .newhero_text h2,
    .newhero_text h2 {
        font-size: 34px !important;
        top: -20px;
        line-height: 0.9em !important;
    }
    body.transact .newhero_text h3,
    .newhero_text h3 {
        font-size: 20px !important;
        top: -30px;
        padding: 0;
    }
}

.newhero_text h3 .subsub_title {
    font-size: 20px;
    margin: 10px 0 0 0;
    color: #6cda66;
    font-weight: 600;
}
#newhero {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(4, 15vw);
    gap: 10px;
    background: #000;
    position: relative;
}
#newhero .hero_tile {
    position: relative;
    background: black;
    overflow: hidden;
}

.hero_background_image {
    position: absolute;
    top: -5%;
    left: -5%;
    width: 110%;
    height: 110%;
    transition: all 1.2s ease;
}
#newhero:after {
    content: "";
    background: rgba(0, 0, 0, 0.46);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.hero_background_image.loaded {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
}
.concierge .hero_background_image.loaded {
    filter: brightness(1.1);
}

.hero_background_image div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: opacity 1.4s ease;
}

.hero_blurred,
.hero_sharp {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.hero_blurred {
    filter: blur(20px);
    z-index: 1;
}

.hero_sharp {
    z-index: 2;
}

.hero_blurred.loaded {
    opacity: 1;
}

.hero_sharp.loaded {
    opacity: 1;
}

#newhero .hero_tile:nth-child(1) {
    grid-row: 1/3;
    grid-column: 1/2;
}
#newhero .hero_tile:nth-child(2) {
    grid-row: 3/5;
    grid-column: 1/2;
}
#newhero .hero_tile:nth-child(3) {
    grid-row: 1/2;
    grid-column: 2/3;
}
#newhero .hero_tile:nth-child(4) {
    grid-row: 1/2;
    grid-column: 3/5;
}
#newhero .hero_tile:nth-child(5) {
    grid-row: 2/4;
    grid-column: 2/4;
}
#newhero .hero_tile:nth-child(6) {
    grid-row: 4/5;
    grid-column: 2/3;
}
#newhero .hero_tile:nth-child(7) {
    grid-row: 2/3;
    grid-column: 4/5;
}
#newhero .hero_tile:nth-child(8) {
    grid-row: 3/4;
    grid-column: 4/5;
}
#newhero .hero_tile:nth-child(9) {
    grid-row: 4/5;
    grid-column: 3/5;
}
#newhero .hero_tile:nth-child(10) {
    grid-row: 1/2;
    grid-column: 5/6;
}
#newhero .hero_tile:nth-child(11) {
    grid-row: 2/4;
    grid-column: 5/6;
}
#newhero .hero_tile:nth-child(12) {
    grid-row: 4/5;
    grid-column: 5/6;
}
#newhero .hero_tile:nth-child(13) {
    grid-row: 1/3;
    grid-column: 6/7;
}
#newhero .hero_tile:nth-child(14) {
    grid-row: 3/5;
    grid-column: 6/7;
}
.gradient_bar {
    height: 25px;
}
.gradient_bar.post_hero {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5db542+0,33adba+100 */
    background: linear-gradient(to right, rgba(93, 181, 66, 1) 0%, rgba(51, 173, 186, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

@media (max-width: 1100px) {
    .home_team_flex_content h2,
    .home_content_2025 h2 {
        font-size: 55px;
    }

    .home_2025_news_box {
        gap: 15px;
        grid-template-columns: repeat(1, 1fr);
    }
    .blog_post_2025 {
        background: #f7f7f7;
    }
    .blog_post_2025_top {
        min-height: 0;
    }
    .blog_post_2025_top a h3 {
        margin: 0 0 5px 0;
    }
    .blog_post_2025_bottom {
        gap: 0;
    }
    .blog_post_2025_bottom p {
        margin: 0 0 20px 0;
    }

    #home_team_2025 {
        padding: 0 0 100px 0;
    }
    .home_team_flex {
        flex-wrap: wrap;
    }
    .home_team_flex_content {
        flex: 1 1 100%;
        order: 2;
        text-align: center;
    }
    .home_team_flex_image {
        flex: 1 1 10%;
        background-position: center bottom;
        height: 23vw;
        min-height: 170px;
        position: relative;
    }
    .home_team_flex_image:after {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        position: absolute;
        bottom: -1px;
        background: #add6e9;
        left: 50%;
        transform: translate(-50%, 0);
    }
}
@media (max-width: 1000px) {
    .home_partner_grid2025 {
        grid-template-columns: repeat(4, 1fr);
    }
    .nav_wrapper_propper .nav-item > a {
        font-size: 16px !important;
        padding: 18px 15px;
    }
}
@media (max-width: 900px) {
    .newhero_text {
        right: initial;
        left: 50%;
        width: 80%;
        transform: translate(-50%, -50%);
    }

    .newhero_text h3 {
        font-size: 28px !important;
        top: -40px;
    }
    #newhero {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(4, 20vh);
    }
    #newhero .hero_tile:nth-child(10),
    #newhero .hero_tile:nth-child(11),
    #newhero .hero_tile:nth-child(12),
    #newhero .hero_tile:nth-child(13),
    #newhero .hero_tile:nth-child(14) {
        display: none;
    }

    .home_team_flex_content h2,
    .home_content_2025 h2 {
        font-size: 50px;
    }

    /*  */
    .hero_2025 {
        padding: 55px 0 0 0;
    }

    .header .navigation {
        /* background-image: url("../images/vibrant-logo.png");
        background-size: 30px;
        background-repeat: no-repeat; */
        font-family: "Open Sans", sans-serif;
        /* background-position: center left 30px; */
    }
    .header {
        display: flex;
        justify-content: space-between;
    }
    .mobile_logo {
        display: block;
        background-image: url("../images/vibrant-logo.png");
        background-size: 30px;
        background-position: center;
        height: 55px;
        flex: 0 0 55px;
        background-repeat: no-repeat;
        margin: 0 0 0 15px;
    }

    .header .navigation {
        padding: 0;
    }
    .header .toggle-wrapper {
        right: 30px;
        top: 12px;
        margin: 0;
        width: 25px;
        display: flex;
    }
    .nav_wrapper_propper {
        display: none;
    }
    .nav.active .nav_wrapper_propper {
        display: flex;
        position: absolute;
        flex-direction: column;
        top: 100%;
        left: 0;
        width: 100%;
        padding: 15px 30px 20px 30px;
        background: rgba(0, 0, 0, 0.8);
    }
    .nav_wrapper_propper .nav-item {
        flex-flow: row wrap;
    }
    .nav_wrapper_propper .nav-item > a.withchild,
    .nav_wrapper_propper .nav-item > a {
        padding: 13px 15px;
        flex: 1 0 80%;
    }
    .nav_wrapper_propper .nav-item .toggle {
        padding: 13px 14px;
        flex: 0 0 40px;
    }
    .nav_wrapper_propper .nav-item {
        flex: 0 1 auto !important;
    }
    .nav_wrapper_propper .nav-item > a.withchild,
    .nav_wrapper_propper .nav-item > a {
        padding: 13px 15px !important;
        flex: 1 0 80% !important;
    }

    .header .navigation .nav {
        padding: 0 30px;
        height: 55px;
    }
    .centered_box {
        position: relative;
        left: initial;
        right: initial;
        transform: none;
        padding: 110px 30px 55px 30px;
    }
    .nav-item:hover .subnav,
    .subnav {
        display: none;
        position: relative;
        top: 0;
        left: 0;
        background: transparent;
        flex-direction: column;
        flex: 1 0 100%;
        max-width: 100%;
        align-content: flex-end;
    }
    .nav-item:hover .subnav.active,
    .subnav.active {
        display: flex;
        border-right: 1px solid yellow;
    }

    .nav_wrapper_propper .nav-item .toggle {
        transition: ease all 200ms;
        cursor: pointer;
    }
    .nav_wrapper_propper .nav-item .toggle:hover {
        color: #efc000;
    }

    .nav.active .nav_wrapper_propper .subnav a {
        font-size: 14px;
        padding: 13px 15px;
        text-align: right;
    }
    .nav_wrapper_propper .nav-item {
        flex-flow: row wrap;
    }
    .nav_wrapper_propper .nav-item > a.withchild,
    .nav_wrapper_propper .nav-item > a {
        padding: 13px 15px;
        flex: 1 0 80%;
    }
    .nav_wrapper_propper .nav-item .toggle {
        padding: 13px 14px;
        flex: 0 0 40px;
    }

    .home_partner_grid2025 {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 800px) {
    #newhero {
        grid-template-columns: repeat(3, 1fr);
    }
    #newhero .hero_tile:nth-child(7),
    #newhero .hero_tile:nth-child(8) {
        display: none;
    }
    #newhero .hero_tile:nth-child(9),
    #newhero .hero_tile:nth-child(4) {
        grid-column: 3/4;
    }

    .homectas_2025_grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .homectas_2025_grid_item h2 {
        font-size: 18px;
    }
    .grid_icon_2025 {
        height: 100px;
    }

    .home_team_flex_content h2,
    .home_content_2025 h2 {
        font-size: 50px;
    }
    .home_contact2025 h2,
    .home_partner_grid2025_wrapper h2,
    #news_2025 h2 {
        font-size: 40px;
    }
    .slider_header h2 {
        font-size: 30px;
    }
    .home_team_wrapper {
        padding: 0 30px;
    }

    #partners_2025,
    .homectas_2025_grid {
        padding: 80px 0;
    }
}
@media (max-width: 700px) {
    .wrapper2025 {
        padding: 0 30px;
    }

    #newhero {
        grid-template-rows: repeat(4, 16vh);
    }
    .newhero_text {
        padding: 0 20px;
    }

    #newhero .hero_tile:nth-child(9),
    #newhero .hero_tile:nth-child(4),
    #newhero .hero_tile:nth-child(6) {
        display: none;
    }
    #newhero .hero_tile:nth-child(1) {
        grid-column: 1/3;
    }

    #newhero .hero_tile:nth-child(3) {
        grid-row: 1/3;
        grid-column: 3/4;
    }
    #newhero .hero_tile:nth-child(5) {
        grid-row: 3/5;
    }

    #partners_2025,
    #home_contact_2025,
    .homectas_2025_grid {
        padding: 70px 0;
    }
}
@media (max-width: 600px) {
    .home_team_flex_content h2,
    .home_content_2025 h2 {
        font-size: 40px;
    }
    .home_contact2025 h2,
    .home_partner_grid2025_wrapper h2,
    #news_2025 h2 {
        font-size: 30px;
    }
    .home_partner_grid2025 {
        grid-template-columns: repeat(2, 1fr);
    }

    .home_team_flex {
        gap: 30px;
    }
    .home_team_flex_content p {
        font-size: 19px;
    }

    .custom_accordion {
        margin: 60px 0;
    }

    #partners_2025,
    #home_contact_2025,
    .homectas_2025_grid {
        padding: 60px 0;
    }
    #home_team_2025 {
        padding: 0 0 60px 0;
    }
    #testimonials_2025 {
        padding: 0 0 60px 0;
    }
}
@media (max-width: 500px) {
    .wrapper2025 {
        padding: 0 25px;
    }

    #partners_2025,
    #home_contact_2025,
    .homectas_2025_grid {
        padding: 50px 0;
    }
    .pre_footer_2025_image {
        height: 40vw;
    }
}

body.transact {
    background: #fff;
    color: #000;
}
body.transact .services h2 {
    color: #294b5a;
}
body.transact .services .icons h3 {
    color: #000;
}
body.transact .services .icons > span p,
body.transact .services .icons > a p {
    color: #000;
}
body.transact h2.featured {
    color: #294b5a;
}
#home_stats .stat .stat_big {
    color: #1d4b5c;
}
#home_stats .stat {
    background: #f4f1f4;
}

#home_stats .stat .stat_little {
    color: #525252;
}

body.transact .company-description,
body.transact .clients h2,
body.transact .video-section h2,
body.transact .website-section h2 {
    color: #000;
}
body.transact .clients p.save-text a,
body.transact .video-section p.save-text a,
body.transact .website-section p.save-text a {
    color: #000;
}
body.transact .case-study .black-bg {
    background: #f1f1f1;
    color: #000;
}
body.transact .case-study .container {
    text-align: left;
    padding: 30px;
}
body.transact .case-study .black-bg span {
    color: #1d4b5c;
}

body.transact .latest-news .container > div {
    color: #294b5a;
    border: 1px solid #8b7d7d;
}
body.transact .latest-news .container > div p {
    color: #151918;
    font-size: 16px;
    line-height: 1.4em;
    margin: 0 0 20px 0;
}
body.transact .latest-news .container > div .read-more-link a {
    color: #0b0b0b;
}
body.transact .latest-news .container > div .read-more-link a:after {
    background: #0b0b0b;
}

body.transact .company-description .container .slick-track p {
    color: #000;
}
.slick-next::before,
.slick-prev::before {
    color: #294b5a;
}
body.transact .company-description .container p,
body.transact .company-description .container h2 {
    color: #fff;
}
body.transact .internal.black {
    background: #fff;
}

#pagination {
    grid-column: 1/3;
    display: flex;
    justify-content: center;
    padding: 30px;
}
.pagi_inner {
    display: flex;
}
.page-numbers {
    padding: 15px;
    border-radius: 50%;
    border: #68b1c3 1px solid;
    width: 52px;
    display: block;
    margin: 0 5px;
    height: 52px;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
    transition: ease all 200ms;
}
.page-numbers:hover {
    background: #eee;
}
.page-numbers.current {
    background: #68b1c3;
    color: #fff;
}
.page-numbers.current:hover {
    background: #68b1c3;
}
.page-numbers.dots {
    border: solid 1px transparent;
    background: transparent;
}

body.transact .home_content_2025 strong {
    font-weight: bold;
    line-height: inherit;
    margin: 0;
    font-size: inherit;
}
body.transact .home_content_2025 h2 {
    font-size: 60px;
    margin: 0 0 40px 0;
    line-height: 0.9em;
}
body.transact .home_content_2025 p {
    line-height: 1.5em;
    font-size: 18px;
    margin: 0 0 40px 0;
}
.homectas_2025_grid {
    display: grid;
    gap: 20px;
    padding: 100px 0;
    grid-template-columns: repeat(4, 1fr);
}
.grid_icon_2025 {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 120px;
}
.homectas_2025_grid_item {
    background-color: #f7f7f7;
    border-radius: 12px;
    padding: 0 15px 15px 15px;
    text-decoration: none;
}
body.transact .homectas_2025_grid_item h2 {
    color: #333;
    text-align: center;
    font-size: 20px;
    margin: 0;
    font-weight: 700;
    line-height: 1.3em;
}
.homectas_2025_grid_item:nth-child(1) h2 {
    background: linear-gradient(to right, #933a95, #dc2e82);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
.homectas_2025_grid_item:nth-child(2) h2 {
    background: linear-gradient(to right, #424ba0, #00a0c6);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
.homectas_2025_grid_item:nth-child(3) h2 {
    background: linear-gradient(to right, #e77900, #f4ac00);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
.homectas_2025_grid_item:nth-child(4) h2 {
    background: linear-gradient(to right, #5db544, #33adb9);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

/* Custom Accordion */
.custom_accordion {
    overflow: hidden;
    /* border-radius:5px; */
    margin: 100px 0;
    border-bottom: 1px solid #a4a4a4;
    border-top: 1px solid #a4a4a4;
}
.ac_body {
    height: 0;
    overflow: hidden;
    transition: ease all 350ms;
}

.custom_accordion .custom_accordion_item:nth-child(5n + 1) .ac_body_inner {
    background-image: url("images/icon-check-purple.png");
}
.custom_accordion .custom_accordion_item:nth-child(5n + 2) .ac_body_inner {
    background-image: url("images/icon-check-blue.png");
}
.custom_accordion .custom_accordion_item:nth-child(5n + 3) .ac_body_inner {
    background-image: url("images/icon-check-gold.png");
}
.custom_accordion .custom_accordion_item:nth-child(5n + 4) .ac_body_inner {
    background-image: url("images/icon-check-orange.png");
}
.custom_accordion .custom_accordion_item:nth-child(5n + 5) .ac_body_inner {
    background-image: url("images/icon-check-green.png");
}

.ac_body_inner {
    padding: 25px 25px 55px 150px;
    min-height: 150px;
    font-size: 22px;
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: top 19px left 25px;
}
.ac_body_inner :first-child {
    margin-top: 0px !important;
}
.ac_body_inner :last-child {
    margin-bottom: 0px !important;
}

.accordion_header {
    margin: 0 !important;
    padding: 0 !important;
    border-top: 1px solid #a4a4a4;
    border-bottom: none;
}
.custom_accordion .custom_accordion_item:first-child .accordion_header {
    border-top: none;
}
.accordion_header button {
    display: block;
    width: 100%;
    text-align: left;
    padding: 20px 80px 20px 25px;
    border: none;
    appearance: none;
    background: #fff;
    position: relative;
    transition: ease all 200ms;
    color: #000;
    font-size: 21px;
    font-weight: bold;
}
.accordion_header button:hover {
    cursor: pointer;
}
.accordion_header button:after {
    content: "\2b";
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    top: 50%;
    right: 30px;
    font-weight: 900;
    text-align: center;
    width: 20px;
    font-size: 29px;
    display: block;
    transition: ease 800ms;
    transform: translate(0, -50%) rotate(0deg);
}
.custom_accordion .custom_accordion_item:nth-child(5n + 1) .accordion_header button:after {
    background: linear-gradient(to right, #933a95, #dc2e82);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
.custom_accordion .custom_accordion_item:nth-child(5n + 2) .accordion_header button:after {
    background: linear-gradient(to right, #424ba0, #00a0c6);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
.custom_accordion .custom_accordion_item:nth-child(5n + 3) .accordion_header button:after {
    background: linear-gradient(to right, #e77900, #f4ac00);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
.custom_accordion .custom_accordion_item:nth-child(5n + 4) .accordion_header button:after {
    background: linear-gradient(to right, #e60044, #ff8a00);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
.custom_accordion .custom_accordion_item:nth-child(5n + 5) .accordion_header button:after {
    background: linear-gradient(to right, #5db544, #33adb9);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.accordion_header button.active:after {
    /* content: "\f00d"; */
    transform: translate(0, -50%) rotate(45deg);
}

@media (max-width: 600px) {
    .accordion_header button {
        font-size: 19px;
        padding: 15px 80px 15px 15px;
    }
    .ac_body_inner {
        padding: 75px 15px 30px 15px;
        background-position: top 0px left 6px;
    }
}
@media (max-width: 500px) {
    .accordion_header button {
        font-size: 16px;
        padding: 15px 80px 15px 15px;
    }
    .custom_accordion {
        margin-top: 20px;
    }
}

#home_team_2025 {
    padding: 100px 0;
}
.home_team_wrapper {
    max-width: 1500px;
    width: 100%;
    padding: 0 70px;
    margin: 0 auto;
    position: relative;
}
.home_team_flex {
    display: flex;
    gap: 50px;
    align-items: center;
}
.home_team_flex_content {
    flex: 0 0 38%;
}
body.transact .home_team_flex_content h2 {
    font-size: 80px;
    margin: 0 0 20px 0;
    line-height: 0.9em;
}
body.transact .home_team_flex_content p {
    font-size: 29px;
    font-weight: 400;
    line-height: 1.3em;
    margin: 0 0 40px 0;
}
.home_team_flex_content a {
    color: #d1297a;
    font-size: 21px;
    text-decoration: none;
    position: relative;
}
.home_team_flex_content a:after {
    content: "";
    height: 1px;
    width: 0%;
    display: block;
    position: absolute;
    bottom: -3px;
    background: #d1297a;
    left: 0;
    transition: ease all 500ms;
}
.home_team_flex_content a:hover:after {
    width: 100%;
}
.home_team_flex_image {
    flex: 1 1 10%;
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    align-self: stretch;
}

#home_contact_2025 {
    background: black;
    padding: 80px 0;
    color: white;
    text-align: center;
    position: relative;
}
#home_contact_2025 .wrapper2025 {
    position: relative;
    z-index: 3;
}
#home_contact_2025:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    height: 80%;
    width: 70%;
    border-radius: 500px;
    background: #181818;
    filter: blur(500px);
}
body.transact .home_contact2025 h2 {
    color: white;
    font-size: 60px;
    font-weight: normal;
    line-height: 0.9em;
    margin: 0 0 40px 0;
}
body.transact .home_contact2025 h2 strong {
    font-size: inherit;
    line-height: inherit;
    margin: inherit;
}

body.transact .home_contact2025 p {
    color: #fff;
    font-size: 18px;
    margin: 0 0 30px 0;
    padding: 0 5vw;
    line-height: 1.3em;
}
body.transact .home_contact2025 a {
    color: #000;
    border-radius: 14px 14px 0 14px;
    padding: 15px 140px 13px 25px;
    display: inline-block;
    margin: 30px 0 0 0;
    background: linear-gradient(to right, #5db544, #33adb9);
    text-decoration: none;
    font-size: 18px;
    line-height: 1em;
    position: relative;
}
.home_contact2025 a::after {
    content: "";
    background-image: url("images/2025/button_arrow.png");
    display: block;
    position: absolute;
    height: 100%;
    width: 90px;
    right: 25px;
    top: 0;
    background-size: 70px;
    background-repeat: no-repeat;
    background-position: center left;
    transition: ease all 400ms;
}
.home_contact2025 a:hover:after {
    background-position: center right;
}

@media (max-width: 1100px) {
    body.transact .home_team_flex_content h2,
    body.transact .home_content_2025 h2 {
        font-size: 50px;
    }

    .home_2025_news_box {
        gap: 15px;
        grid-template-columns: repeat(1, 1fr);
    }
    .blog_post_2025 {
        background: #f7f7f7;
    }
    .blog_post_2025_top {
        min-height: 0;
    }
    body.transact .blog_post_2025_top a h3 {
        margin: 0 0 5px 0;
    }
    .blog_post_2025_bottom {
        gap: 0;
    }
    .blog_post_2025_bottom p {
        margin: 0 0 20px 0;
    }

    #home_team_2025 {
        padding: 0 0 100px 0;
    }
    .home_team_flex {
        flex-wrap: wrap;
    }
    .home_team_flex_content {
        flex: 1 1 100%;
        order: 2;
        text-align: center;
    }
    .home_team_flex_image {
        flex: 1 1 10%;
        background-position: center bottom;
        height: 23vw;
        min-height: 170px;
        position: relative;
    }
    .home_team_flex_image:after {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        position: absolute;
        bottom: -1px;
        background: #add6e9;
        left: 50%;
        transform: translate(-50%, 0);
    }
}
@media (max-width: 1000px) {
    .home_partner_grid2025 {
        grid-template-columns: repeat(4, 1fr);
    }
    .nav_wrapper_propper .nav-item > a {
        font-size: 16px !important;
        padding: 18px 15px;
    }
}
@media (max-width: 900px) {
    .newhero_text {
        right: initial;
        left: 50%;
        width: 80%;
        transform: translate(-50%, -50%);
    }

    #newhero {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(4, 20vh);
    }
    #newhero .hero_tile:nth-child(10),
    #newhero .hero_tile:nth-child(11),
    #newhero .hero_tile:nth-child(12),
    #newhero .hero_tile:nth-child(13),
    #newhero .hero_tile:nth-child(14) {
        display: none;
    }

    body.transact .home_team_flex_content h2,
    body.transact .home_content_2025 h2 {
        font-size: 55px;
    }

    /*  */
    .hero_2025 {
        padding: 55px 0 0 0;
    }

    .header .navigation {
        /* background-image: url("../images/vibrant-logo.png");
        background-size: 30px;
        background-repeat: no-repeat; */
        font-family: "Open Sans", sans-serif;
        /* background-position: center left 30px; */
    }
    .header {
        display: flex;
        justify-content: space-between;
    }
    .mobile_logo {
        display: block;
        background-image: url("../images/vibrant-logo.png");
        background-size: 30px;
        background-position: center;
        height: 55px;
        flex: 0 0 55px;
        background-repeat: no-repeat;
        margin: 0 0 0 15px;
    }

    .header .navigation {
        padding: 0;
    }
    .header .toggle-wrapper {
        right: 30px;
        top: 12px;
        margin: 0;
        width: 25px;
        display: flex;
    }
    .nav_wrapper_propper {
        display: none;
    }
    .nav.active .nav_wrapper_propper {
        display: flex;
        position: absolute;
        flex-direction: column;
        top: 100%;
        left: 0;
        width: 100%;
        padding: 15px 30px 20px 30px;
        background: rgba(0, 0, 0, 0.8);
    }
    .nav_wrapper_propper .nav-item {
        flex-flow: row wrap;
    }
    .nav_wrapper_propper .nav-item > a.withchild,
    .nav_wrapper_propper .nav-item > a {
        padding: 13px 15px;
        flex: 1 0 80%;
    }
    .nav_wrapper_propper .nav-item .toggle {
        padding: 13px 14px;
        flex: 0 0 40px;
    }
    .nav_wrapper_propper .nav-item {
        flex: 0 1 auto !important;
    }
    .nav_wrapper_propper .nav-item > a.withchild,
    .nav_wrapper_propper .nav-item > a {
        padding: 13px 15px !important;
        flex: 1 0 80% !important;
    }

    .header .navigation .nav {
        padding: 0 30px;
        height: 55px;
    }
    .centered_box {
        position: relative;
        left: initial;
        right: initial;
        transform: none;
        padding: 110px 30px 55px 30px;
    }
    .nav-item:hover .subnav,
    .subnav {
        display: none;
        position: relative;
        top: 0;
        left: 0;
        background: transparent;
        flex-direction: column;
        flex: 1 0 100%;
        max-width: 100%;
        align-content: flex-end;
    }
    .nav-item:hover .subnav.active,
    .subnav.active {
        display: flex;
        border-right: 1px solid yellow;
    }

    .nav_wrapper_propper .nav-item .toggle {
        transition: ease all 200ms;
        cursor: pointer;
    }
    .nav_wrapper_propper .nav-item .toggle:hover {
        color: #efc000;
    }

    .nav.active .nav_wrapper_propper .subnav a {
        font-size: 14px;
        padding: 13px 15px;
        text-align: right;
    }
    .nav_wrapper_propper .nav-item {
        flex-flow: row wrap;
    }
    .nav_wrapper_propper .nav-item > a.withchild,
    .nav_wrapper_propper .nav-item > a {
        padding: 13px 15px;
        flex: 1 0 80%;
    }
    .nav_wrapper_propper .nav-item .toggle {
        padding: 13px 14px;
        flex: 0 0 40px;
    }

    .home_partner_grid2025 {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 800px) {
    #newhero {
        grid-template-columns: repeat(3, 1fr);
    }
    #newhero .hero_tile:nth-child(7),
    #newhero .hero_tile:nth-child(8) {
        display: none;
    }
    #newhero .hero_tile:nth-child(9),
    #newhero .hero_tile:nth-child(4) {
        grid-column: 3/4;
    }

    .homectas_2025_grid {
        grid-template-columns: repeat(2, 1fr);
    }
    body.transact .homectas_2025_grid_item h2 {
        font-size: 18px;
    }
    .grid_icon_2025 {
        height: 100px;
    }

    body.transact .home_team_flex_content h2,
    body.transact .home_content_2025 h2 {
        font-size: 50px;
    }
    body.transact .home_contact2025 h2,
    body.transact .home_partner_grid2025_wrapper h2,
    body.transact #news_2025 h2 {
        font-size: 40px;
    }
    body.transact .slider_header h2 {
        font-size: 30px;
    }
    .home_team_wrapper {
        padding: 0 30px;
    }

    #partners_2025,
    .homectas_2025_grid {
        padding: 80px 0;
    }
}
@media (max-width: 700px) {
    .wrapper2025 {
        padding: 0 30px;
    }

    #newhero {
        grid-template-rows: repeat(4, 16vh);
    }
    .newhero_text {
        padding: 0 20px;
    }

    #newhero .hero_tile:nth-child(9),
    #newhero .hero_tile:nth-child(4),
    #newhero .hero_tile:nth-child(6) {
        display: none;
    }
    #newhero .hero_tile:nth-child(1) {
        grid-column: 1/3;
    }

    #newhero .hero_tile:nth-child(3) {
        grid-row: 1/3;
        grid-column: 3/4;
    }
    #newhero .hero_tile:nth-child(5) {
        grid-row: 3/5;
    }

    #partners_2025,
    #home_contact_2025,
    .homectas_2025_grid {
        padding: 70px 0;
    }
}
@media (max-width: 600px) {
    body.transact .home_team_flex_content h2,
    body.transact .home_content_2025 h2 {
        font-size: 40px;
    }
    body.transact .home_contact2025 h2,
    body.transact .home_partner_grid2025_wrapper h2,
    body.transact #news_2025 h2 {
        font-size: 30px;
    }
    .home_partner_grid2025 {
        grid-template-columns: repeat(2, 1fr);
    }

    .home_team_flex {
        gap: 30px;
    }
    .home_team_flex_content p {
        font-size: 19px;
    }

    .custom_accordion {
        margin: 60px 0;
    }

    #partners_2025,
    #home_contact_2025,
    .homectas_2025_grid {
        padding: 60px 0;
    }
    #home_team_2025 {
        padding: 0 0 60px 0;
    }
    #testimonials_2025 {
        padding: 0 0 60px 0;
    }
}
@media (max-width: 500px) {
    .wrapper2025 {
        padding: 0 25px;
    }

    #partners_2025,
    #home_contact_2025,
    .homectas_2025_grid {
        padding: 50px 0;
    }
    .pre_footer_2025_image {
        height: 40vw;
    }
}

.footer_locations {
    margin: 0 0 40px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    font-size: 20px;
    color: #000;
}
