/* @import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100;0,300;0,500;0,700;1,300;1,500;1,700&family=Oswald:wght@300;400;500;600;700&family=Roboto:wght@100;300;500;700&family=Sumana:wght@400;700&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100;0,300;0,500;0,700;1,300;1,500;1,700&family=Oswald:wght@300;400;500;600;700&family=Roboto:wght@100;300;500;700&display=swap'); */

.offset-top {
    z-index: 2 !important;
    position: relative;
}
.offset-top > .wp-block-group {
    position: relative;
    top: -20px !important;
    margin-bottom: -20px !important;
    z-index: 3 !important;
}
.home .offset-top > .wp-block-group {
    top: -60px !important;
    margin-bottom: -60px !important;
}
@media screen and (max-width:1200px) {
    .offset-top {
        z-index: 2;
        position: relative;
    }
    .offset-top > .wp-block-group {
        position: relative;
        top: 0px !important;
        margin-bottom: 20px !important;
    }
}

.site-content > .wp-block-group {
    position: relative;
    z-index: 99;
    overflow: visible;
}

html,body {
    font-family: "Libre Franklin", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
    /* font-size: 16px; */
}
body {
    background-color: #ced3d8;
}

/* NDT Overrides */
.wp-block-quote {
    border-left: 3px solid var(--wp--preset--color--accent);
    background: transparent;
}
@supports (display:grid) {
    @media only screen and (min-width: 60em) {
        .page-sidebar:before {
            background: none;
        }
    }
}

/* Logo and Site Title overrides */
body .site-title,
body .site-title a {
    /* font-size: 3rem; */
    text-rendering: optimizeLegibility;
    /* font-weight: 400 !important; */
    font-style: normal;
    text-size-adjust: 100%;
    line-height: 1.25;
    font-family: var(--font-heading);
    text-shadow: none !important;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 1px;
    width: auto !important;
    display: inline-block;
    
}
body .site-title a {
    opacity: 0.94;
    transition: all .3s ease;
}
body .site-title a:hover {
    opacity: 1;
}
body .site-title span {
    width: auto !important;
}
.has-parent .site-title {
    /* font-size: 3rem; */
    text-rendering: optimizeLegibility;
    font-weight: 400 !important;
    font-style: normal;
    line-height: 1.25;
    font-family: var(--font-heading);
    text-shadow: none !important;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 1px;
}
body .site-title span {
   /*  display: inline-block; */
    width: 100%;
    text-transform: none;
    padding-top: 4px;
    font-size: 1.1rem;
    font-family: "Libre Franklin", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

/* Detault Masthead */
/* .page-header::before {
    background: var(--gray-extra-light) url("../images/hdr-cube-ptn.png") 0 0 repeat;
} */

.search-filter-results {
    max-width: 100% !important;
}

.pagination {
    display: grid;
    grid-template-columns: 1fr 200px;
    align-items: flex-start;
    justify-items: flex-start;
}
.pagination .nav-prevnext {
    display: grid;
    grid-template-columns: auto auto;

}

.site-content > .page-header.campus::before {
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position: 0 0; */
}
.site-content > .page-header.cube::before {
    background-image: url(../images/hdr-cube-ptn.png);
    background-repeat: repeat;
    background-position: 0 0;
    background-size: 445px 445px;
}
body.topic-template .site-content > .page-header.cube::before {
    background-repeat: no-repeat;
    background-size: cover;
}
.page-header .page_featured {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.page-header .page_featured {
    background-repeat: no-repeat;
    background-size: cover;
}
@media screen and (max-width:768px) {
    .page-header .page_featured {
        display: none;
    }
}

/* main .page-header::before {
    background: none !important;
} */

/* Width Overrides */
body p, body li, body blockquote, body details {
    max-width: 100%;
}

@media screen and (max-width:1920px) {
    body .is-layout-constrained > .alignwide {
        max-width: 92%;
        margin-left: auto;
        margin-right: auto;
    }
}

/* Heading Overrides */
h1.wp-block-heading::after {
    content: '';
    display: block;
    width: 50px;
    height: 4px;
    margin: 0.2em 0 0.6em -0.2em;
    background-color: var(--brand-gold);
}

/* Font Overrides */


/* Logo */
/* header#header .site-title a.dhnd_logo_link {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: auto;
    cursor: pointer;
}
header#header .site-title a.dhnd_logo_link img.logo_base {
    display: inline-block;
    width: auto;
    height: auto;
    position: relative;
    z-index: 3;
}
header#header .site-title a.dhnd_logo_link img.logo_over {
    display: inline-block;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 2;
    transition: all 2s ease-in;
    opacity: 0.3;
}
@media screen and (max-width: 768px) {
    header#header .site-title a.dhnd_logo_link img.logo_base {
        max-width: 140px;
    }
}
header#header .site-title a.dhnd_logo_link:hover img.logo_over,
header#header .site-title a.dhnd_logo_link.loaded:hover img.logo_over {
    opacity: 1;
}
header#header .site-title a.dhnd_logo_link.loaded img.logo_over {
    opacity: 0.8;
}
header#header .site-title a.dhnd_logo_link::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 3;
    backdrop-filter: blur(8px);

    transition: all 1s ease-in;
}
header#header .site-title a.dhnd_logo_link.loaded::before {
    backdrop-filter: blur(0px);
} */

/* Masthead */
.site-content {
    /* background-color: #fff; */
}

.site-content.default {
    display: grid;
    grid-template-columns: [screen-start] var(--gutter-width) [container-start sidebar-start] var(--sidebar-width) [sidebar-end content-start] minmax(0, 1fr) [content-end container-end] var(--gutter-width) [screen-end];
}
@media screen and (max-width:992px) {
    .site-content.default {
        display: block !important;
        padding-left: 20px;
        padding-right: 20px;
    }
}

body.archive .page-header,
body.single-topic .page-header,
body.single-resource .page-header {
    grid-template-rows: [screen-start] var(--padding-top) [title-start] auto [title-end lede-start] auto [lede-end] 120px [header-end];
}
body.archive .site-content.default .page-sidebar,
body.single-topic .site-content.default .page-sidebar,
body.single-resource .site-content.default .page-sidebar {
    /* grid-row: 1 / span 8; */
    background: none;
    margin-top: 80px;
}
body.archive .site-content.default .page-sidebar .page-title,
body.single-topic .site-content.default .page-sidebar .page-title,
body.single-resource .site-content.default .page-sidebar .page-title {
    margin-bottom: 10px;
    padding-bottom: 0;
}
body.archive .site-content.default .page-sidebar .sidebar_spacer {
    height: 50px;
}
body.single-resource .site-content.default .page-sidebar .sidebar_spacer {
    height: 50px;
}
textarea {
    max-width: 100% !important;
}

div.site-content div.post-thumbnail {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    max-height: 54vh;
    min-height: 400px;
    position: relative;
    background: rgba(0,0,0,0.1);
    z-index: 1;
}
.search-page div.site-content div.post-thumbnail {
    min-height: 0px;
}
div.site-content div.post-thumbnail img.size-post-thumbnail {
    position: relative;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    z-index: 1;
}
.search-page div.site-content div.post-thumbnail img.size-post-thumbnail {
    border-bottom: 3px solid #ae9142;
    display: block;
}
.search-page .search-content form.search-form {
    visibility: hidden;
}

@media screen and (max-width:960px) {
    div.site-content div.post-thumbnail img.size-post-thumbnail {
        position: absolute;
    }
}
div.site-content div.post-thumbnail::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    backdrop-filter: blur(4px);
    transition: all 1.5s ease;
}
div.site-content div.post-thumbnail.loaded::after {
    backdrop-filter: blur(1px);
}
@media screen and (min-width: 1920px) {
    div.site-content div.post-thumbnail.loaded::after {
        backdrop-filter: blur(1px);
    }
}

div.site-content div.post-thumbnail > ul#sidebar {
    position: absolute;
    display: block;
    z-index: 9;
    left: 0;
    top: 0;
    bottom: 0;
    right: auto;
    width: auto;
    color: #fff;
    list-style-type: none;
    margin: 0;
    padding: 0;
    max-width: 90%;
    width: 90%;
}
div.site-content div.post-thumbnail > ul#sidebar > li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    min-width: 90%;
}
div.site-content div.post-thumbnail > ul#sidebar > li > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: grid;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
    position: relative;
    top: -40px;
}
div.site-content div.post-thumbnail > ul#sidebar > li > ul li {
    /* font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; */
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    font-weight: 500;
    font-size: 3vw;
    line-height: 1.2;
    line-height: 1;
    /* text-transform: uppercase; */
    position: absolute;
    padding: 20px 10%;
    opacity: 0;
    filter: blur(10px);
    width: 100%;
    min-width: 70%;
    transition: all 3s ease-in-out;
}
div.site-content div.post-thumbnail > ul#sidebar > li > ul li > h6 {
    font-size: inherit !important;
    line-height: inherit !important;
    color: white;
}
@media screen and (max-width: 768px) {
    div.site-content div.post-thumbnail > ul#sidebar > li > ul li {
        font-size: 40px;
    }
}
div.site-content div.post-thumbnail > ul#sidebar > li > ul li.on {
    display: block;
    opacity: 1;
    filter: blur(0px);
}

