@font-face {
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    src: url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0");
    src: url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"),
    url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"),
    url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"),
    url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"),
    url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
}

html {
    font-size: 100%;
}

body {
    /*/ / -webkit-text-stroke-width: .05 px;*/
    /*/ / -webkit-text-stroke-color: white;*/
    -webkit-font-smoothing: antialiased;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

section {
    padding: 3.125rem 0;
    position: relative;
}

section.section-sml {
    padding: 3.125rem 0;
}

section.dark {
    background-color: #eeeeee;
}

section.feature {
    background-color: #0079c1;
}

section.feature p, section.feature h2 {
    color: #fff;
}

section.cta {
    padding: 70px 0;
    background-color: #00BC70;
}

@media (min-width: 768px) {
    section {
        padding: 5rem 0;
    }
}

h1, h2, h3, h4, h5, h6 {
    font-family: futura-pt-bold, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #002539;
}

h1.page-heading {
    font-size: 2.9rem;
    text-align: center;
    margin: 0;
    /*text-transform: uppercase;*/
}

@media (min-width: 768px) {
    h1.page-heading {
        font-size: 3.4rem;
        text-align: left;
    }
}

.section-heading {
    font-size: 1.875rem;
    line-height: 1.19;
    margin-bottom: 1.25rem;
}

.section-heading-lg {
    font-size: 3.75rem;
}

@media (min-width: 768px) {
    .section-heading {
        font-size: 2.875rem;
        line-height: 1.39;
    }
}

p {
    color: #002539;
    font-size: 1.1rem;
    margin-bottom: 2rem;
    word-break: break-word;
}

p.blue {
    color: #002539;
}

p.bold {
    font-weight: 600;
    color: #00BC70;
}

p.label {
    margin: 0 0 10px;
    font-size: 0.90rem;
    text-transform: uppercase;
    /*color: #a0a0a0;*/
}

@media (min-width: 768px) {
    p {
        font-size: 1.4rem;
        line-height: 1.6;
    }

    p.blue {
        font-size: 1.4rem;
    }
}

p.highlight {
    color: #00BC70;
    font-weight: 700;
}

p.pre-wrap {
    white-space: pre-wrap;
}

p.small {
    font-size: 1rem !important;
}

a, a:hover {
    text-decoration: none;
}

a i {
    color: #002539;
}

i.icon-blue {
    color: #0079c1;
}

em {
    font-style: italic;
}

b {
    font-weight: 600;
}

.ul, .cms-body ul {
    list-style: square;
    margin-left: 20px;
    font-size: 1.2rem;
}

ol {
    list-style: decimal;
    margin-left: 20px;
    font-size: 1.6rem;
}

li p {
    margin-bottom: .5rem;
}

button:focus {
    outline: 0;
}

.header-splash {
    position: relative;
    width: 100%;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
    color: white;
    height: calc(100vh - 60px);
}

.header-splash-sml {
    position: relative;
    width: 100%;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
    color: white;
    height: calc(60vh);
}

@media (min-width: 768px) {
    .header-splash-sml {
        min-height: 600px;
    }
}

.header-std {
    background-color: #0079c1;
}

.header-std .col {
    padding: 3.125rem 1rem;
}

.header-std h1 {
    color: #fff;
}

.header-std p {
    color: #fff;
    margin: 0;
}

@media (min-width: 768px) {
    .header-splash {
        height: calc(100vh - 90px);
    }

    .header-std .col {
        padding: 5.125rem 1.85rem;
    }

    .header-std h1 {
        color: #fff;
        font-size: 3.5rem;
    }

    .header-std p {
        color: #fff;
        margin: 0;
        font-size: 1.4rem;
    }
}

.overlay {
    background-color: #2b2d32;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    opacity: 0.6;
}

.header-caption {
    position: absolute;
    bottom: 15%;
    z-index: 10;
    width: 100%;
}

.header-caption h1, .header-caption p {
    color: #fff;
}

.header-caption .display-5 {
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.display-3 {
    font-size: 2.4rem;
}

.lead {
    line-height: 1.2;
    font-size: 1.4rem;
}

@media (min-width: 768px) {
    .header-caption {
        bottom: 25%;
        z-index: 10;
    }

    .display-3 {
        font-size: 4.1rem;
    }

    .lead {
        font-size: 1.8rem;
    }
}

.code-block iframe {
    text-align: center;
}

.code-block iframe {
    width: 100%;
}

@media (min-width: 768px) {
    .code-block iframe {
        padding: 0 70px;
    }

    .code-block iframe {
        min-height: 400px;
    }
}

@media (min-width: 992px) {
    .code-block iframe {
        padding: 0 50px;
    }
}

.pad-top {
    padding-top: 60px;
}

@media (min-width: 768px) {
    .pad-top {
        padding-top: 32px;
    }
}

.circle-img {
    width: 100%;
    padding-top: 100%;
    position: relative;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
    border-radius: 50%;
}

.circle {
    position: relative;
    border-radius: 50%;
    width: 100%;
    height: auto;
    padding-top: 100%;
    background: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.circle svg path {
    fill: #0079c1;
}

.circle:hover {
    background-color: #0079c1;
}

.circle:hover svg path, .circle:hover svg polygon, .circle:hover svg rect {
    fill: #fff;
}

.circle img, .circle svg {
    position: absolute;
    top: 0;
    padding: 25%;
    width: 100%;
}

.center-v {
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
    .v-outer {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .v-inner {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }
}

.tile {
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.tile-inner {
    width: 100%;
    height: 100%;
    min-height: 200px;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
}

@media (min-width: 1024px) {
    .tile:hover {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
}

.tile-header-blue h3 {
    background-color: #00A7E1;
}

.tile-body {
    padding: 20px;
}

.tile-body h1 {
    color: #fff;
    font-size: 4rem;
}

.tile-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    -webkit-box-shadow: inset 0px -125px 52px -12px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px -125px 52px -12px rgba(0, 0, 0, 0.75);
    border-radius: 10px;
}

.cms-body {
    overflow: hidden;
}

.cms-img {
    width: 100%;
    margin: 10px auto;
    height: auto;
}

.img-caption {
    font-size: 10pt;
    text-align: right;
    width: 100%;
    color: #808080;
    margin: 0 auto;
    transition: all 0.3s;
}

@media (min-width: 992px) {
    .cms-img {
        width: 60%;
        margin: 20px auto;
    }

    .img-caption {
        width: 60%;
        opacity: 0;
    }

    .cms-img:hover + .img-caption {
        opacity: 1;
    }
}

/* ----------------------------------------------------
	Buttons
------------------------------------------------------- */

.btn {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-size: 16pt;
    font-weight: 700;
    border: none;
    white-space: nowrap;
}

.btn:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: -1;
}

.btn:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.btn:hover:before {
    width: 100%;
}

.btn-blue {
    color: #fff;
}

.btn-blue:after {
    background-color: #002539;
}

.btn-blue:before {
    background-color: #00BC70;
}

.btn-blue:hover {
    color: #002539;
}

.btn-white {
    color: #fff;
}

.btn-white:after {
    background-color: #002539;
}

.btn-white:before {
    background-color: #fff;
}

.btn-white:hover {
    color: #002539;
}

.btn-clear {
    color: #fff;
    border: 1px solid #fff;
}

.btn-clear:after {
    background-color: transparent;
}

.btn-clear:before {
    background-color: #00BC70;
}

.btn-clear:hover {
    color: #002539;
    border: 1px solid #00BC70;
}

.btn-rounded {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    padding: .64rem 2rem;
    font-size: .71rem;
    text-transform: uppercase;
    margin: .375rem;
    border-radius: 10em;
    color: #fff !important;
    font-weight: 600;
}

.btn-rounded.active:after {
    background-color: #00BC70;
}

.btn-rounded:after {
    background-color: #0079c1;
}

.btn-rounded:before {
    background-color: #00BC70;
}

.btn-rounded:hover {
    background-color: #fff;
    color: #00BC70;
}

@media (min-width: 768px) {
    .btn-rounded {
        font-size: .81rem;
        padding: .84rem 2.14rem;
    }

    .btn-lg {
        padding: 16px 24px;
    }
}

.addthis_default_style .addthis_separator, .addthis_default_style .at4-icon, .addthis_default_style .at300b, .addthis_default_style .at300bo, .addthis_default_style .at300bs, .addthis_default_style .at300m {
    float: none !important;
}

/* ----------------------------------------------------
	Navbar
------------------------------------------------------- */

#mainNav {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}

#mainNav .nav-wrap {
    width: 100%;
}

#mainNav .sub-nav {
    background-color: #002539;
    width: 100%;
}

#mainNav .sub-nav nav {
    width: 100%;
}

#mainNav .sub-nav .nav-link {
    font-family: 'Roboto', sans-serif;
    padding: 5px 10px;
    font-size: 11pt;
}

