a {
    cursor: pointer
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    line-height: 1
}

p {
    padding: 0
}

.wrapper {
    max-width: 1200px;
    margin: 0 auto
}

body {
    font-family: 'Merriweather';
    color: #222324
}

.red {
    color: #cc1f27
}

.clearListing {
    list-style-type: none
}

.clearStyle {
    padding: 0;
    margin: 0
}

.noPadding {
    padding: 0
}

.center {
    text-align: center
}

.right {
    text-align: right
}

.asideButtons {
    box-shadow: 2px 3px 16px 0 rgba(0, 0, 0, .16);
    padding: 13px 0;
    position: fixed;
    right: 46px;
    top: 30%;
    transform: rotate(-90deg);
    transform-origin: right top;
    background: #cc1f27;
    z-index: 5
}

.asideButton {
    color: #fff !important;
    font-family: 'Lato';
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 5px 25px;
    position: relative;
    transition: font-size 300ms ease
}

.red {
    color: #cc1f27
}

.requestBlood,
.donateBlood {
    display: none
}

.fancyBox {
    width: 100vw;
    height: 98vh
}

.requestBlood .textBlock,
.donateBlood .textBlock {
    max-width: 580px;
    margin: 0 auto;
    padding: 100px 0 0
}

.fancyTitle {
    font-size: 60px;
    line-height: 65px;
    color: #cc1f27;
    padding: 0 0 60px
}

.center {
    text-align: center
}

.inputEntity,
.inputParent,
.textareaParent {
    position: relative
}

.stackedInput {
    display: flex;
    padding: 0 0 10px
}

.clearStyle {
    padding: 0;
    margin: 0
}

.clearListing {
    list-style-type: none
}

.stackedInput li {
    flex: 1
}

.customRadio:checked,
.customRadio:not(:checked) {
    opacity: 0
}

.customRadio.cust:checked+label {
    background: #cc1f27;
    color: #fff
}

.customRadio.cust+label {
    padding: 15px 35px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Lato';
    border-radius: 10px;
    border: none;
    box-shadow: 2px 3px 16px 0 rgba(0, 0, 0, .16);
    transition: background 300ms ease
}

.customRadio:checked+label,
.customRadio:not(:checked)+label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    line-height: 27px;
    display: inline-block
}

.currency {
    font-family: 'Lato';
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    right: 10px;
    bottom: 10px
}

.floating-label {
    position: absolute;
    pointer-events: none;
    font-family: 'Lato';
    font-size: 18px;
    color: #a9aaaa;
    left: 20px;
    bottom: 10px;
    transition: .2s ease all
}

.inputEntity--amount input {
    padding-right: 60px
}

.bannerTitle {
    font-size: 70px;
    color: #cc1f27
}

.bannerTitle:nth-child(2) {
    padding: 0
}

.bannerSlider {
    margin-bottom: 80px
}

.bannerSlider .listingHolder {
    margin-top: 0
}

.topicTitle {
    font-family: 'Lato';
    font-size: 16px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase
}

.topicTitle--bold {
    font-weight: 700
}

.topicTitle--small {
    font-size: 14px
}

.menuItem {
    font-family: 'Lato';
    font-size: 14px;
    font-weight: 900;
    padding-left: 45px;
    letter-spacing: .1em;
    position: relative;
    text-transform: uppercase
}

.menuItem:last-child {
    padding-right: 0
}

.menuItem--bold {
    font-weight: 700
}

.menuItem.active {
    color: #cc1f27
}

.menuItem:after {
    content: '';
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 0;
    height: 2px;
    background: #cc1f27;
    transition: width 300ms ease;
    margin-left: 22px
}

.menu-item:hover .menuItem:after {
    width: calc(100% - 40px)
}

.menu-item:hover .menuItem,
.sub-menu .menuItem:hover {
    color: #cc1f27
}

.menu-item:hover .sub-menu .menuItem {
    color: inherit
}

.menu-item:hover .sub-menu .menuItem:hover {
    color: #cc1f27
}

.smallMenuItem {
    font-family: 'Lato';
    font-size: 11px;
    font-weight: 700;
    color: #6f6e6e;
    position: relative;
    padding: 0 15px;
    letter-spacing: .1em;
    transition: color 300ms ease;
    text-transform: uppercase
}

.smallMenuItem:not(:last-child):after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #6f6e6e
}

.smallMenuItem.active {
    color: #cc1f27
}

.smallMenuItem:hover {
    color: #000
}

.liContainer:last-child .smallMenuItem:after {
    display: none
}

.fancyTitle {
    font-size: 60px;
    line-height: 65px;
    color: #cc1f27;
    padding: 0 0 60px
}

.itemTitle {
    font-size: 30px;
    line-height: 35px
}

.itemTitle--big {
    font-size: 36px;
    line-height: 42px;
    font-weight: 700
}

.itemTitle--med {
    font-size: 25px;
    font-weight: 700
}

.itemTitle--small {
    font-size: 23px;
    line-height: 30px
}

.itemDate {
    font-family: 'Lato';
    font-size: 12px;
    font-weight: 900;
    color: #4a4b4c;
    letter-spacing: .2em
}

.smallTitle {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: #000
}

.smallLink {
    font-family: 'Lato';
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .1em
}

.breadCrumbItem {
    font-family: 'Lato';
    font-size: 12px;
    padding: 0 10px 0 5px;
    position: relative
}

.breadCrumbItem:after {
    content: '/';
    position: absolute;
    right: 0;
    top: 0;
    font-family: 'Lato';
    font-size: 12px
}

.breadCrumbItem.last:after {
    display: none
}

.number {
    font-size: 60px;
    font-weight: 300;
    line-height: 1;
    color: #cc1f27
}

.par--main {
    font-size: 22px
}

.par {
    font-size: 18px
}

.par--small {
    font-family: 'Lato';
    font-size: 14px;
    line-height: 24px
}

.par--big {
    font-family: 'Lato';
    font-size: 20px;
    line-height: 26px
}

.button {
    font-family: 'Lato';
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .1em;
    text-align: left;
    color: #fff;
    padding: 15px 20px;
    display: inline-block;
    text-transform: uppercase;
    background: #cc1f27;
    min-width: 220px;
    box-shadow: 2px 3px 16px 0 rgba(0, 0, 0, .16);
    transition: background 300ms ease
}

