/*! HTML5 Boilerplate v7.2.0 | MIT License | https://html5boilerplate.com/ */


/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */


/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-family: 'Lato';
    font-size: 1em;
    line-height: 1.4;
    scroll-behavior: smooth;
}


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}


/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */


/* ==========================================================================
   Helper classes
   ========================================================================== */


/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}


/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
}


/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.sr-only.focusable:active,
.sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}


/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
    visibility: hidden;
}


/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}


/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}

* {
    -webkit-font-smoothing: antialiased;
}

h3 {
    color: #2e2e2e;
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 19px;
    text-align: center;
    text-transform: uppercase;
}

h4 {
    color: #7d7d7d;
    font-family: 'Lato', sans-serif;
    font-size: 100%;
    line-height: 1.7;
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
}

h5 {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    margin: 0;
    text-transform: uppercase;
}

p {
    color: #595959;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    line-height: 1.7;
}

a:hover {
    color: white;
    opacity: 0.8;
    text-decoration: none;
}

img {
    max-width: 100%;
}

section {
    padding-top: 115px;
}

.button {
    font-family: 'Lato';
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    line-height: 40px;
    padding: 0 25px;
    display: inline-block;
    border-radius: 25px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    background-color: #466f4b;
}

nav.navbar {
    padding-bottom: 0;
    padding-top: 0;
    position: fixed;
    z-index: 100;
    width: 100%;
}

nav.navbar.detached {
    background-color: #fff;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25);
    -khtml-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25);
}

nav .navbar-brand {
    padding-bottom: 0;
    padding-top: 0;
}

nav .navbar-brand img {
    max-width: 263px;
}

nav img.-dark {
    display: none;
}

nav .nav-link {
    color: #fff;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 122px;
    padding: 0 15px;
    margin: 0 10px;
}

nav.detached .nav-link {
    color: black;
}

nav.detached img.-dark {
    display: block;
}

nav.detached img.-light {
    display: none;
}

nav .navbar-toggler i {
    color: #fff;
    z-index: 10000;
}

nav.detached .navbar-toggler i {
    color: #000;
}

nav .navbar-toggler i.fa-close {
    color: #fff;
}

nav .navbar-collapse.collapsing {
    display: none;
}

nav .navbar-collapse.collapse.show {
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    min-height: 100vh;
}

nav .navbar-collapse.collapse.show .text-right {
    display: block !important;
    padding: 8px;
}

nav .navbar-collapse.collapse.show .fa-close {
    color: #fff;
}

nav .navbar-collapse.collapse.show .button {
    display: none !important;
}

nav .navbar-collapse.collapse.show .button.d-none {
    display: block !important;
    margin: 50px 30px;
    width: calc(100vw - 60px);
}

nav .navbar-collapse.collapse.show ul {
    border-top: 1px solid #fff;
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 30px;
    width: calc(100vw - 60px);
}

nav .navbar-collapse.collapse.show .nav-link {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: Lato;
    line-height: 40px;
    text-transform: uppercase;
}

#hero {
    background-image: url(../img/header-1.jpg);
    background-position: center;
    background-size: cover;
    height: 45vw;
    min-height: 500px;
    position: relative;
}

#hero .-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.25);
}

#hero .-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#hero h1 {
    color: white;
    font-size: 60px;
    line-height: 70px;
    font-weight: 800;
    letter-spacing: 0;
    font-family: Poppins;
    text-align: center;
}

#hero h2 {
    color: white;
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    letter-spacing: 0;
    font-family: Poppins;
    text-align: center;
}

#what-we-do {
    margin-top: -40px;
    padding-top: 155px;
    padding-bottom: 40px;
}

#impact {
    margin-top: -120px;
    padding-top: 120px;
}

#video {}

#impact .-inner1 {
    background-position: center;
    background-size: cover;
    padding: 55px 0;
}

#impact .-inner {
    background-image: url(../img/impact-background.jpg);
    background-position: center;
    background-size: cover;
    padding: 55px 0;
}

#video .-inner {
    background-image: url(../img/join-us-background.png);
    background-position: center;
    background-size: cover;
    padding: 55px 0;
}

#impact .-card {
    padding: 40px 90px 40px 40px;
    background-color: #fff;
    border-radius: 5px;
    width: 100%;
}

#video .-card {
    padding: 40px 90px 40px 40px;
    background-color: #fff;
    border-radius: 5px;
    max-width: 667px;
}

#impact .-card h5 {
    color: black;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 3%;
}

#impact .-card h3 {
    font-weight: 700;
    margin-bottom: 30px;
    text-align: left;
}

#video h3 {
    font-weight: 900;
    text-align: left;
    color: white!important;
    text-align: center;
    font-display: bold;
}

#video h4 {
    margin-bottom: 30px;
    text-align: left;
    color: white!important;
    text-align: center;
    font-display: bold;
}

#hubs {
    padding-top: 155px;
    margin-top: -40px;
}

#hubs h4 {
    margin-bottom: 110px;
}

