/* CSS to Mimic D8 Header/Footer */

/* Bootstrap Background Colors */

/* White */
.bg-primary {
    background: #fff;
}

/* Primary */
.bg-primary {
    background: #b3a369;
}

/* Secondary */
.bg-secondary {
    background: #d6dbd4;
}

/* Success */
.bg-success {
    background: #349e08;
}

/* Danger */
.bg-danger {
    background: #f95e10;
}

/* Warning */
.bg-warning {
    background: #ff0101;
}

/* Information */
.bg-info {
    background: #003057;
}

/* Light */
.bg-light {
    background: #f2f3f1;
}

/* Dark */
.bg-dark {
    background: #3b3b3b;
}

/**/

/* Views Background Table Colors */

.table-primary {
    background: #b3a369;
}

.table-secondary {
    background: #d6dbd4;
}

.table-success {
    background: #349e08;
}

.table-danger {
    background: #f95e10;
}

.table-warning {
    background: #ff0101;
}

.table-info {
    background: #003057;
}

.table-light {
    background: #f2f3f1;
}

.table-dark {
    background: #3b3b3b;
}

/* GT Background Colors  */

/* GT Gold */
.gt-gold,
.bg-gold {
    background: #b3a369;
}

/* GT Medium Light Gold */
.gt-mdlt-gold,
.bg-mdlt-gold {
    background: #ac9a58;
}

/* GT Dark Gold */
.gt-drk-gold,
.bg-dark-gold {
    background: #857437;
}

/**/

blockquote {
    border-left: 5px solid #b3a369;
}

h1, .h1, h2 .h2, h3, .h3 {
    font-family: 'Roboto Condensed', sans-serif;
}

input {
    background-color: #fff;
    border: 1px solid #ac9a58;
}

input[type="textfield"],
input[type="file"],
input.form-text,
input.form-file {
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 2px;
}

ul li.expanded {
    font-weight: 400;
    cursor: pointer;
}

/* default style links */
a,
a:link {
    color: #004f9f;
    font-style: inherit;
    font-weight: 600;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: #1879db;
    text-decoration: underline;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    transition: all 0.35s;
}

a.selected {
    color: #1879db;
    text-decoration: underline;
}

a:visited {
    color: #730053;
}

/* gold underline style links */
.content p a,
.content p a:link,
.content p a:active,
.content p a:visited,
.content li a,
.content li a:link,
.content li a:active,
.content li a:visited {
    color: inherit;
    display: inline;
    position: relative;
    transition: background .3s ease;
    font-weight: 600;
    line-height: 1;
    padding: .125rem .125rem 0 .125rem;
    text-indent: 0;
    box-sizing: border-box;
/*
    border: 0;
	border-bottom: .18rem solid #EEB211;
    text-decoration: none;
*/
}

.content p a:hover,
.content li a:hover {
    background-color: #EEB211;
    color: inherit;
    text-decoration: none;
    font-weight: 600;
}

.content p a:visited,
.content li a:visited {
    border-bottom: .18rem solid #545454;
}

/* remove underline from social media icons */
ul#social-media-links a {
    border: 0;
}

/* style image alt text for graceful degradation */
.content img,
.content a img,
.content a:link img,
.content a:hover img,
.content a:active img,
.content a:visited img {
    border: 0;
    font-weight: 400;
    font-style: italic;
    line-height: 1;
    font-size: .85rem;
}

.content a img,
.content a:link img,
.content a:hover img,
.content a:active img,
.content a:visited img {
    display:block;
}

/* multipurpose page styling */
body.node-type-multipurpose-page .articles {
    background-color: transparent;
}


/* ************************** */

/* ********** A ********* */

#action-items {
    background: transparent !important;
    border-left: 1px solid transparent !important;
    font-family: 'Roboto Condensed', sans-serif !important;
    line-height: 1;
    list-style: none;
    display: inline-flex;
}

.utility-navigation ul {
    margin: 0 !important;
}

#action-items a {
    color: #857437 !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: .9rem;
    font-weight: 500 !important;
    text-decoration: none !important;
    margin-right: .125rem;
    display: inline-block;
    padding: .15rem .5rem;
    line-height: 1;
    border: 0;
}

#action-items a:hover,
#action-items a:active {
    background-color: transparent !important;
    color: #262626 !important;
}

#action-items a::after {
    color: #857437 !important;
    content: ' ' !important;
    background-image: url(/sites/all/themes/gt/images/gt-gold-chevron.svg);
    background-size: contain !important;
    display: inline-block;
    height: .7rem !important;
    width: .7rem !important;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: relative;
    margin: auto;
    margin-left: .35rem;
    top: .05rem;
    bottom: 0;
    padding: .15rem 0;
}

/* fade chevron gold to black on hover to match action items */
#action-items a:hover::after {
    background-image: url(/sites/all/themes/gt/images/gt-black-chevron.svg);
    animation: fadeOutIn .4s;
}

@keyframes fadeOutIn { /* flame pulses */
    0%   { opacity:0.5; }
    100% { opacity:1; }
}

#action-items li {
    border-bottom: none;
    text-transform: inherit;
    margin-right: .25rem;
}

/* ********** B ********* */
.front #breadcrumb\ gt-breadcrumbs-title {
    display: none;
}

.breadcrumb-removed {
    display: none;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: #fff;
    border-radius: 0;
}

.breadcrumb ul {
    list-style: none;
}

.breadcrumb-links .container {
    padding-left: 0;
}

.breadcrumb-links .container-fluid {
    padding-left: 0 !important;
}

.breadcrumb-links .active {
    color: #857437;
}