.button--inverted {
    color: #cc1f27;
    background: #fff;
    padding: 20px
}

.buttonHolder {
    position: relative;
    display: inline-block
}

.buttonIcon {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translate(0, -50%);
    transition: right 300ms ease, border 300ms ease;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 8px;
    border-color: transparent transparent transparent #fff
}

.button--inverted+.buttonIcon {
    border-color: transparent transparent transparent #cc1f27
}

.buttonHolder:hover .button--inverted+.buttonIcon {
    right: 20px;
    border-color: transparent transparent transparent #fff
}

.buttonHolder:hover .buttonIcon {
    right: 20px;
    border-color: transparent transparent transparent #cc1f27
}

.buttonHolder:hover .button {
    background: #fff;
    color: #cc1f27
}

.buttonHolder:hover .button--inverted {
    background: #cc1f27;
    color: #fff
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -40px
}

.owl-theme .owl-dots .owl-dot {
    position: relative;
    margin-right: 10px
}

.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    border: 1px solid #fff;
    background: transparent;
    margin: 0 auto;
    transition: all 400ms ease
}

.owl-theme .owl-dots .owl-dot span:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    display: block
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 13px;
    height: 13px;
    background: #fff
}

.owl-carousel button.owl-dot {
    width: 13px;
    height: 13px
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: transparent
}

.owl-theme .owl-dots {
    text-align: center
}

.headerCont {
    display: flex;
    justify-content: flex-end;
    position: relative
}

.logoHolder--main a {
    display: block
}

.mainMenu ul,
.subMenu ul {
    display: flex;
    justify-content: flex-end
}

.subMenu ul {
    padding: 15px 0 10px
}

.language {
    display: block;
    font-size: 14px;
    font-weight: 700;
    vertical-align: super;
    padding: 15px 0 10px 0;
    font-family: 'Cairo', sans-serif
}

.menuHolder {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.sectionBanner {
    position: relative
}

.sliderText {
    font-size: 24px;
    line-height: 28px;
    padding: 20px 0 0
}

.bannerSlider .itemHolder {
    height: 700px;
    width: 100%;
    position: relative
}

.bannerSlider .itemHolder:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(20, 20, 20, .5)
}

.slider-text-bg {
    color: #fff;
    font-family: 'Merriweather';
    font-size: 60px;
    letter-spacing: 0;
    line-height: 75px;
    padding-top: 180px;
    position: relative;
    z-index: 1;
    margin-bottom: 34px
}

.bannerSlider .itemHolder .button {
    text-align: center;
    position: relative;
    z-index: 1
}

.fancyBox {
    width: 100vw;
    height: 98vh
}

.fancybox-button {
    width: 26px;
    height: 26px
}

.fancybox-slide--html .fancybox-close-small {
    padding: 0;
    color: #cc1f27;
    opacity: 1;
    top: 30px;
    right: 30px;
    border: 1px solid #cc1f27;
    border-radius: 50%
}

input,
select,
textarea {
    width: 100%;
    border: none;
    border-bottom: 2px solid #cfd1d2;
    margin: 40px 0 0;
    background: transparent;
    padding-left: 20px
}

input,
label,
textarea {
    font-family: 'Lato';
    font-size: 18px
}

label {
    color: #727373
}

textarea::placeholder,
input::placeholder {
    color: #a9aaaa
}

textarea {
    min-height: 110px
}

.selectHolder .dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
    display: none;
    z-index: 3;
    border: 2px solid #cfd1d2;
    max-height: 200px;
    overflow: auto;
    background: #fff
}

.selectHolder:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%) rotate(45deg);
    width: 10px;
    height: 10px;
    border-right: 2px solid #a9aaaa;
    border-bottom: 2px solid #a9aaaa
}

.selectHolder.active:after {
    border-color: #fff
}

.selectHolder .dropdown li a {
    display: block;
    color: #222324;
    padding: 10px 15px
}

.selectHolder .dropdown li {
    border-top: 1px solid #b1b0b0;
    transition: background 300ms ease
}

.selectHolder .dropdown li:hover {
    background: #cc1f27
}

.selectHolder .dropdown li:hover a {
    color: #fff
}

.selectHolder .dropdown li:first-child {
    border-top: none
}

.customRadio:checked,
.customRadio:not(:checked) {
    opacity: 0
}

.customRadio:checked+label,
.customRadio:not(:checked)+label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    line-height: 27px;
    display: inline-block
}

.customRadio:checked+label:before,
.customRadio:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #a9aaaa;
    border-radius: 100%
}

.customRadio:checked+label:after,
.customRadio:not(:checked)+label:after {
    content: '';
    width: 15px;
    height: 15px;
    background: #cc1f27;
    position: absolute;
    top: 8px;
    left: 8px;
    border-radius: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.customRadio:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.customRadio:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.stackedInput {
    display: flex;
    padding: 0 0 10px
}

.stackedInput li {
    flex: 1
}

.formActions {
    margin: 90px 0 0
}

.sectionContactForm .formActions {
    margin: 0
}

.customRadio.cust+label:before {
    display: none
}

.customRadio.cust+label:after {
    display: none
}

.customRadio.cust+label {
    padding: 15px 35px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Lato';
    border-radius: 10px;
    border: none;
    box-shadow: 2px 3px 16px 0 rgba(0, 0, 0, .16);
    transition: background 300ms ease
}

.customRadio.cust+label:hover {
    color: #fff;
    background: #cc1f27
}

.customRadio.cust:checked+label {
    background: #cc1f27;
    color: #fff
}

.inputEntity--amount {
    position: relative
}

. .inputEntity--amount input {
    padding-right: 60px
}

.required {
    font-family: 'Lato';
    font-size: 13px;
    color: #a9aaaa;
    padding: 30px 30px 0;
    display: inline-block
}

.sectionApply {
    background: #222324;
    padding: 70px 0 160px
}

.sectionApply .buttonHolder {
    margin: 60px 0 0
}

.applyForm {
    display: none;
    width: 100vw;
    height: 98vh
}

.applyForm .textBlock {
    max-width: 580px;
    margin: 0 auto
}

.formTitle {
    font-size: 60px;
    padding: 30px 0 10px
}

.formPar {
    font-family: 'Source Sans Pro';
    font-size: 20px;
    color: #393d3e
}

.tab-pane {
    display: none
}

.tab-pane.active {
    display: block
}

.nav-tabs {
    display: flex;
    justify-content: space-between;
    padding: 35px 0 20px
}

.nav-tabs .active .tabItem {
    color: #cc1f27;
    position: relative
}

.nav-tabs .active .tabItem:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #cc1f27
}

