﻿:root {
    --gt-black: #262626;
    --gt-white: #ffffff;
    --gt-buzz-gold: #eeb211;
    --gt-gold: #b3a369;
    --gt-tech-gold: #b3a369;
    --gt-gold-grad-1: #bfb37c;
    --gt-tech-light-gold: #bfb37c;
    --gt-mdlt-gold: #ac9a58;
    --gt-md-gold: #a4925a;
    --gt-tech-medium-gold: #a4925a;
    --gt-drk-gold: #857437;
    --gt-tech-dark-gold: #857437;
    --gt-navy: #003057;
    --gt-blue: #004f9f;
    --gt-link-blue: #004f9f;
    --gt-blue-visited: #1879db;
    --gt-blue-hover: #1879db;
    --gt-link-hover-blue: #1879db;
    --gt-text-black: #262626;
    --gt-warm-gray: #d6dbd4;
    --gt-warm-grey: #d6dbd4;
    --gt-warm-gray-medium: #e5e7e4;
    --gt-warm-grey-medium: #e5e7e4;
    --gt-superlight-gray: #f2f2f2;
    --gt-superlight-grey: #f2f2f2;
    --gt-light-gray: #ccc;
    --gt-light-grey: #ccc;
    --gt-warm-gray-light: #f2f3f1;
    --gt-warm-grey-light: #f2f3f1;
    --gt-md-grey: #545454;
    --gt-medium-gray-light: #545454;
    --gt-medium-grey-light: #545454;
    --gt-mddk-grey: #8a8a8a;
    --gt-dark-gray: #3b3b3b;
    --gt-dark-grey: #3b3b3b;
    --gt-drk-grey: #3b3b3b;
    --gt-pimile-light: #f2f3f1;
    --gt-horizon: #f95e10;
    --gt-gold-grad: linear-gradient(to right,#bfb37c 0%,#b3a369 100%);
    -moz-linear-gradient(left,#BFB37C 0 %,#B3A369 100 %);
    -webkit-linear-gradient(left,#BFB37C 0 %,#B3A369 100 %);
    --gt-gold-grad-rev: linear-gradient(to right,#b3a369 0%,#bfb37c 100%);
    -moz-linear-gradient(left,#B3A369 0 %,#BFB37C 100 %);
    -webkit-linear-gradient(left,#B3A369 0 %,#BFB37C 100 %);
    --gt-gold-drk-half: 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 %);
    --gt-gold-grad-shine: linear-gradient(60deg,#b3a369 0%,#bfb37c 40%,#bfb37c 60%,#b3a369 100%);
    -moz-linear-gradient(60 deg,#b3a369 0 %,#bfb37c 40 %,#bfb37c 60 %,#b3a369 100 %);
    -webkit-linear-gradient(60 deg,#b3a369 0 %,#bfb37c 40 %,#bfb37c 60 %,#b3a369 100 %);
    --gt-primary-gold: #b3a369;
    --gt-secondary: #d6dbd4;
    --gt-success: #349e08;
    --gt-danger: #f95e10;
    --gt-warning: #ff0101;
    --gt-info: #003057;
    --gt-light: #f2f3f1;
    --gt-dark: #3b3b3b;
}

:root {
    --font-roboto: "Roboto","Helvetica Neue","Helvetica","Arial",sans-serif;
    --font-roboto-condensed: 'Roboto Condensed',sans-serif;
    --font-roboto-slab: "Roboto Slab","Helvetica Neue","Helvetica","Arial",sans-serif;
    --font-abel: 'Abel',sans-serif;
}

#gt-footer p, #gt-footer a, #gt-superfooter a, #gt-superfooter p, #address_text p, #copyright p {
    font-family: var(--font-roboto);
    font-size: .8rem;
    font-weight: 500;
    border-bottom: none;
    line-height: 1.3;
    margin-bottom: .4rem;
}

footer ul {
    list-style: none;
    padding: 0;
    margin-bottom: .5rem;
}

#copyright p {
    display: block;
    text-align: right;
    width: 100%;
}

#copyright p {
    margin-bottom: 0;
}

#gt-footer ul {
    list-style: none;
    padding: 0 0 0 1rem;
    font-weight: 400;
    border-left: 1px solid var(--gt-white);
}

#address_text p {
    padding: .25rem 0;
}

#address_text {
    border-left: 1px solid var(--gt-white);
    padding: 0 0 0 1rem;
}

    #address_text p, #copyright p {
        color: var(--gt-black);
    }

    #address_text h4, #address_text h5 {
        color: var(--gt-black);
        font-size: .9rem;
        margin-bottom: 0;
    }

    #address_text p {
        line-height: 1.2;
        margin: .3rem 0 0;
    }

    #address_text h4 {
        line-height: 1;
    }

    #address_text h5 {
        line-height: 1;
    }

