/* tweaks */

h1,
.h1 {
    font-size: 2rem !important;
}

h1 {
    margin: 1rem 0 !important;
}

/* from gt.css */

/* GT HEADER */
#gt-header {
    width: 100%;
}

#brandhead {
    z-index: 499;
}

/****************** HEADER BACKGROUND ******************/

.bg-gold-md-gold {
    background: -webkit-linear-gradient(left, #a4925a 0%, #a4925a 50%, #b3a369 50%, #b3a369 100%);
    background: -moz-linear-gradient(left, #a4925a 0%, #a4925a 50%, #b3a369 50%, #b3a369 100%);
    background: linear-gradient(to right, #a4925a 0%, #a4925a 50%, #b3a369 50%, #b3a369 100%);
}

.bg-gold-grad {
    background: -webkit-linear-gradient(left, #a4925a 0%, #b3a369 100%);
    background: -moz-linear-gradient(left, #a4925a 0%, #b3a369 100%);
    background: linear-gradient(to right, #a4925a 0%, #b3a369 100%);
}

/****************** LOGO ******************/

#gt-logo {
    height: 2.625rem;
    margin: 1rem 0;
}

#gt-logo a {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

#gt-logo img {
    height: 100%;
    width: auto;
    max-width: 100%;
}

/****************** HEADER SITE TITLE AND SLOGAN ******************/

#site-name-slogan-wrapper {
    margin: 1rem 0 .75rem 0;
}

.site-name,
.site-slogan {
    display: flex;
    align-items: center;
    color: #003057;
    font-family: din-2014, sans-serif;
    font-weight: 600;
    font-style: normal;
    margin: 0;
}

.site-name {
    font-size: 2.375rem;
    line-height: 1.01;
}

.site-slogan {
    font-size: 1.5rem;
    line-height: 1.1;
    margin: .25rem 0 0 .2rem;
}

.site-title-multiple a:hover,
.site-title-multiple a:focus {
    text-decoration: none;
}

.site-name a,
.site-slogan a {
    color: #003057 !important;
}

.site-name a:hover,
.site-name a:focus,
.site-slogan a:hover,
.site-slogan a:focus {
    color: #00213C !important;
}

/******** NAV MENU RESPONSIVENESS BEGINS ************/

#mobile-menu-wrapper {
    position: absolute;
    padding: .5rem;
    height: 100%;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
}

.navbar-toggler,
.close,
.trigger {
    padding: 0;
    font-size: .8rem;
    line-height: 1.1;
    letter-spacing: 0.01rem;
}

button.trigger {
    background: transparent;
    border: 0;
    outline: 0;
}

.menu-link-text {
    color: #003057;
    font-family: din-2014, sans-serif;
    font-weight: inherit;
    font-style: normal;
    text-align: center;
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
}

.trigger,
.close,
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
    opacity: 1;
    text-shadow: none;
}

.trigger {
    display: block;
}

.close {
    display: none;
}

@media (max-width: 575.98px) {

    /*contains menu */
    #nav-wrapper {
        position: absolute;
        background: #fff;
        margin-top: 5rem;
        width: 100%;
        height: auto;
        top: -100%;
        transition: top 0.6s ease-in-out;
        box-shadow: 0 5px 8px rgba(0, 0, 0, .3);
        border-bottom: 4px solid #b3a369;
        z-index: 999;
    }

    .menu-open {
        top: 0 !important;
    }

    .menu-nav {
        width: 100%;
        position: relative;
    }

    .menu-nav ul {
        display: block;
        list-style: none;
        margin: 0;
        padding: 0;
        border: 0;
    }

    .menu-nav ul li:before {
        content: none;
    }

    .menu-nav ul li {
        border-bottom: 1px solid rgba(0, 0, 0, .2);
        border-right: none;
        color: #857437;
        display: block;
        float: none;
        font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
        font-size: 1rem;
        line-height: 1;
        margin: 0;
        padding: 1rem .75rem;
        text-transform: none;
        transition: background .2s ease-in-out;
        width: 100%;
    }

    .menu-nav ul li:hover {
        background: rgba(212, 216, 210, .2);
        /* pi mile */
    }

    /* second tier */
    .menu-dropdown ul.second-tier-nav:after {
        display: none;
    }

    .menu-nav ul li li {
        padding: 0.5rem;
    }

    .menu-nav ul li li a {
        color: #857437;
        transition: color .2s ease-in-out;
    }

    .menu-dropdown ul.second-tier-nav {
        position: relative;
        width: 100%;
        background: transparent;
        box-shadow: none;
        margin: .5rem 0 0;
    }

    ul.second-tier-nav li {
        padding: .75rem .5rem;
        border: 0;
    }

    ul.second-tier-nav li li {
        padding: .5rem .25rem;
        border: 0;
    }

    ul#action-links {
        width: 100%;
        display: block;
    }

    ul#action-links,
    #search-button-form-wrapper {
        padding: 0 .75rem;
        margin: 1rem 0;
    }

    #searchform-wrapper {
        position: relative;
        width: 100%;
        padding-left: 0.5rem;
    }

    input[type="search"],
    textarea {
        width: 100%;
    }

    #searchform {
        display: block !important;
        width: 100%;
    }
}

/* GT Main Menu */
#Navbar {
    background: #fff;
    padding: 0 8px;
}

.navbar-nav li {
    padding: .15rem .5rem;
    margin: .25rem 0;
}

.navbar-nav li a,
.navbar-expand-md .navbar-nav a.nav-link {
    padding: 0;
}

.main-nav nav a,
.main-nav nav a:link,
.main-nav nav a:visited {
    display: block;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    transition: all .2s ease-in-out;
    padding: 0;
}

.main-nav nav a:focus {
    text-decoration: underline;
    color: #857437;
}

.main-nav nav a.is-active {
    font-weight: 500;
}

.main-nav nav ul li {
    border-right: 2px solid #b3a369;
}

.main-nav nav ul li a {
    color: #262626;
}

.main-nav nav ul li:last-child,
.main-nav nav ul li ul li,
.main-nav nav ul li ul li ul li {
    border-right: none;
}

.navbar-expand-md .main-nav .navbar-nav li:hover,
.navbar-expand-md .main-nav .navbar-nav li:focus {
    background: rgba(212, 216, 210, .25);
    transition: all .2s ease-in-out;
}

/* Show 3rd level dropdown */
.dropdown-menu .dropdown-menu {
    display: block;
}

/* Dropdown */
.main-nav nav .dropdown-menu a,
.main-nav nav .dropdown-menu a:link,
.main-nav nav .dropdown-menu a:visited {
    padding: .5rem;
}