.nav-tabs li {
    flex: 1;
    text-align: center;
    position: relative
}

.tabItem {
    font-family: 'Lato';
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase
}

.nav-tabs li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #d3d4d4
}

.nav-tabs li:last-child:after {
    display: none
}

.applyForm .required {
    padding: 10px 5px 0
}

.tab-content {
    max-height: 550px;
    overflow-y: auto;
    overflow-x: hidden
}

.applyForm .buttonHolder {
    margin: 40px 0 0;
    left: 50%;
    transform: translate(-50%, 0)
}

.twitterIcon,
.youtubeIcon,
.facebookIcon,
.instagramIcon {
    transition: fill 300ms ease
}

.sectionCopyright {
    border-top: 1px solid #49494a
}

.sectionMobile {
    background: #363636;
    position: relative
}

.sectionMobile .topicTitle {
    text-transform: uppercase
}

.imageHolder--phone {
    position: absolute;
    bottom: -100px
}

.imageHolder--phone:first-child {
    z-index: 2;
    bottom: -120px
}

.imageHolder--phone:last-child {
    right: 70px
}

.sectionMobile .itemTitle {
    padding: 25px 0 30px
}

.sectionMobile .iconHolder {
    padding: 20px 0 60px
}

.sectionMobile .iconHolder a:first-child {
    padding: 0 10px 0 0
}

.sectionMobile:after {
    content: '';
    position: absolute;
    top: 53%;
    left: 50%;
    width: 1px;
    height: 75%;
    transform: translate(-50%, -50%);
    background: #737373
}

.sectionMenu {
    padding: 60px 0 40px
}

.hite {
    color: #fff
}

.inputEntity,
.inputParent,
.textareaParent {
    position: relative
}

input[type='date']:not(:focus)+.floating-label {
    bottom: 40px;
    left: 20px;
    font-size: 13px
}

input:focus+.floating-label,
input:focus~.floating-label,
input+.floating-label.active,
input~.floating-label.active {
    bottom: 40px;
    left: 20px;
    font-size: 13px
}

.floating-label {
    position: absolute;
    pointer-events: none;
    font-family: 'Lato';
    font-size: 18px;
    color: #a9aaaa;
    left: 20px;
    bottom: 10px;
    transition: .2s ease all
}

textarea+.floating-label {
    top: 40px
}

textarea:focus+.floating-label,
textarea+.floating-label.active {
    top: 20px;
    font-size: 13px
}

.animate {
    transform: translateY(20px) scale(.95);
    opacity: 0;
    transition: transform 1050ms cubic-bezier(.14, .82, 0, 1.01), opacity 700ms ease;
    will-change: transform, opacity
}

.animate.in-view {
    visibility: visible;
    -webkit-transform: translateY(0) scale(1);
    opacity: 1
}

.header {
    background: #f4f4f4
}

.logoHolder--main {
    background: #fff;
    padding: 25px 15px 15px;
    display: inline-block;
    position: absolute;
    left: 0;
    z-index: 9;
    box-shadow: 0 0 20px 0 rgba(33, 30, 31, .1);
    text-shadow: 0 0 20px rgba(33, 30, 31, .1)
}

#intro {
    margin-bottom: 130px
}

#intro h3 {
    color: #222324;
    font-family: 'Merriweather';
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 38px
}

.key-figures {
    list-style: none
}

.key-figures li {
    margin-bottom: 34px
}

.key-figures li span {
    color: #cc1f27;
    font-family: 'Merriweather';
    font-size: 45px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 60px;
    display: block
}

.key-figures li p {
    color: #222324;
    font-family: 'Lato';
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    text-transform: uppercase
}

#what-we-doing {
    background-color: #f6f6f4;
    padding-top: 86px;
    padding-bottom: 190px
}

.section-title {
    font-family: 'Merriweather';
    font-size: 35px;
    letter-spacing: 0;
    line-height: 50px;
    margin-bottom: 34px
}

.section-subtitle {
    color: #222324;
    font-family: 'Lato';
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 28px
}

.text {
    color: #222324;
    font-family: 'Lato';
    font-size: 16px;
    letter-spacing: 0;
    line-height: 28px;
    margin-top: 15px
}

.bordered-box {
    background-color: #fff;
    border-left: 4px solid #cc1f27;
    color: #222324;
    font-family: Lato;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    min-height: 357px
}

.box-title {
    text-transform: uppercase;
    color: #cc1f27;
    margin-bottom: 22px;
    font-weight: 700
}

.box-bg-txt {
    font-family: 'Merriweather';
    font-size: 24px;
    letter-spacing: 0;
    line-height: 34px
}

#what-we-doing .bordered-box {
    padding: 46px 40px
}

#priority .bordered-box {
    padding: 38px 40px;
    background-color: #f6f6f4
}

#priority {
    position: relative;
    padding-top: 90px
}

#priority .bordered-img {
    position: absolute;
    left: 0;
    top: -90px;
    max-width: 718px
}

.bordered-img img {
    width: 100%;
    position: relative
}

.bordered-img:before {
    content: '';
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 100%;
    height: 100%;
    background: #cc1f27;
    z-index: 0
}

#priority .text:first-of-type {
    margin-bottom: 120px
}

.text-list {
    position: relative;
    padding-left: 18px
}

.text-list li {
    margin-bottom: 12px
}

.banner {
    height: 450px;
    width: 100%
}

#how-help {
    padding-bottom: 140px
}

#how-help .grey-section {
    height: 659px;
    background-color: #f6f6f4;
    padding-top: 80px
}

