@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
/*
Fonts:
font-family: "Raleway", sans-serif;
*/
html {
    overflow-x:hidden;
}
body {
    color:#6B6B6B;
    overflow-x: unset;
    position:relative;
}
body * {
    font-family: "Raleway", sans-serif;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Raleway", sans-serif;
    font-weight:500;
}

.product-header {
    padding-top: 12rem;
}

.wp-block-post-featured-image :where(img) {
    height:240px;
}

.search-button {
    background: #DB3B48;
    background: linear-gradient(79deg, rgba(219, 59, 72, 1) 0%, rgba(172, 31, 35, 1) 100%);
    position:relative;
    z-index:9999;
    color:white;
    font-size: 1.6rem;
    padding: 0.5rem 1rem;
    border-top-left-radius: 36px;
    border-bottom-left-radius: 36px;
    transition: all 0.5s ease-in;
}
.search-button:hover {
    padding-right:2rem;
    color:white !important;
}

p, li, a, table, blockquote {
    font-family: "Raleway", sans-serif;
    color:#201d1a;
}
h1 {
    font-weight:bold;
}
.page-content h1 {
    font-family: "Raleway", sans-serif;
    font-weight:500;
    color:#b31c13;
}
.page-content h2 {
    font-family: "Raleway", sans-serif;
    font-size:2.6rem;
    font-weight:normal;
    color:#b31c13;
}
.page-content h3 {
    font-family: "Raleway", sans-serif;
    font-size:1.8rem;
    font-weight:500;
    color:#7d1a15;
}
.page-content h6 {
    font-weight:bold;
}
.page-content h4 {
    font-family: "Raleway", sans-serif;
    font-size: 1.4rem;
    color:#7d1a15;
    text-transform:uppercase;
    font-weight: 700;
}
.page-content h5 {
    font-family: "Raleway", sans-serif;
    font-size:1.2rem !important;
    font-weight:500 !important;
    color:#292929 !important;
    text-transform:uppercase;
    font-weight: 500;
}
.page-content p {
    margin-bottom:1.8rem;
}

.wp-block-embed__wrapper {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.wp-block-embed__wrapper iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

a.wp-block-file__button {
    color:#fff !important;
}

.wp-block-file {
    background: #1a1a1a;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    display: inline-block !important;
    width: 100%;
    margin-bottom:0.5rem;
}
.wp-block-file .wp-block-file__embed {
    padding-top:12px;
}
.wp-block-file a {
    color:#fff !important;
}
.wp-block-file a:nth-last-child(2) {
    float: left;
    padding: 0.5em 1em;
}
.wp-block-file a:last-child {
    float:right;
    background-color:#fce043;
    margin-right:10px;
    border-radius:10px;
    color:#1a1a1a !important;
}

.dots-surround {
    position:relative;
    overflow:hidden;
}
.dots-box {
    position:absolute;
    width:100%;
    height: 100vh;
    top: 17%;
    left: 0;
    background-image: url(../img/background-dot-repeat.svg);
    background-size: 85%;
    z-index: 1;
}
.dots-surround .grid-container {
    z-index: 10;
    position:relative;
}

.page-wrapper.leaves h1.has-background, .page-wrapper.leaves h2.has-background, .page-wrapper.leaves h3.has-background, .page-wrapper.leaves h4.has-background, .page-wrapper.leaves h5.has-background, .page-wrapper.leaves h6.has-background, .page-wrapper.leaves p.has-background {
    padding:0.5rem;
    border-radius:6px;
}
.page-wrapper.leaves .wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
    width:100%;
}

.page-wrapper.leaves .wp-block-cover {
    border-radius:10px;
}
.page-wrapper.leaves .wp-block-cover::before {
    border-radius:10px;
}

.width-graphics {
    margin:-1px;
    width:calc(100% + 2px);
    max-width:calc(100% + 2px);
}
#bgvid {
    position: absolute;
    left: -90px;
    bottom: 0;
    min-width: 70%;
    min-height: 100%;
    width: 70%;
    height: auto;
    z-index: -100;
    background-size: cover;
    bottom: 40px;
}
.main-logo {
    margin-top: 0rem;
    padding:1rem;
    margin-bottom: -4rem;
    position: relative;
    z-index: 9999;
}
b {
    font-weight:500;
}
.social-icons {
    display:inline-block;
}

.section-menu {
    background-color:#073C63;
    box-shadow:0 0 0px;
    margin-top:0;
    border-radius: 10px;
}
.section-menu h4 {
    color:#fff;
    text-transform:uppercase;
    font-weight:bold;
}
.callout.calendar {
    background-color:#073C63;
    border-radius:10px;
    border-width:0px;  
}
.callout.calendar h4 {
    color:#fff;
    text-transform:uppercase;
    font-weight:bold;
}
.welcome-section {
    background: #FFF;
    background: linear-gradient(90deg,rgba(255, 255, 255, 1) 50%, rgba(125, 26, 21, 1) 50%);
}

.welcome-section img.intro-side {
    margin-top: -6rem;
    margin-bottom: -6rem;
    position: relative;
    margin-left: -5rem;
    pointer-events: none;
}

.quick-links-section {
    background-color:#b31c13;
}
.quick-links-section h2 {
    color: white;
    position: relative;
    z-index: 1;
    padding-left: 0.6rem;
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
    
}
.quick-links-section h2::before {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 240px;
    height: 50%;
    background-color: #7D1A15;
    z-index: -1;
}

.box-area {
    padding-top: 2rem;
    padding-bottom: 2rem;
}


.announce-section {
    background-color:#7D1A15;
}
.announce-section h2 {
    color: white;
    position: relative;
    z-index: 1;
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
    
}
.announce-section h2::before {
    content: " ";
    position: absolute;
    bottom: 0;
    left: calc(50% - 230px);
    width: 460px;
    height: 50%;
    background-color: #b31c13;
    z-index: -1;
}

.news-section {
    background: #FFF;
background: linear-gradient(0deg,rgba(255, 255, 255, 1) 50%, rgba(125, 26, 21, 1) 50%);
}
.news-section .button {
        color: #222222 !important;
    background-color: #fedd17;
    font-size:1.2rem;
}
.news-section .button:hover {
        color: #222222 !important;
    background-color: #fedd17;
    opacity:0.8;
}

.news-section h2 {
    color: white;
    position: relative;
    z-index: 1;
    padding-left: 0.6rem;
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
    
}
.news-section h2::before {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 252px;
    height: 50%;
    background-color: #b31c13;
    z-index: -1;
}
.news-section h4 {
    font-size: 1.2rem;
    color: #b31c13;
    margin-top: 0.5rem;
    font-weight: 600;
}
.news-section a {
    font-weight:600;
    color:black;
}
.news-section .medium-4 {
    padding-bottom:2rem;
}

.img-date-wrapper {
    position:relative;
}
.img-date-wrapper span {
    position:absolute;
    bottom:0;
    left:0;
    color:#222222;
    background-color:#fedd17;
        font-weight: 600;
    padding: 0.3rem 0.8rem;
}


footer h5 {
    color: white;
    position: relative;
    z-index: 1;
    padding-left: 0.6rem;
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
    font-size:1.6rem;
}
footer h5::before {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 225px;
    height: 50%;
    background-color: #b31c13;
    z-index: -1;
}

