﻿body
{
    font-family: Roboto,sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
h1
{
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Staatliches,sans-serif;
    font-size: 52px;
    line-height: 44px;
    font-weight: 700;
    letter-spacing: 1px;
}
h2
{
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Staatliches,sans-serif;
    color: #792962;
    font-size: 45px;
    line-height: 1.3em;
    font-weight: 700;
    letter-spacing: 1px;
}
h3
{
    margin-top: 20px;
    margin-bottom: 10px;
    color: #458962;
    font-size: 28px;
    line-height: 30px;
    font-weight: 700;
}
h4
{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}
p
{
    margin: 0 0 1em;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 300;
}
ul
{
    margin-top: 29px;
    margin-bottom: 29px;
    padding-left: 40px;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 300;
}
li
{
    margin-bottom: 20px;
}
.nav-link
{
    padding: 33px 0 28px;
    -webkit-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out;
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}
.nav-link:hover
{
    color: #e5c027;
}
.nav-link.w--current
{
    border-bottom: 3px solid #de5000;
    color: #de5000;
}
.nav-link.mobile
{
    padding-top: 22px;
    padding-bottom: 22px;
}
.dropdown-item-wrapper
{
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    box-shadow: none;
}
.dropdown-item-wrapper.mobile
{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.nav-main
{
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 99;
    width: 100%;
    height: auto;
    border-bottom: 1px none #bebebe;
    background-color: #458962;
}
.logo-wrapper
{
    margin-right: 42px;
    padding-left: 0;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.nav-menu
{
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 31px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.infotext
{
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
}
.infotext.grey
{
    color: #909090;
}
.logo
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #fff;
    font-weight: 700;
}
.logo:hover
{
    -webkit-transform: translate(14px,0);
    -ms-transform: translate(14px,0);
    transform: translate(14px,0);
}
.logo._\31
{
    width: 150px;
}
.centered_w1
{
    display: block;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2em;
    padding-left: 2em;
}
.centered_w1.nav-wrapper
{
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    padding-right: 0;
    padding-left: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.28);
}
.nav-point-wrapper
{
    position: static;
    margin-right: 0;
    margin-left: 0;
    padding-right: 18px;
    padding-left: 18px;
    text-decoration: none;
}
.nav-point-wrapper.dropdown
{
    margin-right: 0;
    margin-left: 0;
    padding-right: 13px;
}
.nav-point-wrapper.dropdown._\32
{
    padding-right: 27px;
    padding-left: 27px;
}
.nav-point-wrapper.dropdown.closed
{
    display: none;
}
.nav-point-wrapper.last-nav-item
{
    padding-right: 0;
}
.centered-container
{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}
.dropdown-toggle
{
    padding: 0 18px 0 0;
    color: #fff;
}
.icon
{
    height: 17px;
    margin-top: 34px;
    margin-right: 0;
    padding-top: 1px;
    background-image: url("../image/609430fd487b13f2843a36c7_yellow-arrow.png");
    background-position: 100% 50%;
    background-size: 13px;
    background-repeat: no-repeat;
    color: hsla(0,0%,53.3%,0);
}
.icon.mobile
{
    margin-top: 23px;
}
.icon.mobile.open
{
    -webkit-transform: rotate(86deg);
    -ms-transform: rotate(86deg);
    transform: rotate(86deg);
}
.dropdown-item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 400px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-right: 1px solid #ddd;
    background-color: #f7f9fc;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    text-align: center;
    text-decoration: none;
}
.dropdown-item:hover
{
    background-color: #eff1f5;
}
.dropdown-list
{
    left: 0%;
    top: 82px;
    right: 0%;
    bottom: auto;
    display: none;
    overflow: hidden;
    height: 0;
    margin-top: 18px;
    background-color: #458962;
    box-shadow: 2px 12px 12px -11px rgba(0,0,0,.53);
}
.dropdown-list._\31
{
    position: relative;
    top: 0;
    display: block;
    height: auto;
}
.dropdown-list.about
{
    display: block;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
}
.dropdown-list.programs
{
    display: block;
    width: 100%;
    height: auto;
}
.dropdown-list.involved
{
    display: block;
    height: auto;
}
.dropdown-list.mobile
{
    position: relative;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.dropdown-icon
{
    width: 60px;
    height: 60px;
}
.dropdown-description-wrapper
{
    width: 100%;
    padding-right: 24px;
    padding-bottom: 48px;
    padding-left: 24px;
}
.dropdown-link
{
    margin-bottom: 7px;
    color: #de5000;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.2px;
    text-decoration: none;
    text-transform: uppercase;
}
.dropdown-icon-wrapper
{
    width: 100%;
}
.page-dropdown-overlay
{
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    display: block;
    background-color: rgba(0,0,0,.4);
}
.title1
{
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 72px;
    line-height: 1;
    font-weight: 300;
}
.link
{
    color: #cf6464;
}
.cards-image-2
{
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}
.centered_w3-2
{
    max-width: 740px;
    margin-right: auto;
    margin-left: auto;
}
.title2
{
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 48px;
    line-height: 1;
    font-weight: 300;
}
.cards-grid-container-2
{
    display: -ms-grid;
    display: grid;
    margin-top: 30px;
    padding-bottom: 20px;
    grid-auto-columns: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    text-align: left;
}
.title3
{
    margin-top: 20px;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
}
.cards-image-mask-2
{
    border-radius: 0%;
}
.content-wrapper
{
    margin-top: 26px;
}
.cards-section-2
{
    padding-top: 120px;
}
.copy
{
    color: #333;
    font-size: 16px;
    line-height: 21px;
}
.the-end
{
    margin-top: 100px;
    margin-bottom: 250px;
}
.gallery-2
{
    padding-top: 120px;
}
.dropdown-holder
{
    width: 35%;
    padding: 33px 34px;
    border-right: 1px none #cecece;
}
.dropdown-holder.small
{
    width: 100%;
    padding-right: 3px;
    padding-left: 3px;
}
.dropdown-holder.wider
{
    width: 45%;
}
.dropdown-holder.img
{
    width: auto;
    padding-right: 0;
    padding-left: 68px;
}
.dropdown-holder.img._\32
{
    padding-bottom: 0;
}
.dropdown-holder.img._\32.mobile
{
    display: none;
}
.dropdown-holder.mobile
{
    width: 100%;
    padding: 0;
}
.dropdown-holder.mobile-desc
{
    display: none;
}
.mega-menu-link
{
    display: block;
    margin-top: 17px;
    margin-bottom: 22px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: Staatliches,sans-serif;
    color: #e8c01c;
    font-size: 22px;
    letter-spacing: .4px;
    text-decoration: none;
}
.mega-menu-link:hover
{
    color: #792962;
}
.mega-menu-link._\32nd
{
    display: block;
    margin-top: 0;
    margin-bottom: 11px;
    padding-top: 10px;
    padding-bottom: 2px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-bottom: 1px solid hsla(0,0%,100%,.22);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: Roboto,sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 1.3em;
    letter-spacing: .2px;
}
.mega-menu-link._\32nd:hover
{
    border-bottom-color: #e8c01c;
    color: #e8c01c;
}
.dropdown-list-2
{
    background-color: #f7f9fc;
}
.dd-link-single
{
    display: block;
}
.toc-list
{
    margin-right: 43px;
    margin-left: 43px;
    padding-left: 0;
    list-style-type: none;
}
.toc
{
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 20000;
    display: none;
    overflow: visible;
    width: 350px;
    height: 100vh;
    max-height: none;
    max-width: 750px;
    padding: 43px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #00649e;
}
.line-1
{
    position: absolute;
    left: 0;
    top: 10px;
    right: 0;
    z-index: 2;
    display: block;
    width: 35px;
    height: 2px;
    margin-right: auto;
    margin-left: auto;
    background-color: #7a7a7a;
}
.line-1.simple
{
    top: 18px;
    background-color: #fff;
}
.image-3
{
    width: 300px;
}
.header-logo
{
    margin-right: 16px;
    padding-top: 18px;
    padding-left: 23px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.simple-menu-button
{
    top: 10px;
    right: 10px;
    z-index: 15000;
    overflow: hidden;
    width: 60px;
    height: 60px;
    padding: 0;
    background-color: transparent;
}
.simple-menu-button.w--open
{
    position: relative;
    left: auto;
    top: 10px;
    right: 10px;
    bottom: auto;
    background-color: transparent;
}
.list-item
{
    color: #fff;
}
.simple-nav
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
    padding-right: 0;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: transparent;
}
.toc-link
{
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #fff;
    font-size: 18px;
}
.toc-link:hover
{
    border-bottom: 2px solid #fdb823;
    color: #fdb823;
}
.toc-content
{
    width: 350px;
    opacity: 1;
    text-align: left;
}
.line-3
{
    position: absolute;
    left: 0;
    top: 30px;
    right: 0;
    z-index: 2;
    display: block;
    width: 35px;
    height: 2px;
    margin-right: auto;
    margin-left: auto;
    background-color: #7a7a7a;
}
.line-3.simple
{
    top: 38px;
    background-color: #fff;
}
.line-3.simple
{
    top: 38px;
    background-color: #115781;
}
.line-2
{
    position: absolute;
    left: 0;
    top: 20px;
    right: 0;
    z-index: 1;
    display: block;
    width: 35px;
    height: 2px;
    margin-right: auto;
    margin-left: auto;
    background-color: #7a7a7a;
}
.line-2.simple
{
    top: 28px;
    background-color: #fff;
}
.line-2.simple
{
    top: 28px;
    background-color: #115781;
}
.short-paragraph
{
    width: 75%;
}
.short-paragraph.hp
{
    font-size: 24px;
    line-height: 1.3em;
}
.underline-strong
{
    font-style: normal;
    text-decoration: underline;
}
.button
{
    margin-right: 15px;
    margin-bottom: 12px;
    padding: 19px 25px;
    border-style: none;
    border-width: 1px;
    border-color: #313131;
    border-radius: 3px;
    background-color: #e8c01c;
    box-shadow: 5px 5px 0 0 #458962;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: Staatliches,sans-serif;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
}
.button:hover
{
    border-style: none;
    border-width: 1px;
    border-color: #313131;
    box-shadow: 0 0 0 0 #458962;
    color: #792962;
}
.button.form-button
{
    margin-bottom: 0;
    padding-top: 14px;
    padding-bottom: 14px;
    border-radius: 0 3px 3px 0;
    box-shadow: none;
    font-size: 14px;
}
.button.large
{
    padding: 17px 34px;
}
.button.form
{
    margin-left: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: #d05240;
    box-shadow: none;
}
.button.form:hover
{
    color: #fde47b;
}
.button.light
{
    background-color: #fff;
    box-shadow: 5px 5px 0 0 #e8c01c;
    color: #d05240;
}
.button.light:hover
{
    box-shadow: 0 0 0 0 #e8c01c;
    color: #792962;
}
.button.purple
{
    background-color: #792962;
    box-shadow: 5px 5px 0 0 #d05240;
}
.button.purple:hover
{
    box-shadow: none;
    color: #e8c01c;
}
.section
{
    position: relative;
    display: block;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.section.full-screen
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.section.full-screen.background-image-side
{
    min-height: 600px;
    padding-top: 52px;
    padding-bottom: 52px;
    background-color: #212121;
    background-image: url("../image/60b1086370fdd44437abaaac_hero-bw.jpg");
    background-position: 100% 100%;
    background-size: contain;
    background-repeat: no-repeat;
}
.section.dark
{
    background-color: #d05240;
    color: #fff;
}
.section.dark.gray
{
    background-color: #2e2e2e;
}
.section.dark.green
{
    background-color: #458962;
}
.section.gray
{
    border-top: 1px none #000;
}
.section.footer
{
    background-color: #2e2e2e;
}
.section.interior-content-wrap
{
    padding-top: 86px;
}
.section.divider
{
    width: 80%;
    height: 50px;
    margin-top: 0;
    margin-bottom: 0;
    border-style: none;
    background-image: url("../image/60aff1c8b956895dda264f68_divider-01.svg");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}
.section.divider-2
{
    width: 80%;
    height: 50px;
    margin-top: 0;
    margin-bottom: 0;
    border-style: none;
    background-image: url("../image/60aff25309268e7726e738d2_divider-2-01.svg");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}
.section.narrow
{
    width: 90%;
}
.section.light
{
    background-color: #f1f1f1;
    color: #2e2e2e;
}
.row
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
.row.sm-reverse
{
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.row.footer-newsletter
{
    width: 110%;
    margin-top: 30px;
    padding-top: 35px;
    padding-bottom: 35px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #e8c01c;
}
.row.img-text
{
    padding-top: 41px;
    padding-bottom: 41px;
}
.row.img-text-reverse
{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.row.footer
{
    padding-right: 45px;
    padding-left: 45px;
}
.row.reverse
{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.row.big-text-little-text
{
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 90px;
    padding-bottom: 90px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.col
{
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}
.col.lg-6
{
    width: 50%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}
.col.lg-6.md-3.sm-2
{
    width: 60%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}
.col.lg-6.section-img
{
    padding-top: 35%;
    background-image: url("../image/60997e67794f3ca3cb935c7d_family-2.jpg");
    background-position: 0 0;
    background-size: cover;
}
.col.lg-4
{
    width: 55%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-family: Staatliches,sans-serif;
    font-size: 20px;
}
.col.lg-4.sm-2.lg-vertical-align
{
    width: 40%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.col.lg-1
{
    width: 8.33%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}
.col.lg-1.hidden-lg-down
{
    width: 5%;
}
.col.lg-3
{
    width: 33%;
    padding-right: 31px;
    padding-left: 31px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.col.lg-2
{
    width: 45%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}
.col.lg-2.md-3.sm-2
{
    width: 60%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}
.col.lg-8
{
    width: 66.66%;
}
.col.lg-8.flex-stretch.md-4
{
    width: 90%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.col.lg-4
{
    width: 33.33%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-family: Roboto,sans-serif;
}
.col.section-img-desc
{
    width: 50%;
    padding-right: 52px;
    padding-left: 44px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.value-proposition-container
{
    width: 40%;
}
.wrapper
{
    left: 0;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding: 110px 7%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px none #a0a0a0;
}
.wrapper.footer
{
    padding: 70px 0% 0;
}
.wrapper.yellow
{
    background-color: #e8c01c;
    background-image: url("../image/60945501483bda502f9d3a38_pattern-2.png");
    background-position: 100% 110%;
    background-size: 800px;
    background-repeat: no-repeat;
}

.wrapper.story
{
    padding-top: 110px;
    padding-right: 10%;
    padding-bottom: 110px;
    background-color: #792962;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(121,41,98,.81)),to(rgba(121,41,98,.81))),url("../image/60944c460ff1b0bd6fa824a6_pattern-2-01.svg");
    background-image: linear-gradient(180deg,rgba(121,41,98,.81),rgba(121,41,98,.81)),url("../image/60944c460ff1b0bd6fa824a6_pattern-2-01.svg");
    background-position: 0 0,0 0;
    background-size: auto,auto;
    color: #fff;
}
.wrapper.hp-audience
{
    padding-top: 62px;
    padding-bottom: 62px;
    background-color: #e8c01c;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(232,192,28,.9)),to(rgba(232,192,28,.9))),url("../image/60944c460ff1b0bd6fa824a6_pattern-2-01.svg");
    background-image: linear-gradient(180deg,rgba(232,192,28,.9),rgba(232,192,28,.9)),url("../image/60944c460ff1b0bd6fa824a6_pattern-2-01.svg");
    background-position: 0 0,0 0;
    background-size: auto,400px;
}
.wrapper._\33
{
    padding-top: 86px;
    padding-bottom: 86px;
}
.wrapper.story-b
{
    padding-top: 110px;
    padding-right: 10%;
    padding-bottom: 110px;
    background-color: #458962;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(69,137,98,.4)),to(rgba(69,137,98,.4))),url("../image/60b10c4cd593b69dae4ad10a_african-pattern.png");
    background-image: linear-gradient(180deg,rgba(69,137,98,.4),rgba(69,137,98,.4)),url("../image/60b10c4cd593b69dae4ad10a_african-pattern.png");
    background-position: 0 0,0 0;
    background-size: auto,auto;
    color: #fff;
}
.side-image
{
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.margin-bottom
{
    margin-bottom: 40px;
}
.margin-bottom.small
{
    margin-bottom: 20px;
}
.social-media-icon
{
    padding: 8px;
    -webkit-filter: saturate(0%);
    filter: saturate(0%);
}
.form
{
    margin-right: 22px;
    margin-bottom: 0;
    padding-top: 0;
}
.search-button
{
    height: 30px;
    margin-left: 8px;
    padding-top: 4px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-radius: 3px;
    background-color: #458962;
    line-height: 22px;
}
.header-search
{
    display: inline-block;
    margin-bottom: 20px;
}
.negative-margin
{
    margin-left: -18px;
}
.footer-text-no-link
{
    margin-bottom: 0;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    opacity: 1;
    -webkit-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
    font-family: Roboto,sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    text-decoration: none;
    cursor: pointer;
}
.footer-text-no-link p
{
    font-size: 15px;
}
.footer-text-no-link:hover
{
    opacity: 1;
}
.footer-text-no-link.w--current
{
    opacity: 1;
    font-weight: 500;
}
.nav-logo-2
{
    width: 250px;
    margin-bottom: 15px;
    padding: 0;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.nav-logo-2.w--current
{
    padding: 15px 40px;
    background-color: #e0e0e0;
    color: #000;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
}
.form-with-button
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.form-with-button.horizontal
{
    display: grid;
    grid-template-columns: 1fr auto;
    position: relative;
}
.form-with-button.horizontal .wpcf7-spinner
{
    position: absolute;
    right: -40px;
    top: 14px;
}
.form-with-button.horizontal .button
{
    margin-bottom: auto;
}
.form-with-button.horizontal .wpcf7-not-valid-tip
{
    margin: 10px 0;
}
.form-with-button.horizontal .wpcf7-response-output
{
    grid-column: 1/span 2;
    margin: 10px 0 0;
}
.wpcf7 form.invalid.form-with-button.horizontal .wpcf7-response-output
{
    border-color: #000;
}
.form-with-button.horizontal.search
{
    max-width: 400px;
}
.header-search-field
{
    height: 30px;
    margin-bottom: 0;
    font-family: Roboto,sans-serif;
    color: #353535;
    font-size: 18px;
}
.footer-link
{
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 2px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    border-bottom: 1px solid #5e5e5e;
    opacity: 1;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: Roboto,sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
    cursor: pointer;
}
.footer-link:hover
{
    border-bottom-color: #e8c01c;
    opacity: 1;
    color: #e8c01c;
}
.footer-link.w--current
{
    opacity: 1;
    font-weight: 500;
}
.footer-links-container
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 28px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.footer-heading
{
    margin-top: 20px;
    margin-bottom: 5px;
    font-family: Staatliches,sans-serif;
    color: #e8c01c;
    font-size: 30px;
    line-height: 1.4em;
    letter-spacing: .7px;
    text-decoration: none;
}
.footer-heading.email
{
    margin-top: 5px;
    margin-right: 14px;
    margin-bottom: 0;
    color: #000;
}
.form-field
{
    min-width: 200px;
    margin-bottom: 20px;
    padding: 26px 16px;
    border-style: none;
    border-radius: 3px;
    background-color: rgba(236,236,236,.6);
    background-image: none;
    color: #313131;
}
.form-field::-webkit-input-placeholder
{
    color: #313131;
}
.form-field:-ms-input-placeholder
{
    color: #313131;
}
.form-field::-ms-input-placeholder
{
    color: #313131;
}
.form-field::placeholder
{
    color: #313131;
}
.form-field.no-bottom-margins
{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: rgba(0,0,0,.04);
}
.form-field.no-bottom-margins.footer
{
    min-width: 250px;
    margin-top: 0;
    margin-bottom: 0;
    background-color: #fff;
}
.heading-2
{
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 19px;
    font-family: Staatliches,sans-serif;
    color: #3d3d3d;
    font-size: 36px;
    line-height: 1.2em;
    text-decoration: none;
}
.section-header
{
    display: block;
    margin: 0 auto 80px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.resource-thumb-container
{
    border-color: rgba(150,150,150,.2);
    text-decoration: none;
}
.resource-thumb-container-2
{
    overflow: hidden;
    margin-bottom: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-style: none;
    border-width: 1px;
    border-color: rgba(9,106,208,.2);
    border-radius: 6px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    text-decoration: none;
}
.resource-thumb-container-2:hover
{
    -webkit-transform: translate(0,-5px);
    -ms-transform: translate(0,-5px);
    transform: translate(0,-5px);
}
.topic-tag
{
    position: relative;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: inline-block;
    margin: 0 11px 13px auto;
    padding: 4px 10px 2px;
    float: none;
    clear: none;
    background-color: #6d6d6d;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}
.publication-desc
{
    color: #4b4b4b;
    font-size: 16px;
}
.publication-desc.link
{
    display: inline-block;
    margin-bottom: 0;
    border-bottom: 3px solid #792962;
    -webkit-transition: border-color 300ms ease;
    transition: border-color 300ms ease;
    color: #792962;
    font-weight: 700;
    text-decoration: none;
}
.publication-desc.link:hover
{
    border-bottom-color: #e8c01c;
}
.resource-type
{
    margin-bottom: 10px;
    color: rgba(36,36,36,.6);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.hp-button-wrap
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.resource-thumb-img-container.full-wdith
{
    width: 40%;
}
.flex-horizontal
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.publication-thumb
{
    width: 100%;
    height: 50%;
    padding-top: 0%;
    padding-bottom: 0;
    border-radius: 0;
    background-position: 0 0;
    background-size: cover;
}
.publication-thumb._\32
{
}
.resource-thumb-content
{
    padding: 10px 0 0;
}
.resource-thumb-content.full-width
{
    width: 60%;
    padding-left: 25px;
}
.heading-3
{
    display: block;
    margin-bottom: 32px;
    margin-left: 14px;
    font-family: Staatliches,sans-serif;
    color: #fff;
    font-size: 55px;
    line-height: 1.5em;
}
.resource-intro
{
    margin-bottom: 23px;
    padding-bottom: 37px;
    border-bottom: 1px solid #cecece;
    font-size: 24px;
}
.blog-main-content
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.blog-sidebar
{
    width: 20%;
    margin-right: 50px;
}
.content-image-container
{
    display: block;
    overflow: hidden;
    width: 80%;
    margin: 43px auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.blog-side-bar-link
{
    margin-bottom: 13px;
    color: #303030;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.single-resource-page
{
    margin-top: -10px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d8d8d8;
}
.blog-container
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.wrapper-2
{
    left: 0;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding: 40px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.wrapper-2.interior-hero
{
    padding-top: 201px;
    background-color: #792962;
    background-image: url("../image/60b0fdff56cbfb30a924b907_community-heading.jpg");
    background-position: 0 0;
    background-size: cover;
    color: #fff;
}
.wrapper-2.interior-hero._\32
{
    background-image: url("../image/60b10b4c5ea91f056e2b9d7e_hero.jpg");
}
.wrapper-2.interior-hero.no-img
{
    padding-top: 150px;
    background-image: none;
}
.wrapper-2.centre-align
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrapper-2.blog
{
    background-color: #792962;
}
.blog-nav-block
{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #b8b8b8;
}
.blog-nav-block.last
{
    border-bottom-style: none;
}
.resource-tag
{
    margin-right: 9px;
    margin-bottom: 8px;
    padding: 8px 17px;
    border-style: none;
    border-width: 1px;
    border-color: #7c7c7c;
    border-radius: 100px;
    background-color: #e8c01c;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}
.resource-tag.large
{
    padding: 8px 15px;
    border-width: 2px;
    border-color: #000;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}
.resource-tag.selected
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #471138;
    color: #fff;
}
.caption
{
    margin-top: 12px;
    padding-bottom: 15px;
    border-bottom: 1px solid #bdbdbd;
    font-weight: 300;
}
.blog-sidebar-header
{
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid #b9b9b9;
    color: #303030;
    font-size: 18px;
    font-weight: 700;
    text-transform: none;
}
.blog-post-list-item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 48%;
    margin-bottom: 36px;
    padding: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-style: none;
    border-width: 1px;
    border-color: #ddd;
    background-color: #fff;
    -webkit-transition: box-shadow 200ms ease;
    transition: box-shadow 200ms ease;
}
.blog-post-list-item:hover
{
    box-shadow: 1px 1px 12px -4px rgba(0,0,0,.81);
}
.blog-post-list-item.with-photo
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 33px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.blog-post-list-item.no-img
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.date
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 13px;
    padding-top: 8px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-top: 1px none #c5c5c5;
}
.blog-img
{
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.blog-meta
{
    color: #2e2e2e;
    font-weight: 700;
    text-transform: uppercase;
}
.related-pager
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1rem;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.results--pager__item
{
    margin-right: .4rem;
    margin-bottom: .333rem;
    padding: .6rem .85rem;
    border-style: solid;
    border-width: 1px;
    border-color: #458962;
    border-radius: 2rem;
    background-color: #458962;
    box-shadow: none;
    color: #fff;
    font-size: 17px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .04em;
    text-decoration: none;
    text-transform: uppercase;
}
.results--pager__item:hover
{
    border-color: rgba(255,255,255,.6);
    box-shadow: none;
}
.results--pager__item.current
{
    border-color: #313131;
    background-color: #313131;
    color: #fff;
    text-decoration: none;
}
.resource-tag-wrap
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 19px;
    margin-bottom: 29px;
    padding-bottom: 13px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px none #c5c5c5;
}
.blog-img-src
{
    width: 100%;
}
.filter-label
{
    margin-right: 12px;
    padding-top: 8px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}
.interior-page-intro-text
{
    width: 75%;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 300;
}
.interior-single-column-content
{
    position: relative;
    display: block;
    overflow: hidden;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.block
{
    left: 0;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.block.investment
{
    padding-top: 200px;
    background-color: #e9e9e9;
}
.block.alumni-story
{
    margin-top: 42px;
    margin-bottom: 44px;
    padding-right: 43px;
    padding-left: 43px;
    background-color: #818181;
}
.block.narrow
{
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}
.block.video
{
    background-color: #2e2e2e;
}
.divider
{
    width: 90%;
    height: 2px;
    margin: 31px auto;
    border-style: solid;
    border-width: 1px;
    border-color: #e6e6e6;
}
.light
{
    color: #fff;
}
.light.large
{
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.3em;
}
.intro-paragraph
{
    opacity: .5;
    color: #fff;
    font-size: 22px;
    line-height: 1.5em;
    font-weight: 300;
    text-align: center;
}
.intro-paragraph.ain
{
    font-size: 32px;
}
.section-2
{
    position: relative;
    display: block;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0;
    padding-bottom: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.intro-hero-headline
{
    margin-bottom: 30px;
    color: #fff;
    font-size: 60px;
    line-height: 1em;
    font-weight: 300;
    letter-spacing: 0;
}
.centre-align
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.main-link
{
    padding-top: 16px;
    padding-bottom: 16px;
    color: #fff;
    font-size: 18px;
}
.list-page
{
    position: relative;
    display: block;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0;
    padding-bottom: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.dark
{
    background-color: #441d39;
}
.paragraph-small
{
    color: rgba(9,106,208,.6);
    font-size: 15px;
    font-weight: 300;
}
.paragraph-small.short-paragraph
{
    width: 100%;
    color: rgba(7,7,7,.6);
    font-size: 18px;
    line-height: 1.3em;
}
.icon-2
{
    margin-bottom: 20px;
    color: #fff;
    font-size: 24px;
}
.row-2
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    padding-top: 59px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
.wrapper-3
{
    left: 0;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    max-width: 1230px;
    margin-right: auto;
    margin-left: auto;
    padding: 77px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.content-image-container-2
{
    display: block;
    overflow: hidden;
    width: 40%;
    margin: 0 auto 43px 48px;
    float: right;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.styleguide-small-divider
{
    width: 100%;
    margin-top: 0;
    opacity: .3;
}
.horizontal-line
{
    width: 100%;
    height: 1px;
    margin-bottom: 40px;
    background-color: #fff;
}
.horizontal-line.light
{
    margin-top: 10px;
    margin-bottom: 20px;
    background-color: rgba(41,127,202,.8);
    color: #313131;
}
.publication-desc-2
{
    font-size: 16px;
}
.styleguide-caption
{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.styleguide-caption.small-divider
{
    margin-top: -15px;
    font-size: 12px;
}
.contact-form-container
{
    width: 100%;
    border-radius: 6px;
}
.contact-form-container.card
{
    margin-top: 60px;
    padding: 0;
    border-style: none;
    border-width: 1px;
    border-color: rgba(9,106,208,.2);
    background-color: #fff;
    box-shadow: none;
}
.text-area-2
{
    min-height: 140px;
    margin-bottom: 20px;
    padding-top: 16px;
    padding-left: 16px;
    border-style: none;
    border-radius: 3px;
    background-color: rgba(236,236,236,.6);
    color: #313131;
}
.text-area-2::-webkit-input-placeholder
{
    color: #313131;
}
.text-area-2:-ms-input-placeholder
{
    color: #313131;
}
.text-area-2::-ms-input-placeholder
{
    color: #313131;
}
.text-area-2::placeholder
{
    color: #313131;
}
.publication-thumb-2
{
    width: 100%;
    height: 100%;
    padding-top: 80%;
    padding-bottom: 0;
    border-radius: 0;
    background-color: #f2f2f2;
}
.full-width-resource-thumbnail
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-style: solid;
    border-width: 1px;
    border-color: #c4c4c4;
    border-radius: 6px;
}
.full-width-resource-thumbnail.narrow-column
{
    margin-top: 38px;
    margin-bottom: 38px;
}
.video-container
{
    width: 80%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 73px;
    padding-bottom: 73px;
}
.video
{
    margin-top: 47px;
}
.impact-img
{
    margin-bottom: 16px;
}
.hero-headline
{
    background-color: #125592;
    color: #fff;
    line-height: 1.5em;
}
.section-img-holder
{
    width: 100%;
}
.hp-section-header
{
    display: inline-block;
    margin-bottom: 20px;
    margin-left: -61px;
    font-family: Staatliches,sans-serif;
    font-size: 55px;
}
.hp-section-header.reverse
{
    margin-right: -61px;
    margin-left: 0;
}
.dropdown-heading
{
    margin-top: 0;
    font-family: Staatliches,sans-serif;
    color: #fff;
    font-size: 40px;
    line-height: 1.2em;
    letter-spacing: .8px;
}
.paragraph
{
    font-family: Roboto,sans-serif;
    color: #fff;
    font-size: 16px;
}
.navigation-dropdown-heading
{
    font-family: Staatliches,sans-serif;
    color: #e8c01c;
    line-height: 1.3em;
    font-weight: 400;
    letter-spacing: .4px;
}
.nav-heading-link
{
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #e8c01c;
    font-size: 30px;
    text-decoration: none;
}
.nav-heading-link:hover
{
    color: #792962;
}
.dropdown-img-holder
{
    overflow: visible;
    padding-bottom: 20px;
    background-image: url("../image/60943fb6cb15d250be7c6ad0_pattern-1.jpg");
    background-position: 0 0;
    background-size: 250px;
}
.dropdown-menu-items
{
    padding-left: 18px;
    border-left: 3px solid #792962;
}
.dropdown-menu-items.mobile-items
{
    padding-left: 0;
    border-left-style: none;
}
.mega-menu-text
{
    color: hsla(0,0%,100%,.83);
    font-size: 18px;
    line-height: 1.4em;
}
.mega-menu-column
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.mega-menu-img
{
    width: 400px;
    margin-top: -20px;
    margin-left: -20px;
}
.highlight
{
    background-color: #d05240;
    box-shadow: -13px 0 0 0 #d05240,14px 0 0 0 #d05240;
}
.quotation
{
    font-family: Kalam,sans-serif;
}
.quotation-attribution
{
    margin-top: 41px;
    font-family: Roboto,sans-serif;
    font-size: 20px;
}
.excerpt
{
    margin-top: 31px;
    margin-bottom: 31px;
    font-family: Roboto,sans-serif;
    font-size: 18px;
}
.story-section-img-large
{
    width: 50%;
    margin-left: 52px;
    padding-top: 40%;
    padding-bottom: 0;
    background-image: url("../image/60942dd376b2fac838c79fb7_climbing.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 11px 11px 0 0 #458962;
}
.story-section-img-large.reverse
{
    margin-left: 0;
    background-image: url("../image/60b10766f3a5880acec30554_learning01.jpeg");
}
.story-section-img-large.reverse.b
{
    box-shadow: 11px 11px 0 0 #792962;
}
.hp-section-text
{
    width: 40%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.section-title
{
    color: #792962;
    font-size: 55px;
    line-height: 1.2em;
    letter-spacing: 2px;
}
.header-highlight
{
    background-color: #458962;
    box-shadow: -13px 0 0 0 #458962,14px 0 0 0 #458962;
    color: #fff;
}
.simple-menu-button-2
{
    top: 0;
    right: 0;
    z-index: 15000;
    display: none;
    overflow: hidden;
    width: 60px;
    height: 60px;
    padding: 0;
    background-color: transparent;
}
.simple-menu-button-2.w--open
{
    position: relative;
    left: auto;
    top: 10px;
    right: 10px;
    bottom: auto;
    background-color: transparent;
}
.line-4
{
    position: absolute;
    left: 0;
    top: 10px;
    right: 0;
    z-index: 2;
    display: block;
    width: 35px;
    height: 2px;
    margin-right: auto;
    margin-left: auto;
    background-color: #12294c;
}
.line-4.simple
{
    top: 18px;
    background-color: #115781;
}
.small-highlight
{
    background-color: #e8c01c;
    box-shadow: -13px 0 0 0 #e8c01c,14px 0 0 0 #e8c01c;
}
.audience-img
{
    margin-top: 14px;
    margin-left: 19px;
}
.nav-container
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.blog-title
{
    font-size: 38px;
    line-height: 1.2em;
}
.blog-title.no-img
{
    color: #458962;
}
.page-title
{
    font-family: Staatliches,sans-serif;
    color: #fff;
    font-size: 55px;
    line-height: 1.3em;
    letter-spacing: 2px;
}
.blog-excerpt
{
    color: #535353;
    font-size: 16px;
    line-height: 1.4em;
}
.full-img
{
    width: 100%;
}
.img-with-shadow
{
    width: 100%;
    margin-left: 0;
    padding-top: 0%;
    padding-bottom: 0;
    box-shadow: 11px 11px 0 0 #458962;
}
.img-with-shadow-2
{
    width: 100%;
    margin-left: 0;
    padding-top: 0%;
    padding-bottom: 0;
    box-shadow: -11px 11px 0 0 #792962;
}
.img-block-heading
{
    color: #2e2e2e;
}
.pulse-forward
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 13px 21px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    font-size: 16px;
}
.pf-logo
{
    height: 30px;
    margin-left: 11px;
}
.image-5
{
    height: 100%;
}
.big-text-block-heading
{
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
    font-size: 55px;
}
.big-text-block-heading.dark-text
{
    color: #792962;
}
.block-quote
{
    width: 50%;
    margin-top: 26px;
    margin-bottom: 26px;
    margin-left: 37px;
    float: right;
    border-left-width: 8px;
    border-left-color: #792962;
    color: #d05240;
    font-size: 26px;
    line-height: 1.4em;
    font-weight: 700;
}
.close
{
    width: 10px;
    height: 10px;
    margin-left: 9px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    opacity: .48;
}
.image-6
{
    display: block;
}
.mobile-nav-holder
{
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    height: 100%;
    padding-top: 19px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #458962;
    box-shadow: 4px 0 9px 5px rgba(0,0,0,.51);
}
.form-field-holder
{
    margin-bottom: 42px;
}
.form-label
{
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 300;
}
.text-field
{
    height: 55px;
    margin-bottom: 0;
    border: 1px none #000;
    border-radius: 5px;
    color: #222;
    font-size: 16px;
}
.text-field::-webkit-input-placeholder
{
    color: #111;
}
.text-field:-ms-input-placeholder
{
    color: #111;
}
.text-field::-ms-input-placeholder
{
    color: #111;
}
.text-field::placeholder
{
    color: #111;
}
.text-field.margin-bottom
{
    margin-bottom: 10px;
    border-style: solid;
    border-color: #d8d8d8;
}
.text-field-2.area
{
    height: 200px;
}
@media screen and (max-width: 991px)
{
    h2
    {
        text-align: left;
    }
    .nav-link
    {
        padding-top: 28px;
        padding-bottom: 23px;
        font-size: 18px;
    }
    .nav-link.w--current
    {
        padding-bottom: 2px;
    }
    .dropdown-item-wrapper
    {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .logo-wrapper
    {
        margin-top: 1px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .nav-menu
    {
        padding-right: 0;
    }
    .infotext.grey
    {
        font-size: 13px;
    }
    .logo
    {
        width: 200px;
    }
    .centered_w1
    {
        padding-right: 42px;
        padding-left: 42px;
    }
    .centered_w1.nav-wrapper
    {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .nav-point-wrapper
    {
        padding-right: 9px;
        padding-left: 9px;
        font-size: 13px;
    }
    .icon
    {
        margin-top: 29px;
    }
    .dropdown-list
    {
        margin-top: -2px;
    }
    .cards-grid-container-2
    {
        grid-column-gap: 20px;
    }
    .section.full-screen
    {
        min-height: 800px;
    }
    .section.full-screen.background-image-side
    {
        margin-bottom: 39px;
        padding-top: 60px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .section.interior-content-wrap
    {
        padding-top: 63px;
    }
    .row
    {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: center;
    }
    .row.sm-reverse
    {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .row.footer
    {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .col
    {
        width: 50%;
        margin-bottom: 0;
        padding-right: 15px;
        padding-left: 15px;
    }
    .col.lg-6
    {
        width: 48%;
        margin-right: 14px;
    }
    .col.lg-6.md-3
    {
        width: 75%;
    }
    .col.lg-6.md-3.sm-2
    {
        background-color: transparent;
    }
    .col.lg-4
    {
        width: 50%;
    }
    .col.lg-4.sm-2.lg-vertical-align
    {
        width: 50%;
    }
    .col.lg-4.footer
    {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
    .col.lg-1
    {
        display: none;
    }
    .col.lg-1.hidden-lg-down
    {
        display: none;
    }
    .col.lg-3
    {
        width: 33.33%;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .col.lg-2
    {
        width: 48%;
        margin-right: 14px;
        padding-right: 0;
    }
    .col.lg-2.md-3
    {
        width: 75%;
    }
    .col.lg-2.md-3.sm-2
    {
        background-color: transparent;
    }
    .col.lg-8.flex-stretch
    {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .col.lg-4
    {
        width: 50%;
    }
    .value-proposition-container
    {
        display: block;
        width: 100%;
        margin-right: auto;
        margin-left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .wrapper
    {
        padding: 50px 30px;
    }
    .wrapper.footer
    {
        padding-top: 20px;
    }
    .wrapper.yellow
    {
        padding-top: 71px;
        padding-bottom: 71px;
        background-size: 600px;
    }
    .wrapper._\33
    {
        padding-top: 0;
        padding-bottom: 44px;
    }
    .margin-bottom
    {
        margin-bottom: 40px;
        text-align: left;
    }
    .negative-margin
    {
        margin-left: -19px;
    }
    .nav-logo-2
    {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }
    .footer-link
    {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
    .footer-links-container
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }
    .footer-heading
    {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
    .heading-2
    {
        margin-top: 0px;
        font-size: 28px;
        text-align: left;
    }
    .section-header
    {
        margin-bottom: 40px;
    }
    .resource-thumb-container
    {
        overflow: visible;
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -o-object-fit: fill;
        object-fit: fill;
    }
    .resource-thumb-container-2
    {
        width: 44%;
        margin-bottom: 30px;
    }
    .publication-desc
    {
        font-size: 15px;
        text-align: left;
    }
    .resource-thumb-img-container
    {
        overflow: visible;
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -o-object-fit: fill;
        object-fit: fill;
    }
    .publication-thumb
    {
        width: 100%;
        max-height: none;
        max-width: none;
        padding-bottom: 0;
    }
    .blog-main-content
    {
        width: 100%;
    }
    .wrapper-2
    {
        padding-right: 30px;
        padding-left: 30px;
    }
    .wrapper-2.interior-hero
    {
        padding-top: 112px;
    }
    .blog-post-list-item
    {
        width: 48%;
    }
    .related-pager
    {
        padding-bottom: 1rem;
        text-align: center;
    }
    .results--pager__item
    {
        margin-left: .15rem;
        font-size: .9rem;
    }
    .interior-single-column-content
    {
        padding-bottom: 50px;
    }
    .block
    {
        padding-right: 30px;
        padding-left: 30px;
    }
    .section-2
    {
        padding-bottom: 50px;
    }
    .intro-hero-headline
    {
        font-size: 92px;
        letter-spacing: -2px;
    }
    .list-page
    {
        padding-bottom: 50px;
    }
    .paragraph-small.short-paragraph
    {
        width: 100%;
    }
    .row-2
    {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .wrapper-3
    {
        padding-right: 30px;
        padding-left: 30px;
    }
    .contact-form-container.card
    {
        padding: 40px;
    }
    .publication-thumb-2
    {
        width: 100%;
        max-height: none;
        max-width: none;
        padding-bottom: 0;
    }
    .hp-section-header
    {
        text-align: left;
    }
    .highlight
    {
        font-size: 45px;
        line-height: 1.3em;
    }
    .excerpt
    {
        margin-top: 15px;
        font-size: 15px;
        text-align: left;
    }
    .section-title
    {
        margin-top: 0;
        font-size: 45px;
        text-align: left;
    }
    .image-4
    {
        display: block;
    }
    .small-highlight
    {
        font-size: 24px;
        line-height: 1.3em;
    }
}
@media screen and (max-width: 767px)
{
    .nav-link
    {
        font-size: 6vw;
    }
    .nav-main
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 80px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .logo-wrapper.page-transition
    {
        margin-right: 0;
    }
    .nav-menu
    {
        display: none;
    }
    .centered_w1
    {
        padding-right: 36px;
        padding-left: 36px;
    }
    .centered_w1.nav-wrapper
    {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        box-shadow: none;
    }
    .title1
    {
        font-size: 42px;
    }
    .title2
    {
        font-size: 36px;
    }
    .cards-grid-container-2
    {
        max-width: none;
        -ms-grid-row-align: stretch;
        align-self: stretch;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
    }
    .title3
    {
        font-size: 22px;
    }
    .cards-section-2
    {
        padding: 40px 20px;
    }
    .gallery-2
    {
        padding: 40px 20px;
    }
    .toc
    {
        background-color: #424242;
    }
    .line-1.simple
    {
        background-color: #000;
    }
    .line-3.simple
    {
        background-color: #000;
    }
    .line-3.simple
    {
        height: 4px;
        background-color: #fff;
    }
    .line-2.simple
    {
        background-color: #000;
    }
    .line-2.simple
    {
        height: 4px;
        background-color: #fff;
    }
    .section.full-screen
    {
        min-height: 600px;
    }
    .section.full-screen.background-image-side
    {
        background-color: #212121;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .section.interior-content-wrap
    {
        padding-top: 65px;
    }
    .row
    {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .row.sm-reverse
    {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .row.footer-newsletter
    {
        padding-top: 13px;
    }
    .col.lg-6
    {
        width: 100%;
        height: 50%;
        margin-bottom: 24px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .col.lg-6.md-3.sm-2
    {
        width: 100%;
    }
    .col.lg-6.section-img
    {
        margin-top: 29px;
        padding-top: 40%;
    }
    .col.lg-4
    {
        width: 100%;
    }
    .col.lg-4.sm-2
    {
        width: 100%;
    }
    .col.lg-4.sm-2.lg-vertical-align
    {
        width: 100%;
        margin-bottom: 31px;
    }
    .col.lg-3
    {
        width: 100%;
    }
    .col.lg-2
    {
        width: 100%;
        height: 50%;
    }
    .col.lg-2.md-3.sm-2
    {
        width: 100%;
    }
    .col.section-img-desc
    {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
    .value-proposition-container
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: center;
    }
    .wrapper
    {
        padding-top: 30px;
    }
    .wrapper.yellow
    {
        padding-top: 45px;
    }
    .wrapper.quotation
    {
        padding: 44px 65px 44px 97px;
        background-size: 450px;
    }
    .wrapper.story
    {
        padding-top: 64px;
        padding-bottom: 64px;
    }
    .wrapper._\33
    {
        padding-bottom: 20px;
    }
    .wrapper.story-b
    {
        padding-top: 64px;
        padding-bottom: 64px;
    }
    .sm-align-centre
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
    .side-image
    {
        margin-bottom: 20px;
    }
    .form
    {
        margin-right: 0;
    }
    .footer-links-container
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-right: 0;
        margin-bottom: 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .footer-heading.email
    {
        padding-top: 20px;
    }
    .resource-thumb-container
    {
        margin-bottom: 47px;
    }
    .resource-thumb-img-container.full-wdith
    {
        width: 100%;
    }
    .resource-thumb-content.full-width
    {
        width: 100%;
    }
    .heading-3
    {
        font-size: 24px;
        text-align: left;
    }
    .blog-main-content
    {
        width: 100%;
    }
    .blog-sidebar
    {
        width: 100%;
    }
    .content-image-container
    {
        width: 100%;
    }
    .single-resource-page
    {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .blog-container
    {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .wrapper-2
    {
        padding-top: 30px;
    }
    .wrapper-2.blog
    {
        padding-top: 10px;
    }
    .blog-nav-block
    {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .blog-post-list-item
    {
        width: 100%;
    }
    .results--pager__item
    {
        margin-right: .2rem;
        margin-left: .2rem;
    }
    .interior-page-intro-text
    {
        width: 100%;
    }
    .side-image-2
    {
        margin-bottom: 20px;
    }
    .block
    {
        padding-top: 30px;
    }
    .intro-hero-headline
    {
        margin-bottom: 20px;
        font-size: 82px;
    }
    .paragraph-small.short-paragraph
    {
        width: 100%;
    }
    .row-2
    {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .content-image-container-2
    {
        width: 100%;
    }
    .contact-form-container.card
    {
        padding: 40px 0;
    }
    .full-width-resource-thumbnail
    {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .hp-section-header
    {
        margin-bottom: 37px;
        margin-left: 0;
    }
    .story-section-img-large
    {
        width: 100%;
        margin-left: 0;
        padding-top: 60%;
    }
    .hp-section-text
    {
        width: 100%;
        margin-top: 45px;
    }
    .simple-menu-button-2
    {
        position: relative;
        display: block;
        margin-right: 11px;
    }
    .line-4
    {
        height: 4px;
        background-color: #fff;
    }
    .line-4.simple
    {
        height: 4px;
        background-color: #fff;
    }
    .audience-img
    {
        margin-bottom: -16px;
    }
    .nav-container
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .page-title
    {
        font-size: 38px;
    }
    .img-with-shadow
    {
        width: 100%;
        margin-left: 0;
    }
    .img-with-shadow-2
    {
        width: auto;
        margin-left: 0;
    }
}
@media screen and (max-width: 479px)
{
    h2
    {
        font-size: 32px;
    }
    .nav-link
    {
        font-size: 7vw;
    }
    .logo
    {
        margin-left: 15px;
    }
    .centered_w1
    {
        padding-right: 20px;
        padding-left: 20px;
    }
    .centered-container
    {
        text-align: left;
    }
    .cards-grid-container-2
    {
        margin-right: 0;
        margin-left: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }
    .toc
    {
        padding-top: 40px;
        padding-bottom: 20px;
        text-align: left;
    }
    .header-logo
    {
        width: 250px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .simple-nav
    {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .short-paragraph
    {
        width: 100%;
    }
    .button.form-button
    {
        padding-right: 12px;
        padding-left: 12px;
    }
    .button.large
    {
        text-align: center;
    }
    .button.form
    {
        margin-top: 17px;
        margin-left: 0;
    }
    .section
    {
        padding-top: 0;
    }
    .section.full-screen.background-image-side
    {
        min-height: 50vh;
        margin-bottom: 21px;
        padding: 81px 13px 63px;
        background-color: #1f1f1f;
        background-position: 100% 100%;
        background-size: 300px;
        background-repeat: no-repeat;
    }
    .row
    {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .row.footer-newsletter
    {
        margin-right: -15px;
        margin-left: -15px;
        padding: 0 41px 18px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .row.footer
    {
        padding-right: 0;
        padding-left: 0;
    }
    .col
    {
        margin-bottom: 0;
    }
    .col.lg-6
    {
        width: 100%;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .col.lg-4
    {
        width: 100%;
        padding-top: 24px;
    }
    .col.lg-4.sm-2.lg-vertical-align
    {
        padding-top: 0;
        padding-right: 0;
        padding-left: 0;
    }
    .col.lg-4.footer
    {
        padding-top: 0;
    }
    .col.lg-3
    {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
    .col.lg-2
    {
        width: 100%;
        padding-left: 0;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .col.lg-4
    {
        width: 100%;
    }
    .col.section-img-desc
    {
        display: block;
        padding-right: 0;
        padding-left: 0;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .wrapper
    {
        padding-top: 40px;
        padding-right: 7%;
        padding-left: 7%;
    }
    .wrapper.footer
    {
        padding-top: 0;
    }
    .wrapper.yellow
    {
        padding-top: 25px;
        background-size: 300px;
    }
    .wrapper.quotation
    {
        padding: 22px 32px 22px 76px;
    }
    .wrapper.story
    {
        padding-right: 8%;
        padding-left: 8%;
    }
    .wrapper._\33
    {
        padding-bottom: 0;
    }
    .wrapper.story-b
    {
        padding-right: 8%;
        padding-left: 8%;
    }
    .sm-align-centre
    {
        margin-top: 0;
    }
    .side-image
    {
        margin-bottom: 0;
    }
    .social-media-icon
    {
        padding: 0;
    }
    .form
    {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    .search-button
    {
        width: 100%;
        margin-top: 13px;
        margin-left: 0;
    }
    .header-search
    {
        width: 100%;
    }
    .negative-margin
    {
        margin-left: -10px;
    }
    .form-with-button
    {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .form-with-button.horizontal
    {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .form-with-button.horizontal.search
    {
        width: 100%;
        max-width: none;
    }
    .footer-links-container
    {
        margin-right: 0;
        margin-bottom: 0;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .footer-heading.email
    {
        margin-bottom: 15px;
    }
    .form-field.no-bottom-margins
    {
        min-width: auto;
    }
    .form-field.no-bottom-margins.footer
    {
        min-width: 175px;
    }
    .resource-thumb-container
    {
        padding-right: 24px;
        padding-left: 14px;
    }
    .resource-thumb-container-2
    {
        margin-bottom: 30px;
    }
    .heading-3
    {
        margin-left: 0;
    }
    .wrapper-2
    {
        padding-right: 15px;
        padding-left: 15px;
    }
    .wrapper-2.interior-hero
    {
        padding-top: 93px;
    }
    .related-pager
    {
        padding-top: 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .side-image-2
    {
        margin-bottom: 20px;
    }
    .interior-single-column-content
    {
        padding-top: 0;
    }
    .block
    {
        padding-right: 15px;
        padding-left: 15px;
    }
    .section-2
    {
        padding-top: 0;
    }
    .intro-hero-headline
    {
        font-size: 26px;
        line-height: 1.1em;
        letter-spacing: 0;
    }
    .list-page
    {
        padding-top: 0;
    }
    .contact-form-container
    {
        padding: 0;
    }
    .contact-form-container.card
    {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .hp-section-header
    {
        margin-top: 20px;
        margin-bottom: 15px;
        margin-left: 14px;
        font-size: 24px;
    }
    .highlight
    {
        font-size: 30px;
    }
    .quotation
    {
        font-size: 24px;
        line-height: 1.2em;
    }
    .quotation-attribution
    {
        margin-top: 20px;
        font-size: 14px;
    }
    .section-title
    {
        font-size: 32px;
        letter-spacing: 1.4px;
    }
    .header-highlight
    {
        line-height: 1.5em;
    }
    .small-highlight
    {
        font-size: 30px;
    }
    .blog-title
    {
        font-size: 28px;
    }
    .text-field
    {
        margin-bottom: 10px;
    }
}