*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  height: 100% !important;
  font-size: 100%;
  padding: 0;
  margin: 0;
}
.spaces {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.med-spaces {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}
.center {
  text-align: center;
}
.white {
  color: #ffffff;
}
.red {
  color: #e21833;
}
.grey {
  color: #666666;
}
.round {
  border-radius: 50px;
}
.white-bg {
  background-color: #ffffff;
}
.red-bg {
  background: #e21833;
}
.grey-bg {
  background-color: #f1f1f1;
}
.black-bg {
  background-color: #000000;
}
.letter-spacing {
  letter-spacing: 3px;
}
p.charities {
  line-height: 56px;
}
/* --------------------------------

Header Styles

-------------------------------- */
.hero-wrapper {
  height: -moz-calc(100% - 86px);
  height: -webkit-calc(100% - 86px);
  height: -o-calc(100% - 86px);
  height: calc(100% - 86px);
  width: 100%;
  position: relative;
  margin: 0;
  box-sizing: border-box;
  background: fixed;
}
.hero-wrapper.medium {
  height: -moz-calc(50% - 86px);
  height: -webkit-calc(50% - 86px);
  height: -o-calc(50% - 86px);
  height: calc(50% - 86px);
  width: 100%;
  position: relative;
  margin: 0;
  box-sizing: border-box;
  background: fixed;
}
.hero-wrapper.medium .textarea-intro {
  padding-bottom: 0px;
  display: table-cell;
  vertical-align: middle;
}
#hero {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  background-color: #666666;
}
#video {
  /*bottom: 0;*/
  bottom: -250px;
  position: absolute;
  width: 100%;
}
.header-banner {
  background: no-repeat;
  background-position: 50% 50%;
  background-position: 50% 50%\9 !important;
  background-size: cover;
}
.h-textarea {
  height: 100%;
  position: relative;
  /*top: 50px;*/
  width: 100%;
}
.h-textarea-inner {
  display: table;
  position: relative;
  height: 100%;
  width: 100%;
}
.textarea-intro {
  padding-bottom: 90px;
  display: table-cell;
  vertical-align: middle;
}
.textarea-intro h1,
.textarea-intro h2,
.textarea-intro h3,
.textarea-intro h4,
.textarea-intro h5,
.textarea-intro h6 {
  text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}
.textarea-intro h5 {
  margin-bottom: 2em;
}
.uppercase {
  text-transform: uppercase !important;
}
.textarea-intro h1.large {
  font-size: 56px !important;
  line-height: 60px;
  font-weight: 300;
}
.textarea-intro h1.medium {
  font-size: 45px !important;
  line-height: 48px;
  font-weight: 300;
}
.img-inner {
  max-height: 225px;
  max-width: auto;
}
/* Scroll down icon */

@-webkit-keyframes scroll-down-anim {
  0% {
    top: -7px;
  }
  50% {
    top: 3px;
  }
  100% {
    top: -7px;
  }
}
@-moz-keyframes scroll-down-anim {
  0% {
    top: -7px;
  }
  50% {
    top: 3px;
  }
  100% {
    top: -7px;
  }
}
@-o-keyframes scroll-down-anim {
  0% {
    top: -7px;
  }
  50% {
    top: 3px;
  }
  100% {
    top: -7px;
  }
}
@keyframes scroll-down-anim {
  0% {
    top: -7px;
  }
  50% {
    top: 3px;
  }
  100% {
    top: -7px;
  }
}

.scroll-down {
  width: 150px;
  height: 43px;
  margin-left: -75px;
  line-height: 43px;
  white-space: nowrap;
  position: absolute;
  bottom: 30px;
  left: 50%;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5) !important;

  -webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.scroll-down:hover,
