﻿.fa-paypal {
    color: #1a74b6;
}

.explore-card {
    background-color: #fff;
    border: 1px solid #e0e2e3;
    color: #444c57;
    font-family: 'Calibri','Helvetica Neue',Verdana, Geneva, Tahoma, sans-serif;
    font-size: 17px;
}

.payment-conditional-div {
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #F2F2F2;
    padding: 8px;
    border-radius: 3px;
    /*border: 1px solid #ddd;*/
}

.payment-option-unselected {
    border: 2px solid #d9d9d9;
    border-radius: 15px;
    padding: 3px;
    margin-bottom: 5px;
    margin-top: 2px;
    color: #a0a0a0;
}

.payment-option-selected {
    border: 2px solid #ff5f5f;
    border-radius: 15px;
    padding: 3px;
    margin-bottom: 5px;
    margin-top: 2px;
    color: #ff5f5f;
    font-weight: 600;
}

.payment-option-container {
    cursor: pointer;
    width: 49%;
    display: inline-block;
    font-size: 15px;
    margin-bottom: 1px;
    margin-top: 7px;
}


.btn-overlap-above {
    border-color: white!important;
    margin-top: -69px!important;
    border-width: 2px!important;
    border-style: solid!important;
}


.well {
    border: 1px solid #ddd;
    background: #f8f8f7;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.checkbox {
    padding-left: 20px;
}

    .checkbox label {
        display: inline-block;
        position: relative;
        padding-left: 6px;
        font-size: 16px;
    }

        .checkbox label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 20px;
            height: 20px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .checkbox label::after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            top: 0;
            margin-left: -20px;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 11px;
            color: #555555;
        }

    .checkbox input[type="checkbox"] {
        opacity: 0;
    }

        .checkbox input[type="checkbox"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .checkbox input[type="checkbox"]:checked + label::after {
            font-family: 'FontAwesome';
            content: "\f00c";
            font-size:14px;
       
        }

        .checkbox input[type="checkbox"]:disabled + label {
            opacity: 0.65;
        }

            .checkbox input[type="checkbox"]:disabled + label::before {
                background-color: #eeeeee;
                cursor: not-allowed;
            }

    .checkbox.checkbox-circle label::before {
        border-radius: 50%;
    }

    .checkbox.checkbox-inline {
        margin-top: 0;
    }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #428bca;
    border-color: #428bca;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #ff5f5f;
    border-color: #ff5f5f;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.radio {
    padding-left: 20px;
}

    .radio label {
        display: inline-block;
        position: relative;
        padding-left: 5px;
        font-size:18px;
    }

        .radio label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 50%;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out;
            transition: border 0.15s ease-in-out;
        }

        .radio label::after {
            display: inline-block;
            position: absolute;
            content: " ";
            width: 11px;
            height: 11px;
            left: 3px;
            top: 3px;
            margin-left: -20px;
            border-radius: 50%;
            background-color: #555555;
            -webkit-transform: scale(0, 0);
            -ms-transform: scale(0, 0);
            -o-transform: scale(0, 0);
            transform: scale(0, 0);
            -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        }

    .radio input[type="radio"] {
        opacity: 0;
    }

        .radio input[type="radio"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .radio input[type="radio"]:checked + label::after {
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
        }

        .radio input[type="radio"]:disabled + label {
            opacity: 0.65;
        }

            .radio input[type="radio"]:disabled + label::before {
                cursor: not-allowed;
            }

    .radio.radio-inline {
        margin-top: 0;
    }

.radio-primary input[type="radio"] + label::after {
    background-color: #428bca;
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #428bca;
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #428bca;
}

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c;
}

.note-editor .note-editing-area .note-editable
{
    min-height:30vh;
}