.white-block {
    background-color: #fff;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .15);
    padding: 40px;
    margin-bottom: 30px
}

.link {
    color: #cc1f27
}

#block-up {
    margin-top: -200px
}

#how-help .bordered-box {
    background-color: #f6f6f4;
    padding: 40px 32px;
    min-height: 195px;
    margin-bottom: 22px
}

#contributions {
    background-color: #e3e2dd;
    padding-top: 58px;
    padding-bottom: 50px;
    position: relative
}

#contributions .bordered-img {
    position: absolute;
    right: 0;
    top: -90px;
    max-width: 718px
}

#contributions .bordered-img:before {
    right: auto;
    left: -10px
}

#contact {
    text-align: center;
    padding: 60px
}

footer {
    height: 154px;
    background-color: #222324;
    color: #fff;
    padding: 30px 0;
    border-top: 5px solid #cc1f27
}

footer p {
    font-family: 'Lato';
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px
}

.social-icons {
    list-style: none
}

.social-icons li {
    padding-left: 26px;
    display: inline-block
}

.social-icons li svg {
    fill: #fff
}

.social-icons li a:hover svg {
    fill: #cc1f27
}

.credits {
    opacity: .63;
    color: #fff;
    font-family: Lato;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 18px;
    margin-top: 20px
}

#close-notification {
    float: right;
    width: 26px;
    height: 26px;
    margin-top: -18px;
    cursor: pointer
}

header {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.notification-open.front-page header {
    margin-top: 124px
}

.notification-open.front-page .notification-bar {
    height: 124px;
    padding: 30px 0;
    opacity: 1;
    visibility: visible
}

.front-page .notification-bar {
    background-color: #cc1f27;
    color: #fff;
    font-family: 'Lato';
    font-size: 18px;
    letter-spacing: 0;
    line-height: 28px;
    position: absolute;
    width: 100%;
    padding: 0;
    top: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease
}

#bank-details {
    padding-top: 40px;
    width: 670px;
    max-width: 100%;
    padding-left: 80px
}

#bank-details .section-subtitle {
    margin-bottom: 20px
}

.bank-detail-block {
    color: #222324;
    font-family: 'Lato';
    font-size: 14px;
    letter-spacing: 0;
    line-height: 27px;
    padding-bottom: 26px;
    margin-bottom: 22px;
    border-bottom: 1px solid #ddd
}

.bank-detail-block span {
    display: inline-block;
    width: 104px
}

.bank-detail-block:last-of-type {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.pageTitleRed {
    color: #cc1f27;
    font-family: 'Merriweather';
    font-size: 60px;
    letter-spacing: 0;
    line-height: 75px
}

.contactTitle {
    color: #222324;
    font-family: 'Merriweather';
    font-size: 35px;
    letter-spacing: 0;
    line-height: 50px;
    margin-bottom: 30px
}

.sectionContactForm {
    background: linear-gradient(to bottom, #ebebe7 0%, #fff 50%);
    padding: 70px 0 140px
}

.sectionContactForm select,
.sectionContactForm textarea {
    background: transparent
}

.sectionContactForm {
    background: linear-gradient(180deg, #e3e2dd 0%, rgba(243, 243, 240, 0) 100%);
    padding-top: 65px
}

.sectionContactForm .sectionTitle {
    padding: 0 0 30px
}

.sectionContactForm .topicTitle {
    padding: 25px 0 10px
}

.sectionContactForm .topicTitle,
.sectionContactForm .par--small {
    text-transform: none;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: .05em
}

.sectionContactForm .facebookIcon,
.sectionContactForm .twitterIcon,
.sectionContactForm .youtubeIcon,
.sectionContactForm .instagramIcon {
    fill: gray;
    margin: 0 20px 0 0
}

.sectionContactForm .buttonHolder .button {
    text-align: center
}

.dk-selected {
    pointer-events: none;
    font-family: 'Lato';
    font-size: 18px;
    color: #a9aaaa;
    transition: .2s ease al
}

.dk-select {
    padding-left: 20px;
    border-bottom: 2px solid #cfd1d2
}

.dk-selected:before {
    border-top-color: #cc1f27;
    border-width: .4em .3em 0
}

.dk-select-open-down .dk-selected:before {
    border-width: 0 .3em .4em
}

.dk-select-open-up .dk-selected:after,
.dk-select-open-down .dk-selected:after,
.dk-selected:after {
    border-left: none
}

.dk-select-open-up .dk-selected:before,
.dk-select-open-down .dk-selected:before {
    border-bottom-color: #cc1f27
}

.dk-select-open-up .dk-select-options,
.dk-select-open-down .dk-select-options,
.dk-select-multi:focus .dk-select-options {
    display: block;
    border-color: #cc1f27
}

.dk-option {
    padding-bottom: 4px;
    padding-top: 4px;
    padding-left: 20px
}

.dk-select-options .dk-option-highlight {
    background-color: #cc1f27
}

.sectionBanner--contact {
    padding: 120px 0 85px 0
}

.sectionTenders .borderBlockListing {
    padding: 50px 0 0
}

.sectionTenders .borderBlockListing .itemHolder {
    min-height: 260px;
    display: flex;
    flex-direction: column
}

.sectionTenders .borderBlockListing .itemDate {
    padding: 0 0 20px
}

.sectionTenders .borderBlockListing .par--main {
    flex: 1
}

.sectionTenders .borderBlockListing .linkHolder {
    align-self: flex-end
}

#page .sectionTenders .wrapper p.par--main {
    font-size: 22px
}

.borderBlockListing {
    display: flex;
    flex-wrap: wrap
}

.borderBlockListing .itemTitle--small {
    font-size: 24px;
    line-height: 31px;
    max-width: 160px;
    width: 100%;
    padding: 0 0 15px
}

.borderBlockListing .par--lato {
    font-size: 16px;
    line-height: 22px;
    padding: 0 0 30px
}

.borderBlockListing .listingItemLI {
    margin: 0 0 30px
}

.borderBlockListing .itemHolder {
    display: inline-block;
    padding: 30px;
    border: 4px solid #d7d7d7;
    height: 100%
}

.borderBlockListing .linkHolder--arrow-border:hover .redArrow {
    right: auto
}

.borderBlockListing .itemHolder:hover .linkHolder--arrow-border .redArrow {
    right: -35px
}

.borderBlockListing .linkHolder {
    float: right;
    margin-right: 15px
}

.sectionPressDet {
    background: linear-gradient(to bottom, #ebebe7 0%, #fff 100%);
    padding: 80px 0 80px;
    border-bottom: 2px solid #f4f4f4
}

.sectionPressDet .sectionTitle {
    padding: 15px 0
}

.sectionPressDet .blockBody {
    max-width: 970px;
    width: 100%
}

.sectionPressDet .par--small {
    font-size: 16px;
    padding: 20px 0 0
}

.redArrow {
    position: absolute;
    bottom: 20px;
    right: 25px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #cc1f27;
    border-right: 2px solid #cc1f27;
    transform: rotate(45deg)
}

.linkHolder--back {
    position: relative;
    display: inline-block;
    margin-bottom:30px;
}

.linkHolder--back .redArrow {
    position: relative;
    display: inline-block;
    right: auto;
    bottom: auto;
    transform: rotate(-135deg);
    margin: 0 10px 0 0
}

.sectionTitle {
    font-size: 40px;
    line-height: 50px
}

.linkHolder--arrow-border .redArrow {
    right: -25px;
    bottom: auto;
    top: 50%;
    transform: translate(0, -50%) rotate(45deg);
    transition: right 300ms ease
}

.linkHolder--arrow-border {
    position: relative;
    display: inline-block
}

.linkHolder--arrow-border:hover .redArrow {
    right: -35px
}

.linkHolder--arrow-border a {
    padding: 0
}

.sectionPressDet table {
    font-family: 'Lato'
}

.sectionPressDet table tr {
    height: 30px
}

.sectionPressDet table tr:first-child {
    height: 50px
}

.sectionBanner--dcfs {
    padding: 135px 0 89px 0
}

.sectionBanner--dcfs .pageTitleRed {
    font-size: 45px;
    line-height: 56px
}

#intro-dcfa {
    background: linear-gradient(180deg, rgb(227 226 221 / 0.3) 0%, rgba(243, 243, 240, 0.3) 100%);
    padding: 60px 80px
}

#intro-dcfa .intro-dcfa {
    max-width: 100%
}

.bordered-img-full img {
    width: 100%;
    position: relative
}

.bordered-img-full img:before {
    content: '';
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 100%;
    height: 100%;
    background: #cc1f27;
    z-index: 0
}

#what-is-doing,
#why-we-chose {
    background-color: #f6f6f4;
    padding: 80px 0 75px 0
}