.scroll-down:focus {
  text-decoration: none;
  letter-spacing: 6px;
  color: rgba(255, 255, 255, 0) !important;
}
.scroll-down.static,
.scroll-down.static {
  color: rgba(255, 255, 255, 0.4) !important;
}
.scroll-down.static:hover,
.scroll-down.static:focus {
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.85) !important;
}
.scroll-down-icon {
  width: 26px;
  height: 100%;
  margin-left: -13px;
  position: absolute;
  top: 0;
  left: 50%;
  border: 2px solid rgba(255, 255, 255, 0.35);

  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
  border-radius: 13px;

  -webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);

  -webkit-animation: scroll-down-anim 1s infinite;
  -moz-animation: scroll-down-anim 1s infinite;
  -o-animation: scroll-down-anim 1s infinite;
  animation: scroll-down-anim 1s infinite;
}

.scroll-down-icon:after {
  content: ' ';
  width: 2px;
  height: 12px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  background: rgba(255, 255, 255, 0.35);

  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.scroll-down:hover .scroll-down-icon {
  background: rgba(255, 255, 255, 0.7);
}

.scroll-down:hover .scroll-down-icon:after {
  background: rgba(0, 0, 0, 0.5);
}
.card {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
}
.card-content {
  padding: 0 1em 1em;
}
.card-content h3 {
  font-size: 1em;
  font-weight: bold;
  color: #e21833;
  margin: 1.25em 0 0.5em 0;
}
.card-content p {
  font-size: 0.8em;
  color: #666666;
}
.content-button {
  position: relative;
  top: 100%;
}
.content-button a {
  background-color: #e21833;
  padding: 20px 0;
  display: block;
  color: white;
  text-align: center;
  width: 100%;
  cursor: pointer;
  margin-bottom: 1.25rem;
}
.content-button a:hover {
  background-color: #900;
}
@media screen and (max-width: 768px) {
  /*	.hero-wrapper {
	    margin-top: 51px !important;
	}*/
  .spaces {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .textarea-intro h1.medium {
    font-size: 24px !important;
    line-height: 32px;
  }
  .textarea-intro h1.large {
    font-size: 28px !important;
    line-height: 32px !important;
  }
}
@media screen and (max-width: 600px) {
  .textarea-intro h1.large {
    line-height: 32px !important;
  }
}
.section-title {
  max-width: 85%;
  margin: 0 auto;
  padding: 25px 0;
  border-top: 1px solid #e1e1e1;
}

.section-title .title {
  float: left;
  margin: 0;
  overflow: hidden;
  line-height: 24px;
}

.section-title h5 {
  font-size: 14px;
  font-weight: 400;
  color: #e21833;
}

.section-title a {
  position: relative;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  color: #e21833;
}

.section-title a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #e21833;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.section-title a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform: scaleX(1);
}

.section-title .link {
  float: right;
  line-height: 24px;
  display: block;
}

.slide-link {
  color: #fff;
  float: left;
  margin-bottom: 30px;
  font-size: 1em;
  font-weight: 300;
  line-height: 2em;
  position: relative;
}

.slide-link:hover {
  color: #fff;
  text-decoration: none;
}

.slide-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.slide-link:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform: scaleX(1);
}

.ol-list {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
}
.ol-list-ordered {
  counter-reset: ol-list-ordered;
}
.ol-list-ordered > .ol-list-item {
  counter-increment: ol-list-ordered;
  display: block;
  margin-bottom: 0.3125rem;
  padding-left: 33px;
  text-indent: -33px;
}
.ol-list-ordered > .ol-list-item::before {
  border: 1px solid #e21833;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #e21833;
  content: counter(ol-list-ordered);
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  height: 21px;
  line-height: 21px;
  margin-right: 10px;
  margin-top: -3px;
  padding-left: 1px;
  text-align: center;
  text-indent: 0px;
  width: 21px;
  vertical-align: middle;
}
.ol-text {
  font-size: 16px !important;
  line-height: 32px !important;
  color: #424242;
}
/* --------------------------------

Animations - FadeIn

-------------------------------- */
.fadeInDown {
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  40% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
  }
  40% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
