@charset "UTF-8";
/* ————— Colours ————— */
/* ————— / Colours ————— */
/* ————— Variables ————— */
/* ————— / Variables ————— */
/* ————— Breakpoints ————— */
/* ————— / Breakpoints ————— */
/* ————— Fonts ————— */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);
/* ————— / Fonts ————— */
/* ————— Mixins ————— */
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
/* ————— / Mixins ————— */
.search_icon {
  width: 18px;
  height: 18px;
}

q {
  quotes: "“" "”" "‘" "’";
}

/* ***** iOS, iPhone, iPad etc. (Remove all auto-formatting for telephone numbers) ***** */
a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

/* ————— Global ————— */
body {
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #000000;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
}

h1 {
  margin-top: 30px;
  margin-bottom: 45px;
  font-size: 4rem;
  font-weight: 300;
}

h2 {
  font-size: 2.5rem;
}

h2, h3 {
  font-weight: 300;
}

p, li {
  font-weight: 300;
}

p.intropara {
  font-size: 2rem;
  line-height: 1.3;
}

p {
  margin: 0 0 15px;
}

ol, ul {
  padding-left: 25px;
}

a {
  color: #c4122e;
  font-family: "Open Sans", sans-serif;
}
a:hover, a:visited {
  color: #c4122e;
}
a:active, a:focus {
  color: #c4122e;
}

/* ————— 2025 Updates ————— */
.container {
  padding-right: 25px;
  padding-left: 25px;
}

@media (min-width: 1350px) {
  .container {
    width: 1350px;
  }
}
@media (max-width: 1199px) {
  .container {
    width: 100%;
  }
}
.newheader {
  position: relative;
}
.newheader .newnav,
.newheader .navbar {
  position: relative;
  z-index: 3;
}
.newheader .navbar {
  display: block;
}
@media (min-width: 992px) {
  .newheader .navbar {
    display: none;
  }
}
.newheader .navbar #fallenheroessearch {
  border-radius: 0px;
  border: 1px solid black;
  height: 36px;
}
.newheader .navbar .input-group-btn .btn-default {
  color: #333;
  border-radius: 0px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  border-left: 0px !important;
  border-right: 1px solid black;
  background-color: transparent;
  height: 36px;
}
.newheader .newnav {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 25px 0px;
  padding: 0px 40px;
  position: absolute;
  z-index: 5;
  width: 100%;
}
@media (min-width: 992px) {
  .newheader .newnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.newheader .newnav .searchandnavlinks .search {
  margin-bottom: 30px;
  /* Transparent input with white text */
  /* Autofill override for Chromium-based browsers */
}
.newheader .newnav .searchandnavlinks .search #search-btn {
  border: 0;
  background: none;
  position: relative;
  left: -44px;
  top: -4px;
  z-index: 20;
}
.newheader .newnav .searchandnavlinks .search #search-bar {
  width: 6em;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}
.newheader .newnav .searchandnavlinks .search #search-bar:focus, .newheader .newnav .searchandnavlinks .search #search-bar:hover, .newheader .newnav .searchandnavlinks .search #search-bar:active, .newheader .newnav .searchandnavlinks .search #search-bar:-webkit-autofill {
  width: 15em;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}
.newheader .newnav .searchandnavlinks .search .input-lg {
  height: 30px;
  padding: 5px;
  font-size: 14px;
  line-height: 1;
  border-radius: 0px;
  background: transparent;
  border: 1px white solid;
  color: white;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}