#gt-footer a:link, #gt-footer a:visited {
    color: var(--gt-black);
    display: block;
    border-bottom: 1px transparent dotted;
}

#gt-footer a:hover, #gt-footer a:focus {
    color: var(--gt-black);
    text-decoration: underline;
}

.footer-top-bar {
    background: var(--gt-gold-grad);
    height: 1rem;
}

.footer-bottom-bar {
    background: var(--gt-tech-medium-gold);
    height: inherit;
    position: relative;
}

    .footer-bottom-bar .row.footer-content {
        position: relative;
        z-index: 2;
    }

    .footer-bottom-bar .row.footer-bg-row {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        margin: 0;
        z-index: 1;
    }

#gt-logo-footer {
    background: var(--gt-tech-medium-gold);
}

#copyright p, #copyright img {
    float: right !important;
    font-family: “Helvetica Neue”,“Helvetica”,“Arial”,sans-serif;
    font-size: .75rem;
    font-weight: 400;
}

#copyright img {
    background-size: auto auto;
    border: 0;
    vertical-align: top;
    width: 140px;
}

.ctn-footer img {
    background-size: auto auto;
    border: 0;
    vertical-align: top;
    width: 200px;
}

a.gt-campus-map:hover, a.gt-campus-map:focus, a.gt-phone:hover, a.gt-phone:focus, a.gt-login:hover, a.gt-login:focus, a.gt-campus-map:hover::before, a.gt-phone:hover::before, a.gt-login:hover::before {
    color: var(--gt-black);
    text-decoration: none;
}

a.gt-phone {
    margin: .5rem 0 0 !important;
}

    a.gt-phone::before {
        content: "\f095";
        color: var(--gt-black);
        font-family: 'FontAwesome';
        margin: 0 .5rem 0 0;
    }

a.gt-campus-map {
    margin: 0;
}

    a.gt-campus-map::before {
        content: "\f041";
        color: var(--gt-black);
        font-family: 'FontAwesome';
        margin: 0 .5rem 0 0;
    }

a.gt-login {
    margin: .5rem 0 1rem;
}

    a.gt-login:hover {
        text-decoration: none;
    }

    a.gt-login::before {
        content: "\f090";
        color: var(--gt-black);
        font-family: 'FontAwesome';
        margin: .5rem .3rem 0 0;
    }

#gt-footer h2, #gt-footer .h2, #gt-footer h3, #gt-footer .h3 {
    color: var(--gt-black);
    font-size: .9rem !important;
    margin: .2rem 0;
}

footer {
    display: block;
}

.gt-footer-logo img {
    background-size: auto auto;
    border: 0;
    vertical-align: top;
    height: 34px;
}

#copyright p {
    float: right !important;
    font-size: 0.65rem;
    font-weight: 400;
}

.copyright-hide {
    text-align: right;
    font-size: .75rem !important;
}

@media (max-width:991.98px) {
    #copyright p, #copyright img {
        float: left !important;
        text-align: left;
    }

    #gt-logo-footer {
        text-align: left;
    }

    .footer-bottom-bar {
        height: auto;
    }

    #copyright p {
        width: 100%;
    }
}

