/* GLOBAL */
h1 {
    font-family: "Dosis" !important;
    color: #222222;
    font-size: 5em;
    font-weight: 100;
    position: relative;
}
h1 span{
    color: #007681;
    font-weight: 400;
}
h1.contact-line span:after {
    content: "";
    display: block;
    background: url(img/line-h1.png);
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    position: absolute;
    right: -2.5em;
    bottom: -21px;
    z-index: 9999;
}
h1.locations-line span:after {
    content: "";
    display: block;
    background: url(img/line-h1.png);
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0em;
    bottom: -20px;
    z-index: 9999;
}
h1.contact-line {
    margin-top: 1em;
    margin-bottom: 1em;
}
a:hover .post-title {
    color: #007681;
}
/* FORM STYLES */
 input.form-control {
    border: 1px solid #54565A;
    color: #54565A;
    width: 100%;
    display: block;
    border-radius: 0;
    margin: 0px !important;
    height: auto !important;
    font-size: 1.2em;
    height: 48px;
}
select.custom-select {
    border: 1px solid #54565A;
    color: #54565A;
    width: 100%;
    display: block;
    font-size: 1em;
    border-radius: 0;
    margin: 0px !important;
    height: auto !important;
    background: url(img/arrow-down-drop.png) no-repeat right 1rem center/13px !important;
    margin-top: 1em !important;
    font-size: 1.2em !important;
    height: 48px !important;
    background-color: #fff !important;
}
textarea {
    height: 110px !important;
    margin-bottom: 3em;
    border: 1px solid #54565A !important;
    color: #54565A !important;
}
input::placeholder,
textarea::placeholder {
    color: #54565A !important;
    opacity: 1 !important;
}
input, select.custom-select, textarea {
    font-size: 1.2em !important;
    font-family: "Lato";
    font-weight: 400;
}
.negativ-3 {
    margin-top: -1em;
}
.navigation-area a {
    color: #007681;
}
/* END FORM STYLES */
h2,
h3,
h4,
h5,
h6,
.h2,
.h3,
.h4,
.h5,
.h6,
a {
    font-family: "Lato", "Dosis", "Odoo Unicode Support Noto", sans-serif !important;
}
a:hover {
    text-decoration: none;
    color: #007681 !important;
}
:focus-visible {
    outline: none !important;
}
body,
body p{
    font-family: "Lato";
    font-weight: 400;
    color: #444444;
}
button {
    font-family: Dosis !important;
    font-weight: 700;
    background: #A4343A;
    color: #fff;
    padding: 1em 1.7em !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid #A4343A;
}
button:hover {
    color: #A4343A;
    background: #fff;
    border: 1px solid #A4343A;
}
.button-transparent {
    font-family: Dosis !important;
    font-weight: 700;
    background: transparent;
    color: #A4343A;
    padding: 1em 1.7em !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid #A4343A;
}
.button-transparent:hover {
    background: #A4343A;
    color: #fff;
    border: 1px solid #A4343A;  
}
/* HEADER AREA */

.navigation-area {
    border-bottom: 1px solid #E5F1F2;
    padding: 0.5em 0em;
    margin-bottom: 1.5em;
    padding-right: 15px;
}
.navigation-area a{
    margin-left: 1em;
    font-family: "Lato";
    font-weight: 500;
}
.navbar {
    margin-bottom: 0;
    padding-right: 0px;
}

a.nav-link {
    color: #333333;
    margin: 0em 1em;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 1.2em;
}
a.dropdown-item:focus {
    background: #007681 !important;
    color: #fff !important;
}
/* HOMEPAGE */
a.underline-link {
    font-weight: 700;
    color: #A4343A;
    font-size: 1.7em;
    border-bottom: 2px solid;
}
.margin-control-hp {
    margin-top: 6em;
}
.new-donor-area-2-hp {
    background: url(img/new-donor-area-2.jpg);
    background-size: cover;
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding-top: 3em;
}
.hp-text-area-m {
    margin: 2em 0em;
}
.margin-top-title-hp {
    margin-top: 6em;
}
.content-margin-hp {
    padding: 3em 1em;
    margin-top: 2em;
    margin-bottom: 3em;
}
.floating-location {
    position: absolute;
    right: 5em;
    top: 0;
}
.locate-hp {
    margin-bottom: 2em;
}
.locate-on-hp {
    padding: 3em 1em;
    margin-top: 0em;
    margin-bottom: 0em;
    background: url(img/new-donor-area-3.jpg);
    background-size: cover;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.blue-bg-area {
    padding: 5em 1em;
    margin-top: 0em;
    margin-bottom: 0em;
    background: url(img/blue-area-hp.jpg);
    background-size: cover;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
img.icon-in-card {
    max-width: 100px;
}
img.heart-icon {
    max-width: 100px;
    position: absolute;
    top: -5em;
    right: -3em;
    z-index: 9999;
}
.transparent-card {
    background: transparent;
    border: 1px solid #C7DDE0;
    border-radius: 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 1em;
}
h3.red-title-card {
    font-family: 'Dosis' !important;
    font-size: 2.5em;
    color: #a4343a;
    margin-bottom: 1em;
}
.how-it-works-area-hp {
    padding: 5em 1em;
    margin-top: 0em;
    margin-bottom: 0em;
    background: url(img/how-it-works-bg.jpg);
    background-size: cover;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.area-titles.rounded-vector {
    display: block;
    position: relative;
    margin-bottom: 0.5em;
}
.rounded-vector:after {
    content: "";
    background: url(img/round-vector.png);
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: absolute;
    width: 28%;
    height: 211%;
    left: -4%;
    top: -40%;
    display: block !important;
}
.how-it-works img {
    float: left;
    margin-top: 5em;
    max-width: 80px;
    max-height: 80px;
}
.step-number-big p {
    font-family: 'Dosis' !important;
    color: #B8CACC !important;
    font-weight: 100 !important;
    font-size: 7em;
    margin-left: 0.8em;
}
h4.how-it-works-title {
    font-family: 'Dosis' !important;
    font-weight: 500 !important;
    color: #A4343A;
    font-size: 2.5em;
    clear: both;
    margin-bottom: 0.5em;
}
.area-6-hp-bg {
    background: #F5FCFC;
}
/* APPOINTMENT FORM*/
.negativ-appointment {
    margin-top: -2em;
}
.appointment-bg-area {
    background: #F5FCFC;
    padding-top: 2em;
    padding-bottom: 2em;
}
form.contact-us-page.donor label {
    color: #007681;
}
form.contact-us-page.donor input::placeholder,
form.contact-us-page.donor textarea::placeholder {
    color: #54565A !important;
    opacity: 0.5 !important;
}
form.contact-us-page.donor select.custom-select {
    margin-top: 0em !important;
    background-color: #fff !important;
}
button.appointment-btn {
    margin-top: 2em;
}
.grey-info-area {
    background-color: rgba(217,217,217,0.4);
}
.info-area {
    padding-top: 2em;
    padding-bottom: 2em;
}
.info-area h1 {
    margin-bottom: 0.5em;
}
.grey-info-area p {
    margin: 1em 0em;
}
h4.red-warnign a {
    color: #007681;
}
p a {
    color: #007681;
}
/* SLIDER SETTINS HP */
#carouselExampleIndicators .carousel-indicators {
    width: 85%;
    margin: 0 auto;
}
div#carouselExampleIndicators {
    margin-bottom: 4em;
}
#carouselExampleIndicators ol.carousel-indicators:before,
#testimonials ol.carousel-indicators:before,
#imageSlider ol.carousel-indicators:before {
    content: "01";
    font-family: 'Dosis';
    color: #83868C;
    font-size: 1.2em;
    position: absolute;
    left: -2em;
    top: -0.8em;
}
#carouselExampleIndicators ol.carousel-indicators:after,
#testimonials ol.carousel-indicators:after {
    content: "03";
    font-family: 'Dosis';
    color: #83868C;
    font-size: 1.2em;
    position: absolute;
    right: -2em;
    top: -0.8em;
}
#imageSlider ol.carousel-indicators:after  {
    content: "05";
    font-family: 'Dosis';
    color: #83868C;
    font-size: 1.2em;
    position: absolute;
    right: -2em;
    top: -0.8em;
}
#carouselExampleIndicators .carousel-item strong {
    color: #a4343a;
    font-weight: 700;
}
p.number-info {
    color: #007681;
    font-size: 4em;
    font-family: 'Dosis' !important;
    text-align: center;
    margin-bottom: 0px;
    line-height: 1.5;
}
#carouselExampleIndicators .carousel-indicators li,
#testimonials .carousel-indicators li {
    background-color: #83868C;
    width: 33%;
    margin: 0px;
    border: none;
    height: 2px;
    opacity: 1;
}
#imageSlider .carousel-indicators li {
    background-color: #83868C;
    width: 20%;
    margin: 0px;
    border: none;
    height: 2px;
    opacity: 1;
}
#carouselExampleIndicators .carousel-indicators li.active,
#testimonials .carousel-indicators li.active {
    background-color: #83868C;
    width: 33%;
    margin: -2px;
    border: none;
    height: 5px;
    opacity: 1;
}
#imageSlider ol.carousel-indicators {
    margin-right: 3%;
    margin-left: 53%;
}
#imageSlider ol.carousel-indicators.slider-2 {
    margin-right: 14%;
    margin-left: 55%;
}
#imageSlider .carousel-indicators li.active {
    background-color: #83868C;
    width: 20%;
    margin: -2px;
    border: none;
    height: 5px;
    opacity: 1;
}
.slider-content-control {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-bottom: 3em;
}
.circle {
    border: 1px solid #CCE3E6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 10vw;
    height: 10vw;
    border-radius: 100% !important;
    margin: 1em;
}
.gallery-2-control img.img-fluid.d-block.gallery-img {
    max-width: 25%;
    margin: 0.5em;
}
button.transparent-btn {
    background: transparent;
    color: #a4343a;
}
button.transparent-btn:hover {
    background: #a4343a;
    color: #fff;
}
/* FAQ COLLAPSE HOMEPAGE */
.card .card-header .btn-header-link:after {
    content: "";
    background: url(img/accordion-arrow-down.png);
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    float: right;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 1em;
}