.main-nav nav .dropdown .caret::before {
    color: #b3a369;
    font-family: 'Font Awesome 5 Pro';
    content: '\f078';
    text-transform: inherit;
    left: 90%;
    top: 60%;
    padding-left: .125rem;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 0.7em;
    line-height: 1;
    font-weight: 400;
}

.main-nav nav .dropdown.show .caret::before {
    font-family: 'Font Awesome 5 Pro';
    content: '\f077';
    font-weight: 400;
}

.main-nav ul li ul li .caret::before {
    display: none;
}

.dropdown-menu ul,
.dropdown-menu li {
    margin: 0;
    padding: 0;
}

.dropdown-menu li {
    line-height: 1.2;
}

.dropdown-menu li a {
    line-height: 1.2;
    font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    transition: color .2s ease-in-out;
}

.dropdown-toggle::after {
    display: none;
}

.main-nav nav .dropdown-menu {
    border: 0;
    border-radius: 0;
    border-bottom: 5px solid #b3a369;
    box-shadow: 0 6px 5px 0 rgba(0, 0, 0, .3);
    min-width: 14rem;
}

.main-nav ul li ul.show li ul.dropdown-menu {
    background: transparent;
    border: none;
    box-shadow: none;
    position: relative;
    list-style: none;
    width: 100%;
    padding: 0 0 0 .5rem;
}

.navbar-expand-md .navbar-nav ul li.nav-item,
.navbar-expand-md .navbar-nav ul li.nav-link {
    border-bottom: 1px solid rgba(0, 0, 0, .3);
}

.navbar-expand-md .navbar-nav ul li.nav-item:hover,
.navbar-expand-md .navbar-nav ul li.nav-link:hover {
    background: rgba(212, 216, 210, .25);
    transition: all .2s ease-in-out;
}

.navbar-expand-md .navbar-nav ul li.nav-item:hover a,
.navbar-expand-md .navbar-nav ul li.nav-link:hover a {
    color: #3b3b3b;
}

.navbar-expand-md .navbar-nav ul li.nav-item:last-child,
.navbar-expand-md .navbar-nav ul li.nav-link:last-child {
    border-bottom: 0 solid rgba(0, 0, 0, .3);
}

.navbar-expand-md .navbar-nav ul li.nav-item li {
    border: none;
}

.navbar-expand-md .navbar-nav ul li.nav-item ul {
    padding-left: 2rem;
    width: 100%;
}

.navbar-expand-md .navbar-nav ul li.nav-link,
.navbar-expand-md .navbar-nav ul li.nav-item a,
.navbar-expand-md .navbar-nav ul li.nav-link a {
    color: #857437;
    font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: .9rem;
    font-weight: 600;
    transition: all .2s ease-in-out;
}

.navbar-expand-md .navbar-nav ul li.nav-item li.nav-link a {
    color: #3b3b3b;
    font-size: .85rem;
    font-weight: 500;
}

.navbar-expand-md .navbar-nav ul li.nav-item li.nav-link a:hover {
    color: #857437;
}

/* Utility Nav */
#utility-search-wrapper {
    background: #fff;
    padding-right: 8px;
}

.utility-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.utility-navigation li {
    padding-left: 15px;
}

.utility-navigation a {
    color: #857437;
    font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: .9rem;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
    text-align: right;
    transition: all .2s ease-in-out;
}

.utility-navigation a:hover,
.utility-navigation a:focus {
    border-bottom: none;
    text-decoration: none;
    transition: all .2s ease-in-out;
    color: #545454;
}

.utility-navigation a:after {
    content: ' ';
    background-image: url('/web/20250203122715im_/https://ro-blob.azureedge.net/ro-blob/public/themes/reg3thm/img/gt-gold-chevron.svg');
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    display: inline-block;
    height: .9rem;
    width: .78rem;
    bottom: -.1rem;
    position: relative;
    margin-left: .1rem;
}

.utility-navigation a:hover:after {
    content: ' ';
    background-image: url('/web/20250203122715im_/https://ro-blob.azureedge.net/ro-blob/public/themes/reg3thm/img/gt-black-chevron.svg');
}

.utility-navigation .contextual-links a {
    font-weight: 400;
}

.utility-navigation .contextual-links a:after,
.utility-navigation .contextual-links a:hover:after {
    display: none;
}

/**/

/* ---------- Menu Responsive ------- */

/* Navbar Mobile Button */
.navbar-toggler {
    height: 2.55rem;
    width: 2.75rem;
    padding: 0;
    margin-top: .125rem;
    background: url('/web/20250203122715im_/https://ro-blob.azureedge.net/ro-blob/public/themes/reg3thm/img/menu.svg') no-repeat;
    background-size: 100% auto;
    position: relative;
    z-index: 99999;
}

.navbar-toggler:not(.collapsed) {
    background: url('/web/20250203122715im_/https://ro-blob.azureedge.net/ro-blob/public/themes/reg3thm/img/close.svg') no-repeat;
    background-size: 100% auto;
}

.navbar-toggler:focus {
    outline: none;
}

.navbar-toggler .icon-text {
    color: #003057;
    font-family: din-2014, sans-serif;
    font-size: .9rem;
    line-height: 1.1;
    position: relative;
    display: block;
    top: 1.25rem;
    width: 100%;
    height: 20%;
    text-align: center;
}

.navbar-toggler .icon-text:before {
    margin-left: 0;
    content: "MENU";
    display: inline-block;
}

.navbar-toggler:not(.collapsed) .icon-text:before {
    content: "CLOSE";
    display: inline-block;
    position: relative;
    left: -1px;
}

/* The Mobile Menu System  */
@media (max-width: 1199.98px) {
    #utility-search-wrapper {
        display: block;
    }
}

@media (max-width: 991.98px) {
    .main-nav nav .dropdown-menu {
        box-shadow: none;
    }

    .dropdown .nav-link a {
        border-bottom: none;
    }

    .navbar-nav .dropdown-submenu .nav-link:first-child {
        margin: .5rem 0 0;
    }

    .navbar-nav .dropdown-submenu .dropdown-menu .nav-link:first-child {
        padding: 0;
        margin: .25rem 0;
    }
}

