﻿body {
    background-color: #f7f8f9;
    color: #222222;
    background-image: url('/media/g0rgilw5/dark-blue-background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding: 0;
    border: 0;
}

body, button, input, select, textarea {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    text-transform: none;
    font-size: 17px;
    line-height: 1.5;
}

.padding-40{
    padding:40px;
}

.padding-20-t {
    padding-top: 20px;
}

.margin-20 {
    margin: 20px 0;
}

.margin-20-y{
    margin-top:20px;
    margin-bottom:20px;
}

.kane-rte-text p {
    margin-bottom: 1.5em;
}

.h2-text {
    font-size: 35px;
    margin-bottom: 20px;
    line-height: 1.2em;
    font-weight: 400;
    text-transform: none;
}

.contact-submit-btn, .contact-submit-btn:visited, .contact-submit-btn:hover {
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    padding: 12px 24px;
    background: #fafafa;
    border: 1px solid #ccc;
    color: #333;
}

.ip-control {
    border: 1px solid;
    border-radius: 0;
    padding: 10px 15px;
    color: #222222;
    background-color: #f7f8f9;
    border-color: #b2b2be;
}

.ip-control-check {
    background-color: #f7f8f9;
    border-color: #b2b2be;
    border-radius: 0 !important;
    border: 1px solid;
}

.header-bg {
    background-color: rgba(31, 116, 191, 0.55);
}

.footer-policy-link{
    font-size:15px;
}

.footer-policy-link a{
    color:#ffffff;
    text-decoration:none;
}

.footer-container-bottom{
    padding: 20px 0;
}

.header-logo-description {
    margin: 0;
    line-height: 1.5;
    font-weight: 400;
    text-transform: none;
    font-size: 15px;
    color:white;
}

.header-container {
    padding: 20px;
}

.header-container img {
    width:220px;
    
}

.common-link {
    font-weight: 400;
    text-transform: none;
    font-size: 15px;
    color:#ffffff !important;
}

.header-nav {
    background-color: #002f5b;
    padding: 20px 0px;
}

.common-link:not(.active):hover {
    background-color: #1e73be;
}

.navName{
    padding: 0 1rem;
}

.btn-primary-updated, .btn-primary-updated:hover {
    background-color: #0063ba;
}

.affiliate-card img{
    height:225px;
    object-fit:contain;
}

.shellac-tabs-container {
    background-color: rgba(0, 0, 0, 0.06);
}

.shellac-tabs-content {
    padding-top:10px;
}

.shellac-tabs-header {
    background-color: rgba(0, 0, 0, 0.00) !important;
    color: #1e73be !important;
    border-radius: 0 !important;
    text-decoration: underline;
    font-weight: 600;
    border-width: 1px;
    border-style: solid;    
    border-color: #e5e5e5;
}



.shellac-tabs-header:not(.active) {
    background-color: white !important;
    color: #1e73be !important;
    border-radius: 0 !important;
    text-decoration: underline;
    font-weight: 600;
    border: none;
}

    .shellac-tabs-header:hover {
        color: #222222 !important;
    }

.form-custom-checkbox {
    padding-left: 2em;
}

.mobile-menu-link svg {
    fill: white;
}

@media (max-width: 768px) {
    .padding-40 {
        padding: 30px;
    }

    .header-logo-description {
        font-size: 11px;
    }
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    .navName {
        padding: 0 0.8rem;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .navName {
        padding: 0 0rem;
    }

    .header-logo-description {
        font-size: 13px;        
    }
}
