/*
* V2 update (Charity pages)
*/
.col-centered {
  float: right;
  margin: 0 auto;
}

.container .c-image-text {
  padding-right: auto;
}

.col-no-padding {
  padding-left: 0;
  padding-right: 0;
}

.full-width {
  width: 100%;
}
.full-width a {
  display: block;
  width: 100%;
}

.clear::after,
.clear::before {
  content: "";
  display: table;
  clear: both;
}

.grey-background {
  background-color: #5cc050;
  overflow: hidden;
}

@media (min-width: 768px) {
}

.intro-charity {
  height: 358px;
  position: relative;
}

.hero-text-overlay {
  width: 100%;
  position: absolute;
  bottom: 0px;
  padding: 20px 60px 20px 60px;
  background-color: #0063bd;
  opacity: 0.9;
}

.hero-text-overlay .c-title-text {
  width: 100%;
  color: #fff;
  font-family: "Quicksand";
}

.c-title-text__text-only {
  text-align: center;
  font-size: 56px;
  line-height: 60px;
  color: #009cdf;
}
.c-intro-text {
}
/* .c-intro-text p {
  margin-bottom: 25px;
  color: #0063bd;
} */
.c-intro-text p:last-of-type {
  margin-bottom: 19px;
}

.c-section-title {
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 700;
}
.c-section-title.c-intro-text__title {
  margin-top: 15px;
  margin-bottom: 14px;
}
.c-section-title__image-featured {
  font-size: 24px;
  line-height: 26px;
}
.c-section-title__left,
.c-intro-text__title {
  text-align: left;
}

.fullWidthPanel {
  margin-top: 10px;
  margin-bottom: 10px;
}
.regularPanel {
  padding-bottom: 50px;
}

.owl-button {
  line-height: 18px;
}
.owl-button.left {
  justify-content: flex-start;
  float: none;
  display: block;
  padding-left: 0;
}
.owl-left {
  text-align: left;
}
.owl-button.left .fa {
  margin-right: 7px;
}

.c-large-quote {
  display: flex;
  flex-direction: column;
}
.quotation-pic {
  text-align: center;
  padding: 0;
  min-height: 50vw;
}
.quotation-pic img {
  width: 100%;
}

.c-image-text .quotation-pic {
  margin-left: 15px;
  margin-top: 50px;
  width: calc(100vw - 80px);
}
.newsListingHeadContainer .c-image-text .quotation-pic {
  margin-left: 0;
  margin-top: 0;
  width: 100%;
}
.news-single-pic {
  min-height: 50vw;
}
.video-pic {
  min-height: 50vw;
}
.quotation-text {
  padding-top: 20px;
  padding-bottom: 30px;
}
.small-quotation-source {
  margin-top: 12px;
  margin-bottom: 3px;
}
.large-quotation-source {
  margin: 0;
}

.c-donation-block {
  padding-top: 27px;
}
.counterFallback {
  margin-top: 10px;
  max-width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 10px;
}
.flip-clock-wrapper {
  -moz-transform: scale(0.48);
  zoom: 48%;
  max-width: 100%;
  width: 100%;
  text-align: center;
  font-family: "Texta webfont", sans-serif !important;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 5px;
  white-space: nowrap;
}
html[data-useragent*="MSIE 10.0"] .flip-clock-wrapper {
  position: absolute;
  bottom: 70px;
}

@media (max-width: 768px) {
  html[data-useragent*="MSIE 10.0"] .flip-clock-wrapper {
    bottom: 10%;
    left: 0;
    right: 0;
    margin-left: calc(100% * 0.08);
  }
  html[data-useragent*="MSIE 10.0"] .c-donated-box {
    height: 290px;
  }
}
@media (max-width: 576px) {
  html[data-useragent*="MSIE 10.0"] .flip-clock-wrapper {
    margin-left: calc(100% * 0.15);
  }
}
@media (max-width: 400px) {
  html[data-useragent*="MSIE 10.0"] .flip-clock-wrapper {
    margin-left: calc(100% * 0.1);
  }
}
@media (max-width: 350px) {
  html[data-useragent*="MSIE 10.0"] .flip-clock-wrapper {
    margin-left: calc(100% * 0.03);
  }
}