.newheader .newnav .searchandnavlinks .navlinks {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  padding-left: 0px;
  margin-bottom: 0px;
}
.newheader .newnav .searchandnavlinks .navlinks li.active a {
  font-weight: 600;
}
.newheader .newnav .searchandnavlinks .navlinks li a {
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  display: block;
  position: relative;
}
.newheader .newnav .searchandnavlinks .navlinks li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: white;
  opacity: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.newheader .newnav .searchandnavlinks .navlinks li a:hover::after {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.newheader .newnav .logo a img {
  width: 280px;
}

.threenine .img-applyforassistance {
  margin-bottom: 25px;
}

.threethreethree {
  margin-top: 40px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  /* Box styling */
  /* Hover effect */
  /* Responsive adjustments */
  /* Image styling */
  /* Connecting line styling */
  /* Bottom heading styling */
}
.threethreethree .box {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(33.33% - 20px);
          flex: 1 1 calc(33.33% - 20px);
  position: relative;
  min-width: 250px;
  height: 400px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.threethreethree .box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.threethreethree .box .title {
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: white;
  padding: 3px 10px;
  border: 1px solid white;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-size: 1.3rem;
  z-index: 20;
}
.threethreethree .box .line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 30px;
  background: white;
  z-index: 20;
}
.threethreethree .box .bottom-heading {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  font-size: 2.3rem;
  font-weight: 300;
  line-height: 1.2;
}
.threethreethree .box:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  cursor: pointer;
}
@media (max-width: 768px) {
  .threethreethree .box {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 20px);
            flex: 1 1 calc(50% - 20px);
  }
}
@media (max-width: 480px) {
  .threethreethree .box {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

.newfeature h2 {
  font-size: 2.1rem;
  line-height: 1.4;
  font-weight: 400;
  width: 90%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.newnewnew {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background: #5DBBEA;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 50px;
  padding: 50px 0px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .newnewnew {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.newnewnew .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 30%;
}
.newnewnew .column a {
  text-decoration: none;
}
.newnewnew .column a:hover {
  text-decoration: none;
}
.newnewnew .column .circle-image {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.newnewnew .column .heading {
  margin-top: 30px;
  color: white;
  padding: 3px 10px;
  border: 1px solid white;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.3rem;
  z-index: 20;
}
.newnewnew .column .connecting-line {
  position: absolute;
  width: 1px;
  background-color: white;
  top: 250px; /* height of image */
  height: 30px; /* matches margin-top of heading */
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.newcontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .newcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 0px;
  }
}
.newcontainer .column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; /* Equal width for first and third columns */
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f0f0f0;
}
.newcontainer .column img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.newcontainer .column h2 {
  margin: 0 0 15px 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}
.newcontainer .column p {
  margin: 0;
  line-height: 1.6;
  font-weight: 300;
}
@media (max-width: 768px) {
  .newcontainer .column {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-height: 200px;
  }
}
.newcontainer .middlecolumn {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2; /* Middle column twice as wide */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 25px 20px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 768px) {
  .newcontainer .middlecolumn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 15px;
  }
}

.piechart-section {
  margin: 70px 0px;
}
@media (max-width: 767px) {
  .piechart-section {
    margin: 70px 15px 350px 15px;
  }
}
.piechart-section .cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 992px) {
  .piechart-section .cols {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 992px) {
  .piechart-section .cols .one {
    padding-left: 50px;
  }
}
.piechart-section .cols .one .piechartwrap {
  position: relative;
  max-width: 500px;
  width: 100%;
}
.piechart-section .cols .one .piechartwrap img {
  width: 100%;
  height: auto;
  display: block;
}
.piechart-section .cols .one .piechartwrap .piechart-infoone,
.piechart-section .cols .one .piechartwrap .piechart-infotwo {
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  color: white;
  font-size: 1.7rem;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .piechart-section .cols .one .piechartwrap .piechart-infoone,
  .piechart-section .cols .one .piechartwrap .piechart-infotwo {
    font-size: 1.3rem;
  }
}
.piechart-section .cols .one .piechartwrap .piechart-infoone {
  left: 9%;
  top: 34%;
}
.piechart-section .cols .one .piechartwrap .piechart-infoone .cost {
  font-weight: 500;
}
.piechart-section .cols .one .piechartwrap .piechart-infotwo {
  left: 53%;
  top: 9%;
}
.piechart-section .cols .one .piechartwrap .piechart-infotwo .cost {
  font-weight: 500;
}
.piechart-section .cols .one .piechartwrap .piechart-infotwo::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 20%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 1px;
  background-color: white;
}
@media (max-width: 767px) {
  .piechart-section .cols .one .piechartwrap .piechart-infotwo::before {
    left: -25px;
    width: 20px;
  }
}
.piechart-section .cols .two h2 {
  margin: 0 0 15px 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}
.piechart-section .cols .two p {
  margin: 0;
  line-height: 1.6;
  font-weight: 300;
}

.boxeslightblue {
  background: lightblue;
  height: 250px;
}

.boxesnew {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .boxesnew {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.boxesnew .box1 a, .boxesnew .box2 a, .boxesnew .box3 a {
  width: 100%;
  height: 100%;
  display: block;
}
.boxesnew .box1 a h2, .boxesnew .box2 a h2, .boxesnew .box3 a h2 {
  color: #FFFFFF;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 3rem;
  line-height: 4rem;
  padding: 25px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  .boxesnew .box1 a h2, .boxesnew .box2 a h2, .boxesnew .box3 a h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
.boxesnew .box1 a:hover, .boxesnew .box2 a:hover, .boxesnew .box3 a:hover {
  text-decoration: none;
}
.boxesnew .box1 {
  background: black url("../../images/howcanwehelp.jpg") 0 0 no-repeat;
  background-size: 0 0;
  color: white;
  display: inline-block;
  position: relative;
  z-index: 1;
  height: 350px;
  width: 100%;
}
.boxesnew .box1:before {
  background-image: inherit;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0px;
  opacity: 0.5;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: -1;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
.boxesnew .box1:hover:before {
  opacity: 1;
}
.boxesnew .box2 {
  background: black url("../../images/supportourwork.jpg") 0 0 no-repeat;
  background-size: 0 0;
  color: white;
  display: inline-block;
  position: relative;
  z-index: 1;
  height: 350px;
  width: 100%;
}
.boxesnew .box2:before {
  background-image: inherit;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0px;
  opacity: 0.5;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: -1;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
.boxesnew .box2:hover:before {
  opacity: 1;
}
.boxesnew .box3 {
  background: black url("../../images/aboutus.jpg") 0 0 no-repeat;
  background-size: 0 0;
  color: white;
  display: inline-block;
  position: relative;
  z-index: 1;
  height: 350px;
  width: 100%;
}
.boxesnew .box3:before {
  background-image: inherit;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0px;
  opacity: 0.5;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: -1;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
.boxesnew .box3:hover:before {
  opacity: 1;
}

.piechart-section {
  /* Base circle */
  /* Slices */
}
.piechart-section .chart-wrapper {
  width: 200px;
  height: 200px;
  margin: 200vh auto 0 auto; /* so you can scroll to it */
  -webkit-transform: rotateX(25deg);
          transform: rotateX(25deg);
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
.piechart-section .pie-chart {
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); /* start from top */
}
.piechart-section .bg {
  fill: none;
  stroke: #eee;
  stroke-width: 32;
}
.piechart-section .slice {
  fill: none;
  stroke-width: 32;
  stroke-dasharray: 0 100;
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dasharray 1s ease-out;
  transition: stroke-dasharray 1s ease-out;
}
.piechart-section .slice-1 {
  stroke: #2ecc71;
}
.piechart-section .slice-2 {
  stroke: #27ae60;
}

/* ————— 2025 Updates ————— */
.margin50-topbottom {
  margin: 70px 0px;
}

.divider .row::before {
  background: url("../../images/divider.gif") no-repeat;
  margin: 0 auto -15px auto;
  z-index: 999;
  position: relative;
  width: 30px;
  height: 30px;
}

.divider-chevron {
  background: #c4122e;
  color: #FFFFFF;
  padding: 10px;
  top: -40px;
  position: relative;
  z-index: 9;
}

/* Buttons */
.btn-primary {
  color: #FFFFFF;
  background-color: #c4122e;
  border: none;
  border-radius: 0px;
}
.btn-primary:hover, .btn-primary:visited {
  color: #FFFFFF;
  background-color: #c4122e;
}
.btn-primary:active, .btn-primary:focus {
  color: #FFFFFF;
  background-color: #c4122e;
}

section {
  margin-top: 30px;
}

.center {
  text-align: center;
}

@media (max-width: 991px) {
  .sm-max-w100 {
    width: 100%;
  }
}

/* ————— Logo & Navigation ————— */
.navbar-default {
  background: #FFFFFF;
  border: none !important;
}
.navbar-default .navbar-toggle {
  margin-top: 55px;
  border-color: #c4122e;
}
@media (max-width: 991px) {
  .navbar-default .navbar-toggle {
    margin-top: 48px;
  }
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #c4122e;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #c4122e;
}
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #FFFFFF;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border: none !important;
}

.navbar .navbar-brand {
  width: 280px;
  height: auto;
  padding: 0px;
  margin-top: 35px;
  margin-left: 0px !important;
  /*
  position:relative;
  z-index:1;
  overflow:hidden;
  transform-origin:center center;
  transform-style:preserve-3d;
  */
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar .navbar-brand {
    width: 240px;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-brand {
    width: 240px;
    margin-left: 15px !important;
  }
}
.navbar .nav > li > a {
  position: relative;
  display: block;
}
.navbar #navbar .navbar-nav li {
  /* Hover Effect */
}
.navbar #navbar .navbar-nav li a {
  color: #c4122e;
  font-size: 1.5rem;
}
.navbar #navbar .navbar-nav li a:hover, .navbar #navbar .navbar-nav li a:focus, .navbar #navbar .navbar-nav li a:active {
  background: none;
  color: #c4122e;
}
@media (min-width: 768px) {
  .navbar #navbar .navbar-nav li a {
    padding: 8px 14px;
  }
}
.navbar #navbar .navbar-nav li.active a {
  background: none;
  font-weight: bold;
}
.navbar #navbar .navbar-nav li:before, .navbar #navbar .navbar-nav li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #c4122e;
  visibility: hidden;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.navbar #navbar .navbar-nav li:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(0.75);
          transform: scaleX(0.75);
}
.navbar .navbar-collapse {
  text-align: center;
}
@media (min-width: 992px) {
  .navbar .navbar-right {
    margin-top: 54px;
  }
}
@media (max-width: 991px) {
  .navbar .navbar-right {
    margin-top: 20px;
  }
}
.navbar .navbar-right .dropdown-menu {
  left: 0;
  right: auto;
}
.navbar .navbar-form {
  padding: 0px 0px 0px 15px;
}
@media (max-width: 991px) {
  .navbar .navbar-form {
    padding: inherit;
  }
}

/* ————— / Logo & Navigation ————— */
/* ————— Navigation Collapse ————— */
@media (max-width: 991px) {
  .navbar-header {
    float: none;
  }
  .navbar-left, .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}
/* ————— / Navigation Collapse ————— */
/* ————— Navigation Dropdown Fly In ————— */
/* lg */
@media (min-width: 1200px) {
  /* Make Navigation Toggle on Desktop Hover */
  .dropdown:hover .dropdown-menu {
    display: block;
    -webkit-animation: fadeInUp 400ms;
    animation: fadeInUp 400ms;
  }
}
/* md */
@media (min-width: 992px) and (max-width: 1199px) {
  /* Make Navigation Toggle on Desktop Hover */
  .dropdown:hover .dropdown-menu {
    display: block;
    -webkit-animation: fadeInUp 400ms;
    animation: fadeInUp 400ms;
  }
}
/* sm */
@media (min-width: 768px) and (max-width: 991px) {
  /* Make Navigation Toggle on Desktop Hover */
  .dropdown:hover .dropdown-menu {
    display: block;
    -webkit-animation: fadeInUp 400ms;
    animation: fadeInUp 400ms;
  }
}
/* xs */
/* XS Portrait */
/* ————— / Navigation Dropdown Fly In ————— */
/* ————— Poppies ————— */
#poppies {
  position: relative;
  /* Page margin above animation */
  /*
  .sway {
  	animation: sway 2s infinite alternate;
  }
  .swayaway {
  	animation: swayaway 5s infinite alternate;
  }
  .altsway {
  	animation: altsway 3s infinite alternate;
  }
  .altaltsway {
  	animation: altaltsway 5s infinite alternate;
  }

  .sway {
  	animation: sway 4s infinite alternate;
  }
  .swayaway {
  	animation: swayaway 10s infinite alternate;
  }
  .altsway {
  	animation: altsway 6s infinite alternate;
  }
  .altaltsway {
  	animation: altaltsway 10s infinite alternate;
  }
  */
}
@media (max-width: 480px) {
  #poppies.home {
    margin-top: 250px;
  }
}
#poppies.about {
  margin-top: 150px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #poppies.about {
    margin-top: 100px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  #poppies.about {
    margin-top: 410px;
  }
}
@media (max-width: 480px) {
  #poppies.about {
    margin-top: 300px;
  }
}
#poppies.getinvolved {
  margin-top: 150px;
}
@media (min-width: 481px) and (max-width: 767px) {
  #poppies.getinvolved {
    margin-top: 425px;
  }
}
@media (max-width: 480px) {
  #poppies.getinvolved {
    margin-top: 300px;
  }
}
#poppies.getsupport {
  margin-top: 280px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #poppies.getsupport {
    margin-top: 220px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #poppies.getsupport {
    margin-top: 100px;
  }
}
@media (max-width: 480px) {
  #poppies.getsupport {
    margin-top: 250px;
  }
}
#poppies.give {
  margin-top: 70px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #poppies.give {
    margin-top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #poppies.give {
    margin-top: 50px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  #poppies.give {
    margin-top: 130px;
  }
}
@media (max-width: 480px) {
  #poppies.give {
    margin-top: 50px;
  }
}
#poppies.news {
  margin-top: 420px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #poppies.news {
    margin-top: 280px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #poppies.news {
    margin-top: 100px;
  }
}
@media (max-width: 480px) {
  #poppies.news {
    margin-top: 250px;
  }
}
#poppies.contact {
  margin-top: 260px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #poppies.contact {
    margin-top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #poppies.contact {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  #poppies.contact {
    margin-top: 300px;
  }
}
@media (max-width: 480px) {
  #poppies.contact {
    margin-top: 250px;
  }
}
#poppies.error {
  margin-top: 420px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #poppies.error {
    margin-top: 320px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #poppies.error {
    margin-top: 100px;
  }
}
@media (max-width: 480px) {
  #poppies.error {
    margin-top: 300px;
  }
}
#poppies.search {
  margin-top: 550px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #poppies.search {
    margin-top: 300px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #poppies.search {
    margin-top: 100px;
  }
}
@media (max-width: 480px) {
  #poppies.search {
    margin-top: 250px;
  }
}
#poppies .poppycontainer {
  position: absolute;
  height: 780px;
  width: 500px;
  overflow: hidden;
  right: -17%;
  margin-top: -482px;
}
@media (max-width: 1199px) {
  #poppies .poppycontainer {
    position: absolute;
    height: 600px;
    width: 350px;
    overflow: hidden;
    left: 77%;
    margin-top: -302px;
  }
  #poppies .poppycontainer #poppy1, #poppies .poppycontainer #poppy2, #poppies .poppycontainer #poppy3, #poppies .poppycontainer #poppy4 {
    height: 600px;
  }
}
@media (max-width: 991px) {
  #poppies .poppycontainer {
    position: absolute;
    height: 525px;
    width: 300px;
    overflow: hidden;
    left: 73%;
    margin-top: -152px;
  }
  #poppies .poppycontainer #poppy1, #poppies .poppycontainer #poppy2, #poppies .poppycontainer #poppy3, #poppies .poppycontainer #poppy4 {
    height: 525px;
  }
}
@media (max-width: 767px) {
  #poppies .poppycontainer {
    position: absolute;
    height: 450px;
    width: 247px;
    overflow: hidden;
    left: 70%;
    margin-top: -450px;
  }
}
@media (max-width: 767px) and (min-width: 481px) and (max-width: 615px) {
  #poppies .poppycontainer {
    left: 57%;
  }
}
@media (max-width: 767px) {
  #poppies .poppycontainer #poppy1, #poppies .poppycontainer #poppy2, #poppies .poppycontainer #poppy3, #poppies .poppycontainer #poppy4 {
    height: 450px;
  }
}
@media (max-width: 480px) {
  #poppies .poppycontainer {
    position: absolute;
    height: 325px;
    width: 180px;
    overflow: hidden;
    left: 48%;
    margin-top: -325px;
  }
  #poppies .poppycontainer #poppy1, #poppies .poppycontainer #poppy2, #poppies .poppycontainer #poppy3, #poppies .poppycontainer #poppy4 {
    height: 325px;
  }
}
#poppies #poppy1,
#poppies #poppy2,
#poppies #poppy3,
#poppies #poppy4 {
  height: 780px;
  position: absolute;
}
#poppies #poppy1 {
  z-index: 8;
}
#poppies #poppy2 {
  z-index: 5;
}
#poppies #poppy3 {
  z-index: 3;
}
#poppies #poppy4 {
  z-index: 2;
}
#poppies .sway {
  -webkit-animation: sway 12s infinite alternate;
          animation: sway 12s infinite alternate;
}
#poppies .swayaway {
  -webkit-animation: swayaway 30s infinite alternate;
          animation: swayaway 30s infinite alternate;
}
#poppies .altsway {
  -webkit-animation: altsway 18s infinite alternate;
          animation: altsway 18s infinite alternate;
}
#poppies .altaltsway {
  -webkit-animation: altaltsway 30s infinite alternate;
          animation: altaltsway 30s infinite alternate;
}
@-webkit-keyframes sway {
  100% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
  }
}
@keyframes sway {
  100% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
  }
}
@-webkit-keyframes swayaway {
  100% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }
}
@keyframes swayaway {
  100% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }
}
@-webkit-keyframes altsway {
  100% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
  }
}
@keyframes altsway {
  100% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
  }
}
@-webkit-keyframes altaltsway {
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }
}
@keyframes altaltsway {
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }
}