/* Responsive */
@media (max-width: 767.98px) {
    .display-links:hover {
        background-color: transparent;
    }

    li.nav-link,
    .dropdown-toggle .nav-link {
        border-right: none;
    }

    .dropdown .nav-item {
        padding: .6rem 0;
        border-right: none;
        margin: 0;
    }

    .dropdown-toggle.nav-link {
        padding: .5rem 0;
    }

    .dropdown.display-links.nav-item.show {
        background: rgba(212, 216, 210, .35);
    }

    .main-nav nav .dropdown-menu {
        border: 0;
    }

    .main-nav nav .dropdown-menu {
        background: transparent;
    }

    .main-nav nav ul li ul li,
    .main-nav nav ul li ul li ul li,
    .main-nav nav ul li ul li ul li ul li {
        border-bottom: none;
    }

    .main-nav nav a,
    .main-nav nav a:link,
    .main-nav nav a:visited {
        font-size: 16px;
    }

    .main-nav nav a:focus {
        text-decoration: underline;
    }

    .main-nav ul li ul li ul.dropdown-menu .nav-link {
        padding: .25rem 0;
    }

    .main-nav nav ul li,
    .main-nav nav ul li:hover,
    .main-nav nav ul:first-child li:hover {
        border-right: 0;
        border-bottom: 1px solid rgba(0, 0, 0, .2);
    }

    .main-nav nav ul li:focus,
    .main-nav nav ul li:focus,
    .main-nav nav ul:first-child li:focus {
        text-decoration: underline;
    }

    .navbar-nav li:last-child>.dropdown-menu a {
        text-align: left !important;
    }

    .navbar-nav li {
        margin: 0;
    }

    .navbar-nav .dropdown-menu {
        float: none;
        position: static;
        width: 100%;
    }

    .navbar-nav .dropdown-menu .nav-link {
        margin: 0;
        width: 100%;
    }

    .navbar-nav .nav-link:first-child {
        margin: 0;
        width: 100%;
    }

    .navbar-nav .dropdown-submenu .nav-link:first-child {
        font-weight: 600;
    }

    .navbar-expand-md .navbar-nav li.nav-item,
    .navbar-expand-md .navbar-nav li.nav-link {
        padding: .75rem;
    }

    .navbar-expand-md .navbar-nav.utility-navigation li.nav-item,
    .navbar-expand-md .navbar-nav.utility-navigation li.nav-link {
        padding: .5rem;
    }

    .navbar-expand-md .navbar-nav li.nav-item a,
    .navbar-expand-md .navbar-nav li.nav-link a {
        font-size: 1.15rem;
        padding: .25rem .5rem;
    }

    .navbar-expand-md .navbar-nav ul li.nav-link,
    .navbar-expand-md .navbar-nav ul li.nav-item a,
    .navbar-expand-md .navbar-nav ul li.nav-link a {
        font-size: 1rem;
    }

    .navbar-expand-md .navbar-nav ul li.nav-item,
    .navbar-expand-md .navbar-nav ul li.nav-link {
        border-bottom: 1px solid #fff;
    }

    .utility-navigation {
        padding: .5rem 0;
    }

    .navbar-collapse {
        background: #fff;
        border-bottom: 4px solid #b3a369;
        z-index: 9999;
        box-shadow: 0 5px 6px rgba(0, 0, 0, .3);
    }

    #Navbar {
        justify-content: center;
        padding: 0 15px;
    }

    #page-navigation {
        padding: 0;
        width: 100%;
    }

    .utility-navigation .float-right {
        float: none !important;
    }

    .navbar-collapse {
        background: #fff;
        border-bottom: 4px solid #b3a369;
        z-index: 9999;
        box-shadow: 0 5px 6px rgba(0, 0, 0, .3);
    }

    #Navbar {
        justify-content: center;
        padding: 0 15px;
    }

    #page-navigation {
        padding: 0;
    }
}

/* end 768px */

@media (max-width: 575.98px) {
    .breadcrumb {
        display: none;
    }

    #bottom-header.py-1 {
        padding-bottom: 0 !important;
    }

    #bottom-header .container {
        padding-left: 15px;
    }

    .force-w-100 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .main-container.fixed-top {
        position: relative;
        padding-top: 0;
    }

    .navbar-collapse {
        background: #fff;
        border-bottom: 4px solid #b3a369;
        z-index: 9999;
    }

    .hide.search-box {
        position: relative;
        left: 0;
        top: auto;
        width: auto;
        height: inherit;
        overflow: unset;
    }

    .utility-navigation {
        padding: 15px 0 15px 0;
    }

}

/* end 768px */


/* GT SuperFooter */
footer ul,
#gt-superfooter ul {
    list-style: none;
    padding: 0;
    margin-bottom: .5rem;
}

#gt-superfooter h2,
#gt-superfooter h3,
#gt-superfooter h4,
#gt-superfooter h5,
#gt-superfooter h6,
#gt-superfooter .h2,
#gt-superfooter .h3,
#gt-superfooter .h4,
#gt-superfooter .h5,
#gt-superfooter.h6 {
    color: #b3a369;
}

#gt-superfooter {
    margin: 50px 0 0;
}

.gt-black-wrapper {
    background: #262626;
    color: #fff;
}

#gt-superfooter h2 {
    font-size: 1.5rem;
    padding: 0 0 .5rem;
}

#gt-superfooter #gt-before-footer a,
#gt-superfooter #gt-before-footer a:link,
#gt-superfooter #gt-before-footer a:visited {
    color: #b3a369;
    display: inline-flex;
}

#gt-superfooter a,
#gt-superfooter a:link,
#gt-superfooter a:visited {
    color: #fff;
    display: block;
    text-decoration: none;
}

#gt-superfooter a,
#gt-superfooter p {
    font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: .8rem;
    border-bottom: none;
    line-height: 1.3;
    margin-bottom: .4rem;
}

#gt-superfooter a:hover,
#gt-superfooter a:focus {
    text-decoration: underline;
}

#gt-superfooter ul li ul {
    border-left: none;
    padding: 0;
}

#gt-superfooter nav ul li span {
    border-top: 1px solid #b3a369;
    color: #b3a369;
    display: block;
    font-size: .9rem;
    line-height: 1.1;
    margin: .75rem 0 .25rem 0;
    padding: .25rem 0 0 0;
    text-transform: uppercase;
}

#gt-superfooter nav ul ul li span {
    font-size: .85rem;
    margin: .25rem 0;
    border-top: 0;
    text-transform: none;
}

#gt-superfooter ul li ul li .is-active {
    border-bottom: none;
    border-top: none;
    display: block;
    line-height: 1.1;
    margin: .5rem 0 0;
    text-transform: inherit;
}

#gt-superfooter ul.social-media-links--platforms {
    border-left: 1px solid transparent;
}

#gt-superfooter ul.contextual-links a {
    color: #262626;
}

#gt-before-footer {
    border-bottom: 1px solid #545454;
}

#gt-superfooter .block-region {
    color: #262626;
}