@media (max-width:767.98px) {
    #gt-footer a, #gt-footer a:link, #gt-footer a:visited {
        margin: 0;
        padding: .5rem;
        font-size: .85rem;
    }

        #gt-footer a:hover, #gt-footer a:focus {
            background: transparent;
        }

    #gt-footer ul {
        padding: 0;
    }

    #gt-footer .btn.btn-primary.btn-sm.disabled {
        margin: 0 0 .5rem;
    }

    #gt-footer a:link, #gt-footer a:visited {
        margin: 0;
        padding: 0;
    }
}

#gt-footer .btn.btn-primary.btn-sm.disabled {
    background: transparent;
    border: none;
    color: var(--gt-black) !important;
    font-weight: 600 !important;
    font-size: .9rem !important;
    padding: 0;
    text-align: left;
}

#gt-footer .btn.disabled, #gt-footer .btn:disabled {
    opacity: 1;
}

/*gt html, body {
    overflow-x: hidden;
}

html, body, p {
    font-family: var(--font-roboto);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: var(--gt-black);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p {
    margin-bottom: 1.3rem;
}

a, a:link {
    color: inherit;
    font-style: inherit;
    font-weight: 700;
    text-decoration: none;
}

    a:hover, a:focus, a:active {
        color: inherit;
        text-decoration: underline;
        outline: none;
        -webkit-transition: all 0.75s;
        -o-transition: all 0.75s;
        -moz-transition: all 0.75s;
        transition: all 0.75s;
    }

    a.selected {
        color: var(--gt-drk-gold);
        text-decoration: underline;
    }

    a.focus {
        text-decoration: underline;
    }

input[type="text"]:active, input[type="text"]:hover, input[type="tel"]:focus, input[type="tel"]:active, input[type="tel"]:hover, input[type="password"]:active, input[type="password"]:hover, input[type="email"]:active, input[type="email"]:hover, textarea:active, textarea:hover, select:active, select:hover, input:hover, input:active {
    outline: none;
}

img {
    border: 0;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

.align-center {
    margin: .5rem auto;
}
*/
figure.align-right, figure.align-left {
    width: 50%;
}

.align-right {
    margin: .5rem 0;
    padding-left: 1rem;
}

.align-left {
    margin: .5rem 0;
    padding-right: 1rem;
}

.float-left {
    padding: 0 1rem 0 0;
}
/*****************************************************************************************************************/
.float-right {
    padding: 0 0 0 1rem;
}

@media only screen and (max-width:576px) {
    img.align-right, img.align-left, figure.align-right, figure.align-left, figure.align-right img, figure.align-left img {
        width: 100%;
        max-width: 100%;
        float: none;
        padding: 0;
    }
}

.cutline, .cutline p, figcaption {
    font-size: .83rem;
    line-height: 1.1;
    margin-bottom: 1rem;
}

figcaption {
    margin: .5rem 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: var(--font-roboto-condensed);
    font-weight: 600;
    line-height: 1;
    margin-bottom: .5rem;
    color: var(--gt-md-gold);
}

h6, .h6 {
    color: var(--gt-tech-dark-gold);
}

.display-1, .display-2, .display-3, .display-4 {
    font-weight: 600;
    line-height: 1;
}

