/* !
Theme Name: Breakthrough
Theme URI: http://underscores.me/
Author: MSL India
Author URI: https://india.mslgroup.com/
Description: Custom theme for Breakthrough Trust.
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: breakthrough
*/

@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:900");

@font-face {
    font-family: Geometric Slab Extra Bold;
    src: url(dist/fonts/GeometricSlab703BT-XtraBold.eot?#iefix) format("embedded-opentype"), url(dist/fonts/GeometricSlab703BT-XtraBold.woff) format("woff"), url(dist/fonts/GeometricSlab703BT-XtraBold.ttf) format("truetype"), url(dist/fonts/GeometricSlab703BT-XtraBold.svg#GeometricSlab703BT-XtraBold) format("svg");
    font-weight: 400;
    font-style: normal
}

*,
:focus,
:hover {
    outline: 0 !important;
    outline: none !important;
    outline-color: transparent !important
}

::-moz-selection {
    color: #d13239;
    background: #000
}

::selection {
    color: #d13239;
    background: #000
}

.title-font {
    font-family: Geometric Slab Extra Bold, serif;
    text-transform: uppercase;
    letter-spacing: .015em
}

.bt-em-red {
    color: #d13239;
    text-shadow: none
}

.custom-btn {
    display: inline-block;
    line-height: 1;
    padding: 15px 25px;
    text-transform: uppercase;
    background: #d13239;
    font-weight: 600;
    border-radius: 3px
}

.custom-btn,
.custom-btn:focus,
.custom-btn:hover {
    text-decoration: none;
    color: #fff
}

.custom-btn.custom-btn-block {
    display: block;
    width: 100%
}

.custom-btn.custom-btn-icon-circle {
    border-radius: 50%;
    padding: 15px 15px 15px 16px;
    text-align: center
}

.material-right-icon {
    display: inline-block;
    background-size: 100% auto;
    background-repeat: no-repeat
}

.material-right-icon.white {
    background-image: url(dist/images/material-right-icon-white.svg)
}

.material-right-icon.black {
    background-image: url(dist/images/material-right-icon-black.svg)
}

.material-right-icon.red {
    background-image: url(dist/images/material-right-icon-red.svg)
}

.material-right-icon.lg {
    width: 35px;
    height: 35px
}

.material-right-icon.sm {
    width: 25px;
    height: 25px
}

.material-right-icon.xs {
    width: 15px;
    height: 15px
}

.section-spacing-xxxlg {
    margin-top: 175px
}

.section-spacing-xxlg {
    margin-top: 150px
}

.section-spacing-xlg {
    margin-top: 100px
}

.section-spacing-lg {
    margin-top: 70px
}

.section-spacing-md {
    margin-top: 50px
}

.section-spacing-sm {
    margin-top: 30px
}

.section-spacing-xs {
    margin-top: 15px
}

.separator {
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    margin: 0 3px;
    background: #d13239
}

.custom-loader {
    width: 50px;
    height: 50px;
    color: #d13239;
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 15px rgba(0, 0, 0, .2);
    padding: 16px 17px;
    margin: 0 auto
}

.custom-loader,
.finished {
    display: block;
    text-align: center
}

.finished {
    margin-top: 30px
}

.finished .text {
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 0 10px;
    color: #333
}

.finished .line {
    width: 100%;
    height: 1px;
    background: #efefef;
    border-bottom: 1px solid #ccc;
    position: relative;
    z-index: 1;
    top: -9px
}

.slick-slider .slick-slide {
    margin: 0 15px
}

.custom-badge {
    background-color: #d13239
}

.custom-modal {
    background: rgba(0, 0, 0, .15);
    z-index: 9999
}

.custom-modal .modal-content {
    border: none;
    border-bottom: 5px solid #d13239;
    border-radius: 3px;
    -webkit-box-shadow: 0 7px 25px rgba(0, 0, 0, .25);
    box-shadow: 0 7px 25px rgba(0, 0, 0, .25)
}

.custom-modal .modal-content .modal-header button.close {
    padding: 3px 0
}

.custom-modal .modal-content .modal-body p {
    text-align: justify
}

.custom-modal .modal-content .modal-body p:last-child {
    margin: 0
}

.custom-modal .modal-content .modal-body p.disclaimer {
    font-size: .9em;
    line-height: 1.15
}

.custom-modal .modal-content .modal-body p a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    -webkit-box-shadow: inset 0 -.25em 0 #d13239;
    box-shadow: inset 0 -.25em 0 #d13239
}

.custom-modal .modal-content .modal-body a:focus,
.custom-modal .modal-content .modal-body a:hover,
.custom-modal .modal-content .modal-body p a {
    -webkit-transition: -webkit-box-shadow .25s ease-in-out 0s;
    transition: -webkit-box-shadow .25s ease-in-out 0s;
    transition: box-shadow .25s ease-in-out 0s;
    transition: box-shadow .25s ease-in-out 0s, -webkit-box-shadow .25s ease-in-out 0s
}

.custom-modal .modal-content .modal-body a:focus,
.custom-modal .modal-content .modal-body a:hover {
    -webkit-box-shadow: inset 0 -.5em 0 #d13239;
    box-shadow: inset 0 -.5em 0 #d13239
}

.custom-tabs {
    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;
    border-bottom: 1px solid #ccc
}

