﻿/************************************
   Variable Includes
*************************************/
/**************************************
   Brand Colors *Alt defaults to primary
***************************************/
/**************************************
   Screen Sizes
***************************************/
/************************************
   MIXINS
   Notes: Place to put functions and custom calculations
*************************************/
/***************************
    * Buttons

****************************/
/***************************
    * List/Grid Page links
****************************/
/********************
    * Offcanvas
********************/
/***  Defaults to right  ***/
/************************************
    EOF Offcanvas
*************************************/
/************************************
    Font includes
*************************************/
/************************************
   EOF Font includes
*************************************/
/************************************
    Gradients
*************************************/
/************************************
    EOF Gradients
*************************************/
/************************************
    Placement
*************************************/
/************************************
    EOF Placement
*************************************/
.home section.hero.hero-1 > .container-fluid .videotron.overflow {
  height: 700px;
}
.home section.hero.hero-1 > .container-fluid .videotron.overflow .container {
  height: 100%;
  background-image: -webkit-linear-gradient(270deg, transparent 50%, #000000 100%);
  background-image: linear-gradient(-180deg, transparent 50%, #000000 100%);
  min-height: 700px;
  bottom: 0;
}
.home section.hero.hero-1 > .container-fluid .videotron.overflow .container .caption {
  text-shadow: 0px 2px 20px rgba(0, 0, 0, 0.5);
  bottom: 11%;
}
.home section.hero.hero-1 > .container-fluid .videotron.overflow .container .caption p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home section.hero.hero-1 > .container-fluid .videotron.overflow .container .caption p a.btn-donate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.breadcrumbs .container {
  padding-left: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  section.breadcrumbs .container {
    padding-left: 26px;
  }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 992px) and (max-width: 1199px) {
  section.breadcrumbs .container {
    padding-left: 26px;
  }
}
/* Large desktop */
section.donation {
  height: 190px;
  /* ff3.6+ */
  background: -webkit-radial-gradient(50%, 54%, rgba(255, 244, 218, 0) 50%, rgba(255, 229, 180, 0.46) 91%);
  /* safari5.1+,chrome10+ */
  /* opera 11.10+ */
  /* ie10+ */
  background: -webkit-radial-gradient(50% 54%, rgba(255, 244, 218, 0) 50%, rgba(255, 229, 180, 0.46) 91%);
  background: radial-gradient(50% 54%, rgba(255, 244, 218, 0) 50%, rgba(255, 229, 180, 0.46) 91%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF4DA', endColorstr='#FFE5B4',GradientType=1 );
  /* ie6-9 */
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 10px solid #C99738;
}
section.donation .container {
  background: none;
  padding: 0px !important;
}
section.donation .container .row.donation-widget h2 {
  font-size: 30px;
}
section.donation .container .row.donation-widget p {
  margin-bottom: 50px;
}
section.donation .container .row.donation-widget-amount span a.donation-widget {
  font-weight: bold;
  color: #000;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: bold;
}
section.donation .container .row.donation-widget-amount span a.donation-widget.on-atm {
  background: #902D34;
  color: #fff;
  border: #902D34;
}
section.donation .container .row.donation-widget-amount span a:hover {
  background: #902D34;
  color: #fff;
}

@media (max-width: 767px) {
  body:not(.home) section.donation {
    height: inherit;
  }
  body:not(.home) section.donation .container {
    padding: 22px 22px 34px !important;
  }
  body:not(.home) section.donation .container .row.donation-widget-amount a.donate-btn-widget {
    text-transform: uppercase;
  }
  body:not(.home) section.donation .container .row.donation-widget h2 {
    font-size: 22px !important;
  }
  body:not(.home) section.donation .container .row.donation-widget p {
    font-size: 17px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body:not(.home) section.donation {
    height: inherit;
  }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 992px) and (max-width: 1199px) {
  body:not(.home) section.donation {
    height: inherit;
  }
}
/* Large desktop */
body.page section.content {
  background-size: 100%;
  padding-bottom: 71px;
}
body.page.page-template-list section.content {
  background: none !important;
  padding-bottom: 0;
}
body.page.page-template-list-grid section.content {
  background: none !important;
  padding-bottom: 0;
  margin-top: 60px;
}
body.page.page-template-list-grid section.content p {
  margin-bottom: 0;
}
body.page.stories-of-change section.content, body.page.parent-pageid-24 section.content {
  background: none !important;
  padding-bottom: 0;
}
body.page.stories-of-change section.content p, body.page.parent-pageid-24 section.content p {
  margin-bottom: 25px;
}
body.page.stories-of-change section.content p:last-child, body.page.parent-pageid-24 section.content p:last-child {
  margin-bottom: 0px;
}
body.page.stories-of-change section.related, body.page.parent-pageid-24 section.related {
  background: url(../images/L2-bg.jpg) no-repeat bottom center;
  background-size: 100%;
  padding-bottom: 290px;
}
body.page.stories-of-change section.related a, body.page.parent-pageid-24 section.related a {
  font-size: 16px;
}

@media (max-width: 767px) {
  body.page section.content {
    /*background: url(../images/L2-bg.jpg) no-repeat 79% 100% !important;*/
    /* background-size: 225% !important;*/
    padding-bottom: 51px;
  }
  body.page section.content .alignleft, body.page section.content .alignright, body.page section.content .aligncenter, body.page section.content .alignnone {
    max-width: 100%;
    height: 100%;
    margin: 0 0 32px;
  }
  body.page section.content .inner div span img.alignleft, body.page section.content .inner div span img.alignright, body.page section.content .inner div span img.aligncenter, body.page section.content .inner div span img.alignnone {
    max-width: 100%;
    height: 100%;
    margin: 0 0 32px;
  }
  body.page section.content-1.content-nth-1 {
    padding-bottom: 0;
  }
  body.page section.content-1.content-nth-1 .container .inner .page {
    margin-top: 32px;
  }
  body.page section.content-1.content-nth-1 .container .inner .page .layoutArea .column p {
    margin-bottom: 29px;
  }
  body.page section.content-1.content-nth-1 .container .inner .page .layoutArea .column p span img {
    margin-bottom: 29px;
  }
  body.page section.related-nth-1 .container {
    padding-bottom: 52px;
  }
  body.page section.related-nth-1 .container .row-stories-for-change {
    position: relative;
    border: 0;
    padding-left: 20px;
    padding-top: 33px;
    padding-right: 20px;
  }
  body.page section.related-nth-1 .container .row-stories-for-change::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100% - 40px);
    height: 2px;
    background: #c99738;
  }
  body.page section.related-nth-1 .container .row-stories-for-change h3 {
    margin-bottom: 24px;
  }
  body.page section.related-nth-1 .container .row-stories-for-change .mod .inner {
    width: 100%;
    padding-bottom: 52px;
  }
  body.page section.related-nth-1 .container .row-stories-for-change .mod .inner h4 {
    margin-top: 24px;
    margin-bottom: 6px;
    line-height: 26px;
  }
  body.page section.related-nth-1 .container .row-stories-for-change .mod .inner .read-more {
    line-height: 28px;
  }
  body.page section.donation.donation-1.donation-nth-1 {
    border-top: 0;
  }
  body.page section.donation.donation-1.donation-nth-1 .container {
    padding-top: 22px !important;
    padding-bottom: 34px !important;
  }
  body.contact-us section.content {
    background: none !important;
    margin-top: 30px;
    padding-bottom: 30px;
  }
  body.page-template .inner p span img.alignleft, body.page-template .inner p span img.alignright, body.page-template .inner p span img.aligncenter, body.page-template .inner p span img.alignnone {
    max-width: 100%;
    height: 100%;
    margin: 0 0 32px;
  }
}
/* Portrait tablet to landscape and desktop */
/* Large desktop */
section.emailsignup.emailsignup-1 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8d2d32+1,5c1b1a+96 */
  background: #8d2d32;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #8d2d32 1%, #5c1b1a 96%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-radial-gradient(center, ellipse, #8d2d32 1%, #5c1b1a 96%);
  background: radial-gradient(ellipse at center, #8d2d32 1%, #5c1b1a 96%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d2d32', endColorstr='#5c1b1a',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  background-size: cover;
  min-height: 250px;
  height: auto;
}
section.emailsignup.emailsignup-1 .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span.name_first {
  margin-right: 12px !important;
}
section.emailsignup.emailsignup-1 .gform_wrapper div.validation_error {
  color: #fff;
}
section.emailsignup.emailsignup-1 .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  margin-top: 0;
  margin-bottom: 0 !important;
}
section.emailsignup.emailsignup-1 .container #gform_wrapper_1 li:nth-child(2) input {
  margin-left: 0px;
}
section.emailsignup.emailsignup-1 .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin-left: 0px;
}
section.emailsignup.emailsignup-1 .container #gform_wrapper_1 li:nth-child(2) {
  width: 25%;
  margin-left: 12px !important;
}

@media (max-width: 767px) {
  section.emailsignup.emailsignup-1 {
    padding: 27px 25px 52px 25px;
    text-align: center;
  }
  section.emailsignup.emailsignup-1 .container {
    padding-bottom: 0;
  }
  section.emailsignup.emailsignup-1 .container h4 {
    text-align: left;
    margin-top: 0;
    font-size: 34px;
    letter-spacing: 1.03px;
    margin-bottom: 0;
  }
  section.emailsignup.emailsignup-1 .container h5 {
    text-align: left;
    font-size: 18px;
    margin-top: 5px;
    font-family: "Lato",sans-serif;
  }
  section.emailsignup.emailsignup-1 .container #gform_wrapper_1 {
    margin-top: 17px;
  }
  section.emailsignup.emailsignup-1 .container #gform_wrapper_1 li {
    min-width: inherit;
  }
  section.emailsignup.emailsignup-1 .container #gform_wrapper_1 li input[type="text"] {
    width: 100%;
    margin-bottom: 20px;
  }
  section.emailsignup.emailsignup-1 .container #gform_wrapper_1 li:nth-child(1) {
    min-width: inherit;
  }
  section.emailsignup.emailsignup-1 .container #gform_wrapper_1 li:nth-child(2) {
    min-width: inherit;
    width: 100%;
    margin-left: 0px !important;
  }
  section.emailsignup.emailsignup-1 .container #gform_wrapper_1 li:last-child input[type="text"] {
    margin-bottom: 0;
  }
  section.emailsignup.emailsignup-1 .container #gform_wrapper_1 .gform_footer input {
    width: 200px;
    height: 50px;
    display: block;
    margin: 40px auto 0;
    font-size: 26px;
    font-weight: 600;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.emailsignup.emailsignup-1 .container #gform_wrapper_1 .gform_footer {
    float: none;
  }
  section.emailsignup.emailsignup-1 .container #gform_wrapper_1 .gform_footer input[type=submit] {
    margin-left: 150px;
    min-height: 50px;
    margin-bottom: 0;
  }
  section.emailsignup.emailsignup-1 .container #gform_wrapper_1 li:nth-child(2) input {
    margin-left: -12px;
  }
  section.emailsignup.emailsignup-1 .container .gform_wrapper {
    margin-left: 7px;
  }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 992px) and (max-width: 1199px) {
  section.emailsignup.emailsignup-1 .container #gform_wrapper_1 .gform_footer {
    float: none;
  }
  section.emailsignup.emailsignup-1 .container #gform_wrapper_1 .gform_footer input[type=submit] {
    margin-left: -3px;
  }
  section.emailsignup.emailsignup-1 .container #gform_wrapper_1 li:nth-child(2) input {
    margin-left: -12px;
  }
  section.emailsignup.emailsignup-1 .container .gform_wrapper {
    margin-left: 7px;
  }
}
/* Large desktop */
@media (min-width: 1200px) {
  section.emailsignup.emailsignup-1 .container #gform_wrapper_1 li input[type="text"] {
    width: 258px;
  }
}
.footer-container {
  background: #3a3232;
}

section#footer-nav {
  background: none;
}
section#footer-nav .container.nav {
  margin-bottom: 30px;
}
section#footer-nav .container.nav.footer-nav {
  width: 1200px;
}
section#footer-nav .container nav {
  background: none;
}
section#footer-nav .container nav.footer-nav ul {
  padding: 25px 80px 8px;
  text-align: justify;
  text-justify: distribute;
  /*IE 11 fix*/
  border-bottom: solid 1px #c99738;
  font-size: 0;
}
section#footer-nav .container nav.footer-nav ul::after {
  width: 100%;
  display: inline-block;
  visibility: hidden;
}
section#footer-nav .container nav.footer-nav ul li {
  width: auto;
  display: inline-block;
  font-size: 22px;
  list-style: none;
}
section.nav .footer-nav {
  background: none;
}

footer.footer {
  padding-bottom: 100px;
  background: none;
  font-weight: 300;
}
footer.footer .container {
  width: 1200px;
  padding-left: 48px;
  padding-right: 20px;
}
footer.footer .container .footer-desktop .row {
  margin-left: 0;
  margin-right: 0;
}
footer.footer .container .footer-desktop .row h6 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 21px;
}
footer.footer .container .footer-desktop .row h6 a {
  font-size: 20px;
  font-weight: 600;
}
footer.footer .container .footer-desktop .row .footer-column-desktop_1 .footer-item-7 {
  padding-left: 30px;
  padding-right: 20px;
}
footer.footer .container .footer-desktop .row .footer-column-desktop_1 .footer-item-1 a.btn-donate:hover {
  background: #bc2c36;
}
footer.footer .container .footer-desktop .row .footer-column-desktop_2 > .footer-item {
  margin-top: 85px;
}
footer.footer .container .footer-desktop .row .footer-column-desktop_2 > .footer-item p img {
  margin-bottom: 10px;
}
footer.footer .container .footer-desktop .row .footer-column-desktop_4 {
  max-width: 127px;
  margin-left: 59px;
}
footer.footer .container .footer-desktop .row .footer-column-desktop_5 {
  max-width: 132px;
  margin-left: 67px;
}
footer.footer .container .footer-desktop .row .col-md-2 {
  width: 20%;
  padding: 0;
}
footer.footer .container .footer-desktop .row .col-md-2.footer-column-desktop_6 {
  width: 100%;
}
footer.footer .container .footer-desktop .row .col-md-2 ul {
  list-style: none;
  padding-left: 0;
  line-height: 24px;
}
footer.footer .container .footer-desktop .row .col-md-2 ul li {
  font-size: 15px;
  display: inline-block;
  width: 100%;
  list-style: none;
}
footer.footer .container .footer-desktop .row .col-md-2 ul li a {
  font-size: 15px;
}
footer.footer .container .footer-desktop .row .col-md-2 .footer-item-1 {
  padding: 0 0;
}
footer.footer .container .footer-desktop .row .col-md-2 .footer-item-1 a.btn-donate {
  width: 100%;
}
footer.footer .container .footer-desktop .row .col-md-2 .footer-item-2 {
  margin-top: 35px;
  font-size: 12px;
  padding: 0 0;
}
footer.footer .container .footer-desktop .row .col-md-2 .footer-item-7 {
  margin-top: 32px;
  padding: 0 0;
}
footer.footer .container .footer-desktop .row .col-md-2 .footer-item-9 {
  margin-top: 32px;
  padding: 0 0;
}
footer.footer .container .footer-desktop .row .col-md-2 .footer-item-9 span {
  padding-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
footer.footer .container .footer-desktop .row .col-md-2 .footer-item-9 span:last-child {
  padding-left: 10px;
}
footer.footer .container .footer-desktop .row .col-md-2 .footer-item-8 {
  padding: 0 0;
}
footer.footer .container .footer-desktop .row .col-md-2 .footer-item-8 p {
  display: inline;
}

.col .footer-item h5 {
  font-size: 20px;
  margin-top: 0;
}
.col .footer-item h5 a {
  font-size: 20px;
  text-decoration: none !important;
  font-weight: 500;
}
.col .footer-item h5:hover {
  text-decoration: underline;
}
.col .footer-item ul {
  padding-left: 0;
}
.col .footer-item ul li {
  list-style: none;
  font-size: 15px;
  display: block;
  line-height: 26px;
}
.col .footer-item ul li a {
  font-size: 15px;
  display: block;
  line-height: 26px;
}

.footer-column-desktop_1 .footer-item-2 {
  margin-top: 15px;
  margin-bottom: 12px;
}
.footer-column-desktop_1 .footer-item-2 .page .layoutArea .column p {
  margin-bottom: 5px;
}
.footer-column-desktop_1 .footer-item-2 .page .layoutArea .column p:first-child span {
  font-weight: 500;
}
.footer-column-desktop_1 .footer-item-2 .page .layoutArea .column p span {
  font-size: 15px;
}

.footer-item-10 {
  text-align: center;
  margin-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
.footer-item-10 p {
  display: block;
  line-height: 18px;
  font-size: 11.5px;
}

.footer a img.alignnone {
  margin: 5px 9px 20px 0;
}

.footer .footer-item-8 p {
  display: inline;
}

.footer .footer-item-9 img {
  margin-right: 13px;
}

/* Landscape phone and smaller: single column */
@media (max-width: 767px) {
  footer.footer-3 {
    padding-bottom: 80px;
  }
  footer.footer-3 .footer-mobile {
    padding: 44px 0 71px 0;
    width: 100%;
  }
  footer.footer-3 .footer-mobile .row {
    text-align: left;
    max-width: 300px;
    margin: auto auto;
    width: 300px;
    float: none;
  }
  footer.footer-3 .mobile-hidden {
    visibility: visible;
    text-align: left;
  }
  footer.footer-3 .mobile-hidden p.copyright {
    text-align: left;
    margin-top: 5%;
  }
  footer.footer-3 .footer-item {
    text-align: center;
  }
  footer.footer-3 .footer-item-1 {
    margin-bottom: 35px;
  }
  footer.footer-3 .footer-item-1 .btn.btn-donate {
    font-size: 26px;
  }
  footer.footer-3 .footer-item-2 {
    text-align: left;
    margin-bottom: 20px;
    padding-top: 0;
  }
  footer.footer-3 .footer-item-2 .page .layoutArea .column p {
    line-height: 15px;
    font-size: 12px;
    line-height: 15px;
  }
  footer.footer-3 .footer-item-2 .page .layoutArea .column p:first-child {
    font-weight: bold;
  }
  footer.footer-3 .footer-item-7 {
    text-align: left;
    margin-left: 0;
    margin-bottom: 0;
  }
  footer.footer-3 .footer-item-4 {
    margin-top: 28px;
  }
  footer.footer-3 .footer-item-5 {
    padding-top: 15px;
  }
  footer.footer-3 .footer-item-5 .inner h5.hdr {
    margin-top: 0;
  }
  footer.footer-3 .footer-item-5 .inner p {
    margin-bottom: 0;
  }
  footer.footer-3 .footer-item-6 p {
    font-size: 13px;
    line-height: 19px;
    letter-spacing: -0.27px;
  }
  footer.footer-3 .footer-item-7 {
    margin-left: 0px;
    margin-bottom: 22px;
  }
  footer.footer-3 .footer-item-8 {
    text-align: left;
  }
  footer.footer-3 .footer-item-8 h5 {
    margin-bottom: 12px;
  }
  footer.footer-3 .footer-item-8 p a img {
    margin-bottom: 0;
  }
  footer.footer-3 .footer-item-8 ul {
    padding: 0;
    list-style: none;
  }
  footer.footer-3 .footer-item-9 {
    padding: 0;
    text-align: center;
  }
  footer.footer-3 .footer-item-9 img {
    margin-bottom: 10px;
  }
  footer.footer-3 .footer-item-9 span {
    display: block;
    margin: 10px auto;
  }
  footer.footer-3 .footer-item-10 {
    text-align: left;
  }
  footer .footer-column-mobile_1.footer-column .footer-item.footer-item-2 {
    margin-bottom: 25px !important;
  }
  footer .footer-column-mobile_1.footer-column .footer-item.footer-item-7 {
    margin-bottom: 25px !important;
  }
  footer.nav.nav-1.nav-nth-2 .container.nav.footer-nav.sub-nav {
    display: none;
  }
}
/* Landscape phone to portrait tablet */
@media (min-width: 768px) and (max-width: 991px) {
  .footer.footer-1 .container .nav.nav-1 #menu-footer-navigation, .footer.footer-1 .container-fluid .nav.nav-1 #menu-footer-navigation {
    display: none;
  }
  .footer.footer-1 .container .footer-icon-row ul, .footer.footer-1 .container-fluid .footer-icon-row ul {
    padding: 0;
    margin: 0;
  }
  .footer.footer-1 .container .footer-icon-row ul li, .footer.footer-1 .container-fluid .footer-icon-row ul li {
    padding: 0;
    margin: 0;
    float: left;
  }
  .footer.footer-1 .container .sub1 .col, .footer.footer-1 .container-fluid .sub1 .col {
    margin-bottom: 3em;
  }
  .footer.footer-3.footer-nth-1 .container .footer-tablet .footer-row-tablet .footer-column .footer-item-2 .page .layoutArea .column p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 5px;
  }

  section.valueprop.valueprop-nth-1 .container {
    margin-left: 50%;
    -webkit-transform: translatex(-50%);
        -ms-transform: translatex(-50%);
            transform: translatex(-50%);
  }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 992px) and (max-width: 1199px) {
  .footer.footer-1 .container .footer-icon-row ul, .footer.footer-1 .container-fluid .footer-icon-row ul {
    padding: 0;
    margin: 0;
  }
  .footer.footer-1 .container .footer-icon-row ul li, .footer.footer-1 .container-fluid .footer-icon-row ul li {
    padding: 0;
    margin: 0;
    float: left;
  }
}
/* Large desktop */
@media (min-width: 1200px) {
  .footer.footer-1 .container .footer-icon-row ul, .footer.footer-1 .container-fluid .footer-icon-row ul {
    padding: 0;
    margin: 0;
  }
  .footer.footer-1 .container .footer-icon-row ul li, .footer.footer-1 .container-fluid .footer-icon-row ul li {
    padding: 0;
    margin: 0;
    float: left;
  }
}
/* Landscape phones and down */
@media (max-width: 767px) {
  .footer.footer-2 {
    padding-top: 30px;
  }
  .footer.footer-2 .container .row-footer .sub3-info {
    line-height: 28px;
    color: #686868;
    letter-spacing: 0.3px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .footer.footer-2 .container .row-footer .sub3-info:nth-child(3) {
    background-color: #F0F0F6;
    text-align: left;
  }
  .footer.footer-2 .container .row-footer .sub3-info .contact_address h5 {
    margin-bottom: 6px;
    font-size: 15px;
  }
  .footer.footer-2 .container .row-footer .sub3-info .footer-social h5 {
    font-size: 15px;
    color: #686868;
  }
  .footer.footer-2 .container .row-footer .sub3-info .copyright {
    font-size: 13px;
    line-height: 19px;
  }
  .footer.footer-2 a.btn-donate {
    font-size: 17px;
  }
  .footer.footer-3 a.btn-donate {
    font-size: 17px;
  }

  .footer-item-10 p img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  .footer-item-2 .page .layoutArea .column p {
    font-size: 14px;
    line-height: 16px;
  }

  footer.footer .footer-item-7 {
    font-size: 14px;
    line-height: 24px;
  }
  footer.footer .footer-item-9 p img {
    margin: 8px 15px 0px 0px;
  }
  footer.footer .footer-item-9 p img:nth-child(3), footer.footer .footer-item-9 p img:nth-child(6) {
    /* or 4n+1 */
    margin-right: 0;
  }

  .footer-mobile .footer-item.footer-item-9 {
    text-align: left;
    padding: 0 45px;
  }
}
/* Portrait tablet to landscape and desktop: 3 columns */
@media (min-width: 768px) and (max-width: 1199px) {
  .footer.footer-3 .container .footer-tablet .footer-row .footer-column-tablet_1 .row .footer-column-tablet_0_1 .footer-item-2 .page .layoutArea .column p span, .footer.footer-3 .container-fluid .footer-tablet .footer-row .footer-column-tablet_1 .row .footer-column-tablet_0_1 .footer-item-2 .page .layoutArea .column p span {
    white-space: nowrap;
  }
  .footer.footer-3 .container .footer-tablet .footer-row-tablet_1, .footer.footer-3 .container-fluid .footer-tablet .footer-row-tablet_1 {
    width: 100%;
    margin: 0 auto;
    padding: 31px 48px 39px 56px;
  }
  .footer.footer-3 .container .footer-tablet .footer-column-tablet_5, .footer.footer-3 .container-fluid .footer-tablet .footer-column-tablet_5 {
    clear: left;
    width: 100%;
    padding-left: 29px;
  }
  .footer.footer-3 .container .footer-tablet .footer-column-tablet_5 span, .footer.footer-3 .container-fluid .footer-tablet .footer-column-tablet_5 span {
    padding-left: 10px;
    white-space: nowrap;
  }
  .footer.footer-3 .container .footer-tablet .footer-column-tablet_5 span:last-child, .footer.footer-3 .container-fluid .footer-tablet .footer-column-tablet_5 span:last-child {
    display: block;
  }
  .footer.footer-3 .container .footer-tablet .footer-item-7 p, .footer.footer-3 .container-fluid .footer-tablet .footer-item-7 p {
    margin-top: 0px;
    font-size: 12px;
    line-height: 18px;
  }
  .footer.footer-3 .container .footer-tablet .footer-item-10 p img, .footer.footer-3 .container-fluid .footer-tablet .footer-item-10 p img {
    max-width: 100%;
    height: auto;
  }
  .footer.footer-3 .container .footer-icon-row ul, .footer.footer-3 .container-fluid .footer-icon-row ul {
    padding: 0;
    margin: 0;
  }
  .footer.footer-3 .container .footer-icon-row ul li, .footer.footer-3 .container-fluid .footer-icon-row ul li {
    padding: 0;
    margin: 0;
    float: left;
  }
}
/* Large desktop */
/* Anything from tablet down will lose the nav menu have the large white Donate area */
@media (max-width: 1199px) {
  footer.footer {
    padding-top: 0;
  }
}
@media screen and (max-width: 1199px) and (min-width: 768px) and (max-width: 1199px) {
  footer.footer .container .footer-tablet .row .footer-column-tablet_1 .footer-item-9 {
    max-width: 320px;
  }
  footer.footer .container .footer-tablet .row .footer-column-tablet_1 .footer-item-9 p img {
    margin-bottom: 10px;
  }
}
@media (max-width: 1199px) {
  footer.footer .col.footer-column .footer-item {
    margin-bottom: 25px;
  }
  footer.footer .col.footer-column .footer-item ul {
    list-style: none;
    padding-left: 0;
    font-size: 15px;
  }
  footer.footer .container, footer.footer .container-fluid {
    padding-left: 0;
    padding-right: 0;
    width: 100% !important;
  }
  footer.footer .container .nav.nav-1 #menu-footer-navigation, footer.footer .container-fluid .nav.nav-1 #menu-footer-navigation {
    display: none;
  }
  footer.footer .inner ul {
    margin-bottom: auto;
  }
  footer.footer .footer-item-7 a > img {
    margin: 0 20px 0 0;
  }
  footer.footer .footer-row-tablet_0 {
    text-align: left;
  }
  footer.footer .footer-row-tablet_0 h5.hdr {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: .36px;
    line-height: 28px;
    margin-top: 40px;
    margin-bottom: .2em;
  }
  footer.footer .footer-row-tablet_0 a.btn-donate {
    font-size: 18px;
    font-family: 'Arial Black', Arial, Hevetical, sans-serif;
    text-transform: uppercase;
    letter-spacing: -0.28px;
    padding: 6px 20px;
    margin-top: 0;
  }
}
body.page-template section.grid {
  background: url(../images/L2-bgAbout.jpg) no-repeat bottom center;
  background-size: 100%;
  padding-bottom: 325px;
}