.breadcrumb-links ul {
    padding-left: 0;
}

.breadcrumb-links ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.breadcrumb-links li {
    float: left;
}

.breadcrumb-links li a {
    border-bottom: none;
    display: inline-block;
    color: #3b3b3b;
    font-size: .85rem;
    font-weight: 400;
    padding: 0 .5rem;
    text-align: center;
}

.breadcrumb-links li a:hover {
    color: #857437;
    text-decoration: none;
}

.breadcrumb-links li a:after {
    content: ' ';
    background-image: url(/sites/all/themes/gt/images/gt-gold-chevron.svg);
    background-size: contain;
    height: .6rem;
    width: .6rem;
}

.breadcrumb-links li a:hover:after {
    background-image: url(/sites/all/themes/gt/images/gt-black-chevron.svg);
}

.breadcrumb-links li a:first-child {
    padding: 0 .5rem 0 .1rem;
}

.breadcrumb-links li:last-child a:after {
    content: "";
}

#bottom-header {
    background: #fff;
}

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

.block .block-title-wrapper h4,
.block.block-views .block-title-wrapper h4 {
    border-bottom: none;
}


/* ********** C ********* */

.container {
    max-width: 1200px;
}

.ctn-background {
    max-width: 180px;
}

.ctn {
    background: #ffffff;
    border-left: 6px solid #FFFFFF; /* for padding */
}

.ctn-angle {
    overflow: hidden;
    position: relative;
    width: 0;
    height: 0;
    border-bottom: 20px solid transparent; /* borders are .6 ratio for 60deg angle */
    border-right: 12px solid #ffffff; /* borders are .6 ratio for 60deg angle */
}

.ctn-background img {
    float: right;
    background-size: auto auto;
    border: 0;
    margin-right: 0;
    vertical-align: top;
    width: 200px;
}

/* ********** F ********* */

.fa-search {
    cursor: pointer;
}

.fa-search:hover:before {
    color: #262626 !important;
}

/* ********** G ********* */

.gt-logo-wrapper {
    height: 100px;
    width: 100%;
    overflow: hidden;
}

.gt-logo {
    background: #b3a369;
    width: 100%;
    height: 100%;
}

.gt-logo a {
    width: 100%;
}

.gt-logo img {
    border: 0;
    height: 100%;
}

.gt-logo-angle {
    overflow: hidden;
    position: relative;
    width: 0;
    height: 0;
    top: -1.25rem; /* must match angle-top-wrapper height */
    border-bottom: 120px solid #b3a369; /* borders are .6 ratio for 60deg angle */
    border-right: 72px solid transparent; /* borders are .6 ratio for 60deg angle */
}

#page-title h1 {
    padding: 0px;
    color: #a4925a;
}

#gt-utility a {
    color: #857437;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: .9rem;
    font-weight: 600;
    text-decoration: none;
}

#gt-utility a:hover {
    border-bottom: none;
    color: #262626;
    text-decoration: none;
}

#gt-utility a.nav-link:after {
    content: ' ';
    background-image: url(/sites/all/themes/gt/images/gt-gold-chevron.svg);
    background-size: contain;
    height: .7rem;
    width: .7rem;
}

#gt-utility a.nav-link:hover:after {
    background-image: url(/sites/all/themes/gt/images/gt-black-chevron.svg);
}

/* ********** H ********* */

.hide {
    opacity: 0;
    max-height: 0;
}

.hide.search-box {
    left: -140px;
    position: absolute;
}

/* ********** M ********* */

#middle-header {
    overflow: hidden;
}

.middle-background-wrapper {
    height: 100%;
    background: #b3a369;
}

.middle-background {
    overflow: hidden;
    background: -moz-linear-gradient(to right, #BFB37C 0%, #B3A369 100%);
    background: -webkit-linear-gradient(to right, #BFB37C 0%, #B3A369 100%);
    background: -o-linear-gradient(to right, #BFB37C 0%, #B3A369 100%);
    background: linear-gradient(to right, #BFB37C 0%, #B3A369 100%);
}

/* ********** S ********* */

.search-box {
    background: #fff;
    padding: 15px;
}

#search-block-form {
    z-index: 9999;
}

#search-block-form .button.form-submit,
#search-block-form .form-submit {
    background: #b3a369;
    color: #262626;
    cursor: pointer;
    float: inline-end;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: .85rem;
    padding: 0;
    border: 0;
}

#search-block-form [type="search"] {
    border-radius: .25rem 0 0 .25rem;
    height: 31px;
    float: left;
    padding: 5px;
    width: 145px;
}

#search-container {
    float: right;
    padding: 0;
    position: relative;
}

#search-container span {
    color: #857437 !important;
    cursor: pointer;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: .9rem;
    font-weight: 600;
    margin: 0 5px 0;
    text-decoration: none;
    letter-spacing: .2px;
}

#search-container span:hover {
    color: #262626 !important;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

#search-container .btn {
    border-radius: 0 .25rem .25rem 0;
    box-shadow: none !important;
    font-size: .7rem !important;
    line-height: 2.8 !important;
    padding: 0 .2rem !important;
}

#search-container input[type="checkbox"]:checked + div {
    box-shadow: 0 5px 8px rgba(0, 0, 0, .3);
    max-height: 99em;
    opacity: 1;
    height: auto;
    overflow: hidden;
    z-index: 9999;
}

#site-search-container {
    background-color: #fff;
    box-shadow: 0 5px 8px rgba(0, 0, 0, .3);
    max-height: 99em;
    opacity: 1;
    height: auto;
    overflow: hidden;
    z-index: 9999;
}