.intro-container {
    background-color: #3c3b5e;
    padding: 2rem;
    border-radius:30px;
}
.intro-container h1, .intro-container p {
    color:#fff !important;
}

.logo-bar {
    background-color: #DB6628;
}
.animated.fadeInUp .h1 {
    margin-top:22rem;
}

.callout.newsletters a:hover {
    background-color:#45b8ee;
}
.box-area-three .text-right a {
    color:#fff !important;
}

h2 {
    color:#333;
}
.animated.fadeInUp .h1 {
    color:white;
    text-shadow: 1px 1px #606060;
    font-weight:bold;
    background: rgba(21,28,56,0.5);
    margin-bottom:0;
    border-radius:20px 20px 0 0;
}
.animated.fadeInUp .h3 {
    color:white;
    text-shadow: 1px 1px #606060;
    font-weight:bold;
    background: rgba(21,28,56,0.5);
    border-radius: 0 0 20px 20px;
}

.top-bar-left .submenu a {
    color:#fff !important;
}
.top-bar-left .submenu a:hover {
    color:#01b17a !important;
}




.top-bar ul a {
    font-weight:unset !important;
}

.learning-item {
    text-align:center;
    border-radius:25px;
    border: 2px solid #FFD402;
}
.learning-item p {
    margin-top:5px;
}

.tribe-events-calendar tbody tr:first-child {
    background-color:#f9f9f9;
}
.values-box {
    padding-bottom:2rem;
}

.callout.newsletters {
    background-color:#c5b358;
    position:relative;
}
.callout.newsletters h3, .callout.newsletters p {
    color:#fff;
}


.callout.newsletters a span {
    font-size: 1.5rem;
    line-height: 1rem;
}



.accreds-slider .slick-slide img {
    max-width: 66%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.accreds-slider .slick-slide {
    padding: 0 1rem;
    position: relative;
    min-height: 200px;
}

.footer {
    background: #7e1210; 
}
.footer h4 {
    color:#fff;
}
.footer span {
    padding-left:1rem;
    padding-right:1rem;
}

.vision .grid-x .cell {
    background-position:center;
    background-size:cover;
}
.footer p {
    font-weight:300;
    font-size:0.8rem;
}

#welcome img {
    border-radius:50%;
}
#welcome .button {
    background-color:transparent;
    border:1px solid white;
    border-radius:20px;
}

.footer-bottom {
    background-color: #640e0c;
    padding-bottom:0;
}
.footer-bottom-links {
    padding-top:0;
    padding-bottom:0.4rem;
}

.is-dropdown-submenu-parent  a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem;
}

table > thead:first-child, table > tbody:first-child tr:first-child {
    background: #7d1a15;
    color: #fff;
    font-weight: 400;
}

table tbody tr:first-child td {
    color: inherit;
}
.page-content table tbody td {
    border-width:0px;
}

.slick-prev:before, .slick-next:before {
    font-size: 35px !important;
    opacity: .8 !important;
    color: #fedd17 !important;
}

.slick-next {
    right: -8px !important;
}


.page-content > div:first-child:is(.wp-block-cover.alignfull) {
  margin-top:-3rem;
}

.page-content a {
    color:  #7d1a15;
    text-decoration: underline;
}
.page-content .wp-block-buttons {
    margin-bottom:1rem;
}
.page-content .wp-block-button__link {
    color:#fff;
    border-radius: 0px;
    background: #b31c13;
    text-decoration: none;
}
.page-content .wp-block-button__link::after {
    content:' lnk';
    background-image:url('../img/chevron-right-solid-full.svg');
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center right;
    color:transparent;
}
.page-content .wp-block-button__link:hover {
    background:#7d1a15;
}
.page-content .has-white-color a {
    color:white !important;
}
.newsletter-grid {
    max-width:75rem;
}
.newsletter-item {
    padding:0;
    padding-bottom:1rem;
}
.newsletter-button.button {
    margin-top:1rem;
}
.newsletter-button.button::after {
    content:' lnk';
    background-image:url('../img/chevron-right-solid-full.svg');
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center right;
    color:transparent;
}
.newsletter-date {
    padding-top:0.5rem;
    font-weight:bold;
    font-size:1.2rem;
    margin-bottom:0;
}
.newsletter-title {
    color:black;
    font-weight:bold; 
        font-size: 1.2rem;
    margin-bottom: 0;
}

.page-content .wp-block-coblocks-accordion-item__title:not(.has-background) {
    background-color: #ac1f23;
    color:#fff;
    font-weight:bold;
}



.block { transition: all 300ms; 
    -webkit-transition: all 300ms; 
    background-size:101% auto; 
    background-position:center;
    text-align: center;
    min-height: 220px;
    position: relative;
    background-repeat: no-repeat;
}
.block:hover {background-size:120% auto;}

.top-bar {
    padding:0;
    background-color:transparent;  
    margin-top:0.5rem;
        position: relative;
    z-index: 999;
}
.top-bar-right {
    background-color: transparent;
    padding:0.6rem 2rem;
    min-width:60%;
    margin-top:0rem;
    padding-right:0rem;
}
.iron-logo {
    margin-left: 10px;
    position: relative;
    z-index: 9999;
    margin-top:0.5rem;
    width:90%;
    max-width: 260px;
    
}
.text-left .iron-logo {
    margin-top:0rem;
    width:100%;
    max-width: 400px;
    margin-left:0;
}
.top-bar ul a:hover {
    color: #fff !important;
    opacity:0.6;
}
.highlight.menu-item {
    background-color:rgba(255, 255, 255, 0.2);
}
.accordion-menu > .active > a {
    border:1px solid white;
    border-radius:6px;
}
.accordion-menu .active > a { 
    color:#fff;
    font-weight:bold;
}
.blog-section .grid-x {
    background-color:#b50505;
}

.blog-section .cell.medium-8 {
    background-color:#7e1210;
    clip-path: polygon(0 0, 94% 0%, 100% 50%, 94% 100%, 0 100%);
}
.blog-section .cell.medium-4 {
    background-color:#b50505;
}
.blog-section .cell {
    padding:1rem;
}
.blog-section .cell h2, .blog-section .cell a {
    color:white;
    font-size:1.4rem;
    font-weight:bold;
    margin-bottom:0;
}
.blog-section .cell h2 {
    font-weight:normal;
}
.blog-section .blogicon {
    max-width: 48px;
    margin-top: -10px;
    margin-bottom: -5px;
}
/* 
.inthissection {
    background-color:#b50505;
    overflow:hidden;
    margin-top: -5rem;
    position: relative;
    margin-bottom: 3rem;
}
.inthissection h2 {
    font-size:1.4rem;
    font-weight:700;
    margin-bottom:0;
}
.inthissection a {
    font-size:1.2rem;
    padding-bottom: 0.5rem;
    text-decoration: none;
}
.inthissection h2, .inthissection a {
    color:white !important;
}
.inthissection a:hover {
    opacity: 0.8;
} 
.inthissection .section-title {
    cursor: pointer;
    background-image:url('../img/right-arrow.svg');
    background-size: auto 70%;
    background-position: 98%;
    background-repeat:no-repeat;
}
.inthissection .section-content, .inthissection .section-title {
    padding:1rem 2rem;
}
.inthissection .section-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    height:0;
    padding:0;
}
.inthissection .section-content.is-shown {
    height:auto;
    padding:1rem 2rem;
}

.inthissection .section-content {padding-top:0rem;} */

