/*! HTML5 Boilerplate v7.2.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */


html {
    color: #222;
    font-size: 1em;
    line-height: 1.8;
}

.f14 {
    font-size: 14px;
    word-break: break-word;
}

strong {
    font-weight: 600 !important;
}

.bg-gray {
    background-color: #f9f9f9;
}

@media (min-width: 576px) {
    .container {
        width: 99% !important;
        max-width: 1450px !important;
    }
}

@media (min-width: 768px) {
    .container {
        width: 99% !important;
        max-width: 1450px !important;
    }
}

@media (min-width: 992px) {
    .container {
        width: 99% !important;
        max-width: 1450px !important;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 99% !important;
        max-width: 1450px !important;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 99% !important;
        max-width: 1450px !important;
    }
}

.container-2 {
    max-width: 1170px !important;
}

.container-3 {
    width: 95% !important;
}

.container-content {
    max-width: 1000px !important;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto, .container-fluid, .container {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.row {
    /*margin-right: -7.5px;*/
    margin-left: -7.5px;
}

button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

:focus {
    outline: none !important;
    box-shadow: none !important;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

body {
    font-family: Delivery;
    line-height: 1.5;
    color: #333;
}
/*
 * A better looking default horizontal rule
 */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
a {
    color: #323232;
}

    a:hover {
        color: #323232;
    }

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

.heightautobox {
    display: flex;
    flex-flow: wrap;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

.pd-r-0 {
    padding-right: 0px;
}

.pd-rl-5 {
    padding-right: 5px;
    padding-left: 5px;
}

.pd-r-5 {
    padding-right: 5px;
}

.pd-l-5 {
    padding-left: 5px;
}

.mb-20 {
    margin-bottom: 10px;
}

.btn-dark {
    background-color: #000;
}

.modal-backdrop {
    background-color: #ffffff;
}

    .modal-backdrop.show {
        opacity: 0.5;
    }

.modal-body {
    font-size: 13px;
    word-break: break-word;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 95%;
        margin: 1.75rem auto;
    }
}

@media (min-width: 780px) {
    .modal-dialog {
        max-width: 750px;
        margin: 1.75rem auto;
    }
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

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

    /*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

    .sr-only.focusable:active,
    .sr-only.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        white-space: inherit;
        width: auto;
    }

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
    visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #b5b5b5;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #b5b5b5;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #b5b5b5;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
       * Don't show links that are fragment identifiers,
       * or use the `javascript:` pseudo protocol
       */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    /*
       * Printing Tables:
       * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
       */
    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}


/* Custom Scroll BEGIN */
.custom-scroll::-webkit-scrollbar {
    width: 5px;
    border-radius: 10px;
    background-color: #e0e0e0;
}

.custom-scroll::-webkit-scrollbar {
    width: 5px;
    border-radius: 10px;
    background-color: #e0e0e0;
}

.custom-scroll::-webkit-scrollbar-thumb {
    background-color: #aeaeae;
    border-radius: 10px;
}

.custom-scroll::-webkit-scrollbar-thumb {
    background-color: #aeaeae;
    border-radius: 10px;
}

.custom-scroll::-webkit-scrollbar-track {
    background-color: #e0e0e0;
    border-radius: 10px;
}

.custom-scroll::-webkit-scrollbar-track {
    background-color: #e0e0e0;
    border-radius: 10px;
}
/* CUSTOM SCROLL END */


/* HEADER START */

header {
    padding: 0px 0;
    background: linear-gradient(to right, #fc0 81%, #fff0b2 100%);
}

    

.header {
    align-items: center;
    user-select: none;
}

.fading-header {
    position: fixed;
    z-index: 995;
    top: 0;
    left: 0 !important;
    right: 0 !important;
    /*background: #f9f9f9;*/
    background: linear-gradient(to right, #fc0 81%, #fff0b2 100%);
    padding-top: 10px;
    padding-bottom: 10px;
    top: -40px;
    transform: translateY(40px);
    transition: transform .3s;
    padding: 0px 0;
}


.sticky-header-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    z-index: 998;
}

.sticky-header {
    width: 100%;
    z-index: 999;
}

.sticky-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 997;
    background: #f9f9f9;
    height: 64px;
    transition: 0.5s ease-in;
    
}

.header .logo img {
    width: 100%;
    max-width: 200px;
    margin-right: 20px;
}



.navbar-main {
    align-items: center;
}

.account-navigation {
    /*background-color: #f7f7f7;*/
    text-align: center;
    border-radius: 3px;
    /*border-style: solid;
    border-width: 1px;
    border-color: #323232;*/
    /*background-color: #f9f9f9;
    color: #323232;*/
    transition: all 300ms ease;
    color: #fff !important;
    background-color: #d40511;
    border-color: #d40511 !important;
    border-width:1px;
    border-style:solid;
}


.account-nav {
    margin: 0px !important;
    padding: 5px !important;
}

.account-navigation {
    padding: 13px 15px !important;
}

    .account-navigation.sub {
        /*background-color: #323232;*/
        color: #fff;
        background-color: #d40511;
        
    }

.account-nav:hover .account-navigation {
    color: #d40511 !important;
    background-color: #fff !important;
}

    .account-nav:hover .account-navigation.sub {
        color: #d40511 !important;
        background-color: #fff !important;
    }


.navbar {
    width: 100%;
    padding: 0px;
}

.navbar-main .nav-item {
    display: flex;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;
    padding: 0px 10px;
}

   

@media (max-width: 1251px) {
    .navbar-main .nav-item {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .account-nav.nav-item {
        padding-right: 5px !important;
    }
}

@media (max-width: 1140px) {
    .navbar-main .nav-item {
        margin-left: 5px;
        margin-right: 5px;
    }

    .navbar-main .nav-link {
        font-size: 14px !important;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 5px;
        padding-left: 5px;
    }
}

.navbar-main .nav-link:hover:after {
    border-color: #d40511 !important;
    /*color: #d40511;*/
}


@media (max-width: 991px) {
    .navbar-main .nav-link {
        font-size: 20px !important;
        line-height: 35px !important;
    }

    .navbar-main .nav-item {
        width: 100%;
        margin-bottom: 10px;
        text-align: left;
        width: 100%;
        display: block;
    }

    .navbar-main .dropdown-menu {
        margin-top: 0px !important;
    }

    .navbar-main .dropdown-item {
        font-size: 20px !important;
        color: #323232 !important;
        line-height: 30px;
    }

    .navbar-main {
        margin-top: 10px;
    }

    .account-navigation {
        width: 100%;
    }

    .navbar-main .nav-link:hover {
        background: transparent !important;
        color: #6b277f !important;
    }

        .navbar-main .nav-link:hover:after {
            border-color: #6b277f !important;
        }

    .navbar .dropdown-toggle::after {
        position: absolute;
        right: 14px;
        top: 14px;
    }

    .navbar-main .nav-item.dropdown.show .nav-link:after {
        transform: rotate( 224deg) !important;
    }
}

.navbar .dropdown-toggle::after {
    margin-left: 20px;
    margin-bottom: -1px;
    border: solid #6b277f;
    border-width: 0 2px 2px 0;
    display: inline-block;
    transform: rotate( 45deg);
    border: solid #6b277f;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate( 45deg);
    
}

.navbar-main .nav-link {
    font-size: 16px;
    color: #323232;
    line-height: 16px;
    padding-bottom: 5px;
    border-radius: 5px;
    transition: all 300ms ease;
}

.navbar-main .dropdown-menu {
    background-color: #f9f9f9;
    border: 0px;
    margin-top: 29px;
    border-radius: 5px;
    min-width: 100%;
    padding: 0px;
}

.navbar-main .dropdown-item {
    padding: 10px 20px;
    font-size: 16px;
    display: block;
    color: #222222;
}

    .navbar-main .dropdown-item:last-child {
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .navbar-main .dropdown-item:hover {
        /*background-color: #323232;
        color: #f9f9f9;*/
        background-color: #fff;
        color: #d40511;
    }

.navbar-main .nav-link:hover {
    /*background-color: #323232;
    color: #f9f9f9;*/
    /*background-color: #fff;*/
    color: #d40511;
}


.navbar-main .nav-link.active:hover {
    /*background-color: transparent !important;
    color: #323232;*/
    background-color: #fff;
    color: #d40511;
}

.navbar-main .navbar-toggler {
    padding: 0px;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 2.2em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background-size: 60%;
    color: #ff1616;
    background-color: #323232;
    border-radius: 5px;
    padding: 18px;
}

/* BANNER START */
.banner {
    min-height: 490px;
    padding: 60px 30px;
    background-color: #323232;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(23%, transparent), color-stop(74%, #323232)), url(/ui/assets/images/banner.jpeg);
    background-image: linear-gradient( 270deg, transparent 23%, #323232 74%), url(/ui/assets/images/banner.jpeg);
    background-position: 0px 0px, 50% 30%;
    background-size: auto, cover;
}

@media screen and (max-width: 479px) {
    .banner {
        /*background-image: -webkit-gradient(linear, right top, left top, from(rgba(106, 36, 127, 0.7)), to(rgba(106, 36, 127, 0.7))), url(/ui/assets/images/banner.jpeg);
        background-image: linear-gradient( 270deg, rgba(106, 36, 127, 0.7), rgba(106, 36, 127, 0.7)), url(/ui/assets/images/banner.jpeg);*/
        background-position: 0px 0px, 50% 30%;
        background-size: auto, cover;
    }
}

.banner-text {
    color: #f9f9f9;
    max-width: 585px;
}

    .banner-text h1 {
        margin-top: 0px;
        margin-bottom: 40px;
        padding-top: 0px;
        font-size: 3em;
        text-align: left;
        font-weight: bold;
    }

    .banner-text p {
        margin-bottom: 40px;
        font-size: 16px;
        line-height: 32px;
        text-align: left;
    }

/* WHAT TEXT */

.what-text {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

    .what-text h2 {
        margin-top: 0px;
        margin-bottom: 20px;
        padding-top: 0px;
        font-size: 3em;
        color: #323232;
        font-weight: bold;
    }

    .what-text p {
        color: #323232;
        font-weight: 100;
        font-size: 20px;
    }

/* WHY TEXT */

.why-text {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #f9f9f9;
}

    .why-text h2 {
        margin-top: 0px;
        margin-bottom: 40px;
        padding-top: 0px;
        font-size: 3em;
        color: #323232;
        max-width: 1000px;
        margin: 40px auto;
        font-weight: bold;
    }

    .why-text img {
        width: 100%;
        max-width: 150px;
        margin-bottom: 40px;
        border-radius: 50%;
    }

    .why-text span {
        font-size: 20px;
        font-weight: bold;
        margin-top: 10px;
        display: block
    }

/* PARTNERSHIP TEXT */

.partnership {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #f9f9f9;
}

    .partnership h2 {
        margin-top: 0px;
        margin-bottom: 60px;
        padding-top: 0px;
        font-size: 3em;
        color: #323232;
        max-width: 1000px;
        margin: 40px auto;
        font-weight: bold;
    }

    .partnership img {
        width: 100%;
        max-width: 333px;
        margin-bottom: 40px;
    }

    .partnership span {
        font-size: 20px;
        font-weight: bold;
        margin-top: 10px;
        display: block
    }

    .partnership p {
    }

.partnership-carousel .youtube-embed iframe {
    width: 100%;
    height: 175px;
}

/* HOW BANNER */

.how-banner {
    padding: 100px 30px;
    background-color: #f9f9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, 0.17)), to(#222)), url(/ui/assets/images/mng-banner.jpeg);
    background-image: linear-gradient( 180deg, rgba(34, 34, 34, 0.17), #222), url(/ui/assets/images/mng-banner.jpeg);
    background-position: 0px 0px, 50% 50%;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .how-banner {
        padding: 50px 20px;
    }
}



.how-banner-text {
    color: #f9f9f9;
    /*max-width: 585px;*/
}

    .how-banner-text h2 {
        margin-top: 0px;
        margin-bottom: 10px;
        padding-top: 0px;
        font-size: 3em;
        text-align: left;
        font-weight: bold;
    }

    .how-banner-text p {
        margin-bottom: 20px;
        font-size: 18px;
        /*max-width: 445px;*/
        line-height: 32px;
        text-align: left;
    }

/* Content */

.content {
    padding: 60px 30px;
}

.content-image {
    align-self: center;
    padding-top: 15px;
}

.content img {
    width: 100%;
    max-width: 500px;
}



.content-text h3 {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 0px;
    font-size: 3em;
    color: #323232;
    text-align: left;
    font-weight: bold;
}

    .content-text h3.alternative-h3 {
        font-size: 32px;
    }

.content-text h4 {
    color: #323232;
    font-size: 24px;
    font-weight: 500;
}

.content-text p {
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 32px;
    text-align: left;
}

.content-text .btn {
    margin-top: -20px;
}

/* FOOTER */

footer {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #f9f9f9;
}


.footer-img img {
    width: 100%;
    max-width: 134px;
}

.footer-links ul {
    width:100%;
    list-style: none;
    margin: 0;
    display: inline-flex;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: repeat(4, 1fr);
    justify-content: space-between;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}

.footer-links a {
    color: #323232;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
}

    .footer-links a:hover {
        color: #d40511;
    }

.footer-bottom {
    padding-top: 60px;
}

.copyright {
    color: #323232;
    float: right;
    font-family:Delivery;
    font-size:16px;
}

.social-icon {
    width: 100%;
    max-width: 300px;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.social-link {
    margin-right: 12px;
    margin-left: 12px;
    padding: 10px;
}

    .social-link i {
        color: #7e828f;
        font-size: 20px;
    }


.gradient-bg {
    background-color: transparent;
    background-image: linear-gradient( 266deg, #f8f8f8, #fff);
    padding: 30px
}

.color-primary {
    color: #323232;
}

.btn-light {
    /*color: #323232;*/
    padding: 10px 20px;
    color: #fff;
    background-color: #d40511;
    border-color: #d40511 !important;
}

    .btn-light:hover {
        /*color: #fff;*/
        /*background-color: #323232;*/
        /*border-color: #fff;*/
        color: #d40511 !important;
        background-color: #fff !important;
        border-color: #d40511 !important;
    }

.banner .btn-light:hover {
    /*border-color: #fff;*/
    /*color: #323232;*/
    /*background-color: #Fff;*/
    color: #d40511 !important;
    background-color: #fff !important;
    border-color: #d40511 !important;
}

.btn-dark {
    padding: 10px 20px;
    /*background-color: #323232;*/
    border: 1px solid #d40511;
    color: #fff !important;
    background-color: #d40511;
    border-color: #d40511 !important;
}

    .btn-dark:hover {
        background-color: #fff !important;
        color: #d40511 !important;
        border-color: #d40511 !important;
    }


@media (max-width: 767px) {
    .social-icon {
        margin: 0 auto;
        margin-bottom: 20px
    }

    .footer-img {
        margin-bottom: 20px;
        text-align: center;
    }

    .footer-links ul {
        text-align: center;
        margin-top: 20px;
    }

    .copyright {
        float: none;
        text-align: center;
    }
}


/* PAGE HEADER START */
.page-header {
    min-height: 350px;
    padding: 50px 0px;
    display: flex;
    align-items: center;
    background-color: #323232;
    /*background-image: url(/ui/assets/images/page-header-bg.svg);*/
    /*background-position: 50% 100%;
    background-size: cover;*/
}

@media screen and (max-width: 479px) {
    .page-header {
        min-height: 500px;
        padding-top: 10px;
        background-color: #323232;
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }
}


.page-header-text {
    color: #f9f9f9;
    font-weight:100;
}

.page-header h1 {
    margin-top: 0px;
    margin-bottom: 40px;
    padding-top: 0px;
    font-size: 3em;
    font-weight: bold;
}

.page-header p {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 32px;
}


/* Page Content */

.page-content {
    padding: 60px 30px;
}

.page-content-image {
    align-self: center;
}

.page-content img {
    width: 100%;
    max-width: 500px;
}



.page-content-text h3 {
    margin-top: 0px;
    margin-bottom: 40px;
    padding-top: 0px;
    font-size: 24px;
    color: #333;
    text-align: left;
    font-weight: bold;
}

.content-text h4 {
    color: #323232;
    font-size: 24px;
    font-weight: 500;
}

.content-text p {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
}

.content-text .btn {
    margin-top: -20px;
}


/* Contact TEXT */

.contact-text {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #f9f9f9;
}

    .contact-text h2 {
        margin-top: 0px;
        margin-bottom: 40px;
        padding-top: 0px;
        font-size: 3em;
        color: #323232;
        max-width: 1000px;
        margin: 40px auto;
        font-weight: bold;
    }

    .contact-text img {
        width: 100%;
        max-width: 333px;
        margin-bottom: 40px;
    }

    .contact-text span {
        font-size: 20px;
        font-weight: bold;
        margin-top: 10px;
        display: block;
        margin-bottom: 10px;
    }

/* Accordion */





.accordion-wrap .panel-heading {
}


.accordion_one .panel .panel-heading a.collapsed {
    color: #999999;
    display: block;
    color: #323232;
    font-size: 18px;
    font-weight: 600;
}

.accordion_one .panel .panel-heading a {
    display: block;
    color: #323232;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    padding-top: 40px;
    padding-right: 15px;
    padding-bottom: 40px;
    border-radius: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    position: relative;
}

    .accordion_one .panel .panel-heading a:hover {
        text-decoration: none
    }

.accordion_one .panel-group .panel-heading + .panel-collapse > .panel-body {
    margin-bottom: 0px;
    padding: 20px 0px;
    color: #7e828f;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -0.25px;
}


.accordion_one .panel .panel-heading a.collapsed:after {
    content: "\f4fa";
    color: #999999;
}

.accordion_one .panel .panel-heading a:after,
.accordion_one .panel .panel-heading a.collapsed:after {
    font-family: "bootstrap-icons";
    font-size: 15px;
    transition: 0.5s ease-in;
    line-height: 48px;
    text-align: center;
    float: right;
    text-align: center;
    background: #ffffff;
}

.accordion_one .panel .panel-heading a:after {
    content: "\f623";
}

.accordion_one .panel .panel-heading a:after,
.accordion_one .panel .panel-heading a.collapsed:after {
    font-family: "bootstrap-icons";
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    position: absolute;
    right: 0;
    top: calc(50% - 7px);
}

.subs-form .form-control {
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    min-height: 60px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    border-color: transparent;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-radius: 4px;
    background-color: #f4f6fc;
    font-size: 16px;
    text-align: left;
}

.subs-form .check-list .form-check {
    max-width: 500px;
    margin: 0 auto;
}

.subs-form .check-list .form-check-label {
    padding-left: 15px;
    font-size: 14px;
    margin-bottom: 10px;
}

.subs-form .select-control {
    font-size: 14px;
    width: 100% !important;
    color: #6c757d;
    margin-top: 10px;
}

    .subs-form .select-control .btn-light {
        padding: 8px 12px;
        font-size: 14px;
        line-height: 1.428571429;
        color: #6c757d;
        vertical-align: middle;
        background-color: #ffffff;
        border: 1px solid #cccccc;
        min-height: 60px;
        margin-right: auto;
        margin-left: auto;
        border-color: transparent;
        border-top-style: solid;
        border-top-width: 1px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-radius: 4px;
        background-color: #f4f6fc;
        font-size: 16px;
        text-align: left;
    }

.select-control .bootstrap-select > .dropdown-toggle {
    margin-top: 10px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
}

.select-control select {
    /*visibility: hidden;*/
    opacity: 0;
    z-index: -9999 !important;
}

.select-control .dropdown-item.active, .dropdown-item:active {
    background-color: #6b277f;
}

.select-control .dropdown-menu {
    background-color: #ffffff;
    border-radius: 5px !important;
    background-clip: padding-box;
    border: 1px solid rgb(0 0 0 / 6%);
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: 0px !important;
}

/* ---- COOKIE START ---- */

.cookie-alert {
    padding: 10px 30px 10px 15px;
    background-color: rgba(255, 255, 255, .9);
    max-width: 1000px;
    position: fixed;
    right: 0px;
    bottom: 0;
    transition: all 500ms ease-out;
    opacity: 0;
    display: none;
    z-index: 999;
    border-left: 1px solid #EDEDED;
    border-top: 1px solid #EDEDED;
}

    .cookie-alert p {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 0px;
    }

    .cookie-alert .close {
        position: absolute;
        right: 10px;
        top: 30%;
        font-size: 30px;
    }

.accept-text {
    margin-top: 5px;
    padding: 5px 10px;
    font-size: 13px;
}

.show {
    opacity: 1;
    display: block;
}


/* ---- COOKIE END ---- */
#ReCaptchContainer > div {
    width: auto !important;
    margin-bottom: 20px !important;
}
/*.subs-form .select-control {
    font-size: 14px;
    color: #6c757d;
    margin-top: 10px;
    width: auto !important;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100% !important;
}*/

@media only screen and (min-width: 0px) and (max-width: 768px) {
    .table td {
        display: inline-block;
        padding: 5px;
        width: 100%;
    }
}

.form-result h1 {
    font-size: 1.8em;
    word-break: break-word;
}
