        * {
            box-sizing: border-box;
            font-family: Ubuntu;
            transition: all 0.2s linear;
            font-size: 16px;
        }

        img {
            display: block;
            max-width: 100%;
            height: auto;
        }

        html,
        body {
            margin: 0px;
            padding: 0px;
            background: #454545;

        }

        /* Header */
        header,
        footer,
        #sidebar {
            background: #385FA0;
        }

        header {
            padding: 0px;
            position: sticky;
            top: 0;
            z-index: 1002;
            height: 70px;
        }

        .content-width {
            max-width: 1300px;
            background: #ffffff;
            padding: 0;
        }

        h1 {
            font-size: 240%;

            margin-top: 0px;

        }

        h2 {
            font-size: 140%;
            margin-top: 0px;
        }

        p {
            font-size: large;
        }

        th, td {
            text-align: left;
            padding-right: 20px;
        }


        #sidebar {
            width: 300px;
            padding: 1.5rem;
            position: fixed;
            top: 70px;
            right: 0;
            height: calc(100% - 70px);
            max-width: 80%;
            overflow-y: auto;
            z-index: 1001;
            transform: translateX(100%);
            transition: transform 0.25s ease;
        }

        #sidebar.v2020-sidebar-open {
            transform: translateX(0);
        }

        #sidebar-backdrop {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.5);
            z-index: 1000;
        }

        .sidebar-menu {
            padding: 0px;
            margin: 0px;
        }

        .amp-custom-sidebar-header {
            line-height: 3.5rem;
            min-height: 3.5rem;
            color: #fff;
        }

        #sidebar-close {
            cursor: pointer;
        }

        .sidevar-nav-item {
            padding: 10px 0px;
            margin: 0px;
            display: block;
            list-style: none;
            text-transform: capitalize;
            letter-spacing: .6px;
            line-height: 2.0625;
            cursor: pointer;
            text-decoration: none;
            color: #fff;
        }

        .sidevar-nav-item:hover {
            color: #19B5FE;
        }

        #sidebar-menu-btn {
            border: none;
            line-height: 40px;
            background-color: transparent;
            outline: none;
            color: #ffffff;
            font-weight: bold;
            font-size: 45px;
            display: none;
            padding: 0;
            padding-right: 10px;
        }

        .v2020_hero_image {
            height: 300px;
            position: relative;
            overflow: hidden;
        }

        .v2020_hero_image_img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            filter: brightness(75%);
            display: block;
        }

        .v2020_hero_text {
            font-family: Ubuntu;
            text-align: center;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: white;
        }

        .v2020_button_off {
            padding: 10px 15px;
            text-decoration: none;
            color: #fff;
            background: #385FA0;
            font-weight: 700;
            text-align: center;
        }

        .v2020_button_on {
            padding: 10px 15px;
            text-decoration: none;
            color: #fff;
            background: #454545;
            font-weight: 700;
            text-align: center;
        }

        #v2020_main_column {
            grid-area: main;
            flex-basis: 70%;
            margin-top: 0px;
            margin-left: 0px;
            padding-right: 30px;
            padding-left: 20px;
            padding-bottom: 0px;
            padding-top: 0px;
            border-right: 1px solid #e3e3e3;
        }

        #v2020_right_column {
            grid-area: sidebar;
            flex-basis: 30%;
            margin-top: 0px;
            padding-left: 20px;
            padding-right: 20px;
            padding-bottom: 0px;
            padding-top: 0px;
        }

        .v2020_list {
            list-style: none;
        }


        .v2020_list li::before {
            content: "\2022";
            color: #385FA0;
            font-weight: bold;
            display: inline-block;
            width: 1em;
            margin-left: -1em;
        }

        .v2020_list_links a {
            color: black;
            font-weight: normal;
            text-decoration: none;
        }

        .v2020_list_links a:visited {
            color: black;
        }

        .v2020_list_links a:hover {
            color: #385FA0;
        }


        .v2020_main_links a {
            color: #385FA0;
            font-weight: 700;
            text-decoration: none;
        }

        .v2020_main_links a:visited {
            color: #385FA0;
        }

        .v2020_main_links a:hover {
            color: #19B5FE;
        }

        .v2020_twitter_links a {
            color: black;
            font-weight: 700;
            text-decoration: none;
        }

        .v2020_twitter_links a:visited {
            color: black;
        }

        .v2020_twitter_links a:hover {
            color: #385FA0;
        }

        .v2020_essentials a {
            color: #437d6e;
            font-weight: 700;
            text-decoration: none;
        }

        .v2020_essentials a:visited {
            color: #437d6e;
        }

        .v2020essentials a:hover {
            color: #19B5FE;
        }

        .v2020_virtual a {
            color: #385FA0;
            font-weight: 700;
            text-decoration: none;
        }

        .v2020_virtual a:visited {
            color: #385FA0;
        }

        .v2020_virtual a:hover {
            color: #19B5FE;
        }


        .v2020_full a {
            color: #990000;
            font-weight: 700;
            text-decoration: none;
        }

        .v2020_full a:visited {
            color: #990000;
        }

        .v2020_full a:hover {
            color: #19B5FE;
        }

        #v2020_right_now_center {
            display: none;
        }

        .v2020_grid {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            margin-left: auto;
            margin-right: auto;
            padding-left: auto;
            padding-right: auto;

        }

        .v2020_featured_grid_container {
            position: relative;
            width: 204px;
            height: 115px;
            margin-left: 0px;
            margin-right: 10px;
            margin-bottom: 10px;
            text-align: center;
        }

        img.contain {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: none;
            padding: 0;
            margin: 0;
            object-fit: contain;
        }

        img.containfiltered {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: none;
            padding: 0;
            margin: 0;
            object-fit: contain;
            filter: brightness(75%);
        }

        .v2020_basic_grid_container {
            position: relative;
            width: 113px;
            height: 64px;
            margin-left: 5px;
            margin-right: 5px;
            margin-bottom: 10px;
            text-align: left;
            line-height: 100%;
        }

        .v2020_grid_link, .v2020_grid_link_small, .v2020_grid_link_large {
            color: white;
            font-family: Ubuntu;
            font-weight: bold;
            font-size: larger;
            text-decoration: none;
        }

        .v2020_grid_link_small {
            font-size: small;
        }

        .v2020_grid_link_large {
            font-size: x-large;
        }


        .v2020_social_menu_wrapper {
            margin-left: 0px;
            margin-bottom: 40px;
            margin-right: 20px;
            margin-top: 20px;
            width: 360px;
        }

        .v2020_menu {
            display: flex;
            justify-content: space-between;
            margin: 0 auto;
            background: #385FA0;
        }

        .v2020_logo {
            width: 224px;
            height: 60px;
            padding-top: 5px;
        }

        #v2020_wrapper {
            display: grid;
            grid-template-columns: minmax(0, 70fr) minmax(0, 30fr);
            grid-template-areas: "main sidebar";
            column-gap: 30px;
            row-gap: 40px;
            max-width: 1300px;
            background: #ffffff;
            margin: 0 auto;
            padding: 0px;
            padding-bottom: 40px;
            padding-top: 40px;
            line-height: 160%;
        }

        .v2020_bold_link a {
            color: #385FA0;
            font-weight: bold;
            text-decoration: none;
        }

        .v2020_bold_link a:hover {
            color: #385FA0;
            font-weight: bold;
            text-decoration: none;
        }

        .v2020_fixed_container_small {
            position: relative;
            width: 300px;
            height: 168px;
            background: black;
            margin-left: auto;
            margin-right: auto;
            padding-left: auto;
            padding-right: auto;
            text-align: left;
        }

        .v2020_centered {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
        }

        .v2020_panel {
            margin-bottom: 40px;
            margin-left: 0px;
            margin-right: 0px;

        }

        .tagcloud, .alttagcloud {
            padding-right: 5px;
        }


        .tagcloud {
            font-size: 1em;
        }

        .alttagcloud {
            font-size: 1.3em;
        }


        .button {
            padding: 10px 15px;
            text-decoration: none;
            color: #fff;
            background: #385FA0;
            font-weight: 700;
            text-align: center;
            margin: 20px 10px 20px 0px;
            display: inline-block;
            width: 120px;
        }

        .button:link {
            color: #fff;
        }

        .button:visited {
            color: #fff;
        }

        .button:hover {
            background: #19B5FE;
            color: #fff;
        }

        /* FOOTER */