.inthissection {
    background-color:#b50505;
    overflow:hidden;
    margin-top: -5rem;
    position: relative;
    margin-bottom: 3rem;
}
.inthissection h2 {
    font-size:1.4rem;
    font-weight:700;
    margin-bottom:0;
}
.inthissection a {
    font-size:1.2rem;
    padding-bottom: 0.5rem;
    text-decoration: none;
}
.inthissection h2, .inthissection a {
    color:white !important;
}
.inthissection a:hover {
    opacity: 0.8;
} 
.inthissection .section-title {
    cursor: pointer;
    position: relative;
    padding-right: 3rem; /* Make space for the arrow */
}

/* Arrow pseudo-element */
.inthissection .section-title::after {
    content: '';
    position: absolute;
    right: 2rem;
    top: 50%;
    width: 2.4rem;
    height: 2.4rem;
    background-image: url('../img/right-arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

/* Rotate arrow when section is shown */
.inthissection .section-title:has(+ .section-content.is-shown)::after {
    transform: translateY(-50%) rotate(90deg);
}

.inthissection .section-content, .inthissection .section-title {
    padding:1rem 2rem;
}
.inthissection .section-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    height:0;
    padding:0;
}
.inthissection .section-content.is-shown {
    height:auto;
    padding:1rem 2rem;
}

.inthissection .section-content {padding-top:0rem;}

.site-logo {
    z-index: 10;
    padding: 10px;
    padding-bottom: 10px;
}
.info-bar {
    min-height:30px;
    background-color:#b50505;
}
.info-bar li {
    color:#fff;
    margin-bottom:10px;
    margin-top:10px;
    font-size:0.8rem;
    padding-right:10px;
}
.info-bar li a {
    color:#fff !important;
    display: inline;
    padding:0;
}
 .top-bar ul {
    background-color:transparent;
}
.top-bar ul a {
    color: #fff;
    text-transform:inherit;
}
.logo-bar a {
    color:#fff;
}
.home-tel {
    color:#fff !important;
    padding:5px;
    margin-bottom:0px;
}
.home-tel a {
    color:#fff !important;
}

.box-area h1 {
    text-transform:unset;
}
.values-box {
    background-color:#fff;
}
.newsletter-box.callout a {
    float: right;
    
}
.newsletter-box.callout a img {
    width: 50px;
    display: inline-block;
    margin-top: -4.1rem;
    padding: 2px;
    border-radius: 6px;
}
.newsletter-box.callout a img:hover {
    background-color: #45b8ee;   
}

.quotes-section h2 {
    margin-bottom:2rem;
}


.box-area p {
    padding-left:0px;
    padding-right:0px;
    color:#6B6B6B;
    padding-bottom:0rem;
    line-height: inherit;
}
.red-intro {
    background-color:#d8d3d3;
}
.red-intro p {
    margin-bottom:0.2rem;
    margin-top:0.2rem;
    color:#872136;
    font-size:1.6rem;
}
.news-feed {
    background-position:bottom right;
    background-size:30%;
}
.news-feed .callout {
    background-color:#fff;
    border-radius:0px;
    border-width:0px;
    padding: 2rem;
    margin-bottom:4rem;
    border:1px solid #872136;
    min-height:414px;
}
.success .callout {
    padding: 4rem;
}

.events-quotes img {
    margin-top:-4rem;
    margin-bottom:-4rem;
}

.clouds-head {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}

.top-bar-right > .menu > li:nth-child(n+10) {
    display:none;
}

.gradient-boxes .cell {
    min-height:10px;
    background: #FFD402;
}

.home-header {
    background-position:center;
    background-size:cover;
    background-color:#000;
    position:relative;
}

.home-header .text-area {
    bottom: 30%;
    padding-top: 1rem;
    z-index: 3;
}
.home-header .text-area h2 {
    color:white;
    text-shadow: #000 3px 3px 3px;
    font-family: "Raleway", sans-serif;
    font-size:2.2rem;
    position:relative;
    display: inline-block;
    /* animation: slidein 1.5s ease-in forwards; */
    animation-delay: 3s;
    /* opacity:0; */
}

.home-header .text-area h3 {
    font-size:2.8rem;
}
.home-header .text-area h1 {
    font-size:4rem;
    text-shadow: #000 1px 1px 3px;
    text-transform:capitalize;
    font-weight:600;
    line-height:1;
}
.home-header .text-area p {
    font-size:2rem;
    text-shadow: #000 1px 1px 3px;
    text-transform:capitalize;
    color:#fff;
    animation: slideDownIn 1.5s ease-in forwards;
    animation-delay: 1s;
    opacity:0;
}

.words-wrapper {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-bottom:0.5rem;
}
.words-wrapper::before {
    content: " ";
    position: absolute;
    bottom: 0;
    left: calc(50% - 120px);
    width: 240px;
    height: 60%;
    background-color: #b50505;
    z-index: -1;
}

.words-wrapper .words {
  display: inline-block;
  position: relative;
  vertical-align: bottom;
  width: var(--width);
  height: 60px;
  padding: 0 10px;
  border-radius: 6px;
  color: var(--color, #fff);
  box-sizing: content-box;
  transition: all 0.7s;
  font-size:3.4rem;
}

.words-wrapper .words span {
  position: absolute;
  top: 0;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -100%);
  transition: transform 0.7s, opacity 0.25s 0.25s;
}

.words-wrapper .words span.current {
  opacity: 1;
  transform: translate(-50%, 0);
}

.words-wrapper .words span.next {
  transform: translate(-50%, 100%);
}

.header-button {
    position:absolute;
    bottom:0;
    right:0;
    background-color:#ffde17;
    font-weight:600;
    font-size:1.6rem;
    padding:1rem;
    padding-left: 5rem;
    z-index: 10;
    line-height: 1;
    background-image: url(../img/film-icon.svg);
    background-size: 18%;
    background-repeat: no-repeat;
    background-position: 5%;
}
.header-button:hover {
    color:rgb(41, 41, 41);
}

.quick-link-holder {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position:relative;
}
.quick-link-holder a {
    background-color:#1a1a1a;
    color:white;
    font-size:1.6rem;
    padding:1rem;
    border:1px solid #fedd17;
    padding-left:4.6rem;
    background-image:url('../img/people-icon.svg'), url('../img/right-arrow.svg');
    background-size: contain, auto 70%;
    background-repeat: no-repeat;
    background-position: left center, 97% center;
}
.quick-link-holder a:hover {
    color:#fedd17;
}
.quick-link-holder a.concern {
    background-image:url('../img/hand-warn-icon.svg'), url('../img/right-arrow.svg');
} 
.quick-link-holder a.support {
    background-image:url('../img/hands-icon.svg'), url('../img/right-arrow.svg');
}
.quick-link-holder a.events {
    background-image:url('../img/calendar-icon.svg'), url('../img/right-arrow.svg');
}
.quick-link-holder a.careers {
    background-image:url('../img/graph-icon.svg'), url('../img/right-arrow.svg');
} 
.quick-link-holder a.revision {
    background-image:url('../img/notes-icon.svg'), url('../img/right-arrow.svg');
}

@media (max-width: 700px) {
  .words-wrapper .words {
    width: var(--width-mobile) !important;
  }
}
.quote-slider {background: linear-gradient(0deg,rgba(255, 255, 255, 1) 49.5%, rgba(181, 5, 5, 1) 49.5%, rgba(181, 5, 5, 1) 50.5%, rgba(255, 255, 255, 1) 50.5%);}
.quote-box {
    border:3px solid #fedd17;
    margin:3rem 2rem 2rem 2rem;
    padding:1.5rem 1.5rem 2.5rem 1.5rem;
    background-color:white;
    background-image:url('../img/quotes-background.svg');
    background-size: 40%;
    background-position: 90%;
    background-repeat:no-repeat;
    overflow-y: visible;
}
.quote-box .inner-content {
    min-height:210px;
}
.slick-dots {
    margin-left:0;
}
.quote-box h4 {
    border:3px solid #fedd17;
    background:white;
    margin-bottom: -4.4rem;
    color: #222222;
    font-size: 1.3rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}
.quote-box p {
    color:#222222;
    font-weight:600;
}
.quote-box img {
    max-width:80px;
    margin: -4rem auto 1rem;
}

.home-header .text-area h3 {
    color:#fff;
    margin-bottom:0px;
    line-height:1;
    font-weight:bold;
}
.special-header {
    color:#DB6628;
    font-size:6rem;
    opacity:0.2;
    line-height:5rem;
    font-weight:bold;
}
.events-image {
    border-top-right-radius:150px;
    border-bottom-right-radius: 150px;
    margin-bottom:1rem;
    position:relative;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}
.events-image .event-content {
    position:relative;
    z-index: 99999;
    padding:3rem;
    color:#fff;
}
.events-image .event-content h4 {
    font-weight:Bold;
}
.events-image .event-content p {
    margin-bottom:0;
    color:#fff;
}
.events-image h1 {
    color:white;
    font-size: 6rem;
    line-height: 6rem;
}



.callout-boxes .callout a {
    margin: 0 auto;
    display: block;
    height: 150px;
    width: 100%;
    background-image: url(../img/icon-list.svg);
    background-position: 0 0;
    background-size: 400%;
    background-repeat: no-repeat;
}
.callout-boxes .callout a:hover {
    opacity:0.7;
}
.callout-boxes .callout a span {
    font-size:1rem;
    font-weight:lighter;
}

.button {
    background: #b31c13;
    padding: 0.6rem 1rem;
    color:#fff !important;
    border-radius:0px;
    border-width:0px;
}
.button:hover {
    background: #7D1A15;
    color:#fff !important;
}
#menu-parent-links li {
    width:100%;
}
.page-child {
    width: 60%;
    margin: 0 20%;
    margin-top: 1rem;
}