.card .card-header .btn-header-link {
    font-family: 'Lato' !important;
    font-weight: 600;
    color: #444444;
    text-align: left;
    width: 95%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.card .card-header .btn-header-link.collapsed:after {
    content: "";
    background: url(img/accordion-arrow-up.png);
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.card .collapsing {
  line-height: 30px;
}

.card .collapse {
  border: 0;
}

.card .collapse.show {
  background: #ffffff;
  line-height: 30px;
  color: #444444;
}
.card-header {
    background: transparent;
    border-radius: 0px;
    border: 1px solid #CCE3E6 !important;
}
.card-body {
    border: 1px solid #CCE3E6;
}
.accordion .card {
    margin-bottom: 2em;
}
.accordion>.card>.card-header {
    margin-bottom: 0px;
}
/* END OF FAQ HP */
.area-7-hp-bg {
    background: url(img/hp-area-7-bg.jpg);
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    padding: 7em 1em;
}
a.view-all-faq {
    float: right;
    color: #54565A;
    font-weight: 700;
    border-bottom: 1px solid #54565A;
    margin-top: 2.5em;
}
a.view-all-faq:hover {
    border-bottom: 1px solid #007681;
}
.questionmark-area-7 {
    position: absolute;
    right: 25%;
    z-index: 9999;
    max-width: 80px;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none !important;
}
.area-8-hp-bg {
    background: url(img/hp-area-8-bg.jpg);
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    padding: 7em 1em;
}
img.img-fluid.comment-icon {
    float: left;
    max-width: 145px;
    margin-right: 2em;
}
img.img-fluid.img-rounded.testimonial-profile {
    float: left;
    margin-top: 1em;
}
h5.user-name-in-slider {
    color: #007681;
    font-family: 'Dosis' !important;
    font-weight: 300;
    font-size: 2.5em;
    margin-left: 0.5em;
    margin-top: 0.5em;
    display: block;
    float: left;
}
/* TESTIMONIAL SLIDER */
.testimonials-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-bottom: 5em;
}
.testimonial-item {
    border-radius: 100% !important;
    margin: 1em;
}
.area-11-hp {
    background: url(img/hp-area-11-right.jpg);
    background-size: contain;
    background-repeat: no-repeat !important;
    background-position: right;
    padding: 7em 1em;
}
.section-11-t-margin {
    margin-right: 2em;
    margin-top: 1em;
}
ul.checkmark-list {
    list-style-image: url(img/icon-check-list.png);
    color: #444444;
    font-size: 1.3em;
    line-height: 2.5em;
    float: left;
}
a.view-all-faq.about-us {
    float: left;
    font-weight: 700;
    border-bottom: 1px solid #a4343a;
    font-size: 1.5em;
    color: #a4343a;
    margin-left: 3em;
    margin-top: 4.5em;
}
a.view-all-faq.about-us:hover {
    border-bottom: 1px solid #007681;
}
/* ABOUT US PAGE */
h1.new-donor-line.about-us-line span:after {
    content: "";
    display: block;
    background: url(img/line-h1.png);
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0em;
    bottom: -20px;
    z-index: 9999;
}
img.we-are-open-image {
    max-width: 350px;
    margin-top: 4em;
    margin-left: 5em;
}
.about-us-area-3 {
    padding-top: 2em;
    padding-bottom: 6em;
}
strong {
    color: #a4343a;
}
/* GALLERY SLIDER */
.gallery-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 3em;
}
/* LEAD PAGE */
h1.lead-page-h1 {
    text-transform: uppercase;
    font-size: 6em;
}
.plasma-change-area {
    padding: 13em 1em;
    margin-top: 0em;
    margin-bottom: 0em;
    background: url(img/plasma-change-bg.jpg);
    background-size: cover;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
h2.white-h2 {
    font-family: 'Dosis' !important;
    font-size: 4em;
    color: #fff;
}
button.transparent-btn.white-transparent {
    color: #fff;
    border: 1px solid #fff;
}
button.transparent-btn.white-transparent:hover {
    color: #A4343A;
    background: #fff;
}
.plasma-change-area p.text-white {
    margin: 2em 0;
}
/* PREPARE */
a.view-all-faq.about-us.donor-a {
    margin: 0;
    display: block;
    clear: both;
    text-transform: uppercase;
    margin-top: 1em;
    font-size: 1.2em;
}
.margin-control-prepare {
    padding: 0px;
    margin-top: 6em;
}
h1.new-donor-line.prepare-h1 span:after {
    content: "";
    display: block;
    background: url(img/line-h1.png);
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    position: absolute;
    right: -2.9em;
    bottom: 1em;
    z-index: 9999;
}
h2.area-titles.prepare-h2 {
    font-weight: 100;
}
.prepare-area-2 {
    background: #F5FCFC;
    padding-bottom: 2em;
}
img.icon-panel-title {
    margin-right: 1em;
    margin-top: -5px;
    max-width: 48px;
    max-height: 48px;
    display: block;
    float: left;
}
.prepare-acc .card-header {
    border: none !important;
    border-bottom: 1px solid #66ACB3 !important;
}
.prepare-acc .card-body {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #66ACB3;
}
.prepare-acc .card {
    border: 1px solid #66ACB3;
    border-radius: 0px;
}
p.italic {
    font-style: italic;
}
h3.dosis-h3 {
    font-family: 'Dosis' !important;
    color: #A4343A;
    font-size: 2em;
    letter-spacing: 4px;
    margin-bottom: 1em;
}
.prepare-acc .card .card-header .btn-header-link.collapsed:after {
    position: absolute;
    right: 1em;
}
.blue-links {
    color: #007681 !important;
    border-bottom: 1px solid #007681 !important;
    margin-top: 1.5em !important;
}
.blue-links:hover {
    color: #A4343A !important;
    border-bottom: 1px solid #A4343A !important;
}
.faq-info-para {
    float: left;
    width: 50%;
}
.faq-info-para p{
    font-style: italic;
}
.social-security {
    margin: 0 auto;
    display: block;
    margin-top: 9em;
}
h4.red-warnign {
    color: #A4343A;
    font-family: 'Dosis' !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2em;
    line-height: 1.5;
    margin-bottom: 1em;
}
.area-6-img-m {
    margin-top: 5em;
}
/* BECOME A DONOR BUTTON */
li.nav-item.cta-button a.nav-link {
    font-family: Dosis !important;
    font-weight: 700;
    background: #A4343A;
    color: #fff;
    padding: 0.8em 1.5em !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: -10px;
    margin-right: 0em;
    border: 1px solid #A4343A;
}
li.nav-item.cta-button a.nav-link:hover {
    color: #A4343A;
    background: #fff;
    border: 1px solid #A4343A;
}
.card-header {
    padding: 1em 0.5em;
}

/* FOOTER AREA */
.copyright-area {
    background: #E5F1F2;
    color: #54565A;
}
.copyright-area p,
.copyright-area a {
    color: #54565A;
    margin-bottom: 0px;
    line-height: 4em;
}
.middle-footer-area a {
    color:#444444;
}
button.button-1 {
    float: right;
    margin-top: 1em;
}
.copyright-area a {
    margin-left: 4em;
}
.copyright-area a:hover {
    
}
ul.footer-links-list {
    padding-inline-start: 0px;
    list-style: none;
    line-height: 3.5em;
}
ul.footer-links-list {
    
}
.middle-footer-area {
    margin: 3em 0em;
}
.footer-area-bg {
    background: url(https://215marketing-bpositivetoday-staging-3-5573656.dev.odoo.com/web/image/875611-bea45fd4/middle-footer-bgg.jpg);
    background-size: cover !important;
    padding-top: 2em;
    padding-bottom: 0em;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.newsletter-margin {
    margin-left: 2em;
    margin-top: 2em;
}
h2.footer-newsletter-title {
    font-family: Dosis !important;
    color: #222222;
    font-size: 4em;
    font-weight: 100;
    margin-bottom: 0.5em;
}
h2.footer-newsletter-title span {
    font-weight: 400;
    color: #007681;
}
input.submit-button {
    font-family: Dosis !important;
    font-weight: 700;
    background: #A4343A;
    color: #fff;
    padding: 1em 2.5em !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid #A4343A;
}
input.submit-button:hover {
    color: #A4343A;
    background: #fff;
    border: 1px solid #A4343A; 
}
input.full-name,
input.email {
    border: 1px solid #54565A;
    padding: 0.5em;
    width: 34%;
    margin-right: 1.5em;
    color: #54565A;
}


.middle-footer-area a:hover {
    color: #007681;
}
.content-margin {
    margin-top: 2em;
    margin-bottom: 3em;
}
/* LOCATIONS */
.contact-us-area-form {
    background: url(img/locations-bg1.png);
    background-size: cover !important;
}

.light-text {
    font-family: "Lato" !important;
    font-weight: 100 !important;
    color: #54565A !important;
    max-width: 65%;
    margin-top: 2em;
}
.move-form {
    margin-top: 11em;
    text-align: center;
}
.move-form h2 {
    font-family: Dosis !important;
    font-weight: 100;
    color: #222222;
    font-size: 4.8em;
}
.move-form h2 span{
    color: #007681;
    font-weight: 400;
}
form.contact-us-page textarea {
    margin-top: 1em;
}
.light-text {
    font-family: "Lato" !important;
    font-weight: 100 !important;
    color: #54565A !important;
    max-width: 65%;
}
form.location-submit-form {
    margin-top: 3em;
}
input.form-control.location {
    width: 55%;
    padding: 0.5em;
    float: left;
    margin-right: 1.5em !important;
}
p.search-state {
    color: #007681;
    font-weight: 300;
    text-decoration: underline;
    margin-top: 1em;
    margin-bottom: 1.5em;
}
.state-result-container {
    border: 2px solid #b2d5d9;
    padding: 0.8em;
    padding-left: 2em;
    margin-bottom: 1em;
}
.state-result-container p {
    color: #444444;
    font-size: 1.2em;
    margin-bottom: 0;
}
.left-result-area {
    float: left;
}
.right-result-area {
    text-align: right;
}
.right-result-area p {
    color: #007681;
    text-decoration: underline;
    font-size: 0.8em;
    text-transform: uppercase;
    margin-top: 5px;
    cursor: pointer;
}
input.submit-button {
    padding: 0.5em 1.5em !important;
}
.earn-text-area {
    padding: 5em 5em;
    text-align: center;
}
.earn-text-area h2 {
    width: 65%;
    text-align: center;
    margin: 0 auto;
    display: block;
    position: relative;
}
.earn-text-area p {
    margin: 3em 1.5em;
}
.earn-text-area button {
    width: 45%;
    margin: 0em 5px;
}
.credit-card-img {
    margin-top: 7em;
}
img.area-8-dollar-icon {
    width: 79px;
    position: absolute;
    right: 0em;
    top: 2em;
}
.refer-a-friend-2 {
    max-width: 300px;
    margin-top: 7em;
}
.blue-bg-area-10 {
    background: #F5FCFC;
    padding: 6em 1em;
}
.checkbox-in-news {
    position: absolute;
    right: -3em;
    top: -4em;
    width: 125px;
}
h3.post-title {
    color: #A4343A;
    font-family: 'Dosis' !important;
    font-weight: 400;
    margin: 1em 0em;
    font-size: 2em;
}
.date, .author {
    color: #777777;
    display: block;
    float: left;
    margin-top: 0.5em;
}
.date p,
.author p {
    margin-bottom: 0;
    color: #777777;
    font-size: 0.8em;
}
.date p:after {
    content: "|";
    position: relative;
    margin-left: 1em;
}
.post-info-area {
    margin-top: 1em;
}
.author {
    margin-left: 1em;
}
.tag-area {
    display: block;
    float: right;
}
.tag {
    float: left;
    background: rgba(0, 118, 129, 0.08);
    padding: 5px 10px;
    border-radius: 10px;
    margin-left: 0.5em;
}
.tag2 {
    float: left;
    background: rgba(0, 118, 129, 0.08);
    padding: 5px 10px;
    border-radius: 10px;
    margin-right: 0.5em;
    margin-top: 1em;
}
.tag p {
    margin: 0;
    color: #007681;
    padding: 0px 5px;
    border-radius: 10px;
    font-weight: 800;
    font-size: 0.9em;
}
.tag2 p {
    margin: 0;
    color: #007681;
    padding: 0px 5px;
    border-radius: 10px;
    font-weight: 800;
    font-size: 0.9em;
}
.post-excerpt {
    margin-top: 2em;
}
/* NEWS AREA */
.news-area-big-post {
    width: 100%;
    height: 380px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.news-area-smaller-post {
    width: 100%;
    height: 280px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    margin-bottom: 2em;
}
h1.post-title-news {
    color: #A4343A;
}
.single-news-area {
    background: url(img/color.png);
    background-repeat: no-repeat !important;
    background-position: right -4em top -11em !important;
    background-size: 600px 600px;
    padding-top: 4em;
    padding-bottom: 4em;
}
.news-single-content-area {
    margin-top: 4em;
    margin-bottom: 2em;
}
a.view-all-faq.blue-view-all {
    float: left;
    color: #007681;
    border-bottom: 1px solid #007681;
}
a.view-all-faq.blue-view-all:hover {
    color: #A4343A !important;
    border-bottom: 1px solid #A4343A;
}
h4.share-post {
    color: #54565A;
    font-weight: 400;
    font-family: 'Dosis' !important;
    font-size: 1.5em;
    margin-bottom: 0px !important;
    display: block;
    float: left;
    margin-top: 0.5em;
    margin-right: 1.5em;
}
.share-section {
    float: left;
    display: block;
}
.share-control {
    float: right;
    margin-top: 2em;
}
/* SINGLE LOCATION PAGE */
button.location-submit.prepare-button {
    text-align: center;
    margin: 0 auto;
    display: block;
}
.content-area-location p.header-p {
    width: 70%;
}
.content-area-location {
    position: relative;
}
img.now-open-img {
    position: absolute;
    right: -5em;
    top: -1em;
    max-width: 250px;
}
p.day-from {
    font-family: 'Dosis' !important;
    color: #a4343a;
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 0px;
    letter-spacing: 4px;
}
p.hours {
    font-family: 'Dosis' !important;
    color: #007681;
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 0px;
}
#imageSlider .slider2 ol.carousel-indicators {
    margin-right: 14%;
    margin-left: 55%;
}
/* NEW DONOR REWARDS PAGE */

h1.new-donor-line span:after {
    content: "";
    display: block;
    background: url(img/line-h1.png);
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    position: absolute;
    right: -3.6em;
    bottom: -20px;
    z-index: 9999;
}
h3.header-title {
    font-family: "Dosis" !important;
    font-weight: 600;
    font-size: 2.2em;
    margin-top: 1em;
    color: #A4343A;
}
.header-p {
    margin-top: 4em;
    margin-bottom: 4em;
}
.blurry-round-bg {
    background: url(img/new-donor-right-bg.jpg);
    background-size: cover !important;
    background-position: center !important;
}
.content-margin-2 {
    margin-top: 0em;
    margin-bottom: 0em;
    padding: 5em 1em;
    padding-bottom: 8em;
}
p.title-on-blurry-bg {
    font-size: 4em;
    text-align: right;
    font-weight: 300;
    margin-top: 0.5em;
}
span.semi-bold {
    color: #007681;
    font-weight: 600;
}
.area-titles {
    font-family: "Dosis" !important;
    font-size: 4em;
    margin-bottom: 0.5em;
    font-weight: 300;
}
h2 span {
    color: #007681;
    font-weight: 400;
}
.new-donor-area-2 {
    background: url(img/new-donor-area-2.jpg);
    background-size: cover;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.new-donor-area-3 {
    background: url(img/new-donor-area-3.jpg);
    background-size: cover;
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding-top: 0em;
    padding-bottom: 5em;
}
.margin-top-title {
    margin-top: 7em;
}
p.middle-aligned-bigger {
    font-size: 3.5em;
    text-align: center;
    font-weight: 300;
    padding: 0.5em;
    padding-top: 2em;
    line-height: 1.5;
}
.middle-aligned-bigger span {
    color: #007681;
    font-weight: 600;
}
.margin-donor-area-3 {
    margin-top: 1em;
}
.refer-a-friend {
    margin-top: 5em;
    max-width: 300px;
    position: relative;
}

.new-donor-area-4 {
    background-color: #F5FCFC;
    background-size: cover;
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding-top: 0em;
    padding-bottom: 0em;
}
h3.smaller-h3 {
    font-size: 2em;
    margin-top: 2em;
    margin-bottom: 2em;
}
.new-donor-area-5 {
    background: url(img/new-donor-area-5-bg.png);
    background-size: cover;
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding-top: 3em;
    padding-bottom: 2em;
}
/* CAREERS */
.careers-hero {
    background: url(img/hp-area-11-right.jpg);
    background-size: contain;
    background-repeat: no-repeat !important;
    background-position: right;
    padding: 5em 1em;
}
.career-area2 {
    background: #F5FCFC;
    padding-top: 2em;
}
.career-area2 .area-titles {
    margin-bottom: 1em;
    margin-top: 1em;
}
.career-area3 .area-titles {
    margin-top: 1.5em;
}
.career-area3 .hp-text-area-m {
    margin-top: 3em;
    margin-bottom: 3em;
}
/* FAQ */

h1.faq-line span:after {
    content: "";
    display: block;
    background: url(img/line-h1.png);
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    position: absolute;
    right: -5.5em;
    bottom: -23px;
    z-index: 9999;
}
.form-group.has-search {
    position: relative;
}
button.btn.btn-outline-secondary.border-left-0.border:hover {
    background: #f2f2f2;
}
.input-group.search-control.float-right {
    width: 70%;
    margin-top: 2em;
}



@media (max-width: 575px) {
li.nav-item.cta-button {
    display: none;
}
button.navbar-toggler {
    float: right;
}
button:focus {
    outline: none !important;
    outline: none !important;
}
.navigation-area {
    display: none;
}
nav.navbar.navbar-expand-lg.float-right {
    width: 100%;
    margin-bottom: 1em;
    padding-right: 1em;
    padding-left: 1em;
}
nav.navbar.navbar-expand-lg.float-right a{
    color: #fff;
}
div#navbarSupportedContent {
    background: #A4343A;
    padding: 1em 0em;
}
button.navbar-toggler:hover {
    border: none;
}
.mobile-top {
    margin-top: 1em;
}
button.button-1.mobile-header {
    margin-top: 0.4em;
    padding: 5px 10px !important;
    float: right;
}
.navbar-brand {
    margin-right: 0;
}
button.navbar-toggler {
    font-size: 1em;
    padding: 0.7em 1em 0em 1.5em !important;
    margin-top: 5px;
}
img.img-fluid.mail-icon {
    display: none;
}
.newsletter-margin {
    margin: 0em 0em 2em;
}
input.full-name, input.email {
    width: 95%;
    margin-right: 0px;
    margin-bottom: 1em;
    padding: 1em;

}
h2.footer-newsletter-title {
    text-align: center;
    font-size: 3em;
}
input.submit-button {
    display: block;
    margin: 0 auto;
    padding: 1em 3.5em !important;
}
.middle-footer-area {
    margin: 1em 0em;
}
.middle-footer-area img {
    margin: 0 auto;
    display: block;
    max-width: 200px;
    margin-bottom: 2em;
}
.middle-footer-area button.button-1 {
    margin: 0 auto;
    float: none;
    display: block;
    margin-bottom: 1em;
}
.copyright-area p, .copyright-area a {
    line-height: 2em;
    text-align: center;
}
.copyright-area a {
    margin-left: 2em;
}
.text-right.terms-area {
    text-align: center !important;
    margin-top: 10px;
    margin-bottom: 5px;
    border-top: 1px solid #007681
}
.copyright-area {
    padding-top: 1em;
}
/* HOME */
.margin-control-hp {
    margin-top: 1em;
}
h1 {
    font-size: 3.5em;
    text-align: center;
}
h1.new-donor-line span:after {
    display: none;
}
.header-p {
    margin-top: 2em;
    margin-bottom: 2em;
    text-align: center;
}
.margin-top-title-hp {
    margin-top: 3em;
}
h2.area-titles {
    font-size: 3em;
    text-align: center;
}
.hp-text-area-m {
    margin: 2em 0em;
    text-align: center;
}
.new-donor-area-2-hp button {
    display: block;
    margin: 0 auto;
}
.new-donor-area-2-hp {
    padding-bottom: 3em;
}
.floating-location {
    display: none;
}
input.form-control.location {
    float: none;
    margin-right: 0px !important;
    width: 100% !important;
    margin: 0 auto !important;
    display: block;
    padding: 1em;
}
form.location-submit-form.locate-hp input.submit-button {
    margin-top: 1em;
}
.col-12.col-sm-12.col-md-12.col-lg-5.col-xl-5.pr-0 {
    padding-right: 15px !important;
}
.blue-bg-area {
    padding: 2em 1em;
}
a.underline-link {
    font-size: 1.5em;
    margin-bottom: 1em;
    text-align: center;
    display: block;
    border-bottom: none;
    text-decoration: underline;
}
.heart-icon,
.questionmark-area-7,
img.area-8-dollar-icon,
.checkbox-in-news,
img.img-fluid.comment-icon {
    display: none;
}
img.icon-in-card.img-fluid {
    margin: 0 auto;
}
h3.red-title-card {
    font-size: 2em;
    text-align: center;
    margin-bottom: 0px;
}
.card.transparent-card.p-5.h-100 {
    padding: 2em 4em !important;
    text-align: center;
}
.cards-in-container .col-12.col-sm-12.col-md-12.col-lg-4.col-xl-4 {
    margin-bottom: 1em !important;
}
.rounded-vector:after {
    display: none !important;
}
.how-it-works img {
    float: none;
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
    display: block;
}
h4.how-it-works-title {
    text-align: center;
    font-size: 2em;
}
.how-it-works p {
    text-align: center;
}
.step-number-big p {
    font-size: 6em;
    position: absolute;
    top: -20px;
    left: 0.9em;
    margin: 0;
}
.how-it-works {
    margin-top: 1em;
    margin-bottom: 1em;
}
p.number-info {
    font-size: 1.5em;
    text-align: center;
    line-height: 1;
}

p.description-info {
    text-align: center;
    line-height: 1.1;
}
.circle {
    width: 30vw;
    height: 28vw;
    border-radius: 100% !important;
    margin: 3px;
}
.area-6-hp-bg button {
    margin: 0 auto;
    display: block;
}
.area-7-hp-bg {
    padding: 2em 1em;
}
a.view-all-faq {
    margin-top: 1em;
    margin-bottom: 1em;
    float: left;
}
.credit-card-img {
    margin: 0 auto;
    display: block;
}
.earn-text-area {
    padding: 2em 15px;
    text-align: center;
}
.earn-text-area h2 {
    width: 100%;
}
.earn-text-area button {
    width: 47%;
}
button {
    padding: 1em 1.2em !important;
}
.refer-a-friend-2 {
    max-width: 100%;
    margin-top: 0em;
}
.new-donor-area-3 {
    padding-bottom: 3em;
}
.blue-bg-area-10 {
    padding: 2em 1em;
}
.news-area-big-post,
.news-area-smaller-post {
    height: 200px;
}
h3.post-title {
    text-align: center;
    margin: 0em;
}
.area-11-hp {
    padding: 2em 1em;
}
.section-11-t-margin {
    margin-right: 0em;
    margin-top: 0em;
}
ul.checkmark-list {
    display: block;
    width: 100%;
}
.area-11-hp {
    padding: 2em 1em;
    background: none;
}
a.view-all-faq.about-us,
a.view-all-faq {
    float: none;
    display: block;
    border-bottom: none;
    text-underline-offset: 5px;
    text-decoration: underline;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
}
.area-8-hp-bg {
    padding: 2em 1em;
}
.blue-bg-area-10 h3.post-title {
    margin-top: 0.5em;
}
/* LOCATIONS */
h1.locations-line span:after {
    display: none;
}
form.location-submit-form input.submit-button {
    margin: 0 auto;
    margin-top: 1em;
}
p.light-text {
    max-width: 100%;
}
.move-form {
    margin-top: 3em;
    text-align: center;
}
.move-form h2 {
    font-size: 3em;
}
.container-fluid.contact-us-area-form {
    padding-bottom: 2em;
}
textarea#validationTextarea {
    margin-bottom: 1em;
}
/* ABOUT US */
h1.new-donor-line.about-us-line span:after {
    display: none;
}
.margin-control-hp button {
    display: block;
    margin: 0 auto;
    margin-bottom: 1em;
}
#imageSlider ol.carousel-indicators {
    margin-right: 10%;
    margin-left: 10%;
}
.margin-donor-area-3 {
    margin-top: 0em;
    margin-bottom: 0;
}
.about-us-area-3 {
    padding-top: 0em;
    padding-bottom: 0em;
}
.about-us-area-3 button{
    display: block;
    margin: 0 auto;
}
.about-us-area-3 p.py-5 {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
}
/* PREPARE */
h1.new-donor-line.prepare-h1 span:after {
    display: none;
}
.margin-control-prepare {
    padding-left: 1em !important;
    padding-right: 1em !important;
}
h1.new-donor-line.prepare-h1 br,
h1.new-donor-line br {
    display: none;
}
.margin-control-prepare {
    padding: 0px;
    margin-top: 0em;
}
.margin-control-prepare .row.mt-5 {
    margin-top: 0em !important;
}
.prepare-area-2 div#EligibilityRequirements {
    padding-left: 1em !important;
}
/* CONTACT US */
h1.contact-line span:after {
    display: none;
}
h1.contact-line {
    margin-top: 0;
    margin-bottom: 0;
}
form.contact-us-page button {
    margin: 0 auto;
    display: block;
    margin-bottom: 1em;
}
/* FAQ */
h1.faq-line span:after {
    display: none;
}
.input-group.search-control.float-right {
    width: 90%;
    float: none !important;
    margin: 0 auto;
    margin-top: 2em;
}
/* NEWS SINGLE */
.single-news-area {
    background: none;
    padding-top: 0em;
}
.single-news-area .col-12.col-sm-12.col-md-12.col-lg-6.col-xl-6.p-0 {
    padding: 15px !important;
}
.news-single-content-area {
    padding: 1em 2em!important;
    margin: 0 auto !important;
}
a.view-all-faq.blue-view-all {
    border-bottom: none;
}
/* SINGLE LOCATION */
.content-area-location p.header-p {
    width: 100%;
}
.single-location-container .margin-control-hp button {
    width: 100%;
    float: left;
    font-size: 1em !important;
    margin: 0px !important;
    margin-bottom: 1em !important;
}
.single-location-area-2 .margin-top-title {
    margin-top: 3em;
}
.single-location-area-2 {
    padding-bottom: 2em;
}
p.day-from,
p.hours {
    text-align: center;
}
.single-cards-area .col-12.col-sm-12.col-md-12.col-lg-6.col-xl-3 {
    margin-bottom: 1em;
}
/* CAREERS */
.careers-hero {
    padding: 0em 1em;
    background: none;
}
.careers-hero button,
.career-area3 button {
    margin: 0 auto;
    display: block;
    margin-bottom: 1em;
}
.career-area3 .hp-text-area-m {
    margin-top: 1em;
    margin-bottom: 2em;
}
.careers-area-4 .col-12.col-sm-12.col-md-12.col-lg-4.col-xl-4 {
    margin-bottom: 1em;
}
}