/*Site Colours*/
.red-bg-gradient, .ui-gradient-peach {
    background: -moz-linear-gradient(45deg, #fd8686 0%, #ff5f5f 100%);
    background: linear-gradient(45deg, #f78961 0%, #ff5f5f 100%);
}

.ui-gradient-blue {
    background: linear-gradient(45deg, #54ceff 0%, #4289a7 95%);
}

.support-recieved-message {
    background: white;
    border: 1px solid #aaa;
    border-radius: 8px;
    padding: 2px 6px;
    color: #999;
    display:inline-block;

}

.support-recieved-name {
    margin-left:4px;
}



.person-row-li {
    border-bottom: solid 1px #efefef;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 8px 16px;
}

.person-row-div {
    border-bottom: solid 1px #efefef;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 8px 16px;
}


.person-row-left {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100px;
    -ms-flex: 1 1 100px;
    flex: 1 1 100px;
    overflow: hidden;
    float:left;
}


.person-row-right {
    float: right;
    width: 25%;
}

.person-row-image {
    margin-right: 13px;
    background-color: #fafafa;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;

    overflow: hidden;
    position: relative;
}

    .person-row-image::after {
        border: 1px solid rgba(0,0,0,.0975);
        border-radius: 50%;
        bottom: 0;
        content: '';
        left: 0;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0;
    }


.person-row-name-div {
 
}

.person-row-container {
 
}
.person-row-name {

}

.person-row-name-link {
    color: #262626;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 5px;
    margin-left: -5px;
}


.person-list-ul {

    background: #fff;
  
}

.person-list-header {
    background: #fff;
    border-bottom: solid 1px #dbdbdb;
    color: #262626;
    font-size: 16px;
    font-weight: 600;
    padding: 16px;
}

.person-list-footer {
    background: #fff;
    border-top: solid 1px #dbdbdb;
    color: #262626;
    font-size: 16px;
    font-weight: 600;
    padding: 16px;
}

/* BLOG ARTICLE */

.blog h2 {
    font-weight: 700;
}

.blog h5 {
    margin: 0 0 5px 0;
}

.blog .btn {
    margin: 0 0 5px 0;
}

.article h1 {
    color: rgba(0,0,0,.84);
    font-size: 42px;
    font-weight: 700;
}


.article-title {
    margin-bottom: 25px;
    max-width:700px;
}

.article-featured-image > img{
    max-width:700px;
    width:100%;
    margin-bottom:32px;
}

.article-body {
    max-width:700px;
    font-family: 'Lora',serif;
    font-size: 20px;
    line-height: 1.58;
    letter-spacing: -.003em;
    color: rgba(0,0,0,.84);
    margin-bottom: 30px;
}

.article .ibox-content {
    padding: 30px;
}

.btn-control-panel {
    border: 2px #579fbf solid !important;
    color: #579fbf !important;
    line-height: 24px !important;
    margin-bottom: 5px !important;
    margin-left: 4px !important;
    margin-right: 4px !important;
    margin-top: 5px !important;
    border-radius: 50px !important;
    box-shadow: none;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    padding: 6px 16px;
    position: relative;
    text-align: center;
    white-space: nowrap;
    background: none;
}

    .btn-control-panel:hover {
        border: 2px #ff5f5f solid !important;
        color: #ff5f5f !important;
    }



.btn-control-panel-white {
    border: 2px #fff solid !important;
    color: #fff !important;
    line-height: 24px !important;
    margin-bottom: 5px !important;
    margin-left: 4px !important;
    margin-right: 4px !important;
    margin-top: 5px !important;
    border-radius: 50px !important;
    box-shadow: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    padding: 6px 16px;
    position: relative;
    text-align: center;
    white-space: nowrap;
    background: none;
}

    .btn-control-panel-white:hover {
        box-shadow: 1px 4px 1px #4a89a5;
    }


.btn-your-page {
    border: 2px #ff5f5f solid !important;
    color: #ff5f5f !important;
    line-height: 20px !important;
    margin-bottom: 4px !important;
    margin-left: 4px !important;
    margin-right: 4px !important;
    margin-top: 4px !important;
    border-radius: 50px !important;
    box-shadow: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    padding: 5px 9px !important;
    position: relative;
    text-align: center;
    white-space: nowrap;
    background: #fff !important;
}
    .btn-your-page:hover {
        border: 2px #ff5f5f solid !important;
        color: #ffffff !important;
        background: #ff5f5f !important;
    }

.post-profile-text-container{
    margin-left:10px;
}

.padlock-icon {
    font-size: 14px;
}

.post-profile-image-container{
    height:45px;
    width:45px;
}

.recent-posts-title{
    display:table-cell;
}

.post-profile-image-container > a > img {
    border-radius: 50%;
    height: 45px;
    width: 45px;
    object-fit: cover;
}

.recent-post-circle {
    background-color: white;
    border-radius: 3px;
    height: 40px;
    width: 50px;
    line-height: 32px;
    font-size: 16px;
    border: 1px solid rgba(0,0,0,.15) !important;
    float: left;
    margin-left:4px;
    margin-right: 10px;
    text-align: center;
    background-size: cover;
    margin-bottom: 20px;
}

.recent-post-icon {
    color:#5c90a0;
    font-size:16px;
}

.category-container {
    background: #ffffff;
    border: 1px solid #c8cbcd;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(200, 203, 205);
    border-top-width: 1px;
    border-top-color: rgb(231, 234, 236);
    padding:10px
}

.category-item {
    box-sizing: border-box;
    position: static;
    border-radius: 0px;
    overflow: inherit;
    padding: 0.35rem;
    margin: 0rem;
    border-color: #ccc;
    border-style: none;
    display: block;
    text-align: left;
    font-weight:700;
    font-size: 16px;
}

.category-link {
    background: white;
    text-align:left;
}

.ui-action-card.shadow-sm:hover {
    box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
}

.ui-action-card.shadow-md:hover {
    box-shadow: 0 7px 15px rgba(0, 9, 128, 0.05), 0 12px 28px rgba(0, 9, 128, 0.075);
}

.ui-action-card.shadow-lg:hover {
    box-shadow: 0 8px 18px rgba(0, 9, 128, 0.15), 0 15px 35px rgba(0, 9, 128, 0.2);
}

.ui-action-card.shadow-xl:hover {
    box-shadow: 0 10px 20px rgba(0, 9, 128, 0.15), 0 20px 48px rgba(0, 9, 128, 0.2);
}

.ui-card .card-header.pb-0 {
    padding: 2rem 2rem 0 2rem;
}

.ui-card {
    background-color: #FFF;
    border-radius: 0.5rem;
}

    .ui-card .card-image {
        border-top-left-radius: 0.5rem;
        border-top-right-radius: 0.5rem;
        overflow: hidden;
        background-size: cover;
        background-position: center center;
        object-fit: cover;
    }

        .ui-card .card-image img {
            max-width: 100%;
            object-fit: cover;
        }

    .ui-card .card-header {
        padding: 2rem;
        border-top-left-radius: 0.5rem;
        border-top-right-radius: 0.5rem;
    }

    .ui-card .card-body {
        padding: 2rem;
        border-bottom-left-radius: 0.5rem;
        border-bottom-right-radius: 0.5rem;
    }

    .ui-card .card-footer {
        padding: 2rem;
    }

    .ui-card.ui-action-card {
        cursor: pointer;
        -webkit-transition: box-shadow 0.35s ease-out;
        transition: box-shadow 0.35s ease-out;
    }

    .ui-card.ui-curve .card-header {
        position: relative;
        background: #fff;
        overflow: hidden;
    }

        .ui-card.ui-curve .card-header::after {
            display: block;
            content: '';
            height: 100%;
            background: url(../img/svg-layers/curve-layer-gray.svg) bottom no-repeat;
            background-size: contain;
            position: absolute;
            bottom: -2px;
            left: -6px;
            right: -6px;
            z-index: 1;
        }

        .ui-card.ui-curve .card-header .paragraph {
            display: inline-block;
            max-width: 350px;
            margin-bottom: .25rem;
        }

    .ui-card.ui-curve .card-body {
        background-color: #f6f7f8;
    }

    .ui-card.ui-curve.color-card .card-header::after {
        background: url(../img/svg-layers/curve-layer.svg) bottom no-repeat;
    }

    .ui-card.ui-curve.color-card .card-body {
        background-color: #FFF;
    }

.ui-app-screens .ui-card {
    width: 275px;
    overflow: hidden;
    border-radius: 1.25rem;
}

.ui-blog-grid .post-item .card-image .ui-cover-img {
    max-width: none;
}

.ui-blog-grid .post-item .card-body {
    height: 6.8rem;
}

.ui-posts-widget .post-item {
    display: block;
    position: relative;
    padding-left: 66px;
    height: 66px;
    color: #708198;
}

    .ui-posts-widget .post-item:hover, .ui-posts-widget .post-item:hover .heading {
        color: #8089ff;
    }


.post-profile-image
{
    background-size:cover;
}



.card-image {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    object-fit: cover;
}

.card-profile-image {
    border-radius: 50%;
    height: 99px;
    width: 99px;
    border: 2px white solid;
}

.card-header {
    padding: 1.5rem 1.5rem 0 1.5rem;
    height:80px;
}

.card-body {
    padding: 1rem 1.5rem 1rem 1.5rem;

}

.card-heading{
    font-family:'Quicksand',Arial, Helvetica, sans-serif;
    font-size:17px;
    font-weight:700;

} 
.ui-blog-grid .post-item .card-body {
    height: 100px;
}

.card-body {
    padding: 2rem;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.avatar {
    width: 26px;
    height: 26px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: .25rem;
}

card-footer .post-author span {
    display: inline-block;
    vertical-align: middle;
}

.card-footer .post-meta {
    font-size: 12px;
}

.bg-red, .ui-card.bg-red {
    color: #fff;
    background-color: #ff5f5f;
}

.general-container {
    overflow: hidden;
}

.blurred-image {
    filter: blur(20px);
}

.sticky-footer {
    background: white;
    padding: 12px;
    color: black;
    position: fixed;
    bottom: 0px;
    margin-top: -50px;
    width: 100%;
    left: 0;
    z-index: 100000;
    font-size: 18px;
}

.sticky-footer-link {
    color: #ff5f5f !important;
    text-decoration: underline;
    font-weight: 600;
}

.sticky-footer-profile {
    border-top: 2px solid rgb(231, 236, 240);
    background: white;
    padding: 10px 8px;
    color: black;
    position: fixed;
    bottom: 0px;
    margin-top: -50px;
    width: 100%;
    left: 0;
    z-index: 100;
    font-size: 18px;
}

.btn-ribbon-donate {
    font-family:'Quicksand';
    width: 100%;
    font-size: 16px !important;
    border-radius: 3px !important;
    font-weight:700!important;
}

.modal-dialog{
    padding:5px!important;
}

.count-info .label {
    line-height: 12px;
    padding: 2px 5px;
    position: absolute;
    right: 6px;
    top: 8px;
    border: 2px solid white;
    background-color: #ff5f5f;
    color: white;
    font-size: 10px;
    font-weight: 600;
}

.dropdown-alerts {
    margin-left: auto;
}
.dropdown-alerts {
    min-width: 0;
    width: 310px;
}
alerts {
    padding: 10px 10px 10px 10px;
}

.dropdown-menu {
    border: medium none;
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(86, 96, 117, 0.7);
    display: none;
    float: left;
    font-size: 12px;
    left: 0;
    list-style: none outside none;
    padding: 0;
    position: absolute;
    text-shadow: none;
    top: 100%;
    z-index: 1000;
    text-transform: none;
}

    .dropdown-menu li {
        display: block;
        text-transform: none;
    }

.navbar .nav > li > a {
    font-family: 'Quicksand', 'Helvetica Neue', Geneva, Verdana, sans-serif!important;
}
.nav.navbar-top-links .dropdown-alerts a {
    font-size: 12px;
}

.dropdown-messages, .dropdown-alerts {
    padding: 10px 10px 10px 10px;
}

.dropdown-menu > li > a, .dropdown-menu > li > form > a {
    color: inherit;
    line-height: 25px;
    text-align: left;
    font-weight: normal;
}

.dropdown-menu li a {
    padding: 2px 8px;
    min-height: 0;
    color: inherit;
    line-height: 25px;
    text-align: left;
    font-weight: normal;
    font-size: 14px;
    display: block;
    text-transform: none;
}


@media (max-width: 767px) {
 
        .navbar-nav .open .dropdown-menu > li > a, .dropdown-menu > li > form> a,
        .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }
}


    .dropdown-menu li a:hover {
    }

    .media-body {
        display: table-cell;
        width: auto;
        text-transform: none;
        font-size: 14px;
    }

    .dropdown-messages-box img.img-circle {
        width: 30px;
        height: 30px;
    }




    .insitenotification-img {
        border-radius: 4px;
        background-size: cover;
        background-image: none;
        width: 38px;
        height: 38px;
        border: none;
        box-shadow: none;
    }

    @media (max-width: 767px) {
        .navbar-nav .open .dropdown-alerts {
            border-radius: 3px;
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
            box-shadow: 0 0 3px rgba(86, 96, 117, 0.7);
            display: block;
            float: left;
            font-size: 12px;
            left: 0;
            list-style: none outside none;
            position: absolute;
            text-shadow: none;
            top: 100%;
            z-index: 1000;
            text-transform: none;
            background: white;
            width: 300px;
        }
    }




    .navbar-logo-circle {
        float: left;
        background: #4b798d;
        height: 32px;
        width: 32px;
        border-radius: 17px;
        padding-left: 1px;
    }

    .navbar-logo-img {
        width: 25px;
        position: relative;
        left: 4px;
        top: 3px;
    }

    .navbar-logo-text {
        font-family: 'Quicksand',sans-serif;
        font-size: 22px;
        margin-left: 5px;
        font-weight: 600;
        color: #434b57;
    }

    .white-bg {
        background: #fff;
    }


    .feeditem-poster-name {
        font-family: 'Quicksand';
    }

    .feeditem-poster-name-owner {
        /*color:#ff5f5f;*/
    }

    .feeditem-profile-img-owner {
        border: 1px solid #ff5f5f;
    }

    .feeditem-action {
        color: #444c57;
        font-size: 15px;
    }

    .leaderboard-item {
        background: white;
        min-width: 240px;
        width: 100%;
        border-radius: 500px;
        margin-bottom: 12px;
        text-align: left;
        box-shadow: 1px 1px 6px #945151;
        padding: 3px;
        display: inline-flex;
    }

    .leaderboard-image {
        height: 55px;
        width: 55px;
        border-radius: 50%;
        border: 2px solid;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
        border-color: #ff5f5f;
        image-orientation: unset;
        background-size: cover;
        display: table-cell;
        float: left;
    }

    .leaderboard-name {
        display: table-cell;
        font-family: 'Quicksand';
        font-weight: 700;
        vertical-align: middle;
        height: 100%;
        float: left;
        height: 56px;
        padding-top: 17px;
        padding-left: 8px;
    }


    .gold-border {
        border: 2px solid #e3c383 !important;
    }

    .text-white {
        color: white !important;
    }

    .leaderboard-panel-icon {
        width: 80px;
        filter: drop-shadow(1px 1px 5px #ffa1a1);
        -webkit-filter: drop-shadow(1px 1px 5px #ffa1a1);
        -moz-filter: drop-shadow(1px 1px 5px #ffa1a1);
    }

.gold-panel-icon {
    width: 45px;
    filter: drop-shadow(1px 1px 5px #e9d1a2);
    margin-top: 15px;
    margin-left: 15px;
}

.gold-panel {
    color: white;
    font-family: 'Quicksand';
    font-size: 17px;
    padding: 20px;
    background: #e2c283;
    color: white;
    text-align: center;

}

        .gold-panel > h2 {
            color: #fff;
            font-family: 'Quicksand', 'Helvetica Neue', Geneva, Verdana, sans-serif;
            font-size: 22px;
            font-weight: 600;
            margin-bottom: 10px;
            margin-top: 10px;
        }

    .profile-badge {
        height: 43px;
        padding: 7px 5px 6px;
        margin-right: 6px;
    }

    .popup-hint {
        padding-top: 8px;
    }

.swal2-icon.swal2-success [class^='swal2-success-line'] {
    height: 6px;
    background-color: #e2c283!important;
    display: block;
    border-radius: 11px;
    position: absolute;
    z-index: 2;
}

.swal2-icon.swal2-success .swal2-success-ring {
    width: 80px;
    height: 80px;
    border: 5px solid #e2c283b3!important;
    border-radius: 50%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2;
}



    .swal2-popup .swal2-buttonswrapper {
        margin-top: 8px !important;
    }

    .swal2-popup .swal2-styled {
        font-family: 'Quicksand';
        font-weight: 700 !important;
    }

    /*make the cancel button a lighter font weight*/
    .swal2-cancel.swal2-styled {
        font-weight: inherit;
    }

    .tip {
        color: #bbb;
    }

    label {
        font-weight: bold;
    }

    .tooltip {
        text-transform: none;
    }

    .fa-facebook, .fa-facebook-square {
        color: #3b5998
    }

    .fa-twitter, .fa-twitter-square {
        color: #00aced
    }

    .fa-google-plus, .fa-google-plus-square {
        color: #dd4b39
    }

    .fa-youtube, .fa-youtube-square {
        color: #bb0000
    }

    .fa-tumblr, .fa-tumblr-square {
        color: #32506d
    }

    .fa-vine {
        color: #00bf8f
    }

    .fa-flickr {
        color: #ff0084
    }

    .fa-vimeo-square {
        color: #aad450
    }

    .fa-pinterest, .fa-pinterest-square {
        color: #cb2027
    }

    .fa-linkedin, .fa-linkedin-square {
        color: #007bb6
    }

    .fa-instagram {
        color: #517fa4;
    }

    .fa-spotify {
        color: #1ED760;
    }

    .fa-reddit, .fa-reddit-square {
        color: #ff4500;
    }

    .non-gold-social-link {
        display: inline-block;
    }

        .non-gold-social-link > a {
            display: none;
        }

    .blue {
        color: #579fbf;
    }

    .gold {
        color: #e2c283;
    }

.gold-strong {
    color: #e3c383!important;
    font-weight: 600!important;
}

    .gold-light {
        color: #eecc8a !important;
    }

    .gold-h1 {
        font-size: 50px;
        font-weight: 700;
        text-shadow: 0px 0px 4px #00000057;
    }

    .gold-h2 {
        font-size: 29px;
        font-weight: 700;
        margin-bottom: 25px;
        margin-top: 25px;
    }


    .gold-h3 {
        font-family: 'Quicksand', 'Helvetica Neue', Geneva, Verdana, sans-serif;
        font-size: 20px;
        font-weight: 700;
    }


    .gold-sub {
        color: #26272a;
        font-family: 'Quicksand', 'Helvetica Neue', Geneva, Verdana, sans-serif;
        font-size: 23px;
        letter-spacing: .12px;
        line-height: 1.3em;
        margin-bottom: 35px;
        margin-top: 20px;
        opacity: 1;
        text-align: center;
        padding: 0 10px;
        max-width:550px;
    }

    .gold-features {
        display: flex;
        justify-content: center;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 25px;
    }

    @media screen and (max-width:848px) {
        .gold-feature {
            -ms-flex-direction: column;
            -webkit-box-direction: normal;
            -webkit-box-orient: vertical;
            flex-direction: column;
            text-align: center;
        }

        .gold-feature-img {
            margin-bottom: 20px;
        }

        .gold-feature-info {
            margin-left: 0 !important;
        }
    }

    .gold-feature {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
        box-shadow: 0 0 0 1px rgba(153,170,181,.3);
        box-sizing: border-box;
        flex-basis: 460px;
        margin: 20px 20px;
        padding: 30px;
        transition: -webkit-box-shadow .15s ease-out;
        transition: box-shadow .15s ease-out;
    }

        .gold-feature:hover {
            box-shadow: 0 9px 30px 1px rgba(153,170,181,.2);
        }

    .gold-feature-info {
        -webkit-box-flex: 1;
        flex: 1;
        margin-left: 40px;
        text-align: left;
    }

    .gold-feature-img {
        height: 48px;
    }

    .gold-feature-title {
        color: #e2c283;
        font-family: 'Quicksand', 'Helvetica Neue', Geneva, Verdana, sans-serif;
        font-size: 21px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .gold-feature-description {
        color: #949494;
        font-size: 16px;
        line-height: 24px;
    }

    .buy-panel {
        background: #f8f9fb;
        border: 1px solid #ccd1d9;
    }

    .btn-gold {
        background-color: #e2c283;
        color: #fff;
        font-size: 21px;
        padding: 9px 29px;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 700;
        font-family: 'Quicksand';
    }

    .gold-header-container {
        padding-top: 25px;
        padding-bottom: 18px;
        margin: -15px -25px 20px -25px;
        background: #e2be6e;
        color: white;
        background: linear-gradient(17deg, #e1a959 43%, #e2be6e 56%);
        background-size: auto auto;
        background-size: auto auto;
        animation: Gradient 5s ease-in infinite;
        background-size: 156% 118%;
    }

    .badge-gold {
        background-color: #e2c283;
        color: white;
        border-radius: 3px;
        font-family: 'Quicksand';
        font-weight: 700;
        margin: 6px 4px;
    }

    .gold-header-container .gold-sub {
        color: white !important;
    }

    .gold-header-container > h1 {
        color: white;
    }

    @-webkit-keyframes Gradient {
        0% {
            background-position: 0% 50%
        }

        50% {
            background-position: 100% 50%
        }

        100% {
            background-position: 0% 50%
        }
    }

    @-moz-keyframes Gradient {
        0% {
            background-position: 0% 50%
        }

        50% {
            background-position: 100% 50%
        }

        100% {
            background-position: 0% 50%
        }
    }

    @keyframes Gradient {
        0% {
            background-position: 0% 50%
        }

        50% {
            background-position: 100% 50%
        }

        100% {
            background-position: 0% 50%
        }
    }

    .kofi-blue-fill {
        background: linear-gradient(45deg, #579fbf 0%, #5dacce 95%);
    }

    .kofi-blue {
        color: #579fbf;
    }

    /*lightbox*/

    * {
        box-sizing: border-box;
    }

    .lb-row > .lb-column {
        padding: 0 8px;
    }

    .lb-row:after {
        content: "";
        display: table;
        clear: both;
    }

    .lb-column {
        float: left;
        width: 25%;
    }

    /* The Modal (background) */
    .lb-modal {
        display: none;
        position: fixed;
        z-index: 100000;
        padding-top: 100px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: black;
    }

    /* Modal Content */
    .lb-modal-content {
        position: relative;
        background-color: #000;
        margin: auto;
        padding: 0;
        width: 95%;
        max-width: 1000px;
    }

    /* The Close Button */
    .lb-close {
        color: white;
        position: absolute;
        top: 10px;
        right: 25px;
        font-size: 35px;
        font-weight: bold;
    }

        .lb-close:hover,
        .lb-close:focus {
            color: #999;
            text-decoration: none;
            cursor: pointer;
        }

    .lb-mySlides {
        display: none;
    }

    .lb-cursor {
        cursor: pointer
    }

    /* Next & previous buttons */
    .lb-prev,
    .lb-next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        padding: 16px;
        margin-top: -50px;
        color: white;
        font-weight: bold;
        font-size: 20px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
        -webkit-user-select: none;
    }

    /* Position the "next button" to the right */
    .lb-next {
        right: 0;
        border-radius: 3px 0 0 3px;
    }

        /* On hover, add a black background color with a little bit see-through */
        .lb-prev:hover,
        .lb-next:hover {
            background-color: rgba(0, 0, 0, 0.8);
        }

    /* Number text (1/3 etc) */
    .lb-numbertext {
        color: #f2f2f2;
        font-size: 12px;
        padding: 8px 12px;
        position: absolute;
        top: 0;
    }

    lb-img {
        margin-bottom: -4px;
    }

    .lb-caption-container {
        text-align: center;
        background-color: black;
        padding: 2px 16px;
        color: white;
    }

    .lb-demo {
        opacity: 0.6;
    }

    .lb-active,
    .demo:hover {
        opacity: 1;
    }

    lb-img.hover-shadow {
        transition: 0.3s
    }

    .lb-hover-shadow:hover {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
    }

    .input-group-addon {
        background: none;
        background-color: transparent;
        border: none;
        padding: 2px 4px;
    }


    .nav-hr {
        margin-left: 26px;
        margin-right: 26px;
        border: 0;
        border-top-width: 0px;
        border-top-style: none;
        border-top-color: currentcolor;
        border-top: 1px solid #435c74;
        margin-top: 15px;
        margin-bottom: 8px;
    }

    .kofi-gold-text {
        font-family: 'Quicksand';
        font-weight: 600;
    }

    .owl-carousel {
        display: none;
        width: 100%;
        -webkit-tap-highlight-color: transparent;
        position: relative;
        z-index: 1;
    }

        .owl-carousel .owl-stage {
            position: relative;
            -ms-touch-action: pan-Y;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

            .owl-carousel .owl-stage:after {
                content: ".";
                display: block;
                clear: both;
                visibility: hidden;
                line-height: 0;
                height: 0;
            }

        .owl-carousel .owl-stage-outer {
            position: relative;
            overflow: hidden;
            -webkit-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px);
        }

        .owl-carousel .owl-wrapper,
        .owl-carousel .owl-item {
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

        .owl-carousel .owl-item {
            position: relative;
            min-height: 1px;
            float: left;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-tap-highlight-color: transparent;
            -webkit-touch-callout: none;
        }

            .owl-carousel .owl-item img {
                display: block;
                width: 100%;
            }

        .owl-carousel .owl-nav.disabled,
        .owl-carousel .owl-dots.disabled {
            display: none;
        }

        .owl-carousel .owl-nav .owl-prev,
        .owl-carousel .owl-nav .owl-next,
        .owl-carousel .owl-dot {
            cursor: pointer;
            cursor: hand;
            -webkit-user-select: none;
            -khtml-user-select: none;
            user-select: none;
        }

        .owl-carousel.owl-loaded {
            display: block;
        }

        .owl-carousel.owl-loading {
            opacity: 0;
            display: block;
        }

        .owl-carousel.owl-hidden {
            opacity: 0;
        }

        .owl-carousel.owl-refresh .owl-item {
            visibility: hidden;
        }

        .owl-carousel.owl-drag .owl-item {
            -webkit-user-select: none;
            -khtml-user-select: none;
            user-select: none;
        }

        .owl-carousel.owl-drag {
            cursor: url(../img/cursors/openhand.cur), move;
        }

        .owl-carousel.owl-grab, .owl-carousel:focus {
            cursor: url(../img/cursors/closedhand.cur), move;
        }

        .owl-carousel.owl-rtl {
            direction: rtl;
        }

            .owl-carousel.owl-rtl .owl-item {
                float: right;
            }

    .no-js .owl-carousel {
        display: block;
    }

    /* 3.2 :: Owl Carousel Animate */
    .owl-carousel .animated {
        animation-duration: 1000ms;
        animation-fill-mode: both;
    }

    .owl-carousel .owl-animated-in {
        z-index: 0;
    }

    .owl-carousel .owl-animated-out {
        z-index: 1;
    }

    .owl-carousel .fadeOut {
        animation-name: fadeOut;
    }

    /*  :: TESTIMONIALS */
    .ui-testimonials .owl-stage-outer {
        margin: 0 -8px;
        padding-left: 8px;
        padding-top: .35rem;
    }

    .ui-testimonials .item .user {
        padding: 2rem 0;
        padding-left: .25rem;
    }

    .testi {
        display: flex;
        justify-content: center;
        /*align-items: center;*/
        box-sizing: border-box;
        flex-basis: 340px;
        margin: 0px 20px;
        padding: 15px;
        transition: -webkit-box-shadow .15s ease-out;
        transition: box-shadow .15s ease-out;
    }

    .ui-testimonials {
        display: flex;
        justify-content: center;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 25px;
    }

        .ui-testimonials .item .user:before, .ui-testimonials .item .user:after {
            content: " ";
            display: table;
        }

        .ui-testimonials .item .user:after {
            clear: both;
        }

        .ui-testimonials .item .user .avatar {
            width: 55px;
            height: 55px;
            border-radius: 100%;
            margin-right: 1rem;
            float: left;
            overflow: hidden;
        }

            .ui-testimonials .item .user .avatar img {
                width: 100%;
                height: 100%;
                max-width: 100%;
            }

        .ui-testimonials .item .user .info {
            float: left;
        }

            .ui-testimonials .item .user .info .heading {
                line-height: 1;
                margin-bottom: .25rem;
                margin-top: .25rem;
            }

            .ui-testimonials .item .user .info .sub-heading {
                margin-bottom: 0;
                font-size: .95rem;
            }

        .ui-testimonials .item .ui-card {
            position: relative;
            padding: 1.5rem;
            overflow: visible;
            font-style: italic;
        }

            .ui-testimonials .item .ui-card p {
                color: #414c5a;
                margin-bottom: 0;
            }

    .testimonial-name {
        font-size: 16px;
        font-family: 'Quicksand';
    }

    .ui-testimonials .item .ui-card::before {
        display: block;
        position: absolute;
        content: '';
        background-size: cover;
        top: .75rem;
        left: 1rem;
        width: 40px;
        height: 40px;
        opacity: 0.2;
    }

    .ui-testimonials .item .ui-card::after {
        display: block;
        font-family: 'FontAwesome';
        content: '\f0d7';
        position: absolute;
        top: 100%;
        font-size: 50px;
        height: 10px;
        line-height: 10px;
        left: 1rem;
        color: #FFF;
        text-shadow: 0 5px 5px rgba(0, 9, 128, 0.05), 0 5px 10px rgba(0, 9, 128, 0.05);
    }

    .shadow-md {
        box-shadow: 0px 3px 8px rgba(103, 82, 37, 0.1), 0 4px 10px rgba(0, 9, 128, 0.035);
    }

    .ui-card {
        background-color: #FFF;
        border-radius: 0.5rem;
    }

#gold-heroDIV_8 {
    box-sizing: border-box;
    color: rgb(112, 129, 152);
    speak: none;
    text-decoration: none solid rgb(112, 129, 152);
    text-rendering: optimizeLegibility;
    text-size-adjust: 100%;
    /*width: 1263px;*/
    column-rule-color: rgb(112, 129, 152);
    perspective-origin: 631.5px 1409.84px;
    transform-origin: 631.5px 1409.84px;
    caret-color: rgb(112, 129, 152);
    border: 0px none rgb(112, 129, 152);
    font: normal normal 400 normal 23px / 26.88px "Calibri", Roboto, "Open Sans", sans-serif;
    outline: rgb(112, 129, 152) none 0px;
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
}
    /*#gold-heroDIV_8*/

    #gold-heroDIV_1 {
        bottom: 0px;
        box-sizing: border-box;
        color: rgba(255, 255, 255, 0.85);
        height: 260px;
        left: 0px;
        position: relative;
        right: 0px;
        speak: none;
        text-decoration: none solid rgba(255, 255, 255, 0.85);
        text-rendering: optimizeLegibility;
        text-size-adjust: 100%;
        top: 0px;
        /*width: 1263px;*/
        column-rule-color: rgba(255, 255, 255, 0.85);
        perspective-origin: 631.5px 218.75px;
        transform-origin: 631.5px 218.75px;
        caret-color: rgba(255, 255, 255, 0.85);
        background: linear-gradient(17deg, #e1a959 43%, #e2be6e 56%);
        border: 0px none rgba(255, 255, 255, 0.85);
        font: normal normal 400 normal 23px / 26.88px "Calibri", Roboto, "Open Sans", sans-serif;
        outline: rgba(255, 255, 255, 0.85) none 0px;
        padding: 0px 0px 96px;
    }
        /*#gold-heroDIV_1*/

  
    /*#gold-heroDIV_1:after*/

    #gold-heroDIV_2 {
        bottom: 0px;
        box-sizing: border-box;
        color: rgba(255, 255, 255, 0.85);
        height: 309.5px;
        left: 0px;
        position: relative;
        right: 0px;
        speak: none;
        text-decoration: none solid rgba(255, 255, 255, 0.85);
        text-rendering: optimizeLegibility;
        text-size-adjust: 100%;
        top: 0px;
        /*width: 1156px;*/
        z-index: 2;
        column-rule-color: rgba(255, 255, 255, 0.85);
        perspective-origin: 578px 154.75px;
        transform-origin: 578px 154.75px;
        caret-color: rgba(255, 255, 255, 0.85);
        border: 0px none rgba(255, 255, 255, 0.85);
        font: normal normal 400 normal 19.2px / 26.88px Calibri, Roboto, "Open Sans", sans-serif;
        margin: 0px 10px;
        outline: rgba(255, 255, 255, 0.85) none 0px;
        padding: 40px 10px 0px;
    }
        /*#gold-heroDIV_2*/

        #gold-heroDIV_2:after {
            box-sizing: border-box;
            clear: both;
            color: rgba(255, 255, 255, 0.85);
            content: '';
            display: table;
            height: 0px;
            speak: none;
            text-decoration: none solid rgba(255, 255, 255, 0.85);
            text-rendering: optimizeLegibility;
            text-size-adjust: 100%;
            width: 0px;
            column-rule-color: rgba(255, 255, 255, 0.85);
            perspective-origin: 0px 0px;
            transform-origin: 0px 0px;
            caret-color: rgba(255, 255, 255, 0.85);
            border: 0px none rgba(255, 255, 255, 0.85);
            font: normal normal 400 normal 19.2px / 26.88px Calibri, Roboto, "Open Sans", sans-serif;
            outline: rgba(255, 255, 255, 0.85) none 0px;
        }
        /*#gold-heroDIV_2:after*/

        #gold-heroDIV_2:before {
            box-sizing: border-box;
            color: rgba(255, 255, 255, 0.85);
            content: '';
            display: table;
            height: 0px;
            speak: none;
            text-decoration: none solid rgba(255, 255, 255, 0.85);
            text-rendering: optimizeLegibility;
            text-size-adjust: 100%;
            width: 0px;
            column-rule-color: rgba(255, 255, 255, 0.85);
            perspective-origin: 0px 0px;
            transform-origin: 0px 0px;
            caret-color: rgba(255, 255, 255, 0.85);
            border: 0px none rgba(255, 255, 255, 0.85);
            font: normal normal 400 normal 19.2px / 26.88px Calibri, Roboto, "Open Sans", sans-serif;
            outline: rgba(255, 255, 255, 0.85) none 0px;
        }
    /*#gold-heroDIV_2:before*/

    #gold-heroDIV_3 {
        box-sizing: border-box;
        color: rgba(255, 255, 255, 0.85);
        height: 249.5px;
        speak: none;
        text-decoration: none solid rgba(255, 255, 255, 0.85);
        text-rendering: optimizeLegibility;
        text-size-adjust: 100%;
        column-rule-color: rgba(255, 255, 255, 0.85);
        perspective-origin: 578px 124.75px;
        transform-origin: 578px 124.75px;
        caret-color: rgba(255, 255, 255, 0.85);
        border: 0px none rgba(255, 255, 255, 0.85);
        font: normal normal 400 normal 19.2px / 26.88px Calibri, Roboto, "Open Sans", sans-serif;
        margin: 0px -16px;
        outline: rgba(255, 255, 255, 0.85) none 0px;
    }
        /*#gold-heroDIV_3*/

        #gold-heroDIV_3:after {
            box-sizing: border-box;
            clear: both;
            color: rgba(255, 255, 255, 0.85);
            content: '';
            display: table;
            height: 0px;
            speak: none;
            text-decoration: none solid rgba(255, 255, 255, 0.85);
            text-rendering: optimizeLegibility;
            text-size-adjust: 100%;
            width: 0px;
            column-rule-color: rgba(255, 255, 255, 0.85);
            perspective-origin: 0px 0px;
            transform-origin: 0px 0px;
            caret-color: rgba(255, 255, 255, 0.85);
            border: 0px none rgba(255, 255, 255, 0.85);
            font: normal normal 400 normal 19.2px / 26.88px Calibri, Roboto, "Open Sans", sans-serif;
            outline: rgba(255, 255, 255, 0.85) none 0px;
        }
        /*#gold-heroDIV_3:after*/

        #gold-heroDIV_3:before {
            box-sizing: border-box;
            color: rgba(255, 255, 255, 0.85);
            content: '';
            display: table;
            height: 0px;
            speak: none;
            text-decoration: none solid rgba(255, 255, 255, 0.85);
            text-rendering: optimizeLegibility;
            text-size-adjust: 100%;
            width: 0px;
            column-rule-color: rgba(255, 255, 255, 0.85);
            perspective-origin: 0px 0px;
            transform-origin: 0px 0px;
            caret-color: rgba(255, 255, 255, 0.85);
            border: 0px none rgba(255, 255, 255, 0.85);
            font: normal normal 400 normal 19.2px / 26.88px Calibri, Roboto, "Open Sans", sans-serif;
            outline: rgba(255, 255, 255, 0.85) none 0px;
        }
    /*#gold-heroDIV_3:before*/

    #gold-heroDIV_4 {
        bottom: 0px;
        box-sizing: border-box;
        color: rgba(255, 255, 255, 0.85);
        height: 249.5px;
        left: 0px;
        min-height: 1px;
        position: relative;
        right: 0px;
        speak: none;
        text-align: center;
        text-decoration: none solid rgba(255, 255, 255, 0.85);
        text-rendering: optimizeLegibility;
        text-size-adjust: 100%;
        top: 0px;
        column-rule-color: rgba(255, 255, 255, 0.85);
        perspective-origin: 578px 124.75px;
        transform-origin: 578px 124.75px;
        caret-color: rgba(255, 255, 255, 0.85);
        border: 0px none rgba(255, 255, 255, 0.85);
        font: normal normal 400 normal 19.2px / 26.88px Calibri, Roboto, "Open Sans", sans-serif;
        outline: rgba(255, 255, 255, 0.85) none 0px;
        padding: 0px 16px;
    }
    /*#gold-heroDIV_4*/

    #gold-heroH1_5 {
        box-sizing: border-box;
        color: rgb(255, 255, 255);
        max-width: 500px;
        speak: none;
        text-align: center;
        text-decoration: none solid rgb(255, 255, 255);
        text-rendering: optimizeLegibility;
        text-size-adjust: 100%;
        column-rule-color: rgb(255, 255, 255);
        perspective-origin: 250px 85.5px;
        transform: matrix(1, 0, 0, 1, 0, 0);
        transform-origin: 250px 85.5px;
        caret-color: rgb(255, 255, 255);
        border: 0px none rgb(255, 255, 255);
        font: normal normal 700 normal 48px / 48px Quicksand, "Source Sans Pro", sans-serif;
        margin: 0px auto 20px;
        outline: rgb(255, 255, 255) none 0px;
        padding: 20px 0px 0px;
    }
    /*#gold-heroH1_5*/

    #gold-heroNOBR_6 {
        box-sizing: border-box;
        color: rgb(255, 255, 255);
        speak: none;
        text-align: center;
        text-decoration: none solid rgb(255, 255, 255);
        text-rendering: optimizeLegibility;
        text-size-adjust: 100%;
        column-rule-color: rgb(255, 255, 255);
        perspective-origin: 0px 0px;
        transform-origin: 0px 0px;
        caret-color: rgb(255, 255, 255);
        border: 0px none rgb(255, 255, 255);
        font: normal normal 700 normal 51.2px / 56.32px Quicksand, "Source Sans Pro", sans-serif;
        outline: rgb(255, 255, 255) none 0px;
    }
    /*#gold-heroNOBR_6*/

    #gold-heroP_7 {
        box-sizing: border-box;
        color: #fff;
        height: 26.5px;
        speak: none;
        text-align: center;
        text-decoration: none solid rgba(255, 255, 255, 0.85);
        text-rendering: optimizeLegibility;
        text-size-adjust: 100%;
        column-rule-color: rgba(255, 255, 255, 0.85);
        perspective-origin: 562px 13.25px;
        transform-origin: 562px 13.25px;
        caret-color: rgba(255, 255, 255, 0.85);
        border: 0px none rgba(255, 255, 255, 0.85);
        font: normal normal 400 normal 23px / 26.88px "Calibri", Roboto, "Open Sans", sans-serif;
        margin: 0px 0px 10px;
        outline: rgba(255, 255, 255, 0.85) none 0px;
    }

    .section .section-heading.center {
        text-align: center;
    }

    .section .section-heading {
        margin-bottom: 3.8rem;
    }


    .bg-light {
        background-color: #f1f4f5cc !important;
        color: #708198;
    }

    .text-dark-gray, .heading.text-dark-gray {
        color: #59687c;
    }

    h5, .h5 {
        font-size: 1.4rem;
        margin-bottom: 0.6rem;
    }


