html {
  /*overflow-x: hidden;*/
  scroll-padding-top: 90px;
}

body {
  line-height: 1.6;
  font-family: "Lato", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.2rem;
  color: #2d2c2c;
  font-weight: 400;
  /*overflow-x: hidden;*/
  min-height: 75rem;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4  {
  font-family: "BBH Bogle", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  color: #5126a7;
}

h5, .h5, h6, .h6 {
  font-family: "Lato", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #000000;
}

h1, .h1 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}

h2, .h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
}

h3, .h3 {
  font-size: 1.5rem;
  margin-bottom: 1.8rem;
}

h4, .h4 {
  font-size: 1.4rem;
  margin-bottom: 1.8rem;
}

h5, .h5 {
  font-size: 1.25rem;
  margin-bottom: 1.8rem;
}

h6, .h6 {
  font-size: 1.2rem;
  margin-bottom: 1.8rem;
}

p {
  line-height: 2rem;
  margin-bottom: 1rem;
}


.id-breadcrumb {
  font-family: "BBH Bogle", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  color: #2a1a5e;
  font-size: 1.5rem;
}

#main-content p {
  margin-bottom: 2rem;
}

ul {
  line-height: 2rem;
  margin-bottom: 3rem;
}

ol {
  line-height: 2rem;
  margin-bottom: 3rem;
}

hr {
  margin: 3rem 0px;
}

.navbar-toggle .icon-bar {
  background: #223a66;
}

input[type="email"], input[type="password"], input[type="text"], input[type="tel"] {
  box-shadow: none;
  height: 45px;
  outline: none;
  font-size: 14px;
}

input[type="email"]:focus, input[type="password"]:focus, input[type="text"]:focus, input[type="tel"]:focus {
  box-shadow: none;
  border: 1px solid #223a66;
}

.form-control {
  box-shadow: none;
  border-radius: 0;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #223a66;
}

.py-7 {
  padding: 7rem 0px;
}


.bg-gray {
  background: #eff0f3;
}

.bg-primary {
  background: #223a66;
}

.bg-primary-dark {
  background: #152440;
}

.bg-primary-darker {
  background: #090f1a;
}

.bg-dark {
  background: #222;
}

.bg-gradient {
  background-image: linear-gradient(145deg, rgba(19, 177, 205, 0.95) 0%, rgba(152, 119, 234, 0.95) 100%);
  background-repeat: repeat-x;
}

.section {
  padding: 100px 0;
}

.section-sm {
  padding: 70px 0;
}

.section-bottom {
  padding-bottom: 100px;
}

.subtitle {
  color: #223a66;
  font-size: 14px;
  letter-spacing: 1px;
}

.overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background: #223a66;
}

.overly-2 {
  position: relative;
}

.overly-2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.text-sm {
  font-size: 14px;
}

.text-md {
  font-size: 2.25rem;
}

.text-lg {
  font-size: 3.75rem;
}

.no-spacing {
  letter-spacing: 0px;
}

@media (max-width: 992px) {
  .charity-logo  {
  max-width: 50%;
  margin-bottom: 1rem;
  }
}

/* Links */
a {
  color: #2a1a5e;
  text-decoration: none;
  transition: all .35s ease;
}

a:focus, a:hover {
  color: #;
  text-decoration: none;
}

a:focus {
  outline: none;
}

#main-content p a {
  color: #2a1a5e;
  text-decoration: underline;
  transition: all .35s ease;
}

#main-content p a:focus, 
#main-content p a:hover {
  color: #5126a7;
  text-decoration: underline;
}

#main-content p a:focus {
  outline: none;
}

#main-content ul a:focus, 
#main-content ul a:hover {
  color: #5126a7;
  text-decoration: underline;
}

#main-content ul a:focus {
  outline: none;
}

.content-title {
  font-size: 40px;
  line-height: 50px;
}

.page-title {
  padding: 120px 0px 70px 0px;
  position: relative;
}

.page-title .block h1 {
  color: #fff;
}

.page-title .block p {
  color: #fff;
}

.page-title .breadcumb-nav {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.slick-slide:focus, .slick-slide a {
  outline: none;
}

@media (max-width: 480px) {
  h2, .h2 {
    font-size: 1.3rem;
    line-height: 36px;
  }
}

@media (max-width: 768px) {
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6  {
  font-weight: 400;
  }
}

.title-color {
  color: #223a66;
}

.secondary-bg {
  background: #223a66;
}


.text-lg {
  font-size: 50px;
}

.gray-bg {
  background: #f4f9fc;
}

@media (max-width: 480px) {
  .text-lg {
    font-size: 28px;
  }
}

@media (max-width: 400px) {
  .text-lg {
    font-size: 28px;
  }
}

#navbarmain .nav-link {
  font-weight: 500;
  padding: 15px 15px;
  font-family: "Assistant", sans-serif;
  text-transform: capitalize;
  font-size: 16px;
  background-color: #ffffff;
  transition: all .25s ease;
}

