:root
{
    --arta-shadow-black: 0px 5px 10px var(--gt-black-16op);
    --arta-shadow-gold: 0px 5px 10px var(--gt-gold-50op);
    --arta-border-radius: 0rem 1rem;
}

html,
body
{
    overflow-x: clip;
}

html,
body,
#titleLink,
p
{
    font-family: var(--font-roboto-condensed);
}
 
body,
body p
{
    font-size: 1.2rem;
}

#navbarGTContent,
#pageTitle .container
{
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    max-width: 1320px;
}

.arta-shadow
{
    box-shadow: var(--arta-shadow-black);
    border-radius: var(--arta-border-radius);
}

.arta-body-page
{
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    min-height: 55vh;
    background-image: url('/themes/contrib/arta_theme/images/honeycomb-pattern-left.png');
    background-position: top left;
    background-repeat: no-repeat;
}

.body
{
    margin-bottom: 1.9rem;
}

.active>.page-link,
.page-link.active
{
    background-color: var(--gt-navy);
    border-color: var(--gt-navy);
}


.gt-main-content
{
    margin-top: unset;
}


h1,
h2,
h3,
h4,
h5,
h6
{
    font-family: var(--font-roboto-condensed);
    font-weight: 200;
    line-height: 1;
    margin-bottom: .5rem;
}

h3
{
    font-weight: 500;
    line-height: 1.2em;
}

h2
{
    font-weight: 500;
}

.page-title
{
    color: var(--gt-navy);
    font-family: var(--font-roboto-condensed);
    font-weight: 300;
    margin-bottom: 1.9rem;
}

.page-title::before
{
    content: url('/themes/contrib/arta_theme/images/gt-branding-chiclit-sm.png');
    display: block;
}

.chiclit
{
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 1.9rem 0 0 0;
}


.topper-sm-pattern::before
{
    background-image: url('/themes/contrib/arta_theme/images/hc-pattern-overlay-sm.png');
    background-position: top left !important;
    background-repeat: no-repeat;
    z-index: 1;
    width: 150px;
    height: 123px;
    left: -40px;
    top: -10px;
    content: " ";
    position: absolute;
    background-size: contain;
}

/**
HONEYCOMB ELEMENTS
**/

.lc-honeycomb
{
    display: block;
    background-image: url('/themes/contrib/arta_theme/images/honeycomb-pattern-left.png');
    background-repeat: no-repeat;
    margin: -32px 0 70px 0;
}

/**
SHORT COURSE LOWER RIGHT COLUMN
**/
.shortcourse-honey::after
{
    background-image: url('/themes/contrib/arta_theme/images/hc-pattern-overlay-300.png');
    background-position: top left !important;
    background-repeat: no-repeat;
    z-index: 1;
    width: 300px;
    height: 256px;
    right: -140px;
    bottom: 100px;
    content: " ";
    position: absolute;
    background-size: contain;
}

#gt-page-title
{
    padding-top: 1.9rem;
    text-align: center;
    text-transform: uppercase;
}

/**
BUTTON CLASSES
**/

a.rbtn,
.rbtn a
{
    padding: 0.19rem 2.44rem;
    text-decoration: none;
    border-radius: 0.25rem;
    display: inline-block;
    border: 1px solid;
}

/*
Floats
*/
.float-right
{
    float: right;
}

.float-left
{
    float: left;
}

/* CONSENT BLOCK FOR GOOGLE TAGS AND GA4   */
/* .from-btm
{
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    transition: opacity 600ms ease-in, transform 600ms ease-in, -webkit-transform 600ms ease-in;
    opacity: 0;
}

.from-btm.appear
{
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.decline-cookie
{
    float: right;
    padding: 0 10px;
}

.cookie-banner
{
    position: fixed;
    bottom: 0;
    color: #ffffff;
    padding: 10px;
    width: 100%;
    background-color: #003057;
    line-height: 1rem;
    box-shadow: 0px -1px 5px 0px gray;
    z-index: 5;
}

.consent-block
{
    max-width: 800px;
    margin: 0 auto;
}

.consent-text
{
    color: #ffffff;
}

.consent-text a,
.consent-text a:visited
{
    color: #ffffff;
}

.js-cookie-dismiss
{
    float: right;
} */

/* END +++ CONSENT BLOCK FOR GOOGLE TAGS AND GA4   */

/* BLOCKQUOTE CSS */

blockquote
{
    border-left: 10px solid var(--gt-md-gold);
    padding: 50px;
    margin: 5rem 1.5rem 1.5rem 1.5rem;
    font-size: 1.6rem;
    box-shadow: var(--arta-shadow-black);
    border-radius: 0px 15px 0px 15px;
}

blockquote p::before
{
    background-image: url('/themes/contrib/arta_theme/images/quote-sm.png');
    width: 100px;
    content: "";
    height: 100px;
    margin: -90px 0 0 -20px;
    position: absolute;
    display: block;
}

blockquote .person
{
    display: flex;
    justify-content: flex-end;
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: unset;
}

blockquote span
{
    font-family: var(--font-roboto-slab);
    color: var(--gt-navy);
    font-weight: 300;
    line-height: 1.0em;
    font-size: 1.4rem;
    margin: 0.5rem 0 1rem 0;
}

blockquote p
{
    margin-bottom: unset;
}

blockquote p::after
{
  display: none;
}


/**
SOCIAL MEDIA ICONS CODE
**/
.block-social-media-links
{
    display: flex;
    flex-direction: row-reverse;
}

.social-media-links--platforms
{
    margin-top: 1rem;
}

.social-media-links--platforms span:hover::before
{
    color: var(--gt-navy);
    text-shadow: var(--arta-shadow-black);
}

/**
Fixing an issue with draggable handles
**/
.field-multiple-drag a.tabledrag-handle .handle
{
    width: 28px;
    height: 28px;
}

@media screen and (max-width: 1320px)
{
    .container
    {
        max-width: unset;
        /* padding: unset; */
    }
}

@media screen and (min-width: 1320px)
{
    .container
    {
        max-width: 1320px;
    }
}

/* @media screen and (max-width: 991px)
{
    .consent-block
    {
        padding: 20px;
    }

    .cookie-banner
    {
        height: 125px;
    }

    .consent-text
    {
        line-height: 1.2rem;
    }
} */