.toast-success {
    background-color: #1ab394;
}

.toast {
    opacity: 1 !important;
    font-size:19px;
}




.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .nav:before, .nav:after {
        content: " ";
        display: table;
    }

    .nav:after {
        clear: both;
    }

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .nav > li > a:hover, .nav > li > a:focus {
                text-decoration: none;
            }

        .nav > li.disabled > a {
            color: #8e9bae;
        }

            .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
                color: #8e9bae;
                text-decoration: none;
                cursor: not-allowed;
            }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        border-color: #8089ff;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 8.5px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

    .nav-tabs > li > a {
        margin-right: 2px;
        line-height: 1.4;
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        cursor: default;
    }

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 0.5rem;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
        color: #fff;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified, .nav-tabs.nav-justified {
    width: 100%;
}

    .nav-justified > li, .nav-tabs.nav-justified > li {
        float: none;
    }

        .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width:740px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-right: 0;
    }

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: absolute;
    min-height: 60px;
}

    .navbar:before, .navbar:after {
        content: " ";
        display: table;
    }

    .navbar:after {
        clear: both;
    }

.navbar-fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}

@media (min-width:740px) {
    .navbar a { font-size: 16px!important;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 0px;
}

.navbar .nav > li > a {
    font-size: 16px;
    text-transform: none;
    font-weight:600;
}
.navbar-brand {
    float: left;
    padding: 20.5px 1rem;
    font-size: 16px;
    line-height: 19px;
    height: 60px;
}

    .navbar-brand:hover, .navbar-brand:focus {
        text-decoration: none;
    }

    .navbar-brand > img {
        display: block;
    }

@media (min-width:740px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -1rem;
    }
}

