﻿/* CSS */
:root, body {
    font-family: 'Lato', sans-serif; 
}

@supports (font-variation-settings: normal) {
    :root, body {
        font-family: 'Lato';
    }
}

.main-placeholder {
    margin-top: 110px !important;
}
.footer-ax {
    position: relative;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    font-weight: 500;
    color: white;
}

.double-border-lines {
    height: 7px;
    width: 150px;
    border-width: 3px;
    border-width: 2px 0 2px 0;
    border-color: white;
    border-style: solid;
}

.double-border-lines-small {
    height: 7px;
    width: 100px;
    border-width: 3px;
    border-width: 2px 0 2px 0;
    border-color: #a9abae;
    border-style: solid;
}

.blue {
    color: #273d74 !important;
}

.bg-golden {
    background-color: #d8cc6f;
}

.golden {
    color: #d8cc6f;
}

.bg-green {
    background-color: #43a85a;
}

.green {
    color: #43a85a;
}

.bg-dark-green {
    background-color: #136f53;
}

.dark-green {
    color: #136f53;
}

.bg-light-white {
    background-color: #f5f6fb;
}

.bg-light-white-2 {
    background-color: #f7f6fb;
}

.bg-light-blue {
    background-color: #c0ceef;
}


.bg-light-blue-transparent {
    background: rgba(37, 57, 94, 0.80);
}

.dropdown-menu {
    background-color: transparent !important;
    border: none !important;
}

.rounded-20 {
    border-radius: 20px !important;
}

.rounded-10 {
    border-radius: 10px !important;
}

.borderlessTable > tbody > tr > td {
    border: none !important;
    padding-top: 0px !important;
    padding-bottom: 10px !important;
    color: #273d74;
}

.parent-div {
    position: relative;
    color: white;
    width: 100% !important;
    display: flex;
}

.index-child-div {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.child-div {
    bottom: 0;
    position: absolute;
    width: 100% !important;
}

.child-div-card {
    bottom: 0;
    position: absolute;
    width: 100% !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.flyout {
    background: rgba(37, 57, 94, 0.66);
}

.image-full {
    display: block;
}

.image-mobile {
    display: none;
}


.footer-table-p {
    padding: 0 !important;
    margin: 0 !important;
}
.main{
    margin-top: 120px;
}


.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content {
    display: none;
    position: absolute;
    z-index: 1;
}

.dropdown-content a {
    float: none;
    text-decoration: none;
    display: block;
    text-align: left;
}

.f-14 {
    font-size: 14px;
}

.f-16 {
    font-size: 16px;
}

.f-18 {
    font-size: 18px;
}

.f-20 {
    font-size: 20px;
}

.f-25 {
    font-size: 25px;
}

.f-33 {
    font-size: 33px;
}

.f-44 {
    font-size: 44px;
    font-weight: 500;
}

.f-44-title {
    font-size: 45px;
    font-weight: 500;
}

.f-44-index-title {
    font-size: 45px;
    font-weight: 500;
}

@media (max-width: 640px) {
    .main-placeholder {
        margin-top: 95px !important;
    }

    .f-14 {
        font-size: 8px;
    }

    .f-16 {
        font-size: 12px;
    }

    .f-18 {
        font-size: 14px;
    }

    .f-20 {
        font-size: 14px;
    }

    .f-25 {
        font-size: 16px;
    }

    .f-33 {
        font-size: 18px;
    }

    .f-44 {
        font-size: 22px;
        font-weight: 500;
    }

    .f-44-title {
        font-size: 35px;
        font-weight: 500;
    }

    .f-44-index-title  {
        font-size: 23px;
        font-weight: 500;
    }

    .index-background {
        background-image: none;
        display: block;
        position: relative;
    }

    .image-full {
        display: none;
    }

    .image-mobile {
        display: block;
    }

    .mobile-align-center {
        text-align: center !important;
    }

    .footer-table-p {
        text-align: center !important;
    }

    .footer-table-p > span > img {
        width: 15px;
    }

    #email-icon{
        width: 20px;
    }

    .index-child-div {
        color: white;
        position: absolute;
        width: 100% !important;
    }

    .child-div-card {
        position: absolute;
        bottom: 0px;
        right: 0;
        left: 0;
        padding-left: 30px !important;
        padding-right: 30px !important;
        font-size: 14px !important;
    }
}