@media (min-width: 575px) and (max-width: 768px) {
li.nav-item.cta-button {
    display: none;
}
button.navbar-toggler {
    float: right;
}
button:focus {
    outline: none !important;
    outline: none !important;
}
.navigation-area {
    display: none;
}
nav.navbar.navbar-expand-lg.float-right {
    width: 100%;
    margin-bottom: 1em;
    padding-right: 1em;
    padding-left: 1em;
}
nav.navbar.navbar-expand-lg.float-right a{
    color: #fff;
}
div#navbarSupportedContent {
    background: #A4343A;
    padding: 1em 0em;
}
button.navbar-toggler:hover {
    border: none;
}
.mobile-top {
    margin-top: 1em;
}
button.button-1.mobile-header {
    margin-top: 0.4em;
    padding: 5px 10px !important;
    float: right;
}
.navbar-brand {
    margin-right: 0;
}
button.navbar-toggler {
    font-size: 1em;
    padding: 0.7em 1em 0em 1.5em !important;
    margin-top: 5px;
}
img.img-fluid.mail-icon {
    display: none;
}
.newsletter-margin {
    margin: 0em 0em 2em;
}
input.full-name, input.email {
    width: 70%;
    margin-right: auto;
    margin-bottom: 2em;
    margin-left: auto !important;
    display: block;
}
h2.footer-newsletter-title {
    text-align: center;
    font-size: 3em;
}
input.submit-button {
    display: block;
    margin: 0 auto;
    padding: 1em 3.5em !important;
}
.middle-footer-area {
    margin: 1em 0em;
}
.middle-footer-area img {
    margin: 0 auto;
    display: block;
    max-width: 200px;
    margin-bottom: 2em;
}
.middle-footer-area button.button-1 {
    margin: 0 auto;
    float: none;
    display: block;
    margin-bottom: 1em;
}
.copyright-area p, .copyright-area a {
    line-height: 2em;
    text-align: center;
}
.copyright-area a {
    margin-left: 2em;
}
.text-right.terms-area {
    text-align: center !important;
    margin-top: 10px;
    margin-bottom: 5px;
    border-top: 1px solid #007681
}
.copyright-area {
    padding-top: 1em;
}
/* HOME */
.margin-control-hp {
    margin-top: 1em;
}
h1 {
    font-size: 4em;
    text-align: center;
}
h1.new-donor-line span:after {
    display: none;
}
.header-p {
    margin-top: 2em;
    margin-bottom: 2em;
    text-align: center;
}
.margin-top-title-hp {
    margin-top: 3em;
}
h2.area-titles {
    font-size: 3em;
    text-align: center;
}
.hp-text-area-m {
    margin: 2em 0em;
    text-align: center;
}
.new-donor-area-2-hp button {
    display: block;
    margin: 0 auto;
}
.new-donor-area-2-hp {
    padding-bottom: 3em;
}
.floating-location {
    display: none;
}
input.form-control.location {
    float: none;
    margin-right: 0px !important;
    width: 100% !important;
    margin: 0 auto !important;
    display: block;
    padding: 1em;
}
form.location-submit-form.locate-hp input.submit-button {
    margin-top: 1em;
}
.col-12.col-sm-12.col-md-12.col-lg-5.col-xl-5.pr-0 {
    padding-right: 15px !important;
}
.blue-bg-area {
    padding: 2em 1em;
}
a.underline-link {
    font-size: 1.5em;
    margin-bottom: 1em;
    text-align: center;
    display: block;
    border-bottom: none;
    text-decoration: underline;
}
.heart-icon,
.questionmark-area-7,
img.area-8-dollar-icon,
.checkbox-in-news,
img.img-fluid.comment-icon {
    display: none;
}
img.icon-in-card.img-fluid {
    margin: 0 auto;
}
h3.red-title-card {
    font-size: 2em;
    text-align: center;
    margin-bottom: 0px;
}
.card.transparent-card.p-5.h-100 {
    padding: 2em 4em !important;
    text-align: center;
}
.cards-in-container .col-12.col-sm-12.col-md-12.col-lg-4.col-xl-4 {
    margin-bottom: 1em !important;
}
.rounded-vector:after {
    display: none !important;
}
.how-it-works img {
    float: none;
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
    display: block;
}
h4.how-it-works-title {
    text-align: center;
    font-size: 2em;
}
.how-it-works p {
    text-align: center;
}
.step-number-big p {
    font-size: 6em;
    position: absolute;
    top: 0px;
    left: 0.2em;
    margin: 0;
}
.how-it-works {
    margin-top: 1em;
    margin-bottom: 1em;
}
p.number-info {
    font-size: 3.5em;
    text-align: center;
    line-height: 1.5;
}