@media (min-width:740px) {
    .navbar-nav {
        margin: 10.25px -1rem;
    }
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 19px;
}

@media (max-width:739px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
    }

        .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 19px;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }
}

@media (min-width:740px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 20.5px;
                padding-bottom: 20.5px;
            }
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
}

@media (min-width:740px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -1rem;
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0;
        }
}

.navbar-default {
    background-color: #FFF;
}

    .navbar-default .navbar-brand {
        color: #8089ff;
    }

        .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
            /*color: #ff5f5f;*/
        }

    .navbar-default .navbar-text {
        color: #414c5a;
    }

    .navbar-default .navbar-nav > li > a {
        color: #414c5a;
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: #ff5f5f;
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #ff5f5f;
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
        color: #f6f7f8;
    }

    .navbar-default .navbar-link {
        color: #414c5a;
    }

        .navbar-default .navbar-link:hover {
            color: #ff5f5f;
        }

    .navbar-default .btn-link {
        color: #414c5a;
    }

        .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
            color: #8089ff;
        }

        .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
            color: #f6f7f8;
        }

.navbar-inverse {
    background-color: #414c5a;
}

    .navbar-inverse .navbar-brand {
        color: #fff;
    }

        .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
            color: #fff;
        }

    .navbar-inverse .navbar-text {
        color: #FFF;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: rgba(255, 255, 255, 0.75);
    }

        .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
            color: #fff;
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        color: #fff;
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444;
    }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #323a45;
    }

    .navbar-inverse .navbar-link {
        color: rgba(255, 255, 255, 0.75);
    }

        .navbar-inverse .navbar-link:hover {
            color: #fff;
        }

    .navbar-inverse .btn-link {
        color: rgba(255, 255, 255, 0.75);
    }

        .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
            color: #fff;
        }

        .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
            color: #444;
        }



