@charset "UTF-8";
/* Style for Multipage Specialty 2020 */
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap');
@import url("https://use.typekit.net/iro0aiz.css");

/* Medium and up */
@media screen and (min-width: 40em) {}
/* Large and up */
@media screen and (min-width: 64em) {}



/* FONTS */
:root {
    --fontstack-headings: 'Adobe Garamond Pro', 'EB Garamond', serif;
    --fontstack-body: 'Lato', 'Century Gothic', sans-serif;
}
:root {
    --white: #fff;
    --teal: #283d4a;
    --turquoise: #4E738A;
    --darkgray: #737478;
    --lightgray: #70707019;
    --orange: #AE6042;
}
body {
    font-family: Lato,Helvetica,Roboto,Arial,sans-serif;
    color: var(--darkgray);
}
#page-content li:not(.tabs-title) {
    margin-bottom: 1.25rem;
}

#page-content blockquote, 
#page-content blockquote p {
    color: var(--orange);
    font-family: adobe-garamond-pro, 'EB Garamond', serif;
    font-size: 30px;
    font-size: 1.4rem;
    text-align: center;
    margin: 1.5rem 0 2rem 0;
    border: none;
}
.grid-container {
    padding: 0 2rem;
    max-width: 75rem;
}

.visuallyhidden {
    display: none;
}

p {
    color: var(--darkgray);
}

#page-content p,
#page-content li {
    font-size: 1rem;
    font-family: Lato,Helvetica,Roboto,Arial,sans-serif;
}

.skip {
    position: absolute;
    left: -1000em;
    width: 20em;
}

/* PAGE DESIGN WIDGET OVERWRITES */
#page-content .whiteText:not(.heroHeader) > div, .darkText:not(.heroHeader) > div {
    background: none;
    border: 0;
}

#masthead #utility-nav {
    background: #44697c;
}

#masthead #utility-nav a {
    height: 45px;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.7rem;
    text-decoration: none;
    padding: 0.9375rem;
    line-height: 1.3;
}

#masthead #utility-nav li:not(.logoDiv) a:hover,
#masthead #utility-nav li:not(.logoDiv) a:active {
    text-decoration: underline;
    background: #2d2d33;
}

#gs {
    margin-left: 18px;
    padding-top: 15px;
}

#q,
#q2 {
    width: 120px;
    float: left;
    padding: 2px 5px;
    margin-bottom: 0;
    font-size: 0.8rem;
    height: 1.4rem;
    color: #2d2d33;
    border-radius: 15px;
    margin-right: 0;
}

#gs .button-group {
    margin-bottom: 0;
}

#gs2 {
    margin-left: 0.7rem;
}

input::placeholder,
textarea::placeholder {
    color: #656572;
}

#btnG {
    padding: 0px 9px;
    height: 1.4rem;
    color: #fff;
}

#wrapper {
    position: relative;
}


/* Main Navigation */
#main-nav .top-bar {
    padding: 0;
}
#main-nav .top-bar, #main-nav .top-bar ul {
    background: #44697c;
}
#main-nav .logoDiv a {
    padding: 0;
}
#main-nav .logoDiv h1 {
    margin: 0;
    font-size: 2.25rem;
}
#main-nav .logoDiv .top-logo {
    width: 225px;
    margin-right: 8.5rem;
}
#main-nav .top-bar > ul {
    margin: 0 auto;
}
#main-nav .menu a {
    color: #fff;
    text-decoration: none;
    font-size: .75rem;
    line-height: unset;
}
#main-nav .menu li:hover:not(.logoDiv):not(.has-form), 
#main-nav .menu li:focus:not(.logoDiv):not(.has-form),
#main-nav .menu li:focus-within:not(.logoDiv):not(.has-form){
    text-decoration: underline;
    background-color: #bd4f19;
}
#main-nav .menu li:not(.logoDiv):not(.has-form) a, #main-nav .menu li:not(.logoDiv):not(.has-form) a {
    padding: 1.2rem;
}