@media (max-width: 767px) {
  body.page-template section.grid.grid-nth-1 {
    padding-bottom: 0;
  }
  body.page-template section.grid .container .row .grid-item .inner p {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.grid .container .row .grid-item {
    padding-left: 15px;
    padding-right: 15px;
  }

  body.page-template section.grid {
    background-size: 225%;
  }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 992px) and (max-width: 1199px) {
  body.page-template section.grid {
    background-size: 225%;
  }

  body.ways-to-give .site-wrapper .grid.grid-1 {
    padding-bottom: 332px;
  }
}
/* Large desktop */
@media (min-width: 1200px) {
  body.ways-to-give .site-wrapper .grid.grid-1 {
    padding-bottom: 332px;
  }
}
header.header {
  background: white;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(70%, white), color-stop(70%, #eaeaeb), color-stop(100%, #eaeaeb));
  background: -webkit-linear-gradient(top, white 0%, white 70%, #eaeaeb 70%, #eaeaeb 100%);
  background: linear-gradient(to bottom, white 0%, white 70%, #eaeaeb 70%, #eaeaeb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaeb', GradientType=0 );
  padding-top: 16px;
}
@media (max-width: 1024px) {
  header.header {
    background: none;
  }
}
header.header .container {
  padding: 0;
}
header.header.header-1 .container .utility-bar {
  margin-right: 0;
}
header.header.header-1 .container .utility-bar .dropdown .dropdown-menu {
  width: 100%;
  border: 1px solid #902D34;
  margin: 0;
}
header.header.header-1 .container .utility-bar .dropdown .dropdown-menu .dropdown-item {
  display: block;
  padding: 9px 20px;
  font-size: 20px;
  color: #3a3232;
}
header.header.header-1 .container .utility-bar .dropdown .dropdown-menu .dropdown-item:hover {
  color: #fff;
  background-color: #902D34;
}
header.header.header-1 .container .utility-bar .dropdown.open a {
  position: relative;
}
header.header.header-1 .container .utility-bar .dropdown.open a::before {
  display: block;
  position: absolute;
  bottom: 8px;
  left: 21px;
  width: 67%;
  content: '';
  border-bottom: 1px solid #fff;
}
header.header.header-1 .container .utility-bar .dropdown.open i {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}
header.header.header-1 .container .utility-bar ul li a.btn-donate {
  font-size: 24px;
  min-height: 50px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 7px 5px 7px 17px;
  font-weight: bold;
}
header.header.header-1 .container .utility-bar ul li a.btn-donate:hover {
  background: #bc2c36;
}
header.header.header-1 .container .utility-bar ul li .search-container {
  margin-right: 14px;
  margin-left: 10px;
}
header.header.header-1 .container .utility-bar ul li .search-container input {
  display: none;
}
header.header.header-1 .container .utility-bar ul li.dropdown.donate-btn:hover .dropdown-menu {
  display: block;
}
header.header.header-1 .container .utility-bar .btn-group img {
  max-height: 22px;
  margin-top: -7px;
}
header.header.header-1 .container .home-logo {
  margin-left: 0;
}
header.header.header-1 .container nav.navbar {
  margin-top: 15px;
  margin-bottom: 0;
  max-height: 54px;
  border-bottom: 0;
}
header.header.header-1 .container nav.navbar .container-fluid {
  padding: 0;
}
header.header.header-1 .container nav.navbar .container-fluid .navbar-collapse {
  padding: 0;
}
header.header.header-1 .container nav.navbar .container-fluid .navbar-collapse nav.header-nav ul#menu-header_nav-menu-class {
  max-height: 50px;
  float: none !important;
  margin: 0;
  text-align: justify;
}
header.header.header-1 .container nav.navbar .container-fluid .navbar-collapse nav.header-nav ul#menu-header_nav-menu-class li {
  display: inline-block;
  float: none;
}
header.header.header-1 .container nav.navbar .container-fluid .navbar-collapse nav.header-nav ul#menu-header_nav-menu-class li.donate a {
  margin-left: -15px;
  color: #902D34;
  font-weight: bold;
}
header.header.header-1 .container nav.navbar .container-fluid .navbar-collapse nav.header-nav ul#menu-header_nav-menu-class li ul.dropdown-menu {
  padding: 0px;
  margin-top: 10px;
}
header.header.header-1 .container nav.navbar .container-fluid .navbar-collapse nav.header-nav ul#menu-header_nav-menu-class li ul li {
  display: block;
}
header.header.header-1 .container nav.navbar .container-fluid .navbar-collapse nav.header-nav ul#menu-header_nav-menu-class::after {
  width: 100%;
  display: inline-block;
  visibility: hidden;
}

@media (max-width: 991px) {
  header.header.header-1 {
    padding: 16px 0 0 15px;
    height: 67px;
    padding-bottom: 16px;
  }
  header.header.header-1.navbar-header {
    top: 22px;
  }
  header.header.header-1 .container, header.header.header-1 .container-fluid {
    width: 100%;
    padding: 0;
    position: relative;
  }
  header.header.header-1 .container .home-logo, header.header.header-1 .container-fluid .home-logo {
    width: auto;
    margin-left: 0;
  }
  header.header.header-1 .container .home-logo > a, header.header.header-1 .container-fluid .home-logo > a {
    display: block;
  }
  header.header.header-1 .container .home-logo img, header.header.header-1 .container-fluid .home-logo img {
    width: auto;
    display: block;
    margin: 0 auto;
  }
  header.header.header-1 .container .home-logo img.logo, header.header.header-1 .container-fluid .home-logo img.logo {
    margin-left: 0;
    max-height: 54px;
    position: relative;
  }
  header.header.header-1 .container .utility-bar, header.header.header-1 .container-fluid .utility-bar {
    display: inline;
    margin-right: 99px;
    margin-top: 5px;
  }
  header.header.header-1 .container .utility-bar ul li.dropdown .btn-donate.hidden-xs, header.header.header-1 .container-fluid .utility-bar ul li.dropdown .btn-donate.hidden-xs {
    display: none !important;
  }
  header.header.header-1 .container .utility-bar .btn-donate, header.header.header-1 .container-fluid .utility-bar .btn-donate {
    padding-left: 3px;
    padding-right: 3px;
    margin: 0;
    font-size: 23.08px;
    letter-spacing: 1.8px;
    font-weight: bold;
  }
  header.header.header-1 .container .utility-bar .btn-donate :before, header.header.header-1 .container-fluid .utility-bar .btn-donate :before {
    content: inherit;
    content: initial;
  }
  header.header.header-1 .container .utility-bar .dropdown-menu, header.header.header-1 .container-fluid .utility-bar .dropdown-menu {
    display: none !important;
  }
  header.header.header-1 .container .navbar-header, header.header.header-1 .container-fluid .navbar-header {
    position: absolute;
    top: 0px;
    right: 5px;
  }
  header.header.header-1 .container .navbar-header .navbar-toggle, header.header.header-1 .container-fluid .navbar-header .navbar-toggle {
    display: inline;
    margin-right: 23px;
  }
  header.header.header-1 .container .navbar-header .navbar-toggle .icon-bar, header.header.header-1 .container-fluid .navbar-header .navbar-toggle .icon-bar {
    height: 4px;
    width: 28px;
    background-color: #3A3232;
  }

  aside.social-icons {
    padding-left: 35px;
    margin-top: 35px;
  }
  aside.social-icons a {
    font-size: 27px;
    margin-right: 17px;
  }
}
@media (max-width: 767px) {
  .mobile-donate-btn {
    display: none;
  }

  header.header.header-1 {
    padding-top: 7px;
    padding-bottom: 5px;
  }
  header.header.header-1 .container {
    position: relative;
  }
  header.header.header-1 .container .home-logo img.logo {
    width: auto;
  }
  header.header.header-1 .container .utility-bar {
    display: none;
  }
  header.header.header-1 .container .navbar-header {
    top: 8px;
    margin-right: 0;
  }
  header.header.header-1 .container .navbar-header .navbar-toggle {
    margin-right: 0px;
    padding: 0 10px;
    margin-left: 0;
  }

  body.offcanvas-open .site-wrapper header.header.header-1 .container .navbar-header.sticky {
    right: 85%;
  }
}
/* Portrait tablet to landscape and desktop */
@media screen and (min-width: 768px) and (max-width: 991px) {
  body.offcanvas-open .site-wrapper header.header.header-1 .container .navbar-header.sticky {
    right: 55%;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  header.header.header-1 .container .utility-bar ul li.dropdown .btn-donate.hidden-xs, header.header.header-1 .container-fluid .utility-bar ul li.dropdown .btn-donate.hidden-xs {
    display: none !important;
  }
  header.header.header-1 .container .utility-bar .dropdown-menu, header.header.header-1 .container-fluid .utility-bar .dropdown-menu {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .site-wrapper header.header.header-1 {
    padding: 16px 0 16px 40px;
    height: 115px;
  }
  .site-wrapper header.header.header-1 .container, .site-wrapper header.header.header-1 .container-fluid {
    width: 100%;
    padding: 0;
    position: relative;
  }
  .site-wrapper header.header.header-1 .container .home-logo, .site-wrapper header.header.header-1 .container-fluid .home-logo {
    margin-left: 0;
    margin-top: -5px;
  }
  .site-wrapper header.header.header-1 .container .home-logo img, .site-wrapper header.header.header-1 .container-fluid .home-logo img {
    margin-top: 0;
    position: relative;
    width: 100%;
    height: auto;
  }
  .site-wrapper header.header.header-1 .container .home-logo img.logo, .site-wrapper header.header.header-1 .container-fluid .home-logo img.logo {
    margin-left: 0;
    max-height: 85px;
    position: relative;
    width: auto;
  }
  .site-wrapper header.header.header-1 .container .utility-bar, .site-wrapper header.header.header-1 .container-fluid .utility-bar {
    margin-top: 0;
    margin-right: 108px;
  }
  .site-wrapper header.header.header-1 .container .utility-bar .container-utility-bar li.dropdown a.hidden-lg, .site-wrapper header.header.header-1 .container-fluid .utility-bar .container-utility-bar li.dropdown a.hidden-lg {
    width: 200px;
    height: 50px;
    font-size: 26px;
    margin-top: 20px;
  }
  .site-wrapper header.header.header-1 .container .utility-bar .container-utility-bar li.dropdown a.hidden-lg i, .site-wrapper header.header.header-1 .container-fluid .utility-bar .container-utility-bar li.dropdown a.hidden-lg i {
    display: none;
  }
  .site-wrapper header.header.header-1 .container .utility-bar .container-utility-bar li.dropdown a.hidden-lg:before, .site-wrapper header.header.header-1 .container-fluid .utility-bar .container-utility-bar li.dropdown a.hidden-lg:before {
    left: 37px;
    content: inherit;
    content: initial;
  }
  .site-wrapper header.header.header-1 .container .utility-bar .container-utility-bar li.hidden-sm, .site-wrapper header.header.header-1 .container-fluid .utility-bar .container-utility-bar li.hidden-sm {
    display: none;
  }
  .site-wrapper header.header.header-1 .container nav.navbar .container, .site-wrapper header.header.header-1 .container nav.navbar .container-fluid, .site-wrapper header.header.header-1 .container-fluid nav.navbar .container, .site-wrapper header.header.header-1 .container-fluid nav.navbar .container-fluid {
    padding: 0;
  }
  .site-wrapper header.header.header-1 .container nav.navbar .container .navbar-collapse, .site-wrapper header.header.header-1 .container nav.navbar .container-fluid .navbar-collapse, .site-wrapper header.header.header-1 .container-fluid nav.navbar .container .navbar-collapse, .site-wrapper header.header.header-1 .container-fluid nav.navbar .container-fluid .navbar-collapse {
    padding: 0;
  }
  .site-wrapper header.header.header-1 .container nav.navbar .container .navbar-collapse nav.header-nav, .site-wrapper header.header.header-1 .container nav.navbar .container-fluid .navbar-collapse nav.header-nav, .site-wrapper header.header.header-1 .container-fluid nav.navbar .container .navbar-collapse nav.header-nav, .site-wrapper header.header.header-1 .container-fluid nav.navbar .container-fluid .navbar-collapse nav.header-nav {
    margin-left: 0;
    width: 100%;
  }
  .site-wrapper header.header.header-1 .container .navbar-header, .site-wrapper header.header.header-1 .container-fluid .navbar-header {
    position: absolute;
    top: 0px;
    right: 0;
  }
  .site-wrapper header.header.header-1 .container .navbar-header .navbar-toggle, .site-wrapper header.header.header-1 .container-fluid .navbar-header .navbar-toggle {
    display: inline;
    margin-right: 33px;
    margin-top: 30px;
  }
  .site-wrapper header.header.header-1 .container .navbar-header .navbar-toggle .icon-bar, .site-wrapper header.header.header-1 .container-fluid .navbar-header .navbar-toggle .icon-bar {
    height: 4px;
    width: 28px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.offcanvas-open .site-wrapper header.header.header-1 .container .navbar-header.sticky {
    right: 45%;
  }

  .site-wrapper .mobile-donate-btn .inner {
    padding: 24px 16px 16px;
  }
  .site-wrapper header.header.header-1 {
    padding: 16px 16px 0px 16px;
                    /*
                    background: rgba(255,255,255,1);
                    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%, rgba(234,234,235,1) 70%, rgba(234,234,235,1) 100%);
                    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(70%, rgba(255,255,255,1)), color-stop(70%, rgba(234,234,235,1)), color-stop(100%, rgba(234,234,235,1)));
                    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%, rgba(234,234,235,1) 70%, rgba(234,234,235,1) 100%);
                    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%, rgba(234,234,235,1) 70%, rgba(234,234,235,1) 100%);
                    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%, rgba(234,234,235,1) 70%, rgba(234,234,235,1) 100%);
                    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%, rgba(234,234,235,1) 70%, rgba(234,234,235,1) 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaeb', GradientType=0 );
*/
  }
  .site-wrapper header.header.header-1 .container, .site-wrapper header.header.header-1 .container-fluid {
    width: 100%;
    padding: 0;
    position: relative;
  }
  .site-wrapper header.header.header-1 .container .utility-bar ul li.dropdown a.hidden-lg, .site-wrapper header.header.header-1 .container-fluid .utility-bar ul li.dropdown a.hidden-lg {
    display: none !important;
  }
  .site-wrapper header.header.header-1 .container .utility-bar ul li.dropdown a.dropdown-toggle, .site-wrapper header.header.header-1 .container-fluid .utility-bar ul li.dropdown a.dropdown-toggle {
    margin-top: 20px;
  }
  .site-wrapper header.header.header-1 .container nav.navbar .container .navbar-collapse, .site-wrapper header.header.header-1 .container nav.navbar .container-fluid .navbar-collapse, .site-wrapper header.header.header-1 .container-fluid nav.navbar .container .navbar-collapse, .site-wrapper header.header.header-1 .container-fluid nav.navbar .container-fluid .navbar-collapse {
    padding: 0;
  }
  .site-wrapper header.header.header-1 .container .navbar-header, .site-wrapper header.header.header-1 .container-fluid .navbar-header {
    position: absolute;
    top: 0;
    right: 0;
  }
  .site-wrapper header.header.header-1 .container .navbar-header .navbar-toggle, .site-wrapper header.header.header-1 .container-fluid .navbar-header .navbar-toggle {
    display: inline;
    margin-right: 23px;
  }
  .site-wrapper header.header.header-1 .container .navbar-header .navbar-toggle .icon-bar, .site-wrapper header.header.header-1 .container-fluid .navbar-header .navbar-toggle .icon-bar {
    height: 4px;
    width: 28px;
  }
}
/* Large desktop */
@media (min-width: 1200px) {
  header.header.header-1 .container .utility-bar, header.header.header-1 .container-fluid .utility-bar {
    margin-top: 25px;
    margin-bottom: 30px;
  }
}
body.page-template-list section.newsfeed, body .search section.newsfeed {
  background-size: 100%;
  padding-bottom: 290px;
}
body.page-template-list section.newsfeed .container .newsfeed .newsfeed-item:first-child, body .search section.newsfeed .container .newsfeed .newsfeed-item:first-child {
  border-top: 0.05556rem solid #F5F5F9;
  padding-top: 20px;
}

.page-template-list section.newsfeed.newsfeed-1.newsfeed-nth-1 {
  margin-top: 0;
}
.page-template-list section.newsfeed.newsfeed-1.newsfeed-nth-1 .container {
  padding-top: 0;
}
.page-template-list section.newsfeed.newsfeed-1.newsfeed-nth-1 .container .newsfeed .newsfeed-item {
  border-top: 2px solid #C99738;
}
.page-template-list section.newsfeed.newsfeed-1.newsfeed-nth-1 .container .newsfeed .newsfeed-item .container-fluid .row {
  padding: 50px 0;
}

@media (max-width: 767px) {
  .page.page-template-list section.newsfeed.newsfeed-1, .search section.newsfeed.newsfeed-1 {
    /*background: url(../images/L2-bg.jpg) no-repeat 79% 100%;
    background-size: 225%;*/
    padding-bottom: 0;
  }
  .page.page-template-list section.newsfeed.newsfeed-1.newsfeed-nth-1, .search section.newsfeed.newsfeed-1.newsfeed-nth-1 {
    margin-top: 0;
  }
  .page.page-template-list section.newsfeed.newsfeed-1.newsfeed-nth-1 .container, .search section.newsfeed.newsfeed-1.newsfeed-nth-1 .container {
    padding-top: 0;
    padding-bottom: 23px;
  }
  .page.page-template-list section.newsfeed.newsfeed-1.newsfeed-nth-1 .container .newsfeed, .search section.newsfeed.newsfeed-1.newsfeed-nth-1 .container .newsfeed {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page.page-template-list section.newsfeed.newsfeed-1.newsfeed-nth-1 .container .newsfeed .newsfeed-item, .search section.newsfeed.newsfeed-1.newsfeed-nth-1 .container .newsfeed .newsfeed-item {
    border-top: 2px solid #C99738;
  }
  .page.page-template-list section.newsfeed.newsfeed-1.newsfeed-nth-1 .container .newsfeed .newsfeed-item .container-fluid .row, .search section.newsfeed.newsfeed-1.newsfeed-nth-1 .container .newsfeed .newsfeed-item .container-fluid .row {
    padding-bottom: 33px;
  }
  .page.page-template-list section.newsfeed.newsfeed-1.newsfeed-nth-1 .container .newsfeed .newsfeed-item .container-fluid .row .newsfeed-information, .search section.newsfeed.newsfeed-1.newsfeed-nth-1 .container .newsfeed .newsfeed-item .container-fluid .row .newsfeed-information {
    font-size: 15px;
    padding: 20px 0 0;
  }
  .page.page-template-list section.newsfeed.newsfeed-1.newsfeed-nth-1 .container .newsfeed .newsfeed-item .container-fluid .row .newsfeed-information .inner .news-items-heading .date-event, .search section.newsfeed.newsfeed-1.newsfeed-nth-1 .container .newsfeed .newsfeed-item .container-fluid .row .newsfeed-information .inner .news-items-heading .date-event {
    font-size: 18px;
  }
  .page.page-template-list section.newsfeed.newsfeed-1.newsfeed-nth-1 .container .newsfeed .newsfeed-item .container-fluid .row .newsfeed-information .hdr, .search section.newsfeed.newsfeed-1.newsfeed-nth-1 .container .newsfeed .newsfeed-item .container-fluid .row .newsfeed-information .hdr {
    margin-bottom: 13px;
  }
  .page.page-template-list section.newsfeed.newsfeed-1.newsfeed-nth-1 .container .newsfeed .newsfeed-item .container-fluid .row .newsfeed-information h3, .search section.newsfeed.newsfeed-1.newsfeed-nth-1 .container .newsfeed .newsfeed-item .container-fluid .row .newsfeed-information h3 {
    font-size: 26px;
    line-height: 39px;
  }
  .page.page-template-list section.newsfeed.newsfeed-1.newsfeed-nth-1 .container .newsfeed .newsfeed-item .container-fluid .row .newsfeed-information a.secondary-text-cta, .search section.newsfeed.newsfeed-1.newsfeed-nth-1 .container .newsfeed .newsfeed-item .container-fluid .row .newsfeed-information a.secondary-text-cta {
    margin-top: 15px;
  }
  .page.page-template-list section.newsfeed.newsfeed-1.newsfeed-nth-1 .container .newsfeed .newsfeed-item:first-child .container-fluid .row, .search section.newsfeed.newsfeed-1.newsfeed-nth-1 .container .newsfeed .newsfeed-item:first-child .container-fluid .row {
    padding-top: 20px;
  }
}
/* Portrait tablet to landscape and desktop */
/* Large desktop */
nav .navbar-collapse nav.header-nav ul li a {
  margin-bottom: -10px;
}

nav .navbar-collapse nav.header-nav ul li ul li a {
  margin-bottom: 0px;
}

@media (max-width: 1199px) {
  .site-wrapper header.header.header-1 .container .navbar-header.sticky {
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.85);
    -webkit-transition-property: all;
            transition-property: all;
    -webkit-transition-duration: .5s;
            transition-duration: .5s;
  }
}
@media (min-width: 1200px) {
  nav .navbar-nav li a {
    font-size: 22px;
    font-family: "Lato", sans-serif;
    padding: 15px 40px;
  }
}
@media (max-width: 1255px) and (min-width: 1200px) {
  section.newsfeed.newsfeed-nth-1.newsfeed-1 .container {
    padding: 40px 50px 60px;
  }
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  border-color: inherit;
  border: 0px;
}

.offcanvas-open .site-wrapper .side-nav-bar.hidden-sm {
  display: block !important;
}

.site-wrapper .navbar-toggle {
  display: inline;
}
.site-wrapper .side-nav-bar {
  position: relative;
}
.site-wrapper .side-nav-bar .navbar-collapse {
  top: -5px;
  padding: 125px 0 22px;
  border-top: none;
}
@media (max-width: 767px) {
  .site-wrapper .side-nav-bar .navbar-collapse {
    top: 0;
    padding: 90px 0 22px;
    z-index: 999999;
  }
}
.site-wrapper .side-nav-bar .navbar-collapse .offcanvas-home-logo {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10005;
  background: #fff;
  padding-bottom: 0;
  border-bottom: 1px solid #a6a6a8;
}
.site-wrapper .side-nav-bar .navbar-collapse .offcanvas-home-logo > div {
  text-align: center;
  padding-bottom: 11px;
}
.site-wrapper .side-nav-bar .navbar-collapse .offcanvas-home-logo > div a {
  display: inline-block;
}
.site-wrapper .side-nav-bar .navbar-collapse .offcanvas-home-logo > div a img#logo {
  width: 100%;
  padding-top: 5%;
}
@media (max-width: 991px) {
  .site-wrapper .side-nav-bar .navbar-collapse .offcanvas-home-logo > div a img#logo {
    padding: 0;
    width: auto;
    height: 52px;
  }
}
@media (min-width: 768px) {
  .site-wrapper .side-nav-bar .navbar-collapse .offcanvas-home-logo > div a {
    padding-top: 31px !important;
    padding-bottom: 26px !important;
  }
  .site-wrapper .side-nav-bar .navbar-collapse .offcanvas-home-logo > div a img#logo {
    height: 100%;
  }
}