.sidebar-event {
    background-image:url('../img/calendar-home-page-layout.svg');
    background-repeat:no-repeat;
    background-position:top;
    padding: 3rem 3.5rem;
    min-height: 300px;
}
.sidebar-event h5 {
    margin-top:2rem;
    color:#000;
}



.box-area-three {
    background-image:none;
    padding-bottom:0rem;
    padding-top:1rem;
}
.overlay {
    opacity:0;
    background-color:#0b2230;
}
.page-content {
    margin-top:0rem;
}
.quotes-col {
    background-color:#498142;
    padding:2rem;
}
.quotes-col h3 {
    color:#fff;
}

.events-quotes .overlay {
    background-color: #c10000;
    opacity:1;
}
.events-quotes .callout.newsletters {
    background:transparent;
}

.box-area h1 {
    padding-bottom:0rem;
    color:#b31c13;
    font-weight:normal;
    line-height:1;
}
.box-area-three > .news {
    background-color:#75b8e0!important;
}
.news h2 {
    font-weight:bold;
}
.news .medium-6 h4 {
    padding-top:1rem;
}

.box-area-three {
    position:relative;
}
.is-dropdown-submenu {
    min-width:260px;
}

.menu .submenu a {
    line-height:1rem !important;
    font-size:0.9rem !important
}
.menu .submenu a::after {
    display:none !important;
}

#cff.cff-masonry {
    margin-bottom:0px;
}

#welcome h3 {
    color:#fff;
    font-family: "Raleway", sans-serif;
    font-size:2.4rem;
    font-weight:bold;
}
#welcome p {
    color:#fff;
}
#welcome h5, .page-content h5 {
    font-weight:bold;
    color:#fff;
    font-size:1.2rem;
}

.widget .button {
    position:absolute;
    top:1rem;
    right:1rem;
    font-size: 0.6rem;
    text-transform: uppercase;
}
.newsletter-link {
    color:#fff;
    text-decoration: underline;
    font-size:0.8rem;
}
.newsletter-link:hover {
    color:#fff;
    opacity:0.8;
}
.letter-icon {
        background-color: white;
    padding: 8px 16px;
    border: 2px solid #1d5579;
    border-radius: 10px;
    margin-bottom: 0.5rem;
}

.widget {
    background: #DB3B48;
    background: linear-gradient(79deg, rgba(219, 59, 72, 1) 0%, rgba(172, 31, 35, 1) 100%);
    border-width: 0px;
    border-radius: 20px;
    min-height: 240px;
    min-width: 450px;
    position:absolute;
    top: -270px;
    left: .9375rem;
    opacity:0;
    transition:all 0.5s ease-in;
    padding:1rem;
    z-index:1;
    text-align:left;
}
.widget.active {
    opacity:1;
    z-index:10;
}
.widget h3 {
    font-family: "Raleway", sans-serif;
    color:#fff;
    font-size:1.8rem;
}
.widget.events-holder h4 {
    background-color:white;
    border-radius:6px;
    color:#1d5579;
    border:2px solid #1d5579;
    text-align:center;
}
.widget h5 {
    font-size:1rem;
    color:white;
    font-weight:300;
    margin-bottom:0;
}
.widget h5 a {
    font-size:1.1rem;
    font-weight:500;
    color:#fff;
}

.links-section .cell {
    position:relative;
}

.central-main {
    position:relative;
}
.central-main .overlay-section {
    position:absolute;
    width:100%;
    height:100%;
    background-image:url('../img/sextant.svg');
    background-size:contain;
    background-position:top right;
    background-repeat:no-repeat;
    pointer-events: none;
}

.link-ani-active {
    border:2px solid white !important;
    border-width:2px;
}
.newsletters-holder h5 {
    font-weight:500;
    font-size:1.1rem;
}

.dropdown.menu>li.is-dropdown-submenu-parent>a, .menu-item-home>a {
    font-size: 16px;
    position: relative;
    text-decoration: none;
    text-transform: inherit;
    width: 100%;
}

.logo-section {
    background-color: transparent;
        position: absolute;
    width: 100%;
}
.info-bar, .logo-bar {
    position:relative;
    z-index: 9999;
}
.off-canvas {
        background:url('../img/southmoor-school-logo-faded.svg'), #b50505;
    padding-top:3rem;
    padding-left:0.5rem;
    padding-right:0.5rem;
    background-size:60%, 100%;
    background-repeat:no-repeat;
    background-position:bottom left;
}
.off-canvas.is-transition-overlap {
    z-index: 99999;
}