#navbarmain .nav-link:hover,
#navbarmain .active .nav-link {
  color: #5126a7;
  background-color: #ffffff;
}

.dropdown-toggle::after {
  display: none;
}

.navbar-brand {
  margin-top: 10px;
}

.header-top-bar {
  background: #ffffff;
  font-size: 14px;
  padding: 10px 0px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
  color: #c22822;
}

.top-bar-info li a {
  color: #fff;
  margin-right: 20px;
}

.top-right-bar a span {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  vertical-align: middle;
}

.top-right-bar a i {
  color: #fff;
  margin-right: 10px;
}

@media (max-width: 992px) {
  .navigation {
    text-align: center;
  }
}

.navigation .dropdown-menu {
  padding: 0px;
  border: 0px;
  border-top: 5px solid #408f49;
  background: #fff;
  border-radius: 0px;
}

@media (max-width: 992px) {
  .navigation .dropdown-menu {
    text-align: center;
    float: left !important;
    width: 100%;
    margin: 0;
  }
}

.navigation .dropdown-toggle::after {
  display: none;
}

.navigation .dropleft .dropdown-menu,
.navigation .dropright .dropdown-menu {
  margin: 0;
}

.navigation .dropleft .dropdown-toggle::before,
.navigation .dropright .dropdown-toggle::after {
  font-weight: bold;
  font-size: 14px;
  border: 0;
  display: inline-block;
  font-family: IcoFont !important;
  vertical-align: 1px;
}

.navigation .dropleft .dropdown-toggle::before {
  content: "\eac9";
  margin-right: 5px;
}

.navigation .dropright .dropdown-toggle::after {
  content: "\eaca";
  margin-left: 5px;
}

.navigation .dropdown-item {
  padding: 13px 20px;
  background: transparent;
  font-weight: 400;
  color: #555;
  border-bottom: 1px solid #eee;
}

.navigation li:last-child .dropdown-item {
  border-bottom: 0;
}

.navigation .dropdown-submenu.active > .dropdown-toggle,
.navigation .dropdown-submenu:hover > .dropdown-item,
.navigation .dropdown-item.active,
.navigation .dropdown-item:hover {
  background: rgba(64, 143, 73, 0.05);
  color: #408f49;
}

.navigation button:focus {
  outline: 0;
}

@media (min-width: 992px) {
  .navigation .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in, visibility 0s linear .2s, -webkit-transform .2s linear;
    transition: all .2s ease-in, visibility 0s linear .2s, transform .2s linear;
    transition: all .2s ease-in, visibility 0s linear .2s, transform .2s linear, -webkit-transform .2s linear;
    display: block;
    visibility: hidden;
    opacity: 0;
    min-width: 200px;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  .navigation .dropleft .dropdown-menu,
  .navigation .dropright .dropdown-menu {
    margin-top: -5px;
  }
  .navigation .dropdown:hover > .dropdown-menu {
    visibility: visible;
    transition: all .3s ease 0s;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}



.features {
  margin-top: -70px;
}

.feature-item {
  flex-basis: 33.33%;
  margin: 0px 10px;
  padding: 40px 30px;
  background-color: #fff;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
}

.feature-item .feature-icon i {
  font-size: 50px;
  color: #223a66;
}

.feature-item h4 {
  color: #223a66;
}

.feature-item p {
  font-size: 14px;
}

.feature-section.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.mb--80 {
  margin-bottom: -80px;
}

.read-more {
  color: #223a66;
}

.mb-30 {
  margin-bottom: 30px;
}

.social-icons li {
  margin: 0 6px;
}

.social-icons a {
  margin-right: 10px;
  font-size: 18px;
}

/*=================================================================
  Single Blog Page
==================================================================*/
.nav-links .page-numbers {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #eee;
  text-align: center;
  padding-top: 13px;
  font-weight: 600;
  margin-right: 10px;
}

.nav-links .page-numbers:hover {
  background: #223a66;
  color: #fff;
}

.nav-links .page-numbers.current {
  background: #223a66;
  color: #fff;
}


.quote {
  font-size: 22px;
  color: #223a66;
  padding: 40px;
  font-style: italic;
  border-left: 5px solid #408f49;
  margin: 25px 0px;
}

.tag-option a {
  border: 1px solid #eff0f3;
  padding: 6px 12px;
  color: #6F8BA4;
  font-size: 14px;
}




.sidebar-widget {
  margin-bottom: 30px;
  padding-bottom: 35px;
}

.sidebar-widget h5 {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
}

.sidebar-widget h5:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 35px;
  height: 3px;
  background: #408f49;
}