.sidebar-offcanvas section.nav-nth-1 .container {
  padding: 0 0;
  margin: 0 0;
}
.sidebar-offcanvas section.nav-nth-1 .container nav.navbar-collapse {
  padding: 0 0;
  margin: 0 0;
  width: 100%;
}
.sidebar-offcanvas section.nav-nth-1 .container nav.navbar-collapse ul {
  overflow: hidden;
}
.sidebar-offcanvas section.nav-nth-1 .container nav.navbar-collapse ul li {
  border-bottom: solid 1px #A6A6A6;
  border-top: 0px solid #A6A6A6;
}
.sidebar-offcanvas section.nav-nth-1 .container nav.navbar-collapse ul li a {
  text-transform: none;
  font-weight: normal;
  font-size: 20px;
}
.sidebar-offcanvas section.nav-nth-1 .container nav.navbar-collapse ul li a.dropdown-toggle.open {
  background: #902D34;
}
.sidebar-offcanvas section.nav-nth-1 .container nav.navbar-collapse ul li a.dropdown-toggle span.caret-wrap {
  background-color: #D9DADE;
}
.sidebar-offcanvas section.nav-nth-1 .container nav.navbar-collapse ul li a:focus {
  color: #4A4A4A;
}
.sidebar-offcanvas section.nav-nth-1 .container nav.navbar-collapse ul li ul li a {
  font-size: 16px;
}
.sidebar-offcanvas section.nav-nth-2 {
  margin-top: 12px;
}
.sidebar-offcanvas section.nav-nth-2 .container ul {
  list-style: none;
}

.site-wrapper .side-nav-bar .navbar-collapse section.search-1 form input {
  border: 1px solid #A6A6A6;
  min-height: 30px;
  line-height: normal;
}

