:root {
    --main-bgrnd: #FEFBEA;
    --main-body-text: #111;
    --main-topnav-bgrnd: #007077;
    --main-topnav-hedr: #FEFBEA;
    --main-topnav-hedr-shadow: #444;
    --main-topnav-text: #FEFBEA;
    --main-topnav-hover: turquoise;
    --main-topnav-toggle: turquoise;
    --main-ribbon-bgrnd: #E8E7CA;
    --main-ribbon-text: black;
    --main-splash-bgrnd: #ffc612;
    --main-splash-head: white;
    --main-splash-head-shadow: #007077;
    --main-splash-text: #007077;
    --main-btn-bgrnd: #007077;
    --main-btn-text: #FEFBEA;
    --main-action-bgrnd: orange;
    --main-action-text: #111;
    /* --main-teal: #007077; */
    /* --main-teal-blue: #07628F; */
    /* --main-teal-green: #078F72; */
    /* --main-orange: #C45000; */
    /* --main-cream: #FEFBEA; */
    /* --main-cream-darker: #E8E7CA; */
    /* --main-cream-darkest: #E8E0CA; */
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*
 * -- BASE STYLES --
 * Most of these are inherited from Base, but ...
 */

html {
    scroll-behavior: smooth;
}

body {
    background-color: var(--main-bgrnd);
    color: var(--main-body-text);
    font-size: 1em;
    font-family: 'Quattrocento Sans', sans-serif;
    font-weight: 400;
}

/* h1,
h2,
h3,
h4,
h5,
h6,
label {
    color: var(--main-body-text);
} */

.pure-img-responsive {
    max-width: 100%;
    height: auto;
}

/*
 * -- UTIL STYLES --
 */
.l-box {
    padding: 1em;
}

.l-box-lrg {
    padding: 2em;
    border-bottom: none;
}

.breakout-box {
    margin-top: 3em;
    border: 1px solid var(--main-body-text);
    padding: 0 1em;
}

.is-center {
    text-align: center;
}

/*
 * -- PURE BUTTON STYLES --
 */
.pure-button {
    background-color: var(--main-btn-bgrnd);
    color: var(--main-btn-text);
    padding: 0.5em 2em;
    border-radius: 5px;
}

.pure-button-action {
    background: var(--main-action-bgrnd);
    color: var(--main-action-text);
    font-size: 120%;
}

.pure-button-splash {
    font-size: 100%;
}

/*
 * -- PAGEBODY STYLES --
 */

div.pagebody {
    margin: 3em 1em 1em 1em;
}

/* div.pagebody p {
    font-family: 'Quattrocento', serif;
    text-indent: 5px;
} */

/* LANDING PAGE ========================================================== */
/* ======================================================================= */

/* div#iswithinyou p {
    font-family: 'Quattrocento Sans', sans-serif;
    text-indent: 5px;
} */

/*
 * -- SPLASH STYLES --
 * This is the top section, the hero section, that stays put and gets scrolled over
 */
.splash-container {
    background-image: url("/assets/img/eb-splash-hero-mobile.jpg");
    background-color: var(--main-splash-bgrnd);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    overflow: hidden;
    color: var(--main-splash-text);
    /* The following styles are required for the "scroll-over" effect */
    width: 100%;
    height: 101%;
    top: 0;
    left: 0;
    position: fixed !important;
}

.splash-topshade {
    width: 100%;
    height: 150px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#007077+41,007077+41,007077+42,007077+42,007077+42,007077+42,007077+42,7db9e8+100&1+32,0+97,0+97,0+97,0+97,0+97 */
    background: -moz-linear-gradient(top, rgba(0, 112, 119, 1) 32%, rgba(0, 112, 119, 0.86) 41%, rgba(0, 112, 119, 0.84) 42%, rgba(119, 181, 226, 0) 97%, rgba(125, 185, 232, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 112, 119, 1) 32%, rgba(0, 112, 119, 0.86) 41%, rgba(0, 112, 119, 0.84) 42%, rgba(119, 181, 226, 0) 97%, rgba(125, 185, 232, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 112, 119, 1) 32%, rgba(0, 112, 119, 0.86) 41%, rgba(0, 112, 119, 0.84) 42%, rgba(119, 181, 226, 0) 97%, rgba(125, 185, 232, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007077', endColorstr='#007db9e8', GradientType=0);
}

/*
* These two sections are baseline for mobile
* scaled up in media queries for larger screens
*/
.splash-box {
    position: relative;
    width: 100%;
    top: 2em;
}

.splash-subhead {
    color: var(--main-splash-text);
    font-size: 165%;
    font-family: 'Quattrocento Sans', sans-serif;
    letter-spacing: 3px;
    font-weight: 700;
    text-align: center;
    line-height: 1.3em;
    margin-bottom: 0.3em
}

/* This is the splash logo */
.splash-head {
    font-family: 'Kaushan Script', cursive;
    font-size: 400%;
    color: var(--main-splash-head);
    text-shadow: 2px 2px 2px var(--main-splash-head-shadow);
    text-align: center;
    /*    border: 3px solid var(--main-stark-light);*/
    /*    padding: 0.5em 1.1em 0.5em 0.6em;*/
    /*    border-radius: 30px;*/
    line-height: 1em;
}

.splash-body {
    margin-top: 3em;
    text-align: center;
}

/*
 * -- CONTENT STYLES --
 * This is the scrollable content area (everything below the fixed hero section)
 */
.content-wrapper {
    /* These styles are required for the "scroll-over" effect */
    /* the content is started just off screen (100% top) */
    position: absolute;
    width: 100%;
    /* these two add up to 100 */
    top: 100%;
    /*    min-height: 1%;*/
    z-index: 2;
    background: var(--main-bgrnd);
}

.content-handle {
    position: relative;
    top: -35px;
    text-align: center;
    font-size: 4em;
    color: var(--main-bgrnd);
    background: transparent;
}

/* We want to give the content area some more padding */
.content {
    padding: 1em 1em 3em;
}

/* This is the class used for the main content headers (<h2>) */
.content-head {
    font-family: 'Quattrocento Sans', sans-serif;
    /* font-family: 'Quattrocento', serif; */
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 2em 0 1em;
}

/* This is the class used for the content sub-headers (<h3>) */
.content-subhead {
    font-family: 'Quattrocento Sans', sans-serif;
    /* font-family: 'Quattrocento', serif; */
    color: var(--main-body-text);
}

.content-subhead i {
    margin-right: 7px;
}

/* This is the ribbon of contrast */
.ribbon {
    background: var(--main-ribbon-bgrnd);
    color: var(--main-ribbon-text);
}

/* This is a modifier class used when the content-head is inside a ribbon */
.content-head-ribbon {
    color: var(--main-ribbon-text);
}

.footer {
    margin-top: 3em;
    padding: 1em;
    font-size: .75em;
}

/*
 * -- TOP MENU HOME MENU --
 */
.topper-holder {
    padding: 0;
    text-align: left;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--main-topnav-bgrnd);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.10);
    z-index: 99;
}

.eb-hedr {
    font-family: 'Kaushan Script', cursive;
    font-size: 1.5em;
    text-shadow: 1px 1px 1px var(--main-topnav-hedr-shadow);
}

/* CUSTOM NAV WRAPPER */
.custom-wrapper {
    /*    margin-bottom: 0.5em;*/
    -webkit-font-smoothing: antialiased;
    height: 2.1em;
    overflow: hidden;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -ms-transition: height 0.5s;
    transition: height 0.5s;
}

/* height of dropdown menu */
/* if nav items chopped off, look here */
.custom-wrapper.open {
    height: 14em;
}

.custom-menu-2 {
    text-align: right;
}

.custom-menu-3 {
    text-align: left;
}

.custom-toggle {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
}

.custom-toggle .bar {
    background-color: var(--main-topnav-toggle);
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 100px;
    position: absolute;
    top: 18px;
    right: 7px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
}

.custom-toggle .bar:first-child {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}

.custom-toggle.x .bar {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-toggle.x .bar:first-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.custom-wrapper .pure-menu-link {
    color: var(--main-topnav-text);
}

.custom-wrapper .pure-menu-link:hover {
    color: var(--main-topnav-hover);
    background-color: transparent;
}

.custom-wrapper .pure-menu-heading {
    color: var(--main-topnav-hedr);
    text-transform: none;
    padding: 0;
    margin-bottom: 0.4em;
}

/* END CUSTOM NAV WRAPPER */

/* RESPONSIVE ============================================================ */
/* ======================================================================= */
/*
 * -- TABLET (AND UP) MEDIA QUERIES --
 * On tablets and other medium-sized devices, we want to customize some
 * of the mobile styles.
 */
@media (min-width: 48em) {

    /* We increase the body font size */
    body {
        font-size: 1.2em;
    }

    /* part of custom-wrapper topnav */
    .custom-menu-2 {
        text-align: center;
    }

    .custom-menu-3 {
        text-align: right;
    }

    .custom-toggle {
        display: none;
    }

    .custom-wrapper .pure-menu-heading {
        margin-bottom: 0;
    }

    /* We remove the border-separator assigned to .l-box-lrg */
    .l-box-lrg {
        border: none;
    }

    .splash-container {
        background-image: url("/assets/img/eb-splash-hero-desktop.jpg");
        background-position: right;
    }

    .splash-box {
        width: 50%;
    }

    .splash-head {
        font-size: 500%;
    }

    .splash-subhead {
        font-size: 200%;
    }
}

/*
 * -- DESKTOP (AND UP) MEDIA QUERIES --
 * On desktops and other large devices, we want to over-ride some
 * of the mobile and tablet styles.
 */
@media (min-width: 78em) {}