#what-is-doing .bordered-box {
    padding: 40px 35px
}

#how-delivered,
#how-selected,
#faq {
    padding: 80px 0
}

#how-delivered .bordered-img {
    max-width: 100%!important;
    position: relative
}

.toggleContent {
    display: none;
    font-family: 'Lato';
    font-size: 16px;
    letter-spacing: 0;
    line-height: 28px;
    margin-bottom: 24px
}

#faq .text-intro {
    font-size: 18px;
    margin-bottom: 20px
}

#faq .toggleTitle {
    color: #222324;
    font-family: 'Lato';
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 28px;
    position: relative;
    padding: 20px 0;
    cursor: pointer
}

#faq .toggleTitle:after {
    content: "";
    position: absolute;
    right: 0;
    height: 18px;
    width: 18px;
    background: url(https://www.redcross.org.lb/wp-content/themes/savelives/assets-landing/img/plus.svg);
    background-size: contain;
    top: 23px
}

#faq .toggleTitle.active:after {
    background: url(https://www.redcross.org.lb/wp-content/themes/savelives/assets-landing/img/minus.svg);
    background-size: contain;
    height: 2px;
    width: 18px;
    top: 31px
}

.toggleItem {
    border-bottom: 2px solid #ddd
}

.contactForm .selectHolder:after {
    content: none
}

.contactForm .selectHolder {
    min-height: 70px
}

.contactForm .formActions .button {
    margin: 0
}

.wpml-ls-legacy-list-horizontal {
    position: absolute;
    right: 0;
}

.wpml-ls-legacy-list-horizontal a {
    display: block;
    text-decoration: none;
    padding: 5px 10px;
    line-height: 1;
    font-size: 14px;
    font-weight: 700;
    vertical-align: super;
    padding: 15px 0 10px 0;
    font-family: 'Cairo', sans-serif;
    color: #cc1f27
}

#page .wrapper p {
    font-size: 16px;
    line-height: 24px
}

.sectionPressDet .par--small a {
    text-decoration: underline
}

.mobile-only {
    display: none
}

.desktop-only {
    display: block
}

.phone {
    margin-top: 37px
}

.phone .floating-label {
    left: 100px;
    bottom: 22px
}

.wpcf7-form-control-wrap.your-message,
.wpcf7-form-control-wrap.phonetext-818 {
    display: block
}

.contactForm .contactTitle {
    margin-bottom: 40px
}

.wpcf7 form.sent:after,
.wpcf7 form.failed:after,
.wpcf7 form.output:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background: #0000008a;
    width: 100%;
    height: 100%;
    z-index: 9
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    position: fixed;
    top: 50%;
    left: 50%;
    background: #fff;
    min-height: 150px;
    display: flex;
    padding: 50px 89px;
    z-index: 10;
    text-align: center;
    font-size: 20px;
    line-height: 36px;
    font-weight: 300;
    max-width: 500px;
    align-items: center;
    transform: translate(-50%, -50%);
    border: 0
}

.wpcf7 form.sent span.closeBtn,
.wpcf7 form.failed span.closeBtn,
.wpcf7 form.aborted span.closeBtn {
    position: fixed;
    top: 48%;
    right: calc(50% - 240px);
    background: #fff;
    z-index: 10;
    display: block;
    width: 20px;
    height: 20px;
    align-items: center;
    transform: translate(-50%, -50%);
    border: 0;
    background: url(/wp-content/uploads/2020/10/xclose.png.pagespeed.ic.a8NaSeatuj.png)
}

.bannerSlider .itemHolder.arabic:after {
    content: none
}