@media (max-width: 767px) {
  .sidebar-offcanvas section.nav-nth-1 .container nav.navbar-collapse ul li.donate {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .site-wrapper .side-nav-bar .navbar-collapse {
    padding: 135px 0 22px;
    top: -8px;
  }

  .site-wrapper .side-nav-bar .navbar-collapse .offcanvas-home-logo > div {
    padding-bottom: 0;
  }

  .sidebar-offcanvas section.nav-nth-1 .container nav.navbar-collapse ul li.donate {
    display: none;
  }
}
/* Portrait tablet to landscape and desktop */
/* Large desktop */
@media (max-width: 767px) {
  body.page.parent-pageid-24 section.related {
    background: url(../images/L2-bg.jpg) no-repeat 79% 100%;
    background-size: 225%;
    padding-bottom: 138px;
  }
}
.page-template-staff hr.break {
  max-width: 1170px;
  margin: 87px auto 48px;
}
.page-template-staff section.content {
  background: none !important;
  padding-bottom: 0 !important;
}
.page-template-staff section.staff {
  font-size: 15px;
  color: #3B3B3B;
  line-height: 21px;
}
.page-template-staff section.staff.staff-nth-2 .staff-group .row.staff-group-item-row {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  -webkit-column-gap: 0px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 0px;
  /* Firefox */
  column-gap: 0px;
}
.page-template-staff section.staff.staff-nth-2 .staff-group .row .staff-medium-row {
  padding: 0 0 0px 0px;
  line-height: 27px;
  margin: 0;
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari */
  page-break-inside: avoid;
  /* Theoretically FF 20+ */
  break-inside: avoid-column;
  /* IE 11 */
  display: table;
  margin-bottom: 12px;
}
.page-template-staff section.staff.staff-nth-2 .staff-group .row .staff-medium-row .staff-member-container {
  width: 100% !important;
  max-width: 100%;
}
.page-template-staff section.staff .container {
  padding-left: 0;
  padding-right: 0;
  max-width: 970px;
  margin: 0 auto;
}
.page-template-staff section.staff .container .row {
  margin-left: 0;
  margin-right: 0;
}
.page-template-staff section.staff img.staff-member-img {
  border-radius: 50%;
}
.page-template-staff section.staff .staff-member-container {
  padding: 0;
}
.page-template-staff section.staff .staff-member-container span.staff-member-name {
  font-weight: bold;
}
.page-template-staff section.staff h2 {
  font-size: 36px;
  color: #3B3B3B;
  font-weight: bold;
  margin-bottom: 27px;
  text-align: left;
  margin-top: 0;
}
.page-template-staff section.staff.staff-nth-1 .container {
  text-align: center;
}
.page-template-staff section.staff.staff-nth-1 .container .staff-group .row .staff-medium-row:last-child {
  margin-bottom: 0;
}
.page-template-staff section.staff.staff-nth-1 .container .staff-group .row .staff-medium-row .col-md-4 {
  max-width: 260px;
  margin-right: 88px;
  margin-bottom: 48px;
}
.page-template-staff section.staff.staff-nth-1 .container .staff-group .row .staff-medium-row .col-md-4:last-child {
  margin-right: 0;
}
.page-template-staff section.staff.staff-nth-1 .container .staff-group .row .staff-medium-row .col-md-4 .staff-member-name {
  font-weight: bold;
  margin-top: 26px;
}
.page-template-staff section.staff.staff-nth-2 .staff-member-container {
  max-width: 461px;
  margin-bottom: 12px;
}
.page-template-staff section.staff.staff-nth-2 .staff-member-container:last-child {
  margin-bottom: 0px;
}
.page-template-staff section.staff.staff-nth-3 {
  background: url(../images/L2-bg.jpg) no-repeat bottom center;
  background-size: cover;
  padding-bottom: 304px;
}
.page-template-staff section.staff.staff-nth-3 .staff-member-container {
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  body.page.page-template-staff hr {
    margin: 40px 0 40px;
  }
  body.page.page-template-staff section.content {
    background: none;
    padding: 0 20px 0px;
  }
  body.page.page-template-staff section.staff {
    padding: 0 20px 0px;
  }
  body.page.page-template-staff section.staff.staff-nth-3 {
    padding-bottom: 170px;
    background: url(../images/L2-bg.jpg) no-repeat 79% 100%;
    background-size: 225%;
  }
  body.page.page-template-staff section.staff:last-child {
    background: url(../images/L2-bg.jpg) no-repeat 79% 100%;
    background-size: 225%;
    padding: 0 20px 170px;
  }
  body.page.page-template-staff section.staff h2 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 46px;
  }
  body.page.page-template-staff section.staff.staff-nth-1 .container .staff-group .staff-group-item-row .row:nth-child(2) .staff-member-container:last-child {
    margin-bottom: 0;
  }
  body.page.page-template-staff section.staff.staff-nth-1 .container .staff-group .staff-group-item-row .row .staff-member-container {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px;
  }
  body.page.page-template-staff section.staff.staff-nth-1 .container .staff-group .staff-group-item-row .row .staff-member-container:last-child {
    margin-right: auto;
  }
  body.page.page-template-staff section.staff.staff-nth-2 .staff-group .row.staff-group-item-row {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  body.page.page-template-staff section.staff.staff-nth-2 .staff-group .row .staff-medium-row {
    margin-bottom: 0px;
  }
  body.page.page-template-staff section.staff.staff-nth-2 .staff-member-container, body.page.page-template-staff section.staff.staff-nth-3 .staff-member-container {
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.page.page-template-staff section.content {
    background: none;
    padding: 0 20px 0px;
  }
  body.page.page-template-staff section.staff.staff-nth-1 .container {
    margin-left: 26px;
  }
  body.page.page-template-staff section.staff.staff-nth-1 .container .staff-group.container {
    margin-left: 0px;
  }
  body.page.page-template-staff section.staff.staff-nth-1 .container .staff-group .row .staff-medium-row .col-md-4 {
    max-width: 200px;
    margin-right: 50px;
  }
  body.page.page-template-staff section.staff.staff-nth-2 .container {
    margin-left: 26px;
  }
  body.page.page-template-staff section.staff.staff-nth-2 .container .container {
    margin-left: 0;
  }
  body.page.page-template-staff section.staff.staff-nth-3 .container {
    margin-left: 26px;
  }
  body.page.page-template-staff section.staff.staff-nth-3 .container .container {
    margin-left: 0;
  }
}
/* Portrait tablet to landscape and desktop */
/* Large desktop */
@media (max-width: 767px) {
  section.related .container .row .col-md-4.mod:last-child .inner {
    padding-bottom: 0px;
  }
}
/* Portrait tablet to landscape and desktop */
/* Large desktop */
section.title-header {
  padding: 0;
}
section.title-header .container {
  min-height: 100px;
  padding: 26px 0;
}
section.title-header .container .row {
  margin: 0;
}
section.title-header .container .row .column-title {
  background: none;
  font-size: 40px;
  padding-left: 0;
}

@media (max-width: 767px) {
  section.title-header .container {
    min-height: 67px;
    background: none;
    padding: 16px 0;
  }
  section.title-header .container .row .column-title h1 {
    font-size: 30px;
    text-align: center;
  }
}
/* Portrait tablet to landscape and desktop */
/* Large desktop */
section.touts.touts-1.touts-nth-2 .hdr-container h3 a {
  color: #000;
}

.single-post section.mixed {
  margin-top: 50px;
}
.single-post section.mixed aside.mixed .container-mixed .container-fluid {
  padding-bottom: 80px;
}
.single-post section.mixed aside.mixed .container-mixed .container-fluid .mixed-column aside .container-blog-categories h2 {
  margin-top: 0px;
}
.single-post section.mixed aside.mixed .container-mixed .container-fluid .mixed-column aside h2 {
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  text-transform: capitalize;
  margin-top: 47px;
  margin-bottom: 10px;
  color: #00B1B0;
}
.single-post section.mixed aside.mixed .container-mixed .container-fluid .mixed-column aside ul {
  padding-left: 0;
  font-size: 22px;
  line-height: 32px;
}
.single-post section.mixed aside.mixed .container-mixed .container-fluid .mixed-column aside ul li {
  margin-bottom: 0;
  line-height: 28px;
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.single-post section.mixed aside.mixed .container-mixed .container-fluid .mixed-column aside ul li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background: #000;
  left: 5px;
  top: 12px;
}
.single-post section.mixed aside.mixed .container-mixed .container-fluid .mixed-column aside ul li a {
  font-size: 18px;
  color: #3A3232;
}
.single-post section.mixed aside.mixed .container-mixed .container-fluid .mixed-column aside a {
  color: #000;
}
.single-post section.mixed aside.content {
  padding-bottom: 32px;
}
.single-post section.mixed aside.content h2 {
  color: #902D34;
  font-size: 36px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
}
.single-post section.mixed aside.content h3 {
  font-size: 18px;
  color: #902D34;
  margin-bottom: 31px;
  margin-top: 12px;
}
.single-post section.mixed aside.content p {
  font-size: 16px;
  line-height: 27px;
  margin-top: 1em;
}
.single-post section.mixed aside.content p:first-of-type {
  margin-top: 0;
}
.single-post section.mixed aside.content em {
  color: #902D34;
  font-size: 16px;
}
.single-post section.mixed aside.content img {
  max-width: 100%;
  height: auto;
  margin: 23px 0 10px;
}
.single-post .single_post_pagination {
  display: table;
  margin: 40px auto 45px;
}
.single-post .single_post_pagination .post_page_prev {
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 17px;
  color: #686868;
  letter-spacing: 0.84px;
  line-height: 26px;
  font-weight: bold;
  display: inline-block;
}
.single-post .single_post_pagination .post_page_prev:hover {
  color: #902D34;
}
.single-post .single_post_pagination .post_page_prev a {
  font-family: "Lato", sans-serif;
  font-size: 17px;
  color: #686868;
  letter-spacing: 0.84px;
  line-height: 26px;
  font-weight: bold;
  margin-right: 25px;
}
.single-post .single_post_pagination .post_page_prev a:hover {
  color: #902D34;
}
.single-post .single_post_pagination .post_page_next {
  display: inline-block;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 17px;
  color: #686868;
  letter-spacing: 0.84px;
  line-height: 26px;
  font-weight: bold;
}
.single-post .single_post_pagination .post_page_next:hover {
  color: #902D34;
}
.single-post .single_post_pagination .post_page_next a {
  font-family: "Lato", sans-serif;
  font-size: 17px;
  color: #686868;
  letter-spacing: 0.84px;
  line-height: 26px;
  font-weight: bold;
}
.single-post .single_post_pagination .post_page_next a:hover {
  color: #902D34;
}

    /*
    .blog-pagination{
        .row{
            max-width:796px;
            
        }
    }
}
    .blog-pagination{
        .row{
            max-width:796px;
            
        }
    }
}*/
.blog-pagination {
  display: table;
  margin: 40px auto 45px;
}
.blog-pagination .row {
  max-width: 100% !important;
  display: table;
  margin: 0 auto;
}
.blog-pagination .pagination-prev-col {
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 17px;
  color: #686868;
  letter-spacing: 0.84px;
  line-height: 26px;
  font-weight: bold;
  display: inline-block;
  width: auto;
}
.blog-pagination .pagination-prev-col:hover {
  color: #902D34;
}
.blog-pagination .pagination-prev-col a {
  font-family: "Lato", sans-serif;
  font-size: 17px;
  color: #686868;
  letter-spacing: 0.84px;
  line-height: 26px;
  font-weight: bold;
  margin-right: 25px;
  text-decoration: none;
}
.blog-pagination .pagination-prev-col a:hover {
  color: #902D34;
}
.blog-pagination .pagination-next-col {
  display: inline-block;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 17px;
  color: #686868;
  letter-spacing: 0.84px;
  line-height: 26px;
  font-weight: bold;
  width: auto;
}
.blog-pagination .pagination-next-col:hover {
  color: #902D34;
}
.blog-pagination .pagination-next-col a {
  font-family: "Lato", sans-serif;
  font-size: 17px;
  color: #686868;
  letter-spacing: 0.84px;
  line-height: 26px;
  font-weight: bold;
  text-decoration: none;
}
.blog-pagination .pagination-next-col a:hover {
  color: #902D34;
}

body.single-post section.mixed-nth-1 .container .mixed-column.column-content {
  max-width: 715px;
}

@media screen and (max-width: 767px) {
  body.single-post .site-wrapper .single_post_pagination {
    display: block;
  }
  body.single-post .site-wrapper .single_post_pagination .post_page_next, body.single-post .site-wrapper .single_post_pagination .post_page_prev {
    width: 50%;
    text-align: right;
    padding-right: 25px;
  }
  body.single-post .site-wrapper .single_post_pagination .post_page_prev {
    text-align: left;
    padding-left: 25px;
    padding-right: 0;
  }
  body.single-post .site-wrapper .inner .figure {
    display: table;
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) {
  body.single-post .site-wrapper .inner .figure {
    display: table;
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) {
  body.single-post .site-wrapper section.mixed.mixed-1.mixed-nth-1 {
    margin-top: 47px;
  }
  body.single-post .site-wrapper section.mixed.mixed-1.mixed-nth-1 .container .container-fluid .row .mixed-column .content-nth-1 {
    padding-bottom: 53px;
  }
  body.single-post .site-wrapper section.mixed.mixed-1.mixed-nth-1 .container .container-fluid .row .mixed-column .content-nth-1 .inner h2 {
    margin-top: 0;
    margin-bottom: 5px;
  }
  body.single-post .site-wrapper section.mixed.mixed-1.mixed-nth-1 .container .container-fluid .row .mixed-column .content-nth-1 .inner h3 {
    margin-top: 0;
    margin-bottom: 32px;
  }
  body.single-post .site-wrapper section.mixed.mixed-1.mixed-nth-1 .container .container-fluid .row .mixed-column .content-nth-1 .inner .figure {
    margin-top: 21px;
    margin-bottom: 16px;
  }
  body.single-post .site-wrapper section.mixed.mixed-1.mixed-nth-1 .container .container-fluid .row .mixed-column .content-nth-1 .inner .figure img {
    margin: 0 auto;
  }
  body.single-post .site-wrapper section.mixed.mixed-1.mixed-nth-1 .container .container-fluid .row .mixed-column .content-nth-1 .inner .page {
    margin-top: 23px;
  }
}
@media screen and (max-width: 991px) and (max-width: 991px) {
  body.single-post .site-wrapper section.donation.donation-1.donation-nth-1 .container {
    width: 100%;
  }
  body.single-post .site-wrapper section.donation.donation-1.donation-nth-1 .container .row.donation-widget-amount .donation-widget {
    margin-bottom: 21px;
  }
}

@media screen and (max-width: 767px) {
  .blog-pagination {
    display: block;
    margin: 40px auto 45px;
  }
  .blog-pagination .row {
    max-width: 100% !important;
    display: block;
    margin: 0 auto;
  }
  .blog-pagination .pagination-prev-col {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
  .blog-pagination .pagination-prev-col:hover {
    color: #902D34;
  }
  .blog-pagination .pagination-prev-col a {
    font-family: "Lato", sans-serif;
    font-size: 17px;
    color: #686868;
    letter-spacing: 0.84px;
    line-height: 26px;
    font-weight: bold;
    margin-right: 25px;
    text-decoration: none;
  }
  .blog-pagination .pagination-prev-col a:hover {
    color: #902D34;
  }
  .blog-pagination .pagination-next-col {
    display: inline-block;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-size: 17px;
    color: #686868;
    letter-spacing: 0.84px;
    line-height: 26px;
    font-weight: bold;
    width: 50%;
    padding-right: 0;
  }
  .blog-pagination .pagination-next-col:hover {
    color: #902D34;
  }
  .blog-pagination .pagination-next-col a {
    font-family: "Lato", sans-serif;
    font-size: 17px;
    color: #686868;
    letter-spacing: 0.84px;
    line-height: 26px;
    font-weight: bold;
    text-decoration: none;
  }
  .blog-pagination .pagination-next-col a:hover {
    color: #902D34;
  }
}
body.home section.hero.hero-1 {
  min-height: 700px;
  text-align: center;
}
body.home section.hero.hero-1.hero-nth-1 .hero-container .hero-size-home-hero-banner {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
body.home section.hero.hero-1.hero-nth-1 .hero-container .videotron .container .caption h1.hdr {
  font-family: "Oswald", sans-serif;
  font-size: 50px;
  color: #FFFFFF;
  letter-spacing: 1.25px;
  line-height: 50px;
  text-shadow: 0px 2px 20px rgba(0, 0, 0, 0.5);
  text-align: center;
  font-weight: bold;
}
body.home section.hero.hero-1.hero-nth-1 .hero-container .videotron .container .caption p {
  margin-top: 9px;
  font-size: 30px;
  color: #FFFFFF;
  letter-spacing: 0px;
  text-shadow: 0px 2px 20px rgba(0, 0, 0, 0.5);
  font-weight: normal;
  margin: 30px 0;
}
body.home section.hero.hero-1.hero-nth-1 .hero-container .videotron .container .caption .btn-donate {
  padding: 0;
  font-size: 24px;
  background: none;
  border: solid 4px #fff;
  width: 270px;
  height: 55px;
  text-shadow: none;
  margin-top: 21px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
}
body.home section.valueprop.valueprop-1 {
  margin-top: 0;
  min-height: 218px;
}
body.home section.valueprop.valueprop-1 .container {
  padding-bottom: 52px;
  background: none;
  color: #fff;
}
body.home section.valueprop.valueprop-1 .container h2 {
  margin: 42px 0 7px;
  font-size: 30px;
  font-weight: bold;
  text-transform: none;
}
body.home section.valueprop.valueprop-1 .container p {
  margin: 0 auto;
  max-width: 960px;
  font-size: 22px;
  color: #FFFFFF;
  letter-spacing: 0px;
  line-height: 36px;
}
body.home section.valueprop.valueprop-1.valueprop-nth-1 {
  padding: 0 0 200px;
  background: none;
  height: 100%;
  border-top: 10px solid #c99738;
  background: url("../../assets/images/img_homelessness_bg@2x.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
body.home section.valueprop.valueprop-1.valueprop-nth-1 .container {
  width: 100%;
  max-width: 440px;
  margin: auto;
  padding: 40px 60px 28px;
  background: rgba(255, 255, 255, 0.9);
  color: #3B3B3B;
  margin-left: 53%;
}
body.home section.valueprop.valueprop-1.valueprop-nth-1 .container p {
  color: #3B3B3B;
  font-size: 18px;
  line-height: 30px;
}
body.home section.valueprop.valueprop-1.valueprop-nth-1 .container h2 {
  color: #902D34;
  font-size: 40px;
  margin: 0 auto 11px;
  text-transform: none;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  line-height: 60px;
}
body.home section.valueprop.valueprop-1.valueprop-nth-1 .container a.btn-learn {
  margin: 31px auto 0;
  font-size: 26px;
  display: inline-block;
  background: #1AA18D;
  border: 0px;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  line-height: 1.5rem;
  letter-spacing: 1px;
  padding: .9rem 1.7rem;
  font-family: "Oswald", sans-serif;
}
body.home section.valueprop.valueprop-1.valueprop-nth-1 .container a:hover {
  background: #4DD4C0;
}
body.home section.donation {
  border-bottom: solid #c99738 10px;
}
body.home section.touts .caption-container {
  height: auto;
  min-height: 200px;
  background: #fff;
  padding: 14px 22px 27px 27px;
}
body.home section.touts.touts-1.touts-nth-1 {
  padding: 48px 0 35px;
  text-align: center;
  background: none;
}
body.home section.touts.touts-1.touts-nth-1 .hdr-container h3.hdr {
  position: relative;
  padding: 0;
  min-height: 60px;
  margin-top: 0;
  background: #902D34;
  text-decoration: none;
}
body.home section.touts.touts-1.touts-nth-1 .hdr-container h3.hdr a {
  text-decoration: none !important;
  font-family: "Oswald", sans-serif !important;
  font-size: 28px !important;
}
body.home section.touts.touts-1.touts-nth-1 .hdr-container > a {
  padding-top: 0;
}
body.home section.touts.touts-1.touts-nth-1 .container .container .row {
  max-width: 1040px;
  background: none;
}
body.home section.touts.touts-1.touts-nth-1 .container .container .row.touts-items-row {
  margin-top: 60px;
}
body.home section.touts.touts-1.touts-nth-1 .container .container .row.touts-items-row .touts {
  max-height: 451px;
  max-width: 300px;
  margin-right: 70px;
  padding: 0;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
}
body.home section.touts.touts-1.touts-nth-1 .container .container .row.touts-items-row .touts:last-child {
  margin-right: 0;
}
body.home section.touts.touts-1.touts-nth-1 .container .container .row.touts-items-row .touts p {
  line-height: 28px;
  font-size: 16px;
}
body.home section.touts.touts-1.touts-nth-1 .container .container .row.touts-items-row .touts a {
  text-transform: uppercase;
}
body.home section.touts.touts-1.touts-nth-1 .container .container .row.touts-items-row .touts a:hover {
  text-decoration: underline;
}
body.home section.touts.touts-2.touts-nth-2 {
  background: url(../../assets/images/touts_bg_2.jpg);
  background-size: cover;
}
body.home section.touts.touts-2.touts-nth-2 .row {
  background: none;
}
body.home section.touts.touts-2.touts-nth-2 .container {
  width: 1170px;
  padding: 118px 0 132px;
}
body.home section.touts.touts-2.touts-nth-2 .container .container {
  padding: 0;
  margin: 0;
}
body.home section.touts.touts-2.touts-nth-2 .container .container h2 {
  font-size: 40px;
  margin-bottom: 11px;
  margin-top: 0;
}
body.home section.touts.touts-2.touts-nth-2 .container .container p {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 30px;
  margin-bottom: 29px;
}
body.home section.touts.touts-2.touts-nth-2 .container .container .row.touts-items-row {
  width: 1161px;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
body.home section.touts.touts-2.touts-nth-2 .container .container .row.touts-items-row .touts {
  letter-spacing: 0;
  background: #fff;
  width: 300px;
  padding: 35px 26px 35px 36px;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
  margin-right: 40px;
}
body.home section.touts.touts-2.touts-nth-2 .container .container .row.touts-items-row .touts:first-child {
  /*margin-right: 40px;*/
}
body.home section.touts.touts-2.touts-nth-2 .container .container .row.touts-items-row .touts a {
  border-radius: 50%;
  float: left;
}
body.home section.touts.touts-2.touts-nth-2 .container .container .row.touts-items-row .touts .caption-container {
  max-width: 225px;
  float: left;
  min-height: inherit;
  text-align: left;
  padding: 0;
  margin: 26px 0 0 36px;
  background: none;
}
body.home section.touts.touts-2.touts-nth-2 .container .container .row.touts-items-row .touts .caption-container a {
  letter-spacing: 0;
  float: none;
}
body.home section.touts.touts-2.touts-nth-2 .container .container .row.touts-items-row .touts .caption-container a .fa {
  display: none;
}
body.home section.touts.touts-2.touts-nth-2 .container .container .row.touts-items-row .touts .caption-container a.read-more {
  margin: 0px auto;
  font-size: 23px;
  display: inline-block;
  background: #D11141;
  border: 0px;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  line-height: 1.5rem;
  letter-spacing: 1px;
  padding: .9rem 1.2rem;
}
body.home section.touts.touts-2.touts-nth-2 .container .container .row.touts-items-row .touts .caption-container p {
  font-size: 16px;
  text-align: left;
  margin-bottom: 18px;
}
body.home section.touts.touts-2.touts-nth-2 .container .container .row.touts-items-row .touts .caption-container .hdr-container {
  width: 225px;
  text-align: left;
}
body.home section.touts.touts-2.touts-nth-2 .container .container .row.touts-items-row .touts .caption-container .hdr-container h3 {
  margin: 0;
  font-weight: bold;
  font-size: 22px;
  color: #3B3B3B;
  margin-bottom: 5px;
}
body.home section.touts.touts-2.touts-nth-2 .container .container .row.touts-items-row .touts .caption-container .hdr-container h3 a {
  letter-spacing: 0;
  color: #3B3B3B;
  border-radius: 0;
  float: none;
}
body.home section.infographic {
  background: none;
  border-top: solid 10px #c99738;
  border-bottom: solid 0 transparent;
  margin-top: 0;
  min-height: 1278px;
  padding-bottom: 355px;
  background-attachment: fixed;
}
body.home section.infographic.infographic-2 .container {
  padding-top: 50px;
}
body.home section.infographic .container {
  padding: 117px 0px 0px;
}
body.home section.infographic .container .row.row-infographic-item .infographics h2 {
  color: #902D34;
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  margin-bottom: 25px;
  font-weight: bold;
  line-height: 60px;
}
body.home section.infographic .container .row.row-infographic-item .infographics span.sub-title {
  font-size: 18px;
  color: #000000;
  letter-spacing: 0px;
  line-height: 30px;
}
body.home section.infographic .container .row.row-infographic-item .infographics span.infographic-second-sub-title {
  display: block;
  font-weight: bold;
}
body.home section.infographic .container .row.row-infographic-item .infographics .row-items-infographic-item {
  margin: 155px 0 19px;
}
body.home section.infographic .container .row.row-infographic-item .infographics .row-items-infographic-item img {
  float: none;
  border: none;
  border-radius: inherit;
}
body.home section.infographic .container .row.row-infographic-item .infographics .row-items-infographic-item .infographic-title {
  text-align: center;
  float: none;
  max-width: 260px;
  margin-right: auto;
  margin-left: auto;
}
body.home section.infographic .container .row.row-infographic-item .infographics .row-items-infographic-item .infographic-title a {
  color: #3B3B3B;
}
body.home section.infographic .container .row.row-infographic-item .infographics .row-items-infographic-item .infographic-title h4 {
  font-size: 65px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  line-height: 42px;
  color: #3B3B3B;
  margin: 30px 0 20px;
}
body.home section.infographic .container .row.row-infographic-item .infographics .row-items-infographic-item .infographic-title h4 a {
  color: #3B3B3B;
}
body.home section.infographic .container .row.row-infographic-item .infographics .row-items-infographic-item .infographic-title span.description {
  max-width: 260px;
  float: none;
  margin-right: auto;
  margin-left: auto;
  line-height: 36px;
  font-size: 24px;
  color: #3B3B3B;
}
body.home section.infographic .container .row.row-infographic-item .infographics .row-items-infographic-item .infographic-title span.description a {
  color: #3B3B3B;
}
body.home section.infographic .container .row.row-infographic-item-cta a.cta {
  margin: 0px auto;
  font-size: 23px;
  display: inline-block;
  background: #1AA18D;
  border: 0px;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  line-height: 1.5rem;
  letter-spacing: 1px;
  padding: .9rem 1.2rem;
}
body.home section.infographic .container .row.row-infographic-item-cta a:hover {
  background: #4DD4C0;
}
body.home section.touts.touts-1.touts-nth-3 {
  background: url(../../assets/images/stories_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 119px 0 130px;
  text-align: center;
}
body.home section.touts.touts-1.touts-nth-3 h2 {
  margin-top: 0;
  margin-bottom: 19px;
}
body.home section.touts.touts-1.touts-nth-3 p {
  font-size: 18px;
  color: #3B3B3B;
  letter-spacing: 0px;
  margin-bottom: 0;
  line-height: 30px;
  max-width: 840px;
  width: 100%;
}
body.home section.touts.touts-1.touts-nth-3 .container .container .row {
  max-width: 1040px;
}
body.home section.touts.touts-1.touts-nth-3 .container .container .row.touts-items-row {
  margin-top: 35px;
}
body.home section.touts.touts-1.touts-nth-3 .container .container .row.touts-items-row .touts {
  max-height: 412px;
  max-width: 300px;
  margin-right: 70px;
  padding: 0;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
}
body.home section.touts.touts-1.touts-nth-3 .container .container .row.touts-items-row .touts:last-child {
  margin-right: 0;
}
body.home section.touts.touts-1.touts-nth-3 .hdr-container {
  height: 251px;
  padding-top: 60px;
}
body.home section.touts.touts-1.touts-nth-3 .hdr-container h3 {
  top: 0;
  font-size: 20px;
  bottom: auto;
  padding: 0;
  min-height: 60px;
  margin-top: 0;
  background: #902D34;
  border-bottom: 1px solid #fff;
}
body.home section.touts.touts-1.touts-nth-3 .hdr-container > a {
  padding-top: 0;
}
body.home section.touts.touts-1.touts-nth-3 .caption-container {
  max-height: 160px;
  min-height: 160px;
}
body.home section.touts.touts-1.touts-nth-3 .caption-container a.read-more {
  font-size: 16px;
  text-transform: uppercase;
}
body.home section.touts.touts-1.touts-nth-3 .caption-container a.read-more:hover {
  text-decoration: underline;
}
body.home section.touts.touts-1.touts-nth-3 .container .row {
  background: none;
}
body.home section.touts.touts-1.touts-nth-3 .container .row .touts p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
}
body.home section.newsfeed-nth-1 {
  padding: 65px 0 131px;
  margin-top: 0;
  background: url(../../assets/images/events_bg.jpg) no-repeat;
  background-size: cover;
}
body.home section.newsfeed-nth-1 .container {
  padding: 0;
  text-align: center;
}
body.home section.newsfeed-nth-1 .container .newsfeed {
  text-align: center;
  padding: 0;
}
body.home section.newsfeed-nth-1 .container .newsfeed h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  color: #AC0C00;
  font-weight: bold;
  margin-bottom: 17px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.3px;
}
body.home section.newsfeed-nth-1 .container .newsfeed span.newsfeed-description {
  text-align: center;
  font-size: 18px;
  color: #000000;
  letter-spacing: 0px;
  line-height: 30px;
  margin-bottom: 0px;
  max-width: 840px;
  display: inline-block;
}
body.home section.newsfeed-nth-1 .container .newsfeed .newsfeed-item {
  margin-top: 50px;
  width: 530px;
  float: left;
}
body.home section.newsfeed-nth-1 .container .newsfeed .newsfeed-item:last-child {
  margin-left: 35px;
}
body.home section.newsfeed-nth-1 .container .newsfeed .newsfeed-item .container-fluid {
  padding: 0;
}
body.home section.newsfeed-nth-1 .container .newsfeed .newsfeed-item .container-fluid .row {
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
  margin: 0;
}
body.home section.newsfeed-nth-1 .container .newsfeed .newsfeed-item .container-fluid .row .news-items-left {
  width: 300px;
}
body.home section.newsfeed-nth-1 .container .newsfeed .newsfeed-item .container-fluid .row .newsfeed-information {
  text-align: left;
  margin-left: 0;
  float: left;
  padding: 20px;
  width: 230px;
  background: #fff;
  height: 191px;
  max-height: 191px;
}
body.home section.newsfeed-nth-1 .container .newsfeed .newsfeed-item .container-fluid .row .newsfeed-information .inner .news-items-heading .hdr a {
  text-transform: capitalize;
  color: #AC0C00;
  font-family: "lato", sans-serif;
}
body.home section.newsfeed-nth-1 .container .newsfeed .newsfeed-item .container-fluid .row .newsfeed-information h3 {
  text-align: left;
  font-size: 22px;
  color: #902D34;
  letter-spacing: 0px;
  line-height: 26px;
}
body.home section.newsfeed-nth-1 .container .newsfeed .newsfeed-item .container-fluid .row .newsfeed-information h3 a {
  color: #AC0C00;
  text-decoration: none;
}
body.home section.newsfeed-nth-1 .container .newsfeed .newsfeed-item .container-fluid .row .newsfeed-information a.secondary-text-cta {
  text-transform: uppercase;
  color: #AC0C00;
  margin-top: 0;
}
body.home section.newsfeed-nth-1 .container .newsfeed .newsfeed-item .container-fluid .row .newsfeed-information a:hover {
  text-decoration: underline;
}
body.home section.newsfeed-nth-1.newsfeed .container .newsfeed .newsfeed-item .container-fluid .row .newsfeed-information .hdr {
  margin-bottom: 2px;
}

body.home {
  /* Landscape phones and down */
  /* Landscape phone to portrait tablet */
  /* Portrait tablet to landscape and desktop */
  /* Large desktop */
}
@media (max-width: 767px) {
  body.home section.hero.hero-1 {
    min-height: inherit !important;
  }
  body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.jumbotron, body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron {
    min-height: 0;
    background-position: top center;
    background-size: auto 340px;
    padding-top: 300px;
    max-height: none;
  }
}
@media (max-width: 767px) and (max-width: 480px) {
  body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.jumbotron, body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron {
    background-size: auto 250px;
    padding-top: 200px;
  }
}
@media (max-width: 767px) {
  body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.jumbotron .container, body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.jumbotron .container-fluid, body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron .container, body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron .container-fluid {
    background: #8f2d33;
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #8f2d33), color-stop(100%, #551917));
    background: -webkit-radial-gradient(center, ellipse cover, #8f2d33 0%, #551917 100%);
    background: -webkit-radial-gradient(center, ellipse, #8f2d33 0%, #551917 100%);
    background: radial-gradient(ellipse at center, #8f2d33 0%, #551917 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f2d33', endColorstr='#551917', GradientType=1 );
    width: 100%;
    height: auto;
    text-align: center;
    padding: 24px 0 49px;
  }
  body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.jumbotron .container .caption, body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.jumbotron .container-fluid .caption, body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron .container .caption, body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron .container-fluid .caption {
    padding: 0 28px;
    position: relative;
    bottom: 0;
  }
  body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.jumbotron .container .caption h1.hdr, body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.jumbotron .container-fluid .caption h1.hdr, body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron .container .caption h1.hdr, body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron .container-fluid .caption h1.hdr {
    font-size: 30px;
    letter-spacing: 0.69px;
    line-height: 45px;
    margin-top: 0px;
    margin-bottom: 9px;
  }
  body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.jumbotron .container .caption p, body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.jumbotron .container-fluid .caption p, body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron .container .caption p, body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron .container-fluid .caption p {
    font-size: 17px;
    letter-spacing: 0;
    line-height: 27px;
    margin: 0;
    font-weight: bold;
    text-shadow: inherit;
    /*a.btn-donate {
    padding: 8px 20px 6px 21px;
    font-size: 19px;
    letter-spacing: -0.22px;
    width: auto;
    height: auto;
    margin: 1em auto 1.2em;
    line-height: inherit;
}*/
  }
  body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.jumbotron .container .caption p a.btn.btn-donate, body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.jumbotron .container-fluid .caption p a.btn.btn-donate, body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron .container .caption p a.btn.btn-donate, body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron .container-fluid .caption p a.btn.btn-donate {
    height: 50px;
    margin-top: 29px;
    font-family: "lato", sans-serif;
  }
  body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron, body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.jumbotron {
    padding-top: 250px;
  }
  body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron.cover, body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron.contain, body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron.overflow, body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.jumbotron.cover, body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.jumbotron.contain, body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.jumbotron.overflow {
    max-height: none;
    height: auto;
  }
  body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron .video-container, body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.jumbotron .video-container {
    overflow: hidden;
    width: 100%;
    height: 250px;
    position: absolute;
    top: 0;
    z-index: 10001;
  }
  body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron .video-container video.hero-video, body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.jumbotron .video-container video.hero-video {
    position: relative;
    min-height: 250px;
    min-width: 100%;
    width: 250px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron .container, body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.jumbotron .container {
    max-height: none;
    bottom: 0;
    position: relative;
    z-index: 9999;
  }
  body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron.overflow .container, body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.jumbotron.overflow .container {
    height: auto;
    min-height: 0;
    padding: 28px 0 35px;
    overflow: initial;
    bottom: auto;
  }
  body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron.overflow .container .caption, body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.jumbotron.overflow .container .caption {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    -ms-transform: none;
    -webkit-transform: none;
  }
  body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron.overflow .container .caption h1.hdr, body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.jumbotron.overflow .container .caption h1.hdr {
    font-size: 26px;
    color: #FFFFFF;
    letter-spacing: 0.64px;
    line-height: 36px;
  }
  body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron.overflow .container .caption p, body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.jumbotron.overflow .container .caption p {
    font-size: 17px;
    color: #FFFFFF;
    letter-spacing: 0px;
    text-shadow: none;
  }
  body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron.overflow .container .caption p a.btn-donate, body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.jumbotron.overflow .container .caption p a.btn-donate {
    width: 217px;
    height: 47px;
    font-size: 22px;
    color: #FFFFFF;
    letter-spacing: 0.95px;
  }
  body.home section.hero.hero-1.hero-nth-1 .jumbotron {
    height: auto;
  }
  body.home section.hero.hero-2.hero-nth-2 .container .row .container {
    height: auto;
    background-size: 200% 62.5%;
    background-position: 50% 125%;
  }
  body.home section.hero.hero-2.hero-nth-2 .container .row .container .image {
    width: 100%;
    position: absolute;
    top: 0;
    max-height: 275px;
    background-position: 50% 25%;
    background-size: auto 150%;
    max-width: 600px;
    left: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  body.home section.hero.hero-2.hero-nth-2 .container .row .container .pull-left {
    width: 100%;
    position: relative;
    margin-top: 275px;
    top: 0;
    transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    text-align: center;
    padding: 29px;
  }
  body.home section.hero.hero-2.hero-nth-2 .container .row .container .pull-left .caption h2 {
    font-size: 40px;
    line-height: 48px;
  }
  body.home section.hero.hero-2.hero-nth-2 .container .row .container .pull-left .caption p:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) and (max-width: 480px) {
  body.home section.hero.hero-2.hero-nth-2 .container .row .container .image {
    max-height: 175px;
  }
  body.home section.hero.hero-2.hero-nth-2 .container .row .container .pull-left {
    margin-top: 175px;
  }
}
@media (max-width: 767px) {
  body.home section.hero.hero-2.hero-nth-2 .container .carousel-inner a.carousel-control {
    height: 275px;
    background: none;
    text-align: center;
    min-width: 50px;
  }
  body.home section.hero.hero-2.hero-nth-2 .container .carousel-inner a.carousel-control span.fa {
    position: relative;
  }
}
@media (max-width: 767px) and (max-width: 480px) {
  body.home section.hero.hero-2.hero-nth-2 .container .carousel-inner a.carousel-control {
    height: 175px;
  }
}
@media (max-width: 767px) {
  body.home section.valueprop.valueprop-1.valueprop-nth-1 {
    background: url("../../assets/images/img_homelessness_bgMobile@2x.jpg") no-repeat;
  }
  body.home section.valueprop.valueprop-nth-1 {
    background: none;
    border-bottom: 10px solid #c99738;
    padding: 0 15px !important;
    background-size: 150% !important;
    background-position-y: top !important;
    background-color: #323232 !important;
  }
  body.home section.valueprop.valueprop-nth-1 .container {
    color: #3B3B3B;
    max-width: 100% !important;
    padding-bottom: 28px;
    margin-left: 0 !important;
    padding-left: 35px !important;
    padding-right: 35px !important;
    margin-top: 206px !important;
    padding-top: 17px !important;
    padding-bottom: 36px !important;
    margin-bottom: 20px !important;
  }
  body.home section.valueprop.valueprop-nth-1 .container .hdr.value-prop-title {
    font-size: 30px;
    color: #AC0C00;
    line-height: 45px;
    margin-bottom: 8px;
  }
  body.home section.valueprop.valueprop-nth-1 .container h2 {
    font-size: 30px;
    color: #3B3B3B;
    text-transform: none;
    margin-bottom: 16px;
    margin-top: 26px;
  }
  body.home section.valueprop.valueprop-nth-1 .container p {
    font-size: 17px;
    color: #3B3B3B;
    letter-spacing: 0px;
    line-height: 27px;
  }
  body.home section.donation {
    height: 100%;
    border-bottom: 10px solid #c99738;
  }
  body.home section.donation .container {
    padding: 28px 15px 38px !important;
    border-bottom: 0px;
  }
  body.home section.donation .container .row.donation-widget {
    padding: 0;
    display: none;
  }
  body.home section.donation .container .row.donation-widget h2 {
    font-size: 22px;
  }
  body.home section.donation .container .row.donation-widget p {
    font-size: 17px;
  }
  body.home section.donation .container .row.amt-helped {
    font-size: 28px;
    margin-bottom: 24px;
  }
  body.home section.donation .container .row.donation-widget-amount a.donate-btn-widget {
    background: #902D34;
  }
  body.home section.donation .container .row.donation-widget-amount span.donation-widget {
    margin-bottom: 21px;
  }
  body.home section.touts.touts-1.touts-nth-1 {
    padding: 35px 15px 64px;
  }
  body.home section.touts.touts-1.touts-nth-1 .container {
    padding: 0;
  }
  body.home section.touts.touts-1.touts-nth-1 .container .container .row.touts-hdr-row {
    padding-top: 0;
  }
  body.home section.touts.touts-1.touts-nth-1 .container .container .row.touts-hdr-row .hdr-row h2.hdr + p {
    margin-top: 25px;
  }
  body.home section.touts.touts-1.touts-nth-1 .container .container .row.touts-items-row {
    margin-top: 32px;
    margin-bottom: 0;
  }
  body.home section.touts.touts-1.touts-nth-1 .container .container .row.touts-items-row .touts {
    width: 100%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 41px;
    max-width: 300px;
    max-height: 456px;
  }
  body.home section.touts.touts-1.touts-nth-1 .container .container .row.touts-items-row .touts .caption-container {
    min-height: inherit;
    padding: 20px 12px 26px;
    margin-bottom: 45px;
  }
  body.home section.touts.touts-1.touts-nth-1 .container .container .row.touts-items-row .touts .caption-container p {
    margin-bottom: 15px;
  }
  body.home section.touts.touts-1.touts-nth-1 .container .container .row.touts-items-row .touts .caption-container:last-child {
    margin-bottom: 0px;
  }
  body.home section.touts.touts-1.touts-nth-1 .container .container .row.touts-items-row .touts .hdr-container a {
    vertical-align: -webkit-baseline-middle;
    background-size: 100% 100%;
  }
  body.home section.touts.touts-1.touts-nth-1 .container .container .row.touts-items-row .touts .hdr-container .hdr {
    padding: 5px 0;
  }
  body.home section.touts.touts-1.touts-nth-1 .container .container .row.touts-items-row .touts .caption-container {
    padding: 27px 18px 48px;
  }
  body.home section.touts.touts-1.touts-nth-1 .container .container .row.touts-items-row .touts:last-child {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
  }
  body.home section.touts.touts-1.touts-nth-2 .container .container .row.stories-of-change {
    background-color: transparent;
  }
  body.home section.touts.touts-1.touts-nth-2 .container .container .row.stories-of-change .stories-of-change {
    padding: 0;
  }
  body.home section.touts.touts-1.touts-nth-2 .container .container .row.stories-of-change .stories-of-change p {
    font-size: 18px;
    line-height: 30px;
  }
  body.home section.valueprop.valueprop-1.valueprop-nth-2 {
    padding: 45px 10px;
    background-attachment: inherit;
    background: url(../../images/valueprop_bg.jpg) no-repeat;
  }
  body.home section.valueprop.valueprop-1.valueprop-nth-2 .container {
    width: 100%;
    padding: 27px 21px 36px;
  }
  body.home section.touts.touts-2.touts-nth-2 .container {
    width: 100%;
    padding: 35px 10px;
  }
  body.home section.touts.touts-2.touts-nth-2 .container .container p {
    line-height: 26px;
  }
  body.home section.touts.touts-2.touts-nth-2 .container .container .row {
    margin: 0;
  }
  body.home section.touts.touts-2.touts-nth-2 .container .container .row.touts-items-row {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  body.home section.touts.touts-2.touts-nth-2 .container .container .row.touts-items-row .touts {
    margin: 0 0 46px !important;
    width: 100%;
    overflow: hidden !important;
  }
  body.home section.touts.touts-2.touts-nth-2 .container .container .row.touts-items-row .touts:last-child {
    margin-bottom: 0 !important;
  }
  body.home section.touts.touts-2.touts-nth-2 .container .container .row.touts-items-row .touts .caption-container {
    float: none;
    text-align: center;
    padding: 0;
    margin: 26px auto;
    background: none;
  }
  body.home section.touts.touts-2.touts-nth-2 .container .container .row.touts-items-row .touts .caption-container p {
    text-align: center;
  }
  body.home section.touts.touts-2.touts-nth-2 .container .container .row.touts-items-row .touts .caption-container .hdr-container h3 {
    text-align: center;
  }
  body.home section.touts.touts-2.touts-nth-2 .container .container .row.touts-items-row .touts a {
    float: none;
    text-align: center;
    margin: 0 auto;
  }
  body.home section.infographic.infographic-2.infographic-nth-1 {
    background: url(../../images/impact_bg.jpg) no-repeat;
    padding-bottom: 187px;
    background-position: 80% 100%;
    background-attachment: inherit;
    background-size: 230%;
    border-top: 0px;
    border-bottom: 0;
    border-bottom: solid 10px #c99738;
  }
  body.home section.infographic.infographic-2.infographic-nth-1 .container {
    padding: 41px 0px 0px;
  }
  body.home section.infographic.infographic-2.infographic-nth-1 .container .row {
    margin: 0;
  }
  body.home section.infographic.infographic-2.infographic-nth-1 .container .row.row-items-infographic-item {
    margin-top: 5px;
  }
  body.home section.infographic.infographic-2.infographic-nth-1 .container .row.row-items-infographic-item .infographic-item .inner .infographic-title .infographic-item-cta .hdr {
    font-size: 52px;
    line-height: 33.59px;
  }
  body.home section.infographic.infographic-2.infographic-nth-1 .container .row.row-items-infographic-item .infographic-item .inner .infographic-title .infographic-item-cta .description {
    font-size: 18px;
    line-height: 28.79px;
  }
  body.home section.infographic.infographic-2.infographic-nth-1 .container .row.row-infographic-item-cta {
    display: none;
  }
  body.home section.infographic.infographic-2.infographic-nth-1 .container .row.row-infographic-item .infographics h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 30px;
    margin-bottom: 11px;
    line-height: 45px;
  }
  body.home section.infographic.infographic-2.infographic-nth-1 .container .row.row-infographic-item .infographics span.infographic-second-sub-title {
    margin-bottom: 11px;
  }
  body.home section.infographic.infographic-2.infographic-nth-1 .container .row.row-infographic-item .infographics .row {
    margin-top: 0;
  }
  body.home section.infographic.infographic-2.infographic-nth-1 .container .row.row-infographic-item .infographics .row .infographic-item {
    margin-bottom: 42px;
  }
  body.home section.infographic.infographic-2.infographic-nth-1 .container .row.row-infographic-item .infographics .row .infographic-item + .infographic-item {
    margin-bottom: 27px;
  }
  body.home section.infographic.infographic-2.infographic-nth-1 .container .row.row-infographic-item .infographics .row .infographic-item:last-child {
    margin-bottom: 0;
  }
  body.home section.touts.touts-1.touts-nth-2 .container {
    padding-top: 31px;
  }
  body.home section.touts.touts-1.touts-nth-2 .container .container {
    padding-top: 0;
    padding-bottom: 34px;
  }
  body.home section.touts.touts-1.touts-nth-2 .container .container .row.stories-of-change {
    padding-top: 0;
  }
  body.home section.touts.touts-1.touts-nth-2 .container .container .row.stories-of-change p {
    margin-top: 17px;
  }
  body.home section.touts.touts-1.touts-nth-3 {
    width: 100%;
    padding: 36px 10px 45px;
  }
  body.home section.touts.touts-1.touts-nth-3 .container {
    padding: 0;
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  body.home section.touts.touts-1.touts-nth-3 .container .container .row {
    padding: 0 0px 38px;
  }
  body.home section.touts.touts-1.touts-nth-3 .container .container .row h2 {
    padding: 0 13px;
  }
  body.home section.touts.touts-1.touts-nth-3 .container .container .row p {
    padding: 0 21px;
    line-height: 30px;
  }
  body.home section.touts.touts-1.touts-nth-3 .container .row.touts-hdr-row .hdr-row {
    padding: 0;
  }
  body.home section.touts.touts-1.touts-nth-3 .container .row.touts-hdr-row .hdr-row .hdr {
    font-size: 40px;
    color: #D11141;
    line-height: 44px;
    font-weight: bold;
  }
  body.home section.touts.touts-1.touts-nth-3 .container .row.touts-hdr-row .hdr-row p {
    font-size: 18px;
  }
  body.home section.touts.touts-1.touts-nth-3 .container .carousel .row .touts-hdr-row {
    padding: 0;
  }
  body.home section.touts.touts-1.touts-nth-3 .container .carousel .row.touts-items-row {
    max-width: 100%;
    max-height: none;
    margin-top: 0;
    max-height: none;
  }
  body.home section.touts.touts-1.touts-nth-3 .container .carousel .row.touts-items-row .touts {
    max-width: 100%;
    margin-right: 0;
    padding: 0;
    max-height: none;
  }
  body.home section.touts.touts-1.touts-nth-3 .container .carousel .row.touts-items-row .touts .hdr-container {
    height: 100%;
  }
  body.home section.touts.touts-1.touts-nth-3 .container .carousel .row.touts-items-row .touts .hdr-container > a {
    background-size: 100%;
  }
  body.home section.touts.touts-1.touts-nth-3 .container .carousel .row.touts-items-row .touts .caption-container {
    min-height: inherit;
    padding: 20px 12px 28px;
    margin-bottom: 0px;
    max-height: none;
  }
  body.home section.touts.touts-1.touts-nth-3 .container .carousel .tout-rotator-controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: none;
  }
  body.home section.touts.touts-1.touts-nth-3 .container .carousel .tout-rotator-controls a.carousel-control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: none !important;
    max-height: 383px;
  }
  body.home section.newsfeed.newsfeed-1.newsfeed-nth-1 {
    padding: 30px 15px 39px;
    border-bottom: 5px solid #c99738;
    border-top: 0;
  }
  body.home section.newsfeed.newsfeed-1.newsfeed-nth-1 .container {
    padding-left: 0;
    padding-right: 0;
    padding-top: 27px;
    padding-bottom: 0;
  }
  body.home section.newsfeed.newsfeed-1.newsfeed-nth-1 .container .newsfeed.col-sm-12 h3 {
    margin-bottom: 10px;
    font-size: 30px;
    color: #AC0C00;
    letter-spacing: 0.22px;
    line-height: 45px;
  }
  body.home section.newsfeed.newsfeed-1.newsfeed-nth-1 .container .newsfeed.col-sm-12 span.newsfeed-description {
    padding: 0 11px;
  }
  body.home section.newsfeed.newsfeed-1.newsfeed-nth-1 .container .newsfeed.col-sm-12 .newsfeed-item.news-items {
    width: 100%;
    margin: 35px auto 50px !important;
    max-width: 300px;
    float: none;
  }
  body.home section.newsfeed.newsfeed-1.newsfeed-nth-1 .container .newsfeed.col-sm-12 .newsfeed-item.news-items .container-fluid .row .news-items-left {
    width: 100%;
    max-width: 100%;
  }
  body.home section.newsfeed.newsfeed-1.newsfeed-nth-1 .container .newsfeed.col-sm-12 .newsfeed-item.news-items .container-fluid .row .news-items-left a .newsfeed-image {
    padding: 0 33px;
    margin-bottom: 12px;
  }
  body.home section.newsfeed.newsfeed-1.newsfeed-nth-1 .container .newsfeed.col-sm-12 .newsfeed-item.news-items .container-fluid .row .news-items-left a .newsfeed-image img.img-responsive {
    width: 100%;
  }
  body.home section.newsfeed.newsfeed-1.newsfeed-nth-1 .container .newsfeed.col-sm-12 .newsfeed-item.news-items .container-fluid .row .newsfeed-information {
    width: 100%;
    height: auto;
    text-align: left;
    padding: 0 34px;
  }
  body.home section.newsfeed.newsfeed-1.newsfeed-nth-1 .container .newsfeed.col-sm-12 .newsfeed-item.news-items .container-fluid .row .newsfeed-information .inner {
    text-align: left;
  }
  body.home section.newsfeed.newsfeed-1.newsfeed-nth-1 .container .newsfeed.col-sm-12 .newsfeed-item.news-items .container-fluid .row .newsfeed-information a.secondary-text-cta {
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 12px;
  }
  body.home section.newsfeed.newsfeed-1.newsfeed-nth-1 .container .newsfeed.col-sm-12 .newsfeed-item.news-items .container-fluid .row .newsfeed-information .news-items-heading .date-event {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 7px;
  }
  body.home section.newsfeed.newsfeed-1.newsfeed-nth-1 .container .newsfeed.col-sm-12 .newsfeed-item.news-items .container-fluid .row .newsfeed-information .news-items-heading h3 {
    text-align: left;
  }
}
@media (min-width: 415px) and (max-width: 736px) {
  body.home section.valueprop.valueprop-nth-1 {
    min-height: inherit;
  }
  body.home section.touts.touts-2.touts-nth-2 .container .container .row.touts-items-row .touts a {
    float: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.home section.hero.hero-1 {
    min-height: inherit !important;
  }
  body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.jumbotron, body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron {
    min-height: 0;
    background-position: top center;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (max-width: 480px) {
  body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.jumbotron, body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron {
    background-size: auto 250px;
    padding-top: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.jumbotron .container, body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.jumbotron .container-fluid, body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron .container, body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron .container-fluid {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 20px 0 21px;
  }
  body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.jumbotron .container .caption, body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.jumbotron .container-fluid .caption, body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron .container .caption, body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron .container-fluid .caption {
    padding: 0 28px;
    position: relative;
    bottom: 0;
  }
  body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.jumbotron .container .caption h1.hdr, body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.jumbotron .container-fluid .caption h1.hdr, body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron .container .caption h1.hdr, body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron .container-fluid .caption h1.hdr {
    font-size: 34px;
    letter-spacing: 0.69px;
    line-height: 50px;
    margin-bottom: 2px;
    font-weight: 700;
  }
  body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.jumbotron .container .caption p, body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.jumbotron .container-fluid .caption p, body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron .container .caption p, body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron .container-fluid .caption p {
    font-size: 22px;
    letter-spacing: 0;
    line-height: 27px;
    margin: 0;
    /*a.btn-donate {
    padding: 8px 20px 6px 21px;
    font-size: 19px;
    letter-spacing: -0.22px;
    width: auto;
    height: auto;
    margin: 1em auto 1.2em;
    line-height: inherit;
}*/
  }
  body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.jumbotron .container .caption p a.btn-donate, body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.jumbotron .container-fluid .caption p a.btn-donate, body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron .container .caption p a.btn-donate, body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron .container-fluid .caption p a.btn-donate {
    font-size: 22px;
    font-family: "lato", sans-serif;
    font-weight: bold;
    margin: 23px auto;
  }
  body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron {
    padding-top: 250px;
  }
  body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron.cover, body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron.contain, body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron.overflow {
    max-height: none;
    height: auto;
  }
  body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron .video-container {
    overflow: hidden;
    width: 100%;
    height: 250px;
    position: absolute;
    top: 0;
    z-index: 10001;
  }
  body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron .video-container video.hero-video {
    position: relative;
    min-height: 250px;
    min-width: 100%;
    width: 250px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron .container {
    max-height: none;
    bottom: 0;
    position: relative;
    z-index: 10002;
    padding-bottom: 0;
  }
  body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron.overflow .container {
    height: auto;
    min-height: 0;
    padding: 20px 0 42px;
    overflow: initial;
    bottom: auto;
  }
  body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron.overflow .container .caption {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    -ms-transform: none;
    -webkit-transform: none;
  }
  body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron.overflow .container .caption h1.hdr {
    font-size: 34px;
    color: #FFFFFF;
    letter-spacing: 0.64px;
    line-height: 36px;
  }
  body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron.overflow .container .caption p {
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0px;
    text-shadow: none;
  }
  body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron.overflow .container .caption p a.btn-donate {
    width: 270px;
    height: 55px;
    font-size: 22px;
    color: #FFFFFF;
    letter-spacing: 0.95px;
    margin-top: 30px;
  }
  body.home section.hero.hero-1.hero-nth-1 .jumbotron {
    padding-top: 250px;
    height: auto;
    max-height: none;
  }
  body.home section.hero.hero-1.hero-nth-1 .jumbotron .container {
    max-height: none;
    bottom: 0;
    position: relative;
    z-index: 10002;
    padding-bottom: 0 !important;
  }
  body.home section.hero.hero-2.hero-nth-2 .container .row .container {
    height: auto;
    background-size: 200% 62.5%;
    background-position: 50% 125%;
  }
  body.home section.hero.hero-2.hero-nth-2 .container .row .container .image {
    width: 100%;
    position: absolute;
    top: 0;
    max-height: 275px;
    background-position: 50% 25%;
    background-size: auto 150%;
    max-width: 600px;
    left: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  body.home section.hero.hero-2.hero-nth-2 .container .row .container .pull-left {
    width: 100%;
    position: relative;
    margin-top: 275px;
    top: 0;
    transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    text-align: center;
    padding: 29px;
  }
  body.home section.hero.hero-2.hero-nth-2 .container .row .container .pull-left .caption h2 {
    font-size: 40px;
    line-height: 48px;
  }
  body.home section.hero.hero-2.hero-nth-2 .container .row .container .pull-left .caption p:last-of-type {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (max-width: 480px) {
  body.home section.hero.hero-2.hero-nth-2 .container .row .container .image {
    max-height: 175px;
  }
  body.home section.hero.hero-2.hero-nth-2 .container .row .container .pull-left {
    margin-top: 175px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.home section.hero.hero-2.hero-nth-2 .container .carousel-inner a.carousel-control {
    height: 275px;
    background: none;
    text-align: center;
    min-width: 50px;
  }
  body.home section.hero.hero-2.hero-nth-2 .container .carousel-inner a.carousel-control span.fa {
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (max-width: 480px) {
  body.home section.hero.hero-2.hero-nth-2 .container .carousel-inner a.carousel-control {
    height: 175px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.home section.valueprop.valueprop-1.valueprop-nth-1 {
    background: url("../../assets/images/img_homelessness_bgTablet@2x.jpg") no-repeat;
    background-size: cover;
  }
  body.home section.valueprop.valueprop-nth-1 {
    display: block;
    background: none;
    background-image: -webkit-radial-gradient(50% 237%, #3c399d 69%, #211e72 100%);
    background-image: radial-gradient(50% 237%, #3c399d 69%, #211e72 100%);
  }
  body.home section.valueprop.valueprop-nth-1 .container {
    padding-bottom: 34px;
    max-width: 546px !important;
    margin-top: 420px !important;
    padding-left: 43px !important;
    padding-right: 42px !important;
    padding-top: 18px !important;
    padding-bottom: 25px !important;
  }
  body.home section.valueprop.valueprop-nth-1 .container h2 {
    margin: 34px 0 14px;
    text-transform: none;
    font-size: 30px !important;
  }
  body.home section.valueprop.valueprop-nth-1 .container a.read-more.btn-learn {
    margin-top: 20px;
  }
  body.home section.donation {
    height: 100%;
  }
  body.home section.donation .container {
    padding: 27px 15px 38px !important;
  }
  body.home section.donation .container .row.donation-widget {
    padding: 0;
    display: none;
  }
  body.home section.donation .container .row.donation-widget-amount a.donate-btn-widget {
    background: #902D34;
    margin-top: 0;
  }
  body.home section.touts.touts-1.touts-nth-1 {
    padding: 55px 10px 22px;
  }
  body.home section.touts.touts-1.touts-nth-1 .container {
    padding: 0;
  }
  body.home section.touts.touts-1.touts-nth-1 .container .container .row.touts-hdr-row {
    padding-top: 0;
  }
  body.home section.touts.touts-1.touts-nth-1 .container .container .row.touts-hdr-row .hdr-row h2 {
    margin-top: 0;
  }
  body.home section.touts.touts-1.touts-nth-1 .container .container .row.touts-items-row {
    text-align: center;
    padding: 0;
    margin-top: 0;
  }
  body.home section.touts.touts-1.touts-nth-1 .container .container .row.touts-items-row .touts {
    float: none;
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 40px;
    max-height: 460px;
  }
  body.home section.touts.touts-1.touts-nth-1 .container .container .row.touts-items-row .touts:first-child {
    margin-right: 72px;
  }
  body.home section.touts.touts-1.touts-nth-1 .container .container .row.touts-items-row .touts .hdr-container {
    vertical-align: -webkit-baseline-middle;
  }
  body.home section.touts.touts-1.touts-nth-1 .container .container .row.touts-items-row .touts .hdr-container h3 a {
    vertical-align: -webkit-baseline-middle;
  }
  body.home section.touts.touts-1.touts-nth-1 .container .container .row.touts-items-row .touts:last-child {
    margin-bottom: 0;
  }
  body.home section.valueprop.valueprop-1 {
    display: block;
    padding-bottom: 50px !important;
  }
  body.home section.valueprop.valueprop-1.valueprop-nth-2 {
    padding: 59px 45px 62px;
    background: url(../../images/valueprop_bg.jpg) no-repeat;
    height: 100%;
    background-attachment: inherit;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
  }
  body.home section.valueprop.valueprop-1.valueprop-nth-2 .container {
    width: 100%;
    padding: 27px 21px 65px;
  }
  body.home section.touts.touts-2.touts-nth-2 .container {
    width: 100%;
    padding: 117px 10px 99px;
  }
  body.home section.touts.touts-2.touts-nth-2 .container .container .row {
    margin: 0;
  }
  body.home section.touts.touts-2.touts-nth-2 .container .container .row.touts-items-row {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  body.home section.touts.touts-2.touts-nth-2 .container .container .row.touts-items-row .touts {
    margin: 0 auto 31px !important;
    width: 100%;
    max-width: 560px;
    overflow: hidden !important;
    float: none;
  }
  body.home section.touts.touts-2.touts-nth-2 .container .container .row.touts-items-row .touts a {
    float: left;
    margin: 0 auto;
  }
  body.home section.touts.touts-2.touts-nth-2 .container .container p {
    line-height: 26px;
  }
  body.home section.infographic.infographic-2.infographic-nth-1 {
    padding: 55px 72px 216px;
    background-size: contain;
    min-height: inherit;
    background: url(../../images/impact_bg.jpg) no-repeat;
    height: 100%;
    background-attachment: inherit;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
  }
  body.home section.infographic.infographic-2.infographic-nth-1 .container {
    padding: 0;
    margin: 0;
    width: 100%;
  }
  body.home section.infographic.infographic-2.infographic-nth-1 .container .row {
    margin: 0;
  }
  body.home section.infographic.infographic-2.infographic-nth-1 .container .row .infographics {
    padding: 0;
  }
  body.home section.infographic.infographic-2.infographic-nth-1 .container .row .infographics h2 {
    margin-top: 0;
    margin-bottom: 10px;
  }
  body.home section.infographic.infographic-2.infographic-nth-1 .container .row .infographics span + span {
    display: inline-block;
    margin-bottom: 0;
  }
  body.home section.infographic.infographic-2.infographic-nth-1 .container .row .infographics .row-items-infographic-item {
    text-align: center;
    margin: 0 0;
  }
  body.home section.infographic.infographic-2.infographic-nth-1 .container .row .infographics .row-items-infographic-item .infographic-item {
    width: 231px;
    float: none;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 63px;
  }
  body.home section.infographic.infographic-2.infographic-nth-1 .container .row .infographics .row-items-infographic-item .infographic-item:nth-child(2) {
    margin-left: 111px;
  }
  body.home section.infographic.infographic-2.infographic-nth-1 .container .row .infographics .row-items-infographic-item .infographic-item:last-child {
    margin-bottom: 50px;
  }
  body.home section.infographic.infographic-2.infographic-nth-1 .container .row .infographics .row-items-infographic-item .infographic-item .infographic-title h4.hdr {
    font-size: 52px;
  }
  body.home section.infographic.infographic-2.infographic-nth-1 .container .row .infographics .row-items-infographic-item .infographic-item .featured-img img {
    max-width: 213px;
  }
  body.home section.touts.touts-1.touts-nth-3 {
    width: 100%;
    padding: 119px 47px 131px;
  }
  body.home section.touts.touts-1.touts-nth-3 .caption-container {
    padding: 22px 19px 26px !important;
  }
  body.home section.touts.touts-1.touts-nth-3 .container {
    padding: 0;
    width: 100%;
  }
  body.home section.touts.touts-1.touts-nth-3 .container .container {
    padding: 0;
  }
  body.home section.touts.touts-1.touts-nth-3 .container .container .row:first-child {
    padding: 0 0;
  }
  body.home section.touts.touts-1.touts-nth-3 .container .container .row h2 {
    font-size: 40px;
  }
  body.home section.touts.touts-1.touts-nth-3 .container .container .row p {
    font-size: 16px;
    color: #3B3B3B;
    line-height: 30px;
  }
  body.home section.touts.touts-1.touts-nth-3 .container .container .row p:last-child {
    margin-bottom: 0;
  }
  body.home section.touts.touts-1.touts-nth-3 .container .container .row.touts-items-row {
    text-align: center;
    margin: 20px 0 0;
    padding: 0;
  }
  body.home section.touts.touts-1.touts-nth-3 .container .container .row.touts-items-row .touts {
    display: inline-block;
    margin: 0 0 0 0;
    float: none;
    vertical-align: top;
  }
  body.home section.touts.touts-1.touts-nth-3 .container .container .row.touts-items-row .touts .hdr-container h3 a {
    vertical-align: -webkit-baseline-middle;
  }
  body.home section.touts.touts-1.touts-nth-3 .container .container .row.touts-items-row .touts:first-child {
    margin-right: 70px;
  }
  body.home section.touts.touts-1.touts-nth-3 .container .container .row.touts-items-row .touts:last-child {
    margin-top: 37px;
  }
  body.home section.newsfeed.newsfeed-1.newsfeed-nth-1 {
    padding: 54px 60px 62px;
  }
  body.home section.newsfeed.newsfeed-1.newsfeed-nth-1 .container {
    width: 100%;
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 27px;
    padding-bottom: 75px;
  }
  body.home section.newsfeed.newsfeed-1.newsfeed-nth-1 .container .newsfeed h3 {
    margin-bottom: 18px;
  }
  body.home section.newsfeed.newsfeed-1.newsfeed-nth-1 .container .newsfeed .newsfeed-description {
    font-family: 'PT Sans', sans-serif;
    line-height: 30px;
  }
  body.home section.newsfeed.newsfeed-1.newsfeed-nth-1 .container .newsfeed.col-sm-12 .newsfeed-item.news-items {
    max-width: 560px;
    margin: 0 auto 30px;
    float: none;
  }
  body.home section.newsfeed.newsfeed-1.newsfeed-nth-1 .container .newsfeed.col-sm-12 .newsfeed-item.news-items .container-fluid {
    margin-top: 53px;
  }
  body.home section.newsfeed.newsfeed-1.newsfeed-nth-1 .container .newsfeed.col-sm-12 .newsfeed-item.news-items .container-fluid .row .newsfeed-information {
    height: auto;
    text-align: left;
  }
  body.home section.newsfeed.newsfeed-1.newsfeed-nth-1 .container .newsfeed.col-sm-12 .newsfeed-item.news-items .container-fluid .row .newsfeed-information a.secondary-text-cta {
    text-transform: uppercase;
  }
  body.home section.newsfeed.newsfeed-1.newsfeed-nth-1 .container .newsfeed.col-sm-12 .newsfeed-item.news-items .container-fluid .row .newsfeed-information .news-items-heading h3 {
    text-align: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.home section.hero.hero-1 {
    min-height: inherit !important;
  }
  body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.jumbotron .container, body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.jumbotron .container-fluid, body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron .container, body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron .container-fluid {
    position: absolute;
  }
  body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.jumbotron .container a.hero_link, body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.jumbotron .container-fluid a.hero_link, body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron .container a.hero_link, body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron .container-fluid a.hero_link {
    top: 0;
  }
  body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.jumbotron .container .caption h1.hdr, body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.jumbotron .container-fluid .caption h1.hdr, body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron .container .caption h1.hdr, body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron .container-fluid .caption h1.hdr {
    font-size: 34px;
    letter-spacing: 0.69px;
    line-height: 38px;
  }
  body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.jumbotron .container .caption p, body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.jumbotron .container-fluid .caption p, body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron .container .caption p, body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron .container-fluid .caption p {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 27px;
    margin: 0;
    /*a.btn-donate {
    padding: 8px 20px 6px 21px;
    font-size: 19px;
    letter-spacing: -0.22px;
    width: auto;
    height: auto;
    margin: 1em auto 1.2em;
    line-height: inherit;
}*/
  }
  body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron.cover, body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron.contain, body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron.overflow {
    max-height: none;
    height: auto;
    position: relative;
    min-height: 500px;
  }
  body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron.contain {
    background: none !important;
  }
  body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron .video-container {
    top: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (max-width: 1024px) {
  body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron .video-container {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron .video-container video.hero-video {
    background-size: contain;
  }
  body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron .container {
    max-height: none;
    z-index: 10002;
  }
  body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron.overflow .container {
    height: auto;
    min-height: 0;
    padding: 20px 0 30px;
    overflow: initial;
    bottom: 0;
  }
  body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron.overflow .container .caption {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    -ms-transform: none;
    -webkit-transform: none;
  }
  body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron.overflow .container .caption h1.hdr {
    font-size: 26px;
    color: #FFFFFF;
    letter-spacing: 0.64px;
    line-height: 36px;
  }
  body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron.overflow .container .caption p {
    font-size: 17px;
    color: #FFFFFF;
    letter-spacing: 0px;
    text-shadow: none;
  }
  body.home section.hero.hero-1.hero-nth-1 .hero-size-home-hero-banner.videotron.overflow .container .caption p a.btn-donate {
    width: 217px;
    height: 47px;
    font-size: 22px;
    color: #FFFFFF;
    letter-spacing: 0.95px;
  }
  body.home section.hero.hero-1.hero-nth-1 .jumbotron {
    max-height: auto;
    height: auto;
    position: relative;
    min-height: 500px;
  }
  body.home section.hero.hero-2.hero-nth-2 .container .row .container {
    height: auto;
    background-size: 200% 62.5%;
    background-position: 50% 125%;
  }
  body.home section.hero.hero-2.hero-nth-2 .container .row .container .image {
    width: 100%;
    position: absolute;
    top: 0;
    max-height: 275px;
    background-position: 50% 25%;
    background-size: auto 150%;
    max-width: 600px;
    left: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  body.home section.hero.hero-2.hero-nth-2 .container .row .container .pull-left {
    width: 100%;
    position: relative;
    margin-top: 275px;
    top: 0;
    transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    text-align: center;
    padding: 29px;
  }
  body.home section.hero.hero-2.hero-nth-2 .container .row .container .pull-left .caption h2 {
    font-size: 40px;
    line-height: 48px;
  }
  body.home section.hero.hero-2.hero-nth-2 .container .row .container .pull-left .caption p:last-of-type {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (max-width: 480px) {
  body.home section.hero.hero-2.hero-nth-2 .container .row .container .image {
    max-height: 175px;
  }
  body.home section.hero.hero-2.hero-nth-2 .container .row .container .pull-left {
    margin-top: 175px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.home section.hero.hero-2.hero-nth-2 .container .carousel-inner a.carousel-control {
    height: 275px;
    background: none;
    text-align: center;
    min-width: 50px;
  }
  body.home section.hero.hero-2.hero-nth-2 .container .carousel-inner a.carousel-control span.fa {
    position: relative;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (max-width: 480px) {
  body.home section.hero.hero-2.hero-nth-2 .container .carousel-inner a.carousel-control {
    height: 175px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.home section.valueprop.valueprop-nth-1 {
    display: block;
    background: none;
    background-image: -webkit-radial-gradient(50% 237%, #3c399d 69%, #211e72 100%);
    background-image: radial-gradient(50% 237%, #3c399d 69%, #211e72 100%);
  }
  body.home section.valueprop.valueprop-nth-1 .container h2 {
    text-transform: none;
  }
  body.home section.donation {
    height: 100%;
  }
  body.home section.donation .container {
    padding: 28px 15px 38px !important;
  }
  body.home section.donation .container .row.donation-widget {
    padding: 0;
  }
  body.home section.donation .container .row.donation-widget h2 {
    font-size: 22px;
  }
  body.home section.donation .container .row.donation-widget p {
    font-size: 17px;
  }
  body.home section.donation .container .row.donation-widget-amount a.donate-btn-widget {
    background: #902D34;
  }
  body.home section.touts.touts-1.touts-nth-1 .container {
    padding: 0;
  }
  body.home section.touts.touts-1.touts-nth-1 .container .container .row.touts-items-row {
    display: -webkit-box;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    display: -moz-box;
    -moz-box-pack: justify;
    -moz-box-align: center;
    display: -ms-flexbox;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    display: box;
    box-pack: justify;
    box-align: center;
  }
  body.home section.touts.touts-1.touts-nth-1 .container .container .row.touts-items-row .touts {
    float: none;
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
    max-height: 463px;
  }
  body.home section.touts-nth-2 .container .container .row.touts-hdr-row {
    padding-top: 0;
  }
  body.home section.touts-nth-2 .container .container .row.touts-items-row .touts {
    width: 33.3%;
  }
  body.home section.touts-nth-2 .container .container .row.touts-items-row .touts .hdr-container h3 a {
    line-height: 45px;
  }
  body.home section.valueprop.valueprop-1 {
    display: block;
  }
  body.home section.valueprop.valueprop-1.valueprop-nth-2 {
    padding: 59px 45px 62px;
  }
  body.home section.valueprop.valueprop-1.valueprop-nth-2 .container {
    width: 100%;
    padding: 27px 21px 36px;
  }
  body.home section.touts.touts-2.touts-nth-2 .container {
    width: 100%;
    padding: 117px 10px 99px;
  }
  body.home section.touts.touts-2.touts-nth-2 .container .container .row {
    margin: 0;
  }
  body.home section.touts.touts-2.touts-nth-2 .container .container .row.touts-items-row {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  body.home section.touts.touts-2.touts-nth-2 .container .container .row.touts-items-row .touts {
    margin: 0 auto 31px !important;
    width: 100%;
    max-width: 560px;
    overflow: hidden !important;
    float: none;
  }
  body.home section.touts.touts-2.touts-nth-2 .container .container .row.touts-items-row .touts a {
    float: left;
    margin: 0 auto;
  }
  body.home section.infographic.infographic-2.infographic-nth-1 {
    padding: 117px 72px 155px;
    background-size: contain;
    min-height: inherit;
  }
  body.home section.infographic.infographic-2.infographic-nth-1 .container {
    padding: 0;
    margin: 0;
    width: 100%;
  }
  body.home section.infographic.infographic-2.infographic-nth-1 .container .row {
    margin: 0;
  }
  body.home section.infographic.infographic-2.infographic-nth-1 .container .row .infographics {
    padding: 0;
  }
  body.home section.infographic.infographic-2.infographic-nth-1 .container .row .infographics .row-items-infographic-item {
    text-align: center;
  }
  body.home section.infographic.infographic-2.infographic-nth-1 .container .row .infographics .row-items-infographic-item .infographic-item {
    vertical-align: top;
    width: inherit;
    float: none;
    display: inline-block;
  }
  body.home section.touts.touts-1.touts-nth-3 {
    width: 100%;
    padding: 119px 47px 131px;
  }
  body.home section.touts.touts-1.touts-nth-3 .container {
    padding: 0;
    width: 100%;
  }
  body.home section.touts.touts-1.touts-nth-3 .container .container {
    padding: 0;
  }
  body.home section.touts.touts-1.touts-nth-3 .container .container .row.touts-items-row {
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
    margin: 20px 0 0;
    padding: 0;
  }
  body.home section.touts.touts-1.touts-nth-3 .container .container .row.touts-items-row .touts {
    display: inline-block;
    margin: 0 10px 0 0;
    float: none;
    vertical-align: top;
  }
  body.home section.touts.touts-1.touts-nth-3 .container .container .row.touts-items-row .touts:last-child {
    margin-top: 0px;
  }
  body.home section.newsfeed.newsfeed-1.newsfeed-nth-1 {
    padding: 117px 76px 102px;
  }
  body.home section.newsfeed.newsfeed-1.newsfeed-nth-1 .container {
    width: 100%;
  }
  body.home section.newsfeed.newsfeed-1.newsfeed-nth-1 .container .newsfeed.col-sm-12 .newsfeed-item.news-items {
    max-width: 560px;
    margin: 0 auto 30px;
    float: none;
  }
  body.home section.newsfeed.newsfeed-1.newsfeed-nth-1 .container .newsfeed.col-sm-12 .newsfeed-item.news-items .container-fluid {
    margin-top: 29px;
  }
  body.home section.newsfeed.newsfeed-1.newsfeed-nth-1 .container .newsfeed.col-sm-12 .newsfeed-item.news-items .container-fluid .row .newsfeed-information {
    height: auto;
    text-align: left;
  }
  body.home section.newsfeed.newsfeed-1.newsfeed-nth-1 .container .newsfeed.col-sm-12 .newsfeed-item.news-items .container-fluid .row .newsfeed-information .news-items-heading h3 {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  body.home section.hero.hero-1.hero-nth-1 {
    min-height: inherit;
  }
}
@media (min-width: 1200px) and (max-width: 1024px) {
  body.home section.hero.hero-1.hero-nth-1 .container-fluid .hero-size-home-hero-banner.videotron {
    background-image: initial !important;
  }
}
@media (min-width: 1200px) {
  body.home section.hero.hero-1.hero-nth-1 .container-fluid .hero-size-home-hero-banner.videotron .container .caption {
    top: auto;
  }
  body.home section.hero.hero-2.hero-nth-2 .container .caption {
    padding-left: 0;
    padding-right: 0;
  }
  body.home section.touts.touts-1.touts-nth-1 .container .row .touts p {
    padding: 0;
  }
  body.home section.touts.touts-1.touts-nth-1 .container .row .touts h3 a {
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
}

@media (max-width: 1024px) {
  body.home .parallax-window.parallax-touts1 {
    background-image: url(../../assets/images/bg_tablet_tout1.jpg);
    background-position: center;
    background-size: cover;
  }

  body.home .parallax-window.parallax-impact {
    background-image: url(../../assets/images/bg_tablet_impact.jpg);
    background-position: center;
    background-size: cover;
  }

  body.home section.newsfeed-nth-1 {
    background-image: url(../../assets/images/events_tab_bg.jpg);
  }
}
@media (max-width: 768px) {
  body.home .parallax-window.parallax-touts1 {
    background-image: url(../../assets/images/bg_mobile_tout1.jpg);
    background-position: bottom;
  }

  body.home .parallax-window.parallax-impact {
    background-image: url(../../assets/images/bg_mobile_impact.jpg);
    background-position: bottom;
  }
}
/*==============*/
/*==============*/
.herobanner {
  background: #ddd;
  min-height: 400px;
}
.herobanner .herowrap .herocaption {
  padding: 7vw 0;
}

/*==============*/
/*==============*/
.adtional-text {
  font-size: 20px;
  text-align: center;
  padding: 50px 0;
}

.border-btm {
  border-bottom: 1px solid #000;
}

.item-blk-wrap {
  padding: 50px 0;
}
.item-blk-wrap:last-child {
  margin-bottom: 50px;
}
.item-blk-wrap .item-blk .inner .read-more-cta {
  border: solid 2px #CC252E;
  background: #CC252E;
  color: #fff;
  border-radius: 6px;
  padding: 10px 18px;
  font-weight: bold;
  margin-top: 14px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 23px;
  letter-spacing: 1.1px;
}

/*==============*/
/*==============*/
.about-video {
  width: 80%;
  margin: 0 auto;
}

section.content .about-content {
  margin: 50px 0;
  font-size: 14px;
  line-height: 30px;
}
section.content .about-content strong {
  display: block;
  font-size: 24px;
  margin-bottom: 15px;
}
section.content .about-content p {
  font-size: 14px;
  line-height: 30px;
}
section.content .about-content img {
  margin-top: 0;
}
section.content .about-content.border-btm {
  padding-bottom: 50px;
}

.border-btm {
  border-bottom: 1px solid #000;
}

.contact-us section.content {
  background: url(../images/L2-bg.jpg) no-repeat bottom center;
  background: none;
  background-size: contain;
  padding-bottom: 290px;
  line-height: 27px;
}
.contact-us section.content.content-nth-1 {
  background: none;
  padding-bottom: 40px;
}
.contact-us section.content h5 {
  margin: 0px 0;
}
.contact-us section.content h4 {
  font-weight: bold;
  margin-bottom: 11px;
  font-size: 20px;
}
.contact-us section.content p {
  margin-bottom: 39px;
}
.contact-us section.content p:last-child {
  margin-bottom: 0px;
}
.contact-us section.content hr {
  margin-left: -100px;
  margin-bottom: 44px;
}
.contact-us section.content ul {
  list-style-type: disc;
  padding-left: 4%;
  list-style-position: outside;
}
.contact-us section.content ul li {
  margin-bottom: 15px;
  text-indent: 0;
}
.contact-us section.content ul li label {
  display: inline;
  font-size: 18px;
  color: #3b3b3b;
}
.contact-us section.content ul li:before {
  content: none !important;
  font-weight: bold;
  padding-right: 0;
  margin-left: 0x;
}
.contact-us section.content .container {
  padding-right: 0;
}
.contact-us section.content .container .inner {
  position: relative;
}
.contact-us section.content .container .inner .contact-infor-wrap .contactinfo-column {
  width: 100%;
  max-width: 475px;
  float: left;
}
.contact-us section.content .container .inner .contact-infor-wrap .contactinfo-column .contactform-wrap {
  padding: 0 55px;
  max-width: 100%;
  background: #fcfcfc;
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #fcfcfc), color-stop(100%, #dddddd));
  background: -webkit-radial-gradient(center, ellipse cover, #fcfcfc 0%, #dddddd 100%);
  background: -webkit-radial-gradient(center, ellipse, #fcfcfc 0%, #dddddd 100%);
  background: radial-gradient(ellipse at center, #fcfcfc 0%, #dddddd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#dddddd', GradientType=1 );
  padding: 40px 55px;
}
.contact-us section.content .container .inner .contact-infor-wrap .contactinfo-column .contactform-wrap .infomativ-blk {
  margin-bottom: 45px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #000000;
  line-height: 28px;
}
.contact-us section.content .container .inner .contact-infor-wrap .contactinfo-column .contactform-wrap .infomativ-blk a {
  font-weight: bold;
}
.contact-us section.content .container .inner .contact-infor-wrap .contactinfo-column .contactform-wrap .infomativ-blk a strong {
  font-size: 16px;
}
.contact-us section.content .container .inner .contact-infor-wrap .contactinfo-column .contactform-wrap .infomativ-blk a strong:hover {
  text-decoration: underline;
}
.contact-us section.content .container .inner .contact-infor-wrap .contactinfo-column .contactform-wrap .infomativ-blk strong {
  font-weight: Bold;
  font-size: 18px;
  color: #902D34;
  line-height: 28px;
  display: block;
}
.contact-us section.content .container .inner .contact-infor-wrap .contactinfo-column .contactform-wrap .infomativ-blk span {
  display: block;
  font-size: 16px;
  color: #000000;
  line-height: 28px;
  margin-top: 20px;
}
.contact-us section.content .container .inner .contact-infor-wrap .contactinfo-column .contactform-wrap .infomativ-blk span strong {
  display: inline-block;
}
.contact-us section.content .container .inner .contact-infor-wrap .contactinfo-column .info-wrap {
  padding: 0 60px;
}
.contact-us section.content .container .inner .contact-infor-wrap .contactinfo-column .info-wrap p {
  font-size: 16px;
  font-family: "lato", sans-serif;
  line-height: 26px;
  color: #3A3232;
}
.contact-us section.content .container .inner .contact-infor-wrap .contactinfo-column .info-wrap .infomativ-blk {
  margin-bottom: 45px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #000000;
  line-height: 28px;
}
.contact-us section.content .container .inner .contact-infor-wrap .contactinfo-column .info-wrap .infomativ-blk strong {
  font-weight: Bold;
  font-size: 18px;
  color: #902D34;
  line-height: 28px;
  display: block;
}
.contact-us section.content .container .inner .contact-infor-wrap .contactinfo-column .info-wrap .infomativ-blk span {
  display: block;
  font-weight: Bold;
  font-size: 16px;
  color: #000000;
  line-height: 28px;
}
.contact-us section.content .container .inner .contact-infor-wrap .contactinfo-column .info-wrap .infomativ-blk a {
  font-weight: bold;
}
.contact-us section.content .container .inner .contact-infor-wrap .contactinfo-column .Media-blk strong ~ strong {
  display: inline-block;
}
.contact-us section.content .container .inner #gforms_confirmation_message_2 {
  width: 100%;
  text-align: center;
}
.contact-us section.content .container .inner #gforms_confirmation_message_2 span strong {
  color: #902D34;
}
.contact-us section.content .container .inner #gforms_confirmation_message_2 .gform_confirmation_message_2 {
  width: 100%;
}
.contact-us section.content .container .inner .gform_contact_us_wrapper input, .contact-us section.content .container .inner .gform_contact_us_wrapper select {
  width: 100%;
}
.contact-us section.content .container .inner .address, .contact-us section.content .container .inner .phone {
  padding-left: 58px;
  margin-bottom: 30px;
}
.contact-us section.content .container .inner .address {
  font-size: 18px;
  background: url(../images/img_address_icon.png) no-repeat left top;
  margin-top: 25px;
}
.contact-us section.content .container .inner .phone {
  font-size: 18px;
  margin-bottom: 56px;
  background: url(../images/img_phone_icon.png) no-repeat left center;
}
.contact-us section.content .container .inner .map iframe {
  float: right;
}
.contact-us section.content .container .inner ul li {
  padding-left: 0;
  text-indent: 0;
}
.contact-us section.content .container .inner .gform_wrapper {
  margin-bottom: 0;
  max-width: 100%;
}
.contact-us section.content .container .inner .gform_confirmation_message {
  width: 50%;
  margin-bottom: 13em;
}
.contact-us section.content .container .inner .gform_contact_us_wrapper ul#gform_fields_2 {
  padding-left: 0;
}
.contact-us section.content .container .inner .gform_contact_us_wrapper ul#gform_fields_2 li input, .contact-us section.content .container .inner .gform_contact_us_wrapper ul#gform_fields_2 li select, .contact-us section.content .container .inner .gform_contact_us_wrapper ul#gform_fields_2 li textarea {
  width: 100%;
  max-width: 365px;
  border: solid 1px #535C6F;
  min-height: 40px;
  padding-left: 8px;
  border-radius: 3px;
}
.contact-us section.content .container .inner .gform_contact_us_wrapper .gform_footer input[type=submit] {
  height: 50px;
  width: 200px;
  text-transform: uppercase;
  font-size: 23px;
  background: #1aa18d;
  border: none;
  color: #fff;
  border-radius: 3px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
}
.contact-us section.content .container .inner .gform_contact_us_wrapper .gform_footer input[type=submit]:hover {
  background: #4DD4C0;
}

body.page.contact-us {
  /* Portrait tablet to landscape and desktop */
  /* Large desktop */
}
@media (max-width: 767px) {
  body.page.contact-us .gform_wrapper {
    width: 100%;
    max-width: 100%;
  }
  body.page.contact-us .gform_wrapper .top_label .gfield_label {
    font-size: 18px;
  }
  body.page.contact-us section.content {
    background: url(../images/L2-bg.jpg) no-repeat 79% 100%;
    background-size: 225%;
  }
  body.page.contact-us section.content ul {
    padding-left: 6%;
  }
  body.page.contact-us section.content p {
    margin-bottom: 21px;
  }
  body.page.contact-us section.content .container {
    padding-right: 20px;
  }
  body.page.contact-us section.content .container .inner .map {
    width: 100%;
    margin-left: 0;
    position: relative;
    float: none;
    margin-bottom: 23px;
    overflow: hidden;
  }
  body.page.contact-us section.content .container .inner .map iframe {
    height: 178px !important;
  }
  body.page.contact-us section.content .container .inner .gform_contact_us_wrapper {
    width: 100%;
    max-width: 100%;
    /*CHANGE IT TO FORMS*/
  }
  body.page.contact-us section.content .container .inner .gform_contact_us_wrapper ul#gform_fields_2 li {
    margin-bottom: 10px;
  }
  body.page.contact-us section.content .container .inner .gform_contact_us_wrapper ul#gform_fields_2 li input, body.page.contact-us section.content .container .inner .gform_contact_us_wrapper ul#gform_fields_2 li select {
    width: 100%;
  }
  body.page.contact-us section.content .container .inner .gform_contact_us_wrapper .gform_footer {
    text-align: center;
  }
  body.page.contact-us section.content .container .inner .gform_contact_us_wrapper .top_label .gfield_label {
    margin-bottom: 3px;
  }
  body.page.contact-us section.content .container .inner .contact-infor-wrap .contactinfo-column .info-wrap {
    padding: 0;
  }
  body.page.contact-us section.content .container .inner .contact-infor-wrap .contactinfo-column .info-wrap .infomativ-blk {
    margin-bottom: 28px;
  }
  body.page.contact-us section.content .container .inner .contact-infor-wrap .contactinfo-column .info-wrap .infomativ-blk br {
    display: none;
  }
  body.page.contact-us section.content .container .inner .contact-infor-wrap .contactinfo-column .info-wrap .infomativ-blk.Media-blk strong ~ strong {
    display: inline-block;
  }
  body.page.contact-us section.content .container .inner .contact-infor-wrap .contactinfo-column .contactform-wrap {
    padding: 0;
    background: transparent;
  }
  body.page.contact-us section.content.content-nth-1 {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.page.contact-us .gform_wrapper .top_label .gfield_label {
    font-size: 18px;
  }
  body.page.contact-us section.content .container .inner .map {
    width: 91%;
    margin-left: 0;
    /* margin-bottom: 5%; */
    position: relative;
    display: inline-block;
  }
  body.page.contact-us section.content .container .inner .gform_contact_us_wrapper ul#gform_fields_2 li input, body.page.contact-us section.content .container .inner .gform_contact_us_wrapper ul#gform_fields_2 li select {
    width: 100%;
  }
  body.page.contact-us section.content .container .inner .contact-infor-wrap .contactinfo-column {
    max-width: 100%;
    margin-top: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.page.contact-us .gform_wrapper .top_label .gfield_label {
    font-size: 18px;
  }
  body.page.contact-us section.content .container .inner .map iframe {
    max-width: 490px !important;
  }
  body.page.contact-us section.content .container .inner .gform_contact_us_wrapper ul#gform_fields_2 li input, body.page.contact-us section.content .container .inner .gform_contact_us_wrapper ul#gform_fields_2 li select {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  body.contact-us section.content {
    padding-bottom: 40px;
  }
  body.contact-us section.content .container {
    padding-left: 0;
  }
  body.contact-us section.content .contactinfo-column .info-wrap .infomativ-blk br {
    display: none;
  }
}
body.page.impact-statistics br {
  display: none;
}
body.page.impact-statistics section.content {
  margin-top: 71px;
  padding-bottom: 342px;
}
body.page.impact-statistics section.content .container {
  text-align: center;
  padding: 0;
}
body.page.impact-statistics section.content .container h2 {
  font-size: 40px;
  letter-spacing: 0px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 110px;
  display: block;
}
body.page.impact-statistics section.content .container p {
  font-size: 20px;
  color: #3B3B3B;
  letter-spacing: 0px;
  line-height: 32px;
}
body.page.impact-statistics section.content .container p.content {
  width: 65%;
  text-align: center;
  display: inline-block;
  margin-bottom: 60px;
}
body.page.impact-statistics section.content .container .row {
  margin: 0;
}
body.page.impact-statistics section.content .container .row .infographic-item .featured-img {
  min-height: 187px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.page.impact-statistics section.content .container .row .infographic-item .featured-img img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
body.page.impact-statistics section.content .container .row .infographic-item .infographic-title h4 {
  font-size: 60px;
  color: #3B3B3B;
  letter-spacing: 0px;
  line-height: 42px;
  font-weight: bold;
}
body.page.impact-statistics section.content .container .row .infographic-item .infographic-title h4 a:hover {
  text-decoration: none;
}
body.page.impact-statistics section.content .container .row .infographic-item .infographic-title a:hover {
  text-decoration: none;
  border-bottom: 0px;
}
body.page.impact-statistics section.content .container .row .infographic-item .infographic-title a span.description {
  font-size: 24px;
  color: #3B3B3B;
  letter-spacing: 0px;
  line-height: 36px;
  display: block;
  margin-top: 20px;
}
body.page.impact-statistics section.content .container .row-items-infographic-item-2 {
  margin-top: 52px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
body.page.impact-statistics section.content .container .row-items-infographic-item-2 .infographic-item {
  display: inline-block;
  width: 320px;
  float: none;
}

@media (max-width: 767px) {
  body.page.impact-statistics section.content {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 71px;
    padding-bottom: 170px;
  }
  body.page.impact-statistics section.content .container {
    text-align: center;
    padding: 0;
  }
  body.page.impact-statistics section.content .container h2 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 0px;
  }
  body.page.impact-statistics section.content .container p {
    font-size: 20px;
    color: #3B3B3B;
    letter-spacing: 0px;
    line-height: 32px;
  }
  body.page.impact-statistics section.content .container p.content {
    width: 100%;
  }
  body.page.impact-statistics section.content .container .row {
    margin: 0;
  }
  body.page.impact-statistics section.content .container .row .infographic-item {
    margin-top: 47px;
  }
  body.page.impact-statistics section.content .container .row-items-infographic-item-2 {
    margin-top: 0px;
    display: block;
  }
  body.page.impact-statistics section.content .container .row-items-infographic-item-2 .infographic-item {
    display: block;
    width: 100%;
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.page.impact-statistics section.content .container h2 {
    font-size: 30px;
    line-height: 50px;
  }
  body.page.impact-statistics section.content .container p.content {
    width: 100%;
    padding-left: 15px;
  }
  body.page.impact-statistics section.content .container .row {
    margin: 0;
  }
  body.page.impact-statistics section.content .container .row .infographic-item .infographic-title h4 {
    font-size: 50px;
  }
}
/* Portrait tablet to landscape and desktop */
/* Large desktop */
.location-page .layoutArea .page .layoutArea .page .layoutArea .column .location-section {
  border-bottom: 2px solid #C99738;
  padding: 53px 0 61px;
  display: table;
  width: 100%;
}
.location-page .layoutArea .page .layoutArea .page .layoutArea .column .location-section .title {
  color: #902D34;
  font-weight: bold;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 28px;
}
.location-page .layoutArea .page .layoutArea .page .layoutArea .column .location-section .title span {
  color: #902D34;
}
.location-page .layoutArea .page .layoutArea .page .layoutArea .column .location-section span {
  color: #3A3232;
  margin-bottom: 0;
  font-weight: 500;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 28px;
  width: calc(100% - 430px);
}
.location-page .layoutArea .page .layoutArea .page .layoutArea .column .location-section span ~ span {
  margin-bottom: 25px;
  display: block;
}
.location-page .layoutArea .page .layoutArea .page .layoutArea .column .location-section span ~ br {
  display: none;
}
.location-page .layoutArea .page .layoutArea .page .layoutArea .column .location-section span:last-child {
  margin-bottom: 0;
}
.location-page .layoutArea .page .layoutArea .page .layoutArea .column .location-section p strong span {
  font-weight: bold;
}
.location-page .layoutArea .page .layoutArea .page .layoutArea .column .location-section:first-child {
  padding-top: 0;
}
.location-page .layoutArea .page .layoutArea .page .layoutArea .column .location-section:last-child {
  border-bottom: 0;
  padding-bottom: 50px;
}
.location-page .layoutArea .page .layoutArea .page .layoutArea .column .location-section .map-section {
  max-width: 400px;
  width: 100%;
  height: 400px;
  background: #eeeeee;
  float: right;
  margin-left: 30px;
}
.location-page .layoutArea .page .layoutArea .page .layoutArea .column .location-section a.address-link {
  color: #3A3232;
  cursor: text;
}
.location-page .layoutArea .page .layoutArea .page .layoutArea .column .location-section a.address-link:hover {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  body.locations .content.content-nth-1 {
    margin-top: 0;
  }
  body.locations .content.content-nth-1 .container {
    padding: 0 27px;
  }
  body.locations .content.content-nth-1 .container .location-page .layoutArea .page .layoutArea .page .layoutArea .column .location-section {
    padding-bottom: 40px;
  }
  body.locations .content.content-nth-1 .container .location-page .layoutArea .page .layoutArea .page .layoutArea .column .location-section ~ .location-section {
    padding-top: 34px;
  }
  body.locations .content.content-nth-1 .container .location-page .layoutArea .page .layoutArea .page .layoutArea .column .location-section span {
    width: 100%;
  }
  body.locations .content.content-nth-1 .container .location-page .layoutArea .page .layoutArea .page .layoutArea .column .location-section span .phoneno {
    color: #902D34;
  }
  body.locations .content.content-nth-1 .container .location-page .layoutArea .page .layoutArea .page .layoutArea .column .location-section p {
    margin-bottom: 0;
  }
  body.locations .content.content-nth-1 .container .location-page .layoutArea .page .layoutArea .page .layoutArea .column .location-section p .title span {
    color: #902D34;
  }
  body.locations .content.content-nth-1 .container .location-page .layoutArea .page .layoutArea .page .layoutArea .column .location-section .map-section {
    display: none;
  }
  body.locations .content.content-nth-1 .container .location-page .layoutArea .page .layoutArea .page .layoutArea .column .location-section a {
    cursor: pointer;
    text-decoration: underline;
  }
  body.locations .content.content-nth-1 .container .location-page .layoutArea .page .layoutArea .page .layoutArea .column .location-section a:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  body.locations .content.content-nth-1 {
    margin-top: 40px;
  }
  body.locations .content.content-nth-1 .container {
    padding: 0 27px;
  }
  body.locations .content.content-nth-1 .container .location-page .layoutArea .page .layoutArea .page .layoutArea .column .location-section span {
    width: 100%;
  }
  body.locations .content.content-nth-1 .container .location-page .layoutArea .page .layoutArea .page .layoutArea .column .location-section p {
    margin-bottom: 0;
  }
  body.locations .content.content-nth-1 .container .location-page .layoutArea .page .layoutArea .page .layoutArea .column .location-section p .title span {
    color: #902D34;
  }
  body.locations .content.content-nth-1 .container .location-page .layoutArea .page .layoutArea .page .layoutArea .column .location-section .map-section {
    display: none;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  body.locations .content.content-nth-1 .container {
    padding: 0 27px;
  }
  body.locations .content.content-nth-1 .container .location-page .layoutArea .page .layoutArea .page .layoutArea .column .location-section {
    max-width: 768px;
    margin: 0 auto;
  }
  body.locations .content.content-nth-1 .container .location-page .layoutArea .page .layoutArea .page .layoutArea .column .location-section span {
    width: 100%;
  }
  body.locations .content.content-nth-1 .container .location-page .layoutArea .page .layoutArea .page .layoutArea .column .location-section p {
    margin-bottom: 0;
  }
  body.locations .content.content-nth-1 .container .location-page .layoutArea .page .layoutArea .page .layoutArea .column .location-section p .title span {
    color: #902D34;
    display: block;
  }
}

body.about-homelessness .site-wrapper .content .container .inner .page .layoutArea .column img {
  margin-bottom: 51px;
}
body.about-homelessness .site-wrapper .content .container .inner .page .layoutArea .column img.alignnone {
  margin-bottom: 34px;
}
body.about-homelessness .site-wrapper .content .container .inner .page .layoutArea .column p {
  margin-bottom: 0;
}
body.about-homelessness .site-wrapper .content .container .inner .page .layoutArea .column p strong {
  color: #902D34;
}
body.about-homelessness .site-wrapper .content .container .inner .page .layoutArea .column a.donate_btn {
  background: #902D34;
  border-radius: 5px;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 26px;
  color: #FFFFFF;
  letter-spacing: 0px;
  width: 200px;
  height: 50px;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 20px;
}
body.about-homelessness .site-wrapper .content .container .inner .page .layoutArea .column a.donate_btn:hover {
  background: #bc2c36;
}
body.about-homelessness .site-wrapper .content .container .inner .page .layoutArea .column .Homelessness-about {
  clear: right;
}
body.about-homelessness .site-wrapper .content .container .inner .page .layoutArea .column .Homelessness-about strong {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #902D34;
  letter-spacing: 0px;
  line-height: 27px;
  margin-bottom: 20px;
  display: block;
}
body.about-homelessness .site-wrapper .content .container .inner .page .layoutArea .column .Homelessness-about strong:hover {
  text-decoration: underline;
}
body.about-homelessness .site-wrapper .content .container .inner .page .layoutArea .column .Homelessness-about p strong {
  display: inline-block;
}
body.about-homelessness .site-wrapper .content .container .inner .page .layoutArea .column .Homelessness-about p em {
  font-size: 14px;
}
body.about-homelessness .site-wrapper .content .container .inner .page.about-page p {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #3b3b3b;
  letter-spacing: 0px;
  line-height: 27px;
}
body.about-homelessness .site-wrapper .content .container .inner .page.about-page p span {
  color: #902D34;
  font-weight: bold;
}
body.about-homelessness .site-wrapper .content .container .inner .page.about-page .layoutArea .column .population-blk, body.about-homelessness .site-wrapper .content .container .inner .page.about-page .layoutArea .column .cause-blk {
  background-image: -webkit-radial-gradient(48% 125%, rgba(234, 234, 234, 0) 34%, rgba(223, 223, 223, 0.59) 73%, rgba(216, 216, 216, 0.65) 100%);
  background-image: radial-gradient(48% 125%, rgba(234, 234, 234, 0) 34%, rgba(223, 223, 223, 0.59) 73%, rgba(216, 216, 216, 0.65) 100%);
  padding: 39px 0 58px 0;
  margin-top: 31px;
  margin-bottom: 46px;
}
body.about-homelessness .site-wrapper .content .container .inner .page.about-page .layoutArea .column .population-blk strong, body.about-homelessness .site-wrapper .content .container .inner .page.about-page .layoutArea .column .cause-blk strong {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: #902D34;
  letter-spacing: 0px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  max-width: 560px;
  margin: 0 auto;
}
body.about-homelessness .site-wrapper .content .container .inner .page.about-page .layoutArea .column .population-blk ul, body.about-homelessness .site-wrapper .content .container .inner .page.about-page .layoutArea .column .cause-blk ul {
  padding: 0;
  display: table;
  margin: 30px auto 0;
}
body.about-homelessness .site-wrapper .content .container .inner .page.about-page .layoutArea .column .population-blk ul li, body.about-homelessness .site-wrapper .content .container .inner .page.about-page .layoutArea .column .cause-blk ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #3A3232;
  letter-spacing: 0px;
  line-height: 27px;
  font-weight: bold;
  margin-bottom: 35px;
}
body.about-homelessness .site-wrapper .content .container .inner .page.about-page .layoutArea .column .population-blk ul li span, body.about-homelessness .site-wrapper .content .container .inner .page.about-page .layoutArea .column .cause-blk ul li span {
  font-weight: normal;
}
body.about-homelessness .site-wrapper .content .container .inner .page.about-page .layoutArea .column .population-blk ul li span:first-of-type, body.about-homelessness .site-wrapper .content .container .inner .page.about-page .layoutArea .column .cause-blk ul li span:first-of-type {
  width: 173px;
  margin-right: 27px;
}
body.about-homelessness .site-wrapper .content .container .inner .page.about-page .layoutArea .column .population-blk ul li span img, body.about-homelessness .site-wrapper .content .container .inner .page.about-page .layoutArea .column .cause-blk ul li span img {
  max-width: 100%;
  height: auto;
  margin-bottom: 0;
}
body.about-homelessness .site-wrapper .content .container .inner .page.about-page .layoutArea .column .population-blk ul li span span, body.about-homelessness .site-wrapper .content .container .inner .page.about-page .layoutArea .column .cause-blk ul li span span {
  color: #902D34;
}
body.about-homelessness .site-wrapper .content .container .inner .page.about-page .layoutArea .column .population-blk ul li em, body.about-homelessness .site-wrapper .content .container .inner .page.about-page .layoutArea .column .cause-blk ul li em {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #902D34;
  border-radius: 50px;
  margin-right: 10px;
}
body.about-homelessness .site-wrapper .content .container .inner .page.about-page .layoutArea .column .population-blk ul li:first-child span, body.about-homelessness .site-wrapper .content .container .inner .page.about-page .layoutArea .column .cause-blk ul li:first-child span {
  font-weight: bold;
  color: #902D34;
}
body.about-homelessness .site-wrapper .content .container .inner .page.about-page .layoutArea .column .population-blk ul li:nth-child(2), body.about-homelessness .site-wrapper .content .container .inner .page.about-page .layoutArea .column .cause-blk ul li:nth-child(2) {
  font-weight: normal;
}
body.about-homelessness .site-wrapper .content .container .inner .page.about-page .layoutArea .column .population-blk ul li:nth-child(2) span span, body.about-homelessness .site-wrapper .content .container .inner .page.about-page .layoutArea .column .cause-blk ul li:nth-child(2) span span {
  font-weight: bold;
}
body.about-homelessness .site-wrapper .content .container .inner .page.about-page .layoutArea .column .population-blk ul li:last-child, body.about-homelessness .site-wrapper .content .container .inner .page.about-page .layoutArea .column .cause-blk ul li:last-child {
  font-weight: normal;
  margin-bottom: 0;
}
body.about-homelessness .site-wrapper .content .container .inner .page.about-page .layoutArea .column .population-blk ul li:last-child span, body.about-homelessness .site-wrapper .content .container .inner .page.about-page .layoutArea .column .cause-blk ul li:last-child span {
  color: #3A3232;
  font-weight: bold;
}
body.about-homelessness .site-wrapper .content .container .inner .page.about-page .layoutArea .column .cause-blk {
  padding-bottom: 49px;
}
body.about-homelessness .site-wrapper .content .container .inner .page.about-page .layoutArea .column .cause-blk ul {
  margin: 50px auto 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.about-homelessness .site-wrapper .content .container .inner .page.about-page .layoutArea .column .cause-blk ul li {
  display: inline-block;
  vertical-align: top;
  max-width: 240px;
  text-align: center;
  margin-bottom: 0;
  margin: 0 0;
  min-width: 164px;
}
body.about-homelessness .site-wrapper .content .container .inner .page.about-page .layoutArea .column .cause-blk ul li span {
  display: block;
  min-height: 188px;
  margin: 0 auto;
}
body.about-homelessness .site-wrapper .content .container .inner .page.about-page .layoutArea .column .cause-blk ul li span:first-of-type {
  margin-right: auto;
  margin-left: auto;
}
body.about-homelessness .site-wrapper .content .container .inner .page.about-page .layoutArea .column .cause-blk ul li span + span {
  font-family: "Oswald", sans-serif;
  font-size: 25px;
  color: #3A3232;
  letter-spacing: 0px;
  line-height: 35px;
  font-weight: bold !important;
  min-height: inherit;
  min-height: initial;
}
@media screen and (min-width: 992px) {
  body.about-homelessness .site-wrapper .content .container .inner .page.about-page .layoutArea .column .cause-blk ul li:first-child {
    margin-right: 60px;
  }
  body.about-homelessness .site-wrapper .content .container .inner .page.about-page .layoutArea .column .cause-blk ul li:nth-child(2) {
    margin-right: 60px;
  }
}
body.about-homelessness .site-wrapper .content .container .inner .page.about-page .layoutArea .column .cause-blk ul li:first-child span + span {
  max-width: 160px;
  color: #3A3232;
}
body.about-homelessness .site-wrapper .content .container .inner .page.about-page .layoutArea .column .cause-blk ul li:nth-child(2) span + span {
  max-width: 160px;
}
body.about-homelessness .site-wrapper .content .container .inner .page.about-page .layoutArea .column .cause-blk ul li img {
  height: auto;
  max-height: 187px;
  margin-bottom: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  body.about-homelessness .site-wrapper .content.content-1 {
    margin-top: 33px;
  }
  body.about-homelessness .site-wrapper .content.content-1 .container {
    padding-left: 22px;
    padding-right: 23px;
  }
  body.about-homelessness .site-wrapper .content.content-1 .container .inner .page {
    margin-top: 0;
  }
  body.about-homelessness .site-wrapper .content.content-1 .container .inner .page .layoutArea .column img.alignnone {
    margin-bottom: 13px;
  }
  body.about-homelessness .site-wrapper .content.content-1 .container .inner .page.about-page .layoutArea .column p {
    margin-bottom: 20px;
  }
  body.about-homelessness .site-wrapper .content.content-1 .container .inner .page.about-page .layoutArea .column p:empty {
    display: none;
  }
  body.about-homelessness .site-wrapper .content.content-1 .container .inner .page.about-page .layoutArea .column .population-blk {
    margin-left: -23px;
    margin-right: -23px;
    padding: 27px 23px 0;
    margin-top: 0;
    margin-bottom: 30px;
  }
  body.about-homelessness .site-wrapper .content.content-1 .container .inner .page.about-page .layoutArea .column .population-blk strong {
    font-size: 22px;
    line-height: 32px;
    max-width: 280px;
  }
  body.about-homelessness .site-wrapper .content.content-1 .container .inner .page.about-page .layoutArea .column .population-blk ul li {
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    max-width: 250px;
    list-style: none;
  }
  body.about-homelessness .site-wrapper .content.content-1 .container .inner .page.about-page .layoutArea .column .population-blk ul li:first-child {
    margin-bottom: 66px;
  }
  body.about-homelessness .site-wrapper .content.content-1 .container .inner .page.about-page .layoutArea .column .population-blk ul li:nth-child(2) {
    margin-bottom: 50px;
  }
  body.about-homelessness .site-wrapper .content.content-1 .container .inner .page.about-page .layoutArea .column .population-blk ul li:last-child {
    margin-bottom: 68px;
  }
  body.about-homelessness .site-wrapper .content.content-1 .container .inner .page.about-page .layoutArea .column .population-blk ul li span {
    width: auto;
    margin-right: 0;
    text-align: center;
    display: block;
  }
  body.about-homelessness .site-wrapper .content.content-1 .container .inner .page.about-page .layoutArea .column .population-blk ul li span img {
    margin-bottom: 13px;
  }
  body.about-homelessness .site-wrapper .content.content-1 .container .inner .page.about-page .layoutArea .column .cause-blk {
    margin: 26px -23px 20px;
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 31px;
  }
  body.about-homelessness .site-wrapper .content.content-1 .container .inner .page.about-page .layoutArea .column .cause-blk p strong {
    font-size: 22px;
    line-height: 32px;
  }
  body.about-homelessness .site-wrapper .content.content-1 .container .inner .page.about-page .layoutArea .column .cause-blk p strong span {
    display: block;
  }
  body.about-homelessness .site-wrapper .content.content-1 .container .inner .page.about-page .layoutArea .column .cause-blk ul {
    text-align: center;
  }
  body.about-homelessness .site-wrapper .content.content-1 .container .inner .page.about-page .layoutArea .column .cause-blk ul li {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 55px;
    min-width: inherit;
    min-width: initial;
    display: block;
  }
  body.about-homelessness .site-wrapper .content.content-1 .container .inner .page.about-page .layoutArea .column .cause-blk ul li:first-child span {
    margin-right: auto;
    min-height: inherit;
    min-height: initial;
    margin-left: auto;
  }
  body.about-homelessness .site-wrapper .content.content-1 .container .inner .page.about-page .layoutArea .column .cause-blk ul li:last-child {
    margin-bottom: 0;
  }
  body.about-homelessness .site-wrapper .content.content-1 .container .inner .page.about-page .layoutArea .column .cause-blk ul li span {
    margin-right: auto;
    min-height: inherit;
    min-height: initial;
    margin-left: auto;
    margin-bottom: 14px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 163px;
  }
  body.about-homelessness .site-wrapper .content.content-1 .container .inner .page.about-page .layoutArea .column .cause-blk ul li img {
    max-height: inherit;
    display: block;
  }
  body.about-homelessness .site-wrapper .content.content-1 .container .inner .page.about-page .layoutArea .column .figure img {
    margin-bottom: 30px;
  }
  body.about-homelessness .site-wrapper .content.content-1 .container .inner .page.about-page .layoutArea .column .Homelessness-about {
    margin-top: 46px;
    margin-bottom: 46px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  body.about-homelessness .site-wrapper .content.content-1 .container .inner .page.about-page .layoutArea .column .Homelessness-about {
    margin-top: 55px;
  }
}
@media screen and (max-width: 991px) {
  body.about-homelessness .site-wrapper .content.content-1 .container .inner .page.about-page .layoutArea .column .Homelessness-about p:first-of-type strong {
    font-size: 18px;
  }
  body.about-homelessness .site-wrapper .content.content-1 .container .inner .page.about-page .layoutArea .column .Homelessness-about p strong {
    margin-bottom: 0;
    font-size: 16px;
    display: inline;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  body.about-homelessness .site-wrapper .content.content-1 .container .inner .about-page .layoutArea .column .figure img {
    float: none;
    display: block;
    margin: 0 auto;
  }
  body.about-homelessness .site-wrapper .content.content-1 .container .inner .about-page .layoutArea .column .population-blk, body.about-homelessness .site-wrapper .content.content-1 .container .inner .about-page .layoutArea .column .cause-blk {
    margin-left: -31px !important;
    margin-right: -32px !important;
  }
}

body.impact-stats .site-wrapper .content {
  background: url("../images/impact-stats-bg.jpg") no-repeat center;
  background-size: contain;
}
@media screen and (min-width: 1200px) {
  body.impact-stats .site-wrapper .content {
    background-size: cover;
    background-position: center 150px;
  }
}
body.impact-stats .site-wrapper .content .inner .impact-stats-page {
  text-align: center;
}
body.impact-stats .site-wrapper .content .inner .impact-stats-page h1 {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 40px;
  color: #902D34;
  letter-spacing: 0px;
  margin-bottom: 24px;
}
body.impact-stats .site-wrapper .content .inner .impact-stats-page p.sub-text {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #3B3B3B;
  letter-spacing: 0px;
  line-height: 27px;
  max-width: 812px;
  margin: 0 auto;
  min-height: 101px;
}
body.impact-stats .site-wrapper .content .inner .impact-stats-page ul {
  padding: 0;
  margin-top: 74px;
  margin-bottom: 252px;
}
body.impact-stats .site-wrapper .content .inner .impact-stats-page ul li {
  list-style: none;
  display: inline-block;
  margin-right: 75px;
  max-width: 266px;
  margin-bottom: 68px;
  vertical-align: top;
}
body.impact-stats .site-wrapper .content .inner .impact-stats-page ul li:nth-child(3n + 0) {
  margin-right: 0;
}
body.impact-stats .site-wrapper .content .inner .impact-stats-page ul li span img {
  margin: 0;
}
body.impact-stats .site-wrapper .content .inner .impact-stats-page ul li p {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 24px;
  color: #3B3B3B;
  letter-spacing: 0px;
  line-height: 36px;
}
body.impact-stats .site-wrapper .content .inner .impact-stats-page ul li p strong {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 65px;
  color: #3B3B3B;
  letter-spacing: 0px;
  line-height: 42px;
  display: block;
  margin-bottom: 25px;
}

@media screen and (max-width: 991px) {
  body.impact-stats .content.content-1 {
    background-size: contain;
    background-position: center bottom;
  }
  body.impact-stats .content.content-1 .container {
    padding: 0 27px;
  }
  body.impact-stats .content.content-1 .container .inner .impact-stats-page {
    margin-top: 30px;
  }
  body.impact-stats .content.content-1 .container .inner .impact-stats-page p.sub-text {
    max-width: 480px;
  }
  body.impact-stats .content.content-1 .container .inner .impact-stats-page h1.title {
    font-size: 30px;
    line-height: 40px;
  }
  body.impact-stats .content.content-1 .container .inner .impact-stats-page ul {
    margin-top: 50px;
    margin-bottom: 164px;
  }
  body.impact-stats .content.content-1 .container .inner .impact-stats-page ul li {
    margin-right: 0;
    margin-bottom: 34px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  body.impact-stats .content.content-1 .container .inner .impact-stats-page ul li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) and (max-width: 767px) {
  body.impact-stats .content.content-1 .container .inner .impact-stats-page ul li span img {
    max-width: 200px;
  }
}
@media screen and (max-width: 991px) {
  body.impact-stats .content.content-1 .container .inner .impact-stats-page ul li p {
    font-size: 18px;
    line-height: 28.79px;
    margin-bottom: 0;
  }
  body.impact-stats .content.content-1 .container .inner .impact-stats-page ul li p strong {
    font-size: 52px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  body.impact-stats .content.content-1 {
    background-size: contain;
    background-position: center bottom;
  }
  body.impact-stats .content.content-1 .container .inner .impact-stats-page ul {
    margin-bottom: 164px;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
  }
  body.impact-stats .content.content-1 .container .inner .impact-stats-page ul li:nth-child(odd) {
    margin-right: 75px;
  }
  body.impact-stats .content.content-1 .container .inner .impact-stats-page ul li:nth-child(even) {
    margin-right: 0;
  }
}

body.operation-christmas-miracle .content .container .inner .layoutArea .column img, body.faqs-operation-christmas-miracle .content .container .inner .layoutArea .column img {
  margin-bottom: 36px;
}
body.operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc, body.faqs-operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc {
  padding: 0 40px;
}
body.operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc p, body.faqs-operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc p {
  text-align: center;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #3B3B3B;
  letter-spacing: 0px;
  line-height: 27px;
}
body.operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .gift-title, body.faqs-operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .gift-title {
  font-weight: normal;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 22px;
  color: #902D34;
  letter-spacing: 0px;
  line-height: 33px;
  margin-bottom: 20px;
  display: block;
  text-align: center;
}
body.operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .give-gift-desc, body.faqs-operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .give-gift-desc {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #3B3B3B;
  letter-spacing: 0px;
  line-height: 27px;
  margin-bottom: 0;
}
body.operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .help-blk, body.faqs-operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .help-blk {
  margin-top: 37px;
}
body.operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .help-blk .left_content, body.faqs-operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .help-blk .left_content {
  width: 50%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b100b+0,902d34+44 */
  background: #3b100b;
  /* Old browsers */
  background: -moz-radiant-gradient(50% 201%, #902D34 44%, #3B100B 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(50% 201%, #902D34 44%, #3B100B 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-radial-gradient(50% 201%, #902d34 44%, #3b100b 100%);
  background: radial-gradient(50% 201%, #902d34 44%, #3b100b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b100b', endColorstr='#902d34',GradientType=1 );
  /* IE6-9 */
  text-align: left;
  padding: 46px 60px 40px 58px;
}
body.operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .help-blk .left_content strong, body.faqs-operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .help-blk .left_content strong {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  color: #FFFFFF;
  letter-spacing: 0px;
  line-height: 27px;
  min-height: 40px;
  display: block;
  text-transform: uppercase;
}
body.operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .help-blk .left_content p, body.faqs-operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .help-blk .left_content p {
  text-align: left;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0px;
  line-height: 27px;
  margin: 0 0 10px !important;
}
body.operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .help-blk .img-blk, body.faqs-operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .help-blk .img-blk {
  width: 50%;
  float: right;
}
body.operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .form-miracle, body.faqs-operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .form-miracle {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8f8f8+0,d8d8d8+100 */
  background: #f8f8f8;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #f8f8f8 0%, #d8d8d8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-radial-gradient(center, ellipse, #f8f8f8 0%, #d8d8d8 100%);
  background: radial-gradient(ellipse at center, #f8f8f8 0%, #d8d8d8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#d8d8d8',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  padding: 36px 60px 36px 59px;
  background-position: center;
  background-size: 170%;
}
body.operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .form-miracle strong, body.faqs-operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .form-miracle strong {
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  color: #902D34;
  letter-spacing: 0px;
  line-height: 27px;
  text-transform: uppercase;
}
body.operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .form-miracle .gform_title, body.faqs-operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .form-miracle .gform_title {
  display: none;
}
body.operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .form-miracle .gform_wrapper, body.faqs-operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .form-miracle .gform_wrapper {
  max-width: 100%;
  margin-bottom: 0;
}
body.operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .form-miracle .gform_wrapper ul li, body.faqs-operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .form-miracle .gform_wrapper ul li {
  margin-right: 30px;
  margin-bottom: 10px;
}
body.operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .form-miracle .gform_wrapper ul li:first-child, body.faqs-operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .form-miracle .gform_wrapper ul li:first-child {
  display: block !important;
}
body.operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .form-miracle .gform_wrapper ul li:nth-child(odd), body.faqs-operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .form-miracle .gform_wrapper ul li:nth-child(odd) {
  margin-right: 0;
}
body.operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .form-miracle .gform_wrapper ul li.gfield, body.faqs-operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .form-miracle .gform_wrapper ul li.gfield {
  max-width: 365px;
  display: inline-block;
  width: 50%;
}
body.operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .form-miracle .gform_wrapper ul li.gfield select, body.faqs-operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .form-miracle .gform_wrapper ul li.gfield select {
  width: 100%;
  max-width: 365px;
  border-radius: 6px;
}
body.operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .form-miracle .gform_wrapper ul li.gfield input[type="text"], body.faqs-operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .form-miracle .gform_wrapper ul li.gfield input[type="text"] {
  width: 100%;
  max-width: 365px;
  border-radius: 6px;
}
body.operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .form-miracle .gform_wrapper ul li:nth-child(9n), body.faqs-operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .form-miracle .gform_wrapper ul li:nth-child(9n) {
  margin-right: 20px;
}
body.operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .form-miracle .gform_wrapper ul li:nth-child(9n).gfield, body.faqs-operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .form-miracle .gform_wrapper ul li:nth-child(9n).gfield {
  max-width: 179px;
  display: inline-block;
  width: 25%;
}
body.operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .form-miracle .gform_wrapper ul li:nth-child(10n), body.faqs-operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .form-miracle .gform_wrapper ul li:nth-child(10n) {
  margin-right: 0;
}
body.operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .form-miracle .gform_wrapper ul li:nth-child(10n).gfield, body.faqs-operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .form-miracle .gform_wrapper ul li:nth-child(10n).gfield {
  max-width: 163px;
  display: inline-block;
  width: 25%;
}
body.operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .form-miracle .gform_wrapper ul li .gfield_label, body.faqs-operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .form-miracle .gform_wrapper ul li .gfield_label {
  margin-bottom: 0;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #3B3B3B;
  letter-spacing: 0px;
  line-height: 28px;
}
body.operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .form-miracle .gform_wrapper ul li.address-blk, body.faqs-operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .form-miracle .gform_wrapper ul li.address-blk {
  width: 100%;
  max-width: 100%;
}
body.operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .form-miracle .gform_wrapper ul li.address-blk .ginput_complex span select, body.faqs-operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .form-miracle .gform_wrapper ul li.address-blk .ginput_complex span select {
  width: 100% !important;
}
body.operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .form-miracle .gform_wrapper ul li.address-blk .ginput_complex span.ginput_right, body.faqs-operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .form-miracle .gform_wrapper ul li.address-blk .ginput_complex span.ginput_right {
  margin-left: 22px !important;
}
body.operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .form-miracle .gform_footer, body.faqs-operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .form-miracle .gform_footer {
  margin-top: 0;
  padding-bottom: 0;
}
body.operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .form-miracle .gform_footer .gform_button, body.faqs-operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .form-miracle .gform_footer .gform_button {
  background: #1AA18D;
  border-radius: 3px;
  font-family: "Oswald", sans-serif;
  font-size: 26px;
  color: #FFFFFF;
  letter-spacing: 1.23px;
}
body.operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .learn-more, body.faqs-operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .learn-more {
  margin-top: 30px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #3B3B3B;
  letter-spacing: 0px;
  line-height: 27px;
}
body.operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .learn-more a, body.faqs-operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .learn-more a {
  font-weight: bold;
  color: #902D34;
  text-decoration: none;
}
body.operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .btm-registration, body.faqs-operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .btm-registration {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 44px;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
body.operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .btm-registration .left-blk, body.faqs-operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .btm-registration .left-blk {
  max-width: 362px;
  padding-right: 61px;
  text-align: left;
}
body.operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .btm-registration .left-blk strong, body.faqs-operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .btm-registration .left-blk strong {
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  color: #902D34;
  letter-spacing: 0px;
  line-height: 27px;
  text-transform: uppercase;
  margin-bottom: 9px;
  display: block;
}
body.operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .btm-registration .left-blk p, body.faqs-operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .btm-registration .left-blk p {
  text-align: left;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #3B3B3B;
  letter-spacing: 0px;
  line-height: 27px;
}
body.operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .btm-registration .rounded-img, body.faqs-operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .btm-registration .rounded-img {
  width: 275px;
  height: 275px;
  border-radius: 100%;
  overflow: hidden;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
body.operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .btm-registration .rounded-img img, body.faqs-operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .btm-registration .rounded-img img {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  body.operation-christmas-miracle .site-wrapper img {
    max-width: 100%;
  }
  body.operation-christmas-miracle .site-wrapper .title-header .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.operation-christmas-miracle .site-wrapper .title-header .container .title {
    line-height: 38px;
  }
}
@media screen and (max-width: 991px) and (max-width: 767px) {
  body.operation-christmas-miracle .site-wrapper .content.content-1 {
    margin-top: 18px;
  }
}
@media screen and (max-width: 991px) {
  body.operation-christmas-miracle .site-wrapper .content.content-1 .container {
    padding-left: 27px;
    padding-right: 27px;
  }
}
@media screen and (max-width: 991px) and (max-width: 767px) {
  body.operation-christmas-miracle .site-wrapper .content.content-1 .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 991px) {
  body.operation-christmas-miracle .site-wrapper .content.content-1 .container .inner .page {
    margin-top: 0;
  }
  body.operation-christmas-miracle .site-wrapper .content.content-1 .container .inner .page .layoutArea .column .img-blk img {
    max-width: 100% !important;
    margin-bottom: 0;
    height: auto !important;
  }
}
@media screen and (max-width: 991px) and (max-width: 767px) {
  body.operation-christmas-miracle .site-wrapper .content.content-1 .container .inner .page .layoutArea .column .img-blk img {
    width: auto;
    max-width: inherit;
  }
}
@media screen and (max-width: 991px) {
  body.operation-christmas-miracle .site-wrapper .content.content-1 .container .inner .page .layoutArea .content_desc {
    padding: 0;
  }
}
@media screen and (max-width: 991px) and (max-width: 767px) {
  body.operation-christmas-miracle .site-wrapper .content.content-1 .container .inner .page .layoutArea .content_desc .gift-title, body.operation-christmas-miracle .site-wrapper .content.content-1 .container .inner .page .layoutArea .content_desc .give-gift-desc {
    padding-left: 27px;
    padding-right: 27px;
  }
}
@media screen and (max-width: 991px) {
  body.operation-christmas-miracle .site-wrapper .content.content-1 .container .inner .page .layoutArea .content_desc .help-blk .img-blk {
    width: 100%;
    max-width: 100% !important;
  }
  body.operation-christmas-miracle .site-wrapper .content.content-1 .container .inner .page .layoutArea .content_desc .help-blk .left_content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  body.operation-christmas-miracle .site-wrapper .content.content-1 .container .inner .page .layoutArea .content_desc .gift-title {
    margin-bottom: 0;
  }
  body.operation-christmas-miracle .site-wrapper .content.content-1 .container .inner .page .layoutArea .content_desc span {
    line-height: 24px;
    font-size: 16px;
  }
  body.operation-christmas-miracle .site-wrapper .content.content-1 .container .inner .page .layoutArea .content_desc p:empty {
    display: none;
  }
  body.operation-christmas-miracle .site-wrapper .content.content-1 .container .inner .page .layoutArea .content_desc .help-blk {
    margin-top: 26px;
  }
  body.operation-christmas-miracle .site-wrapper .content.content-1 .container .inner .page .layoutArea .content_desc .help-blk .left_content {
    padding: 37px 18px 36px 27px;
    display: table;
    background: #772528;
  }
}
@media screen and (max-width: 991px) and (max-width: 767px) {
  body.operation-christmas-miracle .site-wrapper .content.content-1 .container .inner .page .layoutArea .content_desc .help-blk .left_content {
    width: auto;
  }
}
@media screen and (max-width: 991px) {
  body.operation-christmas-miracle .site-wrapper .content.content-1 .container .inner .page .layoutArea .content_desc .help-blk .left_content p {
    margin-bottom: 0;
  }
  body.operation-christmas-miracle .site-wrapper .content.content-1 .container .inner .page .layoutArea .content_desc .form-miracle {
    padding: 36px 0 0 0;
    background: transparent;
  }
}
@media screen and (max-width: 991px) and (max-width: 767px) {
  body.operation-christmas-miracle .site-wrapper .content.content-1 .container .inner .page .layoutArea .content_desc .form-miracle {
    padding-left: 27px;
    padding-right: 27px;
  }
}
@media screen and (max-width: 991px) {
  body.operation-christmas-miracle .site-wrapper .content.content-1 .container .inner .page .layoutArea .content_desc .form-miracle .gform_body ul li.gfield {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  body.operation-christmas-miracle .site-wrapper .content.content-1 .container .inner .page .layoutArea .content_desc .form-miracle .gform_body ul li.gfield .gfield_label {
    letter-spacing: -0.2px;
  }
  body.operation-christmas-miracle .site-wrapper .content.content-1 .container .inner .page .layoutArea .content_desc .form-miracle .gform_body ul li.gfield select, body.operation-christmas-miracle .site-wrapper .content.content-1 .container .inner .page .layoutArea .content_desc .form-miracle .gform_body ul li.gfield input[type="text"] {
    max-width: 100%;
  }
  body.operation-christmas-miracle .site-wrapper .content.content-1 .container .inner .page .layoutArea .content_desc .form-miracle .gform_body ul li.address-blk .ginput_complex span {
    width: 100% !important;
  }
  body.operation-christmas-miracle .site-wrapper .content.content-1 .container .inner .page .layoutArea .content_desc .form-miracle .gform_body ul li.address-blk .ginput_complex span input,
  body.operation-christmas-miracle .site-wrapper .content.content-1 .container .inner .page .layoutArea .content_desc .form-miracle .gform_body ul li.address-blk .ginput_complex span select {
    width: 100% !important;
  }
  body.operation-christmas-miracle .site-wrapper .content.content-1 .container .inner .page .layoutArea .content_desc .form-miracle .gform_body ul li.address-blk .ginput_complex span.ginput_right {
    margin-left: 0 !important;
  }
  body.operation-christmas-miracle .site-wrapper .content.content-1 .container .inner .page .layoutArea .content_desc .form-miracle .gform_footer {
    text-align: center;
  }
  body.operation-christmas-miracle .site-wrapper .content.content-1 .container .inner .page .layoutArea .content_desc .learn-more {
    margin-bottom: 0;
  }
  body.operation-christmas-miracle .site-wrapper .content.content-1 .container .inner .page .layoutArea .content_desc .btm-registration {
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -webkit-box-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    display: block;
    margin-top: 0;
  }
}
@media screen and (max-width: 991px) and (max-width: 767px) {
  body.operation-christmas-miracle .site-wrapper .content.content-1 .container .inner .page .layoutArea .content_desc .btm-registration {
    padding-left: 27px;
    padding-right: 27px;
  }
}
@media screen and (max-width: 991px) {
  body.operation-christmas-miracle .site-wrapper .content.content-1 .container .inner .page .layoutArea .content_desc .btm-registration .rounded-img {
    margin: 46px auto 43px;
  }
  body.operation-christmas-miracle .site-wrapper .content.content-1 .container .inner .page .layoutArea .content_desc .btm-registration .rounded-img img {
    margin-left: 0;
    margin-right: 0;
  }
  body.operation-christmas-miracle .site-wrapper .content.content-1 .container .inner .page .layoutArea .content_desc .btm-registration .left-blk {
    max-width: 100%;
    padding-right: 0;
  }
  body.operation-christmas-miracle .site-wrapper .content.content-1 .container .inner .page .layoutArea .content_desc .btm-registration .left-blk strong {
    text-align: center;
    margin-bottom: 20px;
  }
  body.operation-christmas-miracle .site-wrapper .content.content-1 .container .inner .page .layoutArea .content_desc .btm-registration .left-blk p {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  body.operation-christmas-miracle .site-wrapper .content.content-1 .container .inner .layoutArea .column {
    max-width: 480px;
    margin: 0 auto;
  }
}

body.page-template-chefs {
  padding-bottom: 31px;
}
body.page-template-chefs .content-1.content-nth-1 {
  margin-top: 49px;
  padding-bottom: 80px;
}
body.page-template-chefs .content-1.content-nth-1 .container .hdr staff-group-hdr {
  height: 0;
}
body.page-template-chefs .content-1.content-nth-1 .container p {
  font-size: 22px;
}
body.page-template-chefs .content-1.content-nth-1 .container p em {
  max-width: 720px;
  color: #902D34;
  display: block;
  margin: auto;
}
body.page-template-chefs .staff.staff-1 .container {
  max-width: 1020px;
}
body.page-template-chefs .staff.staff-1 .staff-member-img {
  margin-bottom: 28px;
  border-radius: 50%;
}
body.page-template-chefs .staff.staff-1 .row.staff-group-hdr-row {
  height: 0;
}
body.page-template-chefs .staff.staff-1 .staff-member-container {
  text-align: center;
  font-size: 15px;
  padding-bottom: 80px;
}
body.page-template-chefs .staff.staff-1 .staff-member-container .staff-member-name {
  font-weight: bold;
}

@media (max-width: 767px) {
  body.page-template-chefs {
    padding-bottom: 31px;
  }
  body.page-template-chefs section.content-1.content-nth-1 {
    margin-top: 39px;
    padding-bottom: 53px;
  }
  body.page-template-chefs section.content-1.content-nth-1 .container p {
    font-size: 18px;
  }
  body.page-template-chefs .staff.staff-1 .staff-member-container {
    padding-bottom: 48px;
  }
}
body.heart-and-sole .content.content-1.content-nth-1 {
  padding-bottom: 13px;
}
body.heart-and-sole .content.content-1.content-nth-1 .inner img.titleImg {
  margin-bottom: 34px;
}
body.heart-and-sole .content.content-1.content-nth-1 .inner em {
  font-size: 22px;
  color: #902D34;
  margin-bottom: 36px;
  display: block;
}
body.heart-and-sole .content.content-1.content-nth-1 .inner .mainImg {
  margin-bottom: 41px;
}
body.heart-and-sole .content.content-1.content-nth-1 .inner p {
  font-size: 16px;
  padding-left: 0;
  padding-right: 0;
}
body.heart-and-sole .content.content-1.content-nth-1 .inner .boxRegister {
  text-align: center;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 50px;
}
body.heart-and-sole .content.content-1.content-nth-1 .inner .boxRegister h3 {
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 27px;
  text-align: left;
}
body.heart-and-sole .content.content-1.content-nth-1 .inner .boxRegister p {
  text-align: left;
  font-size: 17px;
}
body.heart-and-sole .content.content-1.content-nth-1 .inner .boxRegister a {
  display: block;
  padding: 7px 19px 8px 20px;
  color: #fff;
  font-size: 26px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  background-color: #1AA18D;
  text-align: center;
  border-radius: 3px;
  font-weight: bold;
  max-width: 340px;
  letter-spacing: 1.2px;
  margin-top: 40px;
}
body.heart-and-sole .content.content-1.content-nth-1 .inner .boxRegister img {
  margin-bottom: 10px;
}
body.heart-and-sole .newsfeed-1.newsfeed-nth-1 {
  padding-bottom: 0;
}
body.heart-and-sole .newsfeed-1.newsfeed-nth-1 .container {
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  body.heart-and-sole .content.content-1.content-nth-1 {
    margin-top: 5px;
    padding-bottom: 33px;
  }
  body.heart-and-sole .content.content-1.content-nth-1 .inner img.titleImg {
    display: none;
  }
  body.heart-and-sole .content.content-1.content-nth-1 .inner em {
    font-size: 18px;
    margin-bottom: 30px;
  }
  body.heart-and-sole .content.content-1.content-nth-1 .inner .mainImg {
    margin-bottom: 21px;
  }
  body.heart-and-sole .content.content-1.content-nth-1 .inner p {
    padding-left: 25px;
    padding-right: 25px;
  }
  body.heart-and-sole .content.content-1.content-nth-1 .inner .boxRegister {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 44px;
  }
  body.heart-and-sole .content.content-1.content-nth-1 .inner .boxRegister:first-child {
    margin-top: -17px;
  }
  body.heart-and-sole .content.content-1.content-nth-1 .inner .boxRegister img {
    max-width: 250px;
    margin-bottom: 0;
  }
  body.heart-and-sole .content.content-1.content-nth-1 .inner .boxRegister h3 {
    text-align: center;
  }
  body.heart-and-sole .content.content-1.content-nth-1 .inner .boxRegister p {
    padding: 0;
    text-align: center;
    font-size: 16px;
  }
  body.heart-and-sole .content.content-1.content-nth-1 .inner .boxRegister a {
    max-width: 100%;
    margin-top: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  body.heart-and-sole .content.content-1.content-nth-1 {
    margin-top: 5px;
    padding-bottom: 33px;
  }
  body.heart-and-sole .content.content-1.content-nth-1 .inner .figure img {
    max-width: 100%;
    height: auto;
  }
  body.heart-and-sole .content.content-1.content-nth-1 .inner .boxRegister p, body.heart-and-sole .content.content-1.content-nth-1 .inner .boxRegister h3 {
    text-align: center;
  }
  body.heart-and-sole .content.content-1.content-nth-1 .inner .boxRegister p a, body.heart-and-sole .content.content-1.content-nth-1 .inner .boxRegister h3 a {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
  }
}
body.faqs-operation-christmas-miracle section.content .error:last-of-type .accordion, body.faqs-operation-christmas-miracle section.content .error:last-of-type .accordion_content {
  border-bottom: 0;
}
body.faqs-operation-christmas-miracle section.content .accordion {
  color: #902D34;
  font-size: 22px;
  padding: 19px 50px;
  border-bottom: 1px solid #76787B;
  font-weight: bold;
  position: relative;
  line-height: 32px;
}
body.faqs-operation-christmas-miracle section.content .accordion::after {
  content: '';
  width: 33px;
  height: 15px;
  position: absolute;
  right: 50px;
  top: 28px;
  background-image: url(../images/icon_red_arrow.png);
  background-repeat: no-repeat;
}
body.faqs-operation-christmas-miracle section.content .accordion.colomat-close {
  background-color: #C99738;
  color: #fff;
  border-bottom: none;
}
body.faqs-operation-christmas-miracle section.content .accordion.colomat-close::after {
  background-image: url(../images/icon_white_arrow.png);
}
body.faqs-operation-christmas-miracle section.content .accordion_content {
  padding: 34px 50px 10px 50px;
  border-bottom: 1px solid #76787B;
  font-size: 18px;
  line-height: 27px;
}
body.faqs-operation-christmas-miracle section.content .accordion_content p {
  font-size: 18px;
}
body.faqs-operation-christmas-miracle section.content .accordion_content strong {
  color: #C99738;
}

@media (max-width: 767px) {
  body.faqs-operation-christmas-miracle section.content {
    margin-top: 6px;
  }
  body.faqs-operation-christmas-miracle section.content .accordion {
    padding: 14px 20px 14px 0;
    font-size: 18px;
    line-height: 28px;
  }
  body.faqs-operation-christmas-miracle section.content .accordion::after {
    background-image: url(../images/icon_mobilered_arrow.png);
    right: 0;
    width: 23px;
    height: 11px;
  }
  body.faqs-operation-christmas-miracle section.content .accordion.colomat-close::after {
    background-image: none;
    background-color: #C99738;
    width: 20px;
    right: -20px;
    height: 100%;
    top: 0;
  }
  body.faqs-operation-christmas-miracle section.content .accordion.colomat-close::before {
    background-image: none;
    background-color: #C99738;
    width: 20px;
    left: -20px;
    height: 100%;
    top: 0;
    content: '';
    position: absolute;
  }
  body.faqs-operation-christmas-miracle section.content .accordion_content {
    padding: 14px 0;
    font-size: 16px;
  }
  body.faqs-operation-christmas-miracle section.content .accordion_content p {
    font-size: 16px;
  }
  body.faqs-operation-christmas-miracle section.content .map .page .layoutArea .column img {
    margin-left: -20px;
    margin-right: -27px;
    width: auto;
    max-width: inherit;
  }
  body.faqs-operation-christmas-miracle section.content .map .page .layoutArea .column .content_desc {
    padding: 0;
  }
  body.faqs-operation-christmas-miracle section.content .map .page .layoutArea .column .content_desc b.gift-title {
    font-weight: normal;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 22px;
    color: #902D34;
    letter-spacing: 0px;
    line-height: 33px;
    margin-bottom: 20px;
    display: block;
    text-align: center;
  }
  body.faqs-operation-christmas-miracle section.content .map .page .layoutArea .column .content_desc span {
    line-height: 24px;
    font-size: 16px;
  }
  body.faqs-operation-christmas-miracle section.content .map .page .layoutArea .column .content_desc .help-blk {
    margin-top: 26px;
  }
  body.faqs-operation-christmas-miracle section.content .map .page .layoutArea .column .content_desc .img-blk {
    width: 100% !important;
  }
  body.faqs-operation-christmas-miracle section.content .map .page .layoutArea .column .content_desc .left_content {
    margin-left: -20px;
    margin-right: -27px;
    width: auto !important;
    padding: 37px 27px 36px 27px !important;
  }
  body.faqs-operation-christmas-miracle section.content .map .page .layoutArea .column .content_desc .left_content p {
    margin-bottom: 0;
  }
  body.faqs-operation-christmas-miracle section.content .map .page .layoutArea .column .content_desc .left_content p:empty {
    display: none;
  }
  body.faqs-operation-christmas-miracle section.content .map .page .layoutArea .column .content_desc .form-miracle {
    padding: 36px 0 0 0;
    background: transparent;
  }
  body.faqs-operation-christmas-miracle section.content .map .page .layoutArea .column .content_desc .form-miracle .gform_body ul li.gfield {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0;
  }
  body.faqs-operation-christmas-miracle section.content .map .page .layoutArea .column .content_desc .form-miracle .gform_body ul li.gfield select {
    max-width: 100% !important;
    width: 100% !important;
  }
  body.faqs-operation-christmas-miracle section.content .map .page .layoutArea .column .content_desc .form-miracle .gform_body ul li.gfield input {
    max-width: 100% !important;
  }
  body.faqs-operation-christmas-miracle section.content .map .page .layoutArea .column .content_desc .form-miracle .gform_footer {
    text-align: center;
  }
  body.faqs-operation-christmas-miracle section.content .map .page .layoutArea .column .content_desc .btm-registration {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 0;
  }
  body.faqs-operation-christmas-miracle section.content .map .page .layoutArea .column .content_desc .btm-registration .rounded-img {
    margin: 46px auto 43px;
  }
  body.faqs-operation-christmas-miracle section.content .map .page .layoutArea .column .content_desc .btm-registration .rounded-img img {
    margin: 0;
  }
  body.faqs-operation-christmas-miracle section.content .map .page .layoutArea .column .content_desc .btm-registration .left-blk {
    max-width: 100%;
    padding-right: 0;
  }
  body.faqs-operation-christmas-miracle section.content .map .page .layoutArea .column .content_desc .btm-registration .left-blk strong {
    text-align: center;
  }
}
@media (max-width: 991px) {
  body.faqs-operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .img-blk {
    width: 100% !important;
  }
  body.faqs-operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .left_content {
    margin-left: -20px;
    margin-right: -27px;
    width: auto !important;
    padding: 37px 27px 36px 27px !important;
  }
  body.faqs-operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .left_content p {
    margin-bottom: 0;
  }
  body.faqs-operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .left_content p:empty {
    display: none;
  }
  body.faqs-operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .form-miracle {
    padding: 36px 0 0 0;
    background: transparent;
  }
  body.faqs-operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .form-miracle .gform_body ul li.gfield {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0;
  }
  body.faqs-operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .form-miracle .gform_body ul li.gfield .gfield_label {
    letter-spacing: -0.2px;
  }
  body.faqs-operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .form-miracle .gform_body ul li.gfield select, body.faqs-operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .form-miracle .gform_body ul li.gfield input[type="text"] {
    max-width: 100%;
  }
  body.faqs-operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .form-miracle .gform_body ul li.address-blk .ginput_complex span {
    width: 100% !important;
  }
  body.faqs-operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .form-miracle .gform_body ul li.address-blk .ginput_complex span input,
  body.faqs-operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .form-miracle .gform_body ul li.address-blk .ginput_complex span select {
    width: 100% !important;
  }
  body.faqs-operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .form-miracle .gform_body ul li.address-blk .ginput_complex span.ginput_right {
    margin-left: 0 !important;
  }
  body.faqs-operation-christmas-miracle .content .container .inner .layoutArea .column .content_desc .form-miracle .gform_footer {
    text-align: center;
  }
  body.faqs-operation-christmas-miracle .content .container .inner .layoutArea .column .learn-more {
    margin-bottom: 0;
  }
  body.faqs-operation-christmas-miracle .content .container .inner .layoutArea .column .btm-registration {
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -webkit-box-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    display: block;
    margin-top: 0;
  }
  body.faqs-operation-christmas-miracle .content .container .inner .layoutArea .column .btm-registration .rounded-img {
    margin: 46px auto 43px;
  }
  body.faqs-operation-christmas-miracle .content .container .inner .layoutArea .column .btm-registration .rounded-img img {
    margin-left: 0;
    margin-right: 0;
  }
  body.faqs-operation-christmas-miracle .content .container .inner .layoutArea .column .btm-registration .left-blk {
    max-width: 100%;
    padding-right: 0;
  }
  body.faqs-operation-christmas-miracle .content .container .inner .layoutArea .column .btm-registration .left-blk strong {
    text-align: center;
    margin-bottom: 20px;
  }
  body.faqs-operation-christmas-miracle .content .container .inner .layoutArea .column .btm-registration .left-blk p {
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=style.css.map */