* {
    box-sizing: border-box;
    font-family: Ubuntu;
    transition: color 0.2s linear, background-color 0.2s linear, border-color 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: #990000;
}

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;
}



#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;
    position: relative;
    z-index: 1002;
}

.v2020_hero_image {
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

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

.fixed-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    aspect-ratio: 600 / 338;
    background: black;
    margin-left: auto;
    margin-right: auto;
}

.fixed-container-small {
    position: relative;
    width: 250px;
    height: 141px;
    background: black;
    margin-left: auto;
    margin-right: auto;
}



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

.v2020_button_off {
    display: inline-block;
    padding: 10px 15px;
    text-decoration: none;
    color: #fff;
    background: #990000;
    font-weight: 700;
    text-align: center;
}

/* .v2020_panel a[:visited/:hover] (below) target plain links with
   higher specificity than a single class, so when one of these
   buttons is an <a> rather than a <button> - e.g. the Directions
   link - its color gets overridden by those unless re-asserted
   here at matching specificity. */
.v2020_panel a.v2020_button_on,
.v2020_panel a.v2020_button_on:visited,
.v2020_panel a.v2020_button_on:hover {
    color: #fff;
}

.v2020_panel a.v2020_button_off,
.v2020_panel a.v2020_button_off:visited,
.v2020_panel a.v2020_button_off:hover {
    color: #fff;
}

#v2020_main_column {
    grid-area: main;
    flex-basis: 65%;
    margin-top: 0px;
    margin-left: 0px;
    padding-right: 30px;
    padding-left: 20px;
    padding-bottom: 0px;
    padding-top: 0px;
    border-right: 1px solid #e3e3e3;
    /* background-color: #19B5FE; */
}

#v2020_right_column {
    grid-area: sidebar;
    flex-basis: 35%;
    margin-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-top: 0px;
    /* background-color: pink; */
}

.v2020_list {
    list-style: none;
}


.v2020_list li::before {
    content: "\2022";
    color: #990000;
    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: #990000;
}


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

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

.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: #990000;
}

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

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

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

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

.v2020_virtual a:visited {
    color: #cc5500;
}

.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-weight: bold;
    font-size: larger;
    text-decoration: none;
}

.v2020_grid_link_small {
    font-size: small;
}

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

.v2020_exact_match_badge {
    background: #990000;
    color: white;
    font-size: .7em;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 3px;
    vertical-align: middle;
}

.v2020_search_type_badge {
    background: #454545;
    color: white;
    font-size: .7em;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 3px;
    vertical-align: middle;
    margin-right: 4px;
}

.v2020_search_result_count {
    color: #666;
    font-size: .9em;
}

.v2020_search_result_body {
    color: #454545;
}

.v2020_search_fuzzy_notice {
    color: #454545;
    font-style: italic;
}

.v2020_no_results {
    color: #454545;
    padding: 20px 0;
}

.v2020_search_tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 12px;
}

.v2020_search_tab {
    color: #454545;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 14px;
    font-size: .9em;
    border: 1px solid #e0e0e0;
}

.v2020_search_tab:hover {
    border-color: #990000;
}

.v2020_search_tab_active {
    background: #990000;
    color: white;
    border-color: #990000;
    font-weight: bold;
}

/* .v2020_panel a and .v2020_panel a:visited (further below) both
   outrank the rule above in specificity (class+element beats a
   single class), so the active tab's text repainted to #990000 -
   identical to its own #990000 background - on every click, not
   just revisits. Both states need their own override here since
   neither alone has enough specificity to beat both source rules
   unambiguously regardless of cascade order. */
.v2020_panel a.v2020_search_tab_active {
    color: white;
}

.v2020_panel a.v2020_search_tab_active:visited {
    color: white;
}

.v2020_more_results h4 {
    margin-bottom: 8px;
}

.v2020_near_me {
    margin-bottom: 16px;
}

.v2020_near_me_link {
    color: #454545;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 14px;
    font-size: .9em;
    border: 1px solid #e0e0e0;
}

.v2020_near_me_link:hover {
    border-color: #990000;
}

.v2020_near_me_active_label {
    background: #990000;
    color: white;
    font-size: .9em;
    font-weight: bold;
    padding: 4px 10px;
    border-radius: 14px;
    margin-right: 8px;
}

/* Same issue as .v2020_search_tab_active above: .v2020_panel a and
   .v2020_panel a:visited outrank the single-class rule above in
   specificity, repainting the active pill's text to #990000 -
   identical to its own #990000 background. */
.v2020_panel a.v2020_near_me_active_label {
    color: white;
}

.v2020_panel a.v2020_near_me_active_label:visited {
    color: white;
}

.v2020_near_me_message {
    color: #666;
    font-size: .85em;
    margin-left: 8px;
}

.v2020_grid_distance_overlay {
    position: absolute;
    bottom: 4px;
    right: 4px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    font-size: .7em;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 10px;
}

.v2020_directory_grid_container {
    display: grid;
    grid-template-columns: auto auto auto;
    background-color: white;
    text-align: center;
    justify-content: center;
}

.v2020_directory_grid_item {
    background-color: rgba(255, 255, 255, 1);
    text-align: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;

}