.navbar {
    font-family: "Source Sans Pro", sans-serif;
    box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    -webkit-transition: box-shadow 0.35s ease-out, background-color 0.35s ease-out;
    transition: box-shadow 0.35s ease-out, background-color 0.35s ease-out;
}

@media (max-width:481px) {
    .navbar {
        min-height: 60px;
    }
}


.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 16px;
    padding-right: 16px;
}

@media (min-width:1200px) {
    .container {
        width: 1156px;
    }
}

@media (min-width:992px) {
    .container {
        width: 956px;
    
    }
}

@media (min-width:740px) {
    .container {
        /*width: 736px;*/
        width:100%;
    }
}

.navbar .navbar-brand {
    position: relative;
    font-size: 1.4rem;
}

    .navbar .navbar-brand img {
        height: 30px;
        width: auto;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -15px;
        -webkit-transition: opacity 0.35s ease-out;
        transition: opacity 0.35s ease-out;
    }

@media (min-width:481px) {
    .navbar .navbar-brand img {
        height: 36px;
        margin-top: -18px;
    }
}

@media (min-width:740px) {
    .navbar .navbar-brand img {
        height: 40px;
        margin-top: -20px;
        left: 17px;
    }
}

@media (max-width:481px) {
    .navbar .navbar-brand {
        height: 50px;
    }
}