html[data-useragent*="MSIE 10.0"] .donated-text {
  margin-bottom: 150px;
}
.flip-clock-wrapper ul {
  display: inline-block;
  float: none !important;
  width: 61px !important;
}

.flip-clock-wrapper .comma {
  font-size: 36px;
  color: white;

  position: relative;
  float: none;
  margin: 5px;
  width: 14px;
  height: 90px;
  font-size: 48px;
  font-weight: bold;
  line-height: 87px;
  border-radius: 6px;
  display: inline-block;
  top: -30px;
}

li.flip-clock-active:after {
  content: "";
  background-color: white;
  height: 10px;
  display: block;
  margin-top: -4px;
  border-radius: 0 0 6px 6px;
  border-color: #d0d0d0 !important;
  border-width: 1px;
  border-style: solid;
  width: 98%;
}

.flip-clock-wrapper ul li a div {
  outline: 3px solid rgba(151, 151, 151, 0.1);
}
.flip-clock-wrapper ul li a div div.inn {
  border-radius: 6px;
  font-size: 55px !important;
  border: 1px solid #dadada !important;
}

@supports (-ms-ime-align: auto) {
  .flip-clock-wrapper ul {
    overflow: hidden;
  }
}

@media (min-width: 400px) {
  .flip-clock-wrapper {
    -moz-transform: scale(0.6);
    zoom: 60%;
  }
}
@media (min-width: 576px) {
  .flip-clock-wrapper {
    -moz-transform: scale(0.88);
    zoom: 88%;
  }
}
@media (min-width: 768px) {
  .flip-clock-wrapper {
    -moz-transform: scale(0.86);
    zoom: 86%;
  }
}
@media (min-width: 992px) {
  .flip-clock-wrapper {
    -moz-transform: scale(0.71);
    zoom: 71%;
  }
}
@media (min-width: 1200px) {
  .flip-clock-wrapper {
    -moz-transform: scale(0.84);
    zoom: 84%;
  }
}
@media (max-width: 768px) {
  .flip-clock-wrapper ul {
    width: 35px;
  }
  .comma {
    font-size: 20px;
  }
  .flip-clock-wrapper ul li a div div.inn {
    font-size: 0.5em;
  }
}

@media (max-width: 645px) and (-webkit-min-device-pixel-ratio: 2) {
  .flip-clock-wrapper ul li a div div.inn {
    font-size: 45px !important;
  }
}

.push-left {
  margin-left: 1.9em;
  width: calc(100% - 1.9em);
}

.c-donated-box {
  margin-top: 10px;
  margin-bottom: 40px;
  padding-top: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .c-donated-box {
    padding-top: 60px;
    padding-bottom: 35px;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 30px;
  }
}
.charity-links {
  margin-bottom: 10px;
}
.charity-link {
  display: inline-block;
  background-color: white;
  margin-left: 7px;
  margin-right: 7px;
  max-height: 150px;
  width: calc(50% - 32px);
  max-width: 200px;
}
.charity-link img {
  width: 100%;
}
.donated-text {
  color: white;
  font-size: 24px;
  font-weight: 200;
  font-family: "Texta webfont", sans-serif;
  margin: 0;
  margin-top: -6px;
  margin-bottom: -6px;
}

.quotation-mark {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 45px;
  height: 35px;
}
.quotation-mark.end {
  margin-top: 5px;
  margin-bottom: 25px;
}
.small-quotation-mark {
  width: 59px;
  height: 49px;
}
.large-quotation-mark-top {
  margin-bottom: 22px;
}
.large-quotation-mark-end {
  margin-bottom: 22px;
  margin-top: 15px;
}
.c-news-item .quotation-mark {
  width: 51px;
  height: 40px;
}
.news-quotation-mark-top {
  margin-bottom: 19px;
}
.news-quotation-mark-end {
}