#site-search-container-switch {
    background: transparent !important;
    color: #857437 !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: .9rem;
    font-weight: 500 !important;
    letter-spacing: 0;
    text-decoration: none !important;
    text-transform: inherit !important;
    position: relative;
}

#site-search-container-switch:hover {
    color: #262626 !important;
}

#site-search-container-switch::before {
    display: none !important;
}

#site-search-container-switch::after {
    color: #857437 !important;
    content: '\f002' !important;
    display: inline-block;
    font-family: "FontAwesome";
    font-size: .9em !important;
    font-weight: 400 !important;
    line-height: 1;
    margin-left: .25rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#site-search-container-switch a:hover:after {
    background-image: url(/sites/all/themes/gt/images/gt-black-chevron.svg);
}

#site-search-container-switch:hover::after {
    color: #262626 !important;
}

.sticky.is-sticky .hide.search-box {
    left: -225px;
}

/* ********** Search Form ********** */

.search-form {
    font-size: .9rem;
}

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

.search-form .form-search {
    float: left;
    margin-right: 5px;
    padding: 4px;
}

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

#site-search-container-switch {
    padding: .15rem .5rem;
    background: transparent !important;
}

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

#street-address-info p {
    font-size: .85em;
}

/* ********** T ********* */

#trigger {
    position: absolute;
    left: -9999em;
}

.top-background-wrapper {
    overflow: hidden;
    background: linear-gradient(to right, #AC9A58 0%, #AC9A58 50%, white 50%, white 100%);
-moz-linear-gradient(left, #AC9A58 0 %, #AC9A58 50 %, white 50 %, white 100 %);
-webkit-linear-gradient(left, #AC9A58 0 %, #AC9A58 50 %, white 50 %, white 100 %);
}

.top-background {
    width: 100%;
    background: #ac9a58;
}

.top-background-angle {
    overflow: hidden;
    position: relative;
    width: 0;
    height: 0;
    border-bottom: 120px solid #ac9a58; /* borders are .6 ratio for 60deg angle */
    border-right: 72px solid transparent; /* borders are .6 ratio for 60deg angle */
}

#top-header {
    margin-top: .75rem;
    height: 1.25rem;
}

#top-header .container {
    height: 100%;
}

/* ********** U ********* */

#utility-navigation {
    margin: 0;
}

/* ********** FOOTER ********** */

#superfooter,
#superfooter-trigger {
    background-color: #262626;
    font-family: 'Roboto Condensed', sans-serif;
}

#social-media-wrapper {
    padding: 10px 10px 15px 40px;
}

.social-media-inner {
    display: flow-root;
    max-width: 1170px;
    margin: 0 auto;
}

/* GT Footer */

#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-black-wrapper {
    background: #262626;
    color: #fff;
}

#gt-footer p,
#gt-footer a,
#gt-superfooter a,
#gt-superfooter p,
#address_text p,
#copyright p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: .85rem;
    font-weight: 400;
    border-bottom: none;
}

.footer-fixed #gt-after-full-width-content-nopadding {
    -webkit-box-shadow: 0 8px 6px -6px #262626;
    -moz-box-shadow: 0 8px 6px -6px #262626;
    box-shadow: 0 8px 6px -6px #262626;
}

.footer-fixed #gt-after-full-width-content-nopadding,
.footer-fixed .main-container {
    background-color: #fff;
    border-bottom: 1px solid #b3a369;
    -webkit-box-shadow: 0 7px 6px -6px #ccc;
    -moz-box-shadow: 0 7px 6px -6px #ccc;
    box-shadow: 0 7px 6px -6px #ccc;
}


/* ********** GT Superfooter ********** */

#gt-before-footer html,
#gt-before-footer p {
    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 {
    border-bottom: none;
    color: #fff;
    display: block;
    text-decoration: none;
}

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

#gt-superfooter ul {
    border-left: 1px solid #545454;
    list-style: none;
    line-height: 1.5;
    padding: 0 0 0 1rem;
}

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

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

#gt-superfooter ul li ul li .is-active {
    border-bottom: none;
    border-top: none;
    display: block;
    font-weight: 400;
    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;
}

#address_text p,
#copyright p {
    color: #262626;
}

#copyright p {
    display: block;
    text-align: right;
    width: 100%;
}

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

p.login-link {
    border-left: 1px solid transparent !important;
}

.login-removed {
    display: none;
}

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

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