.custom-tabs>li {
    width: calc(33.33% - 54px);
    text-align: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.custom-tabs>li>a {
    padding: 20px 0;
    font-weight: 600;
    color: #000;
    font-size: 1.05em;
    line-height: 1
}

.custom-tabs>li>a,
.custom-tabs>li>a:focus,
.custom-tabs>li>a:hover {
    -webkit-transition: background-color .25s ease-in-out 0s, border-color .25s ease-in-out 0s, color .25s ease-in-out 0s;
    transition: background-color .25s ease-in-out 0s, border-color .25s ease-in-out 0s, color .25s ease-in-out 0s
}

.custom-tabs>li>a:focus,
.custom-tabs>li>a:hover {
    background: #efefef;
    border-color: #efefef #efefef #ccc
}

.custom-tabs>li:last-child>a {
    margin-right: 0;
    border-radius: 3px
}

.custom-tabs>li.active>a {
    border: 1px solid;
    border-color: #ccc #ccc transparent
}

.custom-tabs>li.active>a,
.custom-tabs>li.active>a:focus,
.custom-tabs>li.active>a:hover {
    color: #d13239;
    -webkit-transition: background-color .25s ease-in-out 0s, border-color .25s ease-in-out 0s, color .25s ease-in-out 0s;
    transition: background-color .25s ease-in-out 0s, border-color .25s ease-in-out 0s, color .25s ease-in-out 0s
}

.map-marker-infowindow {
    display: block;
    width: 250px
}

.map-marker-infowindow .title {
    display: block;
    font-size: 1.25em;
    margin-bottom: 10px;
    line-height: 1.3
}

.map-marker-infowindow .description {
    line-height: 1.3
}

.highlight-and-share-wrapper div {
    padding: 0 !important;
    border-radius: 3px !important
}

.highlight-and-share-wrapper a {
    padding: 14px 12px 14px 15px !important;
    line-height: 1 !important
}

.flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.tabs-left,
.tabs-right {
    border-bottom: none;
    padding-top: 2px
}

.tabs-left {
    border-right: 1px solid #ddd
}

.tabs-right {
    border-left: 1px solid #ddd
}

.tabs-left>li,
.tabs-right>li {
    float: none;
    margin-bottom: 2px
}

.tabs-left>li {
    margin-right: -1px
}

.tabs-right>li {
    margin-left: -1px
}

.tabs-left>li.active>a,
.tabs-left>li.active>a:focus,
.tabs-left>li.active>a:hover {
    border-bottom-color: #ddd;
    border-right-color: transparent
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:focus,
.tabs-right>li.active>a:hover {
    border-bottom: 1px solid #ddd;
    border-left-color: transparent
}

.tabs-left>li>a {
    border-radius: 4px 0 0 4px;
    margin-right: 0;
    display: block
}

.tabs-right>li>a {
    border-radius: 0 4px 4px 0;
    margin-right: 0
}

.vertical-text {
    margin-top: 50px;
    border: none;
    position: relative
}

.vertical-text>li {
    height: 20px;
    width: 120px;
    margin-bottom: 100px
}

.vertical-text>li>a {
    border-bottom: 1px solid #ddd;
    border-right-color: transparent;
    text-align: center;
    border-radius: 4px 4px 0 0
}

.vertical-text>li.active>a,
.vertical-text>li.active>a:focus,
.vertical-text>li.active>a:hover {
    border-bottom-color: transparent;
    border-right-color: #ddd;
    border-left-color: #ddd
}

.vertical-text.tabs-left {
    left: -50px
}

.vertical-text.tabs-right {
    right: -50px
}

.vertical-text.tabs-right>li {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.vertical-text.tabs-left>li {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.custom-tabs-left {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    padding-top: 10px
}

.custom-tabs-left>li>a {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    color: #777
}

.custom-tabs-left>li>a,
.custom-tabs-left>li>a:focus,
.custom-tabs-left>li>a:hover {
    -webkit-transition: background .25s ease-in-out 0s, border-color .25s ease-in-out 0s, color .25s ease-in-out 0s, font-weight .25s ease-in-out 0s;
    transition: background .25s ease-in-out 0s, border-color .25s ease-in-out 0s, color .25s ease-in-out 0s, font-weight .25s ease-in-out 0s
}

.custom-tabs-left>li>a:focus,
.custom-tabs-left>li>a:hover {
    background: #efefef;
    border-color: transparent
}

.custom-tabs-left>li.active>a,
.custom-tabs-left>li.active>a:focus,
.custom-tabs-left>li.active>a:hover {
    color: #d13239;
    -webkit-transition: background .25s ease-in-out 0s, border-color .25s ease-in-out 0s, color .25s ease-in-out 0s, font-weight .25s ease-in-out 0s;
    transition: background .25s ease-in-out 0s, border-color .25s ease-in-out 0s, color .25s ease-in-out 0s, font-weight .25s ease-in-out 0s
}

body {
    font-family: Lato, sans-serif;
    font-size: 14px;
    color: #000;
    line-height: 1.3
}

header.top-navigation {
    position: fixed;
    z-index: 9998;
    width: 100%;
    background: transparent;
    -webkit-box-shadow: 0 0 15px transparent;
    box-shadow: 0 0 15px transparent;
    -webkit-transition: background .25s ease-in-out 0s, -webkit-box-shadow .25s ease-in-out 0s;
    transition: background .25s ease-in-out 0s, -webkit-box-shadow .25s ease-in-out 0s;
    transition: background .25s ease-in-out 0s, box-shadow .25s ease-in-out 0s;
    transition: background .25s ease-in-out 0s, box-shadow .25s ease-in-out 0s, -webkit-box-shadow .25s ease-in-out 0s
}

body.page-id-8865 header.top-navigation.not-scrolled,
body.single-post header.top-navigation.not-scrolled {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background: linear-gradient(180deg, rgba(0, 0, 0, .5) 0, transparent);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bf000000", endColorstr="#00000000", GradientType=0)
}

header.top-navigation .custom-nav {
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    border-bottom: 1px solid hsla(0, 0%, 100%, .15)
}

header.top-navigation .custom-nav .navbar-brand {
    padding: 15px 0;
    height: 105px;
    -webkit-transition: padding .25s ease-in-out 0s, height .25s ease-in-out 0s;
    transition: padding .25s ease-in-out 0s, height .25s ease-in-out 0s
}

header.top-navigation .custom-nav .navbar-brand img {
    height: 100%
}

header.top-navigation .custom-nav .navbar-nav>li {
    padding: 0 15px
}

header.top-navigation .custom-nav .navbar-nav>li>a {
    padding: 43px 0 42px;
    color: #fff;
    text-shadow: 0 0 7px rgba(0, 0, 0, .25);
    -webkit-box-shadow: inset 0 0 0 #d13239;
    box-shadow: inset 0 0 0 #d13239;
    -webkit-transition: text-shadow .25s ease-in-out 0s, color .25s ease-in-out 0s, padding .25s ease-in-out 0s, -webkit-box-shadow .25s ease-in-out 0s;
    transition: text-shadow .25s ease-in-out 0s, color .25s ease-in-out 0s, padding .25s ease-in-out 0s, -webkit-box-shadow .25s ease-in-out 0s;
    transition: box-shadow .25s ease-in-out 0s, text-shadow .25s ease-in-out 0s, color .25s ease-in-out 0s, padding .25s ease-in-out 0s;
    transition: box-shadow .25s ease-in-out 0s, text-shadow .25s ease-in-out 0s, color .25s ease-in-out 0s, padding .25s ease-in-out 0s, -webkit-box-shadow .25s ease-in-out 0s
}

header.top-navigation .custom-nav .navbar-nav>li.search-toggle>a {
    cursor: pointer
}

header.top-navigation .custom-nav .navbar-nav>li.active>a {
    color: #fff;
    background: transparent;
    -webkit-box-shadow: inset 0 -3px 0 #d13239;
    box-shadow: inset 0 -3px 0 #d13239;
    -webkit-transition: text-shadow .25s ease-in-out 0s, color .25s ease-in-out 0s, padding .25s ease-in-out 0s, -webkit-box-shadow .25s ease-in-out 0s;
    transition: text-shadow .25s ease-in-out 0s, color .25s ease-in-out 0s, padding .25s ease-in-out 0s, -webkit-box-shadow .25s ease-in-out 0s;
    transition: box-shadow .25s ease-in-out 0s, text-shadow .25s ease-in-out 0s, color .25s ease-in-out 0s, padding .25s ease-in-out 0s;
    transition: box-shadow .25s ease-in-out 0s, text-shadow .25s ease-in-out 0s, color .25s ease-in-out 0s, padding .25s ease-in-out 0s, -webkit-box-shadow .25s ease-in-out 0s
}

header.top-navigation .custom-nav .navbar-nav>li>a>.caret {
    display: none
}

header.top-navigation .custom-nav .navbar-nav>li>a:focus,
header.top-navigation .custom-nav .navbar-nav>li>a:hover {
    -webkit-box-shadow: inset 0 -3px 0 #d13239;
    box-shadow: inset 0 -3px 0 #d13239;
    -webkit-transition: -webkit-box-shadow .25s ease-in-out 0s;
    transition: -webkit-box-shadow .25s ease-in-out 0s;
    transition: box-shadow .25s ease-in-out 0s;
    transition: box-shadow .25s ease-in-out 0s, -webkit-box-shadow .25s ease-in-out 0s
}

header.top-navigation .custom-nav .navbar-nav>li:last-child {
    padding: 20px 0;
    margin-left: 15px;
    -webkit-transition: padding .25s ease-in-out 0s;
    transition: padding .25s ease-in-out 0s
}

header.top-navigation .custom-nav .navbar-nav>li:last-child>a {
    background: #d13239;
    padding: 23px 35px 22px;
    border-radius: 3px;
    -webkit-transition: color .25s ease-in-out 0s, padding .25s ease-in-out 0s;
    transition: color .25s ease-in-out 0s, padding .25s ease-in-out 0s
}

header.top-navigation .custom-nav .dropdown .dropdown-menu {
    display: block;
    margin: 0;
    border: none;
    padding: 10px 0;
    line-height: 1;
    border-radius: 3px;
    text-transform: none;
    -webkit-box-shadow: 0 7px 15px rgba(0, 0, 0, .15);
    box-shadow: 0 7px 15px rgba(0, 0, 0, .15);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility .25s ease-in-out 0s, opacity .25s ease-in-out 0s;
    transition: visibility .25s ease-in-out 0s, opacity .25s ease-in-out 0s
}

header.top-navigation .custom-nav .dropdown .dropdown-menu>li {
    -webkit-box-shadow: inset 0 0 0 #d13239;
    box-shadow: inset 0 0 0 #d13239
}

header.top-navigation .custom-nav .dropdown .dropdown-menu>li,
header.top-navigation .custom-nav .dropdown .dropdown-menu>li:focus,
header.top-navigation .custom-nav .dropdown .dropdown-menu>li:hover {
    -webkit-transition: -webkit-box-shadow .25s ease-in-out 0s;
    transition: -webkit-box-shadow .25s ease-in-out 0s;
    transition: box-shadow .25s ease-in-out 0s;
    transition: box-shadow .25s ease-in-out 0s, -webkit-box-shadow .25s ease-in-out 0s
}

header.top-navigation .custom-nav .dropdown .dropdown-menu>li:focus,
header.top-navigation .custom-nav .dropdown .dropdown-menu>li:hover {
    -webkit-box-shadow: inset 3px 0 0 #d13239;
    box-shadow: inset 3px 0 0 #d13239
}

header.top-navigation .custom-nav .dropdown .dropdown-menu>li>a {
    margin: 0;
    color: #000;
    padding: 5px 15px;
    background: transparent;
    -webkit-transform: translate(0);
    transform: translate(0)
}

header.top-navigation .custom-nav .dropdown .dropdown-menu>li>a,
header.top-navigation .custom-nav .dropdown .dropdown-menu>li>a:focus,
header.top-navigation .custom-nav .dropdown .dropdown-menu>li>a:hover {
    -webkit-transition: -webkit-transform .25s ease-in-out 0s;
    transition: -webkit-transform .25s ease-in-out 0s;
    transition: transform .25s ease-in-out 0s;
    transition: transform .25s ease-in-out 0s, -webkit-transform .25s ease-in-out 0s
}

header.top-navigation .custom-nav .dropdown .dropdown-menu>li>a:focus,
header.top-navigation .custom-nav .dropdown .dropdown-menu>li>a:hover {
    -webkit-transform: translate(3px);
    transform: translate(3px)
}

header.top-navigation .custom-nav .dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility .25s ease-in-out 0s, opacity .25s ease-in-out 0s;
    transition: visibility .25s ease-in-out 0s, opacity .25s ease-in-out 0s
}

header.top-navigation.scrolled {
    top: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    -webkit-transition: background .25s ease-in-out 0s, -webkit-box-shadow .25s ease-in-out 0s;
    transition: background .25s ease-in-out 0s, -webkit-box-shadow .25s ease-in-out 0s;
    transition: background .25s ease-in-out 0s, box-shadow .25s ease-in-out 0s;
    transition: background .25s ease-in-out 0s, box-shadow .25s ease-in-out 0s, -webkit-box-shadow .25s ease-in-out 0s
}

header.top-navigation.scrolled .custom-nav {
    border: none
}

header.top-navigation.scrolled .custom-nav .navbar-brand {
    padding: 10px 0;
    height: 70px;
    -webkit-transition: padding .25s ease-in-out 0s, height .25s ease-in-out 0s;
    transition: padding .25s ease-in-out 0s, height .25s ease-in-out 0s
}

header.top-navigation.scrolled .custom-nav .navbar-nav>li>a {
    text-shadow: 0 0 7px transparent;
    padding: 25px 0
}

header.top-navigation.scrolled .custom-nav .navbar-nav>li.active>a,
header.top-navigation.scrolled .custom-nav .navbar-nav>li>a {
    color: #000;
    -webkit-transition: color .25s ease-in-out 0s, padding .25s ease-in-out 0s, text-shadow .25s ease-in-out 0s;
    transition: color .25s ease-in-out 0s, padding .25s ease-in-out 0s, text-shadow .25s ease-in-out 0s
}

header.top-navigation.scrolled .custom-nav .navbar-nav>li.active>a {
    background: transparent;
    -webkit-box-shadow: inset 0 -3px 0 #d13239;
    box-shadow: inset 0 -3px 0 #d13239
}

header.top-navigation.scrolled .custom-nav .navbar-nav>li:last-child {
    padding: 10px 0;
    -webkit-transition: padding .25s ease-in-out 0s;
    transition: padding .25s ease-in-out 0s
}

header.top-navigation.scrolled .custom-nav .navbar-nav>li:last-child>a {
    color: #fff;
    padding: 15px 25px;
    -webkit-transition: color .25s ease-in-out 0s, padding .25s ease-in-out 0s;
    transition: color .25s ease-in-out 0s, padding .25s ease-in-out 0s
}

header.top-navigation.scrolled .custom-nav .navbar-nav>li.active:last-child>a {
    background: #d13239;
    border: none
}

header.top-navigation.scrolled .custom-nav .dropdown .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.download-purpose-modal .nf-error-msg.nf-error-field-errors,
.download-purpose-modal .nf-error-msg.nf-error-required-error,
.download-purpose-modal .nf-form-fields-required {
    display: none
}

.download-purpose-modal .nf-field-container {
    margin-bottom: 15px
}

.download-purpose-modal .nf-field-container.one-half {
    margin-bottom: 10px
}

.download-purpose-modal .nf-field-container.submit-container {
    margin: 0
}

.download-purpose-modal .nf-field-container.submit-container .custom-btn {
    margin: 0 0 0 auto
}

.download-purpose-modal .nf-field-container textarea {
    height: 150px
}

.download-purpose-modal .modal-footer a {
    color: #000;
    text-decoration: none
}

body.page-id-8748 .blog-post-content-wrapper.e-volunteer ul {
    padding-left: 20px
}

body.page-id-8748 .faqs-wrapper.e-volunteer {
    margin: 0
}

body.page-id-8748 .faqs-wrapper.e-volunteer .panel-group .panel-default {
    padding: 20px
}

body.page-id-8748 .e-volunteer-form-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 100px
}

.donate-form-wrapper .amount-dropdown {
    margin: 15px 30px 0;
    width: calc(100% - 60px)
}

.evolution-stories-wrapper .story-wrapper {
    text-align: center
}

.evolution-stories-wrapper .story-wrapper>.picture {
    width: 150px;
    border-radius: 50%;
    margin: 0 auto 15px
}

.evolution-stories-wrapper .story-wrapper>.picture>img {
    width: 100%;
    border-radius: 50%
}

.evolution-stories-wrapper .story-wrapper>.name {
    font-size: 1.25em;
    margin-bottom: 10px
}

.evolution-stories-wrapper .story-wrapper>.story>p:last-child {
    margin-bottom: 0
}

body.page-id-9730 .media-kit {
    background: #fff;
    border-radius: 3px;
    padding: 30px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 15px rgba(0, 0, 0, .15);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

body.page-id-9730 .media-kit>iframe {
    width: 100%;
    height: 250px;
    border: none;
    margin-right: 30px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0
}

body.page-id-9730 .media-kit>.text {
    width: 100%;
    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-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

body.page-id-9730 .media-kit>.text>.title {
    font-size: 1.15em;
    margin-bottom: 15px
}

body.page-id-9730 .media-kit>.text>.desc {
    margin-bottom: 15px
}

body.page-id-9730 .media-kit:last-child {
    margin-bottom: 0
}

body.page-id-12421 .tool-kit {
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 15px rgba(0, 0, 0, .15);
    padding: 30px;
    margin-bottom: 30px
}

body.page-id-12421 .tool-kit>iframe {
    width: 100%;
    height: 200px;
    border: none;
    margin-bottom: 15px
}

body.page-id-12421 .tool-kit>.text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

body.page-id-12421 .tool-kit>.text>.title {
    font-size: 1.15em;
    margin-right: 15px
}

body.page-id-8788 .report,
body.page-id-12790 .report {
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 15px rgba(0, 0, 0, .15);
    padding: 30px;
    margin-bottom: 30px
}

body.page-id-8788 .report>iframe,
body.page-id-12790 .report>iframe {
    width: 100%;
    height: 200px;
    border: none;
    margin-bottom: 15px
}

body.page-id-8788 .report>.text,
body.page-id-12790 .report>.text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

body.page-id-8788 .report>.text>.title,
body.page-id-12790 .report>.text>.title {
    font-size: 1.15em;
    margin-right: 15px
}

.mast-head-wrapper {
    position: relative;
    width: 100vw
}

.mast-head-wrapper.lg {
    height: 100vh
}

.mast-head-wrapper.md {
    height: 75vh
}

.mast-head-wrapper.sm {
    height: 30vh
}

.mast-head-wrapper.left-bottom-block,
.mast-head-wrapper.left-bottom-text {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.mast-head-wrapper .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-position: 50%;
    background-repeat: no-repeat
}

.mast-head-wrapper.lg .bg-img,
.mast-head-wrapper.md .bg-img,
.mast-head-wrapper.sm .bg-img {
    background-size: 100% auto
}

.mast-head-wrapper .feat-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    background: #000
}

.mast-head-wrapper.left-mid-text .text-wrapper {
    margin-top: 10vh;
    height: 90vh;
    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;
    color: #fff;
    text-shadow: 0 0 15px rgba(0, 0, 0, .15)
}

.mast-head-wrapper.left-bottom-block .text-wrapper,
.mast-head-wrapper.left-bottom-text .text-wrapper {
    background: #fff;
    border-radius: 3px;
    margin-bottom: -30px;
    padding: 20px 30px;
    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;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 15px rgba(0, 0, 0, .15)
}

.mast-head-wrapper.left-bottom-block .text-wrapper {
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.mast-head-wrapper.left-bottom-block .text-wrapper .title {
    width: 100%;
    font-size: 1.75em
}

.mast-head-wrapper.left-bottom-block .text-wrapper .desc {
    width: 100%;
    margin: 15px 0 25px
}

.mast-head-wrapper.left-bottom-block .text-wrapper .cta {
    width: 100%;
    margin-top: 15px
}

.mast-head-wrapper.left-mid-text .text-wrapper .details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.mast-head-wrapper.left-mid-text .text-wrapper .details .logo-wrapper {
    margin-right: 30px;
    border-radius: 3px;
    min-width: 35%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0
}

.mast-head-wrapper.left-mid-text .text-wrapper .details .logo-wrapper img {
    width: 100%;
    background: #fff;
    padding: 15px;
    border-radius: 3px
}

.mast-head-wrapper.left-mid-text .text-wrapper .title {
    font-size: 2.5em
}

.mast-head-wrapper.left-mid-text .text-wrapper .title.alt {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0
}

.mast-head-wrapper.left-bottom-text .text-wrapper .title {
    width: 100%;
    font-size: 2em
}

.mast-head-wrapper.left-mid-text .text-wrapper .desc {
    line-height: 1;
    margin: 15px 0 25px;
    font-size: 1.15em
}

.mast-head-wrapper.left-mid-text .text-wrapper .cta-wrapper {
    text-shadow: none
}

.mast-head-wrapper.left-mid-text .text-wrapper .desc.text {
    line-height: inherit;
    font-size: 1em
}

.mast-head-wrapper.left-mid-text .text-wrapper .desc.text>p:last-child {
    margin: 0
}

.mast-head-wrapper.left-bottom-text .text-wrapper .breadcrumbs-wrapper {
    width: 100%;
    padding: 9px 0;
    text-align: right
}

.mast-head-wrapper.left-bottom-text .text-wrapper .breadcrumbs-wrapper a {
    color: #000;
    text-decoration: none;
    -webkit-transition: color .25s ease-in-out 0s;
    transition: color .25s ease-in-out 0s
}

.mast-head-wrapper.left-bottom-text .text-wrapper .breadcrumbs-wrapper a:focus,
.mast-head-wrapper.left-bottom-text .text-wrapper .breadcrumbs-wrapper a:hover {
    color: #d13239;
    -webkit-transition: color .25s ease-in-out 0s;
    transition: color .25s ease-in-out 0s
}

.mast-head-wrapper.left-bottom-text .text-wrapper .breadcrumbs-wrapper .breadcrumb_last {
    font-weight: 600
}

.mast-head-wrapper.left-bottom-text .text-wrapper .job-expires {
    width: 100%;
    padding: 9px 0;
    text-align: right
}

.mast-head-wrapper.left-bottom-text .text-wrapper .job-expires a {
    font-weight: 600;
    color: #000;
    text-decoration: none;
    -webkit-transition: color .25s ease-in-out 0s;
    transition: color .25s ease-in-out 0s
}

.mast-head-wrapper.left-bottom-text .text-wrapper .job-expires a:focus,
.mast-head-wrapper.left-bottom-text .text-wrapper .job-expires a:hover {
    color: #d13239;
    -webkit-transition: color .25s ease-in-out 0s;
    transition: color .25s ease-in-out 0s
}

.mast-head-wrapper.left-bottom-text .meta-wrapper {
    color: #fff;
    line-height: 1;
    margin-bottom: 15px;
    text-shadow: 0 0 7px rgba(0, 0, 0, .25)
}

.mast-head-wrapper.left-bottom-text .meta-wrapper a {
    color: #fff;
    text-decoration: none
}

.mast-head-wrapper.left-bottom-text .meta-wrapper .separator {
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #d13239;
    margin: 0 3px
}

.mast-head-wrapper.centered-text {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.mast-head-wrapper.centered-text .text-wrapper {
    text-align: center;
    color: #fff;
    margin-top: 10vh
}

.mast-head-wrapper.centered-text .text-wrapper .title {
    font-size: 2.5em;
    padding: 0 100px
}

.mast-head-wrapper.centered-text .text-wrapper .cta {
    margin-top: 30px
}

.all-stats-wrapper {
    position: relative;
    top: -30px
}

.all-stats-wrapper .stats-card-wrapper {
    position: relative;
    -webkit-perspective: 800px;
    perspective: 800px
}

.all-stats-wrapper .stats-card-wrapper .stats-card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    line-height: 1;
    color: #000;
    text-decoration: none;
    border-radius: 3px;
    -webkit-box-shadow: 0 7px 15px rgba(0, 0, 0, .15);
    box-shadow: 0 7px 15px rgba(0, 0, 0, .15);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.all-stats-wrapper .stats-card-wrapper .stats-card,
.all-stats-wrapper .stats-card-wrapper:focus .stats-card,
.all-stats-wrapper .stats-card-wrapper:hover .stats-card {
    -webkit-transition: -webkit-transform .5s ease-in-out .05s;
    transition: -webkit-transform .5s ease-in-out .05s;
    transition: transform .5s ease-in-out .05s;
    transition: transform .5s ease-in-out .05s, -webkit-transform .5s ease-in-out .05s
}

.all-stats-wrapper .stats-card-wrapper:focus .stats-card,
.all-stats-wrapper .stats-card-wrapper:hover .stats-card {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.all-stats-wrapper .stats-card-wrapper .stats-card .card-face {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 30px;
    border-radius: 3px;
    background: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.all-stats-wrapper .stats-card-wrapper .stats-card .front {
    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
}

.all-stats-wrapper .stats-card-wrapper .stats-card .front span.title-font:first-child {
    font-size: 10em;
    margin-bottom: 15px;
    opacity: 1
}

.all-stats-wrapper .stats-card-wrapper .stats-card .front span.title-font:first-child,
.all-stats-wrapper .stats-card-wrapper .stats-card .front span.title-font:last-child {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .25s ease-in-out .3s, -webkit-transform .25s ease-in-out .3s;
    transition: opacity .25s ease-in-out .3s, -webkit-transform .25s ease-in-out .3s;
    transition: transform .25s ease-in-out .3s, opacity .25s ease-in-out .3s;
    transition: transform .25s ease-in-out .3s, opacity .25s ease-in-out .3s, -webkit-transform .25s ease-in-out .3s
}

.all-stats-wrapper .stats-card-wrapper .stats-card .front span.title-font:last-child {
    font-size: 2em
}

.all-stats-wrapper .stats-card-wrapper:focus .stats-card .front span.title-font:first-child,
.all-stats-wrapper .stats-card-wrapper:focus .stats-card .front span.title-font:last-child,
.all-stats-wrapper .stats-card-wrapper:hover .stats-card .front span.title-font:first-child,
.all-stats-wrapper .stats-card-wrapper:hover .stats-card .front span.title-font:last-child {
    -webkit-transform: translateX(75px);
    transform: translateX(75px);
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out 0s, -webkit-transform .3s ease-in-out 0s;
    transition: opacity .3s ease-in-out 0s, -webkit-transform .3s ease-in-out 0s;
    transition: transform .3s ease-in-out 0s, opacity .3s ease-in-out 0s;
    transition: transform .3s ease-in-out 0s, opacity .3s ease-in-out 0s, -webkit-transform .3s ease-in-out 0s
}

.all-stats-wrapper .stats-card-wrapper .stats-card .back {
    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;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.all-stats-wrapper .stats-card-wrapper .stats-card .back .stat-icon {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
    margin-top: -15px;
    -webkit-transform: translateX(-75px);
    transform: translateX(-75px);
    opacity: 0;
    -webkit-transition: opacity .25s ease-in-out 0s, -webkit-transform .25s ease-in-out 0s;
    transition: opacity .25s ease-in-out 0s, -webkit-transform .25s ease-in-out 0s;
    transition: transform .25s ease-in-out 0s, opacity .25s ease-in-out 0s;
    transition: transform .25s ease-in-out 0s, opacity .25s ease-in-out 0s, -webkit-transform .25s ease-in-out 0s
}

.all-stats-wrapper .stats-card-wrapper .stats-card .back .stat-icon img {
    width: 100%
}

.all-stats-wrapper .stats-card-wrapper .stats-card .back .desc {
    font-size: 1.15em;
    line-height: 1.3
}

.all-stats-wrapper .stats-card-wrapper .stats-card .back .cta-icon,
.all-stats-wrapper .stats-card-wrapper .stats-card .back .desc {
    -webkit-transform: translateX(-75px);
    transform: translateX(-75px);
    opacity: 0;
    -webkit-transition: opacity .25s ease-in-out 0s, -webkit-transform .25s ease-in-out 0s;
    transition: opacity .25s ease-in-out 0s, -webkit-transform .25s ease-in-out 0s;
    transition: transform .25s ease-in-out 0s, opacity .25s ease-in-out 0s;
    transition: transform .25s ease-in-out 0s, opacity .25s ease-in-out 0s, -webkit-transform .25s ease-in-out 0s
}

.all-stats-wrapper .stats-card-wrapper .stats-card .back .cta-icon {
    position: absolute;
    right: 15px;
    bottom: 15px
}

.all-stats-wrapper .stats-card-wrapper:focus .stats-card .back .cta-icon,
.all-stats-wrapper .stats-card-wrapper:focus .stats-card .back .desc,
.all-stats-wrapper .stats-card-wrapper:focus .stats-card .back .stat-icon,
.all-stats-wrapper .stats-card-wrapper:hover .stats-card .back .cta-icon,
.all-stats-wrapper .stats-card-wrapper:hover .stats-card .back .desc,
.all-stats-wrapper .stats-card-wrapper:hover .stats-card .back .stat-icon {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition: opacity .3s ease-in-out .25s, -webkit-transform .3s ease-in-out .25s;
    transition: opacity .3s ease-in-out .25s, -webkit-transform .3s ease-in-out .25s;
    transition: transform .3s ease-in-out .25s, opacity .3s ease-in-out .25s;
    transition: transform .3s ease-in-out .25s, opacity .3s ease-in-out .25s, -webkit-transform .3s ease-in-out .25s
}

.all-stats-wrapper.icon-n-data .stats-card {
    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;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: center;
    padding: 30px;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 7px 15px rgba(0, 0, 0, .15);
    box-shadow: 0 7px 15px rgba(0, 0, 0, .15);
    margin-bottom: 30px;
    color: #000;
    text-decoration: none
}

.all-stats-wrapper.icon-n-data .stats-card .icon {
    width: 100px;
    height: 100px;
    margin-bottom: 15px
}

.all-stats-wrapper.icon-n-data .stats-card .icon>img {
    width: 100%
}

.all-stats-wrapper.icon-n-data .stats-card .cta {
    color: #d13239;
    text-decoration: none;
    margin-top: 15px
}

.all-stats-wrapper.icon-n-data .navigation-wrapper {
    text-align: center
}

.all-stats-wrapper.icon-n-data .navigation-wrapper .navigation.slick {
    display: inline-block;
    line-height: 1
}

.all-stats-wrapper.icon-n-data .navigation-wrapper .navigation.slick .slick-arrow {
    cursor: pointer;
    font-size: 1.15em
}

.all-stats-wrapper.icon-n-data .navigation-wrapper .navigation.slick .slick-arrow.prev {
    float: left;
    padding-right: 5px
}

.all-stats-wrapper.icon-n-data .navigation-wrapper .navigation.slick .slick-arrow.next {
    float: right;
    padding-left: 5px
}

.all-stats-wrapper.icon-n-data .navigation-wrapper .navigation.slick .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block !important
}

.all-stats-wrapper.icon-n-data .navigation-wrapper .navigation.slick .slick-dots>li {
    display: inline-block;
    padding: 5px
}

.all-stats-wrapper.icon-n-data .navigation-wrapper .navigation.slick .slick-dots>li>button {
    padding: 0;
    text-indent: -9999px;
    overflow: hidden;
    background: #ccc;
    border: none;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    -webkit-transition: background-color .25s ease-in-out 0s;
    transition: background-color .25s ease-in-out 0s
}

.all-stats-wrapper.icon-n-data .navigation-wrapper .navigation.slick .slick-dots>li.slick-active>button {
    background: #d13239;
    -webkit-transition: background-color .25s ease-in-out 0s;
    transition: background-color .25s ease-in-out 0s
}

.section-header {
    margin-bottom: 30px;
    line-height: 1
}

.section-header .top .title {
    font-size: 2em;
    display: inline-block
}

.section-header.dark .top .title {
    color: #fff
}

.section-header .top .navigation.slick {
    display: inline-block;
    float: right;
    padding: 5px 0
}

.section-header .top .navigation.slick .slick-arrow {
    cursor: pointer;
    font-size: 1.15em
}

.section-header.dark .top .navigation.slick .slick-arrow {
    color: #fff
}

.section-header .top .navigation.slick .slick-arrow.prev {
    float: left;
    padding-right: 5px
}

.section-header .top .navigation.slick .slick-arrow.next {
    float: right;
    padding-left: 5px
}

.section-header .top .navigation.slick .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block !important
}

.section-header .top .navigation.slick .slick-dots>li {
    display: inline-block;
    padding: 5px;
    line-height: 0
}

.section-header .top .navigation.slick .slick-dots>li>button {
    padding: 0;
    text-indent: -9999px;
    overflow: hidden;
    background: #ccc;
    border: none;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    -webkit-transition: background .25s ease-in-out 0s;
    transition: background .25s ease-in-out 0s
}

.section-header .top .navigation.slick .slick-dots>li.slick-active>button {
    background: #d13239;
    -webkit-transition: background .25s ease-in-out 0s;
    transition: background .25s ease-in-out 0s
}

.section-header .division {
    width: 100%;
    height: 2px;
    background: #d13239;
    margin: 10px 0
}

.section-header.dark .bottom .tagline {
    color: #fff
}

.section-header .dropdown {
    display: inline-block;
    float: right
}

.section-header .dropdown>a {
    padding: 7px 0 7px 7px;
    display: inline-block;
    color: #000;
    text-decoration: none;
    -webkit-transition: color .25s ease-in-out 0s;
    transition: color .25s ease-in-out 0s
}

.section-header .dropdown>a:focus,
.section-header .dropdown>a:hover {
    color: #d13239;
    -webkit-transition: color .25s ease-in-out 0s;
    transition: color .25s ease-in-out 0s
}

.section-header .dropdown .dropdown-menu {
    border: none;
    border-radius: 3px;
    -webkit-box-shadow: 0 7px 15px rgba(0, 0, 0, .15);
    box-shadow: 0 7px 15px rgba(0, 0, 0, .15)
}

.section-header .dropdown .dropdown-menu>li>a {
    background: transparent;
    color: #000
}

.section-header .dropdown .dropdown-menu>li.active>a,
.section-header .dropdown .dropdown-menu>li>a,
.section-header .dropdown .dropdown-menu>li>a:focus,
.section-header .dropdown .dropdown-menu>li>a:hover {
    -webkit-transition: -webkit-box-shadow .25s ease-in-out 0s;
    transition: -webkit-box-shadow .25s ease-in-out 0s;
    transition: box-shadow .25s ease-in-out 0s;
    transition: box-shadow .25s ease-in-out 0s, -webkit-box-shadow .25s ease-in-out 0s
}

.section-header .dropdown .dropdown-menu>li.active>a,
.section-header .dropdown .dropdown-menu>li>a:focus,
.section-header .dropdown .dropdown-menu>li>a:hover {
    -webkit-box-shadow: inset 3px 0 0 #d13239;
    box-shadow: inset 3px 0 0 #d13239
}

.slick-wrapper.full-width-card-slider .slick-slide .slick-card {
    height: 300px;
    position: relative;
    border-radius: 3px;
    overflow: hidden
}

.slick-wrapper.full-width-card-slider.video-slider .slick-slide .slick-card {
    height: auto;
    opacity: .25;
    -webkit-transition: opacity .25s ease-in-out 0s;
    transition: opacity .25s ease-in-out 0s
}

.slick-wrapper.full-width-card-slider.video-slider .slick-slide.slick-active .slick-card {
    opacity: 1;
    -webkit-transition: opacity .25s ease-in-out 0s;
    transition: opacity .25s ease-in-out 0s
}

.slick-wrapper.full-width-card-slider .slick-slide .slick-card .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-position: 50%;
    background-size: 100% auto;
    background-repeat: no-repeat
}

.slick-wrapper.full-width-card-slider .slick-slide .slick-card .text-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    text-shadow: 0 0 7px rgba(0, 0, 0, .25);
    padding: 25px 30px;
    text-decoration: none;
    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: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.slick-wrapper.full-width-card-slider .slick-slide .slick-card .text-wrapper .meta-wrapper {
    line-height: 1;
    margin-bottom: 10px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .25s ease-in-out 0s;
    transition: -webkit-transform .25s ease-in-out 0s;
    transition: transform .25s ease-in-out 0s;
    transition: transform .25s ease-in-out 0s, -webkit-transform .25s ease-in-out 0s
}

.slick-wrapper.full-width-card-slider .slick-slide .slick-card:focus .text-wrapper .meta-wrapper,
.slick-wrapper.full-width-card-slider .slick-slide .slick-card:hover .text-wrapper .meta-wrapper {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: -webkit-transform .25s ease-in-out 0s;
    transition: -webkit-transform .25s ease-in-out 0s;
    transition: transform .25s ease-in-out 0s;
    transition: transform .25s ease-in-out 0s, -webkit-transform .25s ease-in-out 0s
}

.slick-wrapper.full-width-card-slider .slick-slide .slick-card .text-wrapper .meta-wrapper .separator {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #d13239;
    border-radius: 50%;
    margin: 1px 5px
}

.slick-wrapper.full-width-card-slider .slick-slide .slick-card .text-wrapper .title {
    font-size: 1.5em;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .25s ease-in-out 0s;
    transition: -webkit-transform .25s ease-in-out 0s;
    transition: transform .25s ease-in-out 0s;
    transition: transform .25s ease-in-out 0s, -webkit-transform .25s ease-in-out 0s
}

.slick-wrapper.full-width-card-slider .slick-slide .slick-card:focus .text-wrapper .title,
.slick-wrapper.full-width-card-slider .slick-slide .slick-card:hover .text-wrapper .title {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: -webkit-transform .25s ease-in-out 0s;
    transition: -webkit-transform .25s ease-in-out 0s;
    transition: transform .25s ease-in-out 0s;
    transition: transform .25s ease-in-out 0s, -webkit-transform .25s ease-in-out 0s
}

.slick-wrapper.full-width-card-slider .slick-slide .slick-card .sharing-btn {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 3;
    line-height: 1;
    color: #fff;
    text-shadow: 0 0 7px rgba(0, 0, 0, .25);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0
}

.slick-wrapper.full-width-card-slider .slick-slide .slick-card .sharing-btn,
.slick-wrapper.full-width-card-slider .slick-slide .slick-card:focus .sharing-btn,
.slick-wrapper.full-width-card-slider .slick-slide .slick-card:hover .sharing-btn {
    -webkit-transition: opacity .25s ease-in-out 0s, -webkit-transform .25s ease-in-out 0s;
    transition: opacity .25s ease-in-out 0s, -webkit-transform .25s ease-in-out 0s;
    transition: transform .25s ease-in-out 0s, opacity .25s ease-in-out 0s;
    transition: transform .25s ease-in-out 0s, opacity .25s ease-in-out 0s, -webkit-transform .25s ease-in-out 0s
}

.slick-wrapper.full-width-card-slider .slick-slide .slick-card:focus .sharing-btn,
.slick-wrapper.full-width-card-slider .slick-slide .slick-card:hover .sharing-btn {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.slick-wrapper.container-card-slider .slick-slide .slick-card {
    display: block;
    position: relative;
    color: #fff;
    height: 180px
}

.slick-wrapper.container-card-slider .slick-slide .slick-card .front .bg-img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    background-size: auto 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: #000
}

.slick-wrapper.container-card-slider .slick-slide .slick-card .front .title {
    z-index: 2;
    font-size: 1.5em;
    background: rgba(0, 0, 0, .5);
    line-height: 1;
    text-shadow: 0 0 7px rgba(0, 0, 0, .25);
    line-height: 1.3
}

.slick-wrapper.container-card-slider .slick-slide .slick-card .details,
.slick-wrapper.container-card-slider .slick-slide .slick-card .front .title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 30px
}

.slick-wrapper.container-card-slider .slick-slide .slick-card .details {
    z-index: 3;
    background: #d13239;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .25s ease-in-out .35s, visibility .25s ease-in-out .35s;
    transition: opacity .25s ease-in-out .35s, visibility .25s ease-in-out .35s
}

.slick-wrapper.container-card-slider .slick-slide .slick-card:focus .details,
.slick-wrapper.container-card-slider .slick-slide .slick-card:hover .details {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .25s ease-in-out 0s, visibility .25s ease-in-out 0s;
    transition: opacity .25s ease-in-out 0s, visibility .25s ease-in-out 0s
}

.slick-wrapper.container-card-slider .slick-slide .slick-card .details .title {
    font-size: 1.1em;
    font-weight: 600;
    margin-bottom: 10px;
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: opacity .25s ease-in-out .2s, -webkit-transform .25s ease-in-out .2s;
    transition: opacity .25s ease-in-out .2s, -webkit-transform .25s ease-in-out .2s;
    transition: opacity .25s ease-in-out .2s, transform .25s ease-in-out .2s;
    transition: opacity .25s ease-in-out .2s, transform .25s ease-in-out .2s, -webkit-transform .25s ease-in-out .2s
}

.slick-wrapper.container-card-slider .slick-slide .slick-card:focus .details .title,
.slick-wrapper.container-card-slider .slick-slide .slick-card:hover .details .title {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity .25s ease-in-out .25s, -webkit-transform .25s ease-in-out .25s;
    transition: opacity .25s ease-in-out .25s, -webkit-transform .25s ease-in-out .25s;
    transition: opacity .25s ease-in-out .25s, transform .25s ease-in-out .25s;
    transition: opacity .25s ease-in-out .25s, transform .25s ease-in-out .25s, -webkit-transform .25s ease-in-out .25s
}

.slick-wrapper.container-card-slider .slick-slide .slick-card .details .desc {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: opacity .25s ease-in-out .1s, -webkit-transform .25s ease-in-out .1s;
    transition: opacity .25s ease-in-out .1s, -webkit-transform .25s ease-in-out .1s;
    transition: opacity .25s ease-in-out .1s, transform .25s ease-in-out .1s;
    transition: opacity .25s ease-in-out .1s, transform .25s ease-in-out .1s, -webkit-transform .25s ease-in-out .1s
}

.slick-wrapper.container-card-slider .slick-slide .slick-card:focus .details .desc,
.slick-wrapper.container-card-slider .slick-slide .slick-card:hover .details .desc {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity .25s ease-in-out .3s, -webkit-transform .25s ease-in-out .3s;
    transition: opacity .25s ease-in-out .3s, -webkit-transform .25s ease-in-out .3s;
    transition: opacity .25s ease-in-out .3s, transform .25s ease-in-out .3s;
    transition: opacity .25s ease-in-out .3s, transform .25s ease-in-out .3s, -webkit-transform .25s ease-in-out .3s
}

.slick-wrapper.container-card-slider .slick-slide .slick-card .details .cta-icon {
    position: absolute;
    bottom: 10px;
    right: 12px;
    opacity: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    -webkit-transition: opacity .25s ease-in-out 0s, -webkit-transform .25s ease-in-out 0s;
    transition: opacity .25s ease-in-out 0s, -webkit-transform .25s ease-in-out 0s;
    transition: opacity .25s ease-in-out 0s, transform .25s ease-in-out 0s;
    transition: opacity .25s ease-in-out 0s, transform .25s ease-in-out 0s, -webkit-transform .25s ease-in-out 0s
}

.slick-wrapper.container-card-slider .slick-slide .slick-card:focus .details .cta-icon,
.slick-wrapper.container-card-slider .slick-slide .slick-card:hover .details .cta-icon {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .25s ease-in-out .4s, -webkit-transform .25s ease-in-out .4s;
    transition: opacity .25s ease-in-out .4s, -webkit-transform .25s ease-in-out .4s;
    transition: opacity .25s ease-in-out .4s, transform .25s ease-in-out .4s;
    transition: opacity .25s ease-in-out .4s, transform .25s ease-in-out .4s, -webkit-transform .25s ease-in-out .4s
}

.slick-wrapper.container-long-blog-slider .slick-card .feat-img {
    display: block;
    width: 100%;
    height: 250px;
    border-radius: 3px;
    background-color: #000;
    background-size: auto 100%;
    background-position: 50%;
    background-repeat: no-repeat
}

.slick-wrapper.container-long-blog-slider .slick-card .categories-wrapper {
    line-height: 1;
    margin: 15px 0
}

.slick-wrapper.container-long-blog-slider .slick-card .categories-wrapper .category {
    color: #d13239;
    text-decoration: none
}

.slick-wrapper.container-long-blog-slider .slick-card .title {
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 1.25em;
    font-weight: 600
}

.slick-wrapper.container-long-blog-slider .slick-card .meta-wrapper {
    margin: 10px 0
}

.slick-wrapper.container-long-blog-slider .slick-card .meta-wrapper .date {
    color: #333
}

.slick-wrapper.container-long-blog-slider .slick-card .excerpt {
    display: inline-block;
    color: #000;
    text-decoration: none
}

.campaign-filter-wrapper {
    margin-top: 30px
}

.campaign-filter-wrapper [data-trigger=filter-toggle] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.campaign-filter-wrapper [data-trigger=filter-toggle] .filter-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #d13239;
    color: #fff;
    padding: 11px 14px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    margin-right: 10px
}

.campaign-filter-wrapper [data-trigger=filter-toggle] .filter-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.campaign-filter-wrapper [data-trigger=filter-toggle] .filter-text .before {
    display: inline
}

.campaign-filter-wrapper [data-trigger=filter-toggle].after .filter-text .before,
.campaign-filter-wrapper [data-trigger=filter-toggle] .filter-text .after {
    display: none
}

.campaign-filter-wrapper [data-trigger=filter-toggle].after .filter-text .after {
    display: inline
}

.campaign-filter-wrapper [data-trigger=filter-toggle] .filter-text .after .focus-area {
    color: #000;
    text-decoration: none;
    -webkit-transition: color .25s ease-in-out 0s;
    transition: color .25s ease-in-out 0s
}

.campaign-filter-wrapper [data-trigger=filter-toggle] .filter-text .after .focus-area:focus,
.campaign-filter-wrapper [data-trigger=filter-toggle] .filter-text .after .focus-area:hover {
    color: #d13239;
    -webkit-transition: color .25s ease-in-out 0s;
    transition: color .25s ease-in-out 0s
}

.campaign-filter-wrapper [data-trigger=filter-toggle] .filter-text .after .separator {
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #d13239;
    margin: 0 5px
}

.subscribe-wrapper {
    background-image: url(dist/images/temp/home-mast-head-bg.png);
    background-color: #000;
    background-size: 100% auto;
    background-position: 50%;
    background-repeat: no-repeat
}

.subscribe-wrapper .subscribe-form-wrapper {
    padding: 70px 0
}

.subscribe-wrapper .subscribe-form-wrapper .section-header {
    margin: 0
}

.subscribe-wrapper .subscribe-form-wrapper form {
    position: absolute;
    top: 0;
    right: 0;
    margin: 88px 45px 76px
}

.subscribe-wrapper .subscribe-form-wrapper .email {
    width: 300px;
    border-radius: 3px;
    border: 2px solid #d13239;
    padding: 18px 15px;
    color: #000
}

.subscribe-wrapper .subscribe-form-wrapper input[type=submit] {
    display: none
}

.subscribe-wrapper .subscribe-form-wrapper .cta-icon {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1;
    background: #fff;
    margin: 2px;
    padding: 6px 10px 3px;
    cursor: pointer
}

.indented-box {
    position: relative;
    height: 180px;
    color: #000;
    text-decoration: none;
    line-height: 1;
    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-perspective: 800px;
    perspective: 800px
}

.indented-box:focus,
.indented-box:hover {
    color: #000
}

.indented-box .icon {
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 100px;
    height: 100px;
    background: #d13239;
    border-radius: 3px;
    padding: 25px;
    text-align: center;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.indented-box .icon,
.indented-box:focus .icon,
.indented-box:hover .icon {
    -webkit-transition: -webkit-transform .25s ease-in-out 0s;
    transition: -webkit-transform .25s ease-in-out 0s;
    transition: transform .25s ease-in-out 0s;
    transition: transform .25s ease-in-out 0s, -webkit-transform .25s ease-in-out 0s
}

.indented-box:focus .icon,
.indented-box:hover .icon {
    -webkit-transform: rotateY(-10deg);
    transform: rotateY(-10deg)
}

.indented-box .icon img {
    width: 100%
}

.indented-box .text {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: calc(100% - 30px);
    height: 100%;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 15px rgba(0, 0, 0, .15);
    font-size: 1.5em;
    padding-left: 85px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.indented-box .text,
.indented-box:focus .text,
.indented-box:hover .text {
    -webkit-transition: -webkit-transform .25s ease-in-out 0s;
    transition: -webkit-transform .25s ease-in-out 0s;
    transition: transform .25s ease-in-out 0s;
    transition: transform .25s ease-in-out 0s, -webkit-transform .25s ease-in-out 0s
}

.indented-box:focus .text,
.indented-box:hover .text {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px)
}

.allies-wrapper .ally {
    display: block;
    height: 120px;
    text-align: center;
    padding: 15px 25px;
    margin-bottom: 30px;
    cursor: default
}

.allies-wrapper .ally.landscape img {
    width: 100%
}

.allies-wrapper .ally.portrait img,
.allies-wrapper .ally.square img {
    height: 100%
}

.ajax-blogs-wrapper .blog-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px
}

.ajax-blogs-wrapper .blog-card:last-of-type {
    margin: 0
}

.ajax-blogs-wrapper .blog-card .feat-img {
    display: block;
    width: 100%;
    height: 200px;
    border-radius: 3px;
    margin-right: 15px;
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    background-color: #000;
    background-size: auto 100%;
    background-position: 50%;
    background-repeat: no-repeat
}

.ajax-blogs-wrapper .blog-card .details {
    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-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.ajax-blogs-wrapper .blog-card .details .categories-wrapper {
    margin-bottom: 15px
}

.ajax-blogs-wrapper .blog-card .details .categories-wrapper .category {
    color: #d13239;
    text-decoration: none
}

.ajax-blogs-wrapper .blog-card .details .title {
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 1.25em;
    font-weight: 600
}

.ajax-blogs-wrapper .blog-card .details .meta-wrapper {
    margin: 10px 0
}

.ajax-blogs-wrapper .blog-card .details .meta-wrapper .separator {
    margin: 0 5px
}

.ajax-blogs-wrapper .blog-card .details .meta-wrapper .date {
    color: #333
}

.ajax-blogs-wrapper .blog-card .details .excerpt {
    display: inline-block;
    color: #000;
    text-decoration: none
}

.update-centre-wrapper .custom-btn.load-more-btn {
    margin: 30px auto 0;
    display: none;
    width: 135px;
    -webkit-transition: width .25s ease-in-out 0s;
    transition: width .25s ease-in-out 0s
}

.archive-blogs-wrapper .blog-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px
}

.archive-blogs-wrapper .blog-card:last-of-type {
    margin: 0
}

.archive-blogs-wrapper .blog-card .feat-img {
    display: block;
    width: 100%;
    height: 200px;
    border-radius: 3px;
    margin-right: 15px;
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    background-color: #000;
    background-size: auto 100%;
    background-position: 50%;
    background-repeat: no-repeat
}

.archive-blogs-wrapper .blog-card .details {
    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-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.archive-blogs-wrapper .blog-card .details .categories-wrapper {
    margin-bottom: 15px
}

.archive-blogs-wrapper .blog-card .details .categories-wrapper a {
    color: #d13239;
    text-decoration: none
}

.archive-blogs-wrapper .blog-card .details .title {
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 1.25em;
    font-weight: 600
}

.archive-blogs-wrapper .blog-card .details .meta-wrapper {
    margin: 10px 0
}

.archive-blogs-wrapper .blog-card .details .meta-wrapper .separator {
    margin: 0 5px
}

.archive-blogs-wrapper .blog-card .details .meta-wrapper .date {
    color: #333
}

.archive-blogs-wrapper .blog-card .details .excerpt {
    display: inline-block;
    color: #000;
    text-decoration: none
}

.search-wrapper .blog-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px
}

.search-wrapper .blog-card:last-of-type {
    margin: 0
}

.search-wrapper .blog-card .feat-img {
    display: block;
    width: 100%;
    height: 200px;
    border-radius: 3px;
    margin-right: 15px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    background-color: #000;
    background-size: auto 100%;
    background-position: 50%;
    background-repeat: no-repeat
}

.search-wrapper .blog-card .details {
    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-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.search-wrapper .blog-card .details .categories-wrapper {
    margin-bottom: 15px
}

.search-wrapper .blog-card .details .categories-wrapper a {
    color: #d13239;
    text-decoration: none
}

.search-wrapper .blog-card .details .title {
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 1.25em;
    font-weight: 600
}

.search-wrapper .blog-card .details .meta-wrapper {
    margin: 10px 0
}

.search-wrapper .blog-card .details .meta-wrapper .separator {
    margin: 0 5px
}

.search-wrapper .blog-card .details .meta-wrapper .date {
    color: #333
}

.search-wrapper .blog-card .details .excerpt {
    display: inline-block;
    color: #000;
    text-decoration: none
}

.framing-change-wrapper {
    background: #000;
    padding: 70px 0
}

aside.widget {
    margin-bottom: 50px
}

aside.widget:last-child {
    margin: 0
}

.widget_subscribe_widget form {
    position: relative;
    margin-top: 15px
}

.widget_subscribe_widget .email {
    border-radius: 3px;
    border: 2px solid #d13239;
    padding: 18px 15px;
    color: #000
}

.widget_subscribe_widget input[type=submit] {
    display: none
}

.widget_subscribe_widget .cta-icon {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1;
    background: #fff;
    margin: 2px;
    padding: 6px 10px 3px;
    cursor: pointer
}

.widget_categories_widget ul {
    margin: 0;
    padding: 0 0 0 17px;
    color: #d13239
}

.widget_categories_widget ul li {
    margin-bottom: 5px
}

.widget_categories_widget ul li:last-child {
    margin: 0
}

.widget_categories_widget ul li a {
    color: #000;
    text-decoration: none
}

.widget_contribute_widget>a {
    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;
    background: #d13239;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    text-align: center;
    padding: 30px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent
}

.widget_contribute_widget>a,
.widget_contribute_widget>a:focus,
.widget_contribute_widget>a:hover {
    -webkit-transition: -webkit-transform .25s ease-in-out 0s, -webkit-box-shadow .25s ease-in-out 0s;
    transition: -webkit-transform .25s ease-in-out 0s, -webkit-box-shadow .25s ease-in-out 0s;
    transition: transform .25s ease-in-out 0s, box-shadow .25s ease-in-out 0s;
    transition: transform .25s ease-in-out 0s, box-shadow .25s ease-in-out 0s, -webkit-transform .25s ease-in-out 0s, -webkit-box-shadow .25s ease-in-out 0s
}

.widget_contribute_widget>a:focus,
.widget_contribute_widget>a:hover {
    -webkit-transform: scale(1.025);
    transform: scale(1.025);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    box-shadow: 0 0 15px rgba(0, 0, 0, .15)
}

.widget_contribute_widget>a .contribute-icon {
    font-size: 5em;
    line-height: 1;
    margin-bottom: 15px
}

.widget_contribute_widget>a .title {
    font-size: 2em;
    line-height: 1
}

.widget_contribute_widget>a .division {
    width: 100%;
    height: 1px;
    background: hsla(0, 0%, 100%, .25);
    margin: 10px 0
}

.widget_author_widget .author-info-wrapper .dp {
    margin-right: 15px;
    margin-bottom: 5px;
    width: 75px;
    float: left;
    height: 75px;
    overflow: hidden;
    border-radius: 50%;
}

.widget_author_widget .author-info-wrapper .dp img {
    width: 100%;
    background: #fff;
}

.widget_author_widget .author-info-wrapper .text {
    font-size: .95em
}

.widget_author_widget .author-info-wrapper .text .name {
    font-weight: 600;
    font-size: 1.1em;
    margin-bottom: 10px;
    line-height: 1
}

.blog-excerpt-wrapper {
    border-left: 3px solid #d13239;
    padding-left: 15px;
    line-height: 1.5
}

.blog-excerpt-wrapper>p {
    color: #777;
    font-size: .9em;
    text-align: justify
}

.blog-excerpt-wrapper>p:last-of-type {
    margin: 0
}

.blog-post-content-wrapper {
    line-height: 1.5
}

.blog-post-content-wrapper.blog-post>p:first-child:first-letter {
    color: #d13239;
    font-size: 3em;
    letter-spacing: 5px;
    line-height: 1
}

.blog-post-content-wrapper p:last-of-type {
    margin: 0
}

.blog-post-content-wrapper p>img {
    display: block;
    max-width: 100%
}

.blog-post-content-wrapper li a,
.blog-post-content-wrapper p>a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    -webkit-box-shadow: inset 0 -.25em 0 #d13239;
    box-shadow: inset 0 -.25em 0 #d13239
}

.blog-post-content-wrapper li a,
.blog-post-content-wrapper li a:focus,
.blog-post-content-wrapper li a:hover,
.blog-post-content-wrapper p>a,
.blog-post-content-wrapper p>a:focus,
.blog-post-content-wrapper p>a:hover {
    -webkit-transition: -webkit-box-shadow .25s ease-in-out 0s;
    transition: -webkit-box-shadow .25s ease-in-out 0s;
    transition: box-shadow .25s ease-in-out 0s;
    transition: box-shadow .25s ease-in-out 0s, -webkit-box-shadow .25s ease-in-out 0s
}

.blog-post-content-wrapper li a:focus,
.blog-post-content-wrapper li a:hover,
.blog-post-content-wrapper p>a:focus,
.blog-post-content-wrapper p>a:hover {
    -webkit-box-shadow: inset 0 -.5em 0 #d13239;
    box-shadow: inset 0 -.5em 0 #d13239
}

.blog-post-content-wrapper .alignleft {
    margin: 0 auto 0 0
}

.blog-post-content-wrapper .aligncenter {
    margin: 0 auto
}

.blog-post-content-wrapper .alignright {
    margin: 0 0 0 auto
}

.blog-post-content-wrapper figure.wp-caption {
    margin-top: 15px;
    margin-bottom: 15px;
    max-width: 100%
}

.blog-post-content-wrapper figure.wp-caption img {
    max-width: 100%;
    height: auto
}

.blog-post-content-wrapper figure.wp-caption figcaption {
    margin: 5px 0;
    font-size: .9em;
    color: #777
}

.blog-post-content-wrapper figure.wp-caption.aligncenter figcaption {
    text-align: center
}

.blog-post-content-wrapper figure.wp-caption.alignright figcaption {
    text-align: right
}

.blog-post-content-wrapper h1,
.blog-post-content-wrapper h2,
.blog-post-content-wrapper h3,
.blog-post-content-wrapper h4 {
    margin-top: 15px;
    margin-bottom: 3px
}

.blog-post-content-wrapper blockquote {
    margin: 50px 0;
    padding: 0 0 0 30px;
    border: none;
    position: relative;
    font-weight: 900;
    text-shadow: 1px 1px 0 hsla(0, 0%, 100%, .5)
}

.blog-post-content-wrapper blockquote:before {
    content: "\201C";
    font-family: Playfair Display, serif;
    color: #d13239;
    font-size: 15em;
    line-height: 0;
    position: absolute;
    z-index: -1;
    top: .27em;
    left: 0;
    opacity: .35
}

.blog-post-content-wrapper blockquote a {
    color: #d13239;
    text-decoration: none
}

.blog-post-content-wrapper .page-links {
    margin-top: 15px;
    text-align: center
}

.blog-post-content-wrapper .page-links a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    -webkit-transition: color .25s ease-in-out 0s;
    transition: color .25s ease-in-out 0s
}

.blog-post-content-wrapper .page-links a:focus,
.blog-post-content-wrapper .page-links a:hover {
    color: #d13239;
    -webkit-transition: color .25s ease-in-out 0s;
    transition: color .25s ease-in-out 0s
}

.blog-post-content-wrapper .page-links .separator {
    margin: 0 5px
}

.blog-post-content-wrapper .gallery {
    margin-top: 30px
}

.blog-post-content-wrapper .gallery figure.gallery-item img {
    width: 100%;
    height: auto;
    border-radius: 3px
}

.blog-post-content-wrapper .gallery figure.gallery-item figcaption {
    margin: 5px 0;
    font-size: .9em;
    color: #777;
    text-align: center
}

.blog-post-content-wrapper .navigation.slick {
    display: inline-block;
    padding: 5px 0;
    margin-bottom: 10px;
    line-height: 0
}

.blog-post-content-wrapper .navigation.slick .slick-arrow {
    cursor: pointer;
    font-size: 1.15em
}

.blog-post-content-wrapper .navigation.slick .slick-arrow.prev {
    float: left;
    padding-right: 5px
}

.blog-post-content-wrapper .navigation.slick .slick-arrow.next {
    float: right;
    padding-left: 5px
}

.blog-post-content-wrapper .navigation.slick .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block !important
}

.blog-post-content-wrapper .navigation.slick .slick-dots>li {
    display: inline-block;
    padding: 5px;
    line-height: 0
}

.blog-post-content-wrapper div[class^=su-] .navigation.slick .slick-dots>li {
    display: inline-block !important;
    padding: 5px !important
}

.blog-post-content-wrapper .navigation.slick .slick-dots>li>button {
    padding: 0;
    text-indent: -9999px;
    overflow: hidden;
    background: #ccc;
    border: none;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    -webkit-transition: background .25s ease-in-out 0s;
    transition: background .25s ease-in-out 0s
}

.blog-post-content-wrapper .navigation.slick .slick-dots>li.slick-active>button {
    background: #d13239;
    -webkit-transition: background .25s ease-in-out 0s;
    transition: background .25s ease-in-out 0s
}

.blog-post-content-wrapper .fb-post,
.blog-post-content-wrapper .instagram-media,
.blog-post-content-wrapper .twitter-tweet,
.blog-post-content-wrapper div[class^=su-] {
    margin: 15px 0
}

.blog-post-content-wrapper .listicle-wrapper>ol,
.blog-post-content-wrapper .listicle-wrapper>ul {
    counter-reset: listicle-counter;
    margin: 0;
    padding: 0;
    list-style: none
}

.blog-post-content-wrapper .listicle-wrapper>ol>li,
.blog-post-content-wrapper .listicle-wrapper>ul>li {
    position: relative
}

.blog-post-content-wrapper .listicle-wrapper>ol>li:before,
.blog-post-content-wrapper .listicle-wrapper>ul>li:before {
    content: counter(listicle-counter);
    counter-increment: listicle-counter;
    font-family: Playfair Display, serif;
    color: #d13239;
    font-size: 7.5em;
    line-height: 0;
    position: absolute;
    z-index: -1;
    top: .25em;
    left: -.25em;
    opacity: .35
}

.tags-wrapper a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    text-transform: lowercase;
    -webkit-transition: color .25s ease-in-out 0s;
    transition: color .25s ease-in-out 0s
}