/* No greater than 900px, no less than 400px */
@media (max-width:1166px) and (min-width:1024px) {
    #main-nav .logoDiv {
        display:none;
    }
}


/* --------------------------- */
/* -------- MOBILE NAV ------- */
/* --------------------------- */

#main-nav .title-bar {
    background: #44697c;
    justify-content: space-between;
    padding: .5rem 1rem;
}
#main-nav .title-bar .top-logo {
    width: 225px;
}
#main-nav .title-bar h1 {
    font-size: 1.5rem;
    margin-right: 1.5rem;
}
#main-nav .accordion-menu {
    width: 100%;
    text-align: center;
}
#main-nav .accordion-menu .has-form {
    display: flex;
    justify-content: center;
}
#main-nav .accordion-menu #gs {
    padding: 1.2rem;
    margin-left: 12px;
}
#site-primary .accordion-menu {
    width: 100%;
}
/* ---------- Hero Header Widget --------- */
.heroHeader {
  position: relative;
  padding: 0;
}
.heroHeader .grid-container {
    max-width: 100%;
    padding: 0;
}
.heroHeader .grid-x {
  min-width: 100%;
  position: absolute;
  bottom: 0;
}
.heroHeader .cell {
  padding: 1rem;
  border: 0;
}
.darkText:not(.heroHeader) > div {border: none;}
.heroHeader.darkText .cell {
    background: rgba(255,255,255,0.3);
} 
.heroHeader h1, .heroHeader .hero-subheading {text-align: center;}
.heroHeader.darkText h1, .heroHeader.darkText .hero-subheading {text-shadow: 1px 1px #fff;}
.heroHeader.whiteText h1, .heroHeader.whiteText .hero-subheading {text-shadow: 1px 1px #000;}

/* --------------------------- */
/* ---------- FOOTER --------- */
/* --------------------------- */

footer {
    position: inherit;
    background-color: #283d4a !important;
}
.footer-logo {
    display: block;
    margin: 0 auto;
    width: 200px;
}

footer .grid-container {
    max-width: 80em;
}

footer .large-3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

footer p {
    color: #A6A6A6;
    font-size: .9em;
    text-align: center;
}
footer a, footer a:not(.button) {
    color: #fff;
    text-decoration: none;
}
footer a:hover, footer a:focus, 
footer .columns a:not(.button):hover, 
footer .columns a:not(.button):focus {
    color: #fff;
    text-decoration: underline;
}

footer .grid-container {
    margin: 5rem auto;
}

.footer-address, .footer-phone, .footer-email, .copyright {
    margin-bottom: 1em;
}

.footer-address p, .footer-phone p, .footer-email p, .copyright p {
    margin-bottom: 0;
}

.footer__links .pipe {
    margin-right: .25rem;
    padding-right: .25rem;
    border-right: 1px solid #737478;
}

.copyright p {
    text-align: center;
}
.socialmediaicons {
    font-size: 2.5rem;
    margin: 0 1rem 1rem 0;
    color: #fff;
    text-decoration: none;
}

footer #socialmedia {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer #socialmedia a {
    margin: 1em 0.5em;
}

footer #socialmedia a span {
    display: inline-block;
    font-size: 2em;
}

footer #socialmedia a span:hover {
    text-shadow: 0 0 10px #fff;
}

/* Footer -- DESKTOP */
@media screen and (min-width: 1024px) {
    footer #socialmedia a {
        margin: 1em;
    }
    
    footer #socialmedia a span {
        font-size: 3em;
    }
    footer .grid-container {
        margin: 8rem auto 4rem auto;
    }
    .footer-logo {
        margin: 2rem auto;
    }
    .footer-right {
        width: 160px;
        margin: 0 auto;
    }
    .footer-address, .footer-phone, .footer-email {
        width: 160px;
    }
    .footer-address p, .footer-phone p, .footer-email p {
        text-align: left;
    }
}