.footer-top-bar {
    background: #bfb37c;
    background: linear-gradient(to right, #bfb37c 0%, #b3a369 100%);
    background: -moz-linear-gradient(left, #bfb37c 0%, #b3a369 100%);
    background: -webkit-linear-gradient(left, #bfb37c 0%, #b3a369 100%);
    height: 1rem;
}

.footer-bottom-bar {
    background: #b3a369;
    background: linear-gradient(to right, #b3a369 0%, #bfb37c 100%);
    background: -moz-linear-gradient(left, #b3a369 0%, #bfb37c 100%);
    background: -webkit-linear-gradient(left, #b3a369 0%, #bfb37c 100%);
    height: 16rem;
}

#copyright p,
#copyright img {
    float: right !important;
    font-family: “Helvetica Neue”, “Helvetica”, “Arial”, sans-serif;
    font-size: .85rem;
    font-weight: 400;
}

#copyright img {
    background-size: auto auto;
    border: 0;
    vertical-align: top;
    width: 200px;
    margin: 0 0 .5rem;
}

.ctn-footer img {
    background-size: auto auto;
    border: 0;
    vertical-align: top;
    width: 200px;
}

.superfooter-resource-links .title {
    border-bottom: 1px dotted #b3a369;
    border-top: 1px dotted #b3a369;
    color: #b3a369;
    display: block;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.1;
    margin: .75rem 0 .25rem 0;
    padding: .25rem 0;
    position: relative;
    text-transform: uppercase;
}

.superfooter-resource-links ul.menu {
    display: block;
    font-size: .85rem;
    font-weight: 400;
    line-height: 1.0;
    margin: 0 0 12px 0;
    padding: 0;
}

.superfooter-resource-links ul.menu span.nolink {
    border-bottom: none;
    border-top: none;
    display: block;
    color: #b3a369;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.1;
    margin: .75rem 0 .25rem 0;
    padding: .25rem 0;
    text-transform: inherit;
}

/* Adding 5th column for map */
#street-address-info {
    width: 20%;
    margin: 10px 0 0;
}

.superfooter-resource-links {
    width: 20%;
}

/* remove blue background from tables */
th {
    background-color:transparent;
}

/* ********** END FOOTER ********** */

/* ********** MENU SYSTEM ********** */

#main-menu-wrapper a {
    display: block;
    padding: .15rem .5rem;
}

/* align all nav items vertically */
.main-nav nav li, #site-search-container-switch {
    line-height: 1.1rem;
}

.main-nav nav a,
.main-nav nav a:link,
.main-nav nav a:visited,
ul li.expanded .nolink {
    color: #262626;
    display: block;
    font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1;
}

.main-nav nav a,
ul li.expanded .nolink {
    border-bottom: none;
    text-decoration: none;
    padding: 0;
    line-height: 1;
}

/* first level nav */
.main-nav nav ul {
    padding-left: 0;
    list-style-type: none;
    margin: 0 auto;
}

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

/* hover background color to match dropdown hover effects */
.main-nav nav ul:first-child li:hover {
    border-bottom: none;
    text-decoration: none;
    color: #857437;
    background: rgba(212, 216, 210, .35);
}

/* remove blue outline from focus */
.main-nav nav ul:first-child li span:focus {
    outline: none !important;
}

/* style focus to match hover for accessibility */
.main-nav nav ul:first-child li:focus-within {
    background: rgba(212, 216, 210, .35);
}

/* remove pipe divider from last nav item */
.main-nav nav ul li:last-child {
    border-right: 2px solid transparent;
}

.main-nav nav ul li {
    border-right: 2px solid #b3a369;
    line-height: 1;
    display: inline-block;
    position: relative;
    letter-spacing: .5px;
    font-size: .9rem;
    color: #333333;
    margin: 0 auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: .15rem .5rem;
    float: left; /* must float to remove whitespace text objects */
}

.main-nav nav ul li .caret {
    padding: 0;
    margin: 0;
    position: relative;
    top: -2px;
}

.main-nav nav ul li ul {
    float: left;
}

/* second level nav */
.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-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, .2) !important;
    width: 100%;
}

.main-nav nav li:last-child {
    border-bottom: none !important;
}

.main-nav nav ul li ul li a:hover,
.main-nav nav ul li ul li ul li a:hover,
.main-nav nav ul li ul li ul li ul li a:hover {
    border-bottom: none;
    font-weight: 600;
}

.main-nav nav ul li.expanded ul li:hover {
    width: 100%;
}

.main-nav nav ul.dropdown-menu li.expanded ul li {
    border-bottom: 0 solid rgba(0, 0, 0, .2) !important;
}

.main-nav nav ul.dropdown-menu li a {
    font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    color: inherit;
    font-weight: 600;
    font-size: .9rem;
}

.main-nav nav ul.dropdown-menu li .caret {
    font-weight: 400;
    width: 0;
    height: 0;
}