.tags-wrapper a:before {
    content: "#"
}

.tags-wrapper a:focus,
.tags-wrapper a:hover {
    color: #d13239;
    -webkit-transition: color .25s ease-in-out 0s;
    transition: color .25s ease-in-out 0s
}

.tags-wrapper .separator {
    margin: 0 5px
}

.sitemap-wrapper h2 {
    margin: 15px 0;
    padding: 0 0 15px;
    line-height: 1;
    font-size: 2em;
    border-bottom: 2px solid #d13239;
    font-family: Geometric Slab Extra Bold, serif;
    text-transform: uppercase;
    letter-spacing: .015em
}

.sitemap-wrapper h2:first-of-type {
    margin-top: 0
}

.sitemap-wrapper ul[class^=simple-sitemap-] {
    margin: 0 0 30px;
    padding: 0 0 0 20px;
    color: #d13239
}

.sitemap-wrapper .row:last-child ul[class^=simple-sitemap-] {
    margin-bottom: 0
}

.sitemap-wrapper ul[class^=simple-sitemap-]>li>a {
    display: inline-block;
    padding: 3px 0;
    color: #000;
    text-decoration: none;
    -webkit-transition: color .25s ease-in-out 0s;
    transition: color .25s ease-in-out 0s
}

.sitemap-wrapper ul[class^=simple-sitemap-]>li>a:focus,
.sitemap-wrapper ul[class^=simple-sitemap-]>li>a:hover {
    color: #d13239;
    -webkit-transition: color .25s ease-in-out 0s;
    transition: color .25s ease-in-out 0s
}