.hide {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.hide-breadcrumb {
    position: absolute;
    left: -9999px;
}

.breadcrumb {
    padding: 0;
    margin: .75rem 0 0;
    list-style: none;
    background-color: var(--gt-white);
    border-radius: 0;
}

.breadcrumb-links ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.breadcrumb-links li {
    float: left;
    margin-bottom: 0;
    line-height: 1;
    vertical-align: middle;
    color: var(--gt-md-grey);
}

    .breadcrumb-links li, .breadcrumb-links li a {
        border-bottom: none;
        color: var(--gt-drk-grey);
        font-size: .9rem;
        font-weight: 500;
    }

        .breadcrumb-links li:last-child {
            font-weight: 700;
        }

.breadcrumb-links .container {
    padding-left: 0;
}

.breadcrumb-links li::after {
    content: url(/themes/contrib/gt_theme/images/gt-gold-chevron.svg);
    display: inline-block;
    vertical-align: middle;
    width: .5rem;
    height: 100%;
    margin: 0 .4rem;
    padding: 0;
    line-height: 1;
}

.breadcrumb-links li:last-child:after {
    content: "";
}

#gt-banner img, #gt-after-full-width-content img, #gt-after-full-width-content-nopadding img {
    border: 0;
    display: block;
    height: auto;
    margin: 0 auto 0 0;
    max-width: 100%;
    vertical-align: top;
}

.toolbar-loading #toolbar-administration {
    overflow: hidden;
    background: var(--gt-black) !important;
}

#block-gt-local-tasks ul li a {
}

/*table {
    border: 1px solid transparent;
    font-family: var(--font-abel);
    font-size: 1rem;
    line-height: 1.2;
    margin: 10px 0 20px 0;
    vertical-align: top !important;
}

    table p {
        font-size: .9rem;
        line-height: 1.2;
    }

    table a, table a:visited {
        border-bottom: none !important;
        color: var(--gt-black) !important;
        font-weight: 400;
        line-height: 1.2;
    }

        table a:hover, table a:focus, table a:active {
            border-bottom: 1px solid var(--gt-md-grey) !important;
            color: var(--gt-black) !important;
            text-decoration: none !important;
        }*/

/* thead & th settings were removed */
/*thead {                              
    background: var(--gt-gold);
}

th {                                   
    border: 1px solid transparent;
    padding: .5rem !important;
    vertical-align: top !important;
}*/

/*td {*/
    /*border: 1px solid transparent;*/ /* removed - this was leaving a white line between columns */
/*    padding: .5rem !important;
    vertical-align: top !important;
}*/

/*tbody tr:nth-of-type(2n+1) {
    background-color: rgba(0,0,0,.05);
}*/

.file--application-pdf::before {
    content: "\f1c1";
    color: red;
    font-family: 'FontAwesome';
}

.file--application-pdf::after {
    content: "(PDF)";
    color: var(--gt-black);
    font-weight: 400;
    font-size: 90%;
}

a[href$=".pdf"] {
    color: var(--gt-black);
}

.download-reader {
    font-family: var(--font-roboto-condensed);
    font-size: .9rem;
    text-transform: uppercase;
    padding-left: .5rem;
}

.file--x-office-document::before {
    content: "\f1c2";
    color: blue;
    font-family: 'FontAwesome';
}

.file--x-office-document::after {
    content: "(DOC)";
    color: var(--gt-black);
    font-weight: 400;
    font-size: 90%;
}

a[href$=".doc"] {
    color: inherit;
    padding-left: .25rem;
}

a[href$=".docx"] {
    color: inherit;
    padding-left: .25rem;
}

.file--x-office-spreadsheet::before {
    content: "\f1c3";
    color: Green;
    font-family: 'FontAwesome';
}

.file--x-office-spreadsheet::after {
    content: "(XLS)";
    color: var(--gt-black);
    font-weight: 400;
    font-size: 90%;
}

a[href$=".xls"] {
    color: var(--gt-black);
    padding-left: .25rem;
}

a[href$=".xlsx"] {
    color: var(--gt-black);
    padding-left: .25rem;
}

.file--x-office-presentation::before {
    content: "\f1c4";
    color: Magenta;
    font-family: 'FontAwesome';
}

.file--x-office-presentation::after {
    content: "(PPT)";
    color: var(--gt-black);
    font-weight: 400;
    font-size: 90%;
}

a[href$=".ppt"] {
    color: var(--gt-black);
    padding-left: .25rem;
}