.sidebar-widget.latest-post .media img {
  border-radius: 7px;
}

.sidebar-widget.latest-post .media h6 {
  font-weight: 500;
  line-height: 1.4;
}

.sidebar-widget.latest-post .media p {
  font-size: 12px;
}

.sidebar-widget.category ul li {
  margin-bottom: 10px;
}

.sidebar-widget.category ul li a {
  color: #222;
  transition: all 0.3s ease;
}

.sidebar-widget.category ul li a:hover {
  color: #223a66;
  padding-left: 5px;
}

.sidebar-widget.category ul li span {
  margin-left: 10px;
}

.sidebar-widget.tags a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .075em;
  line-height: 41px;
  height: 41px;
  font-weight: 500;
  border-radius: 20px;
  color: #666;
  display: inline-block;
  background-color: #eff0f3;
  margin: 0 7px 10px 0;
  padding: 0 25px;
  transition: all .2s ease;
}

.sidebar-widget.tags a:hover {
  color: #fff;
  background: #223a66;
}

.sidebar-widget.schedule-widget {
  background: #f4f9fc;
  padding: 25px;
}

.sidebar-widget.schedule-widget ul li {
  padding: 10px 0px;
  border-bottom: 1px solid #eee;
}

.search-form {
  position: relative;
}

.search-form i {
  position: absolute;
  right: 15px;
  top: 35%;
}

.footer {
  padding-bottom: 10px;
}

.lh-35 {
  line-height: 35px;
}

.logo {
  font-weight: 600;
  letter-spacing: 1px;
}

.logo h3 {
  color: #223a66;
}

.logo span {
  color: #223a66;
}

.widget .divider {
  height: 3px;
}

.widget h4 {
  color: #223a66;
}

.widget .footer-menu a {
  color: #6F8BA4;
}

.widget .footer-menu a:hover {
  color: #408f49;
}

.footer-contact-block span {
  font-weight: 400;
  color: #6F8BA4;
}

.footer-contact-block i {
  font-size: 20px;
}


.widget-contact h6 {
  font-weight: 500;
  margin-bottom: 18px;
}

.widget-contact h6 i {
  color: #408f49;
}




.reveal {
  transition: all .3s;
  cursor: pointer;
  opacity: 1;
}

/** Rich styles **/


:root {
	--bs-link-color: #c22822; !important;
	--bs-link-hover-color: #c22822; !important;
}

.btn-outline-success {
	--bs-btn-color: #c22822; !important;
	--bs-btn-border-color: #c22822; !important;
	--bs-btn-hover-bg: #c22822; !important;
	--bs-btn-active-bg: #c22822; !important;
	--bs-btn-disabled-color: #c22822; !important;
	--bs-btn-disabled-border-color: #c22822; !important;
}




/* header and navbar */

.header-logo {
    width: 60px;
}

.header-top-brand {
    font-size: 2rem;
    font-weight: 400;
    font-family: "BBH Bogle", serif;
    color: #2a1a5e;
    background-color: #ffffff;
    text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 768px) {
  .header-top-brand  {
  font-weight: 400;
  }
}

@media (max-width: 992px) {
  .header-top-brand {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}

.skip-to-content {
  background: #000;
  color: #fff;
  left: 50%;
  padding: 10px;
  position: absolute;
  transform: translateY(-100%);
  transition: 0.4s;
}

.skip-to-content:focus {
  transform: translateY(0%);
}

.navbar {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
    background-color: white;
}


/* page */

.content-page {
  background-color: #ffffff;
  padding: 2.5rem 0 0 0;	
}

.home-page {
  background-color: #ffffff;	
}


/* breadcrumb */

.breadcrumb {
  font-size: 0.9rem;
  margin-bottom: 2rem;
  --bs-breadcrumb-item-active-color: #454A4F;
}

.breadcrumb-item+.breadcrumb-item::before{
	content: ">";
}



/* footer */

.montage {
  padding-top: 2.5rem;
}

.footer-btm {
  border-top: 1px solid #ffffff; !important
}

.footer {
  background: linear-gradient(45deg, #2a1a5e 0%, #5126a7 100%);
  color: #fff;
  padding-top: 2rem;
}


.footer-logo {
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 1.5rem;
}

.footer-logo img {
    width: 200px;
}

#footer .nav-link {
  padding: 15px 15px;
  color: #ffffff; 
  text-align: center;
  font-size: 0.9rem;
}

#footer .nav-link:hover,
#footer .active .nav-link {
  color: #ffffff;
  text-decoration: underline;
}