.off-canvas a {
    color:#fff;
}
.off-canvas a:hover {
    opacity:0.9;
    color:#fff;
}

.quick-access {
    background-color:#872136;
    padding-top:5px;
    padding-bottom:5px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.quick-access p, .quick-access .button {
    margin-bottom:0;
}
.banner-img {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 280px;
}

.quick-access p {
    color:#fff;
    font-weight:bold;
    font-size: 1.2rem;
    margin-top: 7px;
}
.quick-access .button {
    background-color:#781e2f; 
}
.welcome-bar {
    background-color:#498142;
    background-image:url('../img/church-fade-background.svg');
    background-repeat: no-repeat;
    background-position-x: 90%;
    background-position-y: calc(100% + 7px);
    background-size: 8%;
}
.welcome-bar img {
    margin-top:-3rem;
}
.welcome-bar h4 {
    color:white;
    font-size:4rem; 
    margin-top:1.5rem;
    text-align:center;
    text-shadow: #000 1px 0 10px;
}
.facebook-section {
    background-color:#3451a9;
    background-image:url('../img/facebook-icon.svg'), url('../img/facebook-cornerdots.svg');
    background-repeat:no-repeat;
    background-position:top right;
}
.facebook-section * {
    color:white;
}
.facebook-section img {
    margin-top: -4.5rem;
    margin-bottom: -8rem;
    position:relative;
}
.facebook-section .button {
    border:1px solid white;
    border-radius:30px;
}

.testimonials-section {
    padding-top:4rem;
}
.testimonials-section h3 {
    color:#2955ae;
    font-weight:bold;
    margin-bottom:1rem;
}
.testimonials-section .callout {
    background-color:#77b5fd;
    border-radius: 10px;
    border-width: 0px;
    padding: 3rem 5rem;
    text-align:center;
    background-image:url('../img/quotes.svg');
    background-repeat:no-repeat;
}
.testimonials-section .callout p {
    color:#000;
    font-size:1.6rem;
}


.arrow {
    background-color: #77b5fd;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 8px;
}
.arrow:hover {
    background-color:#2955ae;
}

.calendar-section {
    padding-top:0rem;
    padding-bottom:2rem;
    
}
.calendar-section h4, .links-section h4 {
    color:#2955ae;
    font-size:2.2rem;
    font-family: "Raleway", sans-serif;
    font-weight:bold;
    margin-bottom:1.5rem;
}

.calendar-section .button {
    border:1px solid #2955ae;
    border-width:1px;
    color:#2955ae !important;
    background-color:transparent;
    border-radius:30px;
    transition: all 0.5s ease-in;
}
.calendar-section .button:hover {
    border:1px solid #2955ae;
    border-width:1px;
    color:#fff !important;
    background-color:#2955ae;
    border-radius:30px;
}

.links-section {
    background-color:transparent;
    padding-bottom:0;
    padding-top:0;
    position:absolute;
    bottom:0;
    margin-bottom:80px;
    width:100%;
    animation: slideUpIn 1.5s ease-in forwards;
    animation-delay: 6s;
    opacity:0;
}

.links-section .callout {
    text-align:center;
    padding:0;
    background: #DB3B48;
    background: linear-gradient(79deg,rgba(219, 59, 72, 1) 0%, rgba(172, 31, 35, 1) 100%);
    border:2px solid #DB3B48;
    border-radius:20px;
    display: flex;
    align-items: end;
    overflow:hidden;
    background-position:center;
    background-size:cover;
}
.links-section .link-holder {
    width:100%;
    display: grid;
}
.footer-bottom a {
    color: #fff !important;
    font-size: 0.8rem;
}

.links-section .callout .img-holder {
    border-radius:50%;
    border:20px solid #cccccc;
    background-color:#e6e6e6;
    margin:2rem;
    display: inline-block;
}
.links-section .callout .img-holder img {
    border:20px solid #e6e6e6;
    border-radius:50%;
}
.links-section .callout a {
    color: #fff;
    display: block;
    padding: 0px;
    font-family: "Raleway", sans-serif;
    transition:all 0.5s ease-in;
    padding-bottom:0.5rem;
    text-transform:uppercase;
}
.links-section .callout p {
    color:#fff;
    margin-bottom:2rem;
    display:inline-block;
    font-size:1.2rem;
}
.links-section .callout img {
    margin:0 auto;
    max-width:110px;
}
.link-ani {
    transition:all 1s all;
    order:2;
}
.icon {
    order:1;
}
.link-ani:hover + .icon {
    animation: wobble 1s ease-in infinite;
}

.icon-box {
    padding:1rem;
    background-color:#8ec044;
    border-radius:10px;
    margin-bottom:1rem;
}
.icon-box a, .icon-box p {
    color:#fff;
    margin-bottom:0px;
}

#welcome h4 {
    margin-bottom:0;
    color:#084780;
    font-weight:bold;
}

.callout.events .cell.small-2 p {
    background-color: #822c3b;
    color: #fff;
    border-radius: 10px;
    margin: 5px;
    padding: 11px;
    text-align: center;
    line-height: 1.4rem;
}
.callout.events .cell.small-10 p {
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: capitalize;
    padding-top: 1.2rem;
    padding-left: 1rem;
}

.events .callout .event-date {
    border-radius:10px;
    color:#fff;
    padding: 0.5rem;
    font-size:1rem;
    line-height: 1.6rem;
    margin-bottom:0rem;
}

.events .callout .event-content {
    padding: 0.5rem;
    position:relative;
    border-radius:10px;
}
.events .callout .event-content h4 {
    font-size:1.2rem;
    line-height: 1.6rem;
    color:#000;
    margin-top:1rem;
}
.events .callout .event-content p {
    font-size:0.8rem;
    min-height:80px;
    color:#000;
}
.events .callout .event-content a {
    font-weight:normal;
    font-size:1rem;
    color:#fff !important;
    margin-bottom:0;
}
.icon-box .button:hover {
    background-image:none;
}
.cell.quotes-col p {
    color:#fff;
}
.faded-tree {
    position:absolute;
    bottom:0;
    right:0;
    max-width: 157px;
    z-index: 1;
}
.values-box {
    position:relative;
    
}
.values-box > .grid-container {
    position:relative;
    z-index:2;
}

.events .callout .event-content a:hover {
    background-color: #8ec044 !important;
    color:#fff !important;
    background-image:none;
}
.callout.newsletters.values p {
    margin-left:1rem;
    margin-right:1rem;
}
.button.event-link {
    font-weight:normal !important;
    font-size:1.1rem !important;
    color:#fff !important;
    margin-bottom:0;
}
.button.event-link:hover {
    color:#fff !important;
    opacity:0.8;
}



.events-quotes .quotes-col {
    border-radius:30px;
}
.box-area-three h2 {
    padding-bottom:0rem;
}

.callout.newsletters.two::before {
    background-color:rgba(21,28,56,0.7) !important;
}

.mission-statement p {
    color:#fff;
    width:80%;
    margin:0 10% 1rem 10%;
}

.events-quotes h3 {
    margin-bottom:1rem;
}
.event {
    width:90%;
    padding:1rem;
}