a[href$=".pptx"] {
    color: var(--gt-black);
    padding-left: .25rem;
}

.file--x-office-presentation::before {
    content: "\f1c4";
    color: Magenta;
    font-family: 'FontAwesome';
}

.file--x-office-presentation::after {
    content: "(PPT)";
    color: var(--gt-black);
    font-weight: 400;
    font-size: 90%;
}

a[href$=".pps"] {
    color: var(--gt-black);
    padding-left: .25rem;
}

a[href$=".ppsx"] {
    color: var(--gt-black);
    padding-left: .25rem;
}

.heading-title.h1 {
    border-bottom: 2px solid var(--gt-light-gray);
    padding: 0 0 .5rem;
}

#edit-submit {
    color: var(--gt-black);
    border-color: var(--gt-gold);
    background-color: var(--gt-gold);
    font-weight: 500;
    padding: .5em .75em;
    border: 0;
    border-radius: 2px;
    transition: all .3s ease-in-out;
}

    #edit-submit:hover, #edit-submit:focus {
        background-color: var(--gt-tech-light-gold);
        border-color: transparent;
        color: var(--gt-black);
    }

.ui-dialog-titlebar-close {
    border: none;
    background: transparent;
}

    .ui-dialog-titlebar-close::before {
        content: "\f2d3";
        color: var(--gt-white);
        font-family: 'FontAwesome';
        border: 2px solid var(--gt-black);
        background: var(--gt-black);
        padding: 1px;
    }

blockquote {
    border-left: 1px solid rgba(0,0,0,.3);
    padding: 1rem 1rem 1rem 1.4rem;
    margin: 1.5rem;
    font-size: 1rem;
}

    blockquote div::before, blockquote p::before {
        color: var(--gt-black);
        content: '\201C';
        font-size: 1.5rem;
        line-height: 1;
        height: 0;
        display: inline-block;
        position: absolute;
        margin-left: -.4em;
    }

    blockquote div::after, blockquote p::after {
        color: var(--gt-black);
        content: '\201D';
        font-size: 1.5rem;
        line-height: 1;
        height: 0;
        display: inline-block;
        position: absolute;
    }

@media only screen and (max-width:576px) {
    img.align-right, img.align-left, figure.align-right, figure.align-left, figure.align-right img, figure.align-left img {
        width: 100%;
        max-width: 100%;
        float: none;
        padding: 0;
    }
}

@media (max-width:768px) {
    #gt-footer ul, #address_text {
        border-left: none;
    }
}

#gt-header {
    width: 100%;
}

#brandhead {
    z-index: 499;
}

.bg-gold-md-gold {
    background: linear-gradient(to right,var(--gt-md-gold) 0%,var(--gt-md-gold) 50%,var(--gt-gold) 50%,var(--gt-gold) 100%);
    -moz-linear-gradient(left,var(--gt-md-gold) 0 %,var(--gt-md-gold) 50 %,var(--gt-gold) 50 %,var(--gt-gold) 100 %);
    -webkit-linear-gradient(left,var(--gt-md-gold) 0 %,var(--gt-md-gold) 50 %,var(--gt-gold) 50 %,var(--gt-gold) 100 %);
}

.bg-gold-grad {
    background: linear-gradient(to right,var(--gt-md-gold) 0%,var(--gt-gold) 100%);
    -moz-linear-gradient(left,var(--gt-md-gold) 0 %,var(--gt-gold) 100 %);
    -webkit-linear-gradient(left,var(--gt-md-gold) 0 %,var(--gt-gold) 100 %);
}

#gt-logo {
    height: 2.625rem;
    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-name-slogan-wrapper {
    margin: 1rem 0 .75rem 0;
}

.site-name, .site-slogan {
    display: flex;
    align-items: center;
    color: var(--gt-navy);
    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;
}

#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: var(--gt-navy);
    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;
}

#bottom-header {
    background: var(--gt-white);
    position: relative;
    z-index: 500;
}