p.description-info {
    text-align: center;
    line-height: 1.5;
}
.circle {
    width: 30vw;
    height: 28vw;
    border-radius: 100% !important;
    margin: 3px;
}
.area-6-hp-bg button {
    margin: 0 auto;
    display: block;
}
.area-7-hp-bg {
    padding: 2em 1em;
}
a.view-all-faq {
    margin-top: 1em;
    margin-bottom: 1em;
    float: left;
}
.credit-card-img {
    margin: 0 auto;
    display: block;
}
.earn-text-area {
    padding: 2em 15px;
    text-align: center;
}
.earn-text-area h2 {
    width: 100%;
}
.earn-text-area button {
    width: 47%;
}
button {
    padding: 1em 1.2em !important;
}
.refer-a-friend-2 {
    max-width: 100%;
    margin-top: 1em;
}
.new-donor-area-3 {
    padding-bottom: 3em;
}
.blue-bg-area-10 {
    padding: 2em 1em;
}
.news-area-big-post,
.news-area-smaller-post {
    height: 400px;
}
h3.post-title {
    text-align: center;
    margin: 0em;
}
.area-11-hp {
    padding: 2em 1em;
}
.section-11-t-margin {
    margin-right: 0em;
    margin-top: 0em;
}
ul.checkmark-list {
    display: block;
    width: 100%;
}
.area-11-hp {
    padding: 2em 1em;
    background: none;
}
a.view-all-faq.about-us,
a.view-all-faq {
    float: none;
    display: block;
    border-bottom: none;
    text-underline-offset: 5px;
    text-decoration: underline;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
}
.area-8-hp-bg {
    padding: 2em 1em;
}
.blue-bg-area-10 h3.post-title {
    margin-top: 0.5em;
}
/* LOCATIONS */
h1.locations-line span:after {
    display: none;
}
form.location-submit-form input.submit-button {
    margin: 0 auto;
    margin-top: 1em;
}
p.light-text {
    max-width: 100%;
}
.move-form {
    margin-top: 3em;
    text-align: center;
}
.move-form h2 {
    font-size: 3em;
}
.container-fluid.contact-us-area-form {
    padding-bottom: 2em;
}
textarea#validationTextarea {
    margin-bottom: 1em;
}
/* ABOUT US */
h1.new-donor-line.about-us-line span:after {
    display: none;
}
.margin-control-hp button {
    display: block;
    margin: 0 auto;
    margin-bottom: 1em;
}
#imageSlider ol.carousel-indicators {
    margin-right: 10%;
    margin-left: 10%;
}
.margin-donor-area-3 {
    margin-top: 0em;
    margin-bottom: 0;
}
.about-us-area-3 {
    padding-top: 0em;
    padding-bottom: 0em;
}
.about-us-area-3 button{
    display: block;
    margin: 0 auto;
}
.about-us-area-3 p.py-5 {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
}
.about-us-area-3 button {
    display: block;
    margin: 0 auto;
    margin-bottom: 3em;
}
/* PREPARE */
h1.new-donor-line.prepare-h1 span:after {
    display: none;
}
.margin-control-prepare {
    padding-left: 1em !important;
    padding-right: 1em !important;
}
h1.new-donor-line.prepare-h1 br,
h1.new-donor-line br {
    display: none;
}
.margin-control-prepare {
    padding: 0px;
    margin-top: 0em;
}
.margin-control-prepare .row.mt-5 {
    margin-top: 0em !important;
}
.prepare-area-2 div#EligibilityRequirements {
    padding-left: 1em !important;
}
/* CONTACT US */
h1.contact-line span:after {
    display: none;
}
h1.contact-line {
    margin-top: 0;
    margin-bottom: 0;
}
form.contact-us-page button {
    margin: 0 auto;
    display: block;
    margin-bottom: 1em;
}
/* FAQ */
h1.faq-line span:after {
    display: none;
}
.input-group.search-control.float-right {
    width: 90%;
    float: none !important;
    margin: 0 auto;
    margin-top: 2em;
}
/* NEWS SINGLE */
.single-news-area {
    background: none;
    padding-top: 0em;
}
.single-news-area .col-12.col-sm-12.col-md-12.col-lg-6.col-xl-6.p-0 {
    padding: 15px !important;
}
.news-single-content-area {
    padding: 1em 2em!important;
    margin: 0 auto !important;
}
a.view-all-faq.blue-view-all {
    border-bottom: none;
}
/* SINGLE LOCATION */
.content-area-location p.header-p {
    width: 100%;
}
.single-location-container .margin-control-hp button {
    display: block;
    width: 48%;
    float: left;
}
.single-location-area-2 .margin-top-title {
    margin-top: 3em;
}
.single-location-area-2 {
    padding-bottom: 2em;
}
p.day-from,
p.hours {
    text-align: center;
}
.single-cards-area .col-12.col-sm-12.col-md-12.col-lg-6.col-xl-3 {
    margin-bottom: 1em;
}
/* CAREERS */
.careers-hero {
    padding: 0em 1em;
    background: none;
}
.careers-hero button,
.career-area3 button {
    margin: 0 auto;
    display: block;
    margin-bottom: 1em;
}
.career-area3 .hp-text-area-m {
    margin-top: 1em;
    margin-bottom: 2em;
}
.careers-area-4 .col-12.col-sm-12.col-md-12.col-lg-4.col-xl-4 {
    margin-bottom: 1em;
}
}