.sitemap-wrapper ul[class^=simple-sitemap-]>li>ul {
    padding: 0 0 0 20px;
    color: #d13239
}

.sitemap-wrapper ul[class^=simple-sitemap-]>li>ul>li>a {
    display: inline-block;
    padding: 3px 0;
    color: #000;
    text-decoration: none;
    -webkit-transition: color .25s ease-in-out 0s;
    transition: color .25s ease-in-out 0s
}

.faqs-wrapper {
    border: 1px solid #ccc;
    border-radius: 3px
}

.faqs-wrapper .panel-group {
    margin: 0
}

.faqs-wrapper .panel-group .panel-default {
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    color: #000;
    padding: 30px;
    border-bottom: 1px solid #ccc
}

.faqs-wrapper .panel-group .panel-default:last-child {
    border: 0
}

.faqs-wrapper .panel-group .panel-default.panel {
    margin: 0
}

.faqs-wrapper .panel-group .panel-default .panel-heading {
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: none;
    background: transparent
}

.faqs-wrapper .panel-group .panel-default .panel-heading>h4>a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.05em
}

.faqs-wrapper .panel-group .panel-default .panel-heading>h4>a.collapsed:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.faqs-wrapper .panel-group .panel-default .panel-heading>h4>a.collapsed:before,
.faqs-wrapper .panel-group .panel-default .panel-heading>h4>a:before {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    content: "\f105";
    color: #d13239;
    margin-right: 10px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: -webkit-transform .25s ease-in-out 0s;
    transition: -webkit-transform .25s ease-in-out 0s;
    transition: transform .25s ease-in-out 0s;
    transition: transform .25s ease-in-out 0s, -webkit-transform .25s ease-in-out 0s
}

.faqs-wrapper .panel-group .panel-default .panel-heading>h4>a:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.faqs-wrapper .panel-group .panel-default .panel-collapse .panel-body {
    border: none;
    margin: 15px 0 0;
    color: #000;
    padding: 0 0 0 15px;
    text-align: justify
}

.faqs-wrapper .panel-group .panel-default .panel-collapse .panel-body>p:last-child {
    margin: 0
}

.contact-us-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch
}

.contact-us-wrapper .nf-error-msg.nf-error-field-errors,
.contact-us-wrapper .nf-error-msg.nf-error-required-error,
.contact-us-wrapper .nf-form-fields-required {
    display: none
}

.contact-us-wrapper .nf-response-msg {
    display: none;
    background: #4caf50;
    color: #fff;
    border-radius: 3px;
    padding: 15px;
    margin-bottom: 25px
}

.contact-us-wrapper .nf-response-msg>p:last-child {
    margin: 0
}

.contact-us-wrapper .nf-form-cont {
    width: 100%;
    margin: 0 15px 0 0;
    background: #fff;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 15px rgba(0, 0, 0, .15);
    border-radius: 3px;
    padding: 30px
}

.contact-us-wrapper .nf-form-cont input[type=email],
.contact-us-wrapper .nf-form-cont input[type=text],
.contact-us-wrapper .nf-form-cont textarea {
    border-radius: 3px
}

.contact-us-wrapper .nf-form-cont .submit-container.form-group {
    margin: 0
}

.contact-us-wrapper .nf-form-cont .submit-container.form-group .btn.custom-btn {
    width: 100% !important
}

.contact-us-wrapper .google-map {
    width: 100%;
    margin: 0 0 0 15px;
    height: auto;
    padding: 0;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 15px rgba(0, 0, 0, .15);
    border-radius: 3px;
    border: 10px solid #fff
}

.cta-band-wrapper {
    background-color: #000;
    background-size: 100% auto;
    background-position: 50%;
    background-repeat: no-repeat
}

.cta-band-wrapper .cta-band {
    padding: 70px 0;
    position: relative
}

.cta-band-wrapper .cta-band .section-header {
    margin: 0
}

.cta-band-wrapper .cta-band .cta {
    display: inline-block;
    line-height: 0;
    background: #d13239;
    border-radius: 50%;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 86px 15px 73px 0
}

.locations-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.locations-wrapper .location-box-wrapper {
    width: 25%;
    margin: 0 15px;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 15px rgba(0, 0, 0, .15);
    padding: 30px;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.locations-wrapper .location-box-wrapper,
.locations-wrapper .location-box-wrapper:focus,
.locations-wrapper .location-box-wrapper:hover {
    -webkit-transition: -webkit-transform .25s ease-in-out 0s;
    transition: -webkit-transform .25s ease-in-out 0s;
    transition: transform .25s ease-in-out 0s;
    transition: transform .25s ease-in-out 0s, -webkit-transform .25s ease-in-out 0s
}

.locations-wrapper .location-box-wrapper:focus,
.locations-wrapper .location-box-wrapper:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.locations-wrapper .location-box-wrapper .detail-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px
}

.locations-wrapper .location-box-wrapper .detail-field.city-name {
    font-size: 1.5em;
    line-height: 1;
    margin-bottom: 15px
}

.locations-wrapper .location-box-wrapper .detail-field:last-child {
    margin: 0
}