div.site-content div.post-thumbnail > ul#sidebar > li > ul li:nth-child(1) {
    
}
div.site-content div.post-thumbnail > ul#sidebar > li > ul li:nth-child(2) {
    
}
div.site-content div.post-thumbnail > ul#sidebar > li > ul li:nth-child(3) {
    
}
div.site-content div.post-thumbnail > ul#sidebar > li > ul li:nth-child(4) {
    
}

body.page-template-page-two-column .site-content.default .page-main,
body.page-template-page-two-column-alt2 .site-content.default .page-main,
body.single-topic .site-content.default .page-main,
body.single-resource .site-content.default .page-main,
body.post-type-archive-topic .page-main > .site-content > .page-main,
body.post-type-archive-resource .page-main > .site-content > .page-main {
    padding: 30px 44px;
    overflow: hidden;
    top: 0;
    margin-top: 0;
    align-self: flex-start;
}

body.search-page .page-main > .site-content > .page-main {
    grid-column: 2 / span 2;
    padding: 30px 44px;
    overflow: hidden;
}
body.post-type-archive-topic .page-main > .site-content > .page-main {
    grid-column: 2 / span 2;
    padding: 30px 44px;
    overflow: hidden;
}
.site-content.one-column > .page-main {
    grid-column: 2 / span 2;
    padding: 30px 44px;
    overflow: hidden;
}

.page-main::before {
    display: none !important;
}

/* Slideout Calendar */
#events-slideout-container {
    display: none;
}

/* Page Content */
/* body .page-main {
    background-color: #ced3d8;
} */
/* body .page .entry-content {
    position: relative;
    display: block;
    z-index: 11;
    background: none;
    background-color: transparent;
    min-height: 100px;
} */
/* body .page > .entry-content {
    margin-top: -100px;
} */
body.page-template-page-two-column .page > .entry-content,
body.page-template-page-two-column-alt2 .page > .entry-content {
    margin-top: 0px;
}
.page {
    z-index: 11;
}
.page .entry-content .dh_content {
    /* background-color: #fff; */
    min-height: 200px;
    padding: 40px 4%;
}