#gt-superfooter .menu-item--expanded {
    list-style-type: none;
    list-style-image: none;
}

#gt-superfooter ul.menu {
    margin-left: 0;
}

#gt-superfooter .btn.disabled {
    opacity: 1;
}

#gt-superfooter .btn-group-lg>.btn,
#gt-superfooter .btn-lg {
    border-radius: 0;
}

#gt-superfooter .btn.btn-primary.btn-lg.disabled {
    border-color: transparent;
    border-top: 1px solid #b3a369;
    background-color: transparent;
    color: #b3a369;
    display: block;
    font-size: .9rem;
    font-weight: 600;
    line-height: 1.1;
    margin: .75rem 0 .25rem 0;
    padding: .25rem 0 0 0;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.01rem;
}

#gt-superfooter .btn.btn-secondary.btn-sm.disabled {
    background: transparent;
    border: none;
    color: #b3a369 !important;
    font-size: .9rem !important;
    font-weight: 600 !important;
    padding: 0;
    text-align: left;
}

@media (max-width: 767.98px) {
    #gt-superfooter {
        margin: 0;
    }
}


/* FOOTER CSS */

#gt-footer {
    background: -webkit-linear-gradient(to right, #b3a369 0%, #a4925a 100%);
    background: -moz-linear-gradient(to right, #b3a369 0%, #a4925a 100%);
    background: linear-gradient(to right, #b3a369 0%, #a4925a 100%);
    position: relative;
}

/* top gold gradient accent bar */
#gt-footer:before {
    position: absolute;
    display: inline-block;
    top: 0;
    width: 100%;
    height: 1rem;
    content: "";
    background: var(--gt-gold-grad);
    z-index: 3;
}

.gt-brand-background-footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background: -webkit-linear-gradient(to right, #b3a369 0%, #a4925a 75%, #a4925a 100%);
    background: -moz-linear-gradient(to right, #b3a369 0%, #a4925a 75%, #a4925a 100%);
    background: linear-gradient(to right, #b3a369 0%, #a4925a 75%, #a4925a 100%);
}

@media only screen and (max-width: 992px) {
    .gt-brand-background-footer {
        background: -webkit-linear-gradient(to right, #b3a369 0%, #a4925a 50%, #a4925a 100%);
        background: -moz-linear-gradient(to right, #b3a369 0%, #a4925a 50%, #a4925a 100%);
        background: linear-gradient(to right, #b3a369 0%, #a4925a 50%, #a4925a 100%);
    }
}

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

    .gt-brand-background-footer,
    #gt-footer {
        background: linear-gradient(to top, #b3a369 0%, #a4925a 50%, #a4925a 100%);
    }
}

.row.footer-content {
    position: relative;
    z-index: 2;
}


/****************** COLUMN STYLES ******************/

#gt-footer div[class^="col"] {
    margin: .75rem 0;
}

#gt-footer .footer-links {
    height: 100%;
    border-left: 1px solid #fff;
    padding-left: 1rem;
}


/****************** FOOTER TYPOGRAPHY ******************/

#gt-footer h1,
#gt-footer .h1,
#gt-footer h2,
#gt-footer .h2,
#gt-footer h3,
#gt-footer .h3,
#gt-footer h4,
#gt-footer .h4,
#gt-footer h5,
#gt-footer .h5,
#gt-footer h6,
#gt-footer .h6 {
    color: #262626;
    margin: .2rem 0;
}

#gt-footer h3,
#gt-footer .h3 {
    font-size: 1.1rem;
}

#gt-footer h4,
#gt-footer .h4 {
    font-size: 1.05rem;
}

#gt-footer h5,
#gt-footer .h5 {
    font-size: .9rem;
}

#gt-footer h6,
#gt-footer .h6 {
    font-size: .8rem;
}

#gt-footer p,
#gt-footer a,
#gt-footer li {
    font-size: .9rem;
}

#gt-footer ul {
    list-style: none;
    padding: 0 0 0 1rem;
    border-left: 1px solid #fff;
    margin-bottom: 0;
}

#gt-footer ul.social-media-links--platforms {
    border-left: none !important;
    padding: 0;
}

#address_text {
    list-style: none;
    padding: 0 0 0 1rem;
    border-left: 1px solid #fff;
}

#gt-footer li {
    margin: .25rem 0;
}

.social-media-links--platforms.horizontal li {
    display: inline-block;
    text-align: center;
    padding: .2em .35em;
}

.social-media-links--platforms .link-name {
    font-size: 0;
    width: 0;
    height: 0;
    text-decoration: none;
}

#gt-footer p,
#gt-footer a,
#gt-superfooter a,
#gt-superfooter p,
#address_text p,
#copyright p {
    font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: .8rem;
    border-bottom: none;
    line-height: 1.3;
    margin-bottom: .4rem;
}

#gt-footer a:link,
#gt-footer a:visited {
    color: #262626;
    display: block;
    border-bottom: 1px transparent dotted;
}

#gt-footer a:hover,
#gt-footer a:focus {
    color: #262626;
    text-decoration: underline;
}

.gt-footer-logo img {
    background-size: auto auto;
    border: 0;
    vertical-align: top;
    height: 34px;
    width: auto;
    margin-left: auto;
}

#gt-footer .fa {
    font-size: 1.25rem;
}

#gt-footer .copyright {
    font-size: .75rem;
    margin: .5rem 0;
}

#gt-footer h2,
#gt-footer .h2,
#gt-footer h3,
#gt-footer .h3 {
    color: #262626;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: .9rem !important;
    font-weight: 600;
    line-height: 1;
    margin: .2rem 0;
}

#gt-footer p {
    margin-top: .5rem;
}

/****************** LOGO BACKGROUND COLOR ACCESSIBILITY ******************/

#gt-logo-footer {
    background-color: #a4925a;
}

#gt-footer .btn.btn-primary.btn-sm.disabled {
    background: transparent;
    border: none;
    color: #000 !important;
    font-size: .9rem !important;
    font-weight: 600;
    padding: 0;
    text-align: left;
}

/****************** BREAKPOINTS ******************/

@media (max-width: 767.98px) {
    #gt-footer .footer-links {
        border-left: 0;
        padding-left: 0;
        padding-top: .5rem;
        border-top: 1px solid #fff;
    }

    .gt-footer-logo img {
        margin-left: 0;
    }

    #address_text {
        list-style: none;
        padding: 0 0 0 2rem;
        border-left: 1px solid transparent;
    }
}

/* SEARCH */

#search-container input {
    background-color: #fff;
    border: 1px solid #ccc;
}

