@font-face {

    font-family: "Rubik-Light";

    src: url('/vendor/fonts/Rubik/Rubik-Light.ttf') format("truetype");

    font-weight: 300;

}

@font-face {

    font-family: "Rubik-Regular";

    src: url('/vendor/fonts/Rubik/Rubik-Regular.ttf') format("truetype");

    font-weight: 400;

}

@font-face {

    font-family: "Rubik-Bold";

    src: url('/vendor/fonts/Rubik/Rubik-Bold.ttf') format("truetype");

    font-weight: 700;

}

@font-face {

    font-family: "BigShouldersDisplay-Bold";

    src: url('/vendor/fonts/Big_Shoulders_Display/BigShouldersDisplay-Bold.ttf') format("truetype");

    font-weight: 700;

}

.modal-content
{
    color: #FFF;
    background-color: #000;
}

.modal-content *
{
    color: #FFF !important;
    background-color: #000 !important;
    font-size: .8rem;
    max-height: 450px;
    overflow-y: auto;
    padding-bottom: 10px;
}

.modal-content .modal-header .btn-close.red {
    --bs-btn-close-bg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23CCCCCC'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3E%3C/svg%3E");
    filter: none !important;
    --bs-btn-close-filter: none;
}

h1, h2, h3, h4
{
    font-family: "BigShouldersDisplay-Bold";
    text-transform: uppercase;
}

p, a, ul, li
{
    font-family: "Rubik-Regular";
}

body
{
    overflow-x: hidden;
}

.navbar
{
    background: #2A7B9B;
    background: linear-gradient(180deg,rgba(42, 123, 155, 1) 0%, rgba(0, 0, 0, 0.47) 0%, rgba(0, 0, 0, 0) 100%);
}

.navbar .logo
{
    margin-top: 14px;
    margin-bottom: 10px;
}

.navbar a
{
    font-size: 14px;
    color: #FFF;
    text-transform: uppercase;
    margin-right: 25px !important;
}

.navbar .plan
{
    border: 1px solid #FFF;
    margin: 0;
    padding: 3px 15px;
    height: 32px;
    margin-left: 20px;
}

.navbar .plan a
{
    line-height: 26px;
    margin: 0 !important;
    padding: 0;
}


.btn-red
{
    padding: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: "BigShouldersDisplay-Bold";
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    background-color: #CC0000;
    border: 1px solid #CC0000;
    cursor: pointer;
    border-radius: 0;
}
.btn-red:hover
{
    color: #000;
    background-color: #FFF;
    border: 1px solid #000;
}

.btn-black
{
    padding: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: "BigShouldersDisplay-Bold";
    text-align: center;
    text-transform: uppercase;
    color: #000;
    background-color: #FFF;
    border: 1px solid #000;
    cursor: pointer;
    border-radius: 0;
    text-decoration: none;
    width: 100% !important;
    float: left;
    font-size: 1.2rem;
}
.btn-black:hover
{
    color: #FFF;
    background-color: #000;
    border: 1px solid #000;
    font-size: 1.2rem;
}

.btn-black.active
{
    color: #FFF;
    background-color: #000;
    border: 1px solid #000;
    font-size: 1.2rem;
    cursor: default;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.accordion-button:focus,
.accordion-button:not(.collapsed):focus {
    box-shadow: none;
    border-color: transparent;
}

/* forms */
.form-label
{
    margin-bottom: 2px;
    font-size: .9rem;
}

.form-control, .form-check-input
{
    border: 1px solid #000;
    border-radius: 0;
}

.btn_form
{
    color: #FFF;
    background-color: #CC0000;
    border-radius: 0;
    margin-bottom: 3rem;
    width: 200px;
    margin-left: calc(50% - 100px);
}
.btn_form:hover
{
    color: #FFF;
    background-color: #000;
}


/* footer */

#footer_white_content
{
    display: none;
}

footer
{    
    min-height: 120px;
    position: relative;
}

footer a, footer a:hover, footer a:focus
{
    text-transform: uppercase;
    font-size: 0.7rem;
    color: #FFFFFF;
}

footer .main-row a
{
    font-size: 0.7rem;
}

footer .col-md-2
{
    position: relative;
}

footer .col-md-2:after
{
    content: "";
    display: block;
    width: 1px;
    background: #FFFFFF;
    height: 100%;
    text-align: center;
    margin: 0 auto;
}

footer .row.content
{
    max-width: 1354px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 4px;
}

footer .separator
{
    margin-top: 12px;
    margin-bottom: 24px;
    width: 100%;
    height: 0.5px;
    background-color: #FFFFFF;
}

footer .separator.mobile
{
    margin-top: 28px;
    margin-bottom: 14px;
    width: 100%;
    height: 0.5px;
    background-color: #888;
}

footer .row.content:first-child .col-lg-3 a:after
{
    content: "";
    width: 100%;
    position: absolute;
    bottom: -4px;
    left: 0;
    height: 1px;
    background-color: #FFFFFF;
}

footer .row.content:first-child .col-lg-3 a, footer .row.content:first-child .col-lg-3 a:hover, footer .row.content:first-child .col-lg-3 a:focus
{
    max-width: 265px;
    position: relative;
    text-decoration: none;
}

footer .social-container
{
    max-width: 333px;
    margin: 24px auto 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

footer .row.content .col-lg-3 a
{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

footer .terms
{
    color: #FFF;
    font-size: .7rem;
    line-height: .9rem;
}

@media only screen and (min-width: 1024px) {
    footer a:not(:last-of-type)
    {
        margin-right: 24px;
    }

    footer .main-row
    {
        margin-top: 24px;
    }
}

@media only screen and (max-width: 991px) {
    footer > .container-fluid
    {
        padding: 0;
    }

    footer
    {
        background-color: #030303;
    }

    footer .separator.mobile
    {
        display: none;
    }

    footer .social
    {
        order: 1;
        text-align: center;
    }

    footer .row.content:first-child .col-lg-3
    {
        padding-top: 24px;
    }

    footer .red-content
    {
        background-color: #CC0000;
        padding-bottom: 1.5rem;
    }

    footer > div
    {
        padding: 15px;
    }

    footer .col-lg-3
    {
        width: 100%;
        min-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    footer a
    {
        width: 100%;
        min-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    footer .social-container
    {
        max-width: 333px;
        margin: 24px auto 0 auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    footer .social-container a img
    {
        width: 40px;
    }
}

footer .white-content
{
    padding-bottom: 1.5rem;
    background-color: #FFFFFF;
}

footer .white-content .row.content:first-child .col-lg-3 a:after
{
    background-color: #000;
}

footer .white-content a
{
    color: #000000;
}

footer .black-content
{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background-color: #000000;
}

footer .black-content .row.content:first-child .col-lg-3 a:after
{
    background-color: #000;
}

@media only screen and (min-width: 992px) {
    footer
    {
        background-color: #030303;
    }

    footer .main-row span
    {
        display: inline-block;
        width: 100%;
    }

    footer > .container-fluid
    {
        padding-left: 0;
        padding-right: 0;
    }

    footer .red-content
    {
        padding: 45px 15px 50px 15px;
        background-color: #CC0000;
    }
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

main > .container {
    padding: 60px 15px 0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.ajax-loader {
    background: rgba(0, 0, 0, 0.6);
    cursor: wait;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    display: none;
}

@media screen and (orientation: landscape) {
    .only_portrait
    {
        display: none;
    }

    .navbar .container
    {
        max-width: 1920px;
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media screen and (orientation: portrait) {
    .only_landscape
    {
        display: none;
    }

    footer .col-md-2:after {
        display: none;
    }
}