.event .event-date strong {
    font-size:1.8rem;
}
.event h4 {
    padding-bottom:1.4rem;
    padding-top:1.8rem;
    text-align:center;
    margin-bottom:0rem;
}
.event h5, .event a {
    color:#fff;
}
.event a:hover {
    opacity:0.7;
}
.quote-outer {
    border:2px dashed white;
    border-radius:20px;
    padding:1rem;
    margin-top:3rem;
    margin-bottom:2rem;
}
.quote-style h5 {
    width:60%;
    margin:0 20%;
}
.header-bottom {
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index:2
}

.header-tree {
    width: 28%;
    padding: 7px 7px 4px;
    position:absolute;
    bottom:9%;
    left:0;
    z-index:1;
}

#acad-logo {
    position:absolute;
    background-color:white;
    bottom:3rem;
    left:0;
    border-top-right-radius: 50px;
    border-bottom-right-radius:50px;
}
#acad-logo img {
    max-height: 140px;
    padding: 20px 50px;
}

.our-values {
background-color:#657F24;
}

.school-holder {
    padding: 1rem;
    background-color:#fff;
	color:#000;
    border-radius:20px;
    border:4px solid white;
}
.school-holder:hover {
    border:4px solid #3451a9;
}

.calendar-section h4 strong {
    width: 86px;
    height: 86px;
    display: inline-block;
    color: black;
    background-color: #77b5fd;
    border-radius: 50%;
    text-align: center;
    line-height: 86px;
    font-weight: bold;
    font-size: 40px;
    transition: all 0.5s ease-in;
}

.calendar-section .event-title {
    font-weight:bold; 
    color:#3451a9;
    font-size:1.5rem;
}

.calendar-section h5 {
    color:#000;
}

.calendar-section .school-holder h4 {
    color: #063588;
    font-size: 2.2rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 2.2rem;
}
.calendar-section .text-center:hover  h4 strong {
    background-color:#3451a9;
    color:white;
}

.school-holder a {
color:#000;
 text-decoration: underline;
}
.school-holder.two {
    background-color:#498142;
    background-image:url('../img/sun-top-background.svg');
}
.school-site {
    position:relative;
    margin-bottom:1rem;
    overflow:hidden;
}
.school-site h4 {
    padding:1rem 2rem;   
    color:#fff;
    margin-bottom:0;
    font-size:1.3rem;
}
.school-site img {
    position: absolute;
    top: 0rem;
    left: -1rem;
    height: 150%;
    opacity: 0.3;
    pointer-events: none;
}
.school-site h4 a {
    float: right;
    font-size: 0.8rem;
    padding: 0.5rem;
    color:#fff;
}
.accordion-menu .is-accordion-submenu a {
    padding: .5rem 0rem;
}
.our-values {
    position:relative;
    padding-top:2rem;
    padding-bottom:2rem;
    background-image:url('../img/pride-points-background-1920x800.webp');
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    border-bottom: 10px solid #FFD402 ;
}
.our-values .callout {
    border-radius:10px;
    border-width:0px;
}
.our-values .callout img {
    border-radius:10px;
}
.our-values .grid-x .cell:nth-child(2) .callout {
    background-color:#7DBF37;
}
.our-values .grid-x .cell:nth-child(3) .callout {
    background-color:#7F2CCA;
}
.our-values .grid-x .cell:nth-child(4) .callout {
    background-color:#FCA316;
}
.our-values .grid-x .cell:nth-child(5) .callout {
    background-color:#4EA4F4;
}
.our-values h4 {
    color: #ffffff;
    font-size: 2.2rem;
    font-weight: bold;
    position:relative;
}
.our-values .callout h4 {
    color:#333333;
    background-color:white; 
    border-radius:10px;
    width: 100%;
    display: block;
    margin-top:1rem;
}
.our-values h5 {
    font-weight:bold;
    color:#fff;
}
.our-values h3 {
    color: #2a9b5b;
    font-weight:bold;
    margin-bottom:2rem;
}

.header-strapline {
    text-transform:uppercase;
    margin-bottom:10px;
}
.header-strapline span {
    font-size: 1.4rem;
    vertical-align: bottom;
}

.church-icon {
    max-width:152px;
    margin-bottom:-10px;
}

.school-details-box {
    background-image: url("../img/schooldetailsbg.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size:contain;
    margin-bottom: 3.6rem;
    padding: 3rem 1rem;
    margin-top: -8rem;
    position: relative;
    z-index: 1000;
    -webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.25);
  }
  
  .school-details-box select {
    max-width: 400px;
    margin-top: 10px;
    margin-bottom: 10px !important;
  }
  
  .school-details-box h1 {
    color: #333;
  }
  
  .school-details-box p {
    margin-top: 10px;
  }
  
  .school-details-box .button {
    margin-top: 10px;
  }
  
  .school-details p {
    color: #333 !important;
  }
  
  .school-details a {
    color: #333 !important;
  }
  
  .school-details .button {
    color: #fff !important;
  }
  
.subpage-title {
    background-color:#0b2230;
    padding-top: 27rem;
    min-height: 560px !important;
}
.subpage-title .backstretch {
    min-height:360px !important;
}
.subpage-title h1 {
    color:#fff;
    font-size:3.8rem;
    font-family: "Raleway", sans-serif;
    font-weight:600;
    text-shadow: 1px 1px 2px black;
}
.subpage-title .grid-container {
    position:relative;
    z-index:10;
}

.events-quotes > .grid-container {
    position:relative;
    z-index:10;
}
.section-menu li:hover {
    background-color:#da8034;
    border-radius:10px;
}
.is-active a {color:white !important;}
  .submenu {
    background-color: #a20404 !important;
    border-radius:8px;
    z-index:99999;
    /* background-image:url('../img/background-cloud.svg') !important;
    background-position:bottom right !important;
    background-repeat:no-repeat !important;
    background-size:75%; */
    padding:1rem;
  }
  .menu .submenu .submenu {
    background-color:#900404 !important;
  }
  .menu .submenu {
    text-align:left;
}
  .submenu a:hover {
      color:#fff !important;
  }
  .dropdown.menu>li.is-dropdown-submenu-parent>a::after, .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
    border-color: #Fff transparent transparent;
  }
  .footer img {
    max-width:100%;
  }
  .footer .fa-solid {
    width: 13px;
    text-align: center;
    margin-right: 5px;
  }
  .footer .cell {
    padding-top:0rem;
    padding-bottom:0rem;
  }
  .color-foot.second {
    border-top-right-radius:150px;
    border-bottom-right-radius:150px;
  }
  .backstretch {
    min-height:calc(100vh - 101px);
  }
  .footer h4 {
	font-size:1.2rem;
      color:#fff;
      font-weight:bold;
 } 
 .foot-contact {
     padding-top:1rem;
     
 }
 .foot-contact a {
    font-size:1.2rem;
    word-wrap: break-word;
 }
 .footer h5 span { 
     
     padding:0 10px; 
 }

 .news-feed h2 {
     color:#e31e00;
     text-transform:uppercase;
     font-size:1.6rem;
     font-weight:bold;
 }
 .white-lines {
    display: flex;
    flex-direction: row;
    color:#fff;
    text-transform:uppercase;
  }
  .white-lines:before, .white-lines:after{
    content: "";
    flex: 1 1;
    border-bottom: 1px solid white;
    margin: auto;
    max-width:50px;
   
  }
  .white-lines:before {
    margin-right: 10px;
  }
  .white-lines:after {
    margin-left: 10px
  }

  .black-lines {
    display: flex;
    flex-direction: row;
    color:black;
    text-transform:uppercase;
  }
  .black-lines:before, .black-lines:after{
    content: "";
    flex: 1 1;
    border-bottom: 1px solid black;
    margin: auto;
    max-width:50px;
  }
  .black-lines:before {
    margin-right: 10px;
  }
  .black-lines:after {
    margin-left: 10px
  }
  .news-feed {
      padding-top:2rem;
    
    background-repeat: no-repeat !important;
    background-position: bottom left !important;
    background-size: 250px !important;
  }
  .file-icon {
    width:80px;
    margin-left:-50px;
  }