#search-container input:focus {
    background-color: #262626;
    color: #fff;
}

/* Search Button */
#search-container .btn-primary {
    color: #262626;
    background-color: #fff;
    border-color: #fff;
}

#search-container .btn-primary:hover {
    color: #262626;
    background-color: #fff;
    border-color: #fff;
}

/* Search Block */
.search-block-form h2 {
    position: absolute;
    left: -9999px;
}

#search-block-form {
    width: 100%;
    display: flex;
}

#search-block-form .form-item {
    padding-bottom: 0;
}

#search-block-form .button.form-submit,
#search-block-form .form-submit {
    color: #262626;
    cursor: pointer;
    font-family: var(--font-roboto-condensed);
    font-size: .8rem;
    line-height: 1.6;
    border: 1px solid #b3a369;
    background: #b3a369;
    padding: 0.25rem;
    border-radius: 0 .25rem .25rem 0;
    height: 31px;
    width: 45px;
}

#search-block-form .button.form-submit:hover,
#search-block-form .form-submit:hover {
    color: #b3a369;
    background: #262626;
}

#search-block-form .button.form-submit:focus,
#search-block-form .form-submit:focus {
    color: #fff;
    background: #262626;
}

#search-block-form [type="search"] {
    border-radius: .25rem 0 0 .25rem;
    color: #3b3b3b;
    font-size: .85rem;
    height: inherit;
    padding: .25rem;
    width: auto;
}

/* Search Container and label */
#search-container {
    white-space: nowrap;
    z-index: 999;
    position: relative;
}

#search-container label {
    margin: 0 1.4rem 0 0;
}

#search-container label span {
    display: inline-block;
}

#search-container label,
#search-container label span {
    line-height: 1.2;
}

#search-container .search-box {
    padding: .25rem;
    background: #fff;
    border-radius: .25rem;
    position: absolute;
    right: 0;
    left: auto;
    width: auto;
    height: auto;
    margin: 0;
}

#search-container span {
    color: #857437;
    cursor: pointer;
    font-family: var(--font-roboto);
    font-size: .9rem;
    margin: 0;
    text-decoration: none;
    transition: color .2s ease;
    display: inline;
}

#search-container span:hover {
    color: #545454;
}

.fa-search:hover:before {
    color: #545454;
    transition: all .2s ease-in-out;
}

#search-container:hover span,
#search-container:hover .fa-search {
    transition: all .2s ease-in-out;
    color: #545454;
}

#search-container .fa-search {
    cursor: pointer;
    color: #b3a369 !important;
    display: inline-block;
    padding: .25rem;
    font-size: 1.0rem;
    line-height: 1.2;
    text-decoration: none;
}

/* Search Form */
.search-form {
    font-size: .9rem;
}

.search-form .form-item-keys label {
    display: block;
}

.search-form .form-search {
    float: left;
    /* LTR */
    margin-right: 5px;
    /* LTR */
    padding: .35rem;
}

[dir="rtl"] .search-form .form-search {
    float: right;
    margin-left: 5px;
    margin-right: 0;
}

/* Search Results */
.search-results {
    padding: 0;
    list-style-position: inside;
}

.search-results li {
    border-bottom: 1px solid #857437;
    padding-bottom: 0.4285em;
    margin-bottom: 0.5em;
}

.search-results li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 1em;
}

.search-result__title {
    font-weight: bold;
}

.search-result__snippet-info {
    padding-left: 0;
    /* LTR */
}

[dir="rtl"] .search-result__snippet-info {
    padding-right: 0;
}

#search-container .relative {
    position: relative;
}

#search-container .absolute {
    position: absolute;
    left: -155px;
    top: 50px;
}

#search-container .form-item,
#search-container .form-actions {
    margin-top: 0;
    margin-bottom: 1em;
}

/*********  RESPONSIVENESS ********/

@media (max-width: 990px) {
    #search-block-form [type="search"] {
        height: 32px;
    }

    #search-container input[type="checkbox"]:checked+div {
        width: auto;
    }

    #search-block-form .button.form-submit,
    #search-block-form .form-submit {
        float: none !important;
    }
}

@media (max-width: 769px) {

    .footer-first,
    .footer-second,
    .footer-third {
        border-right: transparent;
    }

    .hide {
        opacity: 1;
        max-height: 100%;
    }

    #search-container .btn {
        padding: 0 1.25rem !important;
    }

    .search-block-form [type="search"] {
        border-radius: 0;
    }

    .search-box>div {
        width: 100%;
    }

    #search-container {
        position: relative;
        top: 0;
        width: 100%;
        display: block;
        padding: 0 15px 15px;
    }

    #search-container .search-box {
        right: 0;
    }

    #search-container span,
    #search-container .fa-search,
    #search-container label,
    input#trigger,
    #search-container .checkbox-custom {
        visibility: hidden;
        height: 0;
        margin: 0;
        padding: 0;
        position: absolute;
    }

    #search-block-form {
        width: 100%;
        margin: 2rem 0 0 0;
    }

    #search-block-form [type="search"] {
        height: 40px;
        width: 100%;
    }

    #search-block-form .button.form-submit,
    #search-block-form .form-submit {
        float: unset;
    }

    #search-container .search-box {
        position: relative;
        z-index: 999;
        width: 100%;
        padding: .5rem 0;
    }

    .search-box .content.container-inline {
        width: 100%;
    }

    .search-box .content.container-inline .form-item {
        width: 100%;
    }

    #search-block-form .button.form-submit,
    #search-block-form .form-submit {
        height: 40px;
        width: 60px;
    }

    .hide.search-box {
        opacity: 1;
        clip-path: inset(0% 0% 0% 0%);
    }

    .search-box {
        display: flex;
        width: 100%;
    }

    #search-container .absolute {
        display: block;
        position: inherit;
        left: 0;
        top: 0;
    }

    #search-block-form [type="search"] {
        height: 40px;
        min-width: 250px;
    }
}

/* from scroll.css */

.is-hidden {
    display: none !important;
}

.scroll-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 99;
}

@media (min-width: 767.99px) and (max-width: 991px) {
    .scroll-top {
        position: fixed;
        right: 45px;
        bottom: 45px;
    }
}

@media (max-width: 767.98px) {
    .scroll-top {
        position: fixed;
        right: 30px;
        bottom: 30px;
    }
}

.scroll-btn {
    width: 50px;
    height: 50px;
    text-align: center;
    color: #ffffff;
    background: rgba(0, 48, 87, 0.5);
    border: 0px solid transparent;
    line-height: 24px;
    border-radius: 0.33rem;
    margin: 0;
    padding: 0;
}