.main-nav nav ul.dropdown-menu li {
    padding: 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.main-nav nav ul.dropdown-menu li {
    padding: .75rem;
}

.main-nav nav ul.dropdown-menu li.expanded:hover,
.main-nav nav ul.dropdown-menu li.leaf:hover,
.main-nav nav ul.dropdown-menu li.expanded:focus-within,
.main-nav nav ul.dropdown-menu li.leaf:focus-within {
    background: rgba(212, 216, 210, .35);
    color: #333333;
}

.main-nav nav ul.dropdown-menu li {
    color: #857437;
}

.main-nav nav ul.dropdown-menu li:focus,
.main-nav nav ul.dropdown-menu li:active,
.main-nav nav ul.dropdown-menu li a:hover,
.main-nav nav ul.dropdown-menu li a:focus,
.main-nav nav ul.dropdown-menu li a:active {
    color: #333333;
}

.main-nav nav ul.dropdown-menu li.expanded ul {
    padding: 0;
    padding-bottom: .75rem;
    margin: 0;
}

/* second level nav */
.main-nav nav ul.dropdown-menu li.expanded ul li  {
    display: flex;
    padding: .5rem;
    flex-direction: row;
    justify-content: center;
    vertical-align: middle;
    line-height: 1;
}

.main-nav nav ul.dropdown-menu li.expanded ul li a {
    font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: .8rem;
    font-weight: 400;
    color: #333333;
    width: 100%;
    vertical-align: middle;
    line-height: 1;
    padding: 0;
}

/* third level nav */
.main-nav nav ul.dropdown-menu li.expanded ul li a:hover,
.main-nav nav ul.dropdown-menu li.expanded ul li a:focus {
    color: #333333;
}
.main-nav nav ul.dropdown-menu li.expanded ul li:hover::before,
.main-nav nav ul.dropdown-menu li.expanded ul li:focus::before {
    color: #857437;
}

.main-nav nav ul.dropdown-menu li.expanded ul li::before {
    color: #545454;
    font-family: "FontAwesome";
    font-size: .8rem;
    content: '\25FC' " ";
    margin-right: .35rem;
    vertical-align: middle;
    position: relative;
    bottom: .125rem;
    line-height: 1;
}

.main-nav nav ul.dropdown-menu li.expanded ul li:hover {
    border-bottom: 0 solid rgba(0, 0, 0, .2) !important;
    width: 100%;
}

/**/
.main-nav nav .dropdown-menu {
    padding: .25rem;
    border-bottom: 4px solid #b3a369 !important;
    box-shadow: 0 5px 8px rgba(0, 0, 0, .3);
    min-width: 14rem;
}

.main-nav nav ul.dropdown-menu {
    border: none;
    left: -.5rem;
    top: 1.4rem;
}

.main-nav nav .dropdown > .dropdown-toggle:active {
    pointer-events: none;
}

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

.main-nav nav .dropdown .caret::before {
    color: #ac9a58;
    font-family: "FontAwesome";
    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;
}

.main-nav nav ul.dropdown-menu li .caret::before {
    color: transparent !important;
}
.navbar {
    padding: 0 1rem;
}

.navbar-toggler {
    border: none;
    background: transparent !important;
    padding: .75rem 0 .5rem;
}

.navbar-toggler:focus {
    background: transparent !important;
}

.navbar-toggler .icon-bar {
    background-color: #fff;
    display: block;
    width: 50px;
    height: 3px;
    margin: 0 0 .5rem;
    transform: rotate(0deg) translate(0px, 0px);
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar {
    display: block;
    width: 34px;
    height: 4px;
    margin: 0;
    background-color: #262626;
}

.navbar-toggler .icon-bar.bottom-bar {
    margin: 0 0 .1rem;
}

.navbar-toggler .icon-bar + .icon-bar {
    margin-top: 4px;
}

.navbar-toggler:not(.collapsed) .icon-bar {
    margin: 4px 0 0 10px;
}

.navbar-toggler:not(.collapsed) .icon-bar + .icon-bar {
    margin: 6.5px 0 0 12px;
}

.navbar-toggler .icon-text {
    color: #262626;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1rem;
    font-weight: 600;
}

.navbar-toggler .icon-text:before {
    content: "MENU";
    color: #262626;
    margin-left: 0;
}

.navbar-toggler:not(.collapsed) .icon-text:before {
    content: "CLOSE";
    top: -.1rem;
    position: relative;
}

.icon-bar:nth-child(2) {
    width: 50px;
    transition: ease all .2s;
}

.navbar-toggler:hover > .icon-bar:nth-child(2) {
    width: 25px;
    transition: ease all .2s;
}

.navbar-toggler:active > .icon-bar:nth-child(2) {
    width: 25px;
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
    opacity: 0;
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
    transform: rotate(-45deg) translate(8px, -12px);
    transition: ease all .2s;
}

.navbar-toggler:not(:disabled):not(.disabled) {
    border: none;
    float: right !important;
    margin: .25rem .25rem 0;
}

.nav-collapse.collapse {
    display: block !important;
}

.navbar-collapse.collapse.in {
    display: block !important;
}

/* Menu Tweaks */
.menu .expanded li:hover ul {
    display: block;
}

.dropdown-menu .dropdown-menu {
    display: block;
    position: relative;
}

.main-nav nav ul.dropdown-menu .dropdown-menu {
    background: transparent;
    left: 0;
    top: 0;
}

.main-nav nav .dropdown-menu .dropdown-menu {
    border-bottom: none !important;
    box-shadow: none;
}

.main-nav nav li ul li,
.main-nav nav li ul li ul li,
.main-nav nav li ul li ul li ul li {
    background: transparent;
}

.main-nav nav ul.dropdown-menu .dropdown-menu {
    background: rgba(0, 0, 0, 0.0);
    margin: 0;
}

.dropdown-menu {
    border-radius: 0;
}

.main-nav nav .dropdown.show .caret::before {
    font-family: "FontAwesome";
    content: '\f077';
}


.main-nav nav ul.dropdown-menu .dropdown-menu a:before {
    content: ' ';
}
/* /Menu Tweaks */

/* ********** END MENU ********** */

/* Social Media */
.social-media-wrapper {
    background: red;
}
/* ********** Replace Buzzgold w/h Dookie Gold ********** */

#main .block.related-info-block .block-title-wrapper,
#main .block.block-title-bg-gt-gold .block-title-wrapper,
#main .nodeblock-gt-ct-super-block.block-title-bg-gt-gold .super-block__title,
#main .nodeblock-gt-ct-super-block.related-info-block .super-block__title {
    font-weight: 600;
    color: #333333;
    background-color: #b3a369;
    min-width: 200px;
}

.super-block__title h4,
.super-block__title h4 a,
.super-block__title h4:link,
.sb-skin-blue .super-block__title a,
.sb-skin-blue .super-block__title a:link,
.sb-skin-gold .super-block__title a,
.sb-skin-gold .super-block__title a:link,
.block-title-bg-gt-blue .super-block__title a,
.block-title-bg-gt-blue .super-block__title a:link {
    background-color: transparent;
}

.super-block__title,
.sb-skin-blue .super-block__title,
.sb-skin-gold .super-block__title {
    padding: .9rem;
}

.sb-skin-gold .super-block__title {
    background-color: #b3a369;
    color: #333333;
}

.sb-skin-blue .super-block__title {
    background-color: #003057;
    color: #ffffff;
}

/* change blue blocks to gold */
.nodeblock-gt-ct-super-block.block-title-bg-gt-blue .super-block__title {
    background-color: #b3a369;
    color: #333333;
}

/* titles and links black */
.super-block__title a:link,
.super-block__title a:visited,
.super-block__title a:hover,
.super-block__title a:active,
.nodeblock-gt-ct-super-block.block-title-bg-gt-blue .super-block__title a,
.nodeblock-gt-ct-super-block.block-title-bg-gt-blue .super-block__title a:link,
.nodeblock-gt-ct-super-block.block-title-bg-gt-blue .super-block__title a:visited,
.nodeblock-gt-ct-super-block.block-title-bg-gt-blue .super-block__title a:hover,
.nodeblock-gt-ct-super-block.block-title-bg-gt-blue .super-block__title a:active,
.nodeblock-gt-ct-super-block.block-title-bg-gt-gold .super-block__title a:link,
.nodeblock-gt-ct-super-block.block-title-bg-gt-gold .super-block__title a:visited,
.nodeblock-gt-ct-super-block.block-title-bg-gt-gold .super-block__title a:hover,
.nodeblock-gt-ct-super-block.block-title-bg-gt-gold .super-block__title a:active,
.sb-skin-blue .super-block__image .super-block__jump-link a,
.sb-skin-blue .super-block__image .super-block__jump-link a:link,
.sb-skin-blue .super-block__image .super-block__jump-link a:visited {
    color: #333333;
}

/* jump links gold background */
.sb-skin-blue .super-block__image .super-block__jump-link a {
    background-color: #b3a369;
}


/****************************************************************************/


/**/
/* -------------- */
/**/

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

@media (max-width: 1250px) {

    /* ********** B ********* */
    #block-system-main {
        padding: 0 30px;
    }

    /* ********** G ********* */
    #gt-page-title,
    #gt-breadcrumbs-title {
        padding: 0 30px;
    }

    /* ********** M ********* */
    .main-nav nav ul {
        padding-left: .7rem;
    }
}