.navbar a {
    font-size: 16px;
    font-weight: 600;
}

@media (min-width:740px) {
    .navbar a {
        font-size: 1rem;
    }
}

.navbar .nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width:992px) {
    .navbar .nav > li > a {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.navbar .dropdown-menu {
    background-color: transparent;
}

@media (min-width:740px) {
    .navbar .dropdown-menu {
        background-color: #FFF;
        box-shadow: 0 7px 15px rgba(0, 9, 128, 0.05), 0 12px 28px rgba(0, 9, 128, 0.075);
    }
}

.navbar .dropdown-menu a {
    font-size: 16px;
}

.navbar .btn {
    -webkit-transition: background 0.35s ease-out;
    transition: background 0.35s ease-out;
    padding: .4rem 1rem;
    margin: 9px 0 9px 1rem;
    color: #FFF;
}

@media (min-width:481px) {
    .navbar .btn {
        margin: 13px 0 13px 1.25rem;
    }
}

@media (min-width:740px) {
    .navbar .btn {
        margin: 18px 0px 13px 1.5rem;
    }
}

.navbar.transparent, .navbar.transparent.navbar-inverse, .navbar.transparent.navbar-default, .navbar.transparent.bg-primary {
    background-color: transparent;
    box-shadow: none;
}

    .navbar.transparent .navbar-brand, .navbar.transparent.navbar-inverse .navbar-brand, .navbar.transparent.navbar-default .navbar-brand, .navbar.transparent.bg-primary .navbar-brand {
        color: #FFF;
    }

    .navbar.transparent .navbar-nav > li > a, .navbar.transparent.navbar-inverse .navbar-nav > li > a, .navbar.transparent.navbar-default .navbar-nav > li > a, .navbar.transparent.bg-primary .navbar-nav > li > a {
        color: rgba(255, 255, 255, 0.85);
    }

        .navbar.transparent .navbar-nav > li > a:hover, .navbar.transparent.navbar-inverse .navbar-nav > li > a:hover, .navbar.transparent.navbar-default .navbar-nav > li > a:hover, .navbar.transparent.bg-primary .navbar-nav > li > a:hover {
            color: #FFF;
        }

    .navbar.transparent .navbar-nav > li.active > a, .navbar.transparent.navbar-inverse .navbar-nav > li.active > a, .navbar.transparent.navbar-default .navbar-nav > li.active > a, .navbar.transparent.bg-primary .navbar-nav > li.active > a {
        color: #FFF;
    }

    .navbar.transparent .btn, .navbar.transparent.navbar-inverse .btn, .navbar.transparent.navbar-default .btn, .navbar.transparent.bg-primary .btn {
        background: #FFF;
        color: #4b798d;
    }

.navbar .ui-variable-logo .logo-default {
    opacity: 1;
}

.navbar .ui-variable-logo .logo-transparent {
    opacity: 0;
}

.navbar.transparent .ui-variable-logo .logo-default {
    opacity: 0;
}

.navbar.transparent .ui-variable-logo .logo-transparent {
    opacity: 1;
}


.nav-icon-mobile {
    display: inline-block;
    height: 28px;
    width: 23px;
    color: #579fbf;
    margin: 17px 8px;
}

    .nav-icon-mobile > a {
        font-size: 19px!important;
    }



@media (max-width:739px) {
    .ui-navigation {
        display: none;
        clear: both;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        border-top: 1px solid rgba(0, 0, 0, 0.05);
    }
}

.mobile-nav-active .navbar-nav .dropdown-menu {
    padding: 0 0 .75rem 0;
}

.mobile-nav-active .navbar-nav.nav > li > a:hover {
    background-color: #f6f7f8;
}

.ui-mobile-nav-toggle {
    margin-left: 1rem;
}

@media (min-width:481px) {
    .ui-mobile-nav-toggle {
        margin-left: 2rem;
    }
}

@media (min-width:740px) {
    .ui-mobile-nav-toggle {
        display: none;
    }
}

.ui-mobile-nav-toggle > div {
    position: relative;
    width: 24px;
    height: 16px;
    margin: 22px 0;
}

    .ui-mobile-nav-toggle > div > span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background-color: #414c5a;
        border-radius: 4px;
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-out;
        transition: 0.25s ease-out;
    }

        .ui-mobile-nav-toggle > div > span:nth-child(1) {
            top: 0px;
        }

        .ui-mobile-nav-toggle > div > span:nth-child(2), .ui-mobile-nav-toggle > div > span:nth-child(3) {
            top: 5.83333px;
        }

        .ui-mobile-nav-toggle > div > span:nth-child(4) {
            top: 11.66667px;
        }

@media (max-width:481px) {
    .ui-mobile-nav-toggle > div {
        margin: 17px 0;
    }
}

.ui-mobile-nav-toggle.active > div > span:nth-child(1) {
    top: 10px;
    width: 0%;
    left: 50%;
}

.ui-mobile-nav-toggle.active > div > span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ui-mobile-nav-toggle.active > div > span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ui-mobile-nav-toggle.active > div > span:nth-child(4) {
    top: 10px;
    width: 0%;
    left: 50%;
}

.transparent .ui-mobile-nav-toggle > div > span, .navbar-inverse .ui-mobile-nav-toggle > div > span {
    background-color: #FFF;
}

.section {
    position: relative;
    padding: 5rem 0;
    z-index: 1;
}

.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width:740px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

@media (max-width:739px) {
    .ui-navigation {
        display: none;
        clear: both;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        border-top: 1px solid rgba(0, 0, 0, 0.05);
    }
}

.mobile-nav-active .navbar-nav .dropdown-menu {
    padding: 0 0 .75rem 0;
}

.mobile-nav-active .navbar-nav.nav > li > a:hover {
    background-color: #f6f7f8;
}

.ui-mobile-nav-toggle {
    margin-left: 1rem;
}

@media (min-width:481px) {
    .ui-mobile-nav-toggle {
        margin-left: 2rem;
    }
}

@media (min-width:740px) {
    .ui-mobile-nav-toggle {
        display: none;
    }
}

.ui-mobile-nav-toggle > div {
    position: relative;
    width: 24px;
    height: 16px;
    margin: 22px 0;
}

    .ui-mobile-nav-toggle > div > span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background-color: #414c5a;
        border-radius: 4px;
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-out;
        transition: 0.25s ease-out;
    }

        .ui-mobile-nav-toggle > div > span:nth-child(1) {
            top: 0px;
        }

        .ui-mobile-nav-toggle > div > span:nth-child(2), .ui-mobile-nav-toggle > div > span:nth-child(3) {
            top: 5.83333px;
        }

        .ui-mobile-nav-toggle > div > span:nth-child(4) {
            top: 11.66667px;
        }