@media (min-width: 992px) {
    #mainNav {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    #mainNav.navbar-shrink {
        background-color: #fff;
        -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    }

    #mainNav .sub-nav .nav-link, #mainNav.navbar-shrink .sub-nav .nav-link {
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        color: #fff;
    }

    #mainNav .sub-nav .nav-link:hover, #mainNav.navbar-shrink .sub-nav .nav-link:hover, #mainNav .sub-nav .nav-link:hover i {
        color: #00BC70;
    }
}

@media (max-width: 768px) {
    #mainNav .sub-nav {
        display: none;
    }
}

#mainNav .main-nav {
    width: 100%;
    background-color: #fff;
}

#mainNav .navbar-brand svg {
    width: 200px;
}

#mainNav .nav-link {
    font-family: futura-pt-bold, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #002539;
    font-size: 18pt;
    white-space: nowrap;
}

#mainNav .dropdown-menu {
    background-color: #0079c1;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
}

#mainNav .dropdown-menu .dropdown-item {
    font-family: futura-pt-bold, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    font-size: 16pt;
    padding: 10px 20px;
}

#mainNav .nav-item, #mainNav .nav-link, #mainNav .dropdown-item {
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

#mainNav .nav-link {
    padding: 10px;
}

#mainNav .nav-item.dropdown:hover .dropdown-item:nth-child(1) {
    -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.1s both;
    animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.1s both;
}