.scroll-btn:focus,
.scroll-btn:hover {
    background: rgba(0, 48, 87, 1);
}

@media print {

    .scroll-top,
    .scroll-top * {
        display: none !important;
    }
}

/* from template.css */

body {
    font-size: .875rem;
}

/* Sidebar */

/* Navbar */

.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .navbar-toggler {
    top: .25rem;
    right: 1rem;
}

.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}

.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

/* from screen.css */

/* Whole page */
.bg-light {
    background-color: #efefef !important;
}

.hidden {
    display: none !important;
}

/* Buttons */
.btn {
    border-radius: 0;
}

.btn-primary {
    color: #ffffff !important;
    background-color: #004F9F;
    border-color: #004F9F;
}

.btn-primary:hover,
.btn-primary:focus {
    color: #ffffff !important;
    background-color: #1879DB;
    border-color: #1879DB;
}

.btn-secondary {
    color: #ffffff !important;
    background-color: #857437;
    border-color: #857437;
}

.btn-secondary:hover,
.btn-secondary:focus {
    color: #ffffff !important;
    background-color: #ac9a58;
    border-color: #ac9a58;
}

.btn-dark {
    color: #ffffff !important;
    background-color: #262626;
    border-color: #262626;
}

.btn-dark:hover,
.btn-dark:focus {
    color: #ffffff !important;
    background-color: #575757;
    border-color: #575757;
}

.btn-light {
    color: #004f9f !important;
    background-color: #efefef;
    border-color: #efefef;
}

.btn-light:hover,
.btn-light:focus {
    color: #1879db !important;
    background-color: #efefef;
    border-color: #efefef;
}

.btn-link {
    color: #004f9f !important;
    background-color: transparent !important;
    border-color: transparent !important;
}

.btn-link:hover,
.btn-link:focus {
    color: #1879db !important;
    background-color: transparent !important;
    border-color: transparent !important;
}

.btn-success {
    color: #ffffff !important;
    background-color: #377117;
    border-color: #377117;
}

.btn-success:hover,
.btn-success:focus {
    color: #ffffff !important;
    background-color: #4fa211;
    border-color: #4fa211;
}

.btn-danger {
    color: #ffffff !important;
    background-color: #AD4025;
    border-color: #AD4025;
}

.btn-danger:hover,
.btn-danger:focus {
    color: #ffffff !important;
    background-color: #d55738;
    border-color: #d55738;
}

.btn-warning {
    color: #262626 !important;
    background-color: #EAAA00;
    border-color: #EAAA00;
}

.btn-warning:hover,
.btn-warning:focus {
    color: #262626 !important;
    background-color: #F5D580;
    border-color: #F5D580;
}

.btn-info {
    color: #ffffff !important;
    background-color: #4B8B9B;
    border-color: #4B8B9B;
}

.btn-info:hover,
.btn-info:focus {
    color: #ffffff !important;
    background-color: #77afbd;
    border-color: #77afbd;
}

a.btn,
a.btn:visited,
a.btn:hover,
a.btn:focus {
    text-decoration: none !important;
}

/* Buttons, Outlined */
.btn-outline-primary {
    color: #004F9F !important;
    background-color: transparent !important;
    border-color: #004F9F !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
    color: #ffffff !important;
    background-color: #004F9F !important;
    border-color: #004F9F !important;
}

.btn-outline-secondary {
    color: #857437 !important;
    background-color: transparent !important;
    border-color: #857437 !important;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
    color: #ffffff !important;
    background-color: #ac9a58 !important;
    border-color: #ac9a58 !important;
}

.btn-outline-dark {
    color: #262626 !important;
    background-color: transparent;
    border-color: #262626;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus {
    color: #ffffff !important;
    background-color: #575757;
    border-color: #575757;
}

.btn-outline-light {
    color: #efefef !important;
    background-color: transparent;
    border-color: #efefef;
}

.btn-outline-light:hover,
.btn-outline-light:focus {
    color: #ffffff !important;
    background-color: #1879DB;
    border-color: #1879DB;
}

.btn-outline-link {
    color: #004f9f !important;
    background-color: transparent;
    border-color: #004f9f;
}

.btn-outline-link:hover,
.btn-outline-link:focus {
    color: #ffffff !important;
    background-color: #1879DB;
    border-color: #1879DB;
}

.btn-outline-success {
    color: #377117 !important;
    background-color: transparent;
    border-color: #377117;
}

.btn-outline-success:hover,
.btn-outline-success:focus {
    color: #ffffff !important;
    background-color: #4fa211;
    border-color: #4fa211;
}

.btn-outline-danger {
    color: #AD4025 !important;
    background-color: transparent;
    border-color: #AD4025;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus {
    color: #ffffff !important;
    background-color: #d55738;
    border-color: #d55738;
}

.btn-outline-warning {
    color: #EAAA00 !important;
    background-color: transparent;
    border-color: #EAAA00;
}

.btn-outline-warning:hover,
.btn-outline-warning:focus {
    color: #262626 !important;
    background-color: #F5D580;
    border-color: #F5D580;
}

.btn-outline-info {
    color: #4B8B9B !important;
    background-color: transparent;
    border-color: #4B8B9B;
}

.btn-outline-info:hover,
.btn-outline-info:focus {
    color: #ffffff !important;
    background-color: #77afbd;
    border-color: #77afbd;
}

/* Alerts */
.alert {
    border-radius: 0;
}

.alert-primary {
    color: #004F9F;
    background-color: #edf6ff;
    border-color: #daecff;
}

.alert-secondary {
    color: #262626;
    background-color: #efefef;
    border-color: #eaeaea;
}

.alert-success {
    color: #377117;
    background-color: #f3fbee;
    border-color: #e7f8dd;
}

.alert-danger {
    color: #AD4025;
    background-color: #fbedea;
    border-color: #f7e0da;
}

.alert-warning {
    color: #886300;
    background-color: #fff4d6;
    border-color: #ffefc3;
}

.alert-info {
    color: #4B8B9B;
    background-color: #eef5f7;
    border-color: #e1edf0;
}

.alert-light {
    color: #808080;
    background-color: #ffffff;
    border-color: #ffffff;
}

.alert-dark {
    color: #262626;
    background-color: #c8c8c8;
    border-color: #b9b9b9;
}

.alert-covid {
    color: #262626;
    background-color: #f95e10;
    border: 0px solid transparent;
    border-radius: 0px;
}

.alert-covid a {
    text-decoration: underline !important;
}

/* Badges */
.badge {
    border-radius: 0;
}

.badge-primary {
    color: #fff;
    background-color: #004F9F;
}