.locations-wrapper .location-box-wrapper .detail-field:before {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    color: #d13239;
    margin-right: 10px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.locations-wrapper .location-box-wrapper .detail-field.address:before {
    content: "\f041"
}

.locations-wrapper .location-box-wrapper .detail-field.telephone:before {
    content: "\f095"
}

.locations-wrapper .location-box-wrapper .detail-field.fax:before {
    content: "\f1ac"
}

.locations-wrapper .location-box-wrapper .detail-field.email:before {
    content: "\f003"
}

.locations-wrapper .location-box-wrapper .email a,
.locations-wrapper .location-box-wrapper .fax a,
.locations-wrapper .location-box-wrapper .telephone a {
    color: #000;
    text-decoration: none;
    -webkit-transition: color .25s ease-in-out 0s;
    transition: color .25s ease-in-out 0s
}

.locations-wrapper .location-box-wrapper .email a:focus,
.locations-wrapper .location-box-wrapper .email a:hover,
.locations-wrapper .location-box-wrapper .fax a:focus,
.locations-wrapper .location-box-wrapper .fax a:hover,
.locations-wrapper .location-box-wrapper .telephone a:focus,
.locations-wrapper .location-box-wrapper .telephone a:hover {
    color: #d13239;
    -webkit-transition: color .25s ease-in-out 0s;
    transition: color .25s ease-in-out 0s
}

.e-volunteer-wrapper .nf-error-msg.nf-error-field-errors,
.e-volunteer-wrapper .nf-error-msg.nf-error-required-error,
.e-volunteer-wrapper .nf-form-fields-required {
    display: none
}

.e-volunteer-wrapper .nf-response-msg {
    display: none;
    background: #4caf50;
    color: #fff;
    border-radius: 3px;
    padding: 15px;
    margin-bottom: 25px
}

.e-volunteer-wrapper .nf-response-msg>p:last-child {
    margin: 0
}

.e-volunteer-wrapper .nf-field-description {
    color: #777;
    margin-top: 5px;
    font-size: .9em
}

.e-volunteer-wrapper .nf-form-cont {
    background: #fff;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 15px rgba(0, 0, 0, .15);
    border-radius: 3px;
    padding: 30px
}

.e-volunteer-wrapper .nf-form-cont input[type=email],
.e-volunteer-wrapper .nf-form-cont input[type=text],
.e-volunteer-wrapper .nf-form-cont select,
.e-volunteer-wrapper .nf-form-cont textarea {
    border-radius: 3px
}

.e-volunteer-wrapper .nf-form-cont select:not([multiple]) {
    height: 34px
}

.e-volunteer-wrapper .nf-form-cont .submit-container {
    margin: 0
}

.e-volunteer-wrapper .nf-form-cont .submit-container .btn.custom-btn {
    width: 100% !important
}

div.job_listings {
    margin: 0
}

div.job_listings .job_filters {
    background: #fff;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 15px rgba(0, 0, 0, .15);
    border-radius: 3px;
    padding: 30px;
    margin-bottom: 30px
}

div.job_listings .job_filters .search_jobs {
    padding: 0;
    margin-bottom: 25px
}

div.job_listings .job_filters .search_jobs .search_keywords {
    padding-right: 7.5px
}

div.job_listings .job_filters .search_jobs .search_location {
    padding-left: 7.5px
}

div.job_listings .job_filters .job_types {
    border: none;
    background: none
}

div.job_listings .job_filters .job_types:before {
    display: inline-block;
    content: "Filter jobs by type:";
    margin-right: 15px;
    font-weight: 600
}

div.job_listings .job_filters .job_types li {
    float: none;
    display: inline-block;
    padding: 0 15px;
    line-height: 1
}

div.job_listings .job_filters .job_types li:first-child {
    padding-left: 0
}

div.job_listings .job_filters .job_types li:last-child {
    padding-right: 0
}

div.job_listings .job_filters .job_types li label {
    margin-bottom: 3px;
    cursor: pointer
}

div.job_listings .job_filters .job_types li label input[type=checkbox] {
    margin-top: 4px;
    margin-right: 3px
}

div.job_listings .job_filters .showing_jobs {
    border: none;
    margin-top: 15px;
    background: #4caf50;
    padding: 15px;
    border-radius: 3px;
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity .25s ease-in-out 0s;
    transition: opacity .25s ease-in-out 0s
}

div.job_listings .job_filters .showing_jobs a {
    color: #fff;
    font-weight: 600;
    text-decoration: none
}

div.job_listings .job_filters .showing_jobs a.rss_link {
    display: none
}

div.job_listings .job_filters .showing_jobs.wp-job-manager-showing-all {
    opacity: 1;
    -webkit-transition: opacity .25s ease-in-out 0s;
    transition: opacity .25s ease-in-out 0s
}

div.job_listings ul.job_listings {
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

div.job_listings ul.job_listings li.job_listing {
    border: none;
    width: 100%;
    margin-bottom: 30px
}

div.job_listings ul.job_listings li.job_listing:last-child {
    margin: 0
}

div.job_listings ul.job_listings li.job_listing a {
    line-height: inherit;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    color: #000;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 15px rgba(0, 0, 0, .15);
    border-radius: 3px;
    padding: 30px;
    -webkit-transform: scale(1);
    transform: scale(1)
}

div.job_listings ul.job_listings li.job_listing a,
div.job_listings ul.job_listings li.job_listing a:focus,
div.job_listings ul.job_listings li.job_listing a:hover {
    background: #fff;
    -webkit-transition: -webkit-transform .25s ease-in-out 0s;
    transition: -webkit-transform .25s ease-in-out 0s;
    transition: transform .25s ease-in-out 0s;
    transition: transform .25s ease-in-out 0s, -webkit-transform .25s ease-in-out 0s
}

div.job_listings ul.job_listings li.job_listing a:focus,
div.job_listings ul.job_listings li.job_listing a:hover {
    -webkit-transform: scale(1.025);
    transform: scale(1.025)
}

div.job_listings ul.job_listings li.job_listing.job_position_featured a {
    border-left: 5px solid #d13239
}

div.job_listings ul.job_listings li.job_listing a .company,
div.job_listings ul.job_listings li.job_listing a .company_logo {
    display: none
}

div.job_listings ul.job_listings li.job_listing a .location,
div.job_listings ul.job_listings li.job_listing a .meta,
div.job_listings ul.job_listings li.job_listing a .position {
    float: none;
    width: 100%;
    padding: 0;
    line-height: inherit;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

div.job_listings ul.job_listings li.job_listing a .position h3 {
    font-family: Geometric Slab Extra Bold, serif;
    text-transform: uppercase;
    letter-spacing: .015em;
    font-size: 1.25em;
    color: #d13239
}

div.job_listings ul.job_listings li.job_listing a .location {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    color: #000;
    width: 100%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

div.job_listings ul.job_listings li.job_listing a .location:before {
    content: "\f041";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

div.job_listings ul.job_listings li.job_listing a .meta {
    width: 50%
}

div.job_listings ul.job_listings li.job_listing a .meta .date {
    color: #000
}

div.job_listings ul.job_listings li.no_job_listings_found {
    width: 100%;
    text-align: center;
    border: none
}

.job-listing-content .single_job_listing .meta {
    margin-bottom: 30px;
    line-height: 1
}

.job-listing-content .single_job_listing .meta>.job-type {
    border-radius: 3px;
    padding: 10px 15px;
    margin-right: 0
}

.job-listing-content .single_job_listing .meta>.location {
    display: none
}

.job-listing-content .single_job_listing .meta>.date-posted {
    margin: 0;
    padding: 9px 15px
}

.job-listing-content .single_job_listing .job_description {
    margin: 0
}

.job-listing-content .single_job_listing .application {
    display: none
}

.job-listing-content .custom-btn {
    margin-top: 30px
}

.job-listing-map-wrapper .su-gmap {
    height: 500px;
    padding: 0
}

.annual-reports-leagal-docs-wrapper .annual-reports-leagal-docs.custom-tabs:before {
    content: "Filter documents:";
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    padding: 0 45px 0 15px
}

.annual-reports-leagal-docs-wrapper .annual-reports-leagal-docs+.tab-content {
    border: 1px solid #ccc;
    border-top: none;
    padding-top: 30px
}

.annual-reports-leagal-docs-wrapper .annual-reports-leagal-docs+.tab-content .tab-pane {
    padding: 0 30px
}

.annual-reports-leagal-docs-wrapper .annual-reports-leagal-docs+.tab-content .tab-pane .document-wrapper {
    margin-bottom: 30px;
    font-size: .9em;
    background: #fff;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 15px rgba(0, 0, 0, .15);
    border-radius: 3px;
    padding: 30px
}

.annual-reports-leagal-docs-wrapper .annual-reports-leagal-docs+.tab-content .tab-pane .document-wrapper .document-embed {
    border: none;
    width: 100%;
    height: 250px
}

.annual-reports-leagal-docs-wrapper .annual-reports-leagal-docs+.tab-content .tab-pane .document-wrapper .title {
    font-size: 1.25em;
    margin-top: 15px
}

.annual-reports-leagal-docs-wrapper .annual-reports-leagal-docs+.tab-content .tab-pane .document-wrapper .desc {
    margin-top: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.annual-reports-leagal-docs-wrapper .annual-reports-leagal-docs+.tab-content .tab-pane .document-wrapper .desc .text {
    margin-right: 15px
}

.press-releases-wrapper .filters-wrapper,
.press-releases-wrapper .press-releases .press-release {
    background: #fff;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 15px rgba(0, 0, 0, .15);
    border-radius: 3px;
    padding: 30px;
    margin-bottom: 30px
}

.press-releases-wrapper .press-releases .press-release {
    color: #000;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .25s ease-in-out 0s;
    transition: -webkit-transform .25s ease-in-out 0s;
    transition: transform .25s ease-in-out 0s;
    transition: transform .25s ease-in-out 0s, -webkit-transform .25s ease-in-out 0s
}

.press-releases-wrapper .press-releases a.press-release:last-of-type {
    margin-bottom: 0
}

.press-releases-wrapper .press-releases .press-release:focus,
.press-releases-wrapper .press-releases .press-release:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: -webkit-transform .25s ease-in-out 0s;
    transition: -webkit-transform .25s ease-in-out 0s;
    transition: transform .25s ease-in-out 0s;
    transition: transform .25s ease-in-out 0s, -webkit-transform .25s ease-in-out 0s
}

.press-releases-wrapper .press-releases .press-release .document-embed {
    width: 100%;
    height: 250px;
    border: none;
    margin-right: 30px
}

.press-releases-wrapper .press-releases .press-release .text {
    width: 100%;
    margin-right: 30px
}

.press-releases-wrapper .press-releases .press-release .text .title {
    font-size: 1.25em
}

.press-releases-wrapper .press-releases .press-release .text .desc {
    margin-top: 15px
}

.press-releases-wrapper .press-releases .press-release .text .desc p:last-child {
    margin: 0
}

.press-releases-wrapper .press-releases .press-release .posted-on {
    width: 50%;
    text-align: right
}

.press-releases-wrapper .navigation-wrapper {
    text-align: center;
    line-height: 1
}

.press-releases-wrapper .navigation-wrapper .pagination {
    margin: 0
}

.press-releases-wrapper .navigation-wrapper .pagination h2 {
    display: none
}

.press-releases-wrapper .navigation-wrapper .pagination .nav-links .page-numbers {
    display: inline-block;
    background: #ccc;
    color: #000;
    text-decoration: none;
    border-radius: 3px;
    padding: 10px 15px;
    margin: 30px 5px 0 0;
    -webkit-transition: background-color .25s ease-in-out 0s, color .25s ease-in-out 0s;
    transition: background-color .25s ease-in-out 0s, color .25s ease-in-out 0s
}

.press-releases-wrapper .navigation-wrapper .pagination .nav-links .page-numbers:focus,
.press-releases-wrapper .navigation-wrapper .pagination .nav-links .page-numbers:hover {
    background: #d13239;
    color: #fff;
    -webkit-transition: background-color .25s ease-in-out 0s, color .25s ease-in-out 0s;
    transition: background-color .25s ease-in-out 0s, color .25s ease-in-out 0s
}

.press-releases-wrapper .navigation-wrapper .pagination .nav-links .page-numbers.current {
    background: #d13239;
    color: #fff;
    font-weight: 600
}

.press-releases-wrapper .navigation-wrapper .pagination .nav-links .page-numbers:last-child {
    margin-right: 0
}

.press-release-content-wrapper .press-release-content .focus-areas-wrapper {
    margin-bottom: 15px;
    padding-bottom: 14px;
    border-bottom: 1px solid #ccc
}

.press-release-content-wrapper .press-release-content .focus-areas-wrapper a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    -webkit-transition: color .25s ease-in-out 0s;
    transition: color .25s ease-in-out 0s
}

.press-release-content-wrapper .press-release-content .focus-areas-wrapper a:focus,
.press-release-content-wrapper .press-release-content .focus-areas-wrapper a:hover {
    color: #d13239;
    -webkit-transition: color .25s ease-in-out 0s;
    transition: color .25s ease-in-out 0s
}

.press-release-content-wrapper .document-wrapper {
    text-align: right
}

.press-release-content-wrapper .document-wrapper .document-embed {
    display: block;
    width: 100%;
    height: 500px;
    overflow: hidden;
    border: none;
    border-radius: 3px
}

.press-release-content-wrapper .document-wrapper .custom-btn {
    margin-top: 30px
}

.single-focus_area .programs-wrapper .program {
    margin-bottom: 30px
}

.single-focus_area .programs-wrapper .program:last-child {
    margin: 0
}

.single-focus_area .programs-wrapper .program .sub-title {
    font-weight: 600;
    font-size: 1.25em;
    margin-bottom: 15px
}

.video-modal .modal-body {
    padding: 0;
    position: relative
}

.video-modal .modal-body .close {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 1;
    color: #fff;
    opacity: 1
}

.video-modal .modal-body .embed-responsive {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.profile-wrapper {
    margin-bottom: 30px
}

.profile-wrapper .front {
    display: block;
    height: 350px;
    position: relative;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 7px rgba(0, 0, 0, .15);
    -webkit-transform: scale(1);
    transform: scale(1)
}

.profile-wrapper .front,
.profile-wrapper .front:focus,
.profile-wrapper .front:hover {
    -webkit-transition: -webkit-transform .25s ease-in-out 0s;
    transition: -webkit-transform .25s ease-in-out 0s;
    transition: transform .25s ease-in-out 0s;
    transition: transform .25s ease-in-out 0s, -webkit-transform .25s ease-in-out 0s
}

.profile-wrapper .front:focus,
.profile-wrapper .front:hover {
    -webkit-transform: scale(1.025);
    transform: scale(1.025)
}

.profile-wrapper .front .bg-img {
    z-index: 1;
    background-color: #000;
    background-size: auto 100%;
    background-position: 50%;
    background-repeat: no-repeat
}

.profile-wrapper .front .bg-img,
.profile-wrapper .front .name {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px
}

.profile-wrapper .front .name {
    z-index: 2;
    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;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 30px 15px;
    font-size: 1.25em;
    background: rgba(0, 0, 0, .25)
}

.profile-wrapper .front .name .fn {
    margin-right: 5px
}

.profile-wrapper .front .name .ln {
    margin-left: 5px
}

.profile-modal .modal-content,
.profile-modal .modal-content .bg-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.profile-modal .modal-content .bg-img {
    width: 40%;
    min-height: 380px;
    border-top-left-radius: 3px;
    background-color: #000;
    background-size: auto 100%;
    background-position: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.profile-modal .modal-content .bg-img>a {
    line-height: 0;
    background: #d1333a;
    padding: 5px 5px 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 0;
    font-size: 1.25em;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 5px rgba(0, 0, 0, .15)
}

.profile-modal .modal-content .bg-img>a:last-child {
    padding-left: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 3px
}

.profile-modal .modal-content .profile-text {
    width: 100%
}

.profile-modal .modal-content .profile-text .modal-header .modal-title {
    font-weight: 600
}

.profile-modal .modal-content .profile-text .modal-body {
    max-height: 380px;
    overflow: scroll
}

.profile-modal .modal-content .profile-text .modal-body .designation {
    font-weight: 600;
    margin-bottom: 10px
}

.our-work-wrapper .info-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.our-work-wrapper .info-wrapper .text {
    width: 40%;
    margin: 0 15px;
    padding: 30px;
    text-align: center;
    line-height: 1.5;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 15px rgba(0, 0, 0, .15)
}

.our-work-wrapper .info-wrapper .text>p:last-child {
    margin: 0
}

.our-work-wrapper .info-wrapper #our-work-map {
    width: 60%;
    height: auto;
    margin: 0 15px;
    border: 10px solid #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 15px rgba(0, 0, 0, .15)
}

.infographic-wrapper {
    background: #d9dbdc
}

.infographic-wrapper iframe {
    display: block;
    width: 100%;
    height: 700px;
    overflow: hidden;
    border: none
}

.cover-slider-wrapper {
    margin-top: -60px;
    -webkit-transition: margin .25s ease-in-out 0s;
    transition: margin .25s ease-in-out 0s
}

.cover-slider {
    margin: 0;
    padding: 0;
    list-style: none
}

.cover-slider .slide {
    background: #fff;
    padding: 30px;
    border-radius: 3px;
    -webkit-box-shadow: 0 7px 15px rgba(0, 0, 0, .15);
    box-shadow: 0 7px 15px rgba(0, 0, 0, .15);
    margin-bottom: 30px
}

.cover-slider .slide .date {
    color: #777;
    line-height: 1;
    margin-bottom: 10px
}

.cover-slider .slide .title {
    font-size: 1.5em;
    margin-bottom: 10px
}

.cover-slider .slide .desc {
    max-height: 180px;
    overflow: scroll
}

.cover-slider .slide .desc>p:last-child {
    margin-bottom: 0
}

.cover-slider-wrapper .navigation-wrapper {
    text-align: center
}

.cover-slider-wrapper .navigation-wrapper .navigation.slick {
    display: inline-block;
    line-height: 1
}

.cover-slider-wrapper .navigation-wrapper .navigation.slick .slick-arrow {
    cursor: pointer;
    font-size: 1.15em
}

.cover-slider-wrapper .navigation-wrapper .navigation.slick .slick-arrow.prev {
    float: left;
    padding-right: 5px
}

.cover-slider-wrapper .navigation-wrapper .navigation.slick .slick-arrow.next {
    float: right;
    padding-left: 5px
}

.cover-slider-wrapper .navigation-wrapper .navigation.slick .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block !important
}

.cover-slider-wrapper .navigation-wrapper .navigation.slick .slick-dots>li {
    display: inline-block;
    padding: 5px
}

.cover-slider-wrapper .navigation-wrapper .navigation.slick .slick-dots>li>button {
    padding: 0;
    text-indent: -9999px;
    overflow: hidden;
    background: #ccc;
    border: none;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    -webkit-transition: background-color .25s ease-in-out 0s;
    transition: background-color .25s ease-in-out 0s
}

.cover-slider-wrapper .navigation-wrapper .navigation.slick .slick-dots>li.slick-active>button {
    background: #d13239;
    -webkit-transition: background-color .25s ease-in-out 0s;
    transition: background-color .25s ease-in-out 0s
}

.mast-head-wrapper.left-bottom-block .text-wrapper.donate-form-wrapper {
    padding: 0;
    position: relative;
    margin-bottom: -100px;
}

.mast-head-wrapper.left-bottom-block .text-wrapper.donate-form-wrapper .desc {
    margin: 15px 0 0
}

.mast-head-wrapper.left-bottom-block .text-wrapper.donate-form-wrapper .cta {
    margin-top: 30px
}

.donate-form-wrapper .nav-tabs {
    width: 100%;
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px
}

.donate-form-wrapper .nav-tabs>li {
    margin: 0;
    padding: 0;
    border: none;
    float: none;
    width: 100%;
    text-align: center
}

.donate-form-wrapper .nav-tabs>li>a {
    margin: 0;
    border: none;
    display: block;
    width: 100%;
    line-height: 1;
    background: #efefef;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    padding: 20px 25px;
    border-radius: 0;
    -webkit-transition: background .25s ease-in-out 0s;
    transition: background .25s ease-in-out 0s
}

.donate-form-wrapper .nav-tabs>li>a:focus,
.donate-form-wrapper .nav-tabs>li>a:hover {
    background: #ccc;
    color: inherit;
    border: inherit;
    -webkit-transition: background .25s ease-in-out 0s;
    transition: background .25s ease-in-out 0s
}

.donate-form-wrapper .nav-tabs>li.active>a {
    background: #ccc
}

.donate-form-wrapper .nav-tabs>li:first-child>a {
    border-top-left-radius: 3px
}

.donate-form-wrapper .nav-tabs>li:last-child>a {
    border-top-right-radius: 3px
}

.mast-head-wrapper.left-bottom-block .text-wrapper.donate-form-wrapper .title-font {
    font-size: 1.5em
}

.donate-form-wrapper .desc,
.donate-form-wrapper .title-font {
    padding: 0 30px
}

.donate-form-wrapper .tab-content {
    width: 100%
}

.donate-form-wrapper .tab-content .range-slider {
    width: 100%;
    position: relative;
    padding: 25px 30px 0;
    margin: 20px 0 0;
    -webkit-transition: margin .25s ease-in-out 0s;
    transition: margin .25s ease-in-out 0s
}

.donate-form-wrapper .tab-content .range-slider .slider {
    width: 100%;
    cursor: pointer
}

.donate-form-wrapper .tab-content .range-slider .slider .slider-track .slider-selection {
    background: #ccc
}

.donate-form-wrapper .tab-content .range-slider .slider .tooltip.top {
    margin-top: -45px
}

.donate-form-wrapper .tab-content .range-slider .slider .tooltip.top .tooltip-arrow {
    border-top-color: #ccc
}

.donate-form-wrapper .tab-content .range-slider .slider .tooltip.top .tooltip-inner {
    padding: 10px 20px;
    line-height: 1;
    background: #ccc;
    color: #000;
    font-weight: 600
}

.donate-form-wrapper .tab-content .range-slider .slider .tooltip.top .tooltip-inner:before {
    display: inline-block;
    content: "\f156";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 3px
}

.donate-form-wrapper .tab-content .range-slider .slider .slider-tick-container {
    display: none
}

.donate-form-wrapper .tab-content .range-slider .slider .slider-handle {
    background: #d13239
}

.donate-form-wrapper .tab-content .range-slider .checkbox {
    display: inline-block;
    margin: 15px 0 0
}

.donate-form-wrapper .tab-content .range-slider a[data-trigger=honor] {
    float: right;
    padding: 20px 0 0;
    color: #000;
    text-decoration: none
}

.donate-form-wrapper .tab-content .range-slider .custom-form-group {
    margin: 0;
    display: none
}

.donate-form-wrapper .tab-content .extra-functions-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 30px 0
}

.donate-form-wrapper .tab-content .extra-functions-wrapper .currency-selector-wrapper>a,
.donate-form-wrapper .tab-content .extra-functions-wrapper>a {
    color: #000;
    text-decoration: none
}

.donate-form-wrapper .tab-content .help {
    display: none;
    font-size: .85em;
    color: #777;
    padding: 0 30px;
    margin-top: 15px
}

.donate-form-wrapper .tab-content .cta .custom-btn {
    padding: 20px 25px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.donate-form-wrapper+.honour-modal .modal-body .form-group {
    margin-bottom: 15px
}

.donate-form-wrapper .disclaimer {
    position: absolute;
    width: 100%;
    font-size: .85em;
    left: 0;
    bottom: -67px;
    padding: 10px 15px;
    text-align: center;
    color: #777;
      position: relative;
    bottom: 0px;
}

.donation-details-wrapper .text {
    line-height: 1.5
}

.donation-details-wrapper .text>p:last-child {
    margin: 0
}

.team-change-wrapper .donate-form-wrapper {
    padding: 0;
    position: relative;
    margin-bottom: 100px;
    -webkit-box-shadow: 0 7px 35px rgba(0, 0, 0, .1);
    box-shadow: 0 7px 35px rgba(0, 0, 0, .1)
}

.team-change-wrapper .text-wrapper.donate-form-wrapper .title {
    width: 100%;
    font-size: 1.75em
}

.team-change-wrapper .donate-form-wrapper .desc {
    margin: 15px 0 0
}

.team-change-wrapper .donate-form-wrapper .cta {
    margin-top: 30px
}

.testimonials-wrapper {
    text-align: center;
    font-size: 1.15em;
    line-height: 1.5
}

.testimonials-wrapper .testimonials-slider:before {
    content: "\201C";
    font-family: Playfair Display, serif;
    color: #d13239;
    font-size: 15em;
    line-height: 0;
    position: absolute;
    z-index: -1;
    top: .2em;
    left: .5em;
    opacity: .35
}

.testimonials-wrapper .testimonials-slider .testimonial {
    padding: 0 100px
}

.testimonials-wrapper .testimonials-slider .text {
    text-shadow: 1px 1px 0 hsla(0, 0%, 100%, .5);
    font-weight: 600
}

.testimonials-wrapper .testimonials-slider .name {
    margin-top: 15px;
    font-weight: 900;
    text-transform: uppercase;
    color: #d13239
}

.testimonials-wrapper .navigation-wrapper {
    margin-top: 15px
}

.testimonials-wrapper .navigation-wrapper .navigation.slick {
    display: inline-block;
    line-height: 0
}

.testimonials-wrapper .navigation-wrapper .navigation.slick .slick-arrow {
    cursor: pointer
}

.testimonials-wrapper .navigation-wrapper .navigation.slick .slick-arrow.prev {
    float: left;
    padding-right: 5px
}

.testimonials-wrapper .navigation-wrapper .navigation.slick .slick-arrow.next {
    float: right;
    padding-left: 5px
}

.testimonials-wrapper .navigation-wrapper .navigation.slick .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block !important
}

.testimonials-wrapper .navigation-wrapper .navigation.slick .slick-dots>li {
    display: inline-block;
    padding: 5px
}

.testimonials-wrapper .navigation-wrapper .navigation.slick .slick-dots>li>button {
    padding: 0;
    text-indent: -9999px;
    overflow: hidden;
    background: #ccc;
    border: none;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    -webkit-transition: background-color .25s ease-in-out 0s;
    transition: background-color .25s ease-in-out 0s
}

.testimonials-wrapper .navigation-wrapper .navigation.slick .slick-dots>li.slick-active>button {
    background: #d13239;
    -webkit-transition: background-color .25s ease-in-out 0s;
    transition: background-color .25s ease-in-out 0s
}

.blog-question-wrapper {
    padding: 30px;
    background: #efefef;
    border-radius: 3px;
    margin-top: 30px
}

.blog-question-wrapper .nf-before-form-content .nf-form-fields-required {
    display: none
}

.blog-question-wrapper .email-wrapper,
.blog-question-wrapper .options-wrapper,
.blog-question-wrapper .question-wrapper {
    margin-bottom: 10px
}

.blog-question-wrapper .email-wrapper .nf-field-description {
    color: #333;
    font-size: .85em;
    margin-top: 5px
}

.blog-question-wrapper .submit-wrapper {
    margin: 0
}

.blog-question-wrapper .nf-response-msg {
    display: none;
    background: #4caf50;
    color: #fff;
    border-radius: 3px;
    padding: 15px;
    margin-bottom: 25px
}

.bottom-navigation.top {
    background: #000;
    padding-top: 70px;
    padding-bottom: 15px;
}

.bottom-navigation.top .logo-wrapper {
    position: relative;
    text-align: center
}

.bottom-navigation.top .logo-wrapper .logo {
    position: relative;
    z-index: 2;
    display: inline-block;
    background: #000;
    width: 130px;
    padding: 0 15px
}

.bottom-navigation.top .logo-wrapper .logo img {
    width: 100%
}

.bottom-navigation.top .logo-wrapper .division {
    position: absolute;
    top: 50px;
    z-index: 1;
    width: 100%;
    height: 2px;
    background: hsla(0, 0%, 100%, .25)
}

.bottom-navigation.top #bottom-navigation #menu-bottom-navigation {
    margin: 0;
    padding: 50px 0 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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
}

.bottom-navigation.top #bottom-navigation #menu-bottom-navigation>li.menu-item>a {
    color: #fff;
    text-decoration: none;
    display: block;
    font-family: Geometric Slab Extra Bold, serif;
    text-transform: uppercase;
    font-size: 1.15em;
    line-height: 1;
    margin-bottom: 15px
}

.bottom-navigation.top #bottom-navigation #menu-bottom-navigation>li.menu-item .sub-menu {
    margin: 0;
    padding: 0 0 0 0px
}