/* end `1215px */
@media (max-width: 1198px) {
    /* ********** C ********* */
    .ctn {
        padding-right: 15px;
    }

    .ctn-background img {
        margin: 0;
    }

    /* ********** G ********* */
    .gt-logo img {
        width: 170px;

    }

    /* ********** M ********* */
    .main-container.fixed-top {
        position: relative;
        padding-top: 11rem;
    }

    /* ********** T ********* */
    .top-background {
        margin: 0;
    }

    /**/
}

@media (max-width: 990px) {
    /* ********** A ********* */


    /* ********** B ********* */
    #block-system-main {
        padding: 0 28px;
    }

    /* ********** C ********* */
    #copyright p {
        width: 100%
    }

    #copyright p,
    #copyright img {
        float: left;
        text-align: left;
    }

    /* ********** F ********* */
    .footer-bottom-bar {
        height: auto;
    }

    .fixed-top {
        position: relative;
    }

    /* ********** G ********* */
    #gt-header .container {
        padding-right: 0;
    }

    .gt-logo img {
        width: 170px;
    }

    #gt-page-title {
        padding: 0 30px;
    }

    #gt-breadcrumbs-title {
        padding: 0 29px;
    }

    #gt-logo-footer {
        margin: 0 0 0 1rem;
        text-align: left;
    }

    /* ********** H ********* */
    header a,
    header a:link,
    header a:visited {
        font-weight: 400;
    }

    .hide.search-box {
        left: -100px;
    }

    /* ********** M ********* */
    .main-nav nav li:last-child {
        border-right: 2px solid transparent;
        margin: 0;
    }

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

    .middle-background {
        /*      background: transparent; */
    }

    .middle-background-wrapper {
        /*       background: #bfb37c; */
    }

    .mr-auto,
    .mx-auto {
        margin-right: 0 !important;
    }

    /* ********** P ********* */
    #page-navigation {
        width: 100%;
    }

    #page-navigation .mr-auto,
    #page-navigation .mx-auto {
        margin-right: 0;
    }

    /* ********** S ********* */
    .search-box {
        padding: 0 0 0 15px;
    }

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

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

    #search-block-form [type="search"] {
        height: 32px;
    }

    #search-local input {
        width: 100%;
        min-height: 2.5rem;
    }

    #site-search-container {
        background-color: #fff;
        box-shadow: none;
        border-radius: 0;
        max-height: 99em;
        opacity: 1;
        height: auto;
        overflow: hidden;
        z-index: 9999;
        width: 100%;
    }

    .site-slogan {
        font-size: .95rem;
    }

    .site-name,
    .site-name.two-line,
    .site-name a:link,
    .site-name a:visited,
    .site-name a:hover,
    .site-name a:active {
        font-size: 1.7rem;
    }

    .site-title-multiple {
        margin: 0;
        margin-left: 15px;
        margin-right: 15px;
    }

    /* ********** T ********* */
    #top-header {
        margin-top: 0;
        height: .625rem;
    }

    .top-background-angle {
        top: -.625rem;
    }

    /* ********** U ********* */
    #utility-navigation {
        padding: 0;

    }

    #street-address-info {
        width: 50%;
    }

    .superfooter-resource-links {
        width: 50%;
    }

    /**/
}

/* end 990px */