.large-quotation-text {
  color: #0063bd;
  font-size: 28px;
  line-height: 30px;
}
.large-quotation-text p {
  font-size: 28px;
}
.large-quotation-text.white {
  color: white;
}

.quotation-text {
  flex-direction: column;
  align-items: baseline;
}
.c-gallery-container {
}
.c-gallery {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  text-align: center;
}
.c-gallery .oneOfTwo {
  margin-right: 7px;
}
.c-gallery .twoOfTwo {
  margin-left: 7px;
}
.c-gallery-item {
  width: calc(50% - 7px);
  padding-top: 30%;
  margin-bottom: 14px;
  min-height: 85px;
  display: inline-block;
}
@media (min-width: 450px) {
  .c-gallery-item {
    min-height: 120px;
  }
}
@media (min-width: 550px) {
  .c-gallery-item {
    min-height: 190px;
  }
}
@media (min-width: 1200px) {
  .c-gallery-item {
    min-height: 245px;
  }
}

.c-gallery-item__hidden {
  display: none;
}
.load-more {
  text-align: center;
  margin-top: 15px;
}

.c-text-image-text,
.c-text-video-text {
  max-width: 45em;
  margin-bottom: 20px;
  padding-bottom: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-text-image-text-right,
.c-text-video-text-right {
  padding-right: 30px;
}
.c-single-col-container {
  padding-bottom: 35px;
}
.c-single-col-bullets {
  color: #0063bd;
  padding-left: 20px;
}
.c-single-col-bullets p {
  color: #333;
  margin-bottom: 10px;
}
.c-single-col .owl-button {
  margin-top: 9px;
}
.c-small-quote-container {
  padding-bottom: 37px;
}
.c-small-quote {
  text-align: center;
  padding-top: 49px;
  padding-bottom: 30px;
}

.CTA {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
}
.CTA-grey {
  background-color: #0063bd;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
}
.CTA_icon {
}
.CTA_main-text {
  color: #fff;
  font-size: 36px;
  margin-top: 0;
}

.CTA_main-text-grey-background {
  color: #009cdf;
  font-size: 32px;
  margin-top: 0;
  font-weight: 400 !important;
}

.CTA_main-text-grey-background h2 {
  font-weight: 400 !important;
}

.page-id-90 .c-image-text {
  background: #fff;
}
.page-id-41 .c-image-text {
  background: #fff;
}
.page-id-29777 .regularPanel {
  background: #fff;
  padding-bottom: 0px;
}

.CTA_link.btn {
  background: #0063bd;
}
.CTA_link.btn {
  color: #fff !important;
}
.CTA_link.btn:hover {
  color: #0063bd !important;
  background: #fff !important;
}
.CTA_link.btn {
}

.CTA_extra-text {
  color: white;
  font-size: 28px;
  margin-top: -20px;
  max-width: 500px;
}
.CTA_extra-text-grey-background {
  color: #969796;
  font-size: 28px;
  margin-top: -20px;
}

.btn-blue {
  background-color: #fff;
  border: 1px solid #0063bd;
  color: #0063bd;
  font-size: 20px;
}

.btn-blue:hover {
  background-color: #0063bd;
  border: 1px solid #fff;
  color: #fff !important;
}

.btn-orange {
  background-color: #5cc050;
  border: 1px solid transparent !important;
  color: #fff;
  font-size: 20px !important;
}

@media (max-width: 450px) {
  .CTA_link {
    padding-left: 20px;
    max-width: 90%;
  }
}

.c-video-text {
  max-width: 45em;
}
.c-other-links-container {
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.c-other-links {
  padding-top: 20px;
  padding-bottom: 20px;
}
.c-other-links__image {
  display: block;
  min-height: 120px;
  position: relative;
  margin-top: 7px;
  margin-bottom: 30px;
}
.c-other-links__title {
  position: absolute;
  width: 100%;
  bottom: -40px;
  margin: 0;

  background: #0063bd !important;
  text-align: center;
  font-size: 20px;
  color: white;
  font-weight: 200;
  padding-top: 7px;
  padding-bottom: 7px;
}

.c-icon-block {
  background-color: #5cc050;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.c-icon-section {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;

  border-bottom-width: 1px;
  border-top-width: 0;
  border-bottom-style: solid;
  border-image-source: linear-gradient(
    to right,
    transparent 10%,
    rgba(0, 0, 0, 0.3) 10%,
    rgba(0, 0, 0, 0.3) 90%,
    transparent 90%
  );
  border-image-slice: 1;
  position: relative;
}
.c-icon-section::after {
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}
.c-icon-block .container div:nth-child(3),
.c-icon-block .container div:nth-child(4) {
  border-bottom-width: 0;
}
.c-icon-block .container div:nth-child(even)::after {
  border-right-width: 0;
}
.c-icon-block__2 .container div:nth-child(2)::after {
  border-right-width: 0;
}
.c-icon-block__2 .c-icon-section {
  border-bottom-width: 0;
}
.c-icon-section__title {
  color: white;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 30px;
  line-height: 36px;
  max-width: 132px;
}

.page-id-46043 .c-icon-section__title {
  font-size: 26px !important;
}

.c-icon-section .icon {
  width: 100px;
  height: 100px;
}

.icon_link {
  padding-left: 8px;
  padding-right: 8px;
}
.icon_link .fa-angle-right {
  margin-right: 0px;
}

.c-table-container {
  padding-bottom: 0;
}
.c-table {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 18px;
}
.c-table th,
.c-table td {
  border-color: transparent !important;
  padding: 10px;
}
.c-table th {
  border-bottom: 1px solid #009cdf !important;
  font-weight: bold;
  color: black;
}
.c-table td {
  color: #404041;
  display: block;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e6e6e6 !important;
}
.c-table tr:nth-of-type(even) td {
  border-bottom-color: white !important;
}
.c-table tr {
  height: 55px;
}
.c-table tbody tr:first-of-type {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #009cdf !important;
}
.c-table tbody td:nth-of-type(even) {
  padding-bottom: 20px;
}
.c-table tbody td:nth-of-type(odd) {
  padding-top: 20px;
}
.c-table tr:nth-of-type(even) {
  background-color: #f2f2f2;
}

.c-table thead {
  display: none;
}
.table-small-title {
  font-weight: 900;
  color: #212322;
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.table-small-content {
  width: 50%;
  display: inline-block;
}

.c-three-col-list li {
  list-style-type: none;
}
.c-three-col-list li p {
  display: inline-block;
}
.c-three-col-list li p:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  -moz-border-radius: 2.5px;
  -webkit-border-radius: 2.5px;
  border-radius: 2.5px;
  background-color: #5cc050;
  margin-bottom: 3px;
  margin-right: 10px;
}
.c-three-col-bullets {
  padding-left: 0;
}
.c-three-col-bullets li {
  margin-left: 1em;
  color: #009cdf;
}
.c-three-col-bullets li p {
  color: #fff;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 16px;
}

.c-news-block {
  padding-bottom: 50px;
}
.c-news-main-title {
  margin-top: 34px;
  margin-bottom: 30px;
  font-size: 36px !important;
}

.c-news-block .col-sm-4 {
  padding-left: 0;
  padding-right: 0;
}

.c-news-wrapper {
  margin-bottom: 15px;
}

.c-news-item {
  display: inline-block;
  padding-bottom: 30px;
  margin-bottom: 10px;
  width: 100%;
}

.c-news-item__hidden {
  display: none;
}
.c-news-image {
  width: 100%;
  margin-bottom: 0px;
}
.c-news-text {
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 3px solid #5cc050;
}

.c-news-text h3.c-news-title {
  font-family: "Quicksand" !important;
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 20px;
}

.c-news-text p {
  font-family: "Quicksand";
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-transform: uppercase;
}

.c-news-item .butt-green {
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  font-family: "Quicksand";
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  position: relative !important;
  color: #fff;
  margin-top: 45px;
}
.c-news-item .butt-green:hover {
  text-decoration: none;
  color: #fff;
  background: none;
}

.c-news-item .butt-green:after {
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  position: absolute !important;
  content: url("../icons/new_green_arrow.svg");
  bottom: -7px !important;
  right: -36px !important;
  background-size: 28px 28px;
  height: 28px;
  width: 28px;
}

.c-news-item .butt-green:hover:after {
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  bottom: -7px !important;
  right: -41px !important;
}

.c-news-item .butt-green i {
  display: none !important;
}

.c-news-item .quotation {
  text-align: center;
}
.c-news-item .quotation .large-quotation-text p {
  font-size: 18px;
  line-height: 22px;
}

.c-infographic-block {
  text-align: center;
  width: 100%;
}
.c-infographic-block img {
  max-width: 100%;
}
.c-infographic-title::after {
  content: "";
  border-bottom: 1px solid #009cdf;
  width: 100px;
  display: block;
  margin: auto;
  margin-top: 15px;
}
.c-infographic-image {
  width: 100%;
}
.infographic_link {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 18px;
}

.btn-blue2 {
  background: white;
  color: #009cdf;
  border-color: #009cdf;
}
.btn-blue2:hover {
  background: #009cdf;
  color: white;
  border-color: white;
}

.page-id-53195 .c-video-container {
  padding: 60px 0px 60px 60px;
}

.page-id-90 .c-video-container {
  padding: 0px 0px 60px 60px;
}

.c-video-container {
  padding: 0 0px 60px 0px;
}
.c-video-container .playButton {
  position: absolute;
  bottom: calc(50% - 41px);
  left: calc(50% - 41px);
  width: 82px;
  height: 82px;
  background-image: url("/wp-content/themes/aesirl/assets/img/playButton.svg");
  background-repeat: no-repeat;
  background-size: cover;
  transition-duration: 0.1s;
  transition-timing-function: linear;
}
.c-video-container .playButton:hover {
  background-image: url("/wp-content/themes/aesirl/assets/img/playButtonHover.svg");
}

.c-video-container img {
  max-width: 100%;
}

.page-id-1508 ul li.page_item.page-item-12 {
  display: none;
}
.page-id-1508 ul li.page_item.page-item-39864 {
  display: none;
}

.page-template-page-service-signup .text-center {
  background: #f4feed;
}

.page-template-page-service-signup .btn.btn-border-blue {
}
.page-template-page-service-signup .btn.btn-border-blue:hover {
  background: #f4feed !important;
}
.page-template-page-service-signup .btn.btn-border-blue:after {
  bottom: 0px;
}

.page-id-74875 .CTA_icon {
  display: none;
}

.c-large-quote .owl-button {
  float: none;
}

.c-news-date,
.c-news-share {
  font-size: 14px;
  line-height: 22px;
  color: #0063bd;
  text-transform: uppercase;
}
.news-date-share {
  margin-top: 30px;
  margin-bottom: 30px;
}
.c-news-share {
  cursor: pointer;
}

.news-share-sprite {
  width: 30px;
  height: 30px;
  background-image: url("/wp-content/themes/aesirl/assets/img/shareIcon.png");
  background-size: cover;
  background-position: 0 0;
  display: inline-block;
  vertical-align: bottom;
}
.news-share-sprite.active,
.news-date-share:hover .news-share-sprite {
  background-position: 0 30px;
}

.c-news-share {
  position: relative;
}

.toggle-label-active,
.c-share-list {
  display: none;
}
.c-share-list {
  position: absolute;
  right: 0;
  border: 1px solid #cdcdcd;
  margin-top: 40px;
  background-color: white;
  z-index: 100;
}
.c-share-list,
.share-notice-inactive {
  display: none;
}
.c-share-list a {
  font-weight: 200;
}

.c-share-list ul {
  list-style-type: none;
  padding: 10px;
  margin: 0;
}
.c-share-list li {
  display: inline-block;
  white-space: nowrap;
  line-height: 40px;
}
.c-share-list a {
  color: #333;
  text-decoration: none;
}

.social-share-sprite {
  width: 30px;
  height: 30px;
  background-image: url("/wp-content/themes/aesirl/assets/img/shareSprite.png");
  background-position: 0 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.c-share-list li:hover .social-share-sprite {
  background-position-x: -30px;
}
.social-share-sprite.facebook {
  background-position: 0 -30px;
}
.social-share-sprite.twitter {
  background-position: 0 -60px;
}
.social-share-sprite.google {
  background-position: 0 -90px;
}
.social-share-sprite.linkedIn {
  background-position: 0 -120px;
}

.newsListingHeadContainer {
  position: relative;
}

.newsListingHeadContainer .c-text-image-text .owl-button {
  font-size: 16px !important;
  float: left !important;
  text-align: left !important;
}

.newsListingHeadContainer .c-text-image-text .owl-button:after {
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  position: relative !important;
  content: url("../icons/read-more-right-icon-white.svg");
  bottom: -4px !important;
  right: -6px !important;
  background-size: 28px 28px;
  height: 28px;
  width: 28px;
}

.newsListingHeadContainer .c-text-image-text .owl-button:hover:after {
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  bottom: -4px !important;
  right: -11px !important;
}

.newsListingHead {
}
.newsListingHead.lower {
  margin-top: -1px;
}
.newsSingleHead {
}

.newsListingHeadContainer .c-image-text {
  padding-top: 0;
  background-color: #0063bd;
}
.newsListingHeadContainer a {
  color: #fff !important;
}
.newsListingHeadContainer .c-text-image-text .owl-button:after {
  color: #fff !important;
}
.newsListingHeadContainer .image_block_text {
  margin-bottom: 17px;
  color: white !important;
}
.newsListingHeadContainer .c-section-title {
  margin-top: 25px;
  margin-bottom: 5px;
  color: white !important;
}
.newsListingHeadContainer .c-news-date {
  margin-bottom: 4px;
  font-family: "Quicksand";
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-transform: uppercase;
}
.newsListingHeadContainer .c-text-image-text,
.newsListingHeadContainer .c-text-video-text {
  margin-bottom: 14px;
}

.page-template-V2NewsLanding .load-more {
  margin-top: 0;
}
.page-template-V2NewsLanding .c-news-wrapper {
  margin-bottom: 20px;
}

.c-news-single {
  color: #404041;
}
.c-news-single p {
  margin-bottom: 35px;
}
.c-news-single p:last-of-type {
  margin-bottom: 15px;
}
.single-news-image,
.single-news-video {
  margin-bottom: 20px;
  position: relative;
  max-width: 100%;
}
.single-news-image img {
  max-width: 100%;
}

.c-news-single ul,
.c-news-single li {
  margin: 0;
  padding: 0;
  font-size: 18px;
}
.c-news-single ul {
  display: table;
}

.c-news-single li {
  list-style: none;
  display: table-row;
}
.c-news-single li::before {
  content: "•";
  display: table-cell;
  text-align: right;
  padding-right: 0.3em;
  color: #0063bd;
}

.image_block_text {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 25px;
}

.backlink {
  padding-bottom: 30px;
  margin-top: 40px;
}

.c-two-text-items p,
.c-one-text-item p,
.c-video-text__main p {
  margin-bottom: 18px;
}

.c-one-text-item-container {
  padding-bottom: 37px;
}

.v2standard .c-section-title {
  margin-bottom: 10px;
}

.page-template-V2NewsLanding .navbar {
  min-height: auto;
}

@media (min-width: 768px) {
  .newsListingHeadContainer .quotation-pic {
    min-height: 33.2vw;
  }
  .charity-link {
    margin-left: 15px;
    margin-right: 15px;
  }
  .c-image-text {
    padding-top: 0;
  }
  .c-text-image-text {
    margin-top: 54px;
    padding-left: 20px;
  }

  .page-template-V2NewsLanding .button-green {
    display: block !important;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    float: right;
    font-size: 20px;
    line-height: 30px;
    font-family: "Quicksand";
    font-weight: 700;
    width: 165px !important;
    position: relative;
  }

  .page-template-V2NewsLanding .button-green:visited {
    color: #0063bd !important;
    text-decoration: none !important;
  }
  .page-template-V2NewsLanding .button-green i {
    display: none;
  }

  .page-template-V2NewsLanding .button-green:after {
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    position: relative;
    content: url("../icons/new_green_arrow.svg");
    bottom: -2px;
    right: -5px;
    background-size: 28px 28px;
    height: 28px;
    width: 28px;
  }

  .page-template-V2NewsLanding .button-green:hover {
    text-decoration: none;
    background: none !important;
  }
  .page-template-V2NewsLanding .button-green:hover:after {
    bottom: -2px;
    right: -10px;
  }

  .c-section-title__image-featured {
    font-size: 28px;
    line-height: 30px;
  }
  .c-large-quote {
    flex-direction: row;
  }
  .quotation-pic,
  .video-pic {
    min-height: 27vw;
  }
  .c-full-video .video-pic {
    min-height: 50vw;
  }
  .c-image-text .quotation-pic,
  .newsListingHeadContainer .c-image-text .quotation-pic {
    margin-left: 0;
    margin-top: 0;
    width: 50%;
  }

  .quotation-text {
    max-width: 655px;
    padding-left: 45px;
  }
  .intro-charity {
    height: 450px;
  }

  .c-title-text__subtitle {
    font-size: 28px;
  }

  .c-gallery .oneOfThree {
    margin-right: 15px;
    margin-left: 0;
  }
  .c-gallery .twoOfThree {
    margin-left: 15px;
    margin-right: 15px;
  }
  .c-gallery .threeOfThree {
    margin-right: 0;
    margin-left: 15px;
  }
  .c-gallery .lastOne:not(.c-gallery-item__hidden) {
    display: block;
    margin-left: unset;
    margin-right: unset;
    align-self: center;
  }
  html[data-useragent*="MSIE 10.0"] .c-gallery .lastOne {
    margin-left: calc((100% - (33% - 20px)) / 2);
  }
  .c-gallery .lastTwoOne {
    margin-left: unset;
    margin-right: 15px;
  }
  html[data-useragent*="MSIE 10.0"] .c-gallery .lastTwoOne {
    margin-left: calc(50% - (33% - 20px));
  }
  .c-gallery .lastTwoTwo {
    margin-left: 15px;
    margin-right: unset;
  }

  .c-gallery-item {
    width: calc((100% / 3) - (60px / 3));
    padding-top: calc(((100% / 3) - (60px / 3)) * 0.5625);
    margin-bottom: 30px;
    min-height: 145px;
  }

  .row-eq-height {
    display: table;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .row-eq-height-right {
    display: table;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -ms-flex-direction: row-reverse;
    display: flex;
    flex-direction: row-reverse;
  }

  .two-column p {
    column-count: 2;
    column-gap: 35px;
  }
  .donated-text {
    font-size: 34px;
  }
  .newsListingHead {
    width: 50%;
    position: absolute;
    right: 0;
    z-index: 10;
  }
  .c-news-title {
    font-size: 28px;
    line-height: 30px;
  }
  .c-three-col-list .c-section-title {
    margin-bottom: 15px;
  }
  .c-three-col-bullets {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .quotation-pic {
    margin-left: 0;
    margin-right: 0;
    width: 50%;
  }
  .c-video-text {
    padding-left: 45px;
    margin-top: 54px;
  }
  .c-icon-section__title {
    font-size: 36px;
    max-width: 190px;
  }
  .icon_link {
    padding-left: 20px;
    padding-right: 12px;
  }
  .icon_link .fa-angle-right {
    margin-right: 10px;
  }
  .single-news-image,
  .single-news-video {
    width: 50%;
    margin-right: 20px;
    float: left;
  }
  .c-text-image-text h3,
  .c-text-video-text h3 {
    margin-top: 0;
  }
  .news-single-pic {
    min-height: 300px;
  }
  .load-more {
    margin-top: 0;
  }
  .load-more-news {
    margin-top: 5px;
  }
}
@media (min-width: 992px) {
  .c-donation-intro {
    padding-right: 30px;
  }
  .c-section-title,
  .c-video-text__title {
    font-size: 36px;
    line-height: 36px;
  }
  .quotation-text {
    padding-left: 85px;
  }
  .c-other-links__image {
    min-height: 150px;
  }
  .c-table {
    font-size: 18px;
  }
  .c-table thead {
    display: table-header-group;
  }
  .c-table td {
    display: table-cell;
    border-bottom-width: 0px;
    border-bottom-color: unset;
  }
  .c-table tbody td:nth-of-type(even) {
    padding-bottom: 10px;
  }
  .c-table tbody td:nth-of-type(odd) {
    padding-top: 10px;
  }
  .table-small-title {
    display: none;
  }
  .flip-clock-wrapper {
    display: block;
  }
  .c-donation-block {
    padding-top: 80px;
    padding-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  .newsListingHeadContainer .quotation-pic {
    min-height: 465px;
  }
  .quotation-pic {
    min-height: 366px;
  }
  .video-pic {
    min-height: 450px;
  }
  .single-news-video .video-pic {
    min-height: 300px;
  }
  .c-full-video .video-pic {
    min-height: 516px;
  }
  .c-small-quote {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }

  .c-gallery-item {
    min-height: 245px;
  }
  .c-section-title.c-intro-text__title {
    margin-top: 25px;
  }
  .c-icon-block .container div:nth-child(1),
  .c-icon-block .container div:nth-child(2) {
    border-bottom-width: 0;
  }
  .c-icon-block .container div:nth-child(2)::after {
    border-right: 1px solid rgba(0, 0, 0, 0.3);
  }
  .c-icon-block__3 .container div:nth-child(3)::after {
    border-right-width: 0;
  }
  .c-icon-block__2 .container div:nth-child(2)::after {
    border-right-width: 0;
  }
  .c-donation-block {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .large-quotation-text p {
    font-size: 36px;
    line-height: 42px;
  }
  .c-news-title {
    font-size: 34px;
    line-height: 37px;
  }
  .c-gallery {
    margin-top: 40px;
  }
  .c-section-title__image-featured {
    font-size: 36px;
    line-height: 36px;
  }
  .CTA_text {
    padding-left: 95px;
  }
  .CTA_icon {
    padding-left: 40px;
  }
  .c-other-links__title {
    font-size: 26px;
    line-height: 28px;
  }
  .c-video-text {
    padding-left: 60px;
  }
  .c-icon-section__title {
    padding-top: 16px;
    padding-bottom: 32px;
  }
  .c-icon-section__3 .c-icon-section__title,
  .c-icon-section__2 .c-icon-section__title {
    max-width: 345px;
  }

  .c-text-image-text {
    padding-left: 30px;
    margin-top: 52px;
  }
  .news-single-pic {
    min-height: 350px;
  }
  .c-three-col-list .c-section-title {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .intro-charity {
    padding: 90px 0 250px;
    min-height: 532px;
  }
  .newsListingHeadContainer .quotation-pic {
    min-height: 465px;
  }
}

@-moz-document url-prefix() {
  @media (max-width: 470px) {
    .donation-total {
      transform-origin: 75% 0;
      width: 150%;
      display: flex;
    }
  }
}

@media only screen and (max-width: 767px) {
  .page-template-V2Standard .hero-text-overlay {
    padding: 20px 30px 20px 30px;
    height: 100%;
  }
}

.c-title-text__title {
  font-size: 80px;
  line-height: 88px;
}
@media only screen and (max-width: 767px) {
  .c-title-text__title {
    font-size: 54px;
    line-height: 59.4px;
  }
}