.badge-secondary {
    color: #262626;
    background-color: #efefef;
}

.badge-success {
    color: #fff;
    background-color: #377117;
}

.badge-danger {
    color: #fff;
    background-color: #AD4025;
}

.badge-warning {
    color: #886300;
    background-color: #fff4d6;
}

.badge-info {
    color: #fff;
    background-color: #4B8B9B;
}

.badge-light {
    color: #808080;
    background-color: #ffffff;
}

.badge-dark {
    color: #262626;
    background-color: #c8c8c8;
}

/* Wrapper */
.wrapper {
    overflow-x: hidden;
}

/* Primary Area */
.primary-area {
    margin-bottom: 0;
}

/* Title Area */
.title-area h1,
.title-area h2,
.title-area h3,
.title-area h4,
.title-area h5 {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #A4925A;
    line-height: 1.1;
}

.title-area.border-bottom,
.title-araa .border-bottom {
    border-bottom: 1px solid #808080 !important;
}

/* Breadcrumb */
.breadcrumb {
    border-radius: 0;
    background-color: #efefef;
    border-radius: 0;
    padding: .25rem 1rem;
}

.breadcrumb-item.active {
    color: #808080;
}

.breadcrumb ol li a,
.breadcrumb ol li a:visited {
    font-weight: 400;
    color: #004f9f;
    text-decoration: none;
}

.breadcrumb ol li a:hover,
.breadcrumb ol li a:focus {
    color: #1879db;
    text-decoration: underline;
}

/* Banner */
.banner {
    margin-bottom: 1rem;
    padding-right: 0;
    padding-left: 0;
}

.banner,
.banner p {
    color: #ffffff;
}

.banner p {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    ;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.banner .headline {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-weight: 700;
    font-size: 3rem;
    line-height: 3.3rem;
}

.banner .shaded {
    background: rgba(38, 38, 38, 0.5);
    margin: 1rem -2rem -1rem;
    padding: 1rem 2rem;
}

.banner .shadowed {
    color: #ffffff;
    text-shadow: .1rem .1rem .3rem #262626;
}

.banner .banner-image {
    background-color: #efefef;
    height: 400px;
    /* You must set a specified height */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 !important;
    margin: 0.25rem 0 0.5rem 0 !important;
}

/* Spotlight area */
.spotlight-area {
    color: #ffffff;
    background-color: #262626;
    padding: 2rem;
    margin-bottom: 2rem;
}

.spotlight-area .spotlight-header {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #b3a369;
    line-height: 1.1;
    margin: .75rem 0;
    padding: .25rem 0;
}

.spotlight-area,
.spotlight-area p {
    color: #ffffff;
}

.spotlight-area .figure-caption {
    color: #cccccc;
}

.spotlight-area aside {
    margin-bottom: 2rem;
}

/* Content area */
.content-area {
    margin-bottom: 2rem;
}

.content-area article {
    padding-bottom: 1rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid #c8c8c8;
}

.content-area h1,
.content-area h2,
.content-area h3,
.content-area h4,
.content-area h5 {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #b3a369;
    line-height: 1.1;
}

.content-area a,
.content-area a:visited {
    font-weight: 400;
    color: #004f9f;
    text-decoration: underline;
}

.content-area a:hover,
.content-area a:focus {
    color: #1879db;
    text-decoration: underline;
}

.content-area .page-subtitle,
.content-area .page-subtitle a {
    color: #b3a369;
    font-weight: 700;
    margin-bottom: 1.25rem;
    text-decoration: none;
}

.content-area .page-subtitle a:hover {
    color: #262626;
    text-decoration: underline;
}

.content-area .page-subtitle a::after {
    display: inline-block;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro";
    font-size: .85rem;
    font-weight: 400;
    content: "\f35d";
    padding-left: .65rem;
    color: #808080;
    vertical-align: super;
}

.content-area p {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #262626;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 1.25rem;
}

.content-area article.node ul li,
.content-area article.node ol li {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #262626;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.content-area .page-meta,
.content-area .page-meta p {
    color: #808080;
}

.content-area .border-bottom {
    border-bottom: 1px solid #808080 !important;
}

.content-area hr {
    border-top: 1px solid #c8c8c8 !important;
}

.content-area .card {
    border: 1px solid #c8c8c8 !important;
    border-radius: 0;
}

.content-area .card .card-header {
    font-weight: 700;
}

.content-area .card .card-header,
.content-area .card .card-footer {
    background-color: #efefef;
}

.content-area .card .card-body {
    padding: 1rem;
}

.content-area .card .card-body .card-title {
    margin-bottom: 1rem;
    color: #b3a369;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.1;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.content-area .table {
    color: #262626;
}

.content-area .table thead th {
    border-bottom: 1px solid #808080;
}

.content-area .table td {
    border-top: 1px solid #c8c8c8;
}

.content-area .table-bordered {
    border: 1px solid #c8c8c8;
}

.content-area .table-bordered th {
    border: 1px solid #c8c8c8;
}

.content-area .table-bordered thead th {
    border-bottom: 1px solid #808080;
}

.content-area .table-bordered td {
    border: 1px solid #c8c8c8;
}

.content-area .table-striped tbody tr:nth-of-type(odd) {
    background-color: #efefef;
}

.content-area .table-hover tbody tr:hover {
    background-color: #e3effc;
    cursor: pointer;
}

.content-area blockquote {
    padding: 2rem 2rem 2rem 3rem;
    border-left: 1px solid #c8c8c8;
}

.content-area blockquote p {
    font-family: Arial, Helvetica, sans-serif;
    color: #262626 !important;
    font-style: italic;
    font-size: 1.25rem !important;
    line-height: 2rem;
}

/* Search modal */
.search-modal .modal-content {
    border-radius: 0;
}

.search-modal .form-control {
    border-radius: 0;
}

/* Custom, per app */
.card-header {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
}

a.card-link {
    text-decoration: none;
}

a.card-link:hover,
a.card-link:focus {
    text-decoration: underline !important;
}

a.nav-link {
    text-decoration: none !important;
}

.nav-pills .nav-link {
    border-radius: 0;
}

.nav-pills a.nav-link:focus,
.nav-pills .nav-link:focus,
.nav-pills a.nav-link:hover,
.nav-pills .nav-link:hover {
    color: #004f9f;
    background-color: #d1dfee;
}

.nav-pills a.nav-link.active,
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #004f9f;
}

h2.tab-header {
    color: #262626;
    font-size: 16px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-weight: 400;
    padding-bottom: 15px;
}

h3.tab-subheader {
    color: #262626;
    font-size: 1.25rem;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight: 700;
}

h2.tab-header.tab-header-alt,
h3.tab-header.tab-header-alt {
    color: #262626;
    font-size: 1.25rem;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight: 400;
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 12px;
    margin-bottom: 24px;
}

.disabled:hover {
    cursor: not-allowed !important;
}

a.status-link,
a.status-link:visited {
    color: #262626;
    font-weight: 400;
}

a.status-link:hover,
a.status-link:focus {
    text-decoration: underline !important;
}

.found {
    background-color: #fffebf !important;
}

.pagination a {
    text-decoration: none !important;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #004f9f !important;
    border-color: #004f9f !important;
}

th a {
    text-decoration: none !important;
    font-weight: 700 !important;
}

.tab-content a {
    text-decoration: none !important;
}

.tab-content a:hover,
.tab-content a:focus {
    text-decoration: underline !important;
}

.tab-content a.btn:hover,
.tab-content a.btn:focus {
    text-decoration: none !important;
}

.content-area .card-bp a:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Duotone";
    content: "\f111";
    padding-right: 8px;
    font-size: 8px;
    line-height: 16px;
    vertical-align: top;
    padding-top: 4px;
}