.fadeInDown2 {
  animation-name: fadeInDown2;
  -webkit-animation-name: fadeInDown2;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
}
@keyframes fadeInDown2 {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  50% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
.fadeInDown3 {
  animation-name: fadeInDown3;
  -webkit-animation-name: fadeInDown3;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
}
@keyframes fadeInDown3 {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  60% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown3 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
.come-in {
  -webkit-transform: translateY(150px);
  -moz-transform: translateY(150px);
  -ms-transform: translateY(150px);
  transform: translateY(150px);

  -webkit-animation: come-in 1s ease forwards;
  -moz-animation: come-in 1s ease forwards;
  -ms-animation: come-in 1s ease forwards;
  animation: come-in 1s ease forwards;

  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.come-in:nth-child(odd) {
  -webkit-animation-duration: 0.6s; /* So they look staggered */
  -moz-animation-duration: 0.6s;
  -ms-animation-duration: 0.6s;
  animation-duration: 0.6s;
}

@-webkit-keyframes come-in {
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes come-in {
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

/* --------------------------------

Charities Section Styles

-------------------------------- */
.grid-width {
  max-width: 55%;
}
section.feature-container .feature {
  position: relative;
  height: 550px;
  -webkit-transition: 1s opacity;
  transition: 1s opacity;
  border-bottom: 1px solid #e1e1e1;
}

section.feature-container {
  background-color: #f1f1f1;
  /*border-bottom: 1px solid #e1e1e1;*/
}
section.feature-container .container {
  height: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
section.feature-container .feature .container .feature-description {
  display: inline-block;
  display: table;
  vertical-align: middle;
  height: 100%;
  padding: 0;
  /*padding-right: 2.5em;*/
  padding-left: 2.5em;
}
section.feature-container
  .feature
  .container
  .feature-description
  .feature-content {
  display: inline-block;
  display: table-cell;
  vertical-align: middle;
}
section.feature-container
  .feature
  .container
  .feature-description
  .feature-content
  h2 {
  color: #e21833;
  font-weight: 400;
  margin-top: 0;
}
section.feature-container
  .feature
  .container
  .feature-description
  .feature-content
  .content-info {
  /*font-size: 14px;*/
  color: #666666;
  /*line-height: 24px;*/
}
section.feature-container .feature .feature-img-container {
  /*left: 50%;*/
  right: 0;
  margin-left: -95px;
  position: relative;
}
section.feature-container .feature .feature-img-container .feature-img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background: no-repeat 50% 50%;
}
section.feature-container .feature .feature-img-container .feature-img-overlay {
  position: absolute;
  z-index: 2;
  -webkit-transform: none !important;
  transform: none !important;
  color: #fff;
}
section.feature-container .feature a.feature-img-container {
  text-decoration: none;
}
section.feature-container
  .feature
  .feature-img-container
  .feature-img-overlay
  h3 {
  color: #fff;
  margin: 0;
}
section.feature-container
  .feature
  .feature-img-container
  .feature-img-overlay
  h5 {
  color: #fff;
  margin: 0;
}
section.feature-container
  .feature
  .feature-img-container
  .feature-img-overlay
  p {
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}
section.feature-container .feature .feature-img-container .top {
  left: 50px;
  right: 50px;
  top: 50px;
}
section.feature-container .feature .feature-img-container .bottom {
  left: 50px;
  right: 50px;
  bottom: 50px;
}
section.feature-container .feature .feature-img-container .shade h3,
.shade h5,
.shade p {
  -webkit-text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.5);
  text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.5);
}
section.feature-container .feature .feature-img-container .dark h3,
.dark p {
  color: #e21833;
}
section.feature-container .feature .feature-img-container {
  background: #d9d9d9 no-repeat 50% 50%;
  background-size: cover;
  position: absolute;
  height: 100%;
  top: 0;
  display: block;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 40%;
}
section.feature-container .feature .feature-img-container .feature-img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
section.feature-container .feature.image-left .feature-description {
  float: right;
  padding-left: 2.5em;
}
section.feature-container .feature.image-left .feature-img-container {
  right: 50%;
  left: 0;
  margin-right: -95px;
  margin-left: 0;
}

.feature-link {
  font-size: 14px;
  line-height: 24px;
  color: #e21833;
}

.feature-link:hover {
  color: #05387c;
}
.logos {
  position: absolute;
  display: block;
  bottom: 0px;
  padding: 1rem;
  background-color: #fff;
  z-index: 1000;
  width: 100%;
}
.logos img {
  /*width: 50%;*/
  max-height: 60px;
}
.clearfix:after,
.message-bar-content:after {
  content: '';
  display: table;
  clear: both;
}
.message-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  background: #e21833;
}
.message-bar-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 5%;
}
footer .social a i {
  font-size: 1.5rem;
  color: #d3d3d3;
}
footer .social a:hover i {
  color: #e21833;
}
@media only screen and (min-width: 1024px) {
  .message-bar-content {
    max-width: 1000px;
  }
}

.message-bar a,
.no-touch .message-bar a:hover {
  color: #0083dd;
}

.message-bar-text {
  margin: 0;
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .message-bar-text {
    width: 60%;
    float: left;
    max-width: 700px;
    margin: 0 auto;
  }
}

.message-bar-accept-outer {
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .message-bar-accept-outer {
    padding-top: 2rem;
    width: 40%;
    float: left;
    padding-top: 0;
    text-align: right;
  }
}
.message-bar-accept-button {
  padding: 10px 20%;
  border: 1px solid #0076ca;
  color: #0076ca;
  cursor: pointer;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-inner {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media only screen and (min-width: 1024px) {
  .message-bar-accept-button {
    float: right;
    padding: 12px 80px !important;
  }
}

.message-bar-accept-button .hovered,
.message-bar-accept-button:hover {
  background: #0076ca;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  section.feature-container .feature .feature-img-container {
    width: 25%;
  }
  .grid-width {
    max-width: 75%;
  }
  .feature .container .feature-description {
    padding-left: 0px;
  }
  .top-bar {
    padding: 0.5rem !important;
  }
  .hero-wrapper {
    height: -moz-calc(100% - 54px);
    height: -webkit-calc(100% - 54px);
    height: -o-calc(100% - 54px);
    height: calc(100% - 54px);
  }
  .hero-wrapper.medium {
    height: -moz-calc(50% - 54px);
    height: -webkit-calc(50% - 54px);
    height: -o-calc(50% - 54px);
    height: calc(50% - 54px);
  }
  p.charities {
    line-height: 1.6;
  }
}

@media screen and (max-width: 768px) {
  .grid-width {
    max-width: 100%;
  }
  section.feature-container {
    background-color: #fff !important;
  }
  section.feature-container .feature {
    height: 100%;
    padding: 50px 0;
  }
  section.feature-container .feature .feature-img-container {
    display: none;
  }
  section.feature-container .feature .container .feature-description {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-wrapper {
    height: -moz-calc(100% - 54px);
    height: -webkit-calc(100% - 54px);
    height: -o-calc(100% - 54px);
    height: calc(100% - 54px);
  }
  .hero-wrapper.medium {
    height: -moz-calc(50% - 54px);
    height: -webkit-calc(50% - 54px);
    height: -o-calc(50% - 54px);
    height: calc(50% - 54px);
  }
  .section-title .title {
    width: 100%;
    margin-bottom: 1.5rem !important;
  }
  .section-title .link {
    float: left;
  }
}

@media screen and (max-width: 600px) {
  section.feature-container .feature {
    height: 100%;
    padding: 20px 0;
  }
}

@media screen and (max-width: 400px) {
}