#mainNav .nav-item.dropdown:hover .dropdown-item:nth-child(2) {
    -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.2s both;
    animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.2s both;
}

#mainNav .nav-item.dropdown:hover .dropdown-item:nth-child(3) {
    -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.3s both;
    animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.3s both;
}

#mainNav .nav-item.dropdown:hover .dropdown-item:nth-child(4) {
    -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.4s both;
    animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.4s both;
}

#mainNav .nav-item.dropdown:hover .dropdown-item:nth-child(5) {
    -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.5s both;
    animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.5s both;
}

#mainNav .nav-item.dropdown:hover .dropdown-item:nth-child(6) {
    -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.6s both;
    animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.6s both;
}

#mainNav .nav-item.dropdown:hover .dropdown-item:nth-child(7) {
    -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.7s both;
    animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.7s both;
}

.nav-icon-right {
    padding: 10px;
}

.navbar-toggler {
    float: right;
    margin: 10px;
}

#mainNav i {
    color: #fff;
}

@media (min-width: 992px) {
    #mainNav .nav-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #mainNav .navbar-brand svg {
        width: 250px;
        padding: 5px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    #mainNav.navbar-shrink .navbar-brand svg {
        width: 220px;
    }

    #mainNav .navbar-nav {
        height: 100%;
        margin-left: 10px;
    }

    #mainNav .nav-link {
        color: #fff;
        padding: 20px;
        font-size: 14pt;
        height: 100%;
    }
}

@media (min-width: 1380px) {
    #mainNav .nav-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    #mainNav .navbar-brand svg {
        width: 300px;
        padding: 5px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    #mainNav.navbar-shrink .navbar-brand svg {
        width: 250px;
    }

    #mainNav .navbar-nav {
        height: 100%;
        margin-left: 50px;
    }

    #mainNav .nav-link {
        color: #fff;
        font-size: 18pt;
    }
}

@media (min-width: 992px) {


    #mainNav.navbar-shrink .nav-link {
        color: #002539;
    }

    #mainNav .nav-item.dropdown:hover .dropdown-menu {
        display: block;
        -webkit-transition: 0.3s all;
        -o-transition: 0.3s all;
        transition: 0.3s all;
    }

    #mainNav .nav-icon-right {
        text-align: right;
    }

    #mainNav .dropdown-item:hover {
        background-color: #002539;
    }

    #mainNav .nav-item:hover {
        background-color: #002539;
    }

    #mainNav .nav-item:hover .nav-link {
        color: #fff;
    }

    #mainNav .dropdown-toggle::after {
        display: none;
    }

    .nav-icon-right {
        padding: 0px;
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.hamburger {
    padding: 15px;
    float: right;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    -o-transition-property: opacity, filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger.is-active:hover {
    opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #002539;
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 3px;
    background-color: #002539;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-duration: 0.13s;
    -o-transition-duration: 0.13s;
    transition-duration: 0.13s;
    -webkit-transition-delay: 0.13s;
    -o-transition-delay: 0.13s;
    transition-delay: 0.13s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
    top: -20px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
    -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    -webkit-transition-delay: 0.22s;
    -o-transition-delay: 0.22s;
    transition-delay: 0.22s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (min-width: 992px) {
    .hamburger {
        display: none;
    }
}

/* ----------------------------------------------------
	Sub Nav
------------------------------------------------------- */

#subNav {
    min-height: 60px;
    background-color: #0079c1;
    -webkit-box-shadow: 0 0.125rem 0.125rem 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0.125rem 0.125rem 0 rgba(0, 0, 0, .1);
    z-index: 10;
    padding: 0;
}

@media (min-width: 768px) {
    #subNav {
        /*min-height: 0;*/
    }
}

#subNav .navbar-toggler {
    border: none;
}

#subNav .nav-link, #subNav p {
    font-family: futura-pt-bold, sans-serif;
    font-size: 1rem;
    color: #fff;
    font-weight: 400;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    text-align: center;
}

@media (min-width: 768px) {
    #subNav .nav-item {
        min-height: 90px;
    }

    #subNav .nav-link {
        font-size: 1.3rem;
        padding: 1.85rem;
        text-align: left;
    }
}

#subNav .nav-link:hover, #subNav .nav-link.active, .nav-active {
    background-color: #fff;
    color: #002539 !important;
}

.sticky-top {
    top: 60px;
}

@media (min-width: 768px) {
    .sticky-top {
        top: 108px;
    }
}

.arrow {
    width: 2.05rem;
    height: 1.25rem;
    display: inline-block;
    position: relative;
    margin: 0 1rem;
}

