﻿.main-content {
    margin: 5px;
    padding: 5px;
    border: 1px solid white;
    background-color: white;
    border-radius: 5px;
    min-height: 520px;
}

.main-content-outer {
    border: 2px solid #2b5797;
    border-radius: 10px;
    min-height: 530px;
    background-image: linear-gradient(#2B5797, white);
}

.atb-logo {
    height: 67px;
}

    .atb-logo a img {
        position: absolute;
        right: 1px;
    }

.atb-header {
    position: absolute;
    top: 120px;
    left: 50px;
    font-size: 50px;
    text-shadow: 0px 0px 4px #000000;
    color: white;
    font-weight: bold;
}

.atb-subheader h4 {
    float: left;
    background-color: white;
    font-weight: bold;
}

    .atb-subheader h4::after {
        content: "\00a0";
    }

.atb-subheader hr {
    border-width: 2px;
    border-color: #2B5797;
}

.scale-image {
    width: 100%;
    height: auto;
}

.scale-image-2 {
    width: auto;
    height: 180px;
}

.scale-image-3 {
    height: 225px;
    overflow: hidden;
}

.scale-image-4 {
    width: auto;
    height: 80px;
}

.scale-video {
    border: 0;
    width: 100%;
    height: auto;
}

.scale-video-static {
    border: 0;
    width: 800px;
    height: 450px;
}

.scale-video-1 {
    border: 0;
    width: 80%;
    height: 80%;
}

.nav {
    border-top: 2px solid #2b5797;
    border-left: 2px solid #2b5797;
    border-bottom: 2px solid #2b5797;
    border-radius: 10px 0 0 10px;
    padding: 5px;
}

.nav-link {
    padding: 1px;
}

.nav-item a {
    color: #0056B3;
    text-decoration: none;
}

    .nav-item a:hover {
        color: #007bff;
    }

.nav-item {
    text-align: left;
    padding: 0;
}

.nav-item-header {
    text-align: center;
    border: 1px solid #2b5797;
    border-radius: 3px;
    background-color: #2b5797;
    color: white;
    font-weight: bold;
    padding: 0;
}

.nav-item-home {
    text-align: center;
    border: 1px solid #222222;
    border-radius: 3px;
    background-color: #222222;
    font-weight: bold;
    padding: 0;
}

    .nav-item-home a {
        color: white;
        border: none;
    }

        .nav-item-home a:hover {
            color: darkseagreen;
        }

#footer-bottom .navbar-nav {
    flex-direction: row !important;
}

#footer-bottom .navbar-inverse {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

ul li a {
    color: #0056B3;
    text-decoration: underline;
}

    ul li a:hover {
        color: #007bff;
    }

ol li a {
    color: #0056B3;
    text-decoration: underline;
}

    ol li a:hover {
        color: #007bff;
    }

div a {
    color: #0056B3;
    text-decoration: underline;
}

    div a:hover {
        color: #007bff;
    }

.col-remove-padding {
    padding-left: 0;
    padding-right: 0;
}

.container-table {
    font-family: 'Lato', sans-serif;
    font-size: 10pt;
    height: 100%;
    width: 100%;
    max-width: 1100px;
}

.cleanla-footer {
    padding: 10px;
    text-align: center;
    line-height: 20px;
}

    .cleanla-footer a {
        color: #466114;
    }

        .cleanla-footer a:hover {
            color: #74A022;
        }

.cleanla-logo {
    padding: 5px;
}

.back-to-top {
    font-weight: normal !important;
    text-decoration: none !important;
}

    .back-to-top::before {
        content: '\25B4';
    }

h2 {
    font-size: 2.3em !important;
}

h3 {
    font-size: 1.9em !important;
}

.fixed-data-table {
    table-layout: fixed;
    word-wrap: break-word;
}

.twitter-tweet {
    display: inline-block !important;
}

.mx-6 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
}