.bottom-navigation.top #bottom-navigation #menu-bottom-navigation>li.menu-item .sub-menu>li.menu-item>a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 3px 0;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.bottom-navigation.top #bottom-navigation #menu-bottom-navigation>li.menu-item .sub-menu>li.menu-item>a,
.bottom-navigation.top #bottom-navigation #menu-bottom-navigation>li.menu-item .sub-menu>li.menu-item>a:focus,
.bottom-navigation.top #bottom-navigation #menu-bottom-navigation>li.menu-item .sub-menu>li.menu-item>a:hover {
    -webkit-transition: color .25s ease-in-out 0s, -webkit-transform .25s ease-in-out 0s;
    transition: color .25s ease-in-out 0s, -webkit-transform .25s ease-in-out 0s;
    transition: transform .25s ease-in-out 0s, color .25s ease-in-out 0s;
    transition: transform .25s ease-in-out 0s, color .25s ease-in-out 0s, -webkit-transform .25s ease-in-out 0s
}

.bottom-navigation.top #bottom-navigation #menu-bottom-navigation>li.menu-item .sub-menu>li.menu-item>a:focus,
.bottom-navigation.top #bottom-navigation #menu-bottom-navigation>li.menu-item .sub-menu>li.menu-item>a:hover {
    color: #d13239;
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
}

.bottom-navigation.bottom {
    background: rgba(0, 0, 0, .9);
    font-size: .9em;
    color: #fff;
    padding: 15px 0
}

.bottom-navigation.bottom .left {
    padding: 3px 0
}

.bottom-navigation.bottom .left a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: color .25s ease-in-out 0s;
    transition: color .25s ease-in-out 0s
}

.bottom-navigation.bottom .left a:focus,
.bottom-navigation.bottom .left a:hover {
    color: #d13239;
    -webkit-transition: color .25s ease-in-out 0s;
    transition: color .25s ease-in-out 0s
}

.bottom-navigation.bottom .left .separator {
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #d13239;
    margin: 0 5px
}

.bottom-navigation.bottom .right {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
    font-size: 1.25em
}

.bottom-navigation.bottom .right>li {
    display: inline;
    margin: 0 2px
}

.bottom-navigation.bottom .right>li>a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.bottom-navigation.bottom .right>li>a,
.bottom-navigation.bottom .right>li>a:focus,
.bottom-navigation.bottom .right>li>a:hover {
    -webkit-transition: -webkit-transform .25s ease-in-out 0s;
    transition: -webkit-transform .25s ease-in-out 0s;
    transition: transform .25s ease-in-out 0s;
    transition: transform .25s ease-in-out 0s, -webkit-transform .25s ease-in-out 0s
}

.bottom-navigation.bottom .right>li>a:focus,
.bottom-navigation.bottom .right>li>a:hover {
    -webkit-transform: scale(1.25);
    transform: scale(1.25)
}

.woocommerce-checkout #payment {
    background: #efefef
}

.woocommerce-checkout #payment ul.payment_methods {
    border: none
}

.woocommerce-checkout #payment div.payment_box {
    display: none
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    display: inline-block;
    line-height: 1;
    padding: 15px 25px;
    text-transform: uppercase;
    text-decoration: none;
    background: #d13239;
    color: #fff;
    font-weight: 600;
    border-radius: 3px
}

body.archive .navigation-wrapper,
body.search .navigation-wrapper {
    text-align: center;
    line-height: 1
}

body.archive .navigation-wrapper .pagination,
body.search .navigation-wrapper .pagination {
    margin: 0
}

body.archive .navigation-wrapper .pagination h2,
body.search .navigation-wrapper .pagination h2 {
    display: none
}

body.archive .navigation-wrapper .pagination .nav-links .page-numbers,
body.search .navigation-wrapper .pagination .nav-links .page-numbers {
    display: inline-block;
    background: #ccc;
    color: #000;
    text-decoration: none;
    border-radius: 3px;
    padding: 10px 15px;
    margin: 50px 5px 0 0;
    -webkit-transition: background-color .25s ease-in-out 0s, color .25s ease-in-out 0s;
    transition: background-color .25s ease-in-out 0s, color .25s ease-in-out 0s
}

body.archive .navigation-wrapper .pagination .nav-links .page-numbers:focus,
body.archive .navigation-wrapper .pagination .nav-links .page-numbers:hover,
body.search .navigation-wrapper .pagination .nav-links .page-numbers:focus,
body.search .navigation-wrapper .pagination .nav-links .page-numbers:hover {
    background: #d13239;
    color: #fff;
    -webkit-transition: background-color .25s ease-in-out 0s, color .25s ease-in-out 0s;
    transition: background-color .25s ease-in-out 0s, color .25s ease-in-out 0s
}

body.archive .navigation-wrapper .pagination .nav-links .page-numbers.current,
body.search .navigation-wrapper .pagination .nav-links .page-numbers.current {
    background: #d13239;
    color: #fff;
    font-weight: 600
}

body.archive .navigation-wrapper .pagination .nav-links .page-numbers:last-child,
body.search .navigation-wrapper .pagination .nav-links .page-numbers:last-child {
    margin-right: 0
}

.search-form-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: rgba(0, 0, 0, .75)
}

.search-form-wrapper.closed {
    display: none
}

.search-form-wrapper.open {
    display: block
}

.search-form-wrapper form {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.search-form-wrapper>a.close-btn {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    padding: 30px;
    font-size: 1.25em;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.search-form-wrapper>a.close-btn,
.search-form-wrapper>a.close-btn:focus,
.search-form-wrapper>a.close-btn:hover {
    -webkit-transition: -webkit-transform .25s ease-in-out 0s;
    transition: -webkit-transform .25s ease-in-out 0s;
    transition: transform .25s ease-in-out 0s;
    transition: transform .25s ease-in-out 0s, -webkit-transform .25s ease-in-out 0s
}

.search-form-wrapper>a.close-btn:focus,
.search-form-wrapper>a.close-btn:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.search-form-wrapper form>label {
    margin: 0 15px 0 0
}

.search-form-wrapper form>label>[type=search] {
    margin: 0;
    width: 500px;
    font-weight: 400;
    border-radius: 3px;
    padding: 14.5px 20px;
    line-height: 1;
    border: 2px solid #efefef
}

.search-form-wrapper form>[type=submit] {
    margin: 0;
    border: none;
    border-radius: 3px;
    padding: 18px 25px;
    background: #d13239;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 600
}

@media (max-width: 760px){

    .bottom-navigation.top #bottom-navigation #menu-bottom-navigation {
        padding: 30px 0 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

    .bottom-navigation.top #bottom-navigation #menu-bottom-navigation>li.menu-item {
        margin-bottom: 30px
    }

    .bottom-navigation.top #bottom-navigation #menu-bottom-navigation>li.menu-item:last-child {
        margin: 0
    }

    .bottom-navigation.top #bottom-navigation #menu-bottom-navigation>li.menu-item>a {
        margin-bottom: 10px
    }

    .bottom-navigation.top #bottom-navigation #menu-bottom-navigation>li.menu-item .sub-menu {
        padding: 0
    }

    .bottom-navigation.top #bottom-navigation #menu-bottom-navigation>li.menu-item .sub-menu>li.menu-item>a,
    .bottom-navigation.top #bottom-navigation #menu-bottom-navigation>li.menu-item .sub-menu>li.menu-item>a:focus,
    .bottom-navigation.top #bottom-navigation #menu-bottom-navigation>li.menu-item .sub-menu>li.menu-item>a:hover {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        padding: 5px 0
    }

}