.sub-header {
    position:relative;
}


.banner .banner-contnet p {
    font-weight:bold !important;
}

.page-wrapper {
    min-height: 800px;
    padding-bottom: 4rem;
    background-image: url('../img/fps-menu-logo-full-negative-margin-needed.svg');
    background-repeat: no-repeat;
    background-position: bottom right !important;
    padding-top: 3rem;
    background-size: 25%;
}

.page-content {
    padding:inherit;
}
.page-content ul {
    list-style: disc;
}
.page-content ul li::marker {
    color: #ac1f23;
    font-size:20px;
  }

  .wp-block-post-template {
    list-style:none !important;
    margin-left:0;
  }
  .wp-block-post-template .wp-block-group {
    padding:0 !important;
  }

.dropdown.menu a {
    padding:0.7rem 0.6rem;
}

blockquote {
    padding: 16px;
    background: ghostwhite;
    border-left: 12px solid #b31c13;
    border-right: 0px solid #b31c13;
    color:#333;
    margin-top:10px;
    margin-bottom:10px;
    border-radius:0px;
}
blockquote p {color:#333;}

.sidebar-list {
    position:absolute; 
    top: 15px;
    right: -160px;
}
.sidebar-list li {
    list-style-type: none;
}
.sidebar-list a {
    background-color:rgba(41,125,206,1);
    color:white;
    width:200px;
    display:block;
    margin-top:5px;
    transition: width 1s;
    float:right;
    clear: both;
    padding:0.5rem 0rem 0.5rem 0rem;
}
.sidebar-list a:hover {
    width:350px;
}
.sidebar-list .head-icon {
    height:50px;
    background-repeat: no-repeat;
    width:50px;
    display:inline-block;
    background-size:cover;
    margin: -20px 10px -20px -20px;
    box-shadow: 0 0 0px;
} 
.head-icon.calendar {
    background-position: 0px 0px;
  }
  .head-icon.meals {
    background-position: 0px -56px;
  }
  
  .head-icon.church{
    background-position: 0px -107px;
  }
#quicklinks a {
    display: inline-block;
    margin-bottom: 4px;
}

.sub-header {
    background-color:#498142; /*#303059;*/
  /*  background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-image: url('https://itchyprojects.co.uk/2023/pallister/wp-content/themes/child/img/random/1.jpg');*/
 background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
min-height:400px!important;
}

.sub-header .cell {
    /*display:flex; */
}
.sub-header h1 {
    color:#fff !important;
    /* padding-top:10rem; */
    text-transform:capitalize;
    display: inline-block;
   /*align-self: flex-end;*/
    font-size:2.5rem;
    color: #498142!important;
    background-color:#fff;
    position: absolute;
    bottom: 0px;
    margin-bottom:0px;
    padding-left:10px;
    padding-right:10px;  
    padding-top:5px;
    padding-bottom:5px;
}

.page-content table:not(.wp-block-table)  td a {
    background-color:#b50505;
    color:white;
    padding:5px 10px;
    text-decoration: none;
}
.page-content table:not(.wp-block-table)  td a:hover {
    opacity:0.8;
}

@media (prefers-color-scheme: dark) {
    .wp-block-table td, .page-content table td {
        color:white !important;
    } 
}

@media (max-width: 1110px) { 
.sub-header h1 {font-size: 2rem;}
.special-header, .our-values::after  { font-size:4rem; }

}

@media (max-width:1300px) {
    .school-site h4 {
        font-size:1.1rem;
    }
    .school-site h4 a {
        font-size:0.8rem;
        padding:0;
    }
}

@media (max-width: 600px) { 

.widget {
    display:none;
}
.links-section {
    position:relative;
    background:#1d5579;
    padding-top:1rem;
    opacity:1;
    animation:none;
    margin-bottom:0;
    bottom:0 !important;
}
.menu.align-right {
    display:none;
}
.home-header .text-area p {
    font-size:1rem;
}


.sub-header h1 {font-size: 1.6rem;}

    .school-site h4 {
        width:96%;
    }
    
}

.side-logo {
    width: 60%;
    margin: 10px 20%;
    border-radius: 30px;
}
.off-canvas .callout {
    margin: 1rem;
    font-size: 0.8rem;
    padding: 0.5rem;
    border-width: 0px;
    background: #313058;
}
.off-canvas .callout p {
    color: #fff !important;
}
.off-canvas .submenu {
    padding-top:0.5rem;
    padding-bottom:0.5rem;
}
.submenu .is-accordion-submenu-parent.has-submenu > a::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem;
}
.menu .submenu .active > a {
    padding-left:0.5rem;
}

.position-right {
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    width: 350px;
    -webkit-transform: translateX(350px);
    -ms-transform: translateX(350px);
    transform: translateX(350px);
}


.twitter {
    box-shadow: 0 0 0px;
}

 .alignwide {
    margin-left  : -80px;
    margin-right : -80px;
}
 .alignfull {
    margin-left  : calc( -100vw / 2 + 100% / 2 );
    margin-right : calc( -100vw / 2 + 100% / 2 );
    width    : 100vw;
}
.alignfull .wp-block-cover__inner-container {
    max-width:72rem;
}
.logos {
    background-repeat:no-repeat;
    background-position: 101% 101%;
    background-size:contain;
    background-size: 25%;
}
.success .overlap-right a {
    max-width: 80px;
    position: absolute;
    bottom: 0;
    left: 0;
    width:80px;
}
.top-bar-right .button {
    margin-bottom:0rem;
    padding: 0.8rem;
    font-size: 1.6rem;
    text-transform:uppercase;
    transition: all 0.5s ease-in;
    background-color:transparent;
    font-weight:600;
    position:relative;
}
.top-bar-right .button::before {
    content:" ";
    position:absolute;
    bottom:0;
    left:0;
    width:60%;
    height:50%;
    background-color:#b50505;
    z-index:-1;
}
.top-bar-right .button:hover {
    padding-right:2.4rem;
}
.footer p a {
    word-break: break-word;
}
.footer-block {
    padding:2rem;
}



@media (max-width: 1030px) {
    .backstretch {
        min-height: 500px;
    }
    .header-bottom{bottom: -20px;}
    .top-bar-right {
        min-width:auto;
    }
    .links-section .callout img {
        max-width:80px;
    }

    .links-section {
        bottom: 62px;
        margin-bottom:0px;
    }
}
@media (max-width: 964px) {
    .footer {
        font-size:80%;
    }
}
@media (max-width: 840px) {
    .top-bar-right {
        margin-top:0rem;
    }
    .school-holder {
        margin-left:0;
    }

}


