/*
Theme Name: Frontline
Template: Divi
*/
@import url("../Divi/style.css");
/* YOUR CSS EDITS GO BELOW THIS LINE AND AND CSS RULES YOU MAKE HERE WILL OVERIDE THE MASTER DIVI THEME CSS RULES */
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,600;1,400;1,600&display=swap');

@font-face {
    font-family: 'CeraCompactProBlack';
    src: url('fonts/CeraCompactProBlack.eot');
    src: local('☺'), url('fonts/CeraCompactProBlack.woff') format('woff'), url('fonts/CeraCompactProBlack.ttf') format('truetype'), url('fonts/CeraCompactProBlack.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* @font-face {
    font-family: 'nb_grotesksemibold';
    src: url('fonts/nbgrotesk-semibold-webfont.eot');
    src: url('fonts/nbgrotesk-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/nbgrotesk-semibold-webfont.woff2') format('woff2'),
         url('fonts/nbgrotesk-semibold-webfont.woff') format('woff'),
         url('fonts/nbgrotesk-semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.nb_grotesksemibold h1 {
    font-family: 'nb_grotesksemibold', Arial, sans-serif !important;
}
.nb_grotesksemibold h2 {
    font-family: 'nb_grotesksemibold', Arial, sans-serif !important;
}
.nb_grotesksemibold p {
    font-family: 'nb_grotesksemibold', Arial, sans-serif !important;
} */
html {
    height: 100%;
}
body {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    overflow-x: hidden;
}
body, p, blockquote, li, a {
    font-family: 'Source Sans Pro', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    color: #1F1F3D;
    font-family: 'CeraCompactProBlack', sans-serif;
    font-weight: bold;
}
h1,h2 {
    padding-bottom: 20px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-family: inherit;
}
img {
    object-fit: cover;
}
p, .et_pb_text_inner, .et_pb_blurb_description {
    font-size: 16px;
    line-height: 1.5em;
}
p:empty {
    display: none;
}
input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
    color: #1F1F3D;
}
ol:last-child {
    padding-bottom: 0;
}
p + ol {
    margin-top: 1em;
}
.zendek_form .zendek_textarea {
    background-color: #F0EEE9;
}
.et_pb_counter_amount {
    font-weight: 700;
}

.entry-content tr td, body.et-pb-preview #main-content .container tr td {
    border: 1px solid #F0EEE9;
}
.title-pb-30 h2 {
    padding-bottom: 30px;
}
.et_pb_text ol:last-child, .et_pb_text ul:last-child {
    padding-bottom: 0em;
}

/* color */
.et_pb_bg_layout_dark, .et_pb_bg_layout_dark h1, 
.et_pb_bg_layout_dark h2, .et_pb_bg_layout_dark h3, 
.et_pb_bg_layout_dark h4, .et_pb_bg_layout_dark h5, 
.et_pb_bg_layout_dark h6,
.et_pb_bg_layout_dark .et_pb_slide_content {
    color: #F0EEE9!important;
}

/* text color on bg */
a:hover,
.et_pb_text_inner a:hover {
    text-decoration: none;
}
.purple-bg-white-text a:not(.et_pb_button) {
    color: #F0EEE9;
}
.orange-bg-dark-blue-text a:not(.et_pb_button),
.teal-bg-dark-blue-text a:not(.et_pb_button),
.turquoise-bg-dark-blue-text a:not(.et_pb_button),
.turquoise-bg-dark-blue-text .et_pb_toggle_open:before {
    color: #1f1f3d;
}
.purple-bg-white-text a:not(.et_pb_button):not(:hover),
.orange-bg-dark-blue-text a:not(.et_pb_button):not(:hover),
.teal-bg-dark-blue-text a:not(.et_pb_button):not(:hover),
.turquoise-bg-dark-blue-text a:not(.et_pb_button):not(:hover) {
    text-decoration: underline;
}
.purple-bg-white-text h2 a:not([class]):not(:hover),
.orange-bg-dark-blue-text h2 a:not([class]):not(:hover),
.teal-bg-dark-blue-text h2 a:not([class]):not(:hover),
.turquoise-bg-dark-blue-text h2 a:not([class]):not(:hover),
.purple-bg-white-text .et_pb_slide_title a:not(:hover),
.orange-bg-dark-blue-text .et_pb_slide_title a:not(:hover),
.teal-bg-dark-blue-text .et_pb_slide_title a:not(:hover),
.turquoise-bg-dark-blue-text .et_pb_slide_title a:not(:hover),
.purple-bg-white-text .et-pb-slider-arrows a:not(:hover),
.orange-bg-dark-blue-text .et-pb-slider-arrows a:not(:hover),
.teal-bg-dark-blue-text .et-pb-slider-arrows a:not(:hover),
.turquoise-bg-dark-blue-text .et-pb-slider-arrows a:not(:hover) {
    text-decoration: none;
}
.title-link-underline h2 a:not(:hover) {
    text-decoration: underline !important;
}
.teal-bg-dark-blue-text .home-top-section h3.et_pb_module_header:before {
    background-color: #1F1F3D;
}

/* Comman */
#page-container, #et-main-area {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
}
#page-container {
    padding-top: 100px !important;
}
#main-content {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    background-color: #F0EEE9;
}
input, form, select, textarea, button {
    font-family: 'Source Sans Pro', sans-serif !important;
}
.border-radius-none {
    border-radius: 0 !important;
}
.font-medium p {
    font-weight: 600;
}
.font-18, .font-18 p,.font-18 .et_pb_blurb_description {
    font-size: 18px;
}
.white, .text-white, .text-white p {
    color: #F0EEE9;
}

/* Header */
header#main-header {
    background-color: #F0EEE9;
    padding: 6px 0;
}
.et_header_style_left .logo_container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: auto;
}
.et_header_style_left .logo_container span.logo_helper {
    display: none;
}
.et_header_style_left .logo_container a {
    display: block;
}
.logo_container .fellowship-logo, .logo_container .firstline-logo, .logo_container .frontline-logo {
    display: none !important
}
.logo_container #logo {
    max-width: 170px;
    max-height: 100%;
    height: auto;
}

/* Header Navigation */
div#et-top-navigation {
    float: left;
    padding-left: 270px !important;
    padding-top: 40px !important;
    width: 100%
}
div#et-top-navigation a {
    font-weight: 600;
    font-size: 16px;
    color: #1F1F3D;
}
#top-menu li {
    padding: 0 !important;
    margin: 0 11px;
}
#top-menu li.current-page-parent > a {
    color: #1F1F3D;
}
#top-menu .menu-item-has-children>a:first-child {
    padding-right: 15px;
}
#top-menu .menu-item-has-children>a:first-child:after {
    border-top: 6px solid #FF050F;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: "";
    right: 0;
    top: 5px;
}
.et-fixed-header div#et-top-navigation {
    padding-top: 23px !important;
    padding-bottom: 4px;
}
#top-menu > li.current-menu-item > a:before, #top-menu > li.current-menu-ancestor > a:before, #et-secondary-nav > .contact-us-menu.current-menu-item > a:before {
    background-color: #FF050F;
    content: '';
    position: absolute;
    left: 0;
    top: 21px;
    height: 2px;
    width: 100%;
}
#et-secondary-nav > .contact-us-menu.current-menu-item > a:before {
    top: 23px;
}
#et-secondary-nav > .contact-us-menu.current-menu-item > a {
    color: #FF050F;
}

/* Sub Menu */
.sub-menu {
    max-width: 980px !important
}
ul.sub-menu li {
    max-width: 240px !important;
}
#top-menu li.mega-menu > ul.sub-menu {
    right: auto !important;
    left: auto !important;
    width: auto !important;
}
.mega-menu ul.sub-menu li a {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}
#top-menu li.mega-menu ul, #top-menu li.mega-menu.et-hover > ul, #top-menu li.mega-menu.et-hover > ul.et-show-dropdown {
    visibility: inherit !important;
    opacity: inherit !important;
}
ul#top-menu li.mega-menu > ul {
    background-color: #1F1F3D;
    border: none;
    box-shadow: none;
    margin-top: 7px;
    padding: 15px 0 30px !important;
}
ul#top-menu li.mega-menu > ul > li {
    float: none !important;
    padding: 0px 25px !important;
    width: 100%;
}
ul#top-menu li.mega-menu ul li a {
    color: #F0EEE9 !important;
}
ul#top-menu li.mega-menu > ul > li > ul > li {
    padding: 0px 25px !important;
}
ul#top-menu li.mega-menu > ul > li > a, ul#top-menu li.mega-menu > ul > li > ul > li > a {
    border-bottom: 1px solid #404040 !important;
    padding: 5px 0 3px !important;
}
ul#top-menu li.mega-menu > ul > li.current_page_item > a, ul#top-menu li.mega-menu > ul > li.current_page_item > a:hover {
    border-bottom: 1px solid #FF050F !important;
}
ul#top-menu li.mega-menu > ul > li > a:first-child {
    font-weight: 600;
    padding-top: 5px !important;
}
ul#top-menu li.mega-menu > ul > li:hover > a {
    border-bottom: 1px solid #F0EEE9 !important;
}
ul#top-menu li.mega-menu > ul > li:hover > ul {
    background-color: #1F1F3D;
    display: block !important;
    padding: 15px 0 30px !important;
    position: absolute;
    left: 100% !important;
    top: 0px;
}
ul#top-menu li.mega-menu > ul > li > ul > li:hover {
    border-bottom: none !important;
}
ul#top-menu li.mega-menu > ul > li > ul > li:hover > a {
    border-bottom: 1px solid #F0EEE9 !important;
}
ul#top-menu li.mega-menu li ul {
    display: none !important;
    width: 100% !important
}
#top-menu-nav > ul > li > a:hover, #et-secondary-menu > ul > li > a:hover, #et-info-email:hover, .et-social-icons a:hover, .et_mobile_menu li a:hover, .nav ul li a:hover {
    opacity: 1
}
.et-fixed-header ul#top-menu li.mega-menu > ul {
    margin-top: 10px;
}
ul#mobile_menu p.menu-item-description {
    display: none;
}

/* Secondary Menu */
#et-secondary-menu {
    margin-top: -11px;
}
#et-secondary-menu,
#et-secondary-nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
}
.et_pb_menu_visible #et-secondary-nav {
    z-index: 99;
    opacity: 1;
    -webkit-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
    -moz-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
    -o-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
    animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
}
.et_pb_no_animation #et-secondary-nav {
    -webkit-animation: none!important;
    -moz-animation: none!important;
    -o-animation: none!important;
    animation: none!important;
}
.et_pb_menu_hidden #et-secondary-nav {
    opacity: 0;
    -webkit-animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
    -moz-animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
    -o-animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
    animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
}
#et-secondary-menu > ul > li a {
    padding-bottom: 0;
}
#et-secondary-nav > li.donate {
    margin-right: 25px;
}
#et-secondary-nav .donate > a {
    background-color: #FF050F;
    border-radius: 0;
    color: #F0EEE9;
    font-weight: bold;
    line-height: 27px;
    padding: 5px 40px;
    position: relative;
    text-align: center;
    width: auto;
}
#et-secondary-nav .donate > a:hover {
    background-color: #784175;
}
#et_top_search {
    margin-top: 0;
}
#et_search_icon:before {
    display: block;
    position: relative;
    top: 0;
}
.et_search_outer {
    left: 0;
}

/* Sticky Nav */
body.et_fixed_nav.et_secondary_nav_enabled #main-header, body.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_enabled #main-header {
    top: 0px !important;
}
body.admin-bar.et_fixed_nav.et_secondary_nav_enabled #main-header, body.admin-bar.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_enabled #main-header {
    top: 32px !important;
}

/* Mobile Menu */
.et_mobile_nav_menu {
    display: none !important
}
button#responsive-menu-button {
    top: 28px !important;
    right: 25px !important
}
.admin-bar button#responsive-menu-button {
    top: 60px !important;
}
button#responsive-menu-button span {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
div#responsive-menu-container {
    padding: 20px 0px;
    opacity: 0.96;
    outline: none;
    z-index: 9999999 !important;
}
div#responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow {
    font-family: "ETmodules" !important;
    font-size: 25px;
    border-left: solid 1px rgba(255, 255, 255, 0.1) !important;
}
ul#responsive-menu li {
    border-bottom: solid 1px rgba(255, 255, 255, 0.1) !important;
}
#responsive-menu-container #responsive-menu li.responsive-menu-item a {
    text-transform: uppercase !important;
}
.responsive-menu-inner, .responsive-menu-inner::before, .responsive-menu-inner::after {
    height: 2.5px !important;
}
.responsive-menu-boring .responsive-menu-inner, .responsive-menu-boring .responsive-menu-inner::before, .responsive-menu-boring .responsive-menu-inner::after {
    transition-property: initial !important;
}
#responsive-menu-container #responsive-menu li.responsive-menu-item a {
    border: none !important
}

/* Header Strapline Logo */
#logo.strapline-logo {
    display: none !important;
}
.fr-strapline-logo #logo:not(.strapline-logo) {
    display: none !important;
}
.fr-strapline-logo #logo.strapline-logo {
    display: inline-block !important;
}

/* Click to scroll section */
.click-to-scoll-section .fullwidth-menu-nav {
    text-align: center;
}
.click-to-scoll-section .fullwidth-menu ul {
    display: inline-block;
    padding: 27px 0 0!important;
}
.click-to-scoll-section .fullwidth-menu li > a {
    color: #F0EEE9;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 26px;
}
.click-to-scoll-section .fullwidth-menu li > a:before {
    content: "\f0a9";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    margin-right: 5px;
}
.click-to-scoll-section.black-menu-text .fullwidth-menu li > a {
    color: #1F1F3D;
}

/* Click to open */
.click-none > a {
    cursor: pointer;
}
.click-none ul.sub-menu {
    display: none;
}

/* Cookie Bar */
.has-cookie-bar #catapult-cookie-bar {
    padding: 5px 20px;
    text-align: center;
    z-index: 999999;
}
.has-cookie-bar #catapult-cookie-bar a:not(:hover) {
    text-decoration: underline;
}
.has-cookie-bar #catapult-cookie-bar .x_close span {
    background: #F0EEE9;
}

/* Breadcrumbs Nav */
.home .breadcrumbs-nav {
    display: none;
}
.breadcrumbs-nav {
    background-color: #ffffff;
    padding: 3px 0;
    width: 100%;
}
.breadcrumbs-nav ul li {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    padding-right: 10px;
}
.breadcrumbs-nav li, .breadcrumbs-nav li a {
    color: #1F1F3D;
    font-size: 12px;
}
.breadcrumbs-nav ul li:after {
    content: '';
    height: 10px;
    width: 1px;
    background-color: #1F1F3D;
    position: absolute;
    top: 7px;
    right: 0;
}
.breadcrumbs-nav ul li:last-child:after {
    display: none;
}

/* Button Red */
body #page-container div#main-content .et_pb_button {
    background: #FF050F !important;
    border: none !important;
    color: #F0EEE9 !important;
    font-weight: bold;
}
body #page-container div#main-content .et_pb_button:hover {
    background: #784175 !important;
    border: none !important;
    color: #F0EEE9 !important;
}
body #page-container div#main-content .orange-bg-dark-blue-text .small-border-btn:not(:hover),
body #page-container div#main-content .teal-bg-dark-blue-text .small-border-btn:not(:hover),
body #page-container div#main-content .turquoise-bg-dark-blue-text .small-border-btn:not(:hover) {
    color: #1F1F3D !important;
}
body #page-container div#main-content .btn-light-red {
    background: #FF050F !important;
}

/* Button White & Red */
#page-container div#main-content .et_pb_button.small-btn {
    font-size: 18px;
    font-weight: bold;
    padding: 8px 16px 7px;
}
#page-container div#main-content .et_pb_button.white-btn {
    background-color: #F0EEE9 !important;
    color: #1F1F3D !important;
}
#page-container div#main-content .et_pb_button.white-btn:hover {
    background-color: #FF050F !important;
    color: #F0EEE9 !important;
}
#page-container div#main-content .et_pb_button.red-btn {
    background-color: #FF050F !important;
}
#page-container div#main-content .et_pb_button.red-btn:hover {
    background-color: #F0EEE9 !important;
    color: #FF050F !important;
}

/* Button outline */
body #page-container div#main-content .btn-outline {
    border: 1px solid #1F1F3D !important;
    border-radius: 0 !important;
    color: #1F1F3D !important;
}
body #page-container div#main-content .btn-transparent {
    background-color: transparent !important;
}
body #page-container div#main-content .btn-white {
    border-color: #F0EEE9 !important;
    color: #F0EEE9 !important;
}
body #page-container div#main-content .btn-white:hover {
    border: 1px solid #1F1F3D !important;
    padding: 14px 42px 14px 14px !important;
}
body #page-container div#main-content .btn-lg {
    font-size: 21px;
    padding: 14px !important;
    text-align: center;
    width: 100%;
    line-height: normal !important;
}
body #page-container div#main-content .btn-lg:hover {
    border: 1px solid #636363 !important;
    padding: 14px 42px 14px 14px !important;
}
body #page-container div#main-content .btn-lg::after {
    line-height: 1.1em;
}

/* Button small border btn */
body #page-container div#main-content .small-border-btn {
    background: transparent !important;
    border: 2px solid !important;
    border-radius: 0 !important;
}
body #page-container div#main-content .small-border-btn:hover {
    border: 2px solid transparent !important;
}
body #page-container div#main-content .small-border-btn.small-border-btn-black {
    border: 2px solid #1F1F3D !important;
    color: #1F1F3D !important;
}
body #page-container div#main-content .small-border-btn.small-border-btn-black:hover {
    background-color: #FF050F !important;
    border: 2px solid #FF050F !important;
    color: #F0EEE9 !important;
}
body #page-container div#main-content .small-border-btn.small-border-btn-white {
    border: 2px solid #F0EEE9 !important;
    color: #F0EEE9 !important;
}
body #page-container div#main-content .small-border-btn.small-border-btn-white:hover {
    background-color: #F0EEE9 !important;
    border: 2px solid #F0EEE9 !important;
    color: #FF050F !important;
}

/* Text Half Block */
.text-half-block-red h1, .text-half-block-red h3, .text-half-block-red p,
.text-half-block-black h1, .text-half-block-black h3, .text-half-block-black p,
.text-half-block-grey h1, .text-half-block-grey h3, .text-half-block-grey p {
    margin-bottom: 20px;
}
.text-half-block-red h1,
.text-half-block-black h1,
.text-half-block-grey h1 {
    display: inline-block;
    width: auto;
}
.text-half-block-red h1 {
    border-bottom: 5px #636363 solid;
}
.text-half-block-black h1 {
    border-bottom: 5px #FF050F solid;
}
.text-half-block-grey h1 {
    border-bottom: 5px #FF050F solid;
}
.text-half-block-red h3,
.text-half-block-black h3,
.text-half-block-grey h3 {
    font-size: 20px;
    line-height: 1.2em;
}
.text-half-block-red a,
.text-half-block-black a,
.text-half-block-grey a {
    color: #F0EEE9
}

/* Counter */
.et_pb_jt_counter {
    max-width: 300px;
    margin: auto;
}
.et_pb_counter_container {
    margin-bottom: 5px;
}
.et_pb_counters span.et_pb_counter_amount_number {
    padding: 2px 5px;
}

/* Article Half Block */
.article-half-block h2.entry-title {
    padding: 0 50px;
    float: left;
    width: 50%;
}
.article-half-block p.post-meta {
    float: right;
    padding: 30px;
    width: 25%;
}
.article-half-block p.post-meta span {
    color: #FF050F;
}
.article-half-block .post-content {
    float: left;
    padding: 5px 50px 30px;
    width: 50%;
    position: absolute;
    bottom: 0;
}
.article-half-block a.entry-featured-image-url {
    max-height: 300px;
    overflow: hidden;
    border-bottom: solid 1px #F0EEE9;
    margin-right: -1px
}
.article-half-block article {
    margin-bottom: 0;
    border-right: solid 1px #F0EEE9;
}
.article-half-block .post-content a {
    width: 50%;
    border-top: solid 1px;
    color: #F0EEE9;
    margin-top: 10px;
    padding-top: 5px;
}