.gt-sticky-menu img:first-child {
    margin-bottom: 0 !important;
}

@media (max-width:1199.98px) {
    .main-container.fixed-top {
        position: relative;
        padding-top: 11rem;
    }
}

@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: var(--gt-white);
        border-bottom: 4px solid var(--gt-gold);
        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;
    }
}

.placeholder {
    color: #262626;
}

#search-container input {
    background-color: var(--gt-white);
    border: 1px solid var(--gt-light-grey);
}

    #search-container input:focus {
        background-color: var(--gt-black);
        color: var(--gt-white);
    }

#search-container .btn-primary {
    color: var(--gt-black);
    background-color: var(--gt-white);
    border-color: var(--gt-white);
}

    #search-container .btn-primary:hover {
        color: var(--gt-black);
        background-color: var(--gt-white);
        border-color: var(--gt-white);
    }

.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: var(--gt-black);
        cursor: pointer;
        font-family: var(--font-roboto-condensed);
        font-size: .8rem;
        line-height: 1.6;
        font-weight: 600;
        border: 1px solid var(--gt-gold);
        background: var(--gt-gold);
        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: var(--gt-gold);
            background: var(--gt-black);
        }

        #search-block-form .button.form-submit:focus, #search-block-form .form-submit:focus {
            color: var(--gt-white);
            background: var(--gt-black);
        }

    #search-block-form [type="search"] {
        border-radius: .25rem 0 0 .25rem;
        color: var(--gt-dark-grey);
        font-size: .85rem;
        height: inherit;
        padding: .25rem;
        width: auto;
    }

#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: var(--gt-white);
        border-radius: .25rem;
        position: absolute;
        right: 0;
        left: auto;
        width: auto;
        height: auto;
        margin: 0;
    }

    #search-container span {
        color: var(--gt-drk-gold);
        cursor: pointer;
        font-family: var(--font-roboto);
        font-size: .9rem;
        font-weight: 600;
        margin: 0;
        text-decoration: none;
        transition: color .2s ease;
        display: inline;
    }

        #search-container span:hover {
            color: var(--gt-md-grey);
        }

.fa-search:hover:before {
    color: var(--gt-md-grey);
    transition: all .2s ease-in-out;
}

#search-container:hover span, #search-container:hover .fa-search {
    transition: all .2s ease-in-out;
    color: var(--gt-md-grey);
}

#search-container .fa-search {
    cursor: pointer;
    color: var(--gt-gold);
    display: inline-block;
    padding: 0 .25rem;
    font-size: 1.1rem;
    line-height: 1.2;
    text-decoration: none;
}

.search-form {
    font-size: .9rem;
}

    .search-form .form-item-keys label {
        display: block;
    }

    .search-form .form-search {
        float: left;
        margin-right: 5px;
        padding: .35rem;
    }

[dir="rtl"] .search-form .form-search {
    float: right;
    margin-left: 5px;
    margin-right: 0;
}

.search-results {
    padding: 0;
    list-style-position: inside;
}

    .search-results li {
        border-bottom: 1px solid var(--gt-drk-gold);
        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;
}

[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;
}

@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;
    }
}

input[type="text"], input[type="tel"], input[type="password"], input[type="email"], textarea, select {
    background-color: #fff;
    -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,0.02) inset;
    box-shadow: 0 0 2px 2px rgba(0,0,0,0.02) inset;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 5px 10px;
}

input[type="text"] {
    max-width: 300px;
}

.form-item {
    padding-bottom: 10px;
}

    .form-item select {
        padding: 6px 25px 6px 6px;
    }

.form-type-textfield {
    display: block;
    width: 100%;
    float: left;
    max-width: 500px;
    clear: both;
    margin-bottom: 0;
}

    .form-type-textfield label {
        display: block;
        width: 100%;
        clear: both;
    }

    .form-type-textfield input {
        float: left;
        max-width: 250px;
    }