@media (min-width: 769px) and (max-width: 991px) {
li.nav-item.cta-button {
    display: none;
}
button.navbar-toggler {
    float: right;
}
button:focus {
    outline: none !important;
    outline: none !important;
}
.navigation-area {
    display: none;
}
nav.navbar.navbar-expand-lg.float-right {
    width: 100%;
    margin-bottom: 1em;
    padding-right: 1em;
    padding-left: 1em;
}
nav.navbar.navbar-expand-lg.float-right a{
    color: #fff;
}
div#navbarSupportedContent {
    background: #A4343A;
    padding: 1em 0em;
}
button.navbar-toggler:hover {
    border: none;
}
.mobile-top {
    margin-top: 1em;
}
button.button-1.mobile-header {
    margin-top: 0.4em;
    padding: 5px 10px !important;
    float: right;
}
.navbar-brand {
    margin-right: 0;
}
button.navbar-toggler {
    font-size: 1em;
    padding: 0.7em 1em 0em 1.5em !important;
    margin-top: 5px;
}
img.img-fluid.mail-icon {
    display: none;
}
.newsletter-margin {
    margin: 0em 0em 2em;
}
h2.footer-newsletter-title {
    text-align: center;
    font-size: 3em;
}
.middle-footer-area {
    margin: 1em 0em;
}
.middle-footer-area img {
    margin: 0 auto;
    display: block;
    max-width: 200px;
    margin-bottom: 2em;
}
.middle-footer-area button.button-1 {
    margin: 0 auto;
    float: none;
    display: block;
    margin-bottom: 1em;
}
.copyright-area p, .copyright-area a {
    line-height: 2em;
    text-align: center;
}
.copyright-area a {
    margin-left: 2em;
}
.text-right.terms-area {
    text-align: center !important;
    margin-top: 10px;
    margin-bottom: 5px;
    border-top: 1px solid #007681
}
.copyright-area {
    padding-top: 1em;
}
input.full-name,
input.email {
    width: 33%;
}
/* HOME */
.margin-control-hp {
    margin-top: 1em;
}
h1 {
    font-size: 4em;
    text-align: center;
}
h1.new-donor-line span:after {
    display: none;
}
.header-p {
    margin-top: 2em;
    margin-bottom: 2em;
    text-align: center;
}
.margin-top-title-hp {
    margin-top: 3em;
}
h2.area-titles {
    font-size: 3em;
    text-align: center;
}
.hp-text-area-m {
    margin: 2em 0em;
    text-align: center;
}
.new-donor-area-2-hp button {
    display: block;
    margin: 0 auto;
}
.new-donor-area-2-hp {
    padding-bottom: 3em;
}
.floating-location {
    display: none;
}
input.form-control.location {
    float: none;
    margin-right: 0px !important;
    width: 100% !important;
    margin: 0 auto !important;
    display: block;
    padding: 1em;
}
form.location-submit-form.locate-hp input.submit-button {
    margin-top: 1em;
}
.col-12.col-sm-12.col-md-12.col-lg-5.col-xl-5.pr-0 {
    padding-right: 15px !important;
}
.blue-bg-area {
    padding: 2em 1em;
}
a.underline-link {
    font-size: 1.5em;
    margin-bottom: 1em;
    text-align: center;
    display: block;
    border-bottom: none;
    text-decoration: underline;
}
.heart-icon,
.questionmark-area-7,
img.area-8-dollar-icon,
.checkbox-in-news,
img.img-fluid.comment-icon {
    display: none;
}
img.icon-in-card.img-fluid {
    margin: 0 auto;
}
h3.red-title-card {
    font-size: 2em;
    text-align: center;
    margin-bottom: 0px;
}
.card.transparent-card.p-5.h-100 {
    padding: 2em 4em !important;
    text-align: center;
}
.cards-in-container .col-12.col-sm-12.col-md-12.col-lg-4.col-xl-4 {
    margin-bottom: 1em !important;
}
.rounded-vector:after {
    display: none !important;
}
.how-it-works img {
    float: none;
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
    display: block;
}
h4.how-it-works-title {
    text-align: center;
    font-size: 2em;
}
.how-it-works p {
    text-align: center;
}
.step-number-big p {
    font-size: 6em;
    position: absolute;
    top: 0px;
    left: 0.2em;
    margin: 0;
}
.how-it-works {
    margin-top: 1em;
    margin-bottom: 1em;
}
p.number-info {
    font-size: 3.5em;
    text-align: center;
    line-height: 1.5;
}