/* WPCF7 Form */
.wpcf7-form label {
    width: 33.3333%;
    float: left;
    color: #1F1F3D;
    margin-top: 13px;
}
.wpcf7-form span input {
    width: 66.66666%;
    float: left;
}
.wpcf7-form span input, .wpcf7-form span select, .wpcf7-form span textarea {
    width: 66.66666%;
    float: left;
    border: none;
    padding: 10px;
    height: 40px;
    margin-bottom: 10px;
}
.wpcf7-form .g-recaptcha {
    float: right;
}
.wpcf7-form .wpcf7-submit {
    float: left;
    width: 100%;
    border: none;
    background: #FF050F;
    color: #F0EEE9;
    font-size: 16px;
    padding: 10px;
    margin-top: 20px;
}
p#requiredfieldsmsg {
    display: none;
}
.salesforce_w2l_lead {
    max-width: 700px;
    margin: 0 auto;
}
.wpcf7-form label sup span {
    font-size: 15px;
    position: absolute;
    font-weight: 100;
    font-family: auto;
    line-height: 2;
    padding-left: 5px;
}
.contact-locations h4 {
    color: #FF050F;
    font-size: 12px;
    padding-bottom: 5px;
}
.contact-locations h6 {
    font-size: 10px;
}

/* Slider */
.et_pb_slide_image img {
    max-height: 100% !important
}
.testimonials .et_pb_slide {
    padding: 0;
}
.testimonials .et_pb_slide_image {
    margin: 0 !important
}
.testimonials .et_pb_slide_description {
    padding: 20px !important;
}
.et_pb_testimonial:before {
    background: #F0EEE9;
}

/* Gradient Block */
.gradient-block-wide-left, .gradient-block-wide-right, .gradient-block {
    background-image: linear-gradient( 60deg, rgba(191, 0, 2, 0.7) 36%, rgba(230, 231, 232, 0) 75% ) !important;
    height: 100%;
    background-size: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.gradient-block-wide-left:hover, .gradient-block-wide-right:hover, .gradient-block:hover {
    background-size: 200%;
    background-position-x: initial;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.gradient-block p {
    position: absolute;
    top: 41%;
    left: 0;
    width: 100%;
    text-align: center;
}
.gradient-block pre {
    margin: 0;
    padding: 30px
}
.gradient-block-wide-left .et_pb_text_inner {
    position: relative;
    bottom: 0px;
    width: 100%;
}

/* Toggle Read More */
.toggle-readmore {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}
.toggle-readmore.et_pb_toggle {
    border: none;
}
.toggle-readmore .et_pb_toggle_title:before {
    right: 92%;
    color: #ce292a;
    font-size: 50px;
    content: "\33";
    margin: 0;
}
.toggle-readmore .et_pb_toggle_open .et_pb_toggle_title:before {
    content: "\32";
}
.toggle-readmore.et_pb_toggle_close {
    padding: 20px;
    background-color: transparent;
}
.toggle-readmore.et_pb_toggle_open:before {
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.toggle-readmore:before {
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/* Case Study */
.case-study .et_pb_text {
    border-left: solid 1px #cccccc;
}
.case-study .et_pb_text:first-child {
    border: none
}
.case-study .et_pb_code .et_pb_text_inner {
    padding: 20px;
}

/* Story Quote Block */
.story-quote-block a {
    color: #F0EEE9;
    font-size: 12px;
    border-top: solid 1px #F0EEE9;
    position: relative;
    top: -30px;
    padding-top: 10px;
}
.story-quote-block p.p1:before {
    content: '"';
    float: left;
    width: 100%;
    font-size: 120px;
    left: -10px;
    position: relative;
    font-family: monospace;
}
.story-quote-block p.p1:after {
    content: '"';
    float: right;
    width: 100%;
    font-size: 120px;
    line-height: 0;
    right: -5px;
    position: absolute;
    text-align: right;
    margin-top: 50px;
    font-family: monospace;
    bottom: 0;
}

/* Multiply */
.red-multiply .et_parallax_bg, .red-multiply {
    background-color: #FF050F;
    background-blend-mode: multiply;
}
.border-right {
    border-right: solid 1px #F0EEE9
}
.half-text-block {
    max-width: 50%;
}
.main_title {
    font-size: 30px;
    font-weight: normal;
}
.widgettitle {
    font-weight: normal;
}
.whats-in-it strong {
    color: #FF050F
}
.carousel-cell {
    width: 25vw;
}
.flickity-page-dots {
    bottom: 10px !important;
}
ol.flickity-page-dots {
    padding: 0;
    position: relative;
}
.testimonial-text {
    color: #1F1F3D;
    padding: 20px;
}
.testimonial-text p {
    padding-bottom: 0;
}
.testimonial-text h2 {
    color: #F0EEE9;
    font-size: 16px;
    margin-bottom: 10px
}
ol.flickity-page-dots .dot {
    background: #F0EEE9 !important;
    opacity: .50;
}
#firstline a, #firstline h2 {
    color: #1F1F3D
}
div#questions input[type="checkbox"], div#questions input[type="radio"] {
    position: absolute;
    left: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 40px;
    height: 40px;
    background: #1F1F3D;
}
div#questions li {
    padding-left: 60px;
    position: relative;
    margin-bottom: 30px;
}
div#questions input[type="checkbox"]:checked, div#questions input[type="radio"]:checked {
    background: #FF050F;
}
#response {
    display: none
}
#response .et_pb_button {
    display: block;
    height: 57px;
    width: 57px;
    float: left
}
body #page-container #response .et_pb_button:after {
    color: #F0EEE9;
    font-size: 40px !important;
    opacity: 1;
    margin-left: -20px;
    left: auto;
    display: inline-block;
    line-height: 0;
    margin-top: 26px;
}
#response .et_pb_button_module_wrapper {
    float: left;
    margin-right: 10px;
}
div#response pre {
    float: left;
}
div#response p {
    padding-left: 60px;
}
.team-member-block {
    width: 33.3333%;
    float: left;
    position: relative;
    overflow: hidden;
    height: 360px;
}
.row.north-east .team-member-block:first-of-type, .row.north-east .team-member-block:last-of-type {
    float: right;
}
.team-member-content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 20px;
}
.team-member-block img {
    width: 100%;
    display: block;
    height: 360px;
    object-fit: cover;
}
div#meet-the-team .et_pb_tab {
    padding: 10px 0;
    color: #F0EEE9
}
.team-container {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(31, 31, 61, .8);
    padding: 20px 40px;
    opacity: 0;
    -webkit-transition: .3s ease-out !important;
    -moz-transition: .3s ease-out !important;
    -o-transition: .3s ease-out !important;
    transition: .3s ease-out;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.team-member-content:hover .team-container {
    opacity: 1
}
.team-container h2 {
    color: #F0EEE9;
}
.team-container a {
    color: #F0EEE9;
    width: 100%;
}
#meet-the-team {
    -webkit-transition: .3s ease-out !important;
    -moz-transition: .3s ease-out !important;
    -o-transition: .3s ease-out !important;
    transition: .3s ease-out
}
div#meet-the-team li {
    width: 33.333%;
    text-align: center;
    border: none;
}
#meet-the-team .et_pb_tabs, #meet-the-team ul.et_pb_tabs_controls:after {
    border: none;
}
#meet-the-team .et_pb_tabs_controls li a {
    padding: 20px 30px 20px;
}
#meet-the-team .et_pb_tab_active, div#meet-the-team li:hover {
    background-color: #1F1F3D;
    -webkit-transition: .3s ease-out !important;
    -moz-transition: .3s ease-out !important;
    -o-transition: .3s ease-out !important;
    transition: .3s ease-out
}
#meet-the-team .et_pb_tab_active a, div#meet-the-team li a:hover {
    color: #F0EEE9 !important;
    -webkit-transition: .3s ease-out !important;
    -moz-transition: .3s ease-out !important;
    -o-transition: .3s ease-out !important;
    transition: .3s ease-out
}
div#meet-the-team .et_pb_tab_active:after, div#meet-the-team li:hover:after {
    content: "";
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 18px solid #1F1F3D;
    position: absolute;
    left: 46%;
    bottom: -68px;
    height: 50px;
    -webkit-transition: .3s ease-out !important;
    -moz-transition: .3s ease-out !important;
    -o-transition: .3s ease-out !important;
    transition: .3s ease-out
}
div#eligibility-questions .gform_footer.top_label {
    display: none;
}
.gform_body a {
    width: 100%;
    text-align: center;
    display: block;
    background: #FF050F;
    color: #F0EEE9;
    padding: 10px 0;
    margin-top: 40px;
}
div#eligibility-questions .et_pb_text {
    margin: 0 auto;
}
div#eligibility-questions label {
    display: none;
}
div#eligibility-questions .gfield_radio li {
    float: left;
}
div#eligibility-questions .ginput_container.ginput_container_radio {
    float: left;
    position: absolute;
    z-index: 1;
}
div#eligibility-questions .gfield {
    float: left;
    width: 100%;
}
div#eligibility-questions .gfield_description {
    padding-left: 90px;
    position: relative;
    top: 13px;
    font-size: 14px
}
div#eligibility-questions input[type="checkbox"], div#eligibility-questions input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 30px !important;
    height: 30px;
    background: #646363;
    margin: 20px 10px 0 0;
}
div#eligibility-questions input[type="checkbox"]:checked, div#eligibility-questions input[type="radio"]:checked {
    background: #FF050F;
}
div#eligibility-questions .ginput_container.ginput_container_radio {
    margin: 0;
    height: 0;
    padding: 0
}
div#eligibility-questions .gform_wrapper ul li.gfield {
    margin-top: 0;
    margin-bottom: 20px;
}
div#questions .yes-no li input[type="checkbox"]:last-child, div#questions .yes-no li input[type="radio"]:last-child {
    left: 50px;
}
div#questions .yes-no li {
    padding-left: 110px;
}
.yes-no ol {
    padding-top: 30px;
}
.apply-wide-contain .et_pb_button_module_wrapper, #response .et_pb_button_module_wrapper.et_pb_module.et_pb_button_alignment_center .apply-wide {
    height: auto;
    width: 100% !important;
}
.header-default {
    width: 100%;
    padding: 10px 20px;
    background-color: #646363;
    color: #F0EEE9;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
}
h1 ~ h2[data-type="accordion-section"] {
    padding-top: 0 !important;
    margin-top: 0 !important;
}
#accordion h2 {
    font-size: 14px;
    padding-top: 10px;
    margin: 10px;
}
.header-default:hover {
    background-color: #FF050F;
    color:#F0EEE9;
}
.header-active {
    background-color: #FF050F !important;
    margin-bottom: 0px !important;
    color: #F0EEE9;
}
.header-active:hover {
    background-color: #FF050F !important;
}
.content-default {
    display: none;
}
.right {
    float: right;
}
.accordion-content {
    text-align: justify;
    box-sizing: border-box;
    margin: 0px;
    padding: 25px;
    background: #F0EEE9;
}
.inline {
    display: inline;
}
.btn-ordering {
    margin: 0px 10px 0px 10px;
    border: 1px solid inherit;
    background-color: #e0e0e0;
    min-width: 80px;
    border-radius: 4px;
}
.btn-ordering:hover {
    border-style: inset;
    background-color: #FF050F;
}
#btn-div {
    margin-top: 40px;
    text-align: right;
}
[data-type="accordion-search"] {
    min-height: 15px;
    border-radius: 4px;
}
[data-type="accordion-filter"] {
    min-height: 15px;
    border-radius: 0px;
    min-width: 120px;
    height: 20px;
}
input#search, .dropdown {
    width: 100%;
    background: transparent;
    color: #F0EEE9;
    border-radius: 0;
    border: 0;
    padding: 12px;
    font-size: 14px;
    position: relative;
    z-index: 9999;
    height: 50px;
}
.faq-filter {
    background: #1F1F3D
}
select#filter {
    width: 100%;
    background: transparent;
    color: #F0EEE9;
    border-radius: 0;
    border: 0;
    padding: 12px;
    font-size: 14px;
    position: relative;
    z-index: 1
}
select#filter, .dropdown {
    -webkit-appearance: none;
    height: 40px;
    font-size: 14px;
}
input#search::-webkit-input-placeholder {
    color: #F0EEE9;
}

/* team member item slider */
.team-member-slider ol.flickity-page-dots .dot {
    background: #1F1F3D !important;
}
.team-member-slider .carousel-cell img, .team-member-slider .img-container {
    height: 250px;
}
.team-member-slider .flickity-slider > a {
    background-color: #784175;
    min-height: 100%;
}
.team-member-slider .flickity-slider > a:after {
    content: "";
    position: absolute;
    left: -1px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #F0EEE9;
}
.team-member-slider .testimonial-text {
    color: #F0EEE9;
}
.team-member-slider ol.flickity-page-dots {
    margin-top: 30px;
}

/* Featured Slider */
#featured-slider .et_pb_slide {
    padding: 0;
}
#featured-slider .et_pb_container.clearfix {
    float: left;
}
#featured-slider .et_pb_slide_description {
    max-width: 400px;
    float: left;
    background: #F0EEE9;
}
#featured-slider .et_pb_slide_description {
    max-width: 400px;
    float: left;
    background: #F0EEE9;
    padding: 8%;
    height: 100%;
    border-bottom: solid 1px #e8e8e8;
}
div#featured-slider .et_pb_slides {
    margin-bottom: 70px;
    max-height: 100%;
}
div#featured-slider .et_pb_module {
    background: #F0EEE9;
}
.et_pb_bg_layout_light .et-pb-controllers a {
    background-color: #F0EEE9;
    border: 1px solid #1F1F3D;
}
div#featured-slider .et-pb-controllers .et-pb-active-control {
    background-color: #1F1F3D !important;
}
div#featured-slider .et-pb-controllers a {
    width: 12px;
    height: 12px;
    margin-right: 5px;
}
#blog-news_posts .article-card__content {
    min-height: 155px;
}
#blog-news_posts .et_pb_image_container {
    max-height: 300px;
}
.pagination.clearfix a {
    color: #F0EEE9;
    background: #1F1F3D;
    padding: 15px 30px;
    margin: 30px;
    font-weight: bold;
    line-height: 50px;
}
.pagination {
    margin-top: 30px;
}
.case-study .et_pb_blog_grid .column {
    float: left;
    width: 100%;
}
.case-study .et_pb_blog_grid[data-columns] .et_pb_post {
    float: left;
    width: 50%;
    margin-bottom: 0 !important;
}
#sidebar {
    float: right;
}
.et_post_meta_wrapper img {
    width: 100%;
}
.et_post_meta_wrapper {
    max-height: 500px;
    overflow: hidden;
}
.page-template-eventbrite-index .container {
    position: relative;
    text-align: left;
    clear: both;
}
article.eventbrite-event.status-publish {
    float: left;
}
article.eventbrite-event.status-publish img {
    width: 100%;
    display: block;
}
article.eventbrite-event.status-publish a {
    float: left;
    width: 100%;
    display: block;
}
.event-detail {
    padding: 20px;
    background: #e6e7e8;
    float: left;
    width: 100%;
}
.event-detail a {
    float: none !important;
    width: auto !important;
    display: initial !important
}
.divi-100-article-card .et_pb_blog_grid .article-card, .divi-100-article-card .et_pb_blog_grid .article-card:hover {
    box-shadow: none;
}
.et_pb_toggle {
    background: transparent !important;
    border: none;
    border-top: 1px solid #1F1F3D;
    margin: 0 !important;
}
.et_pb_toggle:last-child {
    border-bottom: 1px solid #1F1F3D;
}
.et_pb_toggle_open {
    padding: 20px;
    background: rgba(240, 238, 233, .4) !important;
    position: relative
}
.et_pb_toggle_close .et_pb_toggle_title, .et_pb_toggle_close h5.et_pb_toggle_title {
    color: #1F1F3D;
}
.et_pb_toggle_open h5.et_pb_toggle_title {
    color: #1F1F3D;
    font-weight: bold !important;
}
.et_pb_toggle_title:before {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.5em;
    color: #1F1F3D;
    font-size: 33px;
    content: "\35";
}
.et_pb_toggle_open:before {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -0.5em;
    color: #FF050F;
    font-size: 33px;
    content: "\33";
    font-family: "ETmodules" !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
    margin: 15px 20px;
}
.et_pb_toggle_open .et_pb_toggle_title:before {
    content: "\32";
    z-index: 1;
    opacity: 0;
}

