/* CALL TO ACTION */
.block.call-to-action {
    .float-left {
        float: right !important;
        padding: 0 0 0 .8rem;
    }

    .float-right {
        float: left !important;
        padding: 0 .8rem 0 0;
    }

    height: 100% !important;
}

/* THIS ALL SHOULD BE ROMOVED, THIS IS A KEEP HERE UNTIL FIXED BANDAID */

/*Liberty's CSS*/
/*Put the following below in gt-general.css of the site*/


/*START 3-Pic Hero Banner View*/

#block-nikola-views-block-3-pic-hero-banner-block-1 {
    border-top: 1px solid #AC9B62;
    border-bottom: 1px solid #AC9B62;
}


#block-nikola-views-block-3-pic-hero-banner-block-1 .view-content-wrap .item {
    display: grid;
    grid-template-columns: 65% 35%;
}

@media only screen and (max-width: 600px) {
    #block-nikola-views-block-3-pic-hero-banner-block-1 .view-content-wrap .item {
        display: block;
    }
}

.views-field-field-hero-large-image {
    /*Make this image start on row 1 column 1, and span 2 rows and 1 column:*/
    grid-area: 1 / 1 / span 2 / span 1;
}

.views-field-field-hero-top-right-image {
    /*Make this image start on row 1 column 2, and span 1 rows and 1 column:*/
    grid-area: 1 / 2 / span 1 / span 1;

}

.views-field-field-hero-bottom-right-image {
    /*Make this image start on row 2 column 2, and span 1 rows and 1 column:*/
    grid-area: 2 / 2 / span 1 / span 1;

}

.views-field-field-hero-large-image:hover {
    transition: transform .5s ease-in-out;
    transform: scale(1.02);
}

.views-field-field-hero-top-right-image:hover {
    transition: transform .5s ease-in-out;
    transform: scale(1.02);
}

.views-field-field-hero-bottom-right-image:hover {
    transition: transform .5s ease-in-out;
    transform: scale(1.02);
}

.views-field-field-text-overlay-large-image {
    position: absolute;
    margin-left: 0%;
    margin-top: 25%;
    text-align: center;
    color: #fff;
    font-size: 24px;
    background-color: #0d000075;
    border-top: 2px solid #b3a369;
    border-bottom: 2px solid #b3a369;
    padding: 24px;
    width: 65%;
}

@media only screen and (max-width: 600px) {
    .views-field-field-text-overlay-large-image {
        position: absolute;
        margin-left: 0%;
        margin-top: -30%;
        text-align: center;
        color: #fff;
        font-size: 14px;
        background-color: #0d000075;
        border-top: 2px solid #b3a369;
        border-bottom: 2px solid #b3a369;
        padding: 16px;
        width: 100%;
    }
}


.views-field-field-text-overlay-top-right-ima {
    position: absolute;
    right: 0;
    text-align: center;
    color: #fff;
    font-size: 24px;
    background-color: #0d000075;
    border-top: 2px solid #b3a369;
    border-bottom: 2px solid #b3a369;
    padding: 24px;
    width: 35%;
    margin-top: 6%;
}

@media only screen and (max-width: 600px) {
    .views-field-field-text-overlay-top-right-ima {
        position: absolute;
        margin-left: 0%;
        margin-top: -30%;
        text-align: center;
        color: #fff;
        font-size: 14px;
        background-color: #0d000075;
        border-top: 2px solid #b3a369;
        border-bottom: 2px solid #b3a369;
        padding: 16px;
        width: 100%;
    }
}

.views-field-field-text-overlay-bottom-right- {
    position: absolute;
    right: 0;
    text-align: center;
    color: #fff;
    font-size: 24px;
    background-color: #0d000075;
    border-top: 2px solid #b3a369;
    border-bottom: 2px solid #b3a369;
    padding: 24px;
    width: 35%;
    margin-top: 22%;
}

@media only screen and (max-width: 600px) {
    .views-field-field-text-overlay-bottom-right- {
        position: absolute;
        margin-left: 0%;
        margin-top: -30%;
        text-align: center;
        color: #fff;
        font-size: 14px;
        background-color: #0d000075;
        border-top: 2px solid #b3a369;
        border-bottom: 2px solid #b3a369;
        padding: 16px;
        width: 100%;
    }
}

/*END 3-Pic Hero Banner View*/

/*START Bottom CSS Accessability Block*/

#block-nikola-accessibilityinformation .field--name-field-body-classic h3 {
    color: var(--gt-black);
    float: left;
    margin-top: 6px;
    margin-left: 25%;
    margin-right: 10%;
}

@media only screen and (max-width: 600px) {
    #block-nikola-accessibilityinformation .field--name-field-body-classic h3 {
        float: none;
        margin-top: 6px;
        margin-left: 25%;
        margin-right: 5%;
        font-size: 1.3rem;
    }

    #block-nikola-accessibilityinformation .field--name-field-body-classic a:link {
        padding-left: 20%;
    }
}

/*END Bottom CSS Accessability Block*/



/*START Mercury HG Blocks*/