/* md breakpoint boostrap 4 */
@media (max-width: 767px) {

    #gt-header .container {
        padding: 0;
    }

    .gt-logo {
        padding-left: 15px;
    }

    .gt-logo-wrapper {
        height: 80px;
    }

    .middle-header {
        background: #ffffff;
        margin: 0;
        padding-top: 10px;
    }

    .middle-header:after {
        content: ' ';
        position: relative;
        display: block;
        height: 10px;
        margin-left: 15px;
        margin-right: 15px;
        border-bottom: 1px solid #b3a369;
    }
    #search-container {
        padding: .75rem;
        position: relative;
    }

    #site-search-container {
        padding-top: 0;
    }

    #site-search-container-switch {
        font-size: 1.1rem;
        padding: 0;
        margin: 0;
    }

    .site-slogan {
        color: #857437;
    }

    /* ********** A ********* */
    #action-items {
        background-color: transparent;
        border-top: none;
        padding: .75rem;
    }
    #action-items  li {
        display: inline-block;
        padding: 0;
    }

    #action-items a {
        display: inline-block;
        padding: 0;
        font-size: 1.1rem;
    }

    #action-items a::after {
        margin-left: 0;
        top: 1px;
    }

    /* ********** B ********* */
    #bottom-header .container {
        padding-left: 15px;
        padding-right: 15px;
        top: 0;
    }

    /* ********** M ********* */
    .main-container {
        margin-top: .5rem;
    }

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

    .main-nav nav a:hover {
        border-bottom: 0;
    }

    .main-nav nav li {
        border-right: none;
        border-bottom: 1px solid #ccc;
        width: 100%;
    }

    .main-nav nav li:hover {
        border-bottom: 1px solid #b3a369;
    }

    .main-nav nav li:last-child {
        border-right: 2px solid transparent;
        margin: 0 0 1rem 0;
    }

    .main-nav nav ul {
        padding-left: 0;
    }

    .main-nav nav .dropdown:hover > .dropdown-menu {
        position: relative;
    }

    .main-nav nav ul.dropdown-menu {
        left: 0;
        top: 0;
        width: 100% !important;
    }

    .main-nav nav .dropdown-menu {
        padding: 0;
        border-bottom: none !important;
        box-shadow: none !important;
    }

    .main-nav nav .dropdown .caret::before {
        margin: 10px 0 0;
    }

    #bottom-header #Navbar{
        background: #fff;
        position: absolute;
        z-index: 999;
        box-shadow: 0 8px 8px rgba(0, 0, 0, .3);
    }

    .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 li ul {
        background: transparent;
    }

    .main-nav nav ul li,
    .main-nav nav ul li a,
    .main-nav nav ul li a:link,
    .main-nav nav ul li a:visited,
    .main-nav nav ul li.expanded .nolink {
        font-size: 1.1rem;
        font-weight: 400;
    }
    .main-nav nav ul li ul a,
    .main-nav nav ul li ul a:link,
    .main-nav nav ul li ul a:visited,
    .main-nav nav ul li ul li.expanded .nolink {
        font-size: .95rem;
    }

    .main-nav nav ul li,
    .main-nav nav ul li a,
    .main-nav nav ul li.expanded .nolink {
        margin: 0;
        padding: 0;
    }

    /* first level nav */
    .main-nav nav ul li {
        padding: .75rem;
    }

    .main-nav nav ul li span {
        padding: 0;
        margin: .5rem;
    }


    /* second level nav */
    .main-nav nav ul li ul.dropdown-menu {
        padding: 0;
        margin: 0;
        margin-top: .5rem;
    }

    .main-nav nav ul li ul.dropdown-menu li {

    }
    .main-nav nav ul li ul.dropdown-menu li a {
        font-weight: 600;
    }
    .main-nav nav ul li ul.dropdown-menu li.last.leaf {
        margin-bottom: 0;
    }

    /* third level nav */
    .main-nav nav ul.dropdown-menu li.expanded ul {
        padding: 0;
        margin: .5rem 0 0 0;
        width: 100%;
    }
    .main-nav nav ul li ul.dropdown-menu li ul li {
        padding: .5rem;
        width: 100%;
    }
    .main-nav nav ul li ul.dropdown-menu li ul li.last.leaf {
        margin-bottom: 0;
    }

    /**/
}

/* end 767px */