.slider-text-bg.arabic {
    font-family: 'Cairo';
    text-align: right;
    direction: rtl;
    color: #222324
}

.bannerSlider .itemHolder.arabic .buttonHolder {
    float: right
}

.pagination {
    margin-top: 50px
}

.page-numbers {
    margin-right: 12px;
    padding: 2px 7px;
    border: 1px solid #000
}

.page-numbers.next,
.page-numbers.prev {
    border: none;
    padding: 0
}

.page-numbers.current {
    color: #cc1f27;
    border: 1px solid #cc1f27
}

.contentPageDCFS h3 {
    margin-bottom: 70px;
    font-weight: normal!important
}

.contentPageDCFS .bordered-full {
    margin-bottom: 47px
}

.contentPageDCFS h4 {
    margin-top: 53px;
    color: #cc1f27;
    font-family: 'Merriweather';
    font-size: 22px;
    letter-spacing: 0;
    line-height: 38px;
    margin-bottom: 15px
}

.contentPageDCFS h5 {
    color: #222324;
    font-family: 'Merriweather';
    font-size: 20px;
    letter-spacing: 0;
    line-height: 28px
}

.contentPageDCFS p {
    margin-top: 30px
}

.contentPageDCFS ul {
    margin: 0;
    padding: 0;
    padding-left: 16px
}

.contentPageDCFS ul li {
    line-height: 28px
}

.contentPageDCFS hr {
    margin: 37px 0 51px 0
}

.bordered-full {
    width: 100%;
    position: relative
}

.bordered-full img {
    width: 100%;
    position: relative
}

.bordered-full:before {
    content: '';
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 100%;
    height: 100%;
    background: #cc1f27;
    z-index: 0
}

.mainMenu .sub-menu {
    position: absolute;
    width: auto;
    background: #fff;
    justify-content: flex-start;
    top: 100%;
    min-width: 200px;
    margin-left: 15px;
    list-style: none;
    flex-direction: column;
    padding: 40px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .15);
    opacity: 0;
    visibility: hidden
}

.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible
}

.mainMenu .sub-menu li {
    padding-top: 10px;
    padding-bottom: 10px
}

.mega-menu .sub-menu li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    padding-left: 20px;
    max-width: 33%
}

.mega-menu .sub-menu {
    min-width: 80%;
    max-height: 264px;
    flex-wrap: wrap
}

.mega-menu .sub-menu:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 74%;
    left: 32%;
    border-left: 1px solid #bfbfbf
}

.mega-menu .sub-menu:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 74%;
    right: 32%;
    border-left: 1px solid #bfbfbf
}

.mainMenu .sub-menu li a {
    color: #222324;
    font-family: Lato;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 19px;
    text-transform: none;
    padding-left: 0
}

.sub-menu .menuItem:after {
    content: none!important
}

.mainMenu .sub-menu li a:hover {
    color: #cc1f27
}

.mainMenu ul li {
    padding-top: 63px;
    padding-bottom: 16px
}

.new-header .menuItem {
    padding-left: 15px;
    font-size: 13px
}

.new-header .menuItem:after {
    margin-left: 10px
}

.sectionBanner--WhatItCosts {
    padding: 120px 0 220px 0
}

.mainImage {
    position: relative;
    margin-top: -185px;
    margin-bottom: 90px
}

.mainImage img {
    max-width: 100%
}

.mainImage::after {
    content: '';
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #cc1f27;
    height: 10px;
    position: absolute
}

.whatItCostsContent .intro {
    font-family: 'Merriweather';
    font-weight: normal;
    font-size: 22px;
    color: #222324;
    line-height: 38px;
    margin-bottom: 55px
}

.whatItCostsContent {
    background: linear-gradient(180deg, rgb(227 226 221 / 0.2) 10%, rgb(255 255 255 / 0.2) 10%) !important;
    color: #222324;
    font-family: 'Lato';
    font-weight: normal;
    font-size: 16px;
    line-height: 28px
}

.whatItCostsContent h3 {
    color: #cc1f27;
    font-family: 'Merriweather';
    font-weight: normal;
    font-size: 22px;
    margin-bottom: 25px
}

.chart {
    display: block;
    margin-bottom: 100px;
    max-width: 100%
}

.redBox {
    background-color: red;
    padding: 15px;
    color: #fff;
    font-family: 'Lato';
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 10px;
    position: relative;
    font-weight: bold
}

.redBox ul li {
    color: #fff;
    font-family: 'Lato';
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 10px;
    position: relative;
    font-weight: bold
}

.redBox ul {
    margin: 0;
    padding: 0;
    padding-left: 15px
}

ol {
    padding-left: 25px
}

ol li {
    padding-left: 10px;
    margin-bottom: 15px
}

.whatItCostsContent .col-md-3 {
    float: right
}

.authorBlock .title {
    font-family: 'Lato';
    font-size: 12px;
    font-weight: 700;
    color: #cc1f27;
    text-transform: uppercase;
    margin-bottom: 3px
}

.authorBlock .authorName,
.authorBlock .authorPosition {
    font-family: 'Lato';
    font-size: 14px;
    color: #222324;
    line-height: 24px
}

.authorBlock .authorName {
    font-weight: 700
}

.authorBlock .authorPosition {
    font-weight: 700;
    font-weight: normal
}

.authorBlock {
    position: relative;
    margin-bottom: 65px
}

.authorBlock::after {
    position: absolute;
    content: '';
    background-color: #cc1f27;
    width: 1px;
    left: -15px;
    top: 0;
    height: 100%
}

.btn {
    font-size: 14px;
    font-family: 'Lato';
    color: #fff;
    text-transform: uppercase;
    display: block;
    font-weight: 900;
    background-color: #cc1f27;
    text-align: center;
    margin-bottom: 15px;
    padding: 10px 0;
    letter-spacing: 2px
}

.btn:hover {
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    background-color: #333
}

.sideBanner {
    margin-top: 30px
}

.sectionBanner--WhatItCosts .pageTitleRed {
    font-size: 40px;
    line-height: 50px
}

.partnersIntro {
    font-family: 'Merriweather';
    font-size: 22px;
    color: #222324;
    line-height: 38px;
    font-weight: normal;
    margin-bottom: 30px
}