/* team single post */
.single-team_members article.team_members {
    margin-bottom: 0;
}
.single-team_members .et_section_specialty .et_pb_row {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Footer Css */
#main-footer {
    position: relative;
}
#footer-bottom {
    padding: 0;
}
.footer-bottom {
    padding-top: 50px;
}
.footer-logo-left {
    float: left;
    width: 150px;
}
#footer-bottom .logo_container {
    position: relative;
}
#footer-bottom .logo_container img {
    max-width: 150px !important;
    height: 48px !important;
}
.footer-menu-right {
    float: left;
    padding-left: 105px;
    width: calc(100% - 150px);
}
ul.et-social-icons {
    margin-bottom: 20px;
    padding-bottom: 0px;
}
.et-social-icons li {
    float: right;
}
.et-social-icons li:last-child {
    margin-left: 0;
}
div#et-footer-nav {
    background-color: transparent;
    float: left;
    width: 100%;
}
.bottom-nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
}
.bottom-nav li {
    padding-left: 15px;
    padding-right: 15px;
}
.bottom-nav li ~ li {
    border-left: 1px solid #FF050F;
}
.bottom-nav .current-menu-item a {
    opacity: .7;
}
#footer-info {
    float: none;
    line-height: 1.8em;
    padding: 40px 0;
    margin-left: auto;
    width: calc(100% - 150px - 105px);
}
.searchandfilter input.sf-input-text {
    width: 100%;
    background: #1F1F3D;
    color: #F0EEE9;
    border: none;
    padding: 12px;
    font-size: 14px;
}
.searchandfilter ::-webkit-input-placeholder {
    color: #F0EEE9;
}
.searchandfilter label {
    width: 100%;
    padding-right: 15px;
}
li.sf-field-search {
    float: left;
    width: 66.666666%;
}
.chosen-container.chosen-container-single {
    width: 31.333333% !important;
    float: right;
}
.chosen-container-single .chosen-single {
    border: none !important;
    border-radius: 0 !important;
    background: #1F1F3D !important;
    box-shadow: none !important;
    color: #F0EEE9 !important;
    padding: 8px !important;
}
.eventbrite-event:nth-child(5n-1), .eventbrite-event:first-child {
    padding-left: 0;
}
.eventbrite-event {
    padding-left: 10px;
    padding-bottom: 10px;
}
.event-post {
    padding-bottom: 100px !important;
    background: #e6e7e8 !important;
}
.events-block {
    width: 33.33333%;
}
.events-block .article-card__content {
    background: #e6e7e8 !important;
}
.column.events-block.size-1of3 {
    padding: 2.5px;
}
.half-text-block {
    min-height: 50%;
}
.team-widget-img {
    position: relative;
    float: left;
    margin: 5px;
    height: 50px;
    width: 50px;
    overflow: hidden;
    border-radius: 50%;
    background: #CE1713;
}
.team-widget-img img {
    opacity: 0.6;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
}
.job-group {
    border-bottom: solid #F0EEE9;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.job-detail-section strong, .job-detail-section li {
    color: #d43335;
}
.zopim {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    right: -75px !important;
    top: 250px;
    background: #1F1F3D !important;
}
.zopim:nth-child(1):before {
    content: "";
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #F0EEE9;
    z-index: 1;
    border-top: solid 3px #FF050F;
}
.zopim:nth-child(2) {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    right: 10px !important;
    top: 250px;
}
.mapplic-layer a {
    background-color: transparent !important;
}
.mapplic-pin {
    background-image: url(/wp-content/uploads/2017/06/map-pin.png) !important;
}
path#east-midlands, path#west-midlands, path#north-east, path#north-west, path#london, path#east-england, path#south-west {
    fill: rgb(52, 63, 75);
    opacity: 0.4;
}
path#east-midlands:hover, path#west-midlands:hover, path#north-east:hover, path#north-west:hover, path#london:hover, path#east-england:hover, path#south-west:hover {
    opacity: 0.8;
}
.et_pb_tab_1 path#yorkshire-and-humber:hover, .et_pb_tab_1 path#south-west:hover {
    opacity: 0.8;
}
.et_pb_tab_1 path#yorkshire-and-humber, .et_pb_tab_1 path#south-west {
    fill: rgb(52, 63, 75);
    opacity: 0.4;
}
.mapplic-lightbox-title {
    color: #F0EEE9 !important;
}
.mapplic-lightbox {
    background-color: #636363 !important;
    color: #F0EEE9 !important;
}
.mapplic-popup-link {
    background-color: #FF050F !important;
    color: #F0EEE9 !important;
    width: 100% !important;
    text-align: center !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    border-radius: 5px !important;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.2 !important;
}
.mfp-close-btn-in .mfp-close {
    color: #333 !important;
    background: #F0EEE9 !important;
    border-radius: 50% !important;
    width: 30px !important;
    height: 30px !important;
    margin: 10px !important;
    line-height: 0.4 !important;
    padding-left: 1px !important;
    font-size: 20px !important;
    opacity: 1 !important;
}
#location-maps .et_pb_tabs, #location-maps .et_pb_tabs_controls li, #location-maps ul.et_pb_tabs_controls:after, #location-maps .et_pb_tabs_controls li {
    border: none;
}
#location-maps ul.et_pb_tabs_controls {
    background-color: transparent;
}
#location-maps ul.et_pb_tabs_controls li {
    width: 50%;
    text-align: center;
    padding: 0 13.5px;
    opacity: 0.6;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#location-maps ul.et_pb_tabs_controls li.et_pb_tab_active, #location-maps ul.et_pb_tabs_controls li:hover {
    opacity: 1
}
#location-maps li.et_pb_tab_0 a {
    background: #cc191c;
    color: #F0EEE9 !important;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
    width: 100%;
    float: left;
}
#location-maps li.et_pb_tab_1 a {
    background: #1F1F3D;
    color: #F0EEE9 !important;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
    width: 100%;
    float: left;
}
#location-maps .et_pb_tab {
    padding: 24px 100px;
}
#location-maps .et_pb_tab_1 {
    display: block !important;
}
#location-maps .et_pb_tab_1 .et_pb_tab_content {
    display: block !important;
    opacity: 1 !important;
    z-index: -8 !important;
    position: absolute;
    top: 0;
    visibility: hidden;
}
#location-maps .et_pb_tab.clearfix.et_pb_tab_1.et-pb-active-slide .et_pb_tab_content {
    z-index: 1 !important;
    position: relative;
    visibility: visible;
}
.ls-wrapper p {
    font-size: 1.1vw;
}
.search .pagination {
    clear: both;
    margin-bottom: 30px;
}
.search .pagination.clearfix a {
    color: #FF050F;
    background: initial;
    padding: initial;
    margin: initial;
    font-weight: bold;
}
.et_pb_blurb_content {
    max-width: 100%;
}
.team_members p.post-meta {
    display: none;
}
.team_members .et_pb_toggle_open h5.et_pb_toggle_title {
    margin-bottom: 15px;
}
.filter-container {
    background: #e6e7e8;
    padding: 27px 50px !important;
}
.filter-container label {
    background: #1F1F3D;
    height: 100%;
    float: left;
    width: 100%;
}
.filter-container label:after {
    position: absolute;
    top: 9px;
    right: 40px;
    font-family: "ETmodules";
    font-size: 26px;
    font-weight: 800;
    content: "3";
    color: #F0EEE9;
}
.filter-container select:focus {
    border-color: #F0EEE9;
    color: #F0EEE9;
}
.faq-filter:after {
    position: absolute;
    top: 9px;
    right: 60px;
    font-family: "ETmodules";
    font-size: 26px;
    font-weight: 800;
    content: "3";
    color: #F0EEE9;
}
.chosen-container-single .chosen-single div:after {
    position: absolute;
    top: 9px;
    right: 20px;
    font-family: "ETmodules";
    font-size: 26px;
    font-weight: 800;
    content: "3";
    color: #F0EEE9;
}
.chosen-container-single .chosen-single div b {
    display: none
}
.content-container {
    float: left;
    position: relative;
    background: #F0EEE9;
    width: 100%;
}
.widget-container {
    float: right;
    width: 30%;
    padding-left: 20px;
}
.main-content {
    float: left;
    width: 70%;
    padding-right: 20px;
    border-right: 1px solid rgba(204, 204, 204, 0.5);
}
.btn--epic {
    background-color: #FF050F !important;
}
.btn--epic:hover, .btn--epic:focus {
    background-color: #929291 !important;
    color: #F0EEE9 !important;
}
.et_pb_button, .wpcf7-form .wpcf7-submit {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#outdated {
    z-index: 9999999999999999999
}
.contact-locations .et_pb_map_container {
    border: 2.5px solid #F0EEE9;
}
.event-hero img {
    width: 100% !important
}
.et_pb_widget_area_left {
    padding-left: 30px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding-right: 0;
    border-right: none
}
.team_members .et_pb_toggle_open {
    background: #F0EEE9 !important;
}
.team_members strong, .team_members a {
    color: #FF050F;
}
.ds-avatar img {
    width: 100%;
    display: block;
    border-right: 1px solid #F0EEE9;
}
.ds-avatar {
    width: 25%;
    float: left;
}
.article-card .ds-avatar {
    display: none
}
span.article-card__comments {
    display: none;
}
.et_pb_toggle_content {
    padding-top: 50px;
}
select.sf-input-select option {
    display: none;
}
select.sf-input-select {
    width: 100%;
    background: #1F1F3D;
    color: #F0EEE9;
    border-radius: 0;
    border: 0;
    padding: 10px;
    font-size: 12px;
}
.divi-100-article-card .et_pb_blog_grid .article-card__category {
    position: relative;
    float: right;
    top: 0;
    font-size: 10px;
    margin-left: 15px;
}
#blog-full .article-card__content {
    background: #FF050F !important;
    color: #F0EEE9;
}
#blog-full h2, #blog-full p {
    color: #F0EEE9
}
.et_pb_text_inner a {
    text-decoration: underline
}
.carousel-cell img, .img-container {
    object-fit: cover;
    height: 150px;
    width: 100%;
}
.faq-search .et_pb_code {
    background: #1F1F3D;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    padding-right: 8px !important;
}
#quote-slider .et_pb_container {
    width: 100%;
    max-width: 100%;
}
#quote-slider  .et_pb_slide_description {
    float: left;
    text-align: left;
    width: 80%;
    padding: 0;
    max-width: 500px;
}
div#quote-slider p:first-child {
    font-size: 40px;
    line-height: 43px;
    padding-bottom: 20px;
    padding-top: 20px;
}
div#quote-slider p:first-child:before {
    content: "";
    position: absolute;
    top: -51px;
    left: 0;
    height: 50px;
    width: 50px;
    background-image: url(/wp-content/uploads/2017/07/quote-start-grey.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
div#quote-slider p:first-child:after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0;
    height: 50px;
    width: 50px;
    background-image: url(/wp-content/uploads/2017/07/quote-finish-grey.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
div#quote-slider p:last-child {
    float: left;
    border-top: solid 1px #F0EEE9;
    padding-top: 20px;
    font-size: 20px;
}
.gradient-block a, .gradient-block-wide-left a, .gradient-block-wide-right a {
    color: #F0EEE9;
    text-decoration: none;
}
.et-pb-contact-message p {
    background: #FF050F;
    color: #F0EEE9;
    text-align: center;
    padding: 20px;
}
.divi-100-article-card .et_pb_blog_grid .article-card__date {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 72px;
    height: auto;
    padding: 10px 15px;
    box-sizing: border-box;
    line-height: 1;
    font-weight: 700;
    text-align: left;
    top: 0px;
    float: left;
    border-radius: 0;
    color: #F0EEE9;
    background: black;
}
span.article-card__day {
    float: left;
    padding-right: 5px;
}
span.article-card__month {
    float: left;
}
.team-member-content a {
    float: left;
}
.et_pb_lightbox_image {
    cursor: -webkit-zoom-in;
}
h5.et_pb_toggle_title:hover {
    color: #1F1F3D;
}
.article-half-block.et_pb_blog_0 .et_pb_post .entry-title {
    font-size: 12px!important;
    line-height: 14px;
}
.flickity-slider a:nth-child(odd) .carousel-cell img, .flickity-slider a:nth-child(odd) .img-container {
    background: url('/wp-content/uploads/2017/06/man-standling-looking-an-camera.jpg?w=1080');
    background-size: cover
}
.flickity-slider a:nth-child(even) .carousel-cell img, .flickity-slider a:nth-child(even) .img-container {
    background: url('/wp-content/uploads/2017/07/Firstline-leader-case-study-small.jpg?fit=1200%2C800');
    background-size: cover
}
.flickity-slider a:nth-child(3n) .carousel-cell img, .flickity-slider a:nth-child(3n) .img-container {
    background: url('/wp-content/uploads/2017/07/laura-profile_small-smaller.jpg?fit=1200%2C800');
    background-size: cover
}
.flickity-slider a:nth-child(4n) .carousel-cell img, .flickity-slider a:nth-child(4n) .img-container {
    background: url('/wp-content/uploads/2017/07/Frontline-2016-Cohort-Photo-OFFICIAL-Copy-small.jpg?fit=1200%2C800');
    background-size: cover
}
.flickity-slider a:nth-child(5n) .carousel-cell img, .flickity-slider a:nth-child(5n) .img-container {
    background: url('/wp-content/uploads/2017/07/Unit-case-study-small.jpg?fit=1200%2C800');
    background-size: cover
}
.flickity-slider a:nth-child(6n) .carousel-cell img, .flickity-slider a:nth-child(6n) .img-container {
    background: url('/wp-content/uploads/2017/07/Leadership-development-case-study-photo-Dorothy-Chambers-small.jpg?fit=1200%2C800');
    background-size: cover
}
.flickity-slider a:nth-child(7n) .carousel-cell img, .flickity-slider a:nth-child(7n) .img-container {
    background: url('/wp-content/uploads/2017/07/Laurie-Martin-Leadership-Development-case-study-small.jpg?fit=1200%2C800');
    background-size: cover
}
.flickity-slider a:nth-child(8n) .carousel-cell img, .flickity-slider a:nth-child(8n) .img-container {
    background: url('/wp-content/uploads/2017/06/woman-standing.jpg?w=1080');
    background-size: cover
}
select#filter {
    height: 50px;
}
#home-copy .carousel-cell {
    width: 100%;
    padding: 20px 50px;
    color: #F0EEE9;
}
div#home-copy .flickity-prev-next-button {
    display: none;
}
#home-copy h2 {
    color: #F0EEE9
}
#home-copy ol.flickity-page-dots .dot {
    background: #F0EEE9 !important;
}
#home-copy ol.flickity-page-dots {
    top: -10px;
    z-index: 1
}
div#home-copy {
    margin: 30px 0;
}
div#home-copy .flickity-viewport {
    margin: 30px 0;
}
div#home-copy a {
    color: #F0EEE9;
    text-decoration: underline;
    padding-top: 20px;
    display: block;
    position: absolute;
    z-index: 99;
}
a.link-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
span.article-card__day {
    padding-right: 4px;
}
.divi-100-article-card .et_pb_blog_grid .article-card__day {
    display: block;
    margin: 0 0 0px;
    font-size: 14px;
}
.divi-100-article-card .et_pb_blog_grid .article-card__title {
    font-size: 16px !important;
}
.page-template-eventbrite-index-php h1.p1 {
    font-weight: bold;
}
.page-template-eventbrite-index span.sep {
    display: initial
}
.page-template-eventbrite-index .et_pb_section.et_pb_section_2.et_pb_with_background.et_section_regular {
    display: none;
}
.single-event span.sep {
    display: none;
}
div#quote-slider .et_pb_slides, div#quote-slider .et_pb_slide {
    max-height: 100%;
    height: 85vh;
}
.et_pb_slide.et_pb_media_alignment_center.et_pb_bg_layout_light.et-pb-active-slide .et_pb_container.clearfix {
    height: 100% !important;
}
.et_pb_section.et_pb_section_1.et_section_regular h1 {
    font-size: 40px;
}
.et_pb_column_1_3 .carousel-cell {
    width: 100%;
}
.team-container p:first-of-type {
    display: none;
}
.team-container p {
    padding: 15px 0 !important;
    display: block;
}
.team-member-content a:first-child {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}
.g-recaptcha div {
    width: 100% !important;
}
button.flickity-prev-next-button {
    display: none;
}
.mfp-figure:after {
    content: "";
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.11) !important;
    background: transparent !important;
}
div#jp-relatedposts {
    position: relative;
    width: 80%;
    max-width: 1080px;
    margin: auto;
}
.case_study-template-default div#jp-relatedposts, .post-template-default div#jp-relatedposts {
    width: 100%;
}
div#quote-slider a {
    color: #F0EEE9;
}
.g-recaptcha {
    -webkit-transform-origin: left top;
    transform-origin: left top;
}
caption {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: normal !important;
}
.et_post_meta_wrapper img {
    height: 500px;
    object-fit: cover;
}
.type-testimonials h1, .type-team_members h1 {
    font-size: 30px;
}
.type-testimonials .et_pb_column h3 {
    font-size: 20px;
    font-weight: normal;
}
.type-testimonials div#jp-relatedposts, .case_study-template-default div#jp-relatedposts {
    display: none !important;
}
div#latest-news-module {
    padding-left: 0;
    padding-right: 0;
}
div#latest-news-module .et_pb_row {
    max-width: 100% !important;
    width: 100% !important;
}
div .ff-item .ff-img-holder {
    background-color: #1F1F3D;
}
ul.display-posts-listing {
    position: relative;
    overflow: hidden;
}
li.listing-item {
    list-style: none;
}

.listing-item span.excerpt, .listing-item a.title {
    width: 50%;
    float: left;
    clear: both;
}
.dark span.excerpt, .dark a.title {
    color: #1d1d1d;
}
.light span.excerpt, .light a.title {
    color: #F0EEE9;
}
.listing-item a.title {
    font-size: 16px;
    padding: 25px 15px 10px 15px;
}
.listing-item span.excerpt {
    padding: 0 15px 0px;
    font-size: 16px;
}
.listing-item a.image {
    position: absolute;
    height: 100%;
    width: 50%;
}
.listing-item a.image img {
    height: 100%;
    width: 100%;
}
.LN-testimonial-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.85);
    padding: 20px;
    color: #1d1d1d;
}
.LN-img-container img {
    display: block;
    width: 100%
}
ul.display-posts-listing ~ span {
    position: absolute;
    bottom: 0;
    left: 51%;
    background: #F0EEE9;
    padding: 5px 10px;
}
.light ul.display-posts-listing ~ span {
    background: #636363;
    color: #F0EEE9
}
span.tab-test {
    position: absolute;
    bottom: 0;
    left: 33.333%;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.2);
    color: #F0EEE9;
}
span.latest-case {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.85);
    padding: 5px 10px;
}
div#research > .et_pb_code_inner > .et_pb_column {
    margin-bottom: 5%;
}
div#research .et_pb_text_inner {
    background: #e6e7e8;
    display: flex;
    align-items: center;
    padding: 15px;
    min-height: 140px;
}
div#research .et_pb_text_inner h2 {
    font-size: 18px;
    font-weight: normal;
    line-height: inherit;
    padding: 0;
}
div#research .et_pb_toggle_title, div#research .et_pb_button {
    font-weight: normal;
}
div#research a {
    color: #1F1F3D;
    text-decoration: none;
}
.et_bloom_form_content {
    text-align: center;
}
.et_bloom_form_content a.et_pb_button.et_pb_button_0.et_pb_module.et_pb_bg_layout_light {
    background: #FF050F;
    padding: 20px;
    color: #F0EEE9;
    font-size: 20px;
}
.et_bloom_form_content a.et_pb_button.et_pb_button_0.et_pb_module.et_pb_bg_layout_light:hover {
    padding-right: 40px;
}
li.donate {
    border: none !important;
}
span.et_pb_contact_captcha_question:before {
    content: "Captcha";
    font-size: 12px;
    margin-right: 20px;
}
.et_pb_all_tabs {
    background-color: transparent;
}
ul.et_pb_tabs_controls {
    background-color: transparent;
}
.et_pb_tab_active a {
    color: #F0EEE9!important;
}
.et_pb_tabs_controls li:hover a {
    color: #F0EEE9!important;
}
.et_pb_tabs_controls li a {
    color: #1F1F3D;
}
.et_pb_tabs_controls li.et_pb_tab_active {
    background-color: #FF050F;
}
.et_pb_tabs_controls li:hover {
    background: rgba(255, 5, 15, .5);
}
.Frontline, .Case {
    background: #FF050F;
}
.Firstline {
    background: #1F1F3D;
}
.Fellowship {
    background: #636363;
}
.Case {
    min-height: 350px;
}
.programmes-slides ol.flickity-page-dots {
    bottom: 28px !important;
}
body #page-container div#main-content .et_pb_button#black {
    background: #1F1F3D !important;
}
body #page-container div#main-content .et_pb_button#grey {
    background: #636363 !important;
}
body #page-container div#main-content .et_pb_button#white {
    background: #F0EEE9 !important;
    color: #1F1F3D !important
}
body #page-container div#main-content .et_pb_button#dark-grey {
    background: #323232 !important;
}
.team_members-template-default div#jp-relatedposts {
    display: none !important;
}
#whatsinit .et_pb_module.et-waypoint.et_pb_image.et_always_center_on_mobile.et_pb_image_sticky.et-animated {
    position: initial;
}
.et_pb_column.et_pb_column_1_2 .et_pb_module.et_pb_image.et_pb_image_sticky.et-animated {
    position: relative;
    height: auto;
}
option {
    background: #888;
}
div#eligibility-questions .gfield:first-child .gfield_radio label, div#questions .gfield:first-child .gfield_radio label {
    display: block;
    position: relative;
    top: -54px;
}
div#questions li label {
    position: absolute;
    left: 3px;
    top: -20px;
}
div#questions li label:last-of-type {
    left: 54px;
}
.row h1 {
    background: #636363;
    color: #F0EEE9;
    float: left;
    width: 100%;
    display: block;
    padding: 30px;
}
.row {
    float: left;
    width: 100%;
}
#latest-news-module .et_pb_code_inner, #latest-news-module .et_pb_code, ul.display-posts-listing {
    height: 100% !important
}
.et_pb_code.et_pb_module.et_pb_code_2 a,
.et_pb_code.et_pb_module.et_pb_code_4 a,
.et_pb_code.et_pb_module.et_pb_code_5 a {
    color: #F0EEE9;
}
.et_pb_column.et_pb_column_3_8.et_pb_column_inner.et_pb_column_inner_2 a {
    color: #1F1F3D;
}
li.listing-item img:hover {
    object-position: center;
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}
li.listing-item img {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
span.excerpt-dash {
    color: transparent;
}
div#latest-news-module .et_pb_row_inner {
    border-bottom: solid 1px rgb(181, 181, 181);
}
div#accordion a {
    color: #cd1619;
}
.et_pb_code.et_pb_module.et_pb_code_3 a.title {
    color: #1F1F3D;
}
.video-overlay-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999999999999;
}
.video-overlay-container video {
    object-fit: cover;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}
.video-overlay-container .close {
    width: 60px;
    height: 60px;
    position: fixed;
    top: 40px;
    right: 40px;
    cursor: pointer;
}
.video-overlay-container .close:after {
    content: '';
    height: 60px;
    border-left: 2px solid #1F1F3D;
    position: absolute;
    transform: rotate(45deg);
    left: 28px;
}
.video-overlay-container .close:before {
    content: '';
    height: 60px;
    border-left: 2px solid #1F1F3D;
    position: absolute;
    transform: rotate(-45deg);
    left: 28px;
}
#playlist {
    display: none
}