footer, .directory {
color: #fff;

}

footer a, .directory a {
color: #fff;
text-decoration: none;
}

footer a:hover, .directory a:hover {
color: #19B5FE;
text-decoration: none;
}

footer .v2020_footer_menu, .v2020_footer_small {
display: flex;
justify-content: center;
overflow: hidden;
margin-left: auto;
margin-right: auto;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}

footer .v2020_footer_menu {

}

.v2020_footer_small {
height: 50px;
}

.v2020_footer_item {
text-align: center;
flex-basis: 25%;

margin-right: auto;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}


.v2020_footer_item ul {
display: flex;
flex-direction: column;
margin-top: 10px;
padding: 0px;
}

.v2020_footer_item ul li {
list-style: none;
margin-bottom: 5px;
font-size: 14px;
}

.v2020_footer_connect, .v2020_directory_connect {
text-align: center;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
margin-top: 0px;
padding-top: 10px;
background-color: #385FA0;
color: #C0C0C0;
}

.v2020_directory_connect h2 {
font-size: 140%;
margin: 0px 0px;
padding-bottom: 10px;
color: #C0C0C0;
}

.v2020_footer_connect h2{
margin: 0px 0px;
padding-bottom: 10px;
color: #C0C0C0;
}


/* END FOOTER */

        .v2020_social_menu {
            width: 360px;
            background-color: #385FA0;
            display: flex;
            flex-grow: 0;
            justify-content: center;
            height: 60px;
            overflow: hidden;
            margin-left: 0px;
            margin-right: auto;
            margin-bottom: 0;
            margin-top: 0;
            padding: 0;
        }

        .v2020_social_item {
            background-color: #385FA0;
            text-align: center;
            flex-basis: 16.66%;

            margin-right: auto;
            margin-bottom: 0;
            margin-top: 0;
            padding: 0;

        }

        .v2020_social_item ul {
            display: flex;
            flex-direction: column;

        }

        .v2020_social_item ul li {
            list-style: none;

        }


        #v2020_branch_details {
            display: flex;
            flex-direction: row;
        }

        #v2020_branch_details_child_1 {
            display: block;
            flex-grow: 2;
        }

        #v2020_branch_details2_child {
            display: block;
            flex-grow: 1;
            flex-basis: 200px;
        }


        #v2020_branch_details_child_2 {
            display: none;
            width: 300px;
            background-color: #FCD124;
            margin: 0px;

        }



        .flex-container {
            width: 100%;
            min-height: 50px;
            margin: 0 auto;
            display: -webkit-flex; /* Safari */
            display: flex; /* Standard syntax */
        }

        .flex-container .column {
            padding: 10px;

            -webkit-flex: 1; /* Safari */
            -ms-flex: 1; /* IE 10 */
            flex: 1; /* Standard syntax */;
        }

        .flex-container .column.bg-alt {

        }

        .topnav {
            overflow: hidden;
            background-color: #385FA0;
        }

        .topnav a {
            float: left;
            color: white;
            text-align: center;
            padding: 20px 15px;
            text-decoration: none;
            font-size: 16px;
            line-height: 30px;
        }

        .topnav a:hover {
            background-color: white;
            color: black;
        }

        .topnav a.active {
            background-color: #385FA0;
            color: white;
        }

        .topnav .icon {
            display: none;
        }

        .dropdown {
            float: left;
            overflow: hidden;
        }

        .dropdown .dropbtn {
            font-size: 16px;
            border: none;
            outline: none;
            color: white;
            padding: 20px 15px;
            background-color: inherit;
            font-family: inherit;
            margin: 0;
            line-height: 30px;
        }

        .navbar a:hover, .dropdown:hover .dropbtn {
            background-color: #385FA0;
        }

        .dropdown-content {
            display: none;
            position: absolute;
            background-color: #385FA0;
            min-width: 160px;
            z-index: 1;
        }

        .dropdown-content a {
            float: none;
            color: white;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
            text-align: left;
            border-bottom-width: 1px;
            border-bottom-color: white;
            border-bottom-style: solid;
        }

        .dropdown-content a:hover {
            background-color: white;
        }

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

        .virtual_flex {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }

        .virtual_flex > div {
            width: 300px;
            margin: 30px;
            margin-top: 10px;
            text-align: center;
        }

        @media only screen and (max-width: 1280px) {
            h1 {
                font-size: 200%;
            }

            #v2020_wrapper {
                grid-template-columns: minmax(0, 1fr);
                grid-template-areas: "main" "sidebar";
            }

            #v2020_main_column {
                width: 896px;
                max-width: 100%;
                margin-left: auto;
                margin-right: auto;
                padding-left: auto;
                padding-right: auto;
                border-right: none;
            }

            #v2020_right_column {
                display: none;
            }

            .v2020_wrapper_unified #v2020_right_column {
                display: block;
                width: 896px;
                max-width: 100%;
                margin-left: auto;
                margin-right: auto;
                padding-left: 20px;
                padding-right: 20px;
            }

            #v2020_right_now_center {

                display: block;
            }

            .v2020_social_menu {
                margin-left: auto;
                margin-right: auto;
            }


            #sidebar-menu-btn {
                display: inline;
            }

            .topnav a, .dropdown .dropbtn {
                display: none;
            }

            .topnav a.icon {
                float: right;
                display: block;
            }

            .topnav.responsive {
                position: relative;
            }

            .topnav.responsive .icon {
                position: absolute;
                right: 0;
                top: 0;
            }

            .topnav.responsive a {
                float: none;
                display: block;
                text-align: left;
            }

            .topnav.responsive .dropdown {
                float: none;
            }

            .topnav.responsive .dropdown-content {
                position: relative;
            }

            .topnav.responsive .dropdown .dropbtn {
                display: block;
                width: 100%;
                text-align: left;
            }

        }

        @media only screen and (max-width: 768px) {

            #v2020_main_column {
                border-right: none;
                flex-basis: 100%;
                padding: 10px;
                margin-bottom: 30px;
            }

            h1 {
                font-size: 180%;
            }

            #v2020_branch_h1 {
                text-align: center;
            }

            #v2020_right_column {
                display: none;
            }

            .v2020_wrapper_unified #v2020_right_column {
                display: block;
                width: auto;
                padding: 10px;
                margin-bottom: 30px;
            }


            #v2020_branch_details_child_1 {
                display: block;
                flex-grow: unset;
                margin-left: auto;
                margin-right: auto;
                width: 360px;
            }

            #v2020_branch_details2_child {
                display: none;
            }

            #v2020_branch_details_child_2 {
                display: block;
            }

            #v2020_right_now_center {
                display: block;
            }

            .v2020_social_menu {
                margin-left: auto;
                margin-right: auto;
            }
        }

        @media only screen and (max-width: 600px) {
            h1 {
                font-size: 160%;
            }


            #v2020_right_column {
                border: 0px;
                flex-basis: 100%;
                padding: 5px;
                margin-bottom: 30px;
            }

            .v2020_wrapper_unified #v2020_right_column {
                border: 0px;
                padding: 5px;
                margin-bottom: 30px;
            }


            .v2020_social_menu {
                margin-left: auto;
                margin-right: auto;
            }

        }