#hubs .row>div {
    display: flex;
}

#hubs .-card {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    -khtml-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    border-radius: 4px;
    padding: 0 30px 30px;
    color: #777777;
}

#hubs .-card .-icon {
    background-color: #466f4b;
    color: #fff;
    display: block;
    height: 80px;
    line-height: 80px;
    margin: -40px auto 26px;
    width: 80px;
    font-size: 30px;
    border-radius: 50%;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    -khtml-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    text-align: center;
}

#hubs .-card h5 {
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 20px;
    text-align: center;
}

#hubs .-card p {
    text-align: center;
}

#hubs .-padding-bottom {
    padding-bottom: 20px;
}

#hubs .row>div {
    margin-bottom: 60px;
}

#join-us {
    padding-top: 120px;
    margin-top: -120px;
}

#join-us .-inner {
    background-image: url(../img/join-us-background.png);
    background-position: center;
    background-size: cover;
    padding: 68px 0 20px;
}

#join-us h3 {
    color: white;
    font-size: 30px;
    line-height: 30px;
}

#join-us h4 {
    color: white;
}

#stories {
    padding-top: 155px;
    margin-top: -40px;
}

#stories h4 {
    margin-bottom: 74px;
}

#stories .row>div {
    display: flex;
}

#stories .-card {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    -khtml-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -khtml-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -ms-border-radius: 4px 4px 4px 4px;
    -o-border-radius: 4px 4px 4px 4px;
    padding: 0 0 24px 0;
    margin: 0 0 20px;
}

#stories .-card-body {
    padding: 30px 20px 0;
}

#stories h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 8px;
}

#stories p {
    color: rgb(89, 89, 89);
    font-size: 14px;
    line-height: 1.7;
}

#team {
    padding-top: 130px;
    margin-top: -40px;
}

#team h3 {
    margin-bottom: 40px;
}

#team .-card {
    background-color: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    -khtml-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    padding: 30px;
    border-radius: 4px;
    margin-bottom: 60px;
}

#team .-card img {
    border-radius: 92px;
    display: block;
    height: 184px;
    margin: 10px auto 38px;
    width: 184px;
}

#team .-card h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding-bottom: 7px;
    text-align: center;
}

#team .-card p {
    color: #666666;
    padding: 4px 0 6px;
    text-align: center;
}

#team .-card .-social {
    border-top: 1px solid #e5e5e5;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    padding: 25px 0 0;
}

#team .-card .-social i {
    color: #595959;
    padding: 0 10px;
}

#contact {
    padding-top: 130px;
    margin-top: -40px;
    padding-bottom: 100px;
}

#contact .-contact-form {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    -khtml-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -khtml-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -ms-border-radius: 4px 4px 4px 4px;
    -o-border-radius: 4px 4px 4px 4px;
    overflow: hidden;
}

#contact .-contact-form .-left {
    background-color: #466f4b;
    padding: 42px 30px 50px;
}

#contact .-contact-form .-right {
    padding: 42px 30px 50px;
}

#contact .-contact-form h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    padding-bottom: 24px;
}

#contact .-contact-form .-right h5 {
    color: #000000;
}

#contact .-contact-form p {
    color: #fff;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 24px;
}

#contact input {
    border: 1px solid #ededed;
    border-radius: 3px;
    color: #000;
    font-size: 13px;
    height: 40px;
    margin-bottom: 20px;
    padding: 0 10px;
    width: 100%;
}

#contact textarea {
    border: 1px solid #ededed;
    border-radius: 3px;
    color: #000;
    font-size: 13px;
    height: 100px;
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
}

footer {
    background-color: #232323;
    color: #999;
    padding: 58px 0 37px;
}

footer img {
    margin: 10px 0;
    max-width: 260px;
}

footer p {
    color: #999;
    line-height: 1.7;
    margin-top: 0;
    margin-bottom: 15px;
}

footer h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 37px;
    margin-top: 0;
}

footer a {
    color: #999;
    font-size: 13px;
    text-transform: uppercase;
    /*padding: 0 0 10px 24px;*/
    padding-bottom: 10px;
}

footer .row>div {
    margin-bottom: 20px;
}

@media only screen and (max-width: 600px) {
    .sbk-foundation-header {
        font-size: 40px!important;
    }
}

.fa {
    line-height: 30px!important;
    font-size: 15px!important;
    width: 30px;
    height: 30px;
    text-align: center!important;
    text-decoration: none;
    border-radius: 50%;
    margin: 0 7px 0 0;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-linkedin {
    background: #007bb5;
    color: white;
}

.fa-wikipedia-w {
    background: #e9eeee;
    color: rgb(75, 69, 69);
}

@media only screen and (max-width: 1140px) {
    .disappear {
        display: none
    }
}

.float {
    float: left;
    padding: 0 30px 30px 30px
}

iframe {
    margin: 0 auto;
    display: block
}

@media only screen and (max-width: 600px) {
    .adjust-mobile {
        max-width: 100%!important
    }
}

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 200px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px
}


/* The Close Button */

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}