@media (max-width: 767px) {
    /* ********** A ********* */
    #action-items {
        background-color: transparent;
        border-top: none;
    }

    #action-items a {
        display: block;
        padding: 0;
    }

    #action-items a::after {
        position: relative;
        right: 0;
        top: 1px;
    }

    /* ********** B ********* */
    #bottom-header .container {
        padding-left: 15px;
        top: 0;
    }

    /* ********** C ********* */
    .ctn-background {
        height: .8rem;
    }

    .ctn-background img {
        width: 120px;
    }

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

    .fixed-top {
        position: relative;
    }

    /* ********** G ********* */
    #gt-header h1 {
        margin: .5rem 0 0;
    }

    #gt-header h2 {
        margin: .5rem 0 .25rem 0;
    }

    #gt-header h3 {
        margin: .25rem 0 .25rem 0;
    }

    .gt-logo img {
        padding: 0;
        margin: 0;
    }

    .gt-logo-wrapper {
        height: 70px;
    }

    #gt-utility a {
        color: #b3a369;
        border-bottom: none;
        text-transform: uppercase;
    }

    #gt-utility a:hover {
        color: #262626;
    }

    #gt-utility a::after {
        content: ' ';
        background-image: url(/sites/all/themes/gt/images/gt-gold-chevron.svg);
        background-size: contain;
        height: .6rem;
        width: .6rem;
    }

    /* ********** H ********* */
    header a,
    header a:link,
    header a:visited {
        border-bottom: none;
        margin: .5rem 0;
    }

    header a:hover {
        border-bottom: none;
    }

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

    .hide.search-box {
        left: 0;
        position: relative;
    }

    /* ********** M ********* */
    .main-container {
        margin-top: .5rem;
    }

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

    .main-nav nav a:hover {
        border-bottom: 0;
    }

    .main-nav nav li {
        border-right: none;
        border-bottom: 1px solid #ccc;
        width: 100%;
    }

    .main-nav nav li:hover {
        border-bottom: 1px solid #b3a369;
    }

    .main-nav nav li:last-child {
        border-right: 2px solid transparent;
        margin: 0;
    }

    .main-nav nav ul {
        padding-left: 0;
    }

    .main-nav nav .dropdown:hover > .dropdown-menu {
        position: relative;
    }

    .main-nav nav ul.dropdown-menu {
        left: 0;
        top: 0;
        width: 100% !important;
    }

    .main-nav nav .dropdown-menu {
        padding: 0;
        border-bottom: none !important;
        box-shadow: none !important;
    }

    .main-nav nav .dropdown .caret::before {
        margin: 10px 0 0;
    }

    /* ********** N ********* */
    .navbar-collapse {
        background: #fff;
        border-bottom: 4px solid #b3a369;
        min-width: 100%;
        z-index: 9999;
    }

    .navbar-toggler:not(:disabled):not(.disabled) {
        border: none;
        float: right !important;
        margin: 0;
    }

    /* ********** S ********* */
    #search-container {
        position: relative;
        top: 0;
        width: 100%;
        display: block;
    }

    #search-container .btn {
        height: 40px;
        margin: 0 0 3px;
    }

    #search-container .fa-search {
        left: -9999px;
        position: absolute;
    }

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

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

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

    #search-container span {
        position: absolute;
        left: -9999px;
    }

    .stripes {
        width: 100%;
        height: 12px;
        max-width: 100%;
        margin-left: 0;
    }

    #street-address-info {
        width: 100%;
    }

    .superfooter-resource-links {
        width: 100%;
    }

    /* ********** T ********* */
    .top-background-wrapper {
        height: .8rem;
    }

    .top-background-wrapper .container {
        max-width: 100%;
        padding: 0;
    }

    /* ********** U ********* */

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

    ul li.expanded .nolink {
        padding: 10px 0;
    }

    ul li.expanded .nolink:hover {
        border-bottom: none;
    }

    /**/
}

/* end 498px */

/* NEW GT HEADER */
/* NEW GT HEADER */
/* NEW GT HEADER */
/* NEW GT HEADER */
/* NEW GT HEADER */
/* NEW GT HEADER */

#gt-header {
    width: 100%;
}

#brandhead {
    z-index: 499;
}

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

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

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

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

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

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

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

.site-slogan {
    color: #333;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.15rem;
    font-weight: 100;
    line-height: 1;
    letter-spacing: .035rem;
    text-transform: uppercase;
    margin: .4rem 0;
}

.site-name {
    color: #333;
    font-family: 'Abel', sans-serif;
    font-size: 2.4rem;
    font-weight: 100;
    line-height: 1;
    margin: .4rem 0;
}

.site-name a:hover {
    text-decoration: none;
}

.site-slogan a:hover {
    text-decoration: none;
}


.site-title-multiple h2 {
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.site-name a:link,
.site-name a:visited,
.site-name a:hover,
.site-name a:active {
  color: #333;
  font-family: 'Abel', sans-serif;
  font-size: 2.4rem;
  font-weight: 100;
  line-height: 1;
}

\*/
/****************** 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;
}

header {
    background: #fff;
}

header a,
header a:link,
header a:visited {
    color: #003057;
}


header a:hover {
}
/***************************** NAV MENU RESPONSIVENESS BEGINS *****************************/

#mobile-menu-wrapper {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    padding: 1rem;
}

.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: 700;
    font-style: normal;
    text-align: center;
    margin: 0;
    vertical-align: top;
    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 {
        z-index: 999;
        position: absolute;
        width: 100%;
        height: auto;
        background: white;
        margin-top: 5rem;
        top: -100%;
        transition: top 0.6s ease-in-out;
        box-shadow: 0 5px 8px rgba(0, 0, 0, .3);
        border-bottom: 4px solid #b3a369;
    }

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

    .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;
        font-weight: 600;
        line-height: 1.2;
        font-size: 0.9rem;
        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%;
    }
}


/***************************** OLD HEADER NAV *****************************/


/* Bottom Header */
#bottom-header {
    background: #ffffff;
    position: relative;
    z-index: 500;
}

#utility-navigation {
    margin: 0;
}

#page-navigation {
    padding: 0;
}

.nav-logo {
    left: -9999px;
    position: relative;
    width: 0;
}

.gt-sticky-menu img:first-child {
    margin-bottom: 0 !important;
}


/* Responsive */

@media (max-width: 1199.98px) {
    .main-container.fixed-top {
        position: relative;
        padding-top: 11rem;
    }
}

@media (max-width: 991.98px) {
    .fixed-top {
        position: relative;
    }

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

    .navbar-nav {
        width: 100%;
    }

    #page-navigation {
        width: 100%;
    }

    #page-navigation .mr-auto,
    #page-navigation .mx-auto {
        margin-right: 0 !important;
    }

    #utility-navigation {
        padding: 0;
        margin: 0.5rem 15px 0 0;
    }

}

/* end 990px */
@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%;
    }

    .fixed-top {
        position: relative;
    }

    .gt-sticky-menu {
        display: none;
    }

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

    .navbar-collapse {
        background: #ffffff;
        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 */