.content-area .table.table-borderless td {
    border-top: 0px solid transparent !important;
}

hr.gold-gradient-bar {
    border: 0;
    height: .5rem;
    background: linear-gradient(to right, rgb(191, 179, 124) 0%, rgb(179, 163, 105) 100%);
}

.sidebar-inner {
    border-top: .5rem solid rgb(179, 163, 105);
    border-bottom: .5rem solid rgb(179, 163, 105);
    padding: 1rem;
}

.sidebar-menu {
    padding: 0;
}

.sidebar-menu ul {
    list-style: none;
    padding-inline-start: 0;
}

.sidebar-menu ul li {
    border-bottom: 1px solid rgb(214, 219, 212);
    padding: .25rem 0;
}

.sidebar-menu ul li a,
.sidebar-menu ul li a:visited {
    color: rgb(38, 38, 38);
    font-size: 1rem;
    text-decoration: none;
    font-weight: 500;
}

.sidebar-menu ul li a:hover,
.sidebar-menu ul li a:focus {
    color: #857437;
    text-decoration: underline !important;
}

.page-subtitle a {
    color: #003057 !important;
    text-decoration: none !important;
}

.page-subtitle a:hover {
    color: #00213C !important;
    text-decoration: underline !important;
}

/* from banner.css */

#gt-banner-fluid {
    display: block;
    height: 600px;
}

.hero-wrapper {
    height: 300px;
    background: #b3a369;
    background-image: url('/web/20250203122715im_/https://ro-blob.azureedge.net/ro-blob/public/themes/reg3thm/img/stripes-bg.svg');
    background-repeat: repeat;
    background-size: auto .9rem;
}

.hero-text {
    color: rgb(38, 38, 38);
    background-color: #b3a369;
    padding: 1rem;
}

.hero-text .banner-heading {
    color: rgb(38, 38, 38);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem;
}

.hero-text .banner-text {
    color: rgb(38, 38, 38);
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5rem;
}

.hero-pic {
    height: 300px;
}

#gt-banner-fixed {
    display: block;
    height: 600px;
}

.bpic-wrapper {
    height: 300px;
    background: rgb(38, 38, 38);
    background-image: url('/web/20250203122715im_/https://ro-blob.azureedge.net/ro-blob/public/themes/reg3thm/img/stripes-bg.svg');
    background-repeat: repeat;
    background-size: auto .9rem;
}

.bpic-text {
    color: #b3a369;
    background-color: rgb(38, 38, 38);
    padding: 1rem;
}

.bpic-text .banner-heading {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem;
}

.bpic-text .banner-text,
.bpic-text .banner-text p {
    color: #b3a369;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5rem;
}

.bpic-pic {
    background: rgb(38, 38, 38);
    height: 300px;
}

@media (min-width:576px) {
    #gt-banner-fluid {
        height: 700px;
    }

    .hero-wrapper {
        height: 350px;
    }

    .hero-text {
        padding: 1.5rem;
    }

    .hero-text .banner-heading {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .hero-pic {
        height: 350px;
    }

    #gt-banner-fixed {
        height: 700px;
    }

    .bpic-wrapper {
        height: 350px;
    }

    .bpic-text {
        padding: 1.5rem;
    }

    .bpic-text .banner-heading {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .bpic-pic {
        height: 350px;
    }
}

@media (min-width: 768px) {
    #gt-banner-fluid {
        height: 700px;
    }

    .hero-wrapper {
        height: 300px;
    }

    .hero-text {
        padding: 2rem;
    }

    .hero-text .banner-heading {
        font-size: 2.5rem;
        line-height: 3rem;
    }

    .hero-pic {
        height: 400px;
    }

    #gt-banner-fixed {
        height: 700px;
    }

    .bpic-wrapper {
        height: 300px;
    }

    .bpic-text {
        padding: 2rem;
    }

    .bpic-text .banner-heading {
        font-size: 2.5rem;
        line-height: 3rem;
    }

    .bpic-pic {
        height: 400px;
    }
}

@media (min-width: 992px) {
    #gt-banner-fluid {
        height: 625px;
    }

    .hero-wrapper {
        height: 625px;
    }

    .hero-text {
        padding: 3rem;
    }

    .hero-text .banner-heading {
        font-size: 3rem;
        line-height: 3.6rem;
    }

    .hero-text .banner-text {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }

    .hero-pic {
        height: 625px;
    }

    #gt-banner-fixed {
        height: 625px;
    }

    .bpic-wrapper {
        height: 625px;
    }

    .bpic-text {
        padding: 3rem;
    }

    .bpic-text .banner-heading {
        font-size: 3rem;
        line-height: 3.6rem;
    }

    .bpic-text .banner-text,
    .bpic-text .banner-text p {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }

    .bpic-pic {
        height: 625px;
    }
}

/* Tweaks */
#reg3-area article h2 a {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.1;
}

#reg3-area article h2 a,
#reg3-area article h2 a:visited {
    color: #004f9f;
    text-decoration: none;
}

#reg3-area article h2 a:hover,
#reg3-area article h2 a:focus {
    color: #1879db;
    text-decoration: underline;
}

#reg3-area .multi-node article {
    padding-bottom: 0;
    border-bottom: 0px solid transparent;
}

#reg3-area .content-inner {
    border-top: .5rem solid rgb(239, 239, 239);
    border-bottom: .5rem solid rgb(239, 239, 239);
    padding: 1rem 0;
}