ul.et_pb_tabs_controls:after {
    border-top: 1px solid #1F1F3D;
}
/* big full width tabs - /frontline-programme/selection-process/*/
.full-width-tabs .et_pb_tabs_controls li {
    width: 100%;
    border-right: none;
}

/* New Style */
#sidebar .widget_text .widgettitle {
    display: none;
}
.wes_hidden_row {
    display: none !important;
}

/* Title */
h1, .et_pb_column_1_3 h1, .et_pb_column_1_4 h1, .et_pb_column_1_5 h1, .et_pb_column_1_6 h1, .et_pb_column_2_5 h1 {
    font-size: 42px;
}
h3, .et_pb_column_1_3 h3, .et_pb_column_1_4 h3, .et_pb_column_1_5 h3, .et_pb_column_1_6 h3, .et_pb_column_2_5 h3 {
    font-size: 28px;
}
h6, .et_pb_column_1_3 h6, .et_pb_column_1_4 h6, .et_pb_column_1_5 h6, .et_pb_column_1_6 h6, .et_pb_column_2_5 h6 {
    font-size: 20px;
}
.title-big h1 {
    text-transform: inherit;
    font-weight: bold;
    font-size: 42px;
}
.title-big-redborder h1, .title-big-redborder h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
    padding-bottom: 41px;
}
.title-big-redborder h1:before, .title-big-redborder h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 50%;
    background-color: #FF050F;
}
.title-big-redborder.et_pb_text_align_center h2::before {
    right: 0;
    margin: 0 auto;
}
.background-attachment-fix {
    background-attachment: fixed;
}
.flexCss > div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flexCss > div > div {
    width: 100%;
}

/* Overlay bg */
.overlay {
    position: relative;
}
.overlay:before, .overlay-35:before, .overlay-bottom-shadow:before {
    content: '';
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.overlay:before {
    background: #1F1F3D;
    opacity: .55;
}
.overlay-35:before {
    background: #1F1F3D;
    opacity: .35;
}
.overlay-bottom-shadow:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.11%, rgba(0, 0, 0, 0.75) 100%);
}

/* ============== Home page ============== */

/* Home top section */
.home-top-section h3.et_pb_module_header {
    line-height: 36px;
    margin-bottom: 23px;
    padding-bottom: 22px;
    position: relative;
}
.home-top-section h3.et_pb_module_header:before {
    background-color: #F0EEE9;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 212px;
}
.home-top-video {
    border: 10px solid #F0EEE9;
    border-radius: 10px;
}
.home-top-video.et_pb_video_0 .et_pb_video_overlay .et_pb_video_play {
    font-size: 44px;
    margin-left: -22px;
    margin-top: -22px;
    line-height: normal;
}

/* Double border title */
.double-border-tilte-text h3.et_pb_module_header {
    position: relative;
    display: inline-block;
    border-bottom: 1px solid #F0EEE9;
    margin-bottom: 31px;
    padding-bottom: 8px;
}
.double-border-tilte-text.text-tran-auto h3.et_pb_module_header {
    text-transform: inherit;
}
.double-border-tilte-text h3.et_pb_module_header:before {
    background-color: #F0EEE9;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    bottom: -7px;
}
.double-border-tilte-text.text-black h3.et_pb_module_header {
    border-bottom: 1px solid #1F1F3D;
    color: #1F1F3D;
}
.double-border-tilte-text.text-black h3.et_pb_module_header:before {
    background-color: #1F1F3D;
}


/* Home link title section  */
.home-title-logo img {
    max-width: 260px;
}
.home-left-text p {
    color: #1F1F3D;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
}
.link-title-block {
    height: 100%;
    min-height: 315px;
    position: relative;
}
.link-title-block:before {
    background-color: rgba(0,0,0,0.2);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.link-title-block > div.et_pb_text_inner {
    bottom: 25px;
    left: 18px;
    right: 18px;
    position: absolute;
}
.link-title-block .et_pb_text_inner .span {
    background-color: #FF050F;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    -webkit-box-shadow: 8px 0 0 #FF050F, -8px 0 0 #FF050F;
    -moz-box-shadow: 8px 0 0 #FF050F, -8px 0 0 #FF050F;
    box-shadow: 8px 0 0 #FF050F, -8px 0 0 #FF050F;
    color: #F0EEE9;
    display: inline;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 2px;
    line-height: 1.8;
}

/* Fellowship */
.bg-gradiant:before {
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 36%, rgba(0,0,0,0) 37%, rgba(0,0,0,0.75) 65%, rgba(0,0,0,0.76) 70%, rgba(0,0,0,0.8) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 36%,rgba(0,0,0,0) 37%,rgba(0,0,0,0.75) 65%,rgba(0,0,0,0.76) 70%,rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 36%,rgba(0,0,0,0) 37%,rgba(0,0,0,0.75) 65%,rgba(0,0,0,0.76) 70%,rgba(0,0,0,0.8) 100%);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.fellowship-block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.fellowship-block > div.et_pb_text_inner {
    background-color: transparent;
    font-weight: normal;
    left: 0;
    padding: 0 23px;
}
.fellowship-block .et_pb_blurb_content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.fellowship-block .et_pb_blurb_container {
    padding: 0 23px;
}
.fellowship-block .et_pb_blurb_description {
    max-height: 120px;
    overflow: hidden;
    margin-bottom: 30px;
}
.fellowship-block h3.et_pb_module_header {
    margin-bottom: 27px;
    position: relative;
}
.fellowship-block h3.et_pb_module_header:before {
    background-color: #F0EEE9;
    content: "";
    left: 0;
    top: 42px;
    position: absolute;
    width: 47px;
    height: 2px;
}
.fellowship-block .et_pb_blurb_description > div:first-child {
    max-height: 90px;
    overflow: hidden;
}

/* Home Latest */
.title-red-border h2 {
    position: relative;
}
.title-red-border h2:after {
    background-color: #FF050F;
    content: '';
    position: absolute;
    bottom: -4px;
    left: 4px;
    height: 7px;
    width: 27px;
}
.latest-section .latest-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    list-style-type: none;
}
.latest-section .latest-itam {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 35px;
    width: 25%;
}
.latest-section .latest-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 20px;
    width: 100%;
    background-color: #F0EEE9;
}
.latest-image {
    position: relative;
    width: 100%;
}
.latest-image img {
    display: block;
    height: 150px;
    width: 100%;
}
.latest-category {
    background-color: #FF050F;
    color: #F0EEE9;
    font-size: 16px;
    font-weight: bold;
    padding: 2px 10px;
    position: absolute;
    left: 0;
    top: 30px;
}
.latest-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 27px;
    position: relative;
}
.latest-title:before {
    background-color: #1F1F3D;
    content: "";
    left: 0;
    bottom: -10px;
    position: absolute;
    width: 47px;
    height: 2px;
}
.latest-description {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 20px;
}
.latest-view-link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.latest-view-link a {
    background-color: #FF050F;
    color: #F0EEE9;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 10px;
    transition: all 0.5s ease 0s;
}
.latest-view-link a:hover {
    background-color: #784175;
}

/* ============== Donate ============== */
.text-bg-shadow .et_pb_module_header {
    display: inline;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background: #FF050F;
    padding: 8px 12px;
}
.other-way-box-wrap .et_pb_blurb {
    background-color: #F0EEE9;
    height: 100%;
    transition: all .5s;
}
.other-way-box-wrap .et_pb_blurb:hover {
    background-color: #F0EEE9;
}
.other-way-box-wrap .et_pb_blurb_content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
.other-way-box-wrap .et_pb_blurb_container {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.other-way-box-wrap .et_pb_blurb img {
    max-width: 72px;
}
.full-form-wrap .wpwsd-master-wrapper .wpwsd-wrapper-content {
    background: transparent;
    padding: 0;
}
.full-form-wrap .wpwsd-master-wrapper .wpwsd-wrapper-content .wpwsd-title {
    text-align: left;
}
.full-form-wrap .wpwsd-wrapper-header {
    background: transparent;
    text-align: left;
    padding: 0;
}
.full-form-wrap .wpwsd-master-wrapper .wpwsd-wrapper-header h2 {
    color: #1F1F3D;
    font-size: 18px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.full-form-wrap .wpwsd-master-wrapper .wpwsd-wrapper-content .wpwsd-text-field {
    font-family: 'Source Sans Pro', sans-serif;
}
.full-form-wrap .wpwsd-master-wrapper .wpwsd-wrapper-content .wpwsd-btn, .full-form-wrap .wpwsd-master-wrapper .wpwsd-wrapper-content .wpwsd-donate-btn {
    padding: 12px 20px 10px;
    width: auto;
}
.full-form-wrap .wpwsd-master-wrapper .wpwsd-wrapper-content .wpwsd-title-sub {
    border-top: 1px solid #d6d6d6;
    padding-top: 30px;
    margin-bottom: 30px;
}
.full-form-wrap .wpwsd-donation-thankyou-content h4, .full-form-wrap .wpwsd-donation-thankyou-content .wpwsd-text-center {
    text-align: left;
}
.full-form-wrap .wpwsd-donation-thankyou-content {
    padding: 10px 0 0;
}

/* ============== Frontline Programme ============== */
/* Banner */
.new-banner {
    min-height: 553px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.new-banner h1 {
    font-size: 42px;
    text-transform: inherit;
    padding-bottom: 30px;
}
.new-banner .header-content .et_pb_header_content_wrapper p {
    font-weight: bold;
}

/* toggle */
.according-border-white .et_pb_toggle {
    border-top: 1px solid #F0EEE9;
}
.according-border-white .et_pb_toggle:last-child {
    border-bottom: 1px solid #F0EEE9;
}
.according-border-white .et_pb_toggle_open {
    background: rgba(240, 238, 233, .1) !important;
}
.according-more-wrap {
    display: inline;
}
.according-more-wrap a {
    font-size: 0;
}
.according-more-wrap a:after {
    font-size: 18px;
    content: "\f0a9";
    font: normal normal normal 18px/1 FontAwesome;
    color: #F0EEE9;
}

/* Frontline Programme sec2 */
.frontline-programme-sec-2-left p {
    padding-bottom: 28px;
}

/* Frontline Programme sec3 */
.flip-box {
    color: #F0EEE9;
    position: relative;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.flip-box i, .flip-box h4 {
    color: #F0EEE9;
}
.text-filp-box {
    opacity: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #FF050F;
    display: inline-block;
    height: 320px;
    -webkit-transition: all 0.5s;
    -moz-transition:    all 0.5s;
    -ms-transition:     all 0.5s;
    -o-transition:      all 0.5s;
    transition:         all 0.5s;
    margin-bottom: -70px;
    padding: 57px 35px 30px;
    font-weight: bold;
    text-align: left;
    font-size: 16px;
    color: #1F1F3D;
    overflow-y: auto;
}
.active-box .text-filp-box {
    opacity: 1;
    z-index: 999;
    -webkit-transition: all 0.5s;
    -moz-transition:    all 0.5s;
    -ms-transition:     all 0.5s;
    -o-transition:      all 0.5s;
    transition:         all 0.5s;
    margin-bottom: 0;
}
.text-filp-box p {
    line-height: 1.3em;
    margin-bottom: 6px;
}
.title-filp-box {
    height: 100%;
    width: 100%;
    position: relative;
    min-height: 320px;
    z-index: 99;
}
.text-filp-box .close {
    position: absolute;
    right: 28px;
    top: 24px;
    width: 12px;
    height: 16px;
}
.text-filp-box .close:before {
    content: "\f00d";
    position: absolute;
    top: 0;
    right: 0;
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size:16px !important;
    z-index: 99;
}
.title-filp-box:before {
    content: "\f0a4";
    position: absolute;
    bottom: 20px;
    right: 20px;
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: 24px !important;
    z-index: 99;
    color: #F0EEE9;
}
.title-filp-box h4 {
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform:    translate(-50%, -50%);
    -ms-transform:     translate(-50%, -50%);
    -o-transform:      translate(-50%, -50%);
    transform:         translate(-50%, -50%);
    width: 100%;
    color: #F0EEE9;
    font-size: 24px;
    line-height: 36px;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
}
.active-box .title-filp-box {
    opacity: 0;
}
.small-text-box .text-filp-box {
    padding: 45px 30px 20px;
}
.small-text-box .text-filp-box p {
    font-size: 14px;
    margin-bottom: 0;
}

/* Frontline Programme sec 4 */
.toggle-white-box {
    background-color: rgba(240, 238, 233, .8);
    padding: 32px 22px 46px !important;
}
.toggle-white-box h4 {
    color: #1F1F3D;
    line-height: normal;
    padding-bottom: 8px;
}
.toggle-white-box .et_pb_toggle {
    border-top: 1px solid #1F1F3D;
}
.toggle-white-box .et_pb_toggle:last-child {
    border-bottom: 1px solid #1F1F3D;
}
.toggle-white-box .new-according h5.et_pb_toggle_title {
    color: #1F1F3D;
}
.toggle-white-box .new-according .et_pb_toggle_title:before {
    color: #1F1F3D;
}
.toggle-white-box .new-according .et_pb_toggle_content {
    color: #1F1F3D;
    background-color: transparent;
    padding-top: 20px;
}
.toggle-white-box .new-according .et_pb_toggle_content p {
    line-height: 20px;
    font-weight: 600;
}

/* Frontline Programme sec 6 */
.sec-6-btn-text {
    padding-bottom: 12px;
}
.sec-6-btn-text h6.et_pb_module_header {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 15px;
}
.sec-6-btn-text h6.et_pb_module_header:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 52px;
    background-color: #c1c1c1;
}
.sec-6-btn-text-border-black h6.et_pb_module_header:before {
    background-color: #1F1F3D;
}
.right-devider:before {
    position: absolute;
    content: "";
    right: -3%;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #F0EEE9;
}

/* Lead form using Form Assembly (transparent design) */
.transparent-form-wrap .wFormContainer {
    background: rgba(255, 255, 255, .9);
    color: #1F1F3D;
    margin: 0 auto;
    padding: 10px 20px 30px;
}
.transparent-form-wrap .wFormContainer .wForm {
    background: transparent;
    padding: 0;
}
.transparent-form-wrap .wFormContainer form,
.assembly-form-wrap .wFormContainer .wForm .section.inline {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.transparent-form-wrap .wFormContainer form div.oneField {
    border: none;
    width: 50%;
}
.transparent-form-wrap .wFormContainer label {
    font-family: 'CeraCompactProBlack', sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
    letter-spacing: .5px;
    width: 100%;
}
.transparent-form-wrap .wFormContainer .labelsLeftAligned label {
    text-align: center;
}
.transparent-form-wrap .wFormContainer .inputWrapper {
    width: 100%;
}
.transparent-form-wrap .wFormContainer .inputWrapper input[type='text'] {
    background: #fff;
    border-radius: 0;
    font-size: 15px;
    height: 36px;
    width: 100%;
}
.transparent-form-wrap .wFormContainer form div.oneField .lengthIndicator {
    color: #ff050f;
    font-size: 1em;
    letter-spacing: .5px;
    padding: 0.35em 0;
    width: 100%;
}
.transparent-form-wrap .wFormContainer .wForm .actions {
    border: none;
    padding: 12px 6px 0;
    text-align: center;
    width: 100%;
}
.transparent-form-wrap .wFormContainer .wForm .primaryAction,
.assembly-form-wrap .wFormContainer .wForm .primaryAction {
    border-radius: 0;
    font-size: 15px;
    margin-top: 0;
    padding: 3px 8px;
    height: 36px;
    width: 100%;
    -webkit-transition: background-color .4s,color .4s ease-in-out;
    -moz-transition: background-color .4s,color .4s ease-in-out;
    transition: background-color .4s,color .4s ease-in-out;
}

.assembly-form-wrap .wFormContainer {
    margin-bottom: 0;
}
.assembly-form-wrap .wFormContainer .wForm {
    padding: 0;
}
.assembly-form-wrap .wFormContainer .wForm .section.inline .oneField {
    width: 50%;
}
.assembly-form-wrap .wFormContainer .oneField > label {
    font-family: 'CeraCompactProBlack', sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
    letter-spacing: .5px;
    width: 100%;
}
.assembly-form-wrap .wFormContainer .inputWrapper {
    width: 100%;
}
.assembly-form-wrap .wFormContainer .inputWrapper input[type='text'] {
    background: #fff;
    border-radius: 0;
    font-size: 15px;
    height: 36px;
    width: 100%;
}
.assembly-form-wrap .wForm form .choices {
    margin-bottom: 0;
}
.assembly-form-wrap .wForm form .oneChoice input:not([type="file"]) {
    vertical-align: middle;
}
.assembly-form-wrap .wFormContainer .wForm .actions {
    border: none;
    padding: 12px 6px 0;
}
.assembly-form-wrap .wFormContainer .wForm .primaryAction {
    max-width: 100px;
}

/* Slider banner */
.et_pb_slider .et_pb_container {
    width: 100%;
}
.et_pb_slide_content p {
    font-size: inherit;
}
.slider-banner {
    height: 450px;
}
.slider-banner .et_pb_slides {
    max-height: inherit;
    height: 100%;
}
.slider-banner .et_pb_slides > div, .slider-banner .et_pb_slides > div > div {
    height: 100%;
}
.slider-banner-bottom .et_pb_slider_container_inner {
    vertical-align: bottom;
}
.et_pb_slide_content {
    color: #1F1F3D;
}
.et_pb_slide_description .et_pb_slide_title {
    padding-bottom: 0;
}
.et_pb_slide_description .et_pb_slide_content {
    padding-top: 20px;
}
.et_pb_slide_description .et_pb_slide_content:empty {
    display: none;
}
.et_pb_slides {
    overflow: hidden;
}

/* Counter */
.et_pb_number_counter .percent p {
    font-family: 'CeraCompactProBlack', sans-serif;
}

/* ============== Fellowship ============== */
.slider-dark .et_pb_slide_description {
    text-shadow: none;
}
.slider-dark .et_pb_slide_content {
    margin: 0 auto;
    max-width: 620px;
    padding-top: 5px;
}
.slider-dark .et_pb_slide_content p:not(:last-child) {
    padding-bottom: 5px;
}
body #page-container div#main-content .et_pb_button.btn-md {
    font-size: 15px;
    padding: .7em 1.37em;
}
body #page-container div#main-content .et_pb_button.btn-md:hover {
    padding: .7em 2em .7em .7em;
}
body #page-container div#main-content .et_pb_button.btn-md:after {
    font-size: 26px;
}
body #page-container div#main-content .et_pb_button.white-btn.btn-md:not(:hover) {
    color: #FF050F !important;
}
body #page-container div#main-content .btn-transparent-link {
    background: transparent !important;
    line-height: 1.3em !important;
}
body #page-container div#main-content .btn-transparent-link:hover {
    background: transparent !important;
    color: #FF050F !important;
}
body #page-container div#main-content .btn-transparent-link:after {
    line-height: 1.3em;
}

