/* gt_d8.css */
/*
 *
 * De-Drupalizing and re-Bootstrapping theme.gatech.edu's styles for
 * building a static HTML/CSS/JS page/site.
 *
 * References:
 * Georgia Tech Body Content Styles | http://www.comm.gatech.edu/sites/default/files/documents/gtd8_body_styles_guide.pdf
 * Georgia Tech Website Header and Footer | http://www.comm.gatech.edu/sites/default/files/images/gtd8/gtd8_header_footer.pdf
 * Georgia Tech Static Site | https://github.gatech.edu/ICWebTeam/theme.gatech.edu/
 */

 /* ==========================================================================
   Base styling
   ========================================================================== */

/* Colors */
:root {
    --gt-gold: #B3A369;
    --gt-lt-gold: #BFB37C;
    --gt-md-gold: #AC9A58; /* Updated from #A4925A*/
    --gt-drk-gold: #857437;
    --gt-blktxt: #333;
    --gt-mdgray: #545454;
    --gt-drkgray: #3b3b3b;
    --gt-pimile-light: #F2F3F1;
    --gt-linkblue: #004F9F;
    --gt-linkhov: #1879DB;
    --gt-linkvisited: #730053;
    --gt-buzzgold: #EEB211;
}

body {
    font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/* Headings */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Roboto Condensed", "Helvetica Neue",
    "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    letter-spacing: .035rem;
    line-height: 1;
    margin-bottom: .25rem;
    color: var(--gt-md-gold);
}

h2, h2 a, .h2, .h2 a {
    font-size: 2.12rem;
}

h3, h3 a, .h3, .h3 a {
    font-size: 1.75rem;
}

h4, h4 a, .h4, .h4 a {
    font-size: 1.5rem;
}

h5, h5 a, .h5, .h5 a {
    font-size: 1.25rem;
}

h6, h6 a, .h6, .h6 a {
    font-size: 1rem;
}

h1.abel, h2.abel, h3.abel, h4.abel, h5.abel, h6.abel,
.h1.abel, .h2.abel, .h3.abel, .h4.abel, .h5.abel,
.h6.abel {
    font-family: 'Abel', sans-serif;
}

/* Paragraphs, intro text, and cutline text */
p {
    font-family: "Roboto", "Helvetica Neue",
    "Helvetica", "Arial", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: var(--gt-blktxt);
    margin-bottom: 1.3rem;
}

p.intro-text {
    font-size: 1.3rem;
    line-height: 1.9rem;
    font-weight: 300;
}

p.cutline-text {
    font-size: .83rem;
    line-height: 1.1rem;
    margin-bottom: 1rem;
}

/* Links */
a {
    color: var(--gt-linkblue);
    text-decoration: none;
    font-weight: 400;
}

a:active {
    color: var(--gt-blktxt);
}

a:visited {
    color: var(--gt-linkvisited);
}

p a {
    color: var(--gt-blktxt);
    display: inline-block;
    position: relative;
    transition: background .3s ease;
    text-decoration: none;
    font-weight: 600;
    line-height: 1;
    padding: .125rem .125rem 0 .125rem;
}

p a:active {
    background-color: var(--gt-buzzgold);
}

p a.external-link:before {
    font-family: "Font Awesome 5 Free";
    font-size: .85rem;
    font-weight: 900;
    content: "\f35d";
    padding-right: .25rem;
}

/* Lists */
ul, ol {
    margin-bottom: 1rem;
    list-style: none;
    padding-left: 2.5rem;
}

ul li, ol li {
    font-family: "Roboto", "Helvetica Neue",
    "Helvetica", "Arial", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: var(--gt-blktxt);
    margin-bottom: .5rem;
}

ul ul, ol ol {
    margin-top: .8rem;
}

/* Breadcrumbs */
li.breadcrumb-item a {
    text-transform: uppercase;
    font-size: .8rem;
    letter-spacing: 1px;
    color: var(--gt-mdgray);
    opacity: .9;
    font-weight: 400;
    margin-bottom: 0;
    padding-left: 0;
}

li.breadcrumb-item a:hover {
    text-decoration: underline;
}

li.breadcrumb-item a:active {
    font-weight: 700;
}

li.breadcrumb-item a::after {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 17" width="10" height="11"><polygon fill="%-23B3A369" points="10.5,0 5.7,0 10.5,8.4 5.7,17 10.5,17 15.5,8.4"/></svg>');
    left: 100%;
    width: 0;
    padding: 0 .5rem 0 .3rem;
}

/* Labels */
.label {
    font-size: 1.2rem;
    line-height: 1rem;
    font-weight: 400;
    letter-spacing: .04rem;
    margin-bottom: 0;
    display: inline-block;
    color: var(--gt-drk-gold);
    font-family: "Abel";
}

/* Buttons */
.btn {
    padding: 0rem 1.25rem;
    display: inline-block;
    transition: background .2s ease-in-out;
    line-height: 2.25rem;
    text-transform: uppercase;
    letter-spacing: .05rem;
    font-size: .8rem;
    text-decoration: none;
    font-weight: 600;
    border: 0;
    border-radius: 2px;
    -moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
}

.btn.btn-primary {
    background: var(--gt-gold);
    color: var(--gt-blktxt);
}

.btn.btn-primary:hover {
    background: var(--gt-lt-gold);
}

.btn.btn-secondary {
    background: var(--gt-drkgray);
}

.btn.btn-secondary:hover {
    background: var(--gt-mdgray);
}

.btn.btn-light {
    background-color: var(--gt-pimile-light);
    color: var(--gt-drk-gold);
}

.btn.btn-light:hover {
    background-color: #FFF;
    color: var(--gt-drk-gold);
}