.hg-title h3 {
    font-size: 1.5rem;
    font-weight: 800;
}

.hg-news-item #mercury .image {
    max-width: 25%;
    float: left;
    margin: 0;
    padding-right: 8px;
}

.hg-news-item #mercury .dateline {
    margin-top: 5%;
    font-size: 1.0rem;
    font-weight: 800;
}

.hg-news-item #mercury p {
    margin-top: 1px;
}

#mercury .hg-title h2 {
    font-family: var(--font-roboto);
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.6;
    color: var(--gt-md-gold);
    border: 1px solid #fff;
    border-radius: 5px;
}

/*END Mercury HG Blocks*/

/*START Custom Buttons*/
/*Clear Button w/Gold Outline*/
.clear-custom-button a:link {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid #b3a369;
    border-radius: 5px;
    transition: all 0.2s ease-out;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.05rem;
    color: #b3a369;
    background-color: #fff;
    text-decoration: none;
}

.clear-custom-button a:visited {
    color: var(--gt-md-gold);
    text-decoration: none;
}

.clear-custom-button a:hover {
    color: var(--gt-black);
    background-color: transparent;
    text-decoration: underline;
}

/*Gold Button*/
.gold-custom-button a:link {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid #b3a369;
    border-radius: 5px;
    transition: all 0.2s ease-out;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.05rem;
    color: #000;
    background-color: #b3a369;
    text-decoration: none;
}

.gold-custom-button a:visited {
    color: #000;
    text-decoration: none;
}

.gold-custom-button a:hover {
    /*color: var(--gt-black);
  background-color: transparent;*/
    text-decoration: underline;
}

/*Blue Button*/
.blue-custom-button a:link {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid #003057;
    border-radius: 5px;
    transition: all 0.2s ease-out;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.05rem;
    color: #fff;
    background-color: #003057;
    text-decoration: none;
}

.blue-custom-button a:visited {
    color: #fff;
    text-decoration: none;
}

.blue-custom-button a:hover {
    color: var(--gt-black);
    background-color: transparent;
    text-decoration: underline;
}

/*END Custom Buttons*/

/*START Custom PDF Icon Style in Text Editor*/
.pdf-icon {
    background: transparent url('/sites/default/files/pdf-icon.png') no-repeat left center;
    padding: 1px 0 1px 20px;
}

/*END Custom PDF Icon Style in Text Editor*/

/*START Custom Large Text Style 22px font in Text Editor*/
.big-text {
    font-size: 22px;
}

/*END Custom Large Text Style 22px font in Text Editor*/

.page-node-1 .layout--twocol-section h2 {
    border: 1px solid #b3a369;
    border-radius: 5px;
    padding: 0.5rem 1rem;
}


/*START CSS for Classic Block*/
.field--name-field-displayed-block-title {
    border: 1px solid #b3a369;
    padding: 0.5rem 1rem;
    font-size: 2.12rem;
    letter-spacing: 0.05rem;
    font-family: var(--font-roboto-condensed);
    font-weight: 600;
    line-height: 1;
    margin-bottom: .5rem;
    color: var(--gt-md-gold);
}

.field--name-field-body-classic {
    padding: 12px;
    background-color: #eeeeee;
    border-top: 2px solid #b3a369;
    border-bottom: 2px solid #b3a369;
}

/*END CSS for Classic Block*/

/*News and Events Blocks*/
.page-node-1 .layout__region--first .views-element-container {
    background-color: #eeeeee;
    padding: 12px;
    border-top: 2px solid #b3a369;
    border-bottom: 2px solid #b3a369;
}

.page-node-1 .layout__region--second .views-element-container {
    background-color: #eeeeee;
    padding: 12px;
    border-top: 2px solid #b3a369;
    border-bottom: 2px solid #b3a369;
}

/* Custom CSS */

.block_hours {
    display: flex;
    flex-wrap: wrap;
    font-family: var(--font-roboto-condensed) !important;
    line-height: 1.2;
    font-size: 1.1rem;
    gap: 5px;
}

.block_hours div {
    flex: 1;
}


.block_hours .field {
    margin-bottom: 10px;
}

.block_hours .field--label {
    padding: .25em .3em;
    background-color: #003057;
    color: white;
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 5px;
}

.block_hours h2 {
    flex: 0 0 100%;
    font-size: 1.5em;
}


@media only screen and (max-width:820px) {
    .block_hours {
        display: block;
    }

    .block_hours div {
        flex: 0;
    }
}

/* fix for the front page table hours mess */

.frontpage .gt-basic-block tbody {
    background-color: rgba(0, 0, 0, 0.05);
}

.frontpage .gt-basic-block .field--name-body {
    height: 100%;
}

.frontpage .gt-basic-block table {
    width: 100%;
    height: 100%;
}

.frontpage .gt-basic-block table p{
    font-size: 1rem;
}

.frontpage .gt-basic-block table tbody tr:first-child {
    background-color: #003057 !important;
    color: white !important;
    height: .3rem !important;
    font-size: 1.2rem;
}