.sectionPartners {
    font-size: 16px;
    font-family: 'Lato';
    color: #222324;
    line-height: 28px;
    font-weight: normal
}

.sectionPartners h3 {
    font-size: 35px;
    font-family: 'Merriweather';
    color: #222324;
    line-height: 50px;
    font-weight: normal;
    margin-bottom: 15px
}

.sectionPartners a {
    color: #cc1f27;
    font-size: 16px;
    font-family: 'Lato';
    line-height: 28px;
    font-weight: normal
}

.partner {
    height: 210px;
    background-color: #fff;
    display: flex;
    align-items: center;
    border: solid #e3e3e3 1px
}

.partnerSmall {
    height: 135px;
    background-color: #fff;
    display: flex;
    align-items: center;
    border: solid #e3e3e3 1px
}

.partner img,
.partnerSmall img {
    margin: 0 auto;
    max-width: 100%
}

.bigPartnersBlock,
.smallPartnersBlock {
    margin: 55px 0 70px 0
}

.individualHonors .col-sm-3 {
    width: 20%
}

.individualHonors .name {
    border-top: solid 1px #eaeaea;
    padding: 10px 0
}

.lastLine {
    border-bottom: solid 1px #eaeaea
}

.mainMenu .sub-menu {
    z-index: 999
}

.contentImage {
    max-width: 100%
}

.whatItCostsContent .col-md-8 a {
    color: #cc1f27
}

.whatItCostsContent .col-md-8 a:hover {
    text-decoration: underline;
    transition: all 400ms ease
}

.whatItCostsContent li>img {
    margin: 35px 0
}

.sectionAnchors {
    border-top: 1px solid #f4f4f4;
}

.anchorListing {
    display: flex;
    align-items: center;
    padding: 17px 0;
}

.anchorItem {
    padding: 5px 20px 0;
    position: relative;
}

.pageAnchor {
    font-family: 'Lato';
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 0 0 20px;
    position: relative;
}

.anchorItem:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #d3d4d4;
}

.anchorItem:last-child:after {
    display: none;
}

.pageAnchor.active {
    color: #cc2027;
}

.anchorItem:first-child {
    padding-left: 0;
}

.pageAnchor.active:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #cc2027;
}

.sectionPress {
    background: linear-gradient(to bottom, #ebebe7 0%, #ffffff 100%);
    padding: 90px 0 50px;
}

.sectionPress .sectionTitle,
.sectionTV .sectionTitle {
    padding: 0 0 40px;
}

.pressListing .textBlock {
    padding: 15px 15px 50px;
    box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.16);
    background: #fff;
}

.redArrow {
    position: absolute;
    bottom: 20px;
    right: 25px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #cc1f27;
    border-right: 2px solid #cc1f27;
    transform: rotate(45deg);
}

.itemDate {
    font-family: 'Lato';
    font-size: 12px;
    font-weight: 900;
    color: #4a4b4c;
    letter-spacing: 0.2em;
}

.pressListing .smallTitle {
    padding: 15px 0 5px;
}

.smallTitle {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: #000;
}

#page .par--small {
    font-family: 'Lato';
    font-size: 14px !important;
    line-height: 24px;
}

.center {
    text-align: center;
}

.linkHolder--arrow a {
    padding: 20px 15px 0 0;
    display: inline-block;
}

.linkHolder--arrow:hover img {
    transform: translate(10px, 0);
}

.iconVideo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.imageHolder--video {
    position: relative;
}

.sectionEmergency {
    background: #222324;
    padding: 70px 0 400px;
}

.sectionEmergency .sectionTitle {
    padding: 0 0 20px;
}

.sectionEmergency .par--small {
    font-size: 16px;
}

.sectionMailing .careerForm--volunteer {
    transform: translate(0, -270px);
}

.careerForm--volunteer {
    box-shadow: 2px 3px 16px 0px rgba(0, 0, 0, 0.16);
    padding: 50px 0 60px;
    transform: translate(0, -100px);
    position: relative;
    z-index: 5;
    background: #fff;
}

.careerForm--volunteer .row {
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
}

.selectHolder {
    position: relative;
    font-family: 'Lato';
    font-size: 18px;
    width: 100%;
    padding: 10px 0px;
    cursor: pointer;
    margin: 5px 0;
    color: #a9aaaa;
    margin: 30px 0 0;
}

.careerForm--volunteer .selectHolder {
    position: relative;
    font-family: 'Lato';
    font-size: 18px;
    width: 100%;
    padding: 10px 20px;
    cursor: pointer;
    margin: 5px 0;
    border-bottom: 2px solid #cfd1d2;
    color: #a9aaaa;
    margin: 22px 0 0;
    min-height: unset !important;
}

.selectHolder .dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
    display: none;
    z-index: 3;
    border: 2px solid #cfd1d2;
    max-height: 200px;
    overflow: auto;
    background: #fff;
}

.selectHolder:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%) rotate(45deg);
    width: 10px;
    height: 10px;
    border-right: 2px solid #a9aaaa;
    border-bottom: 2px solid #a9aaaa;
}

.selectHolder .dropdown li:first-child {
    border-top: none;
}

.selectHolder .dropdown li a {
    display: block;
    color: #222324;
    padding: 10px 15px;
}

.sectionMailing .par--lato {
    padding: 20px 0;
}

.careerForm--volunteer .inputEntity {
    padding: 0 30px;
}

.inputEntity,
.inputParent,
.textareaParent {
    position: relative;
}

input,
label,
textarea {
    font-family: 'Lato';
    font-size: 18px;
}

.floating-label {
    position: absolute;
    pointer-events: none;
    font-family: 'Lato';
    font-size: 18px;
    color: #a9aaaa;
    left: 20px;
    bottom: 10px;
    transition: 0.2s ease all;
}

.sectionTV {
    padding: 0 0 70px;
}

.linkHolder--arrow img {
    transition: transform 300ms ease;
}

.white {
    color: #fff;
}

.sectionMobile {
    background: #363636;
    position: relative;
}

.sectionMobile .topicTitle {
    text-transform: uppercase;
}

.imageHolder--phone {
    position: absolute;
    bottom: -100px;
}