/* ============== Latest Page ============== */
.latest-wrap article {
    margin-bottom: 30px;
}
.latest-wrap h3.entry-title {
    padding-bottom: 0;
}
.latest-wrap .tags {
    background-color: #FF050F;
    color: #F0EEE9;
    max-width: 315px;
    margin: 0 auto;
    letter-spacing: .4px;
    padding-top: 2px;
    padding-bottom: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
}
.latest-wrap .tags a {
    color: #F0EEE9;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 2px 0;
    line-height: normal;
}
.latest-wrap .blog-thumb {
    background-color: #F0EEE9;
    background-image: url('/wp-content/uploads/2021/09/frontlinelogo_blue-1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
}
.latest-wrap .blog-thumb a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0 !important;
    width: 100%;
}
.latest-wrap .blog-thumb a img {
    object-fit: cover;
    width: 100%;
}
.d-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.latest-wrap .d-flex > div:first-child {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    margin-right: 3%;
}
.border-tb-1 {
    border-top: 1px solid #1F1F3D;
    border-bottom: 1px solid #1F1F3D;
    position: relative;
    min-height: 308px;
    padding-bottom: 70px;
}
.blog-content {
    padding: 15px 0 20px;
}
.author-main img.avatar {
    width: 40px;
    border-radius: 50%;
    float: left;
    margin-right: 12px;
}
.author-main .author-comment, .author-main img.avatar, .latest-wrap .tags {
    display: none;
}
.blog-content .post-content p {
    color: #1F1F3D !important;
    font-size: 14px;
    line-height: 24px;
}
.author-main {
    border-bottom: 1px solid #1F1F3D;
    padding-bottom: 10px;
    margin-bottom: 23px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.author-data {
    width: 80%;
}
.author-data span.author {
    display: block;
    line-height: normal;
}
.author-data span.author a {
    color: #1F1F3D;
    font-weight: bold;
}
.author-data span.author a, .author-data span.published, .author-data span.author.vcard {
    font-size: 12px;
    color: #1F1F3D;
}
.author-data span.author.vcard {
    font-weight: bold;
}
.author-data span.published {
    color: #1F1F3D;
}
.latest-sidebar h3 {
    margin-bottom: 26px;
    padding-bottom: 0;
}
.entry-content .latest-sidebar ul {
    list-style-type: none;
}
.latest-sidebar ul.post-sidebar li img {
    float: left;
    min-height: 71px;
    max-width: 71px;
    margin-right: 15px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.latest-sidebar ul.categorie-sidebar li {
    background-color: #F0EEE9;
    margin-bottom: 8px;
    padding: 5px 11px;
    font-size: 15px;
    font-weight: 600;
}
.latest-sidebar ul.categorie-sidebar li a,
.post-data .post-small-title a {
    color: #1F1F3D;
}
.latest-sidebar ul.categorie-sidebar li a:hover,
.post-data .post-small-title a:hover {
    color: #FF050F;
}
.latest-sidebar ul.categorie-sidebar li span.count {
    margin-left: 5px;
}
.latest-sidebar ul.post-sidebar li {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 17px;
    position: relative;
    padding-left: 86px;
    min-height: 70px;
    width: 100%;
}
.latest-sidebar ul.post-sidebar li:before {
    background-color: #FFFFFF;
    background-image: url('/wp-content/uploads/2021/09/frontlinelogo_blue-1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
    content: "";
    position: absolute;
    left: 0px;
    height: 71px;
    width: 71px;
}
.et_pb_section .latest-sidebar ul.post-sidebar li:before {
    background-color: #F0EEE9;
}
.post-data .post-small-title {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
}
.post-data .more-link {
    margin-top: 4px;
    display: inline-block;
}
.post-data .more-link a {
    color: #FF050F;
    font-size: 12px;
    text-transform: lowercase;
}
.post-data .more-link a i {
    font-size: 11px;
    padding-right: 3px;
}
.post-content a.more-link {
    background-color: #F0EEE9;
    color: #1F1F3D;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    position: absolute;
    bottom: 20px;
    right: 0;
    padding: 8px 11px;
    max-width: 118px;
    width: 100%;
    -webkit-transition: background-color .4s,color .4s ease-in-out;
    -moz-transition: background-color .4s,color .4s ease-in-out;
    transition: background-color .4s,color .4s ease-in-out;
}
.post-content a.more-link:hover {
    background-color: #FF050F;
    color: #FFFFFF;
}
.post-content a.more-link i, .published i, .post-data a i, .author-comment i {
    padding-right: 5px;
}
.pagination.clearfix a {
    margin-left: 0;
}
.pagination.clearfix .alignright a {
    margin-right: 0;
}

/* ============== Latest Detail ============== */
.et_post_meta_wrapper img {
    height: 553px;
}
.single-post #main-content .container {
    padding-top: 58px;
    width: 100%;
    max-width: 1380px;
    padding-left: 75px;
    padding-right: 75px;
}
.single-post #main-content .container:before {
    content: none;
}
.single-post.et_right_sidebar #left-area {
    width: 74.25%;
    margin-right: 3%;
    padding-right: 0;
    padding-bottom: 70px;
    display: inline-block;
}
.single-post.et_right_sidebar #left-area .et_pb_section {
    background-color: transparent;
    padding: 0;
}
.single-post.et_right_sidebar #left-area .et_pb_section > .et_pb_row[class*="et_pb_row_1-4"]:last-child {
    padding-bottom: 0;
}
.single-post.et_right_sidebar #sidebar {
    width: 22.75%;
    padding-left: 16px;
}
.post-details-text h1 {
    line-height: 55px;
    position: relative;
    padding-bottom: 0;
    padding-left: 26px;
    margin-bottom: 47px;
}
.post-details-text h1:before {
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #FF050F;
}
.post-details-text .author-main {
    border-bottom: none;
    margin-bottom: 13px;
}
.post-details-text .sharedaddy {
    border-top: 1px solid #1F1F3D;
    border-bottom: 1px solid #1F1F3D;
}
.post-details-text .sharedaddy .sd-social {
    display: flex;
    align-items: center;
    padding: 10px 0;
}
.post-details-text .sharedaddy h3.sd-title {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: .4px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 15px;
}
.post-details-text .sharedaddy h3.sd-title::before {
    display: none;
}
#left-area.post-details-text .sd-content ul {
    margin: 0 !important;
    padding: 0;
    line-height: normal;
    list-style-type: none;
}
.sd-social .sd-content ul li {
    display: inline-block;
    margin: 0 5px 0 0;
}
a.share-twitter:before {
    font-family: "ETmodules" !important;
    content: "\e094" !important;
}
a.share-facebook:before {
    font-family: "ETmodules" !important;
    content: "\e093" !important;
}
a.share-google-plus-1:before {
    font-family: "ETmodules" !important;
    content: "\e096" !important;
}
.sharedaddy .sd-social-icon .sd-content ul li[class*=share-] a,
.sharedaddy .sd-social-icon .sd-content ul li[class*=share-] a:hover,
.sharedaddy .sd-social-icon .sd-content ul li[class*=share-] div.option a {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #FFFFFF;
    display: inline-block;
    line-height: normal;
    padding: 0;
    top: 0;
    height: 20px;
    width: 20px;
}
.sharedaddy .sd-social-icon .sd-content ul li[class*=share-] a.sd-button {
    margin-top: 0;
}
.sharedaddy .sd-social-icon .sd-content ul li[class*=share-] a.sd-button:before {
    font-size: 9px;
    top: 6px;
    right: -5px;
    position: relative;
    vertical-align: top;
}
.sharedaddy .sd-social-icon .sd-content ul li[class*=share-] a.sd-button.share-google-plus-1:before {
    font-size: 7px;
}
.sharedaddy .sd-social-icon .sd-content ul li[class*=share-].share-twitter a.sd-button {
    background: #00acee;
}
.sharedaddy .sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button {
    background: #3b5998;
}
.sharedaddy .sd-social-icon .sd-content ul li[class*=share-].share-google-plus-1 a.sd-button {
    background: #dd4b39;
}
.sharedaddy .sd-social-icon .sd-content ul li[class*=share-] a:hover {
    opacity: .6;
}
.sharing-screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.post-details-text .entry-content {
    padding-top: 25px;
}
.post-details-text .entry-content > p {
    padding-bottom: 18px;
}
.jp-relatedpostss h3.jp-relatedposts-headline {
    position: relative;
    border-bottom: 1px solid #1F1F3D;
    padding-bottom: 8px;
    display: inline-block;
    margin-top: 57px;
    margin-bottom: 34px;
}
.jp-relatedpostss h3.jp-relatedposts-headline em {
    font-size: 28px;
    font-style: normal;
}
.jp-relatedpostss h3.jp-relatedposts-headline:before {
    background-color: #1F1F3D;
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -7px;
}
.jp-relatedpostss .jp-relatedposts-items {
    margin: 0 -15px;
}
.jp-relatedpostss .jp-relatedposts-post {
    float: left;
    width: 33.33%;
    padding: 0 15px;
}
.jp-relatedpostss .jp-relatedposts-post > a {
    width: 100%;
    display: inline-block;
}
.jp-relatedpostss .jp-relatedposts-post > a img {
    width: 100%;
    height: 165px;
}
.jp-relatedpostss .jp-relatedposts-post .jp-relatedposts-post-date {
    font-size: 13px;
    font-weight: 600;
    margin-top: 21px;
}
.jp-relatedpostss .jp-relatedposts-post h4.jp-relatedposts-post-title {
    font-size: 15px;
    line-height: 20px;
}
.jp-relatedpostss .jp-relatedposts-post .jp-relatedposts-post-excerpt {
    font-size: 14px;
}
blockquote {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    line-height: 31px;
    margin-top: 18px;
    margin-bottom: 33px;
    padding-left: 29px;
}
blockquote p {
    line-height: 31px;
    font-size: 20px;
}
.post-details-text h6 {
    color: #FF050F;
    font-weight: 600;
    line-height: normal;
    margin-top: 10px;
    margin-bottom: 5px;
}
.post-details-text ul.mpopular.post-sidebar {
    display: none;
}

/* ============== category/blog/ ============== */
#left-area .post-meta a {
    color: #1F1F3D;
}


/* ============== Case Studie ============== */
.case-studie-banner {
    height: 397px;
}
.case-content {
    position: relative;
    padding-bottom: 26px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.postbox-blocks .latest-section h3.post-title {
    border-left: 7px solid #FF050F;
    font-size: 42px;
    font-weight: normal;
    line-height: 1.2em;
    position: relative;
    padding: 4px 0 3px 17px;
}
.postbox-blocks .latest-section h3.post-title ~ h3.post-title {
    margin-top: 80px;
}
.postbox-blocks h3.post-author-title {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.postbox-blocks h3.post-author-title:before {
    background-color: #1F1F3D;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 47px;
}
.case-more-link {
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0;
}
.case-more-link a {
    color: #1F1F3D;
    font-size: 16px;
    font-weight: bold;
    transition: all .5s;
}
.case-more-link a i {
    padding-right: 5px;
}
.case-more-link a:hover {
    color: #FF050F;
}

/* Case Studies Layer */
div.case-studies-layer-wrap {
    padding-bottom: 50px;
}
div.case-p-t-80 {
    padding-top: 80px;
}

/* ============== Case Studie Details ============== */
.single-case_study .et_pb_post {
    margin-bottom: 0;
}
.single-case_study .entry-header h1 {
    margin-bottom: 5px;
}
.single-case_study .case-study-heading {
    padding: 25px 0 5px;
}

.post-data .post-small-desc {
    font-size: 13px;
    line-height: normal;
    margin-top: 5px;
}
.event-hero {
    position: relative;
}
.single-career_vacancies .event-hero, .single-career_vacancies .event-hero img {
    height: 554px;
}
.single-career_vacancies .event-hero:before {
    content: '';
    position: absolute;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 65%, rgba(0,0,0,0.95) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 65%,rgba(0,0,0,0.95) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 65%,rgba(0,0,0,0.95) 100%);
    bottom: 0;
    height: 150px;
    width: 100%;
}
.post-details-text .case_study .entry-content {
    padding-top: 0;
}
.post-banner-text {
    position: absolute;
    bottom: 0;
    left: 50%;
    text-align: center;
    padding-bottom: 16px;
    -webkit-transform:  translateX(-50%);
    -moz-transform:  translateX(-50%);
    -ms-transform:  translateX(-50%);
    -o-transform:  translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
}
.post-banner-text h1 {
    font-size: 60px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
}
.post-banner-text h1, .post-banner-text h2 {
    color: #F0EEE9;
}
.post-banner-text h2 {
    font-size: 18px;
    font-style: italic;
}
.latest-sidebar ul.case-study-sidebar li {
    margin-bottom: 10px;
}
.latest-sidebar ul.related-case-study li {
    min-height: inherit;
    padding-left: 0 !important;
}
.latest-sidebar ul.related-case-study li::before {
    display: none;
}
.case-study-sidebar .post-data .post-small-title,
.related-case-study .post-data .post-small-title {
    font-size: 16px;
}

/* ============== About Page (the charity) ============== */

/* Social Worker */
.social-workers-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
    padding: 35px 30px;
    -webkit-transition: all 0.3s;
    -moz-transition:    all 0.3s;
    -ms-transition:     all 0.3s;
    -o-transition:      all 0.3s;
    transition:         all 0.3s;
}
.social-workers-box span.et_pb_image_wrap img {
    max-width: 100px;
}
.social-workers-box .et_pb_text {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.social-workers-box .et_pb_text .et_pb_text_inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100%;
    text-align: center;
}
.social-workers-box .social-workers-big-text {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.social-workers-box .social-workers-small-text {
    font-size: 14px;
    margin-top: 15px;
    line-height: 20px;
}
.social-workers-box:hover {
    -webkit-transform: scale(1.07);
    -moz-transform:    scale(1.07);
    -ms-transform:     scale(1.07);
    -o-transform:      scale(1.07);
    transform:         scale(1.07);
    background-color: #1F1F3D !important;
    -webkit-transition: all 0.3s;
    -moz-transition:    all 0.3s;
    -ms-transition:     all 0.3s;
    -o-transition:      all 0.3s;
    transition:         all 0.3s;
}

/* Scale you need */
.scale-need-box {
    border: 1px solid #1F1F3D;
    padding: 45px 25px 37px;
}
.scale-need-title {
    text-align: center;
}
.scale-need-text p, .scale-need-text .et_pb_text_inner {
    line-height: normal;
}

/* Scale you need */
.big-title-with-text h1.et_pb_module_header {
    padding-bottom: 19px;
}
.big-title-with-text .et_pb_blurb_description {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}
.what-social-work-box {
    background-size: 184px;
    background-position: right top;
}
a.et_pb_button.full-width-btn {
    width: 100%;
}
.what-social-work-box .et_pb_module_header {
    padding-bottom: 31px;
}

/* What we do */
.what-we-do-more .et_pb_text_inner {
    display: inline-block;
    margin-top: 14px;
    position: absolute;
    bottom: 51px;
    left: 0;
    width: 100%;
}
.what-we-do-more .et_pb_text_inner:before {
    font-size: 16px;
    content: "\f0a9";
    font: normal normal normal 16px/1 FontAwesome;
    color: #1F1F3D;
    margin-right: 4px;
}
.what-we-do-more.icon-light-grey .et_pb_text_inner:before {
    color: #F0EEE9;
}
.what-we-do-box .et_pb_module_header {
    padding-bottom: 32px;
}

/* WHAT IS SOCIAL WORK */
.full-width-text-img-left-box, .full-width-text-img-box2 {
    min-height: 490px;
    padding: 50px;
}
.full-width-text-img-left-box a.et_pb_button, .full-width-text-img-box2 a.et_pb_button {
    margin-top: 42px;
    max-width: 338px;
    text-align: center;
}
.full-width-text-img-left-box .et_pb_module_header, .full-width-text-img-box2 .et_pb_module_header {
    margin-bottom: 16px;
}

/* FRONTLINEâ€™S VALUES */
.full-width-text-img-box2 ul {
    padding: 0;
    list-style: none;
    margin-top: 23px;
}
.full-width-text-img-box2 ul li + li {
    margin-top: 6px;
}
.b-title {
    color: #1F1F3D;
}
.full-width-text-img-box2 .b-title {
    margin-top: 16px;
}
.t-red {
    color: #FF050F;
}
.t-green {
    color: #55B4A5;
}

/* Work with us */
.slider-banner .et_pb_slide_content a {
    color: #F0EEE9;
    text-decoration: underline;
}
.title-filp-box-link {
    height: 100%;
    width: 100%;
    position: relative;
    min-height: 320px;
    z-index: 99;
}
.title-filp-box-link h4 {
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    color: #F0EEE9;
    font-size: 24px;
    line-height: 36px;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
}
.title-filp-box-link:before {
    content: "\f0a4";
    position: absolute;
    bottom: 20px;
    right: 20px;
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: 24px !important;
    z-index: 99;
    color: #F0EEE9;
}
.title-filp-box-link a {
    text-decoration: none;
}
.highlight-title .title-filp-box-link h4 {
    padding: 7px 15px;
}
.highlight-title .title-filp-box-link h4{
    color: #1F1F3D;
}
.icon-title-text-box .et_pb_main_blurb_image {
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom: 0;
}
.icon-title-text-box .et_pb_main_blurb_image img {
    max-width: 38px;
    float: left;
}
.icon-title-text-box .et_pb_module_header {
    padding-left: 55px;
    min-height: 50px;
    padding-top: 5px;
    margin-bottom: 10px;
}
.video-carousel-box-wrap {
    padding-bottom: 80px;
}
.video-carousel-box-wrap .et_pb_slides {
    overflow: unset;
    max-height: inherit;
}
.video-carousel-box-wrap .et_pb_slide_description {
    padding: 0;
    text-shadow: none;
}
.video-carousel-box-wrap .et_pb_slide_content {
    text-align: left;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.video-carousel-box-wrap .et_pb_slide_content > div {
    float: left;
    width: 50%;
}
.video-carousel-box-wrap .et_pb_slide_content .vimeo-text {
    padding: 25px 40px;
}
.video-carousel-box-wrap h2 {
    color: #1F1F3D !important;
    font-size: 32px;
    line-height: normal;
    margin-bottom: 22px;
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
    width: 100%;
}
.video-carousel-box-wrap h2:before {
    content: "";
    position: absolute;
    height: 3px;
    width: 100px;
    left: 0;
    bottom: 0;
    background-color: #ff050f;
}
.video-carousel-main .et_pb_container {
    max-width: 984px;
    width: 100%;
}
.image-carousel-box-wrap {
    padding: 60px 0px;
}
.image-carousel-box-wrap .et_pb_slide_title {
    padding-bottom: 20px;
    position: relative;
}
.image-carousel-box-wrap .et_pb_slide_title:before {
    content: "";
    position: absolute;
    height: 3px;
    width: 100px;
    left: 0;
    bottom: 0;
    background-color: #ff050f;
}
.image-carousel-box-wrap .et_pb_slide_image {
    -webkit-animation-name: fadeBottom;
    -moz-animation-name: fadeBottom;
    -ms-animation-name: fadeBottom;
    -o-animation-name: fadeBottom;
    animation-name: fadeBottom;
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    margin-right: 0;
    width: 50%;
}
.image-carousel-box-wrap .et_pb_slide:first-child .et_pb_slide_image img.active {
    animation: none;
}
.image-carousel-box-wrap .et_pb_slide_description {
    padding: 25px 40px;
    text-shadow: none;
    width: 50%;
}
.image-carousel-box-wrap .et_pb_slide_with_image .et_pb_slide_description .et_pb_button_wrapper .et_pb_button {
    transition: all .2s;
}
.image-carousel-box-wrap.et_pb_slider .et-pb-arrow-prev,
.image-carousel-box-wrap.et_pb_slider .et-pb-arrow-next {
    opacity: 1;
    width: 6%;
}
.image-carousel-box-wrap.et_pb_slider .et-pb-arrow-prev {
    left: 0;
}
.image-carousel-box-wrap.et_pb_slider .et-pb-arrow-next {
    right: 0;
}
.image-carousel-box-wrap.et_pb_slider .et-pb-arrow-prev::before,
.image-carousel-box-wrap.et_pb_slider .et-pb-arrow-next::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.achievments-logos {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.achievments-logos .et_pb_column.et-last-child {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    margin: -15px !important;
    width: auto;
}
.achievments-logos .et_pb_column .et_pb_image {
    margin: 0 !important;
    padding: 15px;
    width: 190px;
}
.achievments-logos .et_pb_image .et_pb_image_wrap {
    border: 1px solid #F0EEE9;
    text-align: center;
    width: 100%;
}
.job-group:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.job-group .apply-link {
    color: #FF050F;
    margin-left: 10px;
    text-decoration: none;
}
.part-time-wrap {
    margin-top: 20px;
}
.part-time-content {
    background-color: #F0EEE9;
    padding: 20px 22px;
    width: 66.66%
}
.part-time-box {
    background-color: #BBE1DB;
    padding: 20px 22px;
    width: 33.33%;
}
.part-time-box > h5 {
    border-bottom: 1px solid #1F1F3D;
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
div.red-address {
    min-height: 260px;
}
.video-carousel-main .video-carousel-box-wrap .et-pb-controllers a {
    background-color: #F0EEE9 !important;
}
/* Impact-report-landing page */
.welcome-bio-img {
    margin-bottom: 20px !important;
    display: inline-block;
}
.welcome-bio-img img {
    max-width: 100px;
}
.blockquote blockquote {
    font-size: 14px;
    font-weight: normal;
    text-transform: inherit;
    line-height: normal;
}
.blockquote blockquote p {
    line-height: 25px;
    font-size: 16px;
}
.blockquote blockquote h5 {
    margin-top: 25px;
}
.what-we-do-chart-box .et_pb_blurb_description {
    margin-bottom: 0;
}
sup {
    font-size: 10px;
}
.height100 {
    height: 100%;
}
.text-side-padding {
    padding: 50px;
}

/* single-career_vacancies */
.category-careers .career-content {
    margin-bottom: 20px;
    margin-top: 20px;
}
#content-area-right {
    padding-bottom: 50px;
}
.single-career_vacancies #main-content .container:before {
    content: none;
}
.career_vacancies_downloads > a {
    display: block;
    color: #1F1F3D;
    font-weight: 600;
    position: relative;
    padding-left: 40px;
    min-height: 30px;
}
.career_vacancies_downloads > a:hover {
    color: #FF050F;
}
.career_vacancies_downloads > a + a {
    margin-top: 20px;
}
.career_vacancies_downloads > a:before {
    background-image: url('/wp-content/uploads/2020/07/pdf-icon.png');
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 30px;
    width: 28px;
}
.career_vacancies_downloads > a:not([href*=".pdf"]):before {
    background-image: url('/wp-content/uploads/2020/07/users-icon.png');
}
.career_vacancies_apply_link a.et_pb_button {
    width: 100%;
    font-size: 15px;
    display: inline-block;
    text-align: center;
    margin: 20px 0 30px;
}
.career_vacancies_apply_link a.et_pb_button:hover {
    padding: .3em 1em;
}
.career_vacancies_apply_link a.et_pb_button:after {
    content: none;
}
.career_vacancies_downloads ul {
    padding-left: 20px;
    margin-bottom: 30px;
}
.vacancies-box-right {
    padding: 20px;
    margin-top: 30px;
    background-color: #f5f5f5;
}
.career_vacancies_downloads li {
    list-style: disc;
}
.career_vacancies_downloads h3 {
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 0;
    color: #1F1F3D;
    margin-bottom: 26px;
}
.toggle-hr-content hr {
    margin-top: 5px;
    margin-bottom: 10px;
}
.toggle-hr-content img {
    margin-top: 5px;
    margin-bottom: 5px;
}
.toggle-hr-content img {
    margin: 12px 0;
}
.frontline-programme-sec-1 .et_pb_toggle_content p {
    display: inline;
}

/* Our Achievements */
.our-achievements-item {
    margin-bottom: 30px;
    width: 50%;
}
.our-achievements-item:last-child {
    margin-bottom: 0;
    width: 100%;
}
.our-achievements-box {
    border: 6px solid #F0EEE9;
    padding: 15px;
}
.our-achievements-image {
    margin-bottom: 15px;
    padding: 15px;
}

/* gravity form design (sign up page) - form 3 */
.form_type_three {
    max-width: 700px;
    margin: 0 auto;
}
.form_type_three .item-row label {
    width: 33.33%;
    float: left;
    line-height: 1.5;
    font-size: 16px;
    padding-right: 10px;
}
.form_type_three .item-row {
    float: left;
    width: 100%;
}
.form_type_three .item-row + .item-row {
    margin-top: 10px;
}
.form_type_three .item-row .item-field {
    width: 66.66%;
    float: right;
}
.form_type_three .item-row .item-field input, .form_type_three .item-row .item-field select {
    height: 40px;
    padding: 10px;
    border: none;
    width: 100%;
}
.form_type_three .item-submit input[type="submit"] {
    float: left;
    width: 100%;
    border: none;
    background: #FF050F;
    color: #F0EEE9;
    font-size: 16px;
    padding: 10px;
    margin-top: 20px;
}
.form_type_three option {
    background: transparent;
}
.form_type_three .item-row .item-checkbox {
    position: relative;
}
.form_type_three .item-row .item-checkbox input[type=checkbox] {
    margin-top: 6px;
    position: absolute;
    left: 0;
    top: 0;
    height: inherit;
    width: auto;
}
.form_type_three .item-row .item-checkbox label {
    display: inline-block;
    float: none;
    font-size: 14px;
    padding-left: 25px;
    padding-right: 0;
    text-transform: none;
    width: 100%;
}

/* impact-report-landing page */
.text-side-padding {
    padding: 50px;
}
.new-impact-sections .et_pb_column.full-width-text-img-imgwrap {
    min-height: 500px;
}

/* FRONTLINE INSIGHT EVENTS */
.text-uppercase {
    text-transform: uppercase;
}
.wpcf7-form .sf_field label {
    margin-bottom: 10px;
    margin-top: 0;
}
.wpcf7-form .sf_field .sf_checkbox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 20px;
}
.wpcf7-form .sf_field .sf_checkbox .required {
    font-family: auto;
    font-size: 16px;
}
.wpcf7-form .sf_field .sf_checkbox > p {
    padding-left: 10px;
    width: calc(100% - 14px);
}
.wpcf7-form .sf_field .sf_checkbox .wpcf7-form-control-wrap {
    width: 14px;
}
.wpcf7-form .sf_field .sf_checkbox .wpcf7-form-control-wrap input {
    margin: 0;
    position: relative;
    top: -1px;
    width: 100%;
}
.wpcf7-form .sf_field .wpcf7-submit {
    cursor: pointer;
}
.wpcf7-form .sf_field .wpcf7-submit:disabled {
    cursor: no-drop;
    opacity: .65;
}

/* gravity form design (sign up page) - form 2 */
.gform_wrapper.signup-type-two_wrapper {
    max-width: 700px;
    margin: 0 auto;
}
.gform_wrapper.signup-type-two_wrapper h3.gform_title, .form_type_three h3.gform_title {
    display: none;
}
body .gform_wrapper.signup-type-two_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html {
    font-size: 14px;
    line-height: 1.4;
}
.gform_wrapper.signup-type-two_wrapper ul.gfield_checkbox li {
    position: relative;
}
.gform_wrapper.signup-type-two_wrapper ul.gfield_checkbox li input {
    position: absolute;
    left: 0;
    top: 0;
}
.gform_wrapper.signup-type-two_wrapper ul.gfield_checkbox li label {
    font-size: 14px;
    padding-left: 25px;
    max-width: 100%;
}
.gform_wrapper.signup-type-two_wrapper .gfield_radio li label {
    font-size: 16px;
}
.gform_wrapper.signup-type-two_wrapper ul.gform_fields:not(.top_label) .gfield_label {
    width: 33.33%;
    float: left;
    line-height: 1.5;
    font-size: 16px;
    padding-right: 10px;
    font-weight: normal;
    margin: 0;
}
.gform_wrapper.signup-type-two_wrapper .gfield_required {
    display: none;
}
.gform_wrapper.signup-type-two_wrapper ul.gform_fields:not(.top_label) li > div {
    width: 66.66%;
    float: right;
}
body .gform_wrapper.signup-type-two_wrapper ul li.field_description_below div.ginput_container_radio {
    margin-top: 0;
}
.gform_wrapper.signup-type-two_wrapper form ul.gform_fields:not(.top_label) li.gfield_html_formatted {
    margin-left: 33.33%!important;
    width: auto;
}
.gform_wrapper.signup-type-two_wrapper ul.gform_fields:not(.top_label) li > div > input[type=text], .gform_wrapper.signup-type-two_wrapper ul.gform_fields:not(.top_label) li > div select {
    width: 100%;
    height: 50px;
    padding: 10px !important;
    border: none;
}
.gform_wrapper.signup-type-two_wrapper ul.gform_fields:not(.top_label) li {
    float: left;
    width: 100%;
    margin: 0 !important;
    padding-right: 0;
}
.gform_wrapper.signup-type-two_wrapper ul.gform_fields:not(.top_label) > li + li {
    margin-top: 10px !important;
}
.gform_wrapper.signup-type-two_wrapper ul.gform_fields:not(.top_label) .field_description_below a {
    width: auto;
    background: transparent;
    display: inline;
    color: #FF050F;
    padding: 0;
    text-transform: inherit;
    margin: 0;
}
.gform_wrapper.signup-type-two_wrapper .gform_footer:not(.top_label) {
    margin-left: 0;
    width: 100%;
    display: inline-block;
    margin-top: 0;
    padding-top: 0;
}
.gform_wrapper.signup-type-two_wrapper ul.gform_fields:not(.top_label) li input[type="radio"] {
    margin-top: 1px;
}
.gform_wrapper.signup-type-two_wrapper .gform_footer input[type="submit"] {
    float: left;
    width: 100%;
    border: none;
    background: #FF050F;
    color: #F0EEE9;
    font-size: 16px;
    padding: 10px;
    margin-top: 20px;
    border-radius: 5px;
}
.gform_wrapper.signup-type-two_wrapper div.validation_error {
    display: none;
}
.gform_wrapper.signup-type-two_wrapper li.gfield.gfield_error {
    border: none;
    background: transparent;
    padding: 0;
}
.gform_wrapper.signup-type-two_wrapper ul.gform_fields:not(.top_label) li.gfield_error {
    padding-bottom: 30px;
    position: relative;
}
.gform_wrapper.signup-type-two_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    max-width: 100%;
    padding-right: 0;
    padding-top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 33.33%;
}
.gform_wrapper.signup-type-two_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
.gform_wrapper.signup-type-two_wrapper li.gfield_error textarea {
    border: none;
}
.gform_wrapper.signup-type-two_wrapper .gfield_error .gfield_label, .gform_wrapper.signup-type-two_wrapper li.gfield_error div.ginput_complex.ginput_container label, .gform_wrapper.signup-type-two_wrapper li.gfield_error ul.gfield_checkbox, .gform_wrapper.signup-type-two_wrapper li.gfield_error ul.gfield_radio {
    color: #1F1F3D;
}
.gform_wrapper.signup-type-two_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    margin-top: 0;
}
.gform_wrapper.signup-type-two_wrapper ul.gfield_checkbox, .gform_wrapper.signup-type-two_wrapper ul.gfield_radio {
    margin: 0;
}
body .gform_wrapper.signup-type-two_wrapper ul li.field_description_below div.ginput_container_checkbox {
    margin-top: 0;
}
.gform_wrapper.signup-type-two_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0;
}
.gform_wrapper.signup-type-two_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100%;
}
.signup-type-two .gform_confirmation_message {
    text-align: center;
}