p.description-info {
    text-align: center;
    line-height: 1.5;
}
.circle {
    width: 30vw;
    height: 28vw;
    border-radius: 100% !important;
    margin: 3px;
}
.area-6-hp-bg button {
    margin: 0 auto;
    display: block;
}
.area-7-hp-bg {
    padding: 2em 1em;
}
a.view-all-faq {
    margin-top: 1em;
    margin-bottom: 1em;
    float: left;
}
.credit-card-img {
    margin: 0 auto;
    display: block;
}
.earn-text-area {
    padding: 2em 15px;
    text-align: center;
}
.earn-text-area h2 {
    width: 100%;
}
.earn-text-area button {
    width: 47%;
}
button {
    padding: 1em 1.2em !important;
}
.refer-a-friend-2 {
    max-width: 100%;
    margin-top: 1em;
}
.new-donor-area-3 {
    padding-bottom: 3em;
}
.blue-bg-area-10 {
    padding: 2em 1em;
}
.news-area-big-post,
.news-area-smaller-post {
    height: 400px;
}
h3.post-title {
    text-align: center;
    margin: 0em;
}
.area-11-hp {
    padding: 2em 1em;
}
.section-11-t-margin {
    margin-right: 0em;
    margin-top: 0em;
}
ul.checkmark-list {
    display: block;
    width: 100%;
}
.area-11-hp {
    padding: 2em 1em;
    background: none;
}
a.view-all-faq.about-us,
a.view-all-faq {
    float: none;
    display: block;
    border-bottom: none;
    text-underline-offset: 5px;
    text-decoration: underline;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
}
.area-8-hp-bg {
    padding: 2em 1em;
}
.blue-bg-area-10 h3.post-title {
    margin-top: 0.5em;
}
/* LOCATIONS */
h1.locations-line span:after {
    display: none;
}
form.location-submit-form input.submit-button {
    margin: 0 auto;
    margin-top: 1em;
}
p.light-text {
    max-width: 100%;
}
.move-form {
    margin-top: 3em;
    text-align: center;
}
.move-form h2 {
    font-size: 3em;
}
.container-fluid.contact-us-area-form {
    padding-bottom: 2em;
}
textarea#validationTextarea {
    margin-bottom: 1em;
}
/* ABOUT US */
h1.new-donor-line.about-us-line span:after {
    display: none;
}
.margin-control-hp button {
    display: block;
    margin: 0 auto;
    margin-bottom: 1em;
}
#imageSlider ol.carousel-indicators {
    margin-right: 10%;
    margin-left: 10%;
}
.margin-donor-area-3 {
    margin-top: 0em;
    margin-bottom: 0;
}
.about-us-area-3 {
    padding-top: 0em;
    padding-bottom: 0em;
}
.about-us-area-3 button{
    display: block;
    margin: 0 auto;
}
.about-us-area-3 p.py-5 {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
}
.about-us-area-3 button {
    display: block;
    margin: 0 auto;
    margin-bottom: 3em;
}
/* PREPARE */
h1.new-donor-line.prepare-h1 span:after {
    display: none;
}
.margin-control-prepare {
    padding-left: 1em !important;
    padding-right: 1em !important;
}
h1.new-donor-line.prepare-h1 br,
h1.new-donor-line br {
    display: none;
}
.margin-control-prepare {
    padding: 0px;
    margin-top: 0em;
}
.margin-control-prepare .row.mt-5 {
    margin-top: 0em !important;
}
.prepare-area-2 div#EligibilityRequirements {
    padding-left: 1em !important;
}
/* CONTACT US */
h1.contact-line span:after {
    display: none;
}
h1.contact-line {
    margin-top: 0;
    margin-bottom: 0;
}
form.contact-us-page button {
    margin: 0 auto;
    display: block;
    margin-bottom: 1em;
}
/* FAQ */
h1.faq-line span:after {
    display: none;
}
.input-group.search-control.float-right {
    width: 90%;
    float: none !important;
    margin: 0 auto;
    margin-top: 2em;
}
/* NEWS SINGLE */
.single-news-area {
    background: none;
    padding-top: 0em;
}
.single-news-area .col-12.col-sm-12.col-md-12.col-lg-6.col-xl-6.p-0 {
    padding: 15px !important;
}
.news-single-content-area {
    padding: 1em 2em!important;
    margin: 0 auto !important;
}
a.view-all-faq.blue-view-all {
    border-bottom: none;
}
/* SINGLE LOCATION */
.content-area-location p.header-p {
    width: 100%;
}
.single-location-container .margin-control-hp button {
    display: block;
    width: 48%;
    float: left;
}
.single-location-area-2 .margin-top-title {
    margin-top: 3em;
}
.single-location-area-2 {
    padding-bottom: 2em;
}
p.day-from,
p.hours {
    text-align: center;
}
.single-cards-area .col-12.col-sm-12.col-md-12.col-lg-6.col-xl-3 {
    margin-bottom: 1em;
}
/* CAREERS */
.careers-hero {
    padding: 0em 1em;
    background: none;
}
.careers-hero button,
.career-area3 button {
    margin: 0 auto;
    display: block;
    margin-bottom: 1em;
}
.career-area3 .hp-text-area-m {
    margin-top: 1em;
    margin-bottom: 2em;
}
.careers-area-4 .col-12.col-sm-12.col-md-12.col-lg-4.col-xl-4 {
    margin-bottom: 1em;
}
.careers-hero {
    background-position: bottom right;
    padding: 0em 1em;
    background-size: 58%;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
    
li.nav-item.cta-button a.nav-link {
    margin-right: 1em;
}
button.button-1 {
    padding: 1em !important;
    letter-spacing: 0px !important;
    font-size: 0.9em;
}
.newsletter-margin {
    margin-left: 2em;
    margin-top: 0em;
}
h2.footer-newsletter-title {
    font-size: 2em;
}
input.full-name, input.email {
    width: 31%;
}
li.nav-item a.nav-link{
    margin: 0em 0.3em;
    font-size: 1em;
}
.footer-area-bg {
    padding-bottom: 2em;
}
.copyright-area p {
    text-align: center;
}
.copyright-area a {
    text-align: center;
}
.terms-area {
    display: block;
}
/* HOME */
.margin-control-hp {
    margin-top: 0em;
}
h1.new-donor-line span:after {
    right: 0em;
    bottom: -35px;
}
.header-p {
    margin-top: 2em;
    margin-bottom: 1em;
}
h1 {
    font-size: 3em;
}
h1.new-donor-line br {
    display: none;
}
a.underline-link {
    font-size: 1.3em;
}
.margin-top-title-hp {
    margin-top: 0em;
}
.hp-text-area-m {
    margin: 1em 0em;
}
.area-titles {
    font-size: 2.5em;
    margin-bottom: 0 !important;
    line-height: 1;
}
.area-6-hp-bg h2.area-titles {
    margin: 0.5em 0em !important;
}
.questionmark-area-7 {
    display: none;
}
.floating-location {
    display: none;
}
input.form-control.location {
    width: 95%;
}
.container-fluid.content-margin-hp.locate-on-hp input.submit-button {
    margin-top: 1em;
}
.cards-in-container .card.transparent-card.p-5.h-100 {
    padding: 1.5em !important;
}
img.icon-in-card.img-fluid {
    margin: 0 auto;
}
h3.red-title-card {
    margin-bottom: 0.5em;
    text-align: center;
    font-size: 1.5em;
}
.rounded-vector:after {
    width: 31%;
    height: 228%;
    left: -4%;
    top: -45%;
    display: block !important;
}
p.number-info {
    font-size: 2em;
    text-align: center;
    line-height: 1.5;
}

p.description-info {
    text-align: center;
    line-height: 1.5;
}
.circle {
    width: 32vw;
    height: 13vw;
    border-radius: 100% !important;
    margin: 3px;
}
div#carouselExampleIndicators {
    margin-bottom: 2em;
}
.area-7-hp-bg a.view-all-faq {
    margin-bottom: 1em;
    margin-top: 1em;
}
.area-7-hp-bg {
    padding: 4em 1em;
}
.area-8-hp-bg {
    padding: 2em 1em;
}
img.img-fluid.d-block.mx-auto.refer-a-friend-2 {
    max-width: 100%;
}
img.area-8-dollar-icon {
    display: none;
}
.credit-card-img {
    margin-top: 8em;
}
.earn-text-area {
    padding: 5em 2em;
    text-align: center;
}
.new-donor-area-3 {
    padding-bottom: 0em;
}
.checkbox-in-news {
    display: none;
}
a.view-all-faq {
    margin-top: 1em;
    margin-bottom: 1em;
}
.area-11-hp {
    padding: 0em 15px;
}
.section-11-t-margin {
    margin-right: 0em;
    margin-top: 1em;
}
a.view-all-faq.about-us {
    margin: 0px !important;
    font-size: 1.3em;
    margin-bottom: 1em !important;
}
/* LOCATIONS */
.move-form h2 {
    font-size: 3em;
}
.move-form {
    margin-top: 1em;
    text-align: center;
}
textarea#validationTextarea {
    margin-bottom: 1em;
}
form.location-submit-form input.submit-button {
    margin-top: 1em;
}
/* ABOUT US */
.about-us-area-1 {
    margin-top: 3em;
}
.about-us-area-2 {
    margin-top: 3em;
}
#imageSlider ol.carousel-indicators {
    margin-right: 10%;
    margin-left: 10%;
}
img.we-are-open-image {
    max-width: 100%;
    margin-top: 4em;
    margin-left: 5em;
}
/* PREPARE */
h1.new-donor-line.prepare-h1 span:after {
    display: none;
}
.margin-control-prepare {
    padding-left: 1em !important;
    padding-right: 1em !important;
}
h1.new-donor-line.prepare-h1 br,
h1.new-donor-line br {
    display: none;
}
.margin-control-prepare {
    padding: 0px;
    margin-top: 0em;
}
.margin-control-prepare .row.mt-5 {
    margin-top: 0em !important;
}
.prepare-area-2 div#EligibilityRequirements {
    padding-left: 1em !important;
}
a.view-all-faq.about-us.donor-a {
    font-size: 1em;
}
.prepare-area-2 {
    padding-top: 3em;
}
.prepare-area-3 h2.area-titles {
    padding-top: 1em;
    padding-bottom: 1em;
}
.social-security {
    padding: 3em;
}
.prepare-area-2 h2.area-titles {
    margin-bottom: 1em !important;
}
.prepare-area-5 h2.area-titles {
    margin-bottom: 1em !important;
    margin-top: 1em !important;
}
/* CONTACT US */
h1.contact-line span:after {
    display: none;
}
h1.contact-line {
    margin-top: 0;
    margin-bottom: 0;
}
form.contact-us-page button {
    margin: 0 auto;
    display: block;
    margin-bottom: 1em;
}
/* FAQ */
.input-group.search-control.float-right {
    width: 96%;
    float: none !important;
    margin: 0 auto;
    margin-top: 2em;
}
h1.faq-line span:after {
    right: -2.5em;
}
/* SINGLE LOCATION */
img.now-open-img {
    position: absolute;
    right: -10em;
    top: 0em;
    max-width: 250px;
}