.imageHolder--phone:first-child {
    z-index: 2;
    bottom: -120px;
}

.imageHolder--phone:last-child {
    right: 70px;
}

.sectionMobile .itemTitle {
    padding: 25px 0 30px;
}

.sectionMobile .iconHolder {
    padding: 20px 0 60px;
}

.sectionMobile .iconHolder a:first-child {
    padding: 0 10px 0 0;
}

.sectionMobile:after {
    content: '';
    position: absolute;
    top: 53%;
    left: 50%;
    width: 1px;
    height: 75%;
    transform: translate(-50%, -50%);
    background: #737373;
}

.sectionImageSlider {
    padding: 60px 0 240px;
}

.nav-btn.prev-slide,
.nav-btn.next-slide {
    position: absolute;
    top: 50%;
    left: -20px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #cc1f27;
    border-left: 2px solid #cc1f27;
    transform: rotate(-45deg) translate(0, -50%);
}

.nav-btn.next-slide {
    left: auto;
    right: -20px;
    border-left: none;
    border-top: none;
    border-right: 2px solid #cc1f27;
    border-bottom: 2px solid #cc1f27;
}

.pressListing li {
    margin-bottom: 30px;
}

.pressListing li .imageHolder img {
    width: 100%;
}

.pressListing li .imageHolder img {
    width: 100%;
    max-height: 300px;
}

.sectionImageSlider .owl-carousel .listingItemLI .imageHolder img {
    height: 270px;
}

.listingLinks .pressListing li:nth-child(3n) {
    clear: both;
}

.listingLinks .pressListing .textBlock {
    min-height: 200px;
}

.textareaParent .floating-label {
    bottom: 35px;
}

.publications .intro {
    font-size: 18px;
}

.pubItem {
    background-color: #fff;
    padding: 40px;
    margin-bottom: 30px;
}

.iconHolder {
    margin-right: 40px;
}

.pubItem a {
    display: flex;
}

.pubItem a:hover .downloadBtn::after {
    top: 0;
}

.pubDescription .title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
}

.pubDescription .details {
    margin-bottom: 30px;
}

.pubDescription .details div {
    display: inline-block;
    position: relative;
    padding-right: 15px;
}

.pubDescription .details .size {
    padding-left: 5px;
}

.pubDescription .details .pagesNbr {
    padding-left: 5px;
}

.pubDescription .details div::after {
    content: '|';
    position: absolute;
    right: 0;
    top: 0;
}

.pubDescription .details div:last-child::after {
    content: '';
}

.downloadBtn {
    position: relative;
    font-size: 18px;
    color: #cc1f27;
    padding-left: 30px;
    font-weight: bold;
    display: block;
}

.downloadBtn::after {
    position: absolute;
    content: '';
    left: 0;
    top: 4px;
    background-image: url(http://www.redcross.org.lb/wp-content/uploads/2021/01/download-pdf.png);
    width: 17px;
    height: 17px;
    transition: 0.3s;
}

.pubListing h3 {
    text-align: center;
    margin-bottom: 35px;
    font-size: 26px;
    font-weight: bold;
}

.pubListing {
    border-bottom: solid 1px #c3c3c3;
    padding: 50px 0px 30px 0px;
}

#related {
    margin-top: 45px;
}

#related .col-md-3 {
    float: left;
}

.grayBG{
    background: linear-gradient(
        180deg
        , #e3e2dd 0%, rgba(243, 243, 240, 0) 100%);
        padding: 40px 0px;
}

.filters .inputEntity{
    display: inline-block;
    width: 350px;
    margin-right: 20px;
}

.filters .dk-select {
    padding-bottom: 5px;
}
.filters  {
   margin-bottom: 40px;
}



.areaName{
    font-size: 18px;
    padding: 0px 20px;
}

.areaInfo{
    font-family: 'Lato';
    padding: 0px 20px;
    font-size: 16px;
    color: #5D5D5D;
}

.areaDetails{
    display: block;
    border-bottom:solid 1px #DADADA;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.areasList .areaDetails:last-child {
    border-bottom:none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.mapHolder img{
width: 100%;
}

.workingHours{
    border-bottom:solid 1px #DADADA;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.workingHours .title{
  font-family: 'Lato';
  font-weight: 700;
  font-size: 16px;
  color: #CC1F27;
  padding: 0px 20px;
  margin-bottom: 10px;
}
.workingHours .timingInfo{
    font-family: 'Lato';
    font-size: 16px;
    color: #5D5D5D;
    padding: 0px 20px;
  }
  .workingHours .timingInfo strong{
  color: black;
  display: block;
  margin-bottom: 5px;
  }
  .workingHours .timingInfo span{
    display: block;
    margin-bottom: 10px;
    }
.locateUsContainer{
    height: 560px;
    background-color: #fff;
    padding: 20px 0px;
    overflow-y: auto;
}

.area{
    display: none;
}

.returnToListing a.back-to-list {
    font-size: 18px;
    color: #B5B5B5;
    font-weight: 700;
    display: block;
    position: relative;
    padding-left: 25px;
}
.returnToListing a.back-to-list::after {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 10px solid #CC1F27;
    ; 
}

.returnToListing{
    display: none;
    padding: 0px 20px;
    padding-bottom: 15px;
}

.area .workingHours:last-child{
    border-bottom: none;
}

.single-article .sectionBanner--WhatItCosts .pageTitleRed { 
    padding:80px 0px;
}

.single-article .whatItCostsContent {
    padding: 40px 0px;
    background: linear-gradient(
180deg
, rgb(227 226 221 / 0.2) 100%, rgb(255 255 255 / 0.2) 10%) !important;

}

.single-article .sectionBanner--WhatItCosts {
    padding:0px;
}

.single-article strong, .single-article h3{
    color: #cc1f27;
    font-weight: normal;
    font-size: 22px;
    margin-bottom: 25px;
}
 
.whatItCostsContent{
    background:transparent;
}

.fancybox-button {
    width: 40px;
    height: 40px;
}
.timingInfoHours{
	display:flex;
 	justify-content: space-between;
	max-width:215px;
}
.timingInfoHours .time{
	margin-left:15px;
}