@media (max-width:481px) {
    .ui-mobile-nav-toggle > div {
        margin: 17px 0;
    }
}

.ui-mobile-nav-toggle.active > div > span:nth-child(1) {
    top: 10px;
    width: 0%;
    left: 50%;
}

.ui-mobile-nav-toggle.active > div > span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ui-mobile-nav-toggle.active > div > span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ui-mobile-nav-toggle.active > div > span:nth-child(4) {
    top: 10px;
    width: 0%;
    left: 50%;
}

.transparent .ui-mobile-nav-toggle > div > span, .navbar-inverse .ui-mobile-nav-toggle > div > span {
    background-color: #FFF;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #f7f7ff;
    color: #ff5f5f;
}
    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: #f7f7ff;
        color: #ff5f5f;
    }



.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 3000;
    display: none;
    float: left;
    min-width: 160px;
    padding: .75rem 0;
    margin: 2px 0 0;
    list-style: none;
    text-align: left;
    background-color: #fff;
    border-radius: 0.5rem;
    background-clip: padding-box;
}

.open > .dropdown-menu {
    display: block;
}

.navbar-right .dropdown-menu {
    right: 0;
    left: auto;
}

.navbar .dropdown-menu {
    background-color: #FFF;
    box-shadow: 0 7px 15px rgba(0, 9, 128, 0.05), 0 12px 28px rgba(0, 9, 128, 0.075);
}


.signup-button {
    background: #57bfa2;
}




 
 
 
 