.arrow span {
    top: 0.5rem;
    position: absolute;
    width: 1.25rem;
    height: 0.1rem;
    background-color: #efefef;
    display: inline-block;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.arrow span:first-of-type {
    left: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.arrow span:last-of-type {
    right: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.arrow.active span:first-of-type {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.arrow.active span:last-of-type {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.arrow--l-r {
    width: 1.25rem;
    height: 1.25rem;
    display: inline-block;
    position: relative;
    margin: 0 1rem;
}

.arrow--l-r.left span:nth-child(4) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.arrow--l-r.left span:nth-child(5) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.arrow--l-r.right span:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.arrow--l-r.right span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.arrow--l-r span {
    position: absolute;
    height: 0.1rem;
    background-color: #efefef;
    transition: -webkit-transform 0.2s ease;
    -webkit-transition: -webkit-transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.arrow--l-r span:nth-child(1),
.arrow--l-r span:nth-child(2),
.arrow--l-r span:nth-child(4),
.arrow--l-r span:nth-child(5) {
    width: 0.625rem;
    top: 0.625rem;
}

.arrow--l-r span:nth-child(1) {
    right: 0;
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
}

.arrow--l-r span:nth-child(2) {
    right: 0;
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
}

.arrow--l-r span:nth-child(3) {
    width: 1.25rem;
    top: 0.625rem;
}

.arrow--l-r span:nth-child(4) {
    left: 0;
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}

.arrow--l-r span:nth-child(5) {
    left: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

/* ----------------------------------------------------
	Program Page
------------------------------------------------------- */

/* ----------------------------------------------------
	Footer
------------------------------------------------------- */

footer {
    background-color: #002539;
    width: 100%;
    padding: 50px 0 0 0;
}

.footer-top {
    padding-bottom: 50px;
}

.footer-bottom {
    background-color: rgba(0, 0, 0, .2);
    width: 100%;
    padding: 20px 0;
}

footer p {
    font-size: 11pt;
    color: #fff;
}

footer a {
    color: #fff;
    font-weight: 700;
    padding-bottom: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

footer a:hover {
    color: #00BC70;
}

.footer-links a {
    display: block;
}

.addthis_inline_follow_toolbox_y7r6 {
    padding: 10px 0;
}

.addthis_inline_share_toolbox_qpx6 {
    margin: auto;
}

.at-icon-wrapper {
    width: 50px !important;
    height: 50px !important;
    margin: 0 16px;
}

a .at-icon {
    width: 50px !important;
    height: 50px !important;
    padding: 5px;
}

.addthis_inline_share_toolbox_qpx6 a .at-icon-wrapper {
    margin-bottom: 2px;
}

.addthis_inline_share_toolbox_qpx6 .at-icon-wrapper {
    width: 40px !important;
    height: 40px !important;
    margin: 0;
}

.addthis_inline_share_toolbox_qpx6 a .at-icon {
    width: 40px !important;
    height: 40px !important;
    padding: 5px;
}

.at-share-btn-elements {
    text-align: center;
}

.at-share-tbx-element .at-share-btn {
    margin: 0 10px 0 10px !important;
}

@media (min-width: 768px) {
    a .at-icon-wrapper {
        margin: 0 25px 0 0;
    }
}

/* ----------------------------------------------------
	News
------------------------------------------------------- */

.tags {
    list-style: none;
    margin: 0 !important;
    overflow: hidden;
    padding: 0;
}

.tags li {
    float: left;
}

.tag {
    background: #eee;
    border-radius: 3px 0 0 3px;
    color: inherit;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    text-transform: uppercase;
    font-size: 9pt;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.tag a {
    color: inherit;
}

.tag::before {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    content: '';
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.tag::after {
    background: #fff;
    border-bottom: 13px solid transparent;
    border-left: 10px solid #eee;
    border-top: 13px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.tag:hover {
    background-color: #0079c1;
    color: white;
}

.tag:hover::after {
    border-left-color: #0079c1;
}

.news-main-img {
    height: 100%;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
    min-height: 300px;
    position: relative;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
    .news-main-img {
        min-height: 350px;
    }
}

.news-main-img p, .news-main-img i {
    color: #ffffff;
    font-size: 0.8rem;
}

.news-body {
    position: absolute;
    padding: 20px 20px 5px 20px;
    bottom: 10px;
}

.news-body h3 {
    font-size: 1.2rem;
    color: #fff;
}

.news-headline {
    font-size: 1.8rem;
}

@media (min-width: 768px) {
    .news-headline {
        font-size: 2.4rem;
    }
}

.news-story-body img {
    width: 80%;
    margin: auto;
    display: block;
    border-radius: 10px;
}

.news-header-img {
    border-radius: 10px;
    position: relative;
    width: 100%;
    height: 250px;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
}

@media (min-width: 768px) {
    .news-header-img {
        height: 500px;
    }
}

/* ----------------------------------------------------
	Tiles
------------------------------------------------------- */

.pa-tile {
    width: 100%;
    padding-top: 100%;
    position: relative;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);;
    -webkit-transition: all 0.5s;;
    -o-transition: all 0.5s;;
    transition: all 0.5s;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.pa-tile .overlay {
    border-radius: 10px;
}

.pa-tile:hover {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.pa-tile-inner {
    position: absolute;
    padding: 20px;
    /*top: 0;*/
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 20;
}

.pa-tile-inner h3 {
    color: #fff;
    font-size: 22pt;
}

@media (min-width: 1200px) {
    .pa-tile-inner h3 {
        font-size: 28pt;
    }
}

/* ----------------------------------------------------
	Pagination
------------------------------------------------------- */

.page-item.active .page-link {
    background-color: #0079c1;
    border-color: #0079c1;
}

.page-item .page-link {
    color: #0079c1;
}

/* ----------------------------------------------------
	Our People
------------------------------------------------------- */

.stakeholder-tile:hover {
    cursor: pointer;
}

.stakeholder-tile .tile {
    width: 100%;
    height: 300px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.stakeholder-tile .tile .tile-inner {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: filter 0.3s;
    border-radius: 10px;
}

.stakeholder-tile .tile .tile-inner:hover {
    -webkit-filter: none; /* Safari 6.0 - 9.0 */
    filter: none;
}

#stakeholderModal p {
    font-size: 1rem;
    color: #002539;
}

#stakeholderModal blockquote {
    margin: 1.1em 0;
    font-size: 1rem;
}

#stakeholderModal .modal-header {
    border-bottom: none;
}

#stakeholderModal #stakeholder-img {
    width: 100%;
    height: 100%;
    min-height: 200px;
    max-height:300px;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
}

/*.flip-card {*/
/*    background-color: transparent;*/
/*    width: 100%;*/
/*    height: 300px;*/
/*    -webkit-perspective: 1000px;*/
/*    perspective: 1000px;*/
/*}*/

/*.flip-card-inner {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    text-align: center;*/
/*    -webkit-transition: -webkit-transform 0.6s;*/
/*    transition: -webkit-transform 0.6s;*/
/*    -o-transition: transform 0.6s;*/
/*    transition: transform 0.6s;*/
/*    transition: transform 0.6s, -webkit-transform 0.6s;*/
/*    -webkit-transform-style: preserve-3d;*/
/*    transform-style: preserve-3d;*/
/*    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);*/
/*    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);*/
/*}*/

/*.flip-card:hover .flip-card-inner {*/
/*    transform: rotateY(180deg);*/
/*    -webkit-transform: rotateY(180deg);*/
/*}*/

/*.flip-card-inner {*/
/*    border-radius: 10px;*/
/*}*/

/*.flip-card-front, .flip-card-back {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    min-height: 250px;*/
/*    backface-visibility: hidden;*/
/*    -webkit-backface-visibility: hidden;*/
/*    border-radius: 10px;*/
/*}*/

/*.flip-card-front {*/
/*    background-size: cover;*/
/*    -o-background-size: cover;*/
/*    background-position: center;*/
/*}*/

/*.flip-card-back {*/
/*    background-color: #0079c1;*/
/*    transform: rotateY(180deg);*/
/*    -webkit-transform: rotateY(180deg);*/
/*}*/

/*.flip-card-back p {*/
/*    color: #fff;*/
/*}*/

.stakeholder-quote {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.flip-card-back div {
    position: relative;
    height: 100%;
}

.flip-card-back div p {
    padding: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.flip-card-back div:before {
    position: absolute;
    font-family: FontAwesome;
    top: 0;
    left: 20px;
    content: "\f10d";
    font-size: 100px;
    color: #00BC70;
    z-index: -1;
}

.stakeholder-social img {
    width: 30px;
    padding-right: 10px;
    margin: 0;
}

.stakeholder-bio {
    position: relative;
    height: 100%;
}

@media (min-width: 768px) {
    .stakeholder-bio-inner {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
}

blockquote {
    border-left: 3px solid #00BC70;
    font-size: 1.25em;
    font-style: italic;
    line-height: 1.8em;
    margin: 1.1em -4em;
    padding: 1em 2em;
    position: relative;
    -webkit-transition: .2s border ease-in-out;
    -o-transition: .2s border ease-in-out;
    transition: .2s border ease-in-out;
    z-index: 0;
}

blockquote:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -4px;
    height: 2em;
    background-color: #fff;
    width: 5px;
    margin-top: -1em;
}

blockquote:after {
    content: "\f10d";
    position: absolute;
    top: 50%;
    left: -0.5em;
    color: #00BC70;
    font-family: FontAwesome;
    font-style: normal;
    line-height: 1em;
    text-align: center;
    text-indent: -2px;
    width: 1em;
    margin-top: -0.5em;
}

@media (max-width: 768px) {
    blockquote {
        border-top: 2px solid #00BC70;
        border-bottom: 2px solid #00BC70;
        border-left: none;
        margin: 1.5em 0;
        padding: 1.5em 1em;
    }

    blockquote:before {
        left: 50%;
        top: 0;
        height: 4px;
        margin-top: -3px;
        margin-left: -1em;
        width: 2em;
    }

    blockquote:after {
        font-size: 0.75em;
        left: 50%;
        top: 0;
        margin-top: -0.5em;
        margin-left: -0.5em;
    }
}

/* ----------------------------------------------------
	Form
------------------------------------------------------- */

.form-control {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-color: #0079c1;
}

.form-control:focus {
    border-color: #00BC70;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* ----------------------------------------------------
	History
------------------------------------------------------- */

.wrapper {
    margin: 0 auto;
    padding: 0 10px 50px 16.66%;
    width: 100%;
}

@media (min-width: 768px) {
    .wrapper {
        padding: 0 50px 50px 16.66%;
    }
}

.timeline {
    position: relative;
    max-width: 980px;
    margin: 0 auto;
}

.timeline .timeline__nav.sticky {
    position: fixed;
}

.timeline .timeline__nav {
    position: absolute;
    top: 0;
    z-index: 9;
    -webkit-transition: top .3s ease-out;
    -o-transition: top .3s ease-out;
    transition: top .3s ease-out;
    padding-left: 10px;
}

.timeline .timeline__nav ul {
    list-style: none;
    list-style-position: inside;
    margin: 15px 0;
}

.timeline .timeline__nav li {
    margin: 15px 0;
    padding-left: 0;
    list-style-type: none;
    color: #bfc1c3;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
    cursor: pointer;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.timeline .timeline__nav li.active {
    font-weight: bold;
    color: #0079c1;
    border-bottom: 1px dotted transparent;
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.timeline .timeline__nav li:hover {
    color: #0079c1
}

.milestone {
    padding: 50px 0;
}

.milestone-wrapper {
    background-color: #0079c1;
    border-radius: 10px;
    padding: 20px;
}

.milestone h2 {
    font-size: 1.8rem;
    color: #fff;
}

h3.milestone-year {
    font-size: 1rem;
    color: #00BC70;
}

.milestone p {
    font-size: 1rem;
    color: #fff;
}

/* ----------------------------------------------------
	Subscribe
------------------------------------------------------- */

#subscribeModal .modal-header, #aceHubSubscribeModal .modal-header {
    background-color: #0079c1;
}

#subscribeModal .modal-footer, #aceHubSubscribeModal .modal-footer {
    background-color: #0079c1;
}

#subscribeModal .close, #aceHubSubscribeModal .close {
    color: #fff;
    font-size: 30pt;
}

#subscribeModal h2, #aceHubSubscribeModal h2 {
    color: #fff;
}

#subscribeModal .modal-content, #aceHubSubscribeModal .modal-content {
    border-radius: 10px;
    background-color: #fff;
}

#subscribeModal .modal-body, #aceHubSubscribeModal .modal-body {
    min-height: 200px;
}

.newsletter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #e5e5e5;
    margin: 5px 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.newsletter .overlay {
    display: none;
}

.newsletter:hover {
    cursor: pointer;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.newsletter:hover .overlay, .newsletter.active .overlay {
    display: block;
}

.newsletter:hover .newsletter-check, .newsletter.active .newsletter-check {
    display: block;
}

.newsletter.active {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.newsletter.active .newsletter-check i {
    color: #00BC70;
}

.newsletter-img {
    max-width: 125px;
    min-width: 125px;
    min-height: 125px;
    position: relative;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
}

.newsletter-blurb h3 {
    font-size: 1rem;
}

.newsletter-blurb p {
    font-size: 0.8rem;
}

.newsletter-check {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    display: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.newsletter-check i {
    color: #e5e5e5;
    width: 100%;
    font-size: 40pt;
    position: absolute;
    z-index: 20;
}

.required {
    color: #D8454E;
}

#searchSpinner {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(45%);
    -ms-transform: translateY(45%);
    transform: translateY(45%);
}

.spinner {
    width: 70px;
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #00BC70;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

/* ----------------------------------------------------
	Breadcrumb
------------------------------------------------------- */

.breadcrumb {
    background-color: transparent;
    display: block;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0 0 30px 0;
    font-size: 1.2rem;
}

.breadcrumb .breadcrumb-item {
    display: inline-block;
}

/* ----------------------------------------------------
	Sponsor
------------------------------------------------------- */

.sponsor-logo {
    display: block;
    padding: 20px;
    height: 145px;
    background: 50% no-repeat;
    background-size: contain;
    background-origin: content-box;
}

.about-sponsor {
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.about-sponsor-level {
    padding: 5px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.about-sponsor-level h5 {
    font-size: 0.8rem;
}

.about-sponsor-level p.label {
    font-size: 0.7rem;
}

@media (min-width: 768px) {
    .about-sponsor:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    #sponsorship .about-sponsor:hover {
        background-color: #eeeeee;
    }

    .about-sponsor-level {
        opacity: 0;
    }

    .about-sponsor:hover .about-sponsor-level {
        opacity: 1;
    }
}


/* ----------------------------------------------------
	Document
------------------------------------------------------- */

.doc-tile-inner p {
    font-size: 12pt;
}

.doc-date {
    font-size: 11pt;
    color: #0079c1;
}

/* ----------------------------------------------------
	FAQs
------------------------------------------------------- */

.accordion.faq > .card:last-of-type {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.accordion.faq {
    margin: 30px 0;
}

.accordion.faq .card-header {
    background-color: #fff;
}

.accordion.faq .card-header h3 {
    font-family: 'Roboto', sans-serif;
}

.accordion.faq .card-body p {
    font-size: 1.4rem;
}

.faq .btn-link {
    color: #002539;
    padding: 0;
    font-size: 1.2rem;
}

/* ----------------------------------------------------
	Endorsed Products
------------------------------------------------------- */

.product-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
}

.product-info {
    height: 100%;
    width: 100%;
    background-color: #0079c1;
    padding: 2rem;
}

.product-info h3 {
    color: #fff;
}

.product-info p {
    font-size: 1rem;
    color: #fff;
    margin: 0;
}

/* ----------------------------------------------------
	Slider
------------------------------------------------------- */

.slide {
    background-color: #fff;
    padding: 2px;
}

.slide-inner {
    width: 100%;
    height: 100%;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
    min-height: 400px;
    position: relative;
}

.slide-body {
    position: absolute;
    padding: 20px 20px 5px 20px;
    bottom: 0px;
}

.slide-body h3 {
    font-size: 1.8rem;
    color: #fff;
    margin-bottom: 10px;
    position: relative;
}

.slide-title {
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}

.slide-hover .slide-desc {
    opacity: 0;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background-color: #0079c1;
}

.slide-desc p {
    color: #fff;
    font-size: 12pt;
    margin: 0;
    text-align: center;
}

.slide-inner:hover .slide-body.slide-hover .slide-title {
    opacity: 0;
}

.slide-inner:hover .slide-body.slide-hover .slide-desc {
    opacity: 1;
}

.slick-arrow {
    width: 50px !important;
    height: 50px !important;
    background-color: #fff !important;
    line-height: 50px !important;
    text-align: center !important;
    outline: 0 !important;
    cursor: pointer !important;
    position: absolute !important;
    top: 50% !important;
    z-index: 1 !important;
    border-radius: 100% !important;
    -webkit-transform: translate(0, -50%) !important;
    -ms-transform: translate(0, -50%) !important;
    transform: translate(0, -50%) !important;
    -webkit-box-shadow: 0 0 5px rgba(33, 33, 33, .2) !important;
    box-shadow: 0 0 5px rgba(33, 33, 33, .2) !important;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.slick-next {
    right: -25px !important;
    /*background-image: linear-gradient(to left,#fff,rgba(255,255,255,0))!important;*/
}

.slick-prev {
    left: -25px !important;
    /*background-image: linear-gradient(to right,#fff,rgba(255,255,255,0))!important;*/
}

.slick-next:before {
    content: "\f105" !important;
    opacity: 1 !important;
}

.slick-prev:before {
    content: "\f104" !important;
    opacity: 1 !important;
}

.slick-arrow:before {
    color: #002539 !important;
    font-size: 18px !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    font-style: normal !important;
    font-variant: normal !important;
    text-rendering: auto !important;
    -webkit-font-smoothing: antialiased !important;
    line-height: inherit !important;
}

.slick-arrow:hover {
    background-color: #002539 !important;
}

.slick-arrow:hover:before {
    color: #fff !important;
}

/* ----------------------------------------------------
	Donate
------------------------------------------------------- */

.donate h2 {
    /*font-size: 1.4rem;*/
}

.donate p {
    font-size: 1.2rem;
}

.donationPanel iframe {
    max-width: 400px !important;
}

/* ----------------------------------------------------
	Home
------------------------------------------------------- */

.home-header {
    width: 100%;
    height: 100vh;
    background: -o-linear-gradient(135deg, #00BC70, #0079c1, #002539);
    background: linear-gradient(-45deg, #00BC70, #0079c1, #002539);
    background-size: 400% 400%;
    -webkit-animation: gradient 15s ease infinite;
    animation: gradient 15s ease infinite;
}

.home-header-inner {
    position: relative;
    height: 100%;
}

@media (max-width: 768px) {
    .home-feature-imgs {
        position: relative;
        height: 50vh;
        padding-top: 10px;
    }
}

.home-feature-img {
    -webkit-box-shadow: 0 8px 16px 0 rgba(256, 256, 256, 0.2);
    box-shadow: 0 8px 16px 0 rgba(256, 256, 256, 0.2);
    /*-webkit-transition: all 0.3s;*/
    /*-o-transition: all 0.3s;*/
    /*transition: all 0.3s;*/
    /*-webkit-animation: fade-in 1.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;*/
    /*animation: fade-in 1.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;*/
    animation-name: cf4FadeInOut;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 16s;
    position: absolute;
}

@media (min-width: 768px) {
    .home-feature {
        width: 100%;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

    .home-feature-img {
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }
}

@keyframes cf4FadeInOut {
    0% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    92% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.home-feature-img:nth-of-type(1) {
    animation-delay: 12s;
}

.home-feature-img:nth-of-type(2) {
    animation-delay: 8s;
}

.home-feature-img:nth-of-type(3) {
    animation-delay: 4s;
}

.home-feature-img:nth-of-type(4) {
    animation-delay: 0;
}

/*@media (min-width: 1024px) {*/
/*    .home-feature-img:hover {*/
/*        -webkit-transform: scale(1.05);*/
/*        -ms-transform: scale(1.05);*/
/*        transform: scale(1.05);*/
/*    }*/
/*}*/

.feature-title {
    color: #fff;
    font-size: 2.6rem;
    -webkit-animation: slide-in-top 1.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.3s both;
    animation: slide-in-top 1.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.3s both;
}

.feature-tagline {
    color: #fff;
    font-size: 1.4rem;
    -webkit-animation: slide-in-top 1.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.3s both;
    animation: slide-in-top 1.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.3s both;
}

@media (min-width: 768px) {
    .feature-title {
        font-size: 4.2rem;
    }

    .feature-tagline {
        font-size: 2.6rem;
    }
}

.feature-cta {
    -webkit-animation: slide-in-bottom 1.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.2s both;
    animation: slide-in-bottom 1.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.2s both;
}

@-webkit-keyframes slide-in-top {
    0% {
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slide-in-top {
    0% {
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes slide-in-bottom {
    0% {
        -webkit-transform: translateY(200px);
        transform: translateY(200px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slide-in-bottom {
    0% {
        -webkit-transform: translateY(200px);
        transform: translateY(200px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}


.wave-container {
    background: #fff;
}

.wave-container > svg {
    display: block;
}


.home-section {
    padding: 100px 0;
}

@media (min-width: 768px) {
    .home-section {
        padding: 400px 0;
    }
}

.home-about {
    background-color: #002539;
}

.home-about img {
    border-radius: 10px;
}

.home-about h2, .home-about p {
    color: #fff !important;
}

.home-objectives {
    padding: 200px 0;
    background-color: #fff;
}

.home-donate {
    padding: 100px 20px;
    background-color: #0079c1;
}

.home-donate h2 {
    color: #fff !important;
}

.home-donate p {
    color: #fff !important;
}

a.scroll-arrow span {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 46px;
    height: 46px;
    margin-left: -23px;
    border: 1px solid #fff;
    border-radius: 100%;
    box-sizing: border-box;
}

a.scroll-arrow span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 16px;
    height: 16px;
    margin: -12px 0 0 -8px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}

a.scroll-arrow span::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    content: '';
    width: 44px;
    height: 44px;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .1);
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: sdb03 3s infinite;
    animation: sdb03 3s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb03 {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    60% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, .1);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes sdb03 {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    60% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, .1);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

/* ----------------------------------------------------
	Solutions
------------------------------------------------------- */

.is-animated {
    -webkit-animation: .6s zoom-in;
    animation: .6s zoom-in;
}

@-webkit-keyframes zoom-in {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes zoom-in {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}


/* ----------------------------------------------------
	Search
------------------------------------------------------- */

#site-search #searchbox {
    width: 100%;
}

#site-search .search-input-container {
    padding-left: 32px;
    padding-right: 32px;
    background-color: #eeeeee;
    height: 80px;
    display: flex;
    align-items: center;
}

#site-search #search-input {
    outline: none;
    font-size: 24px;
    flex-grow: 1;
    padding-left: 16px;
    padding-right: 16px;
    background-color: transparent;
    border-width: 0;
    color: #002539;
    font-family: 'Roboto', sans-serif;
    width: 100%;
}

#site-search #search-input::placeholder {
    color: #002539;
    opacity: 0.5;
    font-family: 'Roboto', sans-serif;
}

#site-search #search-input::-webkit-input-placeholder {
    color: #002539;
    opacity: 0.5;
    font-family: 'Roboto', sans-serif;
}

#site-search #search-input:-ms-input-placeholder {
    color: #002539;
    opacity: 0.5;
    font-family: 'Roboto', sans-serif;
}

.search-input-container i {
    font-size: 20pt;
    color: #0079c1;
    opacity: 0.5;
}

#btn-search {
    overflow: unset;
}

#index-filter .nav-link {
    text-transform: uppercase;
    font-weight: 600;
    color: #002539;
    padding-bottom: 16px;
    transition: 0.3s all;
}

#index-filter .nav-link:hover, #index-filter .nav-link.active {
    color: #00BC70;
}

.search-pagination button {
    border: 1px solid #eeeeee;
    background-color: transparent;
}

.search-pagination button i {
    transition: 0.3s all;
}

.search-pagination button:hover:enabled i {
    color: #00BC70;
}

.search-stats {
    padding: 0 10px;
}

.hit-title {
    font-size: 1rem;
    font-weight: 600;
}

.hit-desc {
    font-size: 0.9rem;
}

.search-card-img {
    height: 150px;
    width: 100%;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
}

.search-hits .card {
    border: none;
}

.search-hits .card-body, .search-hits .card-header, .search-hits .card-footer {
    padding: 0;
    border: none;
    background-color: #fff;
}

.search-hits .card-header {
    padding-top: 20px;
}

.search-hits .card-footer p {
    font-size: 0.8rem;
}

.search-hits .badge-pill {
    background-color: #00BC70;
    color: #002539;
}