h2.dh_title {
    color: #0c2340;
    overflow: visible;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 8px;
    font-size: 2vw;
    font-weight: 500;
}
@media screen and (max-width: 768px) {
    .page .entry-content .dh_content .dh_title,
    .page h2 {
        font-size: 24px;
    }
}
h2.dh_title::before {
    content: "";
    width: calc(100% - 40px);
    height: 4px;
    background: #ae9142;
    position: absolute;
    display: block;
    z-index: 2;
    bottom: -8px;
    left: -12px;
    transition: width .5s ease;
}
h2.dh_title.loaded::before {
    width: 60px;
}

h2.yellowline {
    display: inline-block;
    position: relative;
}
h2.yellowline::before {
    content: "";
    width: calc(100% - 40px);
    max-width: 72px;
    height: 4px;
    background: #ae9142;
    position: absolute;
    display: block;
    z-index: 2;
    bottom: -8px;
    left: -12px;
    transition: width .5s ease;
}
h2.yellowline.loaded::before {
    width: 60px;
}

/* Professor List Shortcode Styles */
.professor_list_wrapper {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;
    padding: 30px 0 !important;
}
@media screen and (max-width: 960px) {
    .professor_list_wrapper {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 960px) {
    .professor_list_wrapper {
        grid-template-columns: 1fr;
    }
}
.professor_list_wrapper .professor_list_item {
    display: inline-block;
    /* width: calc(100% - 40px); */
    width: 100%;
    background: #ced3d8;
    border-bottom: 4px solid transparent;
    transition: all .5s ease;
    /* background: rgba(0,0,0,0.1); */
    display: grid;
    justify-items: flex-start;
    padding: 30px;
}

.professor_sidebar_wrapper .professor_list_item {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    justify-content: flex-start;
    justify-items: flex-start;
}
.professor_sidebar_wrapper .professor_list_item .professor_list_title {
    font-family: "Sumana", 'Times New Roman', Times, serif;
    font-size: 28px;
    font-weight: 700;
    width: 100%;
    justify-self: flex-start;
    padding-bottom: 14px;
}
.professor_sidebar_wrapper .professor_list_item div.professor_list_img {
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: auto;
}

.professor_list_wrapper .professor_list_item .professor_list_title {
    font-family: "Sumana", 'Times New Roman', Times, serif;
    font-size: 28px;
    font-weight: 700;
    width: 100%;
    justify-self: flex-start;
    padding-bottom: 14px;
}

.professor_list_wrapper .professor_list_item:hover {
    background: #e2e5e8;
    border-bottom: 4px solid #ae9142;
}

.professor_list_wrapper .professor_list_item .professor_list_website {
    word-break: break-all;
    
}

.professor_list_wrapper .professor_list_item div.professor_list_img {
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.professor_list_wrapper .professor_list_item div.professor_list_img img {
    width: 100%;
    transition: all 10s ease-in-out;
}
.professor_list_wrapper .professor_list_item:hover div.professor_list_img img {
    transform: scale(1.1);
}

.professor_list_wrapper .professor_list_item .professor_list_description {
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
}

.professor_list_wrapper .professor_list_item a {
    display: grid;
    grid-template-columns: auto 30px;
    grid-column-gap: 6px;
    text-decoration: none;
    align-items: center;
    justify-items: flex-start;
    word-wrap: break-word;
    word-break: break-all;
    line-height: 1;
    width: auto;
    color: #0B2340;
    margin-bottom: 6px;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    cursor: pointer;
    transition: all .2s ease;
}
.professor_list_wrapper .professor_list_item a:hover {
    opacity: 0.7;
}
.professor_list_wrapper .professor_list_item > div {
    display: inline-block;
}
.professor_list_wrapper .professor_list_item .professor_list_email a {
    display: none;
}
.professor_list_wrapper .professor_list_item .professor_list_website a {
    display: none;
}
.professor_list_wrapper .professor_list_item .professor_list_email a:before {
    content: "\f465";
    font: normal 20px/1 'dashicons';
    display: inline-block;
    padding-right: 6px;
    color: #ae9142;
}
.professor_list_wrapper .professor_list_item .professor_list_website a:before {
    content: "\f319";
    font: normal 20px/1 'dashicons';
    display: inline-block;
    color: #ae9142;
}
.featured_list_wrapper {
    background: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    max-width: 100% !important;
    
}
.featured_list_wrapper > .entry-content {
    margin-top: 0 !important;
}
.featured_links {
    padding-bottom: 40px;
    padding-top: 40px;
}
.featured_links.professor_list_item {
    display: grid;
    grid-template-columns: auto;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
    
}

.featured_links.professor_list_item a {
    display: grid;
    text-decoration: none;
    grid-template-columns: auto 30px;
    align-items: center;
    grid-column-gap: 8px;
}
.professor_list_wrapper .professor_list_item .professor_list_calendar a:after,
.featured_links.professor_list_item a:after {
    /* content: "\f508";
    font: normal 20px/1 'dashicons'; */
    display: inline-block;
    padding-left: 6px;
    color: #ae9142;
    content: "";
    /* background-image: url(../images/gatgl_external_link.png);
    background-size: 22px 16px;
    width: 22px; */
    height: 16px;
    background:red;
    -webkit-mask:url("../images/gatgl_external_link.png") center/contain;
    mask:url("../images/gatgl_external_link.png") center/contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

/* Single topic styles */
body.single .site-content {
    min-height: 300px;
}
.single_grid {
    display: grid;
    padding: 0px;
    grid-template-columns: minmax(400px, 1fr) 4fr;
    /* grid-template-rows: minmax(400px, auto) auto; */
    grid-template-rows: auto auto;
    margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
    .single_grid {
        grid-template-columns: minmax(360px, 1fr) 4fr;
    }
}
@media screen and (max-width: 996px) {
    body.single .site-content {
        min-height: 200px;
        height: auto;
    }
    .single_grid {
        /* grid-template-rows: minmax(360px, auto) auto; */
        grid-template-rows: auto auto;
        overflow: hidden;
    }
}
@media screen and (max-width: 600px) {
    body.archive .single_grid {
        /* grid-template-rows: minmax(360px, auto) auto; */
        grid-template-columns: 1fr;
        overflow: hidden;
    }
}
.single_grid .single_header {
    position: relative;
    z-index: 3;
    grid-column: 1 / span 2;
    grid-row: 1 / span 1;
    padding-top: 60px;
    padding-bottom: 60px;
    display: block;
    max-width: 65%;
    height: auto;
    min-height: 300px;
}
@media screen and (max-width: 996px) {
    .single_grid .single_header {
        max-width: 90%
    }
}
.single_grid .single_bg_wrapper {
    width: 100%;
    overflow: hidden;
    background:#CED3D8;
    position: relative;
    min-height: 340px;
    width: 100%;
    grid-column: 1 / span 2;
    display: grid;
    align-items: flex-end;
}
@media screen and (max-width: 996px) {
    .single_grid .single_bg_wrapper {
        min-height: 300px;
    }
}
.single_grid .single_bg_wrapper > img.attachment-post-thumbnail {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
@media screen and (max-width: 600px) {
    .single_grid .single_bg_wrapper > img.attachment-post-thumbnail {
        height: 100%;
    }
}
.single_grid .single_bg_wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(206,211,216,0.6);
    backdrop-filter: blur(10px);
}
.single_grid div.single_sidebar {
    position: relative;
    z-index: 4;
    padding-left:40px;
    padding-right:40px;
    grid-column: 1 / span 1;
    grid-row: 2;
}
@media screen and (max-width:640px) {
    .single_grid div.single_sidebar {
        position: relative;
        z-index: 4;
        padding-left:40px;
        padding-right:40px;
        grid-column: 1 / span 2;
        grid-row: 2;
    }
}
.single_grid > article.topic,
.single_grid > article.resource {
    position: relative;
    z-index: 3;
    background: white;
    grid-column: 2 / span 1;
    grid-row: 2;
    padding-top: 40px;
    margin-top: -80px;
    padding-bottom: 120px;
}
@media screen and (max-width:640px) {
    .single_grid > article.topic,
    .single_grid > article.resource {
        position: relative;
        z-index: 3;
        background: white;
        grid-column: 1 / span 2;
        grid-row: 3;
        padding-top: 40px;
        margin-top: 20px;
        padding-bottom: 40px;
    }
}

.single_grid .single_header .blue_header {
    background: rgba(12,35,64,.9);
    color: #fff;
    position: relative;
    top: auto;
    /* bottom: 60px;
    left: 40px; */
    left: 40px;
    width: auto;
    height: auto;
    padding: 40px;
    margin-top: 100px;
    margin-bottom: 80px;
    display: inline-block;
}
@media screen and (max-width:640px) {
    .single_grid .single_header .blue_header {
        
        top: auto;
        left: 40px;
        width: auto;
        height: auto;
        padding: 40px;
        margin-top: 30px;
        margin-bottom: 20px;
        display: inline-block;
    }
}
.single_grid .single_header .blue_header .topic_title {
    font-size: 3rem;
    line-height: 1.25;
    font-weight: bold;
    display: inline-block;
}
@media screen and (max-width:996px) {
    .single_grid .single_header .blue_header .topic_title {
        font-size: 1.5rem;
        line-height: 1.1;
        font-weight: bold;
        display: inline-block;
    }
}
.single_grid .single_header .blue_header .topic_date {
    display: inline-block;
    width: 100%;
}
.single_grid div.single_sidebar .professor_list_item {
    display: grid;
    justify-items: flex-start;
    margin-top: -60px;
}
.single_grid div.single_sidebar .professor_list_item .professor_list_img {
    width: calc(100% - 50%);
    min-width: calc(calc(100% - 50%));
    max-width: calc(calc(100% - 80%));
    border-radius: 300px;
    overflow: hidden;
}
.single_grid div.single_sidebar .professor_list_item .professor_list_img img {
    display: block;
    width: 100%;
}
.single_grid div.single_sidebar .professor_list_item .professor_list_title {
    font-family: "Sumana", 'Times New Roman', Times, serif;
    font-size: 28px;
    font-weight: 700;
    width: 100%;
    justify-self: flex-start;
    padding-bottom: 14px;
}
.single_grid div.single_sidebar .professor_list_item a {
    display: grid;
    grid-template-columns: auto 30px;
    grid-column-gap: 6px;
    text-decoration: none;
    align-items: center;
    justify-items: flex-start;
    word-wrap: break-word;
    word-break: break-all;
    line-height: 1;
    width: auto;
    color: #0B2340;
    margin-top: 10px;
    margin-bottom: 6px;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    cursor: pointer;
    transition: all .2s ease;
}
.single_grid div.single_sidebar .professor_list_item .professor_list_calendar a:after {
    display: inline-block;
    padding-left: 6px;
    color: #ae9142;
    content: "";
    background-image: url(../images/gatgl_external_link.png);
    background-size: 22px 16px;
    width: 22px;
    height: 16px;
}
.single_grid div.single_sidebar p.logged-in-as a {
    display: inline-block;
    color: #0B2340;
}
.single_grid div.single_sidebar textarea {
    width: 100%;
    min-height: 150px;
    border-right:  6px solid #CED3D8;
    border-bottom: 6px solid #CED3D8;
    border-top:    6px solid #CED3D8;
    border-radius: 0 10px 10px 0;
    background: rgba(255,255,255,0.90);
    backdrop-filter: blur(8px);
    padding: 20px;
    overflow: auto;
    outline: none;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

input[type="submit"] {
    background: #0B2340;
    color: #fff;
    padding: 8px 34px 8px 24px;
    border: 1px solid  #0B2340;
    border-radius: 0.6em;
}
p.form-submit {
    position: relative;
    width: auto;
    display: inline;
    font-size: .9em;
}
p.form-submit:after {
    font: normal 14px/1 'dashicons';
    content: "\f345";
    position: absolute;
    top: 3px;
    right: 8px;
    color: #ae9142;
}
.single_grid .comment-author img {
    border-radius: 50px;
    width: 50px;
    height: 50px;
}
.single_grid h2.comments-title {
    position: relative;
    display: inline-block;
    font-size: 28px;
    line-height: 1;
    margin-top: 40px;
}
.single_grid .comments-area {
    grid-column: 2 / span 1;
}

.single_grid h2.comments-title::after {
    content: "";
    width: calc(100% - 40px);
    height: 4px;
    background: #ae9142;
    position: absolute;
    display: block;
    z-index: 2;
    bottom: -18px;
    left: -12px;
    transition: width .5s ease;
}
.single_grid h2.comments-title.loaded::after {
    width: 60px;
}
.footer_comments {
    grid-column: 2 / span 1;
    grid-row: auto;
    display: none;
}
@media screen and (max-width: 1600px) {
    body.single article.topic,
    body.single article.resource {
        padding: 40px;
    }
}
@media screen and (max-width: 996px) {
    body.single article.topic,
    body.single article.resource {
        grid-column: 1 / span 2;
        grid-row: 3;
        margin-top: 20px;
        margin-left: 40px;
    }
    .sidebar_comments {
        display: none;
    }
    .footer_comments {
        display: block;
        grid-row: 4;
        grid-column: 1 / span 2;
        padding-left: 40px;
        padding-right: 40px;
        margin-top: 40px;
    }

}
.footer-contacts > .page-sidebar {
    grid-column: 2 / span 2;
    grid-row: 1 / span 2;
    margin-top: 0;
    background: none;
}


.sidebar_spacer {
    min-height: 0px;
}

/* Breadcrumbs */
.breadcrumb_wrapper {
    display: block;
}
.breadcrumb_wrapper a {
    text-decoration: none;
}
.breadcrumb_wrapper a::after {
    font: normal 14px/1 'dashicons';
    content: "\f345";
    color: lightgray;
    padding-left: 4px;
    padding-top: 4px;
}
.breadcrumb_wrapper a:last-child:after {
    content: "";
}

/* Topic Grid */
body.archive {
    background: #fff;
}
body.archive .page-main {
    background: none;
    
}
body.archive .page-main .page-main {
    background: #fff;
    padding: 30px;
    /* grid-column: 3 / span 2; */
}
/* body.archive .page-main {
    grid-column: 3 / span 2;
} */
.archive article.topic,
.archive article.resource {
    padding-top: 0;
    background: none;
}
.topic_grid {
    display: grid;
    width: 100%;
    grid-template-columns: auto auto auto auto;
    grid-template-rows: auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    /* padding: 20px 40px 20px 20px; */
    padding: 0 !important;
}
.topic_grid div.archive-content-paging {
    grid-column: 1 / span 4;
    font-family: "Franklin Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-bottom: 0;
}
@media screen and (max-width:1400px ) {
    body .topic_grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .topic_grid div.archive-content-paging {
        grid-column: 1 / span 3;
    }
}
@media screen and (max-width:1200px ) {
    body .topic_grid {
        grid-template-columns: 1fr 1fr;
    }
    .topic_grid div.archive-content-paging {
        grid-column: 1 / span 2;
    }
    .resource .featured_links.professor_list_item {
        grid-column: 1 / span 2;
    }
}
@media screen and (max-width:900px ) {
    body.archive .topic_grid {
        grid-template-columns: 1fr;
    }
    .topic_grid div.archive-content-paging {
        grid-column: 1 / span 1;
    }
    .resource .featured_links.professor_list_item {
        grid-column: 1 / span 1;
    }
}
@media screen and (max-width:600px ) {
    body .topic_grid {
        grid-template-columns: 1fr;
    }
    .topic_grid div.archive-content-paging {
        grid-column: 1 / span 1;
    }
    .resource .featured_links.professor_list_item {
        grid-column: 1 / span 1;
    }
}
.topic_grid .topic_item {
    background: #fff;
    border-bottom: 3px solid transparent;
    transition: all .3s ease;
    padding: 0 0 10px 0;
    position: relative;
    /* box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15); */
}

.resource .topic_grid .topic_item {
    border-bottom: 3px solid transparent;
}
.topic_grid .topic_item:hover {
    /* background: #0c2340;
    transform: rotate(-3deg); */
    background: var(--wp--preset--color--accent-4);
    border-bottom: 3px solid #c3ccdb;
    transform: scale(1.01);
}
.topic_grid article {
    height: 100%;
}
.topic_grid article a.topic_item_inner {
    display: grid;
    grid-template-columns: 60px 1fr;
    grid-column-gap: 10px;
    height: 100%;
    text-decoration: none !important;
    color: #0c2340;
    /* padding: 10px; */
    padding: 0;
    cursor: pointer;
    height: 100%;
    min-height: 100%;
    
}
article.resource  .topic_grid article a.topic_item_inner,
body.post-type-archive-resource article.resource .topic_grid article a.topic_item_inner  {
    grid-template-rows: 148px 1fr;
}
.topic_grid article.resource a.topic_item_inner {
    display: grid;
    grid-template-columns: 60px 1fr;
    grid-template-rows: auto 1fr;
    grid-column-gap: 10px;
    height: 100%;
    text-decoration: none !important;
    color: #0c2340;
    padding: 0px;
    cursor: pointer;
    height: 100%;
    min-height: 100%;
    align-items: flex-start;
    justify-items: flex-start;
    grid-template-rows: 148px 1fr;
    grid-row-gap: 10px;
}
.topic_grid article.topic a.topic_item_inner > .post-thumbnail { 
    grid-column: 1 / span 2;
    grid-row: 1 / span 1;
    min-height: 0;
    width: 100%;
    margin-bottom: 20px;
    max-height: 140px;
    overflow: hidden;
}
.topic_grid article.resource a.topic_item_inner > .post-thumbnail {
    grid-column: 1 / span 2;
    grid-row: 1 / span 1;
    min-height: 0;
    width: 100%;
    margin-bottom: 20px;
    max-height: 140px;
    overflow: hidden;
}
@media screen and (max-width:992px) {
    .topic_grid article.topic a.topic_item_inner > .post-thumbnail,
    .topic_grid article.resource a.topic_item_inner > .post-thumbnail {
        max-height: 200px;
    }
}

.topic_grid article.topic a.topic_item_inner > .post-thumbnail img,
.topic_grid article.resource a.topic_item_inner > .post-thumbnail img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.topic_grid .topic_item article.topic a.topic_item_inner span.topic_date,
.topic_grid .topic_item article.resource a.topic_item_inner span.topic_date {
    text-decoration: none !important;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    align-items: flex-start;
    align-content: flex-start;
    justify-items: center;
    justify-content: center;
    transition: all .3s ease;
}
.topic_grid .topic_item:hover article.topic a.topic_item_inner span.topic_date,
.topic_grid .topic_item:hover article.resource a.topic_item_inner span.topic_date {
    /* color: #fff; */
}
.topic_grid .topic_item article.topic a.topic_item_inner span.topic_date span.topic_month,
.topic_grid .topic_item article.resource a.topic_item_inner span.topic_date span.topic_month {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 14px;
    padding-top: 2px;
}
.topic_grid .topic_item article.topic a.topic_item_inner span.topic_date span.formatted_day,
.topic_grid .topic_item article.resource a.topic_item_inner span.topic_date span.formatted_day {
    font-family: "Franklin Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    padding-top: 2px;
}
.topic_grid .topic_item article.topic a.topic_item_inner span.entry-header {
    padding-right: 30px;
    position: relative;
}
.topic_grid .topic_item article.topic a.topic_item_inner span.entry-header span.entry-title::after {
    content: "›";
    color: var(--wp--preset--color--accent);
    position: absolute;
    bottom: calc(50% - 12px);
    right: 20px;
    top: auto;
    left: auto;
    font-size: 24px;
    line-height: 24px;
    transition: all .3s ease;
    opacity: 0;
}
.topic_grid .topic_item:hover article.topic a.topic_item_inner span.entry-header span.entry-title::after {
    content: "›";
    right: 10px;
    opacity: 1;
}
.topic_grid .topic_item article.topic a.topic_item_inner span.entry-header span.entry-title {
    text-decoration: none !important;
    /* font-family: "Franklin Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif; */
    font-family: "Sumana", 'Times New Roman', Times, serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 20px;
    transition: all .3s ease;
    
}
.topic_grid .topic_item article.resource a.topic_item_inner span.entry-content span.entry-title {
    text-decoration: none !important;
    font-family: "Franklin Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 20px;
    transition: all .3s ease;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.topic_grid .topic_item:hover article.topic a.topic_item_inner span.entry-header span.entry-title,
.topic_grid .topic_item:hover article.resource a.topic_item_inner span.entry-header span.entry-title {
    /* color: #fff; */
}

.topic_grid .topic_item article.topic a.topic_item_inner span.topic_professor,
.topic_grid .topic_item article.resource a.topic_item_inner span.topic_professor {
    grid-column: 2 / span 1;
    grid-row: 3 / span 1;
    padding-bottom: 10px;
    transition: all .3s ease;
}
.topic_grid .topic_item:hover article.topic a.topic_item_inner span.topic_professor,
.topic_grid .topic_item:hover article.resource a.topic_item_inner span.topic_professor {
    color: #fff;
}



@media only screen and (min-width: 60em) {
    .site-content {
        min-height: 0px;
    }
}

/* Resources */
/* body.post-type-archive-resource .topic_item .entry-content .wp-block-file {
   display: none;
} */
h2.padtop {
    padding-top: 50px;
}
article.resource {
    height: 100%;
}
article.resource .entry-content {
    grid-column: 1 / span 2;
}
.topic_grid .topic_item article .entry-content {
    display: grid;
    height: 100%;
    min-height: 100%;
    justify-items: flex-start !important;
    align-items: flex-start;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto 1fr;
    padding-left: 10px;
    padding-right: 30px;
    grid-column: 1 / span 2;
    position: relative;
}
.topic_grid .topic_item article .entry-content {
    background: none;
}
.topic_grid .topic_item article .entry-content .entry-title {
    padding: 0px 0px 10px 0 !important;
    align-self: flex-start;
    /* font-family: "Franklin Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif; */
    font-family: "Sumana", 'Times New Roman', Times, serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 22px;
    width: 100%;
    text-align: left;
    transition: all .3s ease;
}
.topic_grid .topic_item:hover article .entry-content {
    background: none;
   
}
.topic_grid .topic_item article.resource .entry-content span.entry-title {
    padding: 0px 0px 10px 0 !important;
    align-self: flex-start;
    font-family: "Franklin Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    width: 100%;
    text-align: left;
    transition: all .3s ease;
}
.topic_grid .topic_item article.resource a.topic_item_inner .entry-content::after {
    content: "›";
    color: var(--wp--preset--color--accent);
    position: absolute;
    bottom: calc(50% - 12px);
    right: 20px;
    top: auto;
    left: auto;
    font-size: 24px;
    line-height: 24px;
    transition: all .3s ease;
    opacity: 0;
}
.topic_grid .topic_item article.resource a.topic_item_inner:hover .entry-content::after {
    content: "›";
    right: 10px;
    opacity: 1;
}
.topic_grid .topic_item article .entry-content p {
    padding: 0px !important;
    align-self: flex-start;
    width: 100%;
    text-align: left;
    transition: all .3s ease;
    line-height: 1.3;
}
body .entry-content.resource {
    background-color: transparent !important;
}
.topic_grid .topic_item:hover article .entry-content p {
    /* color: #fff; */
}
.topic_grid .topic_item article .entry-content .resource_cats {
    padding: 4px 0 0 0 !important;
    align-self: flex-end;
    width: 100%;
    text-align: left;
    transition: all .3s ease;
    font-style: italic;
}
.topic_grid .topic_item:hover article .entry-content .resource_cats {
    /* color: #fff; */
}
body.single-resource .single_grid div.single_sidebar {
    /* padding-top: 120px !important; */
}
body.single-resource .single_grid article.resource .entry-content h2.entry-title {
    display: none;
}
body.archive .blue_header .topic_date {
    display: none !important;
}

body.home .featured_list_wrapper:last-child {
    background: none;

}

body.page-template-page-two-column .page-sidebar,
body.page-template-page-two-column-alt2 .page-sidebar {
    margin-top: 0;
    background: none;
    border-left: 0;
    left: 0;
    margin-left: 0;
    /* background: #CED3D8 !important; */
    /* background: rgba(0,0,0,0.1); */
    padding: 0;
    max-width: 100% !important;
}
body.page-template-page-two-column .page-sidebar:before,
body.page-template-page-two-column-alt2 .page-sidebar:before {
    display: none;
}
body.page-template-page-two-column .page-sidebar #nav,
body.page-template-page-two-column-alt2 .page-sidebar #nav {
    display: block;
}
body.page-template-page-two-column .page-sidebar hr,
body.page-template-page-two-column-alt2 .page-sidebar hr {
    display: none;
}
.site-content.default .page-sidebar {
    grid-row: 2;
    grid-column: 2;
    margin-top: 6rem;
    padding-right: 40px;
}
@media screen and (max-width:960px ) {
    .site-content.default .page-sidebar {
        grid-column: 2 / span 2;
        grid-row: 3;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
body.page-template-page-two-column article.topic article.page .dh_title,
body.page-template-page-two-column-alt2 article.topic article.page .dh_title {
    display: none;
}
.breadcrumbs {
    margin-bottom: 2em;
    margin-left: -10px;
}
.breadcrumb_last {
    padding-left: 10px;
}
.breadcrumbs a {
    /* color: var(--wp--preset--color--link-color); */
    color: var(--wp--preset--color--contrast) !important;
    text-decoration: none !important;
    padding-left: 10px;
    font-size: 1;
}
.breadcrumbs a:visited {
    color: var(--wp--preset--color--accent-2) !important;
}
/* .wp-element-button {
    background-color: #0B2340;
    border-radius: 9px;
    color: #fff;
}
.wp-element-button:visited {
    color: #fff;
} */
span.ext {
    margin-left: 8px;
}
.wp-element-button, .wp-block-button__link {
    transition: all .3s ease;
    padding: 12px 20px 8px 20px;
}
.wp-block-button.is-style-outline .wp-block-button__link {
    padding: 12px 20px 8px 20px;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
    /* background-color: var(--wp--preset--color--accent-5); */
    background-color: rgba(0,0,0,0.4);
}
.nav-top li.active a {
    /* color: #ae9142;
    background: linear-gradient( 
            to bottom, #FFFF00, #FFFF00, 
             #0c2340, #0c2340); 
        -webkit-text-fill-color: transparent; 
        -webkit-background-clip: text; */
}
.nav-top li.active {
    position: relative;
}
/* .nav-top li.active::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 7px;
    border: 2px solid #ae9142;
    top: 12px;
    left: calc(50% - 8px);
    border-radius: 60%;
    color: yellow;
    box-shadow: 0px 0px 30px 6px rgba(255,255,0,0.85);
    -webkit-box-shadow: 0px 0px 30px 6px rgba(255,255,0,0.85);
    -moz-box-shadow: 0px 0px 30px 6px rgba(255,255,0,0.85);
    display: block !important;
} */
.nav-top li:hover {
    /* background-color: #edf2f9; */
    background-color: #fff;
}
.nav-top a:hover {
    background: none;
}

/* Sidebar and Nav */
.page-sidebar ul.menu {
    margin: 0;
    padding: 0;
}
.page-sidebar > ul.menu {
    /* margin-top: 40px; */
    margin: 0;
}
.page-sidebar ul.menu li {
    list-style-type: none;
    font-weight: normal;
    padding-top: 0px;
    padding-bottom: 0px;
}
.page-sidebar ul.menu > li.current-menu-parent,
.page-sidebar ul.menu li.current-menu-item {
    font-weight: bold;
}
.page-sidebar ul.menu li a {
    display: inline-block;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 1.25rem;
    width: 100%;
    padding: 8px 20px;
    background: rgba(255,255,255,0.0);
    transition: all .2s ease;
}
.page-sidebar ul.menu li a:hover {
    background: var(--wp--preset--color--button-background);
}
.page-sidebar ul.menu li a {

}

/* Print Styles */
@media print {
    .post-thumbnail {
        display: none !important;
    }
    .topic_grid {
        grid-template-columns: 1fr !important;
        display: block;
    }
    .featured_links.professor_list_item,
    .archive-content-paging {
        grid-column: 1 / span 1 !important;
    }
    .single_grid {
        display: block !important;
        grid-template-rows: auto !important;
    }
    .single_grid .single_header {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        min-height: 160px !important;
        max-height: 300px;
        height: auto !important;
        overflow: visible !important;
    }
    .single_grid .single_header .blue_header,
    .single_grid .single_header .blue_header > span.topic_title {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        font-size: 20px !important;
        line-height: 1.1 !important;
        overflow: hidden;
    }
    article.topic {
        grid-column: 1 / span 2;
        width: 100%;
    }
    .single_sidebar {
        display: none !important;
    }
    .dh_content {
        max-width: 100%;
    }
    .single_grid .single_bg_wrapper {
        display: inline-block !important;
        min-height: 0 !important;
        height: auto !important;
    }
    .single_grid .single_bg_wrapper img {
        display: none !important;
    }
    .single_grid .single_bg_wrapper:after {
        display: none;
    }
    .topic_grid .topic_item:hover {
        background: #dedede;
        border-bottom: 3px solid #0c2340;
        transition: all .3s ease;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        transform: rotate(-3deg);
    }
    .topic_grid .topic_item:hover {
        background: #dedede;
        border-bottom: 3px solid #0c2340;
        transition: all .3s ease;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        transform: rotate(-3deg);
    }
    .single_grid .single_bg_wrapper:after {
        display: none !important;
    }
}

/* Mobile Nav */
.nav-mobile {
    background-color:#F4F4F4;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.25) inset;
    padding-top: 4.5rem;
    padding-left: 40px;
    padding-right: 40px;
}

.entry-content > * {
    max-width: 100% !important;
}

/* @supports (display:grid) {
    @media only screen and (min-width: 48em) {
        footer .footer-org {
            grid-column: initial;
        }
    }
} */

@media screen and (max-width:996px) {
    .footer-contacts {
        grid-template-columns: 1fr;
    }
}

/* General Styles */
/* Header */
.site-header {
    border-top: 0px solid transparent !important;
    border-bottom: 0px solid transparent !important;
    padding-top: 30px;
}
.site-header .custom-logo-link {
    max-width: max(300px,20%);
}
.site-header .custom-logo-link img {
    width: 100%;
    max-width: 100% !important;
    height: auto;
    max-height: 200px;
}
.site-header .mark-header a {
    background: none;
    height: auto;
}
.site-header .mark-header a img {
    display: block;
}

/* Content */
.site-content {
    grid-template-rows: [header-start] minmax(180px,auto) [header-end content-start] 1fr [content-end];
}
.site-content .page-main {
    background-color: transparent !important;
    top: -10px !important;
    margin-bottom: -10px;
}
body.home .site-content .page-main {
    top: 0;
}
.entry-content {
    background: none;
}
.site-content .btn-primary {
    padding: 10px 28px;
}
.page-header {
    
}
.page-main .page-title {
    padding-top: 30px;
}
body strong {
    font-weight:bold;
}
.content--pull-top {
    background-color: rgba(255,255,255,0.9) !important;
}
body:not(.home) .page-main .site-content {
    /* background-color: #eaeaea !important; */
    background-color: transparent !important;
}

/* Footer */
.site-footer {
    grid-template-columns: [screen-start] var(--gutter-width) [org-start] 1fr [org-end parent-start] 30% [parent-end] var(--gutter-width) [screen-end];
}
.site-footer .footer-parent {
    background: rgba(0,0,0,0.1);
}
.site-footer:before {
    background: rgba(0,0,0,0.1);
}
.site-footer .footer-parent > a.custom-logo-link {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    max-height: 300px;
}
.site-footer .footer-parent > a.custom-logo-link img {
    display: inline-block;
    width: auto;
    max-width: 100%;
    max-height: 120px;
    height: auto;
}
.site-footer .footer-parent a {
    line-height: 1 !important;
}

@media screen and (max-width:768px) {
    .site-header .custom-logo-link img {
        width: auto !important;
        max-height: 60px !important;
    }
    .site-header .custom-logo-link {
        max-width:50%;
        width: 50%;
        display: grid;
        justify-content: center;
    }
    .site-title a, .site-title a:hover, .site-title a:visited {
        text-align: center;
    }
    .site-footer .footer-parent > a.custom-logo-link img {
        max-width:50%;
        width: 50%;
        display: grid;
        justify-content: center;
        margin-left: 25%;
        margin-right: 25%;
    }
    #site-title, .site-title, #site-title a {
        width: 100% !important;
        display: inline-block;
    }
}