/* ==========================================================================
   Header styling
   ========================================================================== */

header {
    background: #FFFFFF;
}

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

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

.container {
    max-width: 1200px;
}

.row {
    max-width: 1170px;
    padding: 0;
    margin: 0 auto;
}

.top-background-wrapper {
    overflow: hidden;
    background: linear-gradient(to right, var(--gt-md-gold) 0%, var(--gt-md-gold) 50%, #FFFFFF 50%, #FFFFFF 100%);
    background: -moz-linear-gradient(left, var(--gt-md-gold) 0%, var(--gt-md-gold) 50%, #FFFFFF 50%, #FFFFFF 100%);
    background: -webkit-linear-gradient(left, var(--gt-md-gold) 0%, var(--gt-md-gold) 50%, #FFFFFF 50%, #FFFFFF 100%);
}

.top-background {
    width: 100%;
    background: var(--gt-md-gold);
}

.top-background-angle {
    overflow: hidden;
    position: relative;
    width: 0;
    height: 0;
    border-bottom: 7.5rem solid var(--gt-md-gold);
    border-right: 4.5rem solid transparent;
}

.stripes {
    position: relative;
    width: 100%;
    height: 100%;
    margin-left: 0;
    background: #FFFFFF url(../images/stripe.svg);
    background-repeat: repeat-x;
    background-size: 1.625rem 1.625rem;
}

.ctn {
    background: #FFFFFF;
    border-left: 0.375rem solid #FFFFFF;
}

.ctn-background {
    max-width: 11.25rem;
}

.ctn-background img {
    float: right;
    background-size: auto auto;
    border: 0;
    margin-right: 0;
    vertical-align: top;
    width: 12.5rem;
    max-width: 100%;
    max-height: 1rem;
}

.ctn-angle {
    overflow: hidden;
    position: relative;
    width: 0;
    height: 0;
    border-bottom: 1.25rem solid transparent;
    border-right: 0.75rem solid #FFFFFF;
}

#middle-header {
    overflow: hidden;
}

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

.middle-background {
    overflow: hidden;
    background: -moz-linear-gradient(to right, var(--gt-lt-gold) 0%, var(--gt-gold) 100%);
    background: -webkit-linear-gradient(to right, var(--gt-lt-gold) 0%, var(--gt-gold) 100%);
    background: -o-linear-gradient(to right, var(--gt-lt-gold) 0%, var(--gt-gold) 100%);
    background: linear-gradient(to right, var(--gt-lt-gold) 0%, var(--gt-gold) 100%);
}

.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%;
    max-width: 100%;
}

.gt-logo-angle {
    overflow: hidden;
    position: relative;
    width: 0;
    height: 0;
    top: -1.25rem;
    border-bottom: 120px solid var(--gt-gold);
    border-right: 72px solid transparent;
}

header a, header a:link, header a:visited {
    color: #262626;
    font-weight: 400;
}

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

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

.site-name {
    color: var(--gt-blktxt);
    font-family: 'Abel', sans-serif;
    font-size: 2.4rem;
    font-weight: 100;
    line-height: 1;
    margin: .4rem 0;
}

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

.site-slogan {
    color: var(--gt-blktxt);
    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;
}

@media (max-width: 767.98px) {
    #gt-header .container {
        padding: 0;
    }

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

    .ctn-background {
        height: .8rem;
    }

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

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

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

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

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

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

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

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

    .site-slogan {
        color: #857437;
    }
}

@media (max-width: 991.98px)
{
    #gt-header .container {
        padding-right: 0;
    }

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

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

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

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

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

    .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-slogan {
        font-size: .95rem;
    }
}

@media (max-width: 1199.98px) {
    .top-background {
        margin: 0;
    }

    .ctn {
        padding-right: 15px;
    }

    .ctn-background img {
        margin: 0;
    }

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

/* ==========================================================================
   Footer styling
   ========================================================================== */

.footer-top-bar {
    background: var(--gt-lt-gold);
    background: linear-gradient(to right, var(--gt-lt-gold) 0%, var(--gt-gold) 100%);
    background: -moz-linear-gradient(left, var(--gt-lt-gold) 0%, var(--gt-gold) 100%);
    background: -webkit-linear-gradient(left, var(--gt-lt-gold) 0%, var(--gt-gold) 100%);
    height: 1rem;
}

.footer-bottom-bar {
    background: var(--gt-gold);
    background: linear-gradient(to right, var(--gt-gold) 0%, var(--gt-lt-gold) 100%);
    background: -moz-linear-gradient(left, var(--gt-gold) 0%, var(--gt-lt-gold) 100%);
    background: -webkit-linear-gradient(left, var(--gt-gold) 0%, var(--gt-lt-gold) 100%);
}

.footer-bottom-bar .ctn-footer img {
    background-size: auto auto;
    border: 0;
    vertical-align: top;
    max-width: 12.5rem;
}

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

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

#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;
}

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

#copyright img {
    background-size: auto auto;
    border: 0;
    vertical-align: top;
    width: 8.75rem;
}

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

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

/* ==========================================================================
   Landing page card styling
   ========================================================================== */

#error .card {
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    box-shadow: 0 0 1rem #EFEFEF;
}

#error .card-title h3 {
    border-bottom: 1px solid var(--gt-lt-gold);
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

#error h4 {
    font-size: 1.2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#error .text-muted p {
    color: var(--gt-mdgray);
}

#error p a {
    color: var(--gt-linkblue);
}

#error p a:visited {
    color: var(--gt-linkvisited);
}

#error .small p {
    font-size: .9rem;
    font-weight: 400;
}