.footer-btm a {
  color: #ffffff;
  text-decoration: none;
}


#footer small {
  font-size: 0.7rem;
}

#footer h2 {
  color: #ffffff;
  text-align: center;
}


/* divider */

.divider {
  width: 60px;
  height: 5px;
  background: #408f49;
}

/* standout */

.standout {
  margin-bottom: 30px;
}

.standout .standout-item {
  background: #fff;
  padding: 30px;
  border-radius: 5px;
}

.standout .icon {
  float: left;
  margin-bottom: 10px;
}

.standout i {
  color: #0143A7;
}

.standout h2 {
  padding-left: 20px;
}

.standout .content {
  clear: both;
}


/* standard articles */


.home-promo-feature .btn {
	margin-bottom: 1rem;
}




/* bullet icons */

i {
	margin-right:5px;
}
	
	
/* homepage */	


.card hr {
	margin: 0.5rem 0rem 1rem 0rem;
}

.card p {
	margin-bottom: 0.5rem;
}

.home-feature {
  box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
}


#about .card {
  box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
  margin-bottom: 30px;
  text-align:center;
}








/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 30px 0;
  overflow: hidden;
  position: relative;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}

.section-title h2 {
  position: relative;
  color: #ffffff;
  background-color: #A6231C;
}


.section-title p {
  margin-bottom: 0;
}


.support-box {
  margin-bottom: 20px;
  padding: 30px;
  box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);

}

.support-box i {
  float: left;
  color: #d9232d;
  font-size: 40px;
  display: inline-block;
  margin-right: 20px;
  text-align: center;
}

.support-box h2 {
  text-align: center;
}

.support-box p {
  margin-bottom: 20px;
}

.support-box .btn {
  margin-top: 20px;
}

.support-box .card-img-top {
  margin-bottom: 30px;
}




.contact-feature {
  box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
  margin-bottom: 20px;
}

.contact-feature .card-body {
	padding: 40px;
}

.first-aid-gallery {
  box-sizing: content-box;
  padding: 30px;
  box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);
  background: #fff;
  text-align: center;
  margin-bottom: 30px;
}

.defib-img {
  box-sizing: content-box;
  padding: 30px;
  box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);
  background: #fff;
  text-align: center;
}



/*--------------------------------------------------------------
# Homepage hero 
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("/images/hero-tv.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
}



#hero h1 {
  margin: 0;
  color: #fff;
font-size: 2.5rem;
  margin-bottom: 1.8rem;
}

#hero p {
  color: #fff;
  margin: 10px 0 30px 0;
  font-size: 1.3rem;
}


@media (max-width: 768px) {
  #hero {
    text-align: center;
 /*   padding-top: 58px; */
  }

  #hero h1 {
    font-size: 28px;
  }

  #hero h2 {
    font-size: 18px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

.hero-text {
  background-color: rgba(42, 26, 94, 0.8);
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
}

.hero-text .btn {
  font-family: BBH Bogle;
  border-color: #ffffff;
  color: #5126a7;
  background-color: #ffffff;
}

.hero-text .btn:hover {
  border-color: #ffffff;
  background-color: #5126a7;
  color: #ffffff;
}


.i-inline {
	margin-right: 15px
}

.btn-primary1 {
	--bs-btn-font-family: BBH Bogle;
	--bs-btn-font-size: 1rem;
    --bs-btn-color: #fff;
    --bs-btn-bg: #2a1a5e;
    --bs-btn-border-color: #2a1a5e;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5126a7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #2a1a5e;
    --bs-btn-disabled-border-color: #2a1a5e;
}

#about .btn-primary1 {
	margin-bottom: 0;
}



.sidebar {
	margin-bottom: 2rem;
}

.catchment {
	margin: 2rem 0;
}

.form-label {
	  font-weight: 700;
	  color: #000000;
}

.form-check {
	  padding-bottom: 0.75rem;
}

.applicationForm {
	  padding: 2rem;
	  background-color: #e1deec;
}

.formDivider {
	  border: 1px solid #5126a7;
}

.trusteesBlock {
	  padding: 1.5rem 1.5rem 0.1rem 1.5rem;
	  margin: 1rem;
	  background-color: #e1deec;
}

.trusteesBlock h2 {
	  font-size: 1.5rem;
	  margin-bottom: 1rem;
}


.trusteesBlock p {
	  font-size: 1rem;
	  line-height: 1.5rem;
}

.trusteesBlock li {
	  font-size: 1rem;
}

.error {
	  color: #ff0000;
}

.form-check-input.is-invalid ~ .form-check-label {
	color: inherit !important;
}
								
#checks div.invalid-feedback {
	padding-bottom: 2rem;
}