/* coaching password page */
.ppw-post-password-container {
    background-color: #F0EEE9;
    padding: 90px 0;
}
.ppw-post-password-container form.ppw-post-password-form {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 15px;
}
.ppw-post-password-container .ppw-ppf-input-container {
    background-color: #BBE1DB;
    padding: 33px 30px;
    border-radius: 5px;
}
.ppw-post-password-container .ppw-ppf-desc {
    font-size: 1.25em;
    font-weight: 700;
    margin-bottom: 30px;
    color: #1F1F3D;
}
.ppw-post-password-container label.ppw-pwd-label {
    line-height: 1.5;
    color: #1F1F3D;
    width: 100%;
    display: inline-block;
}
.ppw-post-password-container input[type="password"] {
    height: 40px;
    padding: 10px;
    border: none;
    margin-left: 30px;
    min-width: 300px;
}
.ppw-post-password-container input[type="submit"] {
    display: inline-block;
    margin-left: 117px;
    border: none;
    background: #FF050F;
    color: #F0EEE9;
    font-size: 16px;
    padding: 10px;
    margin-top: 15px;
    min-width: 300px;
    font-weight: bold;
}
.ppw-post-password-container div.ppwp-wrong-pw-error {
    color: #FF050F!important;
    text-align: center;
    margin-top: 10px;
}

/* SIGN UP NOW (sale force) */
.wpcf7-form .sf_field label {
    margin-bottom: 0;
    min-height: 48px;
}
.wpcf7-form .sf_field > p {
    align-items: flex-start;
}
.wpcf7-form label sup span {
    display: none;
}
.wpcf7-form .sf_field.sf_type_html > p {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.sf_field.sf_field_i_consent.sf_type_checkbox {
    padding-left: 33.33%;
}
.wpcf7-form .sf_field.sf_type_html > p {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    font-size: 14px;
    line-height: 1.4;
}
.sf_field.sf_field_i_consent.sf_type_checkbox > p {
    position: relative;
    display: inline-block;
}
.wpcf7-form .sf_field.sf_type_checkbox input {
    width: auto;
    position: absolute;
    left: 0;
    margin: 0;
    top: 5px;
}
.wpcf7-form .sf_field.sf_type_checkbox label {
    width: 100%;
    padding-right: 0;
    font-size: 14px;
    line-height: 1.4;
    text-transform: inherit;
    padding-left: 22px;
}
.wpcf7-form .sf_field.sf_type_html span.wpcf7-form-control-wrap > br, .wpcf7-form .sf_field.sf_field_recaptcha > br {
    display: none;
}
.wpcf7-form span.error_message {
    font-size: 13px;
    color: #790000;
    font-weight: bold;
    display: inline-block;
    margin-top: 2px;
}
.wpcf7-form .sf_field + .sf_field {
    margin-top: 10px;
}
.wpcf7-form span input, .wpcf7-form span select, .wpcf7-form span textarea {
    margin-bottom: 0;
}
.wpcf7-form .sf_field.sf_field_recaptcha.sf_type_recaptcha {
    padding-left: 33.33%;
}
.wpcf7-form .g-recaptcha {
    float: left;
}
.wpcf7-form .sf_field.sf_field_recaptcha.sf_type_recaptcha span.error_message {
    width: 100%;
    display: inline-block;
}

/* Media Resources */
.media-resources .et_pb_tabs, .media-resources .et_pb_tabs_controls:after {
    border: none;
}
.media-resources .et_pb_tabs {
    text-align: center;
}
.media-resources .et_pb_tabs_controls li {
    border-right: none;
}
.media-resources .et_pb_tab {
    padding: 0;
}
.media-resources .et_pb_tab > .et_pb_tab_content, .media-resources-blocks {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.media-resources .et_pb_tab > .et_pb_tab_content > p {
    display: none;
}
.media-resources .et_pb_all_tabs {
    text-align: left;
    margin-top: 30px;
}
.media-resources ul.et_pb_tabs_controls {
    display: inline-block;
    background-color: #BBE1DB;
    padding: 5px !important;
    border-radius: 5px;
    margin: 0 auto;
}
.media-resources ul.et_pb_tabs_controls li {
    border-radius: 5px;
    float: left;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    -ms-transition: .2s ease;
    transition: .2s ease;
}
.media-resources ul.et_pb_tabs_controls li.et_pb_tab_active {
    box-shadow: 0px 5px 5px rgba(0, 0, 0, .28);
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    -ms-transition: .2s ease;
    transition: .2s ease;
}
.media-resources ul.et_pb_tabs_controls li:hover {
    background: transparent;
}
.media-resources ul.et_pb_tabs_controls li a {
    padding: 7px 18px;
    letter-spacing: .5px;
    display: inline-block;
    color: #1F1F3D;
}
.media-resources ul.et_pb_tabs_controls li:hover a {
    color: #FF050F !important;
}
.media-resources ul.et_pb_tabs_controls li.et_pb_tab_active:hover {
    background: #FF050F;
}
.media-resources ul.et_pb_tabs_controls li.et_pb_tab_active:hover a {
    color: #F0EEE9 !important;
}
.media-resources-block {
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
    width: 33.33%;
}
.media-resources-inner-block {
    border: 1px solid #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px #BBE1DB;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    background-color: #BBE1DB;
}
.media-resources-video .fluid-width-video-wrapper {
    position: relative;
    padding: 0;
    overflow: hidden;
    width: 100%;
    z-index: 0;
}
.media-resources-podcast {
    background-color: #F8F8FA;
    padding-top: 56.2963%;
    position: relative;
    width: 100%;
}
.media-resources-podcast iframe {
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
.media-resources-content {
    color: #1F1F3D;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 20px;
    width: 100%;
}
.media-resources-content h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    position: relative;
    padding-bottom: 15px;
}
.media-resources-content h2 a:after {
    content: "\f105";
    font-family: 'FontAwesome';
    margin-left: 8px;
    vertical-align: middle;
}
.media-resources-meta {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    line-height: normal;
    margin-bottom: 10px;
}
.media-resources-meta-category.Watch:before, .media-resources-meta-category.Listen:before, .media-resources-meta-category.Read:before {
    margin-right: 5px;
}
.media-resources-meta-category.Watch:before, .media_resources .category.Watch .fa:before {
    content: "\f1c8";
    font-family: 'FontAwesome';
}
.media-resources-meta-category.Listen:before, .media_resources .category.Listen .fa:before {
    content: "\f1c7";
    font-family: 'FontAwesome';
}
.media-resources-meta-category.Read:before, .media_resources .category.Read .fa:before {
    content: "\f1c1";
    font-family: 'FontAwesome';
}
.media-resources-content .media-resources-text p {
    line-height: 1.4em !important;
}
.single-media_resources .media_resources {
    margin-bottom: 58px;
}
.media_resources .post-video, .media_resources .post-podcast, .media_resources .post-pdfs, .media_resources .post-details-text h1 {
    margin-bottom: 30px;
}
.media_resources .post-pdfs, .media-resources-pdfs {
    position: relative;
    padding: 0;
    padding-top: 56.2963%;
    overflow: hidden;
    width: 100%;
    z-index: 0;
}
.media-resources-pdfs {
    border-radius: 10px 10px 0 0;
}
.media_resources .post-pdfs img, .media-resources-pdfs img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.post-pdfs-link a {
    background-color: #FF050F;
    color: #F0EEE9;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 7px 15px;
    transition: all 0.5s ease 0s;
}
.post-pdfs-link a:hover {
    background-color: #636363;
}
.media_resources .entry-meta i {
    margin-right: 5px;
}
.media_resources .entry-meta > span:not(:first-child):before {
    content: ' | ';
    color: #787878;
    margin: 0 5px;
}
.media_resources .entry-meta a {
    color: #1F1F3D;
}
.media-resources-related {
    margin-top: 50px;
}
.media-resources-headline {
    background-color: #F0F0F0;
    font-size: 18px !important;
    padding: 15px;
    margin-bottom: 26px;
}

/* sidebar */
.widget_search input#s, .widget_search input#searchsubmit {
    border: 1px solid #1F1F3D;
    color: #1F1F3D;
    background-color: #f0eee9;
}
.et_pb_widget a {
    color: #1F1F3D;
}


/*** The Frontline 5050 ***/
/* top banner */
.slider-banner-5050 {
    height: 553px;
}
.slider-banner-5050 .et_pb_slide_content {
    max-width: 610px;
    margin: 0 auto;
}
.slider-banner-5050 .et_pb_more_button {
    margin-top: 30px;
}
/* What is the Frontline 50? */
.title3-pb-20 h3 {
    padding-bottom: 20px;
}
/* What are we looking for? */
.what-looking-for-box {
    padding: 30px 80px;
}
.max-w-490 {
    max-width: 490px;
    margin: 0 auto;
}
/* Why enter? */
.why-enter-box {
    padding: 15px 70px;
}
.why-enter-box + .why-enter-box:before {
    content: "";
    height: 80%;
    background-color: #F47454;
    width: 1px;
    position: absolute;
    left: 0;
    top: 30px;
}
.why-enter-box .et_pb_module_header {
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
}

/* side-img-wrap col css */
.et_pb_row div.img-bg-height {
    min-height: 400px !important;
}

/*** Voting Page ***/
.voting-banner .et_pb_slide_content {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
}
.voting-banner .et_pb_more_button,
.vote-now-btn.et_pb_button {
    font-size: 16px;
    padding: .563em 2.13em;
}
.voting-banner .et_pb_button:hover,
.vote-now-btn.et_pb_button:hover {
    padding: .563em 3.13em .563em 2.13em;
}
.voting-banner .et_pb_button:after,
.voting-banner .et_pb_button:before,
.vote-now-btn.et_pb_button:after,
.vote-now-btn.et_pb_button:before {
    font-size: 26px;
}
.vote-now-title .et_pb_blurb_container {
    margin-left: auto;
    margin-right: auto;
    max-width: 550px;
}
.vote-now-title .et_pb_module_header {
    padding-bottom: 25px;
}
.vote-now-title .et_pb_blurb_description p {
    padding-bottom: 1.5em;
}
.vote-now-title .et_pb_blurb_description p:last-child {
    padding-bottom: 0;
}
#vote-now > .et_pb_row > .et_pb_column {
    z-index: inherit;
}
.thank-you-voting-image {
    height: 0;
    padding-top: 65.79%;
}
.thank-you-voting-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.thank-you-voting-content p {
    font-size: 20px;
}