@media (max-width:480px) {
    .flex-row {
        display: block
    }

    .custom-tabs-left {
        border: none;
        background: #fff;
        margin: 0 -15px 15px;
        padding: 15px
    }

    .custom-tabs-left>li {
        width: 100%;
        text-align: left;
        margin: 0;
        padding: 0;
        border: none;
        float: none
    }

    .custom-tabs-left>li>a {
        border: none;
        margin: 0;
        padding: 7.5px 0;
        font-weight: 600
    }

    .custom-tabs-left>li>a:focus,
    .custom-tabs-left>li>a:hover {
        border: none
    }

    .custom-tabs-left>li.active {
        width: 100%;
        text-align: left;
        margin: 0;
        padding: 0;
        border: none;
        float: none
    }

    .custom-tabs-left>li.active>a {
        border: none;
        margin: 0;
        padding: 7.5px 0
    }

    .custom-tabs-left>li.active>a:focus,
    .custom-tabs-left>li.active>a:hover {
        border: none
    }

    .custom-tabs-left:before {
        width: 100%;
        padding: 0 0 10.5px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 7.5px
    }

    body.page-id-8748 .flex-row {
        display: block
    }

    body.page-id-9730 .media-kit {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 15px;
        margin-bottom: 15px
    }

    body.page-id-9730 .media-kit>iframe {
        margin-right: 0;
        margin-bottom: 15px
    }

    body.page-id-9730 .media-kit>.text>.custom-btn {
        width: 100%
    }

    body.page-id-12421 .tool-kit {
        padding: 15px;
        margin-bottom: 15px
    }

    body.page-id-12421 .custom-tabs-left:before {
        content: "Filter tool-kits:"
    }

    body.page-id-8788 .report,
    body.page-id-12790 .report {
        padding: 15px;
        margin-bottom: 15px
    }

    body.page-id-8788 .custom-tabs-left:before,
    body.page-id-12790 .custom-tabs-left:before {
        content: "Filter reports:"
    }

    .section-spacing-xlg {
        margin-top: 60px
    }

    .section-spacing-lg {
        margin-top: 30px
    }

    .container.inside-flex {
        width: 100%
    }

    .custom-tabs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        position: -webkit-sticky;
        position: sticky;
        top: 70px;
        z-index: 1;
        border: none;
        background: #fff;
        margin: 0 -15px;
        padding: 15px
    }

    .custom-tabs>li {
        width: 100%;
        text-align: left;
        margin: 0;
        padding: 0;
        border: none;
        float: none
    }

    .custom-tabs>li.active>a,
    .custom-tabs>li.active>a:focus,
    .custom-tabs>li.active>a:hover,
    .custom-tabs>li>a,
    .custom-tabs>li>a:focus,
    .custom-tabs>li>a:hover {
        border: none;
        margin: 0;
        padding: 7.5px 0
    }

    .custom-tabs>li>a:last-child {
        padding-bottom: none
    }

    header.top-navigation .custom-nav .navbar-header {
        position: relative;
        z-index: 1
    }

    header.top-navigation .custom-nav .navbar-header .navbar-brand {
        height: 90px;
        padding: 15px 0
    }

    header.top-navigation.scrolled .custom-nav .navbar-header .navbar-brand {
        height: 70px;
        padding: 10px 0
    }

    header.top-navigation .custom-nav .navbar-header .navbar-toggle {
        border-radius: 0;
        margin: 23px 0;
        padding: 15px 0 15px 15px;
        border: none;
        background: transparent;
        -webkit-transition: margin .25s ease-in-out 0s;
        transition: margin .25s ease-in-out 0s
    }

    header.top-navigation.scrolled .custom-nav .navbar-header .navbar-toggle {
        margin: 13px 0;
        -webkit-transition: margin .25s ease-in-out 0s;
        transition: margin .25s ease-in-out 0s
    }

    header.top-navigation .custom-nav .navbar-header .navbar-toggle .icon-bar {
        background-color: #fff;
        -webkit-transition: background .25s ease-in-out 0s;
        transition: background .25s ease-in-out 0s
    }

    header.top-navigation.scrolled .custom-nav .navbar-header .navbar-toggle .icon-bar {
        background-color: #d13239;
        -webkit-transition: background .25s ease-in-out 0s;
        transition: background .25s ease-in-out 0s
    }

    header.top-navigation .custom-nav .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 0;
        background: #000;
        border: none;
        -webkit-transition: background .25s ease-in-out 0s, height .25s ease-in-out 0s;
        transition: background .25s ease-in-out 0s, height .25s ease-in-out 0s
    }

    header.top-navigation .custom-nav .navbar-collapse.collapse.in {
        height: 100vh;
        -webkit-transition: height .25s ease-in-out 0s;
        transition: height .25s ease-in-out 0s
    }

    header.top-navigation.scrolled .custom-nav .navbar-collapse {
        background: #fff;
        -webkit-transition: background .25s ease-in-out 0s, height .25s ease-in-out 0s;
        transition: background .25s ease-in-out 0s, height .25s ease-in-out 0s
    }

    header.top-navigation .custom-nav .navbar-collapse .navbar-nav {
        margin: 90px -15px 0;
        padding: 10px 0;
        border-top: 1px solid hsla(0, 0%, 100%, .15);
        text-align: center
    }

    header.top-navigation .custom-nav .navbar-collapse .navbar-nav,
    header.top-navigation.scrolled .custom-nav .navbar-collapse .navbar-nav {
        -webkit-transition: margin .25s ease-in-out 0s, border .25s ease-in-out 0s;
        transition: margin .25s ease-in-out 0s, border .25s ease-in-out 0s
    }

    header.top-navigation.scrolled .custom-nav .navbar-collapse .navbar-nav {
        margin: 70px -15px 0;
        border-top: 1px solid rgba(0, 0, 0, .15)
    }

    header.top-navigation .custom-nav .navbar-collapse .navbar-nav>li:last-child {
        margin: 0;
        padding: 0 15px
    }

    header.top-navigation .custom-nav .navbar-collapse .navbar-nav>li>a {
        padding: 20px 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    header.top-navigation .custom-nav .navbar-collapse .navbar-nav>li:last-child>a {
        margin: 10px 0 0;
        padding: 15px 25px
    }

    header.top-navigation .custom-nav .dropdown .dropdown-menu {
        display: none;
        position: relative;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: none;
        border-top: 1px solid hsla(0, 0%, 100%, .15);
        border-radius: 0;
        padding: 10px 0 0;
        -webkit-transition: border-color .25s ease-in-out 0s;
        transition: border-color .25s ease-in-out 0s
    }

    header.top-navigation.scrolled .custom-nav .dropdown .dropdown-menu {
        border-top: 1px solid rgba(0, 0, 0, .15);
        -webkit-transition: border-color .25s ease-in-out 0s;
        transition: border-color .25s ease-in-out 0s
    }

    header.top-navigation .custom-nav .dropdown.clicked .dropdown-menu {
        display: block;
        opacity: 1
    }

    header.top-navigation .custom-nav .dropdown .dropdown-menu>li,
    header.top-navigation .custom-nav .dropdown .dropdown-menu>li:focus,
    header.top-navigation .custom-nav .dropdown .dropdown-menu>li:hover {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    header.top-navigation .custom-nav .dropdown .dropdown-menu>li>a {
        color: #fff;
        -webkit-transition: color .25s ease-in-out 0s;
        transition: color .25s ease-in-out 0s
    }

    header.top-navigation.scrolled .custom-nav .dropdown .dropdown-menu>li>a {
        color: #000;
        -webkit-transition: color .25s ease-in-out 0s;
        transition: color .25s ease-in-out 0s
    }

    .mast-head-wrapper.left-mid-text .text-wrapper .desc {
        line-height: inherit
    }

    .mast-head-wrapper.left-mid-text .text-wrapper .desc.text {
        max-height: 20vh;
        overflow: scroll
    }

    .mast-head-wrapper.left-bottom-text .text-wrapper,
    .mast-head-wrapper.left-mid-text .text-wrapper .details {
        -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
    }

    .mast-head-wrapper.left-mid-text .text-wrapper .details .logo-wrapper {
        margin: 0 0 15px
    }

    .mast-head-wrapper.left-mid-text.large-text .text-wrapper .title {
        font-size: 1.75em
    }

    .mast-head-wrapper.left-bottom-text .text-wrapper .title {
        font-size: 1.5em
    }

    .mast-head-wrapper.left-bottom-text .text-wrapper .breadcrumbs-wrapper {
        padding-bottom: 0
    }

    .mast-head-wrapper.sm {
        height: 50vh
    }

    .mast-head-wrapper.lg .bg-img,
    .mast-head-wrapper.md .bg-img,
    .mast-head-wrapper.sm .bg-img {
        background-size: auto 100%
    }

    .mast-head-wrapper.left-bottom-text .text-wrapper .job-expires {
        text-align: left
    }

    .mast-head-wrapper.centered-text .text-wrapper .title {
        padding: 0;
        font-size: 1.75em
    }

    .all-stats-wrapper {
        top: -15px
    }

    .all-stats-wrapper .stats-card-wrapper {
        margin-bottom: 15px
    }

    .all-stats-wrapper .stats-card-wrapper .stats-card,
    .all-stats-wrapper .stats-card-wrapper:focus .stats-card,
    .all-stats-wrapper .stats-card-wrapper:hover .stats-card {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
        box-shadow: 0 0 15px rgba(0, 0, 0, .15)
    }

    .all-stats-wrapper .stats-card-wrapper .stats-card .front {
        display: none
    }

    .all-stats-wrapper .stats-card-wrapper .stats-card .back .cta-icon,
    .all-stats-wrapper .stats-card-wrapper .stats-card .back .desc,
    .all-stats-wrapper .stats-card-wrapper .stats-card .back .stat-icon {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    .all-stats-wrapper.icon-n-data .navigation-wrapper,
    .cover-slider-wrapper .navigation-wrapper {
        display: none
    }

    .section-header {
        margin-bottom: 15px
    }

    .section-header .top .title {
        font-size: 1.25em
    }

    .section-header .top .navigation.slick {
        padding: 3px 0
    }

    .section-header .division {
        margin: 7px 0
    }

    .slick-wrapper.full-width-card-slider .slick-slide .slick-card .bg-img {
        background-size: auto 100%
    }

    .slick-wrapper.full-width-card-slider .slick-slide .slick-card .text-wrapper .title {
        font-size: 1.25em
    }

    .slick-wrapper.full-width-card-slider .slick-slide .slick-card .text-wrapper .meta-wrapper {
        line-height: inherit
    }

    .slick-wrapper.full-width-card-slider .slick-slide .slick-card:focus .text-wrapper .meta-wrapper,
    .slick-wrapper.full-width-card-slider .slick-slide .slick-card:focus .text-wrapper .title,
    .slick-wrapper.full-width-card-slider .slick-slide .slick-card:hover .text-wrapper .meta-wrapper,
    .slick-wrapper.full-width-card-slider .slick-slide .slick-card:hover .text-wrapper .title {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .slick-wrapper.full-width-card-slider .slick-slide .slick-card .sharing-btn,
    .slick-wrapper.full-width-card-slider .slick-slide .slick-card:focus .sharing-btn,
    .slick-wrapper.full-width-card-slider .slick-slide .slick-card:hover .sharing-btn {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    .slick-wrapper.container-card-slider .slick-slide .slick-card .front .title {
        display: none
    }

    .slick-wrapper.container-card-slider .slick-slide .slick-card .details {
        opacity: 1;
        visibility: visible;
        background: rgba(0, 0, 0, .5);
        text-shadow: 0 0 7px rgba(0, 0, 0, .25)
    }

    .slick-wrapper.container-card-slider .slick-slide .slick-card .details .cta-icon,
    .slick-wrapper.container-card-slider .slick-slide .slick-card .details .desc,
    .slick-wrapper.container-card-slider .slick-slide .slick-card .details .title {
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 1
    }

    .slick-wrapper.container-long-blog-slider .slick-card .feat-img {
        height: 30vh;
        background-size: 100% auto
    }

    .slick-wrapper.full-width-card-slider.video-slider .slick-slide .slick-card {
        opacity: 1
    }

    .campaign-filter-wrapper {
        margin-top: 15px
    }

    .campaign-filter-wrapper [data-trigger=filter-toggle] .filter-text {
        width: 100%
    }

    .campaign-filter-wrapper [data-trigger=filter-toggle].after .filter-text .after {
        display: block;
        width: 100%
    }

    .campaign-filter-wrapper [data-trigger=filter-toggle] .filter-text .after .focus-area {
        display: block;
        padding: 3px 0
    }

    .campaign-filter-wrapper [data-trigger=filter-toggle] .filter-text .after .focus-area:first-child {
        padding-top: 0
    }

    .campaign-filter-wrapper [data-trigger=filter-toggle] .filter-text .after .focus-area:last-child {
        padding-bottom: 0
    }

    .campaign-filter-wrapper [data-trigger=filter-toggle] .filter-text .after .separator {
        display: none
    }

    .subscribe-wrapper {
        background-size: auto 100%
    }

    .subscribe-wrapper .subscribe-form-wrapper {
        padding: 30px 0
    }

    .subscribe-wrapper .subscribe-form-wrapper form {
        position: relative;
        top: auto;
        right: auto;
        margin: 20px 0 0
    }

    .subscribe-wrapper .subscribe-form-wrapper .email {
        width: 100%
    }

    .indented-box {
        height: 75px;
        margin-bottom: 15px
    }

    .indented-box .icon,
    .indented-box:focus .icon,
    .indented-box:hover .icon {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 75px;
        height: 75px;
        padding: 20px;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

    .indented-box .text,
    .indented-box:focus .text,
    .indented-box:hover .text {
        width: 100%;
        padding: 0 0 0 90px;
        font-size: 1.25em;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .allies-wrapper .ally {
        padding: 25px 50px
    }

    .ajax-blogs-wrapper .blog-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        border-bottom: 1px dashed #ccc;
        padding-bottom: 25px;
        margin-bottom: 30px
    }

    .ajax-blogs-wrapper .blog-card:last-of-type {
        border: none;
        padding: 0;
        margin: 0
    }

    .ajax-blogs-wrapper .blog-card .feat-img {
        height: 30vh;
        background-size: 100% auto;
        margin: 0 0 15px
    }

    .ajax-blogs-wrapper .blog-card .details .categories-wrapper {
        margin-bottom: 10px
    }

    .archive-blogs-wrapper .blog-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        border-bottom: 1px dashed #ccc;
        padding-bottom: 25px;
        margin-bottom: 30px
    }

    .archive-blogs-wrapper .blog-card:last-of-type {
        border: none;
        padding: 0;
        margin: 0
    }

    .archive-blogs-wrapper .blog-card .feat-img {
        height: 30vh;
        background-size: 100% auto;
        margin: 0 0 15px
    }

    .archive-blogs-wrapper .blog-card .details .categories-wrapper {
        margin-bottom: 10px
    }

    .update-centre-wrapper .custom-btn.load-more-btn {
        width: 100% !important
    }

    aside.widget {
        margin-bottom: 30px
    }

    .framing-change-wrapper {
        padding: 30px 0
    }

    .blog-post-content-wrapper .listicle-wrapper>ol>li:before,
    .blog-post-content-wrapper .listicle-wrapper>ul>li:before {
        left: -.1em
    }

    .sitemap-wrapper h2 {
        font-size: 1.25em;
        margin-bottom: 15px;
        padding-bottom: 10px
    }

    .sitemap-wrapper div[class^=col-]:nth-last-child(2) ul[class^=simple-sitemap-] {
        margin-bottom: 30px
    }

    .faqs-wrapper .panel-group .panel-default {
        padding: 15px
    }

    .faqs-wrapper .panel-group .panel-default .panel-heading>h4>a {
        font-size: 1.01em
    }

    .contact-us-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .contact-us-wrapper .nf-form-cont {
        margin: 0 0 15px;
        padding: 15px
    }

    .contact-us-wrapper .nf-form-cont .nf-field-container {
        margin-bottom: 15px
    }

    .contact-us-wrapper .google-map {
        margin: 0;
        height: 0;
        padding-bottom: 75vh
    }

    .cta-band-wrapper {
        background-size: auto 100%
    }

    .cta-band-wrapper .cta-band {
        padding: 30px 0
    }

    .cta-band-wrapper .cta-band .cta {
        width: 45px;
        height: 45px;
        display: block;
        position: relative;
        top: auto;
        right: auto;
        margin: 15px 0 0 auto
    }

    .locations-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 15px
    }

    .locations-wrapper .location-box-wrapper,
    .locations-wrapper .location-box-wrapper:focus,
    .locations-wrapper .location-box-wrapper:hover {
        width: 100%;
        margin: 0 0 20px;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .locations-wrapper .location-box-wrapper:last-child {
        margin: 0
    }

    .e-volunteer-wrapper .nf-form-cont {
        margin-top: 30px;
        padding: 15px
    }

    .e-volunteer-wrapper .nf-form-cont .nf-field-container {
        margin-bottom: 15px
    }

    div.job_listings .job_filters {
        padding: 15px;
        margin-bottom: 15px
    }

    div.job_listings .job_filters .search_jobs {
        margin-bottom: 15px
    }

    div.job_listings .job_filters .search_jobs .search_keywords {
        float: none;
        width: 100%;
        padding: 0;
        margin-bottom: 15px
    }

    div.job_listings .job_filters .search_jobs .search_location {
        float: none;
        width: 100%;
        padding: 0
    }

    div.job_listings .job_filters .job_types {
        font-size: 1em
    }

    div.job_listings .job_filters .job_types:before {
        display: block
    }

    div.job_listings .job_filters .job_types li {
        display: block;
        margin: 5px 0;
        padding: 0
    }

    div.job_listings .job_filters .job_types li:last-child {
        margin-bottom: 0
    }

    div.job_listings .job_filters .job_types li label {
        width: 100%
    }

    div.job_listings ul.job_listings li.job_listing {
        margin-bottom: 15px
    }

    div.job_listings ul.job_listings li.job_listing a {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 15px
    }

    div.job_listings ul.job_listings li.job_listing a:focus,
    div.job_listings ul.job_listings li.job_listing a:hover {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    div.job_listings ul.job_listings li.job_listing a .location {
        text-align: center;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 10px;
        font-size: 1em
    }

    div.job_listings ul.job_listings li.job_listing a .meta {
        width: 100%;
        text-align: left;
        margin-top: 10px;
        font-size: 1em
    }

    div.job_listings .job_filters .showing_jobs {
        text-align: center;
        font-size: 1em
    }

    div.job_listings .job_filters .showing_jobs a {
        float: none;
        display: block;
        padding: 0;
        text-align: center;
        margin: 5px 0 0
    }

    .job-listing-content .single_job_listing .meta {
        margin-bottom: 15px
    }

    .job-listing-content .custom-btn {
        display: block;
        margin-top: 15px
    }

    .job-listing-map-wrapper .su-gmap {
        height: 75vh
    }

    .press-releases-wrapper .press-releases .press-release {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 15px;
        margin-bottom: 15px
    }

    .press-releases-wrapper .press-releases .press-release .document-embed {
        margin: 0
    }

    .press-releases-wrapper .press-releases .press-release .text {
        margin: 15px 0 0
    }

    .press-releases-wrapper .press-releases .press-release .text .desc {
        margin-top: 5px
    }

    .press-releases-wrapper .press-releases .press-release .posted-on {
        width: 100%;
        text-align: left;
        margin-top: 10px
    }

    .press-releases-wrapper .navigation-wrapper .pagination .nav-links .page-numbers {
        margin: 15px 5px 0 0
    }

    .press-release-content-wrapper .document-wrapper {
        text-align: center
    }

    .press-release-content-wrapper .document-wrapper .document-embed {
        height: 75vh
    }

    .press-release-content-wrapper .document-wrapper .custom-btn {
        margin-top: 15px
    }

    .annual-reports-leagal-docs-wrapper .annual-reports-leagal-docs.custom-tabs:before {
        width: 100%;
        padding: 0 0 10.5px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 7.5px
    }

    .annual-reports-leagal-docs-wrapper .annual-reports-leagal-docs+.tab-content {
        border: none;
        margin: 0;
        padding: 15px 0 0
    }

    .annual-reports-leagal-docs-wrapper .annual-reports-leagal-docs+.tab-content .tab-pane {
        margin: 0;
        padding: 0
    }

    .annual-reports-leagal-docs-wrapper .annual-reports-leagal-docs+.tab-content .tab-pane .document-wrapper {
        padding: 15px;
        margin-bottom: 15px
    }

    .annual-reports-leagal-docs-wrapper .annual-reports-leagal-docs+.tab-content .tab-pane .document-wrapper .title {
        margin-top: 5px
    }

    .annual-reports-leagal-docs-wrapper .annual-reports-leagal-docs+.tab-content .tab-pane .document-wrapper .desc {
        margin-top: 5px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .annual-reports-leagal-docs-wrapper .annual-reports-leagal-docs+.tab-content .tab-pane .document-wrapper .desc .text {
        margin: 0
    }

    .annual-reports-leagal-docs-wrapper .annual-reports-leagal-docs+.tab-content .tab-pane .document-wrapper .desc .cta {
        text-align: right;
        margin-top: 5px
    }

    .profile-wrapper {
        margin-bottom: 15px
    }

    .profile-wrapper .front:focus,
    .profile-wrapper .front:hover {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .profile-wrapper .front .bg-img {
        background-size: 100% auto
    }

    .profile-modal .modal-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .profile-modal .modal-content .bg-img {
        width: 100%;
        min-height: 300px;
        background-size: 100% auto;
        border-top-right-radius: 3px
    }

    .profile-modal .modal-content .bg-img>a {
        padding: 5px 5px 3px;
        margin-bottom: 5px
    }

    .profile-modal .modal-content .profile-text .modal-body {
        min-height: none;
        height: auto;
        overflow: auto
    }

    .cover-slider-wrapper {
        margin-top: -45px
    }

    .cover-slider .slide .desc {
        max-height: none;
        height: auto;
        overflow: auto
    }

    .our-work-wrapper .info-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 15px
    }

    .our-work-wrapper .info-wrapper .text {
        width: 100%;
        margin: 0
    }

    .our-work-wrapper .info-wrapper #our-work-map {
        margin: 15px 0 0;
        width: 100%;
        height: 75vh
    }

    .testimonials-wrapper .testimonials-slider:before {
        left: 0;
        width: 100%;
        text-align: center
    }

    .testimonials-wrapper .testimonials-slider .testimonial {
        padding: 0
    }

    .blog-question-wrapper .submit-wrapper .submit.custom-btn {
        width: 100%;
        margin-top: 15px
    }

    .bottom-navigation.top {
        padding: 50px 0
    }

    .bottom-navigation.top .logo-wrapper .logo {
        width: 105px
    }

    .bottom-navigation.top .logo-wrapper .division {
        top: 37.5px
    }

    .bottom-navigation.bottom {
        padding: 30px 0
    }

    .bottom-navigation.bottom .left,
    .bottom-navigation.bottom .right {
        text-align: center
    }

    .bottom-navigation.bottom .left .copyright {
        display: block;
        margin-bottom: 10px
    }

    .bottom-navigation.bottom .left .separator {
        display: none
    }

    .bottom-navigation.bottom .left .separator:last-of-type {
        display: inline-block
    }

    .bottom-navigation.bottom .right {
        border-top: 1px solid hsla(0, 0%, 100%, .15);
        padding: 10px 0 0;
        margin: 10px 0 0
    }

    .bottom-navigation.bottom .right>li {
        margin: 0 5px
    }

    .bottom-navigation.bottom .right>li>a,
    .bottom-navigation.bottom .right>li>a:focus,
    .bottom-navigation.bottom .right>li>a:hover {
        font-size: 1.25em;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    body.archive .navigation-wrapper .pagination .nav-links .page-numbers,
    body.search .navigation-wrapper .pagination .nav-links .page-numbers {
        margin: 25px 5px 0 0
    }

    .search-wrapper .blog-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        border-bottom: 1px dashed #ccc;
        padding-bottom: 25px;
        margin-bottom: 30px
    }

    .search-wrapper .blog-card:last-of-type {
        border: none;
        padding: 0;
        margin: 0
    }

    .search-wrapper .blog-card .feat-img {
        height: 30vh;
        background-size: 100% auto;
        margin: 0 0 15px
    }

    .search-wrapper .blog-card .details .categories-wrapper {
        margin-bottom: 10px
    }

    .search-form-wrapper {
        background: #000
    }

    .search-form-wrapper form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 15px
    }

    .search-form-wrapper form>label {
        width: 100%;
        margin: 0 0 15px
    }

    .search-form-wrapper form>[type=submit],
    .search-form-wrapper form>label>[type=search] {
        width: 100%
    }

    .donate-form-wrapper .disclaimer {
        bottom: 0px;
    }
}

/*# sourceMappingURL=dist/css/maps/style.css.map */


/* Gala Page Design */

@font-face {
    font-family: aculight;
    src: url(https://inbreakthrough.org/wp-content/uploads/2019/gala/fonts/acuminprowide-extralight.otf);
}

@font-face {
    font-family: acuregular;
    src: url(https://inbreakthrough.org/wp-content/uploads/2019/gala/fonts/acuminprowide-regular.otf);
}

@font-face {
    font-family: acubold;
    src: url(https://inbreakthrough.org/wp-content/uploads/2019/gala/fonts/acuminprowide-semibold.otf);
}

@font-face {
    font-family: quentin;
    src: url(https://inbreakthrough.org/wp-content/uploads/2019/gala/fonts/Quentin.ttf);
}

@font-face {
    font-family: 'JustVector';
    src: url('../fonts/justvectorv2+webfont.eot');
    src: url('../fonts/justvectorv2+webfont.eot?') format('eot'),
        url('../fonts/justvectorv2+webfont.woff') format('woff'),
        url('../fonts/justvectorv2+webfont.ttf') format('truetype'),
        url('../fonts/justvectorv2+webfont.svg#webfontkw9J4lGf') format('svg');
    font-weight: normal;
    font-style: normal;
}


.locations-wrapper2 .location-box-wrapper {
    width: 50% !important;
}

@media (max-width: 520px) {
    .location-box-wrapper.extra-details {
        width: 100% !important;
    }
}

.locations-wrapper2 .detail-field.city-name.title-font {
    font-size: 1em;
    line-height: 2em;
}

.locations-wrapper .location-box-wrapper .detail-field.phone:before {
    content: "\f10b";
}

.locations-wrapper .location-box-wrapper .detail-field.tel:before {
    content: "\f095";
}

.locations-wrapper .location-box-wrapper .detail-field.user:before {
    content: "\f007";
}

#designing-dream-1,
#designing-dream-2,
#designing-dream-3,
#designing-dream-4 {
    position: relative;
}

.locations-wrapper2 .location-box-wrapper .detail-field.address:before {
    content: "\f007" !important;
}

.locations-wrapper .location-box-wrapper .tel a,
.locations-wrapper .location-box-wrapper .phone a,
.locations-wrapper .location-box-wrapper .user a {
    color: #000;
}

.locations-wrapper .location-box-wrapper .tel a:hover,
.locations-wrapper .location-box-wrapper .phone a:hover,
.locations-wrapper .location-box-wrapper .user a:hover {
    color: #d13239;
    text-decoration: none;
}

#close_1,
#close_2,
#close_3 {
    margin: 20px;
    background: red;
    opacity: 1 !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff !important;
    z-index: 99999;
    position: relative;
    padding: 0px 10px 5px 10px;
}

#designing-dream-5 {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

#designing-dream-5 h4 {
    text-align: center;
    color: #9d9d9d;
    font-family: acubold, sans-serif;
    font-weight: 600;
    padding-bottom: 40px;
    font-size: 16px;
}

#designing-dream-4 {
    background: url(https://inbreakthrough.org/wp-content/uploads/2019/07/DonateCTA.png);
    background-size: cover;
    background-position: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

#gala_down {
    text-align: center;
}

div#gala_down img {
    margin: 0 auto;
    margin-bottom: 14px;
}

#gala_down p {
    font-family: acubold !important;
    color: #fff;
    font-size: 14px;
}

#designing-dream-4 h1 {
    font-family: quentin;
    color: #fff !important;
    font-size: 40px;
}

#designing-dream-2 h1 {
    font-family: quentin;
    color: #fff;
    text-align: center;
    font-size: 50px;
}

#designing-dream-4 .color-red {
    color: red;
    font-family: acubold, sans-serif;
    font-size: 14px;
    line-height: 1.6em;
}

#designing-dream-4 p {
    color: white;
    font-family: acubold, sans-serif;
    font-size: 14px;
    line-height: 1.6em;
}

#designing-dream-3 {
    background: #000;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

#designing-dream-3 img {
    width: 150px;
    margin: 0 auto;
}

#designing-dream-3 p {
    font-family: aculight;
    padding-top: 20px;
    line-height: 1.5em;
}

#designing-dream-3 h3 {
    font-family: acubold !important;
    font-size: 20px;
}

#designing-dream-3 small {
    font-family: acubold !important;
}

#designing-dream-3 p,
#designing-dream-3 h3,
#designing-dream-3 small {
    color: #fff;
}

#designing-dream-2 {
    background: url(https://inbreakthrough.org/wp-content/uploads/2019/07/HeroImage.png);
    background-size: cover;
    background-position: center;
    padding-top: 300px;
    padding-bottom: 80px;
}

#designing-dream-2 p {
    color: #fff;
    font-family: acubold, sans-serif;
    font-size: 14px;
    line-height: 1.6em;
    text-align: center;
}

#designing-dream-5 .col-md-2 img {
    margin: 0 auto;
}

#designing-dream-1 {
    background: #000;
    padding-top: 80px;
    padding-bottom: 80px;
}

#gala_modal_1,
#gala_modal_2,
#gala_modal_3 {
    text-align: center;
}

#gala_modal_1 img,
#gala_modal_2 img,
#gala_modal_3 img {
    width: 150px;
    text-align: center;
    margin: 0 auto;
}

#gala_modal_1 p,
#gala_modal_2 p,
#gala_modal_3 p {
    margin-top: 10px;
    font-family: aculight;
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.5em;
    color: #000;
}

#gala_modal_1 small,
#gala_modal_2 small,
#gala_modal_3 small {
    font-family: acubold;
    font-size: 14px;
}

#gala_modal_1 h3,
#gala_modal_2 h3,
#gala_modal_3 h3 {
    font-family: acubold !important;
}

#gala_modal_1 img,
#gala_modal_2 img,
#gala_modal_3 img {
    width: 150px;
    text-align: center;
    margin: 0 auto;
}

#gala_modal_1,
#gala_modal_2,
#gala_modal_3 {
    text-align: center;
}

#gala_modal_1 .modal-dialog {
    top: 80%;
    transform: translateY(-50%);
}

#gala_modal_2 .modal-dialog {
    top: 50%;
    transform: translateY(-50%);
}

#gala_modal_3 .modal-dialog {
    top: 80%;
    transform: translateY(-50%);
}

.anim_gif {
    width: 90%;
    margin: 0 auto;
}

#designing-dream-6 {
    background: #000;
}

#designing-dream-6 .navigation-wrapper {
    margin-top: 30px;
}

#designing-dream-6 h1 {
    font-family: quentin;
    color: #fff !important;
    font-size: 40px;
    text-align: center;

}

#designing-dream-6 {
    padding-top: 100px;
}

#designing-dream-6 .all-stats-wrapper {
    top: 0;
    margin-bottom: 50px;
    margin-top: 50px;
}

@media (max-width:568px) {
    #designing-dream-4 {
        text-align: center;
    }

    .anim_gif {
        width: 100%;
    }

    #designing-dream-1 {
        height: 100vh;
    }

    #gala_down p {
        font-size: 12px;
        line-height: 2em;
        padding-left: 20px;
        padding-right: 20px;
    }

    #designing-dream-2 {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }

    #designing-dream-3 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #designing-dream-3 .col-md-4 {
        margin-bottom: 50px;
        padding-left: 30px;
        padding-right: 30px;
    }

    #designing-dream-4 {
        text-align: center;
        padding-bottom: 50px;
        padding-top: 50px;
        padding-left: 10px;
        padding-right: 10px;
    }

    div#gala_down {
        position: absolute;
        bottom: 60px;
    }

    .anim_gif {
        width: 100%;
        padding-top: 100px;
    }

    #gala_modal_1 .modal-content,
    #gala_modal_2 .modal-content,
    #gala_modal_3 .modal-content {
        margin-top: 20px;
    }

    #gala_modal_1 img,
    #gala_modal_2 img,
    #gala_modal_3 img {
        margin-left: 25%;
    }

    #gala_modal_1,
    #gala_modal_2,
    #gala_modal_3 {
        z-index: 9999;
    }

    #gala_modal_1 .modal-dialog {
        top: 0;
        transform: none;
    }

    #gala_modal_2 .modal-dialog {
        top: 0;
        transform: none;
    }

    #gala_modal_3 .modal-dialog {
        top: 0;
        transform: none;
    }
}