@media (max-width: 640px) {

    .box-area.news-section {
        padding-top:0;
    }

    .wp-block-table td, .wp-block-table th {
        min-width: 70px;
    }
    .central-main h2 {
            font-size: 1.6rem;
    }
    .box-area.blog-section {
        padding-top:0rem;
        padding-bottom:0rem;
    }

    .page-content form .input-group > div:nth-child(1) {
        display: none;
    }
    .page-content form .input-group > div:nth-child(2) {
        display: none;
    }

    .page-content > div:first-child:is(.wp-block-cover.alignfull) {
        margin-top: 0rem;
    }
    .home-header .text-area h2::before, .home-header .text-area h2::after {
        display: none;
    }
     .alignwide {
    margin-left  : 0px;
    margin-right : 0px;
    }
    .alignfull {
        margin-left  : unset;
        margin-right : unset;
        width    : auto;
    }
    .page-content h4 {
        font-size:1.1rem;
    }

    .callout-boxes .callout a {
        height:190px;
    }
    .banner-img {
        display: none;
    }
    .welcome-bar {
        background-position-x: 99%;
        background-size: 17%;
    }
    .school-holder {
        margin-bottom:1rem;
    }
    .color-foot {
        padding-top:1rem !important;
    }
    .footer-bottom {
        margin-bottom: -1px;
    }
    .footer-bottom a {
        font-size:0.6rem;
    }
    .welcome-bar h4 {
        font-size: 2rem;
        margin-top: 0.5rem;
    }

    .header-tree {
        width: 55%;
        bottom: -2%;
    }

    .footer .cell {
        padding-top:0rem;
        padding-bottom:0rem;
    }
    .subpage-title h1 {
        font-size: 2rem;
        font-weight: bold;
        line-height:1;
    }
    .subpage-title {
        padding-top: 10rem;
        min-height: 200px !important;
    }

    .our-values.intro::after {
        bottom:15rem;
    }

    .top-bar-right {
        flex: 0 1 auto !important;
    margin-left: auto;
    }

    .sub-header h1 {
        padding-top:0rem;
        text-align: center;
        padding-bottom:0.5rem;
        font-size:1.3rem;
        padding-top:0.5rem;
    }
    .sub-header img {
        width:50%;
        margin:0 25%;
    }
    .welcome-section img.intro-side {
        margin:0;
        display:none;
    }
    .welcome-section {
        /* background: linear-gradient(180deg, rgba(255, 255, 255, 1) 50%, rgba(125, 26, 21, 1) 50%); */
        background:white;
    }
    .inthissection {
        margin-top: -3rem;
    }
    .iron-logo {
        max-width: 130px;
    }
    .inthissection .section-content {
        grid-template-columns: repeat(1, 1fr);
    }
    .inthissection a {
        font-size: 1rem;
        padding-bottom: 0.2rem;
        text-decoration: none;
    }

    #welcome h1 {
        font-size:1.4rem;
    }
    #welcome .cell {
        padding:0 1rem;
    }
    .red-intro p {
        font-size: 0.9rem;
    }
    .main-logo {
        width:100px !important;
    }
    .info-bar {
        padding-top:0;
    }
    .info-bar a, .info-bar li {
        padding: 0.4rem 0.4rem;
        font-size:0.6rem;
    }
    .info-bar a {
        font-size: 0.7rem;
    }
    .church-icon {
        margin-top:15px;
    }
    .home-header .text-area h2 {
        font-size:1.4rem;
    }
    .quick-link-holder {
        grid-template-columns: repeat(1, 1fr);
    }
    .quick-link-holder a {
        font-size:1.4rem;
    }
    .news-section {
        background: #FFF;
        background: linear-gradient(0deg, rgba(255, 255, 255, 1) 80%, rgba(125, 26, 21, 1) 80%);
    }
    .announce-section h2::before {
        left: calc(50% - 150px);
        width: 300px;
    }

    .blog-section h2 img:nth-child(2) {
        display:none;
    }
    .blog-section .cell.medium-8 {
        clip-path:none;
    }

    .accreds-slider .slick-slide img {
        max-width: 44%;
    }
    .top-bar-left .menu > li > a:hover:after {
        display:none;
    }
    .top-bar ul a {
        text-align:left;
    }
    .logo-bar {
        border-top:0px solid white;
        position: relative;
    }
    .backstretch {
        min-height: calc(85vh - 60px);
    }
    .header-button {
        font-size: 1rem;
        padding: 0.5rem;
        padding-left: 3rem;
    }
    #welcome h3 {
        font-size: 1.6rem;
    }
    .arrow {
        width: 36px;
        height: 36px;
        padding: 6px;
    }
    .testimonials-section .callout {
        padding: 2rem 2rem;
    }
    .testimonials-section .callout p {
        font-size: 1.2rem;
    }
    .home-header .text-area {
        bottom: 20%;
        padding-top: 1rem;
        z-index: 3;
    }
    .home-header .text-area h3 {
        margin-top:2rem;
        font-size:1.4rem;
    }
    .home-header .text-area h1 {
        font-size:2rem;
    }
    .main-logo {
        margin-bottom: 0.5rem;   
        margin-top:0rem; 
        padding:0.2rem;
    }
    #welcome {
        background-image:none;
    }
   
    .page-content h1,.page-content h2, .page-content h3 {
        font-size:120%;
    } 
    .wp-container-core-cover-is-layout-78383ca2 > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
        max-width:90% !important;
    }
    .event {
        width:100%;
    }
    .page-content {
        padding:0;
    }
    .sub-header {
        min-height:auto;
    }
    .sidebar-list {
        display:none;
    }
    .animated.fadeInUp .h1 {
        margin-top:0rem;
    }
    .news-feed .medium-4 img {
        display:none;
    }
    .news-feed .medium-4 h3 {
        margin-top: 2rem !important;
        font-size: 2rem;
    }
    .events-quotes img {
        margin-top:0rem;
        margin-bottom:0rem;
    }
    .file-icon {
        display:none;
    }
    .newsletter-box.callout a img {
        margin-top: -0.7rem;
    }
    .foot-contact {
        text-align:left;
    }
    .foot-contact a {
        font-size:0.9rem;
    }
}


.title-bar {
    background-color:#e31e00;
    padding-top:5px;
    padding-bottom:5px;
}

@keyframes slidein {
    from {
        transform:translateX(-900px);
        opacity:0;
    }
  
    to {
        transform:translateX(0px);
        opacity:1;
    }
  }

  @keyframes slideDownIn {
    from {
        transform:translateY(-40px);
        opacity:0;
    }
  
    to {
        transform:translateY(0px);
        opacity:1;
    }
  }

    @keyframes slideUpIn {
    from {
        transform:translateY(40px);
        opacity:0;
    }
  
    to {
        transform:translateY(0px);
        opacity:1;
    }
  }

  @keyframes wobble {
   0% {
    transform: rotate(0deg);
  } 
  25% {
    transform: rotate(8deg);
  }
  50% {
    transform: rotate(-8deg);
  }
  75% {
    transform: rotate(8deg);
  }
  100% {
    transform: rotate(0deg);
  }
}