/* ==============  Responsive ============== */
@media screen and (min-width: 480px) {
    .et_pb_row_1-2_1-4_1-4 .et_pb_module.et-waypoint.et_pb_image.et_always_center_on_mobile.et_pb_image_sticky.et-animated {
        position: absolute;
        height: 100%;
    }
    .et_pb_row_1-2_1-4_1-4 .et_pb_module.et-waypoint.et_pb_image.et_always_center_on_mobile.et_pb_image_sticky.et-animated img {
        height: 100%;
        width: 100%;
    }
}

@media screen and (min-width: 600px) {
    span.latest-case {
        position: absolute;
        top: 20%;
        background: rgba(255, 255, 255, 0.85);
        padding: 5px 10px;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        left: -50px;
    }
}

@media screen and (min-width: 1166px) {
    .event-hero {
        position: relative;
        height: 590px;
        overflow: hidden;
    }
    .event-hero img {
        top: 0;
        height: 700px;
        object-fit: cover;
    }
}

@media screen and (min-width: 1280px) {
    .LN-test {
        width: 33.333%;
        height: 100%;
        background: rgba(0, 0, 0, 0.2);
        color: #F0EEE9;
    }
    .LN-test h2 {
        color: #F0EEE9;
    }
}

@media screen and (max-width: 1400px) {
    .half-block-WI .post-content p {
        display: none;
    }
}

@media screen and (max-width: 1295px) {
    .team-member-block {
        width: 50%;
    }
}

@media screen and (max-width: 1279px) {
    span.tab-test {
        top: 0;
        left: 0;
        height: auto;
        bottom: inherit;
        background: rgba(255, 255, 255, 0.85);
        color: #1F1F3D;
    }
}

@media screen and (min-width: 1201px) {
    header#main-header {
        min-height: 76px;
    }
    header#main-header,
    .breadcrumbs-nav {
        padding-right: 30px;
        padding-left: 30px;
    }
    #footer-bottom {
        padding-right: 30px;
        padding-left: 30px;
    }
    #main-header .container, #footer-bottom .container, .breadcrumbs-nav .container {
        max-width: 1220px;
        width: 100%;
    }
    /* Content Fixed */
    .et_pb_section:not(.et_pb_section_0):not(.fullwidth_bg),
    .event-hero,
    .team_members .et_pb_section.et_pb_section_0 {
        margin-left: auto;
        margin-right: auto;
        max-width: 1220px;
    }
    .et_pb_row {
        width: 100%;
    }
    div.achievments-logos.logos-7 {
        max-width: 730px;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1400px) {
    div#et-top-navigation {
        padding-left: 226px !important;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1330px) {
    div#et-top-navigation a, #et-secondary-nav .donate > a {
        font-size: 15px;
    }
    #top-menu li {
        margin: 0 10px;
    }
}

@media screen and (max-width: 1380px) {
    #page-container div#main-content .et_pb_button.small-btn {
        padding: 8px 15px 7px;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1379px) {
    #page-container div#main-content .et_pb_button.small-btn {
        padding: 8px 10px 7px;
        font-size: 16px;
    }
    .frontline-programme-sec-2-left {
        padding: 40px !important;
    }
}

@media screen and (max-width: 1200px) {
    #page-container {
        padding-top: 82px !important;
    }
    #main-content {
        overflow: hidden;
    }
    #main-header .container, #footer-bottom .container, .breadcrumbs-nav .container, .et_pb_section:not(.et_pb_fullwidth_section):not(.et_pb_with_background), .et_pb_section.et_pb_with_background .et_pb_row {
        padding-left: 25px;
        padding-right: 25px;
    }
    .et_pb_section:not(.case-study) .et_pb_row.et_pb_row_fullwidth:not(.latest-section) {
        margin-left: -25px;
        margin-right: -25px;
        max-width: inherit !important;
        width: auto !important;
    }
    #main-header .logo_container {
        display: inline-block;
        position: relative;
    }
    .logo_container #logo {
        margin-top: 8px;
        margin-bottom: 8px;
    }
    div#et-top-navigation {
        display: none !important;
    }
    button#responsive-menu-button {
        background: transparent !important;
        position: absolute !important;
        height: auto !important;
        width: auto !important;
    }
    .responsive-menu-inner, .responsive-menu-inner::before, .responsive-menu-inner::after {
        background-color: #1F1F3D !important;
        width: 16px !important;
    }
    .responsive-menu-open .responsive-menu-inner, .responsive-menu-open .responsive-menu-inner::before, .responsive-menu-open .responsive-menu-inner::after {
        background-color: #1F1F3D;
    }
    .responsive-menu-open button#responsive-menu-button, .responsive-menu-open button#responsive-menu-button:hover, .responsive-menu-open button#responsive-menu-button:focus, button#responsive-menu-button:hover, button#responsive-menu-button:focus {
        background: transparent !important;
    }
    button#responsive-menu-button:hover .responsive-menu-inner, button#responsive-menu-button:hover .responsive-menu-inner::before, button#responsive-menu-button:hover .responsive-menu-inner::after, button#responsive-menu-button:hover .responsive-menu-open .responsive-menu-inner, button#responsive-menu-button:hover .responsive-menu-open .responsive-menu-inner::before, button#responsive-menu-button:hover .responsive-menu-open .responsive-menu-inner::after, button#responsive-menu-button:focus .responsive-menu-inner, button#responsive-menu-button:focus .responsive-menu-inner::before, button#responsive-menu-button:focus .responsive-menu-inner::after, button#responsive-menu-button:focus .responsive-menu-open .responsive-menu-inner, button#responsive-menu-button:focus .responsive-menu-open .responsive-menu-inner::before, button#responsive-menu-button:focus .responsive-menu-open .responsive-menu-inner::after {
        background-color: #1F1F3D !important;
    }
    .responsive-menu-box {
        width: 21px !important;
    }
    .responsive-menu-box .responsive-menu-inner::before {
        top: -6px !important;
    }
    .responsive-menu-box .responsive-menu-inner::after {
        bottom: -6px !important;
    }
    .responsive-menu-boring.is-active .responsive-menu-inner::after {
        bottom: 0px !important;
    }
    .carousel-cell {
        width: 50vw;
    }
    .title-big-redborder h1, .section-social-worker h1, .scale-of-the-need-section h1 {
        font-size: 35px !important;
        line-height: 42px !important;
    }
    .title-big-redborder h1, .title-big-redborder h2 {
        margin-bottom: 30px;
        padding-bottom: 31px;
    }
    .frontline-programme-sec-2-left {
        padding: 40px 35px !important;
    }
    .frontline-programme-sec-2-left p {
        line-height: 22px !important;
    }
    .video-carousel-main .et_pb_container {
        max-width: 100%;
        width: 100%;
    }
    .video-carousel-box-wrap h2 {
        font-size: 24px;
        margin-bottom: 18px;
        padding-bottom: 15px;
    }
    .events-block, .media-resources-block {
        width: 50%;
    }

    /*** The Frontline 5050 ***/
    .what-looking-for-box {
        padding: 30px 50px;
    }
}

@media screen and (max-width: 1250px) {
    ul.sub-menu {
        max-width: 450px;
        width: 100% !important;
    }
    #top-menu li.mega-menu > ul > li {
        margin: 0;
    }
}

@media screen and (min-width: 981px) and (max-width: 1200px) {
    #main-header .container, #footer-bottom .container, .breadcrumbs-nav .container, .et_pb_row {
        width: 100%;
    }
    .et_fixed_nav #main-header {
        position: absolute;
    }
    .home-title-logo img {
        max-width: 100%;
    }
    .title-red-border h2 {
        font-size: 52px !important;
    }
    .et_pb_number_counter .percent {
        height: 60px;
    }
    .et_pb_number_counter .percent p {
        font-size: 60px;
        line-height: 60px;
    }
    div.achievments-logos {
        max-width: 780px;
    }
}

@media screen and (min-width: 981px) {
    .latest-section .latest-wrap {
        margin-left: -1.5%;
        margin-right: -1.5%;
    }
    .latest-section .latest-itam {
        padding-left: 1.5%;
        padding-right: 1.5%;
    }
    .border-left-black .et_pb_column ~ .et_pb_column {
        border-left: solid 1px #1F1F3D;
    }
    .border-left-white .et_pb_column ~ .et_pb_column {
        border-left: solid 1px #F0EEE9;
    }
    .single-post.et_right_sidebar #left-area, .single-career_vacancies #content-area-left {
        float: left;
        margin-right: 3%;
        padding-right: 0;
        padding-bottom: 70px;
        width: 74.25%;
    }
    .single-post.et_right_sidebar #sidebar, .single-career_vacancies #content-area-right {
        float: right;
        padding-left: 16px;
        width: 22.75%;
    }
    .social-workers-box .social-workers-big-text {
        margin-top: 10px;
    }
    #contact-map .et_pb_map {
        position: absolute !important;
        height: 100% !important;
    }
    #main-content .container:before {
        background-color: #1F1F3D;
    }
}

@media screen and (max-width: 980px) {
    .logo_container .fellowship-logo, .logo_container .firstline-logo/*, .logo_container .frontline-logo-*/ {
        display: none !important
    }
    .logo_container #logo {
        margin-top: 13px;
        margin-bottom: 12px;
        max-width: 140px;
    }
    .click-to-scoll-section nav.fullwidth-menu-nav, .click-to-scoll-section nav.fullwidth-menu-nav > ul {
        display: block;
        overflow: hidden;
    }
    .border-left-black .et_pb_column ~ .et_pb_column {
        border-top: solid 1px #1F1F3D;
    }
    .border-left-white .et_pb_column ~ .et_pb_column {
        border-top: solid 1px #F0EEE9;
    }
    #post-1892 .et_pb_column.et_pb_column_1_3.et_pb_column_2 {
        padding: 0 !important;
    }
    .filter-container div {
        padding: 0 !important;
    }
    li.sf-field-search {
        width: 100% !important;
    }
    div#et-main-area .chosen-container.chosen-container-single {
        width: 100% !important;
    }
    .widget-container {
        width: 100% !important;
        padding-left: 0 !important;
    }
    .main-content {
        width: 100% !important;
        border: none !important;
    }
    #location-maps ul.et_pb_tabs_controls li {
        width: 100% !important;
    }
    .et_pb_row.et_pb_row_fullwidth, .et_pb_specialty_fullwidth > .et_pb_row {
        width: 100% !important;
        max-width: 100% !important;
    }
    #location-maps .et_pb_tab {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    div#sidebar {
        display: none;
    }
    #left-area > .type-page {
        margin-bottom: 30px;
    }
    .events-block {
        width: 50%;
    }
    .et_pb_section_parallax .et_pb_parallax_css, .et_pb_slides .et_parallax_bg.et_pb_parallax_css {
        background-attachment: initial !important;
    }
    .et_pb_section_0 .et_pb_slide_description {
        padding: 100px 0;
    }
    .team-member-block {
        width: 100%;
    }
    div#meet-the-team li {
        width: 100%;
    }
    div#quote-slider .et_pb_slide_description {
        padding-top: initial !important;
        padding-bottom: initial !important;
    }
    div#quote-slider p:first-child {
        font-size: 25px;
        line-height: 33px;
    }
    div#quote-slider p:first-child:after {
        bottom: -70px;
    }
    .home-top-section {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .home-top-section .et_pb_column:first-child {
        margin-bottom: 0;
        margin-top: 30px;
    }
    .title-red-border h2 {
        font-size: 42px !important;
    }
    .title-red-border h2:after {
        left: 3px;
    }
    .latest-section .latest-wrap {
        margin-left: -2.75%;
        margin-right: -2.75%;
    }
    .latest-section .latest-itam {
        padding-left: 2.75%;
        padding-right: 2.75%;
        margin-top: 30px;
        width: 50%;
    }
    .media-resources-podcast {
        overflow: hidden;
    }
    .right-devider:before {
        content: none;
    }
    .pro-sec-6-row {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
    .pro-sec-6-row.et_pb_row {
        max-width: 480px !important;
        margin-left: auto;
        margin-right: auto;
    }
    .sec-6-btn-text {
        margin-bottom: 0 !important;
    }
    .sec-6-btn-text.et_pb_text_align_left .et_pb_blurb_content .et_pb_blurb_container {
        text-align: center;
    }
    .sec-6-btn-text h6.et_pb_module_header {
        display: inline-block;
    }
    .sec-6-btn-text h6.et_pb_module_header:before {
        left: 50%;
        margin-left: -26px;
    }
    .pro-sec-6-row.et_pb_row .et_pb_button_module_wrapper {
        text-align: center;
    }
    .single-post.et_right_sidebar #left-area {
        margin-right: 0;
    }
    .et_pb_column.full-width-text-img-imgwrap {
        display: block;
        min-height: 500px;
        background-position: top left;
    }
    .mobile-reverse-section {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .full-width-text-img-left-box, .full-width-text-img-box2 {
        min-height: inherit;
        padding: 80px;
    }
    .latest-sidebar ul {
        padding-left: 0;
    }
    .latest-sidebar ul:last-child {
        padding-bottom: 0;
    }
    .latest-wrap article:nth-last-child(2) {
        margin-bottom: 0;
    }
    .latest-wrap .pagination {
        margin-top: 0px;
    }
    .mobile-position-inherite, .mobile-title-icon-center {
        background-position: center !important;
    }
    #content-area-left {
        width: 100% !important;
        margin-right: 0;
    }
    #content-area-right {
        width: 100% !important;
        padding-left: 0;
    }
    .mobile-position-inherite, .mobile-title-icon-center {
        background-position: center !important;
    }
    .video-carousel-box-wrap {
        padding-bottom: 40px;
        overflow: visible;
    }
    .video-carousel-box-wrap .et_pb_slide {
        padding: 0;
    }
    .video-carousel-box-wrap .et_pb_slide_content {
        display: inline-block;
    }
    .video-carousel-box-wrap .et_pb_slide_content > div {
        width: 100%;
    }
    .video-carousel-box-wrap .et_pb_slide_content .vimeo-text {
        padding: 30px 0;
    }
    .video-carousel-box-wrap .et_pb_slide_description {
        padding-left: 30px;
        padding-right: 30px;
    }
    .video-carousel-main {
        overflow: hidden;
    }
    .video-carousel-box-wrap.et_pb_slider .et-pb-arrow-prev,
    .video-carousel-box-wrap.et_pb_slider .et-pb-arrow-next {
        opacity: 1;
        width: 30px;
    }
    .video-carousel-box-wrap.et_pb_slider .et-pb-arrow-prev {
        left: 0;
    }
    .video-carousel-box-wrap.et_pb_slider .et-pb-arrow-next {
        right: 0;
    }
    .video-carousel-box-wrap.et_pb_slider .et-pb-arrow-prev::before,
    .video-carousel-box-wrap.et_pb_slider .et-pb-arrow-next::before {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .image-carousel-box-wrap {
        padding: 45px 0px;
    }
    .image-carousel-box-wrap .et_pb_slide_image {
        position: relative;
        margin-top: 0 !important;
        top: 0;
    }
    .image-carousel-box-wrap .et_pb_slide_image,
    .image-carousel-box-wrap .et_pb_slide_description {
        width: 100%;
    }
    .image-carousel-box-wrap .et_pb_slide_description {
        padding: 30px 0;
    }
    .single-post.et_right_sidebar #left-area, .single-career_vacancies #content-area-left {
        margin-bottom: 30px;
    }
    .postbox-blocks .latest-section h3.post-title {
        font-size: 35px;
    }
    .postbox-blocks .latest-section h3.post-title ~ h3.post-title {
        margin-top: 60px;
    }

    /*** The Frontline 5050 ***/
    .why-enter-box + .why-enter-box:before {
        height: 1px;
        width: 100%;
        left: 0;
        top: 0;
    }
    .why-enter-box {
        padding: 50px 70px;
    }
    .why-enter-box:first-child {
        padding-top: 0px;
    }
    .why-enter-box:last-child {
        padding-bottom: 0px;
    }
    .tablet-wrap-main .et_pb_row {
        max-width: 560px !important;
    }
    .et_pb_row div.img-bg-height {
        padding-top: 80%;
        display: inline-block !important;
        width: 100% !important;
        min-height: inherit !important;
        margin-bottom: 0;
    }
    .single-case_study .case_study {
        margin-bottom: 40px;
    }
    .thank-you-voting-image {
        padding-top: 100%;
    }
    div.thank-you-voting-content {
        background-color: rgba(0, 0, 0, .4);
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
    }
}

@media screen and (min-width: 981px) and (max-width: 1200px) {
    .latest-sidebar ul.post-sidebar li {
        padding-left: 70px;
    }
    .latest-sidebar ul.post-sidebar li img {
        max-width: 60px;
    }
    .latest-sidebar ul.post-sidebar li:before {
        height: 60px;
        width: 60px;
    }
    .post-data .post-small-title {
        font-size: 12px;
        font-weight: 600;
        line-height: normal;
    }
    .small-text-box .text-filp-box p {
        font-size: 12px;
        line-height: 16px;
    }
    #page-container div#main-content .et_pb_button.small-btn {
        width: 100%;
    }
    .what-we-do-box .et_pb_module_header {
        padding-bottom: 25px;
    }
    .full-width-text-img-left-box, .full-width-text-img-box2 {
        min-height: 420px;
        padding: 40px 50px;
    }
}

@media screen and (min-width: 768px) and (max-width: 980px) {
    button#responsive-menu-button {
        right: 13% !important;
    }
    .footer-menu-right {
        padding-left: 45px;
    }
    .bottom-nav {
        text-align: left;
    }
    .bottom-nav li {
        padding-left: 10px;
        padding-right: 10px;
    }
    .bottom-nav li a {
        font-size: 14px;
    }
    #footer-info {
        text-align: left;
        width: calc(100% - 140px - 45px);
    }
    .case-studie-banner {
        height: 322px;
    }
    .post-banner-text h1 {
        font-size: 45px;
    }
    div#research > .et_pb_code_inner > div.et_pb_column {
        width: 47%;
    }
    .et_pb_tabs_controls li a {
        padding: 4px 15px;
    }
    .our-achievements-image {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 850px) {
    .team-member-block {
        width: 100%;
    }
}

@media screen and (max-width: 782px) {
    body.admin-bar.et_fixed_nav.et_secondary_nav_enabled #main-header, body.admin-bar.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_enabled #main-header {
        top: 46px !important;
    }
    .admin-bar button#responsive-menu-button {
        top: 75px !important;
    }
}

@media screen and (min-width: 768px) {
    .bottom-nav li:first-child {
        padding-left: 0;
    }
    .bottom-nav li:last-child {
        padding-right: 0;
    }
    .et-social-icons {
        float: left;
    }
    .part-time-wrap {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .our-achievements-items {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px;
    }
    .our-achievements-item {
        padding-right: 15px;
        padding-left: 15px;
    }
    .our-achievements-box {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        height: 100%;
    }
    .our-achievements-image {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }
    .media-resources-blocks .media-resources-block {
        margin-bottom: 0;
        width: 50%;
    }
    div#research {
        overflow: hidden;
    }
    div#research > .et_pb_code_inner {
        margin-right: -3%;
    }
    div#research > .et_pb_code_inner > .et_pb_column {
        margin-right: 3%;
        width: 30.333%;
    }
    .font-17 p {
        font-size: 17px;
    }
    .font-28 p {
        font-size: 28px;
    }

    .et_pb_tabs_controls li {
        border-right: 1px solid #1F1F3D;
    }
}