/* Gala Page Design End */




.img_space {
    display: inline-block !important;
    margin: 20px !important;
}

#currency-selector {
    display: none !important;
}

h1 {
    font-size: 30px;
}

body {
    position: relative;
}

#twenty-years-breakthrough {
    height: 100vh;
}

@media (max-width:480px) {
    #twenty-years-breakthrough {
        height: 60vh;
    }
}

#fade-in:hover {
    cursor: pointer;
}

#slide-out:hover {
    cursor: pointer;
}

.box {
    display: block;
    background: url(https://inbreakthrough.org/wp-content/uploads/2019/07/background.png);
    background-size: cover;
    box-shadow: 7px 8px 26px -8px #000000;
    border-radius: 50px;
}


#close-button {
    position: fixed;

    background: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
    z-index: 99;
}

#fade-in {

    opacity: 0;
    transition: all .75s ease;
    position: fixed;
    right: 0;
    bottom: 0;
    height: 75px;

    margin-right: 20px;
    bottom: 50px;
}

#fade-in.show {
    /* opacity: 1; */
    /* height: 90px; */
    /* width: 450px; */
    /* margin-right: 45px; */
    /* bottom: 50px; */
    opacity: 1;
    height: 66px;
    width: 305px;
    margin-right: 66px;
    bottom: 50px;
}

#spin-in {
    opacity: .2;
    height: 50px;
    width: 50px;
    transform: translateX(0) rotate(0deg);
    transition: all .75s ease;
}

#spin-in.show2 {
    transform: translateX(450px) rotate(720deg);
    opacity: 1;
}

#slide-out {
    background: url(https://inbreakthrough.org/wp-content/uploads/2019/07/main_icon.png);
    height: 140px;
    width: 140px;
    border-radius: 50px;
    background-repeat: no-repeat;
    background-size: cover;
}

#slide-out {
    position: fixed;
    z-index: 2;
    right: 0;
    bottom: 10px;
}

canvas {
    display: block;
    position: relative;
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
}


#close-button {
    position: fixed;
    background: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
    z-index: 99999;
    margin-top: -21px;
    cursor: pointer;
    margin-left: 123px;
}

div#slides-out {
    position: fixed;
    width: 20px;
    right: 484px;
    height: 100px;
    bottom: 84px;
    height: 20px;
}

#close-button:hover {
    cursor: pointer;
}

@media(max-width: 480px) {
    #slide-out {
        height: 80px;
        width: 80px;
        bottom: 75px;
    }

    #fade-in.show {
        height: 60px;
        width: 300px;
        bottom: 90px;
    }

    #fade-in {
        height: 60px;
        width: 300px;
        margin-right: 14px !important;
    }

    #close-button {
        position: fixed;
        background: #fff;
        width: 25px;
        height: 25px;
        text-align: center;
        border-radius: 50%;
        z-index: 999;
        margin-top: -55px;
        right: 290px;
    }
}

#nf-field-76 {
    padding: 12px 97px 11px 103px;
    background: #c72121;
    color: white;
    border: none;
    font-size: 19px;
}

/* for mahrani jewels*/
.common-text-align {
    text-align: justify;
    font-size: 19px;
    padding: 9px 95px 8px 97px;
    color: #7b7878;
    line-height: 1.7;
}

.common-text-align-last-margin {
    text-align: justify;
    font-size: 19px;
    padding: 9px 95px 8px 97px;
    color: #7b7878;
    line-height: 1.7;
    margin-bottom: 68px;
}

.button-div {
    text-align: center;
    margin-bottom: 55px;
}

.button-div-1 {
    color: #fbffff;
    background: #ce2727;
    font-size: 17px;
    text-decoration: none;
    padding: 12px 120px 16px 110px;
}

.button-div-2 {
    color: #fbffff;
    background: #ce2727;
    font-size: 17px;
    text-decoration: none;
    padding: 12px 120px 16px 110px;

}

.video-div {
    text-align:
        center;
    margin-top: -137px;
}

.video-content-1 {
    text-align: center;
    font-weight: bolder;
    font-size: 20px;
    margin-top: 41px;
}

.video-content-2 {
    text-align: center;
    font-size: 19px;
    padding: 9px 197px 8px 206px;
    color: #7b7878;
}

.submit-form {
    text-align: center;
    font-weight: bolder;
    font-size: 20px;
}

.form-div {
    text-align: center;
    width: 23%;
    margin: 0 auto;
}

.button-div-1:hover,
.button-div-2:hover {
    color: #fff;
    text-decoration: none;
    box-shadow: 3PX 2PX 5PX #383636;
}

.main-content-height {
    background-color: #f1f1f1;
    height: 950px;
}

.backgoround-image {
    background-image: url("https://inbreakthrough.org/wp-content/uploads/mahrani-jewelers/image/title_here.jpg");
    width: 100%;
}

.show {
    display: none !important;
}

#close-button {
    display: none !important;
}

.parg-1 {
    font-size: 27px;
    color: #0a0a0a;
    font-weight: 800;
}

.parg-2 {
    font-size: 33px;
    font-weight: 800;
    color: #d13239;
}

.parg-box-align {
    font-size: 15px;
    font-weight: 500;
    padding: 0px 0px 0px 27px;
    color: #4c4a47;
}

.box-shadow-donate {
    box-shadow: 0 7px 35px rgba(0, 0, 0, .1);
    padding: 16px;
}

.manage-donate-price-button {
    display: inline-block;
    width: 33%;
    margin-bottom: 15px;
}

.custom-btn-early-mrg {
    padding: 17px 58px 23px 64px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: #efefef;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 3px;
}

.custom-btn-early-mrg:focus,
.custom-btn-early-mrg:hover {
    text-decoration: none;
    color: #fff;
    background: #d13239;
}

.manage-donate-price-button-2 {
    display: inline-block;
    width: 33%;
    margin-bottom: 15px;
}

.manage-donate-price-button-3 {
    display: inline-block;
    width: 65%;
    margin-bottom: 15px;
}

.manage-donate-price-button-3-one-time {
    display: inline-block;
    width: 27%;
    margin-bottom: 15px;
}

.label-donate-other-amt-monthly {
    background: #efefef;
    padding: 15px 33px 17px 12px;
}

.custom-btn-early-mrg-2 {
    padding: 17px 53px 24px 64px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: #efefef;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 3px;
}

.custom-btn-early-mrg-2:focus,
.custom-btn-early-mrg-2:hover {
    text-decoration: none;
    color: #fff;
    background: #d13239;
}

input[type=number].rupee {
    background-image: url(https://inbreakthrough.org/wp-content/uploads/donate-rupee-icon/indian-rupees-icon.png);
    border: 1px solid #aaa;
    padding: 5px;
    padding-left: 20px;
    background-size: 10px 15px;
    background-repeat: no-repeat;
    background-position: 8px 6px;
}

input[type=number].one-time-rupee {
    background-image: url(https://inbreakthrough.org/wp-content/uploads/donate-rupee-icon/indian-rupees-icon.png);
    border: 1px solid #aaa;
    padding: 4px;
    padding-left: 12px;
    background-size: 10px 15px;
    background-repeat: no-repeat;
    background-position: 2px 6px;
    width: 100%;
}

.label-donate-other-amt-one-time {
    background: #efefef;
    padding: 1px 20px 16px 10px;
}

.label-donate-other-amt {
    background: #efefef;
    padding: 17px 40px 17px 12px;
}

.active-donate-amount {
    text-decoration: none;
    color: #fff;
    background: #d13239;
}

@media (min-width:961px) {

    /* tablet, landscape iPad, lo-res laptops ands desktops */
    .mast-head-wrapper.left-bottom-block .text-wrapper.donate-form-wrapper {
        padding: 0;
        position: relative;
        margin-bottom: -20px;
    }

    .quote-msg {
        /*margin-top: 30px; */
    }


    .quote-msg p {
        font-family: Lato, sans-serif;
        color: #080808;
        font-size: 16px;
        padding-top: 0px;
        font-weight: 600;
        padding: 1px 152px 38px 171px;
    }

}


@media only screen and (max-width: 768px) {
    /* For mobile phones: */

    .testimonial-content {
        margin-top: 32px;

    }

    .mast-head-wrapper.left-bottom-block .text-wrapper.donate-form-wrapper {
        padding: 0;
        position: relative;
        margin-bottom: -55px;
    }

    .manage-donate-price-button-3-one-time {
        display: inline-block;
        width: 29%;
        margin-bottom: 15px;
        margin-left: -6px;
    }

    .quote-msg p {
        font-family: Lato, sans-serif;
        color: #080808;
        font-size: 13px;
        padding-top: 0px;
        font-weight: 600;
    }

    .mast-head-wrapper.left-bottom-block .text-wrapper.donate-form-wrapper .title-font {
        font-size: 1.2em;
    }

    .common-text-align {
        text-align: justify;
        font-size: 19px;
        padding: 2px 22px 8px 18px;
        color: #7b7878;
        line-height: 1.7;
    }

    .button-div-1 {
        color: #fbffff;
        background: #ce2727;
        font-size: 17px;
        text-decoration: none;
        padding: 8px 36px 7px 40px;
        position: relative;
        bottom: 31px;
    }

    .button-div-2 {
        color: #fbffff;
        background: #ce2727;
        font-size: 17px;
        text-decoration: none;
        padding: 8px 26px 7px 23px;
    }

    .button-div {
        text-align: center;
    }

    .video-div {
        text-align: center;
        margin-top: -72px;
    }

    .video-content-2 {
        text-align: center;
        font-size: 19px;
        color: #7b7878;
        padding: 10px 36px 13px 72px;
    }

    .main-content-height {
        background-color: #f1f1f1;
        height: 1800px !important;
    }

    .form-div {
        text-align: center;
        width: 80%;
        margin: 0 auto;
    }

    /* early marriage mobile */
    .manage-donate-price-button {
        display: inline-block;
        width: 32%;
        margin-bottom: 15px;
    }

    .custom-btn-early-mrg {
        padding: 13px 21px 18px 25px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        background: #efefef;
        font-weight: 600;
        text-transform: uppercase;
        border-radius: 3px;
    }

    .manage-donate-price-button-2 {
        display: inline-block;
        width: 33%;
        margin-bottom: 15px;
    }

    .label-donate-other-amt {
        background: #efefef;
        padding: 7px;
    }

    .custom-btn-early-mrg-2 {
        padding: 13px 21px 18px 20px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        background: #efefef;
        font-weight: 600;
        text-transform: uppercase;
        border-radius: 3px;
        margin-top: -16px
    }

    input[type=number].rupee {
        background-image: url(http://i.imgur.com/Fd7NROx.png);
        border: 1px solid #aaa;
        padding: 1px;
        padding-left: 11px;
        background-size: 9px 12px;
        background-repeat: no-repeat;
        background-position: 1px 3px;
    }

    input[type=number].one-time-other-rupee-mobile {
        background-image: url(http://i.imgur.com/Fd7NROx.png);
        border: 1px solid #aaa;
        padding: 1px;
        padding-left: 11px;
        background-size: 9px 11px;
        background-repeat: no-repeat;
        background-position: 1px 3px;
    }

    .active-donate-amount {
        text-decoration: none;
        color: #fff;
        background: #d13239;
    }

    .parg-1 {
        font-size: 21px;
        color: #0a0a0a;
        font-weight: 800;
    }

    .parg-2 {
        font-size: 21px;
        font-weight: 800;
        color: #d13239;
    }

    .parg-box-align {
        font-size: 14px;
        font-weight: 500;
        /* padding: 0px 0px 0px 27px; */
        color: #4c4a47;
    }

    .bottom-content-e-m {
        margin-top: 90px;
    }

    .end-early-text {
        /* float: right; */
        width: 100% !important;
        padding: 7px !important;
    }

    .eem-desc {
        width: 100% !important;
        font-size: 0.8em !important;
        margin: 0px 0 5px !important;
        padding-left: 15px;
        line-height: 1.3 !important;
        text-align: center !important;
        padding: 0px 6px 0px 10px;
    }

    #early-marriage-donate-banner {
        background-image: url(https://inbreakthrough.org/wp-content/uploads/early-marriage/end-early-marriage-mobile.png) !important;
    }

    #team-change-new-year-banner {
        background-image: url(https://inbreakthrough.org/wp-content/uploads/team-change-new-year/image/team-change-new-year-mobile.png) !important;
    }

    .team-change-new-year-mobile-banner-text {
        display: block !important;
    }

    .team-change-new-year-header-text {
        display: none;
    }

    .eem-text {
        height: 105vh !important;
        width: 100%;
    }

    .title-eem {
        font-size: 2.0em !important;
        text-align: center !important;
    }

    .details-eem {
        padding-left: 0px;
        align-items: center;
        width: 100% !important;
    }

    .label-donate-other-amt-one-time {
        background: #efefef;
        padding: 12px 6px 11px 4px;
        font-size: 11px;
    }

    .donate-form-wrapper .tab-content .help {
        display: none;
        color: red;
        margin-bottom: 6px;
        display: block;
        font-size: 9px !important;
        padding: 4px 17px;
        margin-top: 1px;
    }

    .gbd-text {
        width: 100% !important;
        padding-left: 5% !important;
    }


}

.donate-form-wrapper .tab-content .help {
    display: none;
    font-weight: 600;
    font-size: 1.10em;
    margin: 0 auto;
}

.tab-pane .cta {
    margin: 0 !important;
}

.end-early-text {
    float: right;
    width: 53%;
    padding: 78px;
}

.eem-text {
    margin-top: 10vh;
    height: 59vh;
    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;
    color: #fff;
    text-shadow: 0 0 15px rgba(0, 0, 0, .15);
}

.eem-desc {
    font-size: 0.9em;
    line-height: 1.5;
    margin: 0px 0 5px;
    width: 83%;
    text-align: end;
    color: #dfd9d1;
    letter-spacing: 0.04em;
}

.details-eem {

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: end;
    width: 84%;
}

.title-eem {
    font-size: 3.0em;
}

.alt-eem {
    -webkit-box-flex: 1;
    /* -webkit-flex-grow: 1; */
    -ms-flex-positive: 1;
    flex-grow: 1;
    /* -webkit-flex-basis: 0; */
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    text-align: end;
}

.title-font-eem {
    letter-spacing: .015em;
    font-weight: 900;

}

.bt-em-red {
    color: #d13239;
    text-shadow: none;
    font-size: 1.1em;
}

.manage-donate-price-button-3-one-time-other {
    display: inline-block;
    width: 30%;
    margin-bottom: 15px;
}

.gbd-text {
    float: left;
    width: 53%;
    padding-left: 21%;
}

.alt-gbd {
    -webkit-box-flex: 1;
    /* -webkit-flex-grow: 1; */
    -ms-flex-positive: 1;
    flex-grow: 1;
    /* -webkit-flex-basis: 0; */
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    text-align: left;
}

.gbd-desc {
    font-size: 0.9em;
    line-height: 1.3;
    margin: 0px 0 10px;
    width: 100%;
    text-align: left;
    color: #dfd9d1;
    letter-spacing: 0.05em;
}

.gbd-text-container {
    margin-top: 10vh;
    height: 120vh;
    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;
    color: #fff;
    text-shadow: 0 0 15px rgba(0, 0, 0, .15);
}

.title-gbd {
    font-size: 4.0em;
}

#slide-out {
    display: none;
}

ul.dropdown-menu li>ul.dropdown-menu {
    left: 100%;
    top: 0;
    width: 250px;
}

ul.dropdown-menu li:hover>ul.dropdown-menu,
ul.dropdown-menu li:focus>ul.dropdown-menu {
    /*display: block;*/
}

#menu-top-navigation>li>ul>li>ul {
    display: none;
}

#menu-top-navigation>li>ul>li:hover ul {
    display: block;
}

.mast-head-wrapper.sm {
    height: 29vh !important;
}

span.aeb28424242482 {
    display: none;
}

.page-id-8865 header.top-navigation {
    position: relative;
    background: black !important;
}

.page-id-8865 .mast-head-wrapper.lg {
    height: 60vh;
}

@media (max-width: 750px) {
  span.aeb28424242482 {
      display: block;
  }
  
  .page-id-8865 .mast-head-wrapper.lg {
    height: 300px;
}


}
      
      

@media (max-width: 960px) {

    .home .mast-head-wrapper.lg .bg-img,
    .mast-head-wrapper.md .bg-img,
    .mast-head-wrapper.sm .bg-img {
        background-size: 500px;
        background-repeat: no-repeat;
        background-position: bottom;
    }

    .home .mast-head-wrapper.lg {
        height: unset !important;
    }


    .home .mast-head-wrapper.left-mid-text .text-wrapper {
        margin-top: 10vh;
        height: 60vh;
    }

    .postid-22083 .mast-head-wrapper {
        width: 100%;
        height: 100%;
    }

    .postid-22083 .mast-head-wrapper .text-wrapper {
        height: 100%;
        margin-top: 25vh;
        padding: 20px 10px;
    }
     
    .postid-22083 .mast-head-wrapper .bg-img {
        background-size: contain;
        background-position: top;
    }

    .postid-22083 .mast-head-wrapper.left-mid-text .text-wrapper .desc.text p span {
        color: white !important;
    }

    .postid-8434 .mast-head-wrapper .text-wrapper {
        background-color: #0000009e;
        padding: 0;
        margin-left: -15px;
        margin-right: -15px;
        padding: 20px;
        margin-top: 11vh;
    }

}


.postid-8432 .mast-head-wrapper.left-mid-text .text-wrapper .desc.text {
    background: #000000b8;
    border-radius: 5px;
    padding: 16px;
}


.postid-9050 .mast-head-wrapper.left-mid-text .text-wrapper .desc.text span { 
    color: white !important;
}

.postid-9050 .mast-head-wrapper.left-mid-text .text-wrapper .desc.text {
    max-height: unset;
    overflow: unset;
    font-size: 1.1em;
    font-weight: 400;
    color: white !important;
    background: #00000078;
    padding: 15px;
}

.postid-9050 .mast-head-wrapper.lg .bg-img {
    background-size: cover !important;
    background-position: 60% center;
}

.postid-28357 .mast-head-wrapper.left-mid-text .text-wrapper,
.postid-28357 .mast-head-wrapper
{
    height: 50vh;
}   

.postid-28357 .mast-head-wrapper .bg-img{
    background-size: cover;
}

.postid-22085 .mast-head-wrapper .bg-img {
    background-position: bottom;
    background-size: contain;
}

.postid-22085 .mast-head-wrapper.left-mid-text .text-wrapper {
    margin-top: 3vh;
}

.postid-22085 .mast-head-wrapper.left-mid-text .text-wrapper .desc.text {
    overflow: unset;
    max-height: unset;
}

.postid-8433 .mast-head-wrapper .bg-img,
.postid-8434 .mast-head-wrapper .bg-img,
.postid-8432 .mast-head-wrapper .bg-img
{
    background-size: cover;
    background-position: right;
}

.mast-head-wrapper.left-mid-text .text-wrapper .desc.text {
    overflow: unset;
    max-height: unset;
}

.page-id-8682 #primary {
    overflow: hidden;
}

.page-id-8682 .mast-head-wrapper .container {
    width: 100%;
    max-width: 1150px;
}

.page-id-8682 .section-spacing-xlg,
.page-id-8682  section.section-spacing-lg {
    display: none;
}

.page-id-8682 footer.bottom-navigation.top {
    margin-top: 30px;
}

@media ( max-width: 750px ) {
    .page-id-8682 .su-table.locations-wrapper.su-table-alternate {
        display: block;
    }
    
    .page-id-8682 .locations-wrapper2 .location-box-wrapper {
        width: 100% !important;
    }
    .page-id-8682 .location-box-wrapper {
        width: 100% !important;
    }
    .bg-img{
        background-position: center !important;
        background-size: auto !important;
        height: 100%;
        width: 100%;
    }
}