.v2020_directory_grid_ul {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 60px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.v2020_search_flex-container {
    display: flex;
    /* flex-flow: row wrap; */
    border-color: #990000;
    border-width: 1px;
    border-style: solid;
    margin: 5px;
}

.v2020_search_flex-container > div {

    margin: 0px;
    padding: 5px;
    margin-right: 10px;
}

.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: #990000;
}

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

#v2020_wrapper {
    display: grid;
    grid-template-columns: minmax(0, 65fr) minmax(0, 35fr);
    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%;
    /* background-color: #f4f379; */
}

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

.v2020_bold_link a:hover {
    color: #990000;
    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_centered2 {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: x-small;
    line-height: 10px;
}

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

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

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

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

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


.tagcloud {
    font-size: 1em;
}

.alttagcloud {
    font-size: 1.3em;
}


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

.button:hover {
    color: #fff;
    background: #3ebf43;
}

.button:link {
    color: #fff;
}

.button:visited {
    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: #990000;
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 */

input[type='radio'] {
    width: 22px;
    height: 22px;
    margin: 8px;
    border-radius: 100%;
    border: solid 1px black;
}

input[type='radio']:after {
    width: 22px;
    height: 22px;
    border-radius: 20px;
    top: -1px;
    left: -1px;

    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 4px solid black;
}

input[type='radio']:checked:after {
    width: 22px;
    height: 22px;
    border-radius: 20px;
    top: -1px;
    left: -1px;

    text-align: center;
    font-size: large;
    content: "✓";
    color: white;
    position: relative;
    background-color: green;
    display: inline-block;
    visibility: visible;
    border: 4px solid black;
}

.author-info {
    color: #9d9d9d;
    font-weight: bold;
}


.v2020_social_menu {
    width: 360px;
    background-color: #990000;
    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: #990000;
    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_locations_map_list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.v2020_locations_map_pin {
    height: 41px;
    padding-top: 0px;
    padding-left: 40px;
    margin-bottom: 20px;
}

.v2020_locations_map_pin_blue {
    background: url('/static/images/bluepin.png') no-repeat left top;
}

.v2020_locations_map_pin_orange {
    background: url('/static/images/orangepin.png') no-repeat left top;
}

.v2020_locations_map_pin_lightgreen {
    background: url('/static/images/lightgreenpin.png') no-repeat left top;
}

.v2020_locations_map_pin_green {
    background: url('/static/images/greenpin.png') no-repeat left top;
}


.v2020_locations_map_pin_darkgreen {
    background: url('/static/images/darkgreenpin.png') no-repeat left top;
}

.v2020_locations_map_pin_purple {
    background: url('/static/images/purplepin.png') no-repeat left top;
}

.v2020_locations_map_pin_brown {
    background: url('/static/images/brownpin.png') no-repeat left top;
}

.v2020_locations_map_pin_red {
    background: url('/static/images/redpin.png') no-repeat left top;
}

.v2020_locations_map_pin_silver {
    background: url('/static/images/silverpin.png') no-repeat left top;
}

.v2020_locations_map_pin_silver {
    background: url('/static/images/silverpin.png') no-repeat left top;
}

.v2020_locations_map_pin_yellow {
    background: url('/static/images/yellowpin.png') no-repeat left top;
}

.v2020_locations_map_pin_magenta {
    background: url('/static/images/magentapin.png') no-repeat left top;
}


#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: #990000;
}

.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: #990000;
    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;
    margin: 0;
    line-height: 30px;
}

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

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #990000;
    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;
}

.search {
    width: 100%;
    position: relative;
    display: flex;
}

.searchTerm {
    max-width: 200px;
    border: 3px solid #ffffff;
    border-right: none;
    padding: 5px;
    height: 36px;
    border-radius: 5px 0 0 5px;
    outline: none;
    color: #000000;
}

.searchTerm:focus {
    color: #000000;
}

.searchButton {
    width: 40px;
    height: 36px;
    border: 3px solid #ffffff;
    background: #990000;
    text-align: center;
    color: #ffffff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px;
}

.v2020-search-suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    min-width: 240px;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 0 0 5px 5px;
    list-style: none;
    margin: 4px 0 0;
    padding: 0;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.v2020-search-suggestions li {
    border-bottom: 1px solid #eeeeee;
}

.v2020-search-suggestions li:last-child {
    border-bottom: none;
}

.v2020-search-suggestions a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 10px;
    text-decoration: none;
    color: #000000;
}

.v2020-search-suggestions a:hover {
    background: #f5f5f5;
}

.v2020-suggestion-name {
    font-weight: bold;
}

.v2020-suggestion-type {
    margin-left: 8px;
}

/*Resize the wrap to see the search bar change!*/
.wrap {
    width: 20%;
    position: absolute;
    top: 50%;
    left: 41.5%;
    padding-left: 20px;
    transform: translate(-50%, -50%);
}

@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;
    }

    /* Pages that render the sidebar as the single source of truth
       (rather than duplicating it into #v2020_right_now_center for
       mobile) opt in via this class so it stays visible, reflowed
       below the main column instead of hidden. */
    .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;
        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;
    }


    .v2020_directory_grid_container {
        display: grid;
        grid-template-columns: auto auto;
        background-color: white;
        padding: 10px;
    }

    .v2020_search_flex-container {
        display: block;
    }

}

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

    .v2020_directory_grid_ul {
        padding: 30px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .wrap {
        left: 32%;
        padding-left: 0px;
    }

}

:root {
    --space-2: 1rem; /* 16px */
}