@media screen and (max-width: 767px) {
    #main-header .container, #footer-bottom .container, .breadcrumbs-nav .container, .et_pb_row {
        width: 100%;
    }
    h1, .post-banner-text h1 {
        font-size: 34px;
    }
    p, .et_pb_text_inner, .et_pb_blurb_description {
        font-size: 14px;
        line-height: 1.4em;
    }
    .font-22 p {
        line-height: 22px !important;
    }
    .title-pb-30 h2 {
        padding-bottom: 20px;
    }
    blockquote {
        font-size: 16px;
        line-height: 24px;
        padding-left: 20px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    blockquote p {
        font-size: 16px;
        line-height: 1.5em;
    }
    .font-18, .font-18 p {
        font-size: 16px;
        line-height: 1.5em !important;
    }
    .btn-lg {
        font-size: 14px;
    }
    .btn-lg, .btn-lg:hover {
        padding: 5px !important;
    }
    .btn-lg::after, .btn-lg::before {
        font-size: 25px;
    }
    .d-flex {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .mobile-spacing {
        padding-top: 55px !important;
        padding-bottom: 55px !important;
    }
    .et_pb_section:not(.case-study) .et_pb_row.et_pb_row_fullwidth:not(.latest-section) {
        margin-left: -30px;
        margin-right: -30px;
    }
    .logo_container #logo {
        margin-top: 16px;
        margin-bottom: 15px;
        max-width: 120px;
    }
    button#responsive-menu-button {
        right: 20px !important;
    }
    .et_pb_slide_description .et_pb_slide_content {
        padding-top: 15px;
    }
    .click-to-scoll-section .et_pb_row {
        max-width: 100% !important;
        padding: 0 25px !important;
    }
    .click-to-scoll-section nav.fullwidth-menu-nav > ul {
        text-align: left;
        padding: 24px 0 10px !important;
    }
    .click-to-scoll-section .fullwidth-menu li > a {
        font-size: 16px;
        padding-bottom: 13px;
    }
    .click-to-scoll-section .fullwidth-menu li > a:before {
        font-size: 16px;
        margin-right: 8px;
    }
    .click-to-scoll-section .et_pb_row, .home-top-video {
        min-height: inherit;
    }
    .click-to-scoll-type-2 .fullwidth-menu ul li {
        float: left;
        width: 50% !important;
    }
    .home-title-logo img {
        max-width: 160px;
    }
    .post-details-text h1 {
        line-height: normal;
    }
    .single-post #main-content .container {
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 50px;
    }
    #main-content .container {
        padding-top: 50px;
        width: 100%;
        padding-left: 25px;
        padding-right: 15px;
    }
    .single-post.et_right_sidebar #left-area, .single-career_vacancies #content-area-left {
        margin-bottom: 0;
    }
    .jp-sharing-input-touch .sd-content ul li {
        padding-left: 0 !important;
    }
    #eligibility-questions .gfield_radio li, #questions li {
        width: auto !important;
    }
    .title-big-redborder h1, .section-social-worker h1, .scale-of-the-need-section h1 {
        font-size: 28px!important;
        line-height: 32px!important;
    }
    .title-big-redborder h1, .title-big-redborder h2 {
        position: relative;
        display: inline-block;
        margin-bottom: 25px;
        padding-bottom: 25px;
    }
    .double-border-tilte-text h3.et_pb_module_header {
        margin-bottom: 24px;
    }
    .frontline-programme-sec-2-left p {
        padding-bottom: 15px;
        font-size: 14px;
    }
    .new-banner {
        min-height: 350px;
    }
    .new-banner h1 {
        font-size: 34px;
    }
    .new-banner.et_pb_fullwidth_header .header-content {
        padding: 0;
    }
    .toggle-white-box > div:first-child {
        margin-bottom: 10px;
    }
    .toggle-white-box .new-according .et_pb_toggle_content p {
        line-height: 18px;
        font-size: 14px;
    }
    .title-filp-box h4 {
        font-size: 20px;
        line-height: 25px;
    }
    .latest-wrap h3.entry-title, .latest-sidebar h3 {
        font-size: 22px;
        line-height: normal;
    }
    .jp-relatedpostss .jp-relatedposts-post > a img {
        height: 150px;
    }
    .jp-relatedpostss h3.jp-relatedposts-headline em {
        font-size: 22px;
    }
    .latest-wrap .d-flex > div:first-child {
        margin-right: 0;
    }
    .border-tb-1 {
        min-height: inherit;
        padding-bottom: 70px;
        margin-top: 25px;
    }
    .latest-wrap article {
        margin-bottom: 10px;
    }
    .latest-wrap .blog-thumb {
        min-height: 250px;
    }
    .home-top-section h3.et_pb_module_header {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 18px;
        padding-bottom: 17px;
    }
    .home-top-section .et_pb_blurb_description, .home-left-text p, .latest-view-link a {
        font-size: 14px;
        line-height: 1.5em;
    }
    body #page-container div#main-content .et_pb_button.small-btn {
        width: 100%;
    }
    #page-container div#main-content .et_pb_button.small-btn {
        font-size: 14px;
        padding: 8px 0 7px;
        text-align: center;
    }
    .home-title-logo, div#research > .et_pb_code_inner > .et_pb_column {
        margin-bottom: 22px !important;
    }
    .link-title-block {
        min-height: 272px;
    }
    .link-title-block .et_pb_text_inner .span {
        font-size: 15px;
    }
    .fellowship-block h3.et_pb_module_header {
        margin-bottom: 20px;
    }
    .fellowship-block h3.et_pb_module_header:before {
        top: 34px;
    }
    .title-red-border h2 {
        font-size: 32px !important;
    }
    .title-red-border h2:after {
        bottom: 6px;
        left: 2px;
        width: 15px;
        height: 4px;
    }
    .latest-title {
        font-size: 20px;
        line-height: normal;
    }
    .footer-bottom {
        padding-top: 35px;
    }
    .footer-logo-left, .footer-menu-right {
        float: none;
        text-align: center;
        width: 100%;
    }
    #footer-bottom .logo_container {
        -webkit-justify-content: center;
        justify-content: center;
    }
    .footer-menu-right {
        padding-left: 0;
    }
    ul.et-social-icons {
        display: inline-block;
        margin: 20px auto 0;
    }
    .bottom-nav {
        justify-content: center;
    }
    .bottom-nav li {
        margin-top: 10px;
    }
    .bottom-nav li a {
        font-size: 13px;
    }
    #footer-info {
        padding: 20px 0 40px;
        width: 100%;
    }
    #footer-bottom a {
        font-weight: 600;
    }
    .post-banner-text h1 {
        padding-bottom: 0px;
    }
    .post-banner-text h2 {
        font-size: 14px;
    }
    .et_pb_number_counter .percent {
        height: 60px;
    }
    .et_pb_number_counter .percent p {
        font-size: 60px;
        line-height: 60px;
    }
    .scale-of-the-need-section .et_pb_row_4.et_pb_row {
        padding-top: 0;
    }
    .what-social-work-box {
        margin-bottom: 0 !important;
        background-size: 140px;
    }
    .mobile-spacing-row {
        padding-top: 55px !important;
        padding-bottom: 30px !important;
    }
    .mobile-spacing-bottom {
        padding-bottom: 55px !important;
    }
    .full-width-text-img-left-box, .full-width-text-img-box2 {
        padding: 50px 25px;
    }
    .et_pb_column.full-width-text-img-imgwrap,
    .new-impact-sections .et_pb_column.full-width-text-img-imgwrap {
        min-height: 350px;
    }
    .what-we-do-more .et_pb_text_inner {
        bottom: 35px;
        font-size: 14px;
    }
    .what-we-do-more .et_pb_text_inner:before {
        font: normal normal normal 14px/1 FontAwesome;
        margin-right: 2px;
    }
    .what-social-work-box .et_pb_module_header {
        padding-bottom: 15px;
    }
    .what-we-do-box .et_pb_module_header {
        padding-bottom: 17px;
    }
    .scale-need-box {
        padding: 28px 25px 35px;
    }
    .full-width-text-img-left-box .et_pb_module_header, .full-width-text-img-box2 .et_pb_module_header {
        padding-bottom: 0;
    }
    .slider-banner {
        height: 400px;
    }
    .et_pb_section_0 .et_pb_slide_description {
        padding: 20px 0;
    }
    .mobile-postion-bottom {
        background-position: left bottom;
    }
    .et_post_meta_wrapper img {
        height: 300px;
    }
    .postbox-blocks .latest-section .latest-content {
        padding: 25px;
    }
    .full-width-text-img-box2 ul li + li {
        margin-top: 3px;
    }
    .big-title-with-text .et_pb_blurb_description, .full-width-text-img-left-box .et_pb_blurb_description, .full-width-text-img-box2 .et_pb_blurb_description, .what-social-work-box .et_pb_blurb_description, .full-width-text-img-box2 ul {
        line-height: 22px;
    }
    .toggle-white-box .new-according .et_pb_toggle_content {
        line-height: normal;
    }
    .text-side-padding {
        padding: 35px 30px;
    }
    .video-carousel-box-wrap .et_pb_slide_description {
        padding-left: 25px;
        padding-right: 25px;
    }
    .video-carousel-box-wrap h2 {
        font-size: 20px;
    }
    .video-carousel-box-wrap.et_pb_slider .et-pb-arrow-prev,
    .video-carousel-box-wrap.et_pb_slider .et-pb-arrow-next {
        width: 25px;
    }
    .image-carousel-box-wrap {
        padding: 30px 0px;
    }
    .image-carousel-box-wrap .et_pb_slide_description {
        text-align: left;
    }
    .part-time-content, .part-time-box, .our-achievements-item {
        width: 100%;
    }
    .our-achievements-image {
        text-align: center;
    }
    .our-achievements-image img {
        display: block;
        margin: 0 auto;
    }
    .et_pb_column.ewd-address-wrap {
        width: 100% !important;
    }
    .et_pb_column.ewd-address-wrap .red-address {
        min-height: inherit;
        border-top: 1px solid #F0EEE9;
    }
    /* coaching password page */
    .ppw-post-password-container {
        padding: 50px 0;
    }
    .ppw-post-password-container input[type="password"] {
        margin-left: 0;
        min-width: 100%;
        width: 100%;
        margin-top: 10px;
    }
    .ppw-post-password-container input[type="submit"] {
        margin-left: 0;
        min-width: 100%;
        width: 100%;
    }
    /* Resources for social workers */
    .media-resources > div.et_pb_row {
        width: 100%;
    }
    .media-resources-block {
        width: 100%;
        margin-bottom: 0;
    }
    .media-resources-block ~ .media-resources-block {
        margin-top: 35px;
    }
    .media-resources-podcast {
        padding-top: 0;
    }
    .media-resources-podcast iframe {
        position: inherit;
        transform: inherit;
    }
    .media-resources ul.et_pb_tabs_controls {
        text-align: center;
    }
    .media-resources ul.et_pb_tabs_controls li {
        border-bottom: none;
        display: inline-block;
    }
    .single-media_resources .media_resources {
        margin-bottom: 40px;
    }
    .font-28 p {
        font-size: 20px;
    }
    .postbox-blocks .latest-section h3.post-title ~ h3.post-title {
        margin-top: 50px;
    }

    /*** The Frontline 5050 ***/
    .what-looking-for-box {
        padding: 30px;
        margin-bottom: 0;
    }

    .et_pb_tabs_controls li a {
        padding: 4px 20px;
    }
    .et_pb_all_tabs .et_pb_tab {
        padding: 20px;
    }
    .et_pb_testimonial {
        padding-left: 25px;
        padding-right: 25px;
    }

    /*** Vote Page ***/
    .vote-now-section {
        position: relative;
    }
    .vote-now-section:before {
        background-color: #FFFFFF;
        content: '';
        pointer-events: none;
        position: absolute;
        left: -10px;
        top: 0;
        height: calc(100% + 12px);
        width: calc(100% + 20px);
        z-index: -1;
    }
    .voting-banner .slider-banner {
        height: 380px;
    }
    .voting-banner .et_pb_slide_description .et_pb_slide_content {
        max-width: 280px;
    }
    .voting-banner .et_pb_slide_description .et_pb_slide_content p {
        display: inline;
    }
    .voting-banner .et_pb_more_button,
    .vote-now-btn.et_pb_button {
        font-size: 12px;
        letter-spacing: 1.5px;
        padding: .74em 2.25em;
    }
    .voting-banner .et_pb_button:hover,
    .vote-now-btn.et_pb_button:hover {
        padding: .74em 3.25em .74em 2.25em;
    }
    .voting-banner .et_pb_button:after,
    .voting-banner .et_pb_button:before,
    .vote-now-btn.et_pb_button:after,
    .vote-now-btn.et_pb_button:before {
        font-size: 20px;
    }
    .voting-banner .et_pb_more_button {
        margin-top: 42px;
    }
    .voting-banner .click-to-scoll-section .et_pb_row {
        padding: 0 20px !important;
    }
    .voting-banner .click-to-scoll-section nav.fullwidth-menu-nav > ul {
        padding: 12px 0 15px !important;
    }
    .voting-banner .click-to-scoll-section .fullwidth-menu li > a {
        font-size: 12px;
        letter-spacing: 1.2px;
        padding-bottom: 0;
    }
    .voting-banner .click-to-scoll-section .fullwidth-menu li > a:before {
        font-size: 21px;
        margin-right: 5px;
        vertical-align: middle;
    }
    .entry-content .et_pb_section.what-is-it-section,
    .vote-now-section.et_pb_section .et_pb_row {
        padding-left: 10px;
        padding-right: 10px;
    }
    .what-is-it-section .et_pb_blurb_description p,
    .vote-now-section .et_pb_blurb_description p {
        font-size: 12px;
    }
    .what-is-it-section .et_pb_blurb_description p:not(:last-child) {
        padding-bottom: 1.5em;
    }
    .vote-now-title .et_pb_module_header {
        padding-bottom: 18px;
    }
    .thank-you-voting-content p {
        font-size: 12px;
    }
}

@media screen and (max-width: 700px) {
    .filter-container {
        padding: 27px 20px !important;
    }
}

@media screen and (max-width: 600px) {
    .video-overlay-container video {
        height: 60vh;
        top: 20vh;
    }
    .video-overlay-container .close {
        top: 20px;
        right: 20px;
    }
}

@media screen and (min-width: 501px) {
    .wpcf7-form .sf_field > p {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
    }
    .wpcf7-form .sf_field .wpcf7-form-control-wrap {
        width: calc(100% - 33.3333%);
    }
    .wpcf7-form .sf_field input, .wpcf7-form .sf_field select, .wpcf7-form .sf_field textarea {
        width: 100%;
    }
    .wpcf7-form .sf_field label {
        padding-right: 10px;
    }
}

@media screen and (max-width: 500px) {
    .et_pb_text_0 h1 {
        font-size: 30px !important
    }
    #footer-bottom .et-social-icon a {
        font-size: 20px !important;
    }
    .carousel-cell {
        width: 100vw;
    }
    .team-container p {
        padding: 10px 0 !important;
        line-height: 1.2em !important;
        font-size: 1em;
    }
    .team-container h2 {
        font-size: 16px;
        padding: 0;
    }
    .team-container p {
        line-height: 1.5em !important;
    }
    .wpcf7-form span input, .wpcf7-form span select, .wpcf7-form span textarea, .wpcf7-form label {
        width: 100%;
    }
    .et_pb_slides {
        max-height: 100%;
    }
    #quote-slider .et_pb_container {
        height: 85vh !important;
        min-height: 85vh;
        max-height: 85vh;
    }
    .case-study .et_pb_blog_grid[data-columns] .et_pb_post {
        width: 100% !important
    }
    .article-half-block p.post-meta {
        float: left;
        padding: 7px 50px;
    }
    .article-half-block .post-content {
        width: 100%;
    }
    .article-half-block h2.entry-title {
        width: 100%;
    }
    .events-block {
        width: 100% !important;
    }
    .form_type_three .item-row .item-field, .gform_wrapper.signup-type-two_wrapper ul.gform_fields:not(.top_label) li > div {
        width: 100%;
    }
    .form_type_three .item-row label, .gform_wrapper.signup-type-two_wrapper ul.gform_fields:not(.top_label) .gfield_label {
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px;
    }
    .gform_wrapper.signup-type-two_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description, .gform_wrapper.signup-type-two_wrapper form ul.gform_fields:not(.top_label) li.gfield_html_formatted {
        margin-left: 0 !important;
    }
    .wpcf7-form .sf_field label {
        margin-bottom: 10px;
        min-height: inherit;
    }
    .wpcf7-form .sf_field + .sf_field {
        margin-top: 15px;
    }
    .sf_field.sf_field_i_consent.sf_type_checkbox, .wpcf7-form .sf_field.sf_field_recaptcha.sf_type_recaptcha {
        padding-left: 0;
    }
}

@media screen and (min-width: 501px) and (max-width: 767px) {
    .case-studie-banner {
        height: 297px;
    }
}

@media screen and (max-width: 479px) {
    .click-to-scoll-section .fullwidth-menu li {
        padding-right: 0;
        width: 100%;
    }
    .click-to-scoll-section.click-to-scoll-type-2 .fullwidth-menu li {
        float: left;
        width: 50%;
    }
    .latest-section .latest-itam {
        width: 100%;
    }
    .title-big-redborder h1, .section-social-worker h1, .scale-of-the-need-section h1 {
        font-size: 26px!important;
    }
    .small-text-box .text-filp-box, .text-filp-box {
        padding: 30px 20px 10px;
    }
    .text-filp-box .close {
        right: 12px;
        top: 12px;
    }
    .text-filp-box p {
        font-size: 14px;
        line-height: 18px;
    }
    .small-text-box .text-filp-box p {
        font-size: 13px;
        line-height: 18px;
    }
    .jp-relatedpostss .jp-relatedposts-post {
        width: 100%;
    }
    .jp-relatedpostss .jp-relatedposts-post > a img {
        height: 180px;
    }
    .jp-relatedpostss .jp-relatedposts-post + .jp-relatedposts-post {
        margin-top: 30px;
    }
    .single-post.et_right_sidebar #left-area {
        padding-bottom: 0;
    }
    .latest-wrap .blog-thumb {
        max-height: 250px;
    }
    .et_pb_column.full-width-text-img-imgwrap,
    .new-impact-sections .et_pb_column.full-width-text-img-imgwrap {
        min-height: 260px;
    }
    .latest-wrap .pagination a {
        padding: 15px;
        font-size: 12px;
    }
    .latest-wrap .pagination .alignleft a {
        margin-right: 15px;
    }
    .single-career_vacancies .event-hero, .single-career_vacancies .event-hero img {
        height: 320px;
    }
    .media_resources > .container {
        width: calc(100% - 30px);
    }
    .media-resources ul.et_pb_tabs_controls li a {
        padding: 7px 15px;
    }
    .achievments-logos .et_pb_column.et-last-child {
        margin: -10px !important;
        width: auto !important;
    }
    .achievments-logos .et_pb_column .et_pb_image {
        padding: 10px;
        width: 50%;
    }

    /* Lead form using Form Assembly (transparent design) */
    .transparent-form-wrap .wFormContainer form div.oneField,
    .assembly-form-wrap .wFormContainer .wForm .section.inline .oneField {
        width: 100%;
    }
    .transparent-form-wrap .wFormContainer .wForm .actions {
        padding: 20px 6px 0;
    }
    .assembly-form-wrap .wForm form .choices td {
        display: block;
    }
}

@media screen and (max-width: 359px) {
    .bottom-nav li {
        padding-left: 10px;
        padding-right: 10px;
    }
    .bottom-nav li a {
        font-size: 12px;
    }
    .media-resources ul.et_pb_tabs_controls li a {
        font-size: 13px;
        padding: 7px 12px;
    }
}