/* ————— / Poppies ————— */
/* ————— Featured Image Banner ————— */
.carousel {
  /* ————— 2025 Updates ————— */
}
@media (max-width: 767px) {
  .carousel .carousel-inner .item {
    height: 400px;
  }
  .carousel .carousel-inner .item img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .carousel .carousel-inner .item img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.carousel .carousel-inner .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(255, 255, 255, 0));
  z-index: 2;
  pointer-events: none;
}
.carousel h1 {
  position: absolute;
  z-index: 3;
  font-family: "Open Sans", sans-serif;
  /* ————— 2025 Updates ————— */
  top: 140px;
  font-weight: 300;
  font-size: 5.5rem;
  line-height: 6rem;
  left: 40px;
  color: white;
  padding: 20px;
  width: 80%;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .carousel h1 {
    top: 140px;
    font-size: 5rem;
    width: 80%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .carousel h1 {
    top: 22px;
    font-size: 3.8rem;
    line-height: 1.4;
    width: 80%;
  }
}
@media (max-width: 767px) {
  .carousel h1 {
    padding: 15px;
    margin-top: 0px;
    width: 80%;
    top: 15px;
    left: 10px;
    font-size: 3rem;
    line-height: 3.8rem;
  }
}
@media (max-width: 480px) {
  .carousel h1 {
    top: 0px;
    left: 0px;
    font-size: 2rem;
    line-height: 3rem;
    padding: 15px;
    margin-top: 0px;
    width: auto;
  }
}
.carousel .donate {
  padding: 20px 50px;
  background: #c4122e;
  color: #fff;
  margin-top: 0px;
  font-size: 2em;
  font-weight: 300;
  position: absolute;
  z-index: 9;
  /* ————— 2025 Updates ————— */
  bottom: 0px;
  left: 0px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  /* ————— 2025 Updates ————— */
  border: none;
  border-radius: 0px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0 0 rgba(196, 18, 46, 0.5);
          box-shadow: 0 0 0 0 rgba(196, 18, 46, 0.5);
}
.carousel .donate:active {
  background: black;
}
@media (max-width: 767px) {
  .carousel .donate {
    padding: 15px 25px;
  }
}
@media (max-width: 480px) {
  .carousel .donate {
    bottom: 10px;
    padding: 10px 25px;
    font-size: 1.2em;
    top: auto;
  }
}
.carousel .donate:hover {
  -webkit-animation: none;
          animation: none;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* ————— / Featured Image Banner ————— */
/* ————— Boxes ————— */
.boxes .box1 a, .boxes .box2 a, .boxes .box3 a {
  width: 100%;
  height: 100%;
  display: block;
}
.boxes .box1 a h2, .boxes .box2 a h2, .boxes .box3 a h2 {
  color: #FFFFFF;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 3rem;
  line-height: 4rem;
  padding: 25px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  .boxes .box1 a h2, .boxes .box2 a h2, .boxes .box3 a h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
.boxes .box1 a:hover, .boxes .box2 a:hover, .boxes .box3 a:hover {
  text-decoration: none;
}
@media (max-width: 991px) {
  .boxes .box1, .boxes .box2 {
    margin-bottom: 20px;
  }
}
.boxes .box1 {
  background: black url("../../images/howcanwehelp.jpg") 0 0 no-repeat;
  background-size: 0 0;
  color: white;
  display: inline-block;
  position: relative;
  z-index: 1;
  height: 240px;
  width: 100%;
}
.boxes .box1:before {
  background-image: inherit;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0px;
  opacity: 0.5;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: -1;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
.boxes .box1:hover:before {
  opacity: 1;
}
.boxes .box2 {
  background: black url("../../images/supportourwork.jpg") 0 0 no-repeat;
  background-size: 0 0;
  color: white;
  display: inline-block;
  position: relative;
  z-index: 1;
  height: 240px;
  width: 100%;
}
.boxes .box2:before {
  background-image: inherit;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0px;
  opacity: 0.5;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: -1;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
.boxes .box2:hover:before {
  opacity: 1;
}
.boxes .box3 {
  background: black url("../../images/aboutus.jpg") 0 0 no-repeat;
  background-size: 0 0;
  color: white;
  display: inline-block;
  position: relative;
  z-index: 1;
  height: 240px;
  width: 100%;
}
.boxes .box3:before {
  background-image: inherit;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0px;
  opacity: 0.5;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: -1;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
.boxes .box3:hover:before {
  opacity: 1;
}

/* ————— / Boxes ————— */
/* ————— Feature ————— */
.feature {
  background: #c4122e;
  color: #FFFFFF;
  border-radius: 0px;
  position: relative;
}
.feature h2 {
  color: #FFFFFF;
  padding-top: 30px;
  margin-bottom: 0px;
  font-size: 2rem;
  line-height: 3rem;
  padding: 30px 160px;
  margin-top: 0px;
}
@media (max-width: 991px) {
  .feature h2 {
    padding: 30px 30px;
    font-size: 20px;
  }
}

/* ————— / Feature ————— */
/* ————— Middle ————— */
.middle {
  margin: 0px;
}
@media (max-width: 991px) {
  .middle div:first-child {
    margin-bottom: 30px;
  }
}

/* ————— / Middle ————— */
/* ————— Go Right ————— */
.go-right {
  float: right;
}
@media (max-width: 767px) {
  .go-right {
    float: none;
  }
  .go-right span {
    font-size: 14px;
  }
}
.go-right.footer-right {
  text-align: left;
}
@media (max-width: 767px) {
  .go-right.footer-right {
    text-align: center;
  }
}

/* ————— / Go Right ————— */
/* ————— Search ————— */
.phpsearch_list li {
  list-style: none;
}

/* ————— / Search ————— */
/* ————— Impact ————— */
/* ————— / Impact ————— */
/* ————— Impact ————— */
.topimpact {
  margin-top: 0px;
}
.topimpact .row .topimpact-inner {
  background: #5DBBEA;
  padding: 50px 200px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .topimpact .row .topimpact-inner {
    padding: 40px 20px;
  }
}
.topimpact .row .topimpact-inner h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 3.7rem;
  font-weight: 300;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.topimpact .row .topimpact-inner p {
  font-size: 2.2rem;
  line-height: 2.8rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  font-weight: 300;
}

/* ————— Impact ————— */
.impact .row .impact-inner {
  background: #FFFFFF;
  padding: 30px 250px;
  color: #000000;
}
@media (max-width: 991px) {
  .impact .row .impact-inner {
    padding: 40px 20px;
  }
}
.impact .row .impact-inner h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-weight: 300;
}

/* ————— / Impact ————— */
/* ————— Impact White Smoke ————— */
.impactwhitesmoke .row .impactwhitesmoke-inner {
  background: #f2f2f2;
  padding: 30px 250px;
  color: #000000;
}
@media (max-width: 991px) {
  .impactwhitesmoke .row .impactwhitesmoke-inner {
    padding: 40px 20px;
  }
}
.impactwhitesmoke .row .impactwhitesmoke-inner h1 {
  margin-top: 0px;
  margin-bottom: 30px;
}

/* ————— / Impact White Smoke ————— */
.impactimage img {
  width: 100%;
}

/* ————— / Impact ————— */
/* ————— Impact White Smoke ————— */
/* ————— / Impact White Smoke ————— */
.givehalfhalf-top {
  margin-top: 70px;
}
.givehalfhalf-top h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 4rem;
  font-weight: 300;
}

.givehalfhalf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 40px;
  gap: 50px;
  margin-top: 0px;
}
@media (max-width: 800px) {
  .givehalfhalf {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.givehalfhalf .givehalfhalf-one h2 {
  margin-top: 30px;
}
.givehalfhalf .givehalfhalf-one h2:first-child {
  margin-top: 0px;
}
.newhalfhalf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 40px;
  gap: 50px;
}
@media (max-width: 800px) {
  .newhalfhalf {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 801px) {
  .newhalfhalf .newhalfhalf-two img {
    max-width: 300px;
  }
}

/* ————— Half Half ————— */
.halfhalf {
  margin: 50px 0px;
}
.halfhalf .bgwhitesmoke {
  background: #f2f2f2;
  width: 100%;
}
.halfhalf img {
  margin-bottom: 10px;
  min-width: 100%;
}
@media (max-width: 1199px) {
  .halfhalf img {
    min-width: 100%;
  }
}
.halfhalf .helpfallenheroes-h1 {
  margin-left: 30px;
}
@media (max-width: 768px) {
  .halfhalf .helpfallenheroes-h1 {
    margin-left: 15px;
  }
}
.halfhalf .helpfallenheroes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.halfhalf .helpfallenheroes .helpfallenheroes-top {
  padding: 0px 30px 30px 30px;
}
@media (max-width: 768px) {
  .halfhalf .helpfallenheroes .helpfallenheroes-top {
    padding: 0px 15px 30px 15px;
  }
}
.halfhalf .helpfallenheroes .helpfallenheroes-base {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 30px;
}
@media (max-width: 768px) {
  .halfhalf .helpfallenheroes .helpfallenheroes-base {
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.halfhalf .helpfallenheroes .helpfallenheroes-base .helpfallenheroes-base-two {
  max-width: 400px;
}

/* ————— / Half Half ————— */
/* ————— Our Patron ————— */
.ourpatron .ourpatron-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
@media (min-width: 768px) {
  .ourpatron .ourpatron-inner {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .ourpatron .ourpatron-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ourpatron .ourpatron-inner .ourpatron-name {
  margin-top: 0px;
}
.ourpatron .ourpatron-inner .ourpatron-title {
  margin-top: 0px;
}
.ourpatron .ourpatron-inner .ourpatron-img-wrap {
  overflow: hidden;
  width: 150px;
}

/* ————— / Our Patron ————— */
.SponsorDonationsBequests p {
  width: 85%;
}
@media (max-width: 767px) {
  .SponsorDonationsBequests p {
    width: 100%;
  }
}

/* ————— Our Trustees ————— */
@media (max-width: 767px) {
  .ourtrustees .ourtrustees-inner .trustee-profile {
    margin-bottom: 25px;
  }
}
.ourtrustees .ourtrustees-inner .trustee-title {
  margin-top: 0px;
}
.ourtrustees .ourtrustees-inner .trustee-img,
.ourtrustees .ourtrustees-inner .trustee-title,
.ourtrustees .ourtrustees-inner .trustee-desc {
  display: block;
}
.ourtrustees .ourtrustees-inner .trustee-img-wrap {
  overflow: hidden;
  padding: 20px 0px;
}
.ourtrustees .ourtrustees-inner .trustee-img {
  height: 100%;
}
.ourtrustees .ourtrustees-inner .trustee-thumb {
  width: 150px;
  height: 150px;
}
.ourtrustees .ourtrustees-inner p {
  width: 80%;
}
@media (max-width: 767px) {
  .ourtrustees .ourtrustees-inner p {
    width: 100%;
  }
}

/* ————— / Our Trustees ————— */
.sectionblock h1 {
  margin-top: 0px;
}

.h1searchresults {
  margin-top: 0px;
}

/* ————— Forms ————— */
.contact-form-result {
  border-radius: 5px;
  display: none;
  border: #339933 1px solid;
  padding: 10px;
  margin-bottom: 10px;
  color: #339933;
  background-color: #c6ecc6;
}
.contact-form-result[data-notify-type=success] {
  color: #339933;
}
.contact-form-result[data-notify-type=error] {
  color: #c4122e;
  border: #c4122e 1px solid;
  background: #fcd9df;
}

.getsupport-forms {
  background: #f2f2f2;
  padding: 20px;
  overflow: auto;
}
@media (max-width: 767px) {
  .getsupport-forms {
    padding: 0px 0px 20px 0px;
  }
}

.form-control.error, .form-control.error {
  border-color: #E42C3E;
}

.error {
  color: #E42C3E;
}

.form-group {
  z-index: 55;
  position: relative;
}
.form-group label {
  padding: 5px 0px;
}

.g-recaptcha {
  z-index: 55;
  position: relative;
}

.submitbutton, #template-contactform-submit {
  margin-top: 15px;
}

/* ————— / Forms ————— */
/* ————— News ————— */
.news-box {
  background: #f2f2f2;
  padding: 20px;
  word-wrap: break-word;
  z-index: 55;
  position: relative;
}
.news-box .news-readmore {
  cursor: pointer;
}
.news-box p {
  margin: 0 0 15px;
}

/* ————— / News ————— */
/* ————— Footer Nav ————— */
.footernav ul {
  list-style: none;
}
.footernav ul li {
  display: block;
  float: left;
}
.footernav ul li a {
  padding-right: 15px;
  color: #000000;
}
.footernav ul li a:hover, .footernav ul li a:visited {
  color: #000000;
}
.footernav ul li a:active, .footernav ul li a:focus {
  color: #000000;
}
.footernav ul li:last-child a {
  padding-right: 0px;
}
.footernav ul li.active a {
  font-weight: bold;
}

.navbase {
  padding-top: 0px;
  position: relative;
  z-index: 999;
}
@media (max-width: 480px) {
  .navbase {
    display: none;
  }
}

@media (max-width: 1199px) {
  .footernav {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .footernav {
    width: 38%;
  }
}
/* ————— / Footer Nav ————— */
/* ————— Footer ————— */
/* ————— 2025 Updates ————— */
.newfooter {
  background: #c4122e;
  margin-top: 50px;
  padding: 50px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .newfooter {
    padding: 150px 25px 25px 25px;
  }
}
@media (max-width: 767px) {
  .newfooter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.newfooter .newfooter-nav {
  list-style: none;
  padding-left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  position: absolute;
  right: 15%;
  top: 30px;
  z-index: 9;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .newfooter .newfooter-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .newfooter .newfooter-nav {
    right: 15%;
  }
}
@media (max-width: 991px) {
  .newfooter .newfooter-nav {
    right: 25%;
    left: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 15px;
  }
}
@media (max-width: 767px) {
  .newfooter .newfooter-nav {
    position: static;
  }
}
.newfooter .newfooter-nav li.active a {
  font-weight: 600;
}
.newfooter .newfooter-nav li a {
  color: white;
  text-decoration: none;
  display: block;
  position: relative;
}
.newfooter .newfooter-nav li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: white;
  opacity: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.newfooter .newfooter-nav li a:hover::after {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.newfooter .newfooterlogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.newfooter .newfooterlogo img {
  width: 150px;
}
.newfooter .newfooterinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: white;
  z-index: 55;
}
.newfooter .newfooterinfo .linkedinsvg {
  height: 35px;
  width: 35px;
}
.newfooter .newfooterinfo h4 {
  font-weight: 600;
  margin-bottom: 5px;
}
.newfooter .newfooterinfo p {
  font-weight: 300;
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .newfooter .newfooterinfo p .contaactlineone {
    display: block;
  }
}
@media (max-width: 768px) {
  .newfooter .newfooterinfo p .contaactlinetwo {
    display: block;
  }
}

/* ————— 2025 Updates ————— */
.mobilefooter {
  display: none;
  background: #c4122e;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
  padding: 50px 20px;
  margin-top: 10px;
}
.mobilefooter .footer-brand {
  width: 280px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .mobilefooter .footer-brand {
    width: 240px;
  }
}
.mobilefooter h2, .mobilefooter span {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .mobilefooter {
    z-index: 9999;
  }
}

/* ————— / Footer ————— */
/* ————— Partner ————— */
#partner {
  margin-top: 0px !important;
  background: #FFFFFF !important;
  padding: 50px 130px;
  position: relative;
  z-index: 99;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #partner {
    padding: 50px 80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #partner {
    padding: 50px 0px;
  }
}
@media (max-width: 767px) {
  #partner {
    padding: 20px 0px;
  }
}
@media (max-width: 767px) {
  #partner .partners div {
    margin-bottom: 25px;
  }
}
#partner .partners h3 {
  text-align: right;
}
@media (min-width: 768px) and (max-width: 991px) {
  #partner .partners h3 {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  #partner .partners h3 {
    text-align: center;
  }
}
#partner .partners .partner-loanco img {
  width: 85px;
  margin: 0 auto;
}
#partner .partners .partner-goldband img {
  width: 220px;
  margin: 0 auto;
}
#partner .partners .partner-thewarehouse img {
  width: 175px;
  margin: 0 auto;
}

/* ————— / Partner ————— */