.single-location-container .margin-control-hp button {
    display: block;
    float: left;
    padding: 10px !important;
    margin-bottom: 1em;
    padding: 0.5em !important;
}
.single-location-area-2 .margin-top-title {
    margin-top: 2em;
}
.single-location-area-2 {
    padding-bottom: 2em;
}
img.heart-icon {
    display: none;
}
.single-cards-area .col-12.col-sm-12.col-md-12.col-lg-6.col-xl-3 {
    margin-bottom: 1em;
}
/* CAREERS */
.careers-hero {
    padding: 0em 1em;
}

.career-area3 .hp-text-area-m {
    margin-top: 1em;
    margin-bottom: 2em;
}
.careers-area-4 .col-12.col-sm-12.col-md-12.col-lg-4.col-xl-4 {
    margin-bottom: 1em;
}
.careers-hero {
    background-position: bottom right;
    padding: 0em 1em;
    background-size: 55%;
}
}  
    
    
@media (min-width: 1200px) and (max-width: 1600px) {

button.button-1 {
    padding: 1em 0.7em !important;
}
li.nav-item a.nav-link {
     font-size: 1em;
     margin: 0em 0.1em;
}
.margin-control-hp {
    margin-top: 2em;
}
h1 {
    font-size: 4em;
}

h1.new-donor-line span:after {
    right: 0em;
    bottom: -30px;
}
h1.new-donor-line br {
    display: none;
}
.header-p {
    margin-top: 3em;
    margin-bottom: 1em;
}
a.underline-link {
    font-size: 1.5em;
}
.margin-top-title-hp {
    margin-top: 0em;
}
h2.area-titles {
    font-size: 3em;
}
.floating-location {
    display: none;
}
h3.red-title-card {
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 0;
}
img.icon-in-card {
    margin: 0 auto;
}
.rounded-vector:after {
    width: 30%;
    height: 187%;
    left: -4%;
    top: -37%;
    display: block !important;
}
h4.how-it-works-title {
    font-size: 2em;
}
.area-6-hp-bg h2.area-titles {
    margin: 0.5em 0em !important;
}
p.number-info {
    font-size: 3em;
    text-align: center;
    line-height: 1.5;
}

p.description-info {
    text-align: center;
    line-height: 1.5;
}
.circle {
    width: 32vw;
    height: 13vw;
    border-radius: 100% !important;
    margin: 3px;
}
.questionmark-area-7 {
    right: 35%;
    max-width: 60px;
}
.area-8-hp-bg {
    padding: 3em 1em;
}
.col-12.col-sm-12.col-md-12.col-lg-7.col-xl-7.ml-auto.mb-5 {
    margin: 0 auto;
}
.earn-text-area {
    padding: 5em 0em;
    text-align: center;
}
img.area-8-dollar-icon {
    width: 50px;
}
.refer-a-friend-2 {
    max-width: 100%;
    margin-top: 7em;
}
.earn-text-area button {
    width: 47%;
    margin: 0em 5px;
    padding: 1em 1.5em !important;
}
.new-donor-area-3 {
    padding-bottom: 0em;
}
.blue-bg-area-10 {
    padding: 3em 1em;
}
.smaller-news-area-content .tag-area {
    display: block;
    float: left;
    clear: both;
}
.smaller-news-area-content .tag {
    margin-right: 10px;
    margin-top: 1em;
    margin-left: 0;
}
.smaller-news-area-content h3.post-title {
    margin: 0em 0em;
}
a.view-all-faq.about-us {
    margin: 0px !important;
    font-size: 1.3em;
    margin-bottom: 1em !important;
}
.section-11-t-margin {
    margin-right: 0em;
    margin-top: 1em;
}
.area-11-hp {
    padding: 0em 1em;
}
ul.checkmark-list {
    display: block;
    width: 100%;
}
.copyright-area p, .copyright-area a {
    font-size: 0.8em;
}
/* LOCATIONS */
textarea#validationTextarea {
    margin-bottom: 1em;
}
form.location-submit-form input.submit-button {
    margin-top: 1em;
}
.move-form {
    margin-top: 7em;
    text-align: center;
}
.move-form h2 {
    font-size: 3.5em;
}
.footer-area-bg {
    padding-bottom: 3em;
    padding-top: 3em;
}
/* PREPARE */
.margin-control-prepare {
    padding: 0px;
    margin-top: 1em;
}
h1.new-donor-line.prepare-h1 span:after {
    right: 0em;
}
a.view-all-faq.about-us.donor-a {
    font-size: 1em;
}
.prepare-area-2 {
    padding-top: 3em;
}
.prepare-area-3 h2.area-titles {
    padding-top: 1em;
    padding-bottom: 1em;
}
.social-security {
    padding: 3em;
}
.prepare-area-2 h2.area-titles {
    margin-bottom: 1em !important;
}
.prepare-area-5 h2.area-titles {
    margin-bottom: 1em !important;
    margin-top: 1em !important;
}
/* CONTACT US */
h1.contact-line br {
    display: none;
}
h1.contact-line {
    font-size: 3em;
}
h1.contact-line span:after {
    right: 0em;
}
/* FAQ */
h1.faq-line span:after {
    right: 0.5em;
}
.input-group.search-control.float-right {
    width: 100%;
    margin-top: 2em;
}
/* SINGLE LOCATION */
.card.transparent-card.p-5.h-100 {
    padding: 1em !important;
}
img.now-open-img {
    right: -10em;
}
/* CAREERS */
.careers-hero {
    padding: